@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype'), url(../fonts/Montserrat-Medium.eot) format('eot'), url(../fonts/Montserrat-Medium.woff) format('woff'), url(../fonts/Montserrat-Medium.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype'), url(../fonts/Montserrat-SemiBold.eot) format('eot'), url(../fonts/Montserrat-SemiBold.woff) format('woff'), url(../fonts/Montserrat-SemiBold.woff2) format('woff2');
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype'), url(../fonts/Montserrat-Bold.eot) format('eot'), url(../fonts/Montserrat-Bold.woff) format('woff'), url(../fonts/Montserrat-Bold.woff2) format('woff2');
  font-weight: bold;
}
@font-face {
  font-family: 'RiloxiaBold';
  src: url(../fonts/RiloxiaBold.ttf) format('truetype'), url(../fonts/RiloxiaBold.eot) format('eot'), url(../fonts/RiloxiaBold.woff) format('woff'), url(../fonts/RiloxiaBold.woff2) format('woff2');
}
@font-face {
  font-family: 'RiloxiaBolditalicwide';
  src: url(../fonts/RiloxiaBolditalicwide.ttf) format('truetype'), url(../fonts/RiloxiaBolditalicwide.eot) format('eot'), url(../fonts/RiloxiaBolditalicwide.woff) format('woff'), url(../fonts/RiloxiaBolditalicwide.woff2) format('woff2');
}

.font-w-600{
  font-weight: 600;
}

.slick-track{
  margin-left: 0;
}

:root{
  --color:#e18e25;
  --base-color: #c9a071;
  --base-color2: #c9a071;
  --base-color3: #e2a17d;
  --base-color4: #e2e2e2;
  --font-color: #181818;
}

body {
  font-family: "Montserrat";
  font-weight: 500;
  max-width: 1920px;
  margin: auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1750px;
}

@media screen and (max-width: 1750px) {
  .ui.container{
    width: 1600px;
  }
}
@media screen and (max-width: 1600px) {
  .ui.container{
    width: 1400px;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container{
    width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container{
    width: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container{
    width: 700px;
  }
  #footer .foot-bottom a.foot-link{
    display: none!important;
  }
}
@media screen and (max-width: 700px) {
  .ui.container{
    width: 100%;
  }
  .prodet-page .prodet-1 .right .flex .text{
    max-height: unset;
  }
}

#header {
  z-index: 111;
  width: 100%;
}
#header .h-top {
  line-height: 50px;
  height: 50px;
  background: #000000;
}
#header .h-top p {
  color: #FFFFFF;
  line-height: 50px;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .container.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .container.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .container.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 5%;
}
#header .nav .container.menu .menu-box ul.menu > li {
  padding-left: 10px;
  margin: 0 0 0 30px;
  font-size: 16px;
  line-height: 2;
  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 .container.menu .menu-box ul.menu > li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #e18e25;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav .container.menu .menu-box ul.menu > li:hover {
  color: #e18e25;
}
#header .nav .container.menu .menu-box ul.menu > li:hover::before {
  opacity: 1;
}
#header .nav .container.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 30px 6px;
  color:#000;
  font-size:21px;
  font-weight:500;
}
#header .nav .container.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;
  min-width: 180px;
  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;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #e18e25;
  display: none \9;
}
#header .nav .container.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .container.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .container.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .container.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 .container.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  display: none \9;
}

#header .nav .container.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;
}

#header .nav .container.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 30px;
  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 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: 50%;
}
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: 200;
}
#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: #e18e25;
  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: white;
  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: black;
  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;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 2;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i{
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i: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,
  .inner-banner {
    margin-top: 120px;
  }
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  min-width: 100px;
  white-space: nowrap;
  -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: 30px;
  font-size: 12px;
  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;
}
#banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
#banner .left {
  width: 42%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#banner .left .content {
  margin: 300px 0px 155px;
  padding: 0 13%;
}
#banner .left .content p {
  color: #838383;
  margin-right: 20%;
}
#banner .left .bottom {
  padding: 60px 13%;
  background-color: #f2f2f2;
}
#banner .left .bottom > * {
  display: inline-block;
  vertical-align: middle;
}
#banner .left .bottom .page {
  color: #b6b6b6;
  min-width: 150px;
  text-align: center;
}
#banner .left .bottom .page em {
  color: #000000;
}
#banner .left .bottom span {
  cursor: pointer;
}
#banner .right {
  width: 58%;
  -webkit-transform: matrix(1, 0, -0.3, 1, 0, 0);
  -moz-transform: matrix(1, 0, -0.3, 1, 0, 0);
  -ms-transform: matrix(1, 0, -0.3, 1, 0, 0);
  transform: matrix(1, 0, -0.3, 1, 0, 0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  height: 900px;
}
#banner .right * {
  height: 100%;
}
#banner .right li {
  position: relative;
  margin: auto;
  overflow: hidden;
  outline: none;
}
#banner .right img {
  position: absolute;
  top: 0;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: matrix(1, 0, 0.3, 1, 0, 0) translateX(-50%);
  -moz-transform: matrix(1, 0, 0.3, 1, 0, 0) translateX(-50%);
  -ms-transform: matrix(1, 0, 0.3, 1, 0, 0) translateX(-50%);
  transform: matrix(1, 0, 0.3, 1, 0, 0) translateX(-50%);
  width: 200%;
  max-width: initial;
  height: 900px;
  width: 150%;
}
#banner .right ol {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
}

#banner .right ol .slick-slide{
  transform: translateX(-100%);
}

#banner .right ol::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  background-color: #e18e25;
}
.tit1 {
  font-size: 40px;
  line-height: 1.4;
  font-family: 'RiloxiaBolditalicwide';
}
.font-18{
  line-height: 1.6;
}
.tit1 span {
  color: #e18e25;
}
.btns a {
  text-align: center;
  min-width: 145px;
  display: inline-block;
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid currentcolor;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.btns a span {
  display: block;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}
.btns a + a {
  margin-left: 20px;
}
.btns a.btn1 {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btns a.btn2 {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btns a.btn2:hover {
  border-color: #e18e25;
  background-color: #e18e25;
}
.btns a:hover {
  color: #FFFFFF;
  border-color: #e18e25;
  background-color: #e18e25;
}
#index-body .main {
  background: url(../images/about-bg.jpg) no-repeat center bottom;
}
.product-category {
  padding: 90px 0 60px;
}
.product-category p {
  color: #838383;
}
.product-category .box {
  padding-left: 5%;
}
.product-category .left {
  width: 30%;
  padding-top: 120px;
}
.product-category .right {
  width: 70%;
}
.product-category .right ul {
  margin: -15px;
}
.product-category .right ul li {
  padding: 15px;
}
.product-category .right .img {
  border-radius: 8px;
  overflow: hidden;
}
.product-category .right .img .btns {
  position: absolute;
  left: 20px;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-category .right .img:hover .btns {
  opacity: 1;
}
.our-about {
  padding: 90px 0;
  position: relative;
}
.our-about .play {
  position: absolute;
  z-index: 1;
  right: 12%;
  top: 45%;
  cursor: pointer;
}
/*.our-about .play img{
  transition: .5s ease;
}
.our-about .play:hover img{
  transform: scale(1.1);
}*/
.our-about .left {
  margin-right: 40%;
}
.our-about .content {
  margin-top: 90px;
}
.our-about .content .text {
  line-height: 2;
}
.our-about .content .text h1{
  display: inline;
}
.our-about ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}
.our-about ul li {
  text-align: center;
}
.our-about ul li + li {
  margin-left: 15%;
}
.our-about ul li h4 {
  font-size: 85px;
  line-height: 1;
  font-family: 'RiloxiaBold';
  position: relative;
  color: #e18e25;
}
.our-about ul li h4 strong {
  font-size: 32px;
  line-height: 1.6;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.our-about ul li span {
  color: #838383;
}
.i-advantage {
  background: url(../images/adv-bg.jpg) no-repeat center;
  background-attachment: fixed;
  /*background-size: cover;*/
  padding: 80px 0;
}
.i-advantage * {
  color: #FFFFFF;
}
.i-advantage .list ul {
  max-width: 800px;
  margin: auto;
}
.i-advantage .list ul li i {
  margin: auto;
  display: block;
  min-height: 80px;
  line-height: 80px;
}
.i-advantage .list ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.i-advantage .list ul li p {
  line-height: 2;
    font-size: 18px;
  min-height: 120px;
}
.i-advantage .bottom {
  margin-top: 20px;
}
.i-advantage .bottom > * {
  display: inline-block;
  vertical-align: middle;
}
.i-advantage .bottom .page {
  color: #8e8e8e;
  min-width: 150px;
  text-align: center;
}
.i-advantage .bottom .page strong {
  color: #8e8e8e;
}
.i-advantage .bottom span {
  cursor: pointer;
}
.i-advantage .bottom span img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.our-product {
  padding-top: 100px;
}
.our-product p {
  color: #838383;
}
.our-product .list ul {
  margin: -15px;
}
.our-product .list ul li {
  padding: 20px;
}
.our-product .list ul li:hover .btns {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.our-product .list .btns {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .list .img {
  border-radius: 8px;
  overflow: hidden;
}
.our-product .list h4{  
  overflow-y: auto;
}
.our-news {
  padding: 60px 0 80px;
}
.our-news p {
  color: #838383;
}
.our-news .list ul {
  margin: -20px;
}
.our-news .list ul li {
  padding: 20px;
}
.our-news .list .img {
  border-radius: 8px;
  overflow: hidden;
}
.our-news .list .img .btns {
  position: absolute;
  left: 20px;
  bottom: 20px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.cms-data {
  background-color: #f2f2f2;
  padding: 50px 0 40px;
}
.cms-data p {
  color: #838383;
}
.cms-data ul {
  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;
}
.cms-data ul li.column {
  width: auto;
  padding-left: 110px;
  position: relative;
}
.cms-data ul li.column::before {
  content: "";
  position: absolute;
  left: 75px;
  top: 0;
  width: 1px;
  height: 65px;
  background-color: #dcdcdc;
}
.cms-data ul li.column i {
  position: absolute;
  left: 0;
  top: 10px;
}
.cms-data ul li.column p {
  max-width: 300px;
}
#footer .foot-content {
  margin-top: 70px;
  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;
}
#footer .foot-content .foot-block {
  max-width: 420px;
}
#footer .foot-content .foot-block img {
  border-radius: 8px;
}
#footer .foot-content .foot-block a,
#footer .foot-content .foot-block p {
  color: #838383;
}
#footer .foot-content .foot-block ul li + li {
  margin-top: 20px;
}
#footer .form input {
  padding: 0 15px;
  height: 50px;
  font-size: 16px;
  width: 100%;
  border: 1px solid #000000;
  border-radius: 3px;
}
#footer .form input[type='text'] {
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: calc(100% - 110px);
  border-radius: 3px 0 0 3px;
}
#footer .form input[type='submit'] {
  color: #FFFFFF;
  background-color: #000000;
  width: 110px;
  font-size: 18px;
  border-radius: 0 3px 3px 0;
}
#footer .foot-bottom {
  color: #FFFFFF;
  background-color: #000000;
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  display: inline-block;
  vertical-align: middle;
}
#footer .foot-bottom img {
  max-height: 32px;
  vertical-align: middle;
}
@media screen and (max-width: 1600px) {
  .our-about ul li h4 {
    font-size: 60px;
  }
  .our-about ul li h4 strong {
    font-size: 24px;
  }
  .tit1 {
    font-size: 36px;
  }
  #footer .foot-content .foot-block {
    max-width: 350px;
  }
  .cms-data ul li.column {
    padding-left: 80px;
  }
  .cms-data ul li.column::before {
    left: 60px;
  }
  .container {
    width: 95%;
  }
  #banner .left .content {
    padding: 0 10%;
  }
  #banner .left .bottom {
    padding: 40px 10%;
  }
}
@media screen and (max-width: 1400px) {
  #banner .left {
    width: 50%;
  }
  #banner .right {
    width: 50%;
  }
  .tit1 {
    font-size: 30px;
  }
  .font-18 {
    font-size: 16px;
  }
  #header.home .nav .container.menu .menu-box ul.menu > li:nth-child(1),
  #header.home .nav .container.menu .menu-box ul.menu > li:nth-child(2) {
    color: #000000;
  }
  .our-about ul li h4 {
    font-size: 50px;
  }
  .our-about ul li + li {
    margin-left: 10%;
  }
  .font-24 {
    font-size: 22px;
  }
  .font-20 {
    font-size: 18px;
  }
  .our-about .left {
    margin-right: 30%;
  }
  #banner .right {
    height: 800px;
  }
  #banner .right img {
    height: 800px;
  }
}
@media screen and (max-width: 1200px) {
  #header .nav .container.menu .menu-box {
    margin-right: 0;
  }
  #header .nav .container.menu .logo {
    width: 150px;
  }
  #banner .right {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  #header.home .nav .container.menu .menu-box ul.menu > li:nth-child(3) {
    color: #000000;
  }
  #banner .left .content p {
    margin-right: 0;
  }
  .tit1 {
    font-size: 28px;
  }
  .product-category .left {
    padding-top: 0;
  }
  .cms-data ul {
    display: block;
  }
  .cms-data ul li.column {
    width: 50%;
    margin-bottom: 20px;
  }
  .hide-1200 {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .left .bottom {
    display: none;
  }
  #banner .right {
    height: 600px;
  }
  #banner .right img {
    height: 600px;
  }
  #banner .left .content {
    padding: 0 5%;
  }
  .font-16 {
    font-size: 14px;
  }
  #footer .foot-bottom img {
    max-height: 14px;
  }
  .product-category {
    padding: 60px 0;
  }
  .product-category .left {
    width: 100%;
    padding: 0;
  }
  .product-category .right {
    width: 100%;
    margin-top: 40px;
  }
  .product-category .box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-about .play {
    display: none;
  }
  .container {
    width: 100%;
  }
  .our-about .left {
    margin-right: 0;
  }
  .our-about ul li h4 {
    font-size: 40px;
  }
  .our-about ul li h4 strong {
    font-size: 18px;
  }
  .font-20 {
    font-size: 16px;
  }
  .our-product {
    padding-top: 60px;
  }
  .our-news {
    padding: 60px 0;
  }
  #footer .foot-content .foot-block {
    max-width: 300px;
  }
  #footer .form input {
    font-size: 14px;
  }
  #footer .form input[type='submit'] {
    font-size: 16px;
  }
  #footer .foot-bottom .fl,
  #footer .foot-bottom .fr {
    float: none;
    text-align: center;
  }
  #footer .foot-content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  #banner {
    position: relative;
  }
  #banner .left {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #banner .left .content {
    text-align: center;
  }
  #banner .right {
    width: 100%;
  }
  #banner h2 {
    color: #FFFFFF;
  }
  #banner .left .content p {
    color: #FFFFFF;
  }
  #banner .btns a {
    color: #FFFFFF;
  }
  .font-18 {
    font-size: 14px;
    line-height: 2;
  }
  .tit1 {
    font-size: 24px;
  }
  .our-about .content {
    margin-top: 40px;
  }
  .our-about .content .text {
    width: 100%;
    padding: 0;
  }
  .our-about ul {
    margin-top: 40px;
  }
  .our-about ul li h4 {
    font-size: 30px;
  }
  .our-about ul li h4 strong {
    font-size: 14px;
  }
  .font-20 {
    font-size: 14px;
  }
  .font-24 {
    font-size: 18px;
  }
  .i-advantage {
    display: none;
  }
  .cms-data ul li.column {
    width: 100%;
  }
  .cms-data ul li.column::before {
    height: 100%;
  }
  .cms-data ul li.column i {
    top: 0;
  }
  .cms-data ul li.column p {
    max-width: 100%;
  }
  .hide-700 {
    display: none;
  }
  #footer .foot-content {
    display: block;
  }
  #footer .foot-content .foot-block {
    max-width: 100%;
  }
  .our-about ul li + li {
    margin-left: 5%;
  }
  .our-news .list ul {
    margin: -10px;
  }
  .our-news .list ul li {
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  #banner .right {
    height: 400px;
  }
  #banner .right img {
    height: 400px;
  }
  .tit1 {
    font-size: 20px;
    line-height: 1.8;
  }
  .our-about ul {
    display: block;
  }
  .our-about ul li h4 strong {
    position: relative;
    left: auto;
  }
  .our-about ul li + li {
    margin-left: 0;
    margin-top: 30px;
  }
  .btns a {
    min-width: auto;
    padding: 0 15px;
  }
}




html {
  font-size: 10px;
}
.inner-page h2 {
    font-size: 40px;
    font-family: 'RiloxiaBolditalicwide';
    line-height: 1.4;
    color: #000000;
    /*text-transform: uppercase;*/
}

.inner-page.news-page {
    padding: 0;
}
/*.news-page .container {
    max-width: 1320px;
}*/
.news-page .container .news-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 10px;
}
.news-page .container .news-list ul li {
    width: 33.3333%;
    padding: 0 10px;
    margin-bottom: 6rem;
}
.news-page .container .news-list ul li a {
    display: block;
}
.news-page .container .news-list ul li a:hover .content {
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
}
.news-page .container .news-list ul li a:hover .content h4 {
    color: #e18e25;
}
.news-page .container .news-list ul li a .n-img {
    overflow: hidden;
}

.news-page .container .news-list ul li a .n-img img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.news-page .container .news-list ul li a .content {
    padding: 3.2rem 2rem 3.5rem;
     border-radius: 0 0 8px 8px;
    background-color: white;
    border: 1px solid #e1e1e1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .container .news-list ul li a .content h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #262626;
}
.news-page .container .news-list ul li a .content p {
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 2rem 0;
}
.news-page .container .news-list ul li a .content .time {
    padding-top: 2rem;
    border-top: 1px solid #e1e1e1;
    font-size: 16px;
    line-height: 1;
    color: #666666;
    /*text-transform: uppercase;*/
}

.newdet-page {
    padding: 70px 0 0;
}
.newdet-page .container{
    max-width: 1380px;
}
.newdet-page .news-content h3.title,.newdet-page .news-content h1.title {
    font-size: 36px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.newdet-page .news-content a.img-box {
    display: block;
}
.newdet-page .news-content a.img-box img {
    width: 100%;
}
.newdet-page .news-content time {
    width: 65px;
    height: 65px;
    margin-top: -35px;
    background: #da251c none repeat scroll 0 0;
    color: #fff;
    line-height: 23px;
    text-align: center;
    border-radius: 5px;
    display: block;
    font-weight: 500;
    font-size: 20px;
    padding: 8px 0;
    left: 15px;
    position: relative;
    z-index: 1;
}
.newdet-page .news-content .tag {
    font-size: 14px;
    line-height: 2;
    color: #828893;
}
.newdet-page .news-content .tag em {
    color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .news-content .tag div {
    margin-left: 15px;
}
.newdet-page .news-content .tag div i {
    color: var(--mibooz-primary);
    margin-right: 5px;
}
.newdet-page .news-content .content {
    padding: 15px 0;
    margin: 10px 0;
    border-top: 1px #eee dashed;
    border-bottom: 1px #eee dashed;
    text-align: left;
}
.newdet-page .news-content .content h3{
  font-size: 24px;
  line-height: 40px;
  color: #e18e25;
  margin-top: 10px;
}
.newdet-page .news-content .content p {
    padding: 5px 0;
}
.newdet-page .news-content .share {
    text-align: left;
}
.newdet-page .news-content .share h4 {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 14px;
}
.newdet-page .news-content .share ul {
    display: inline-block;
}
.newdet-page .news-content .share ul li {
    width: auto;
    padding: 5px;
}
.newdet-page .news-content .share ul li a {
    display: block;
    padding: 0 15px;
    line-height: 32px;
    height: 32px;
    border-radius: 5px;
    background: #edeff2;
    font-size: 12px;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
    color: white;
    background: #e18e25;
}
.newdet-page .news-content .m-link {
    padding-top: 15px;
    text-align: left;
    margin-top: 15px;
    border-top: 1px #eee dashed;
    font-size: 16px;
    line-height: 2;
}
.newdet-page .news-content .m-link a {
    font-size: 16px;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
    color: var(--mibooz-primary);
    text-decoration: underline;
}
.contact-page .contact-1 {
    padding: 0 0 100px;
}
.contact-page .contact-1 .container {
    max-width: 1182px;
}
.contact-page .contact-1 .container .top {
    text-align: center;
}
.contact-page .contact-1 .container .top p {
    font-size: 18px;
    line-height: 1.8;
    color: #666666;
    margin: 3.2rem auto 0;
    max-width: 880px;
}
.contact-page .contact-1 .container .contact-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 7.3rem -15px 0;
}
.contact-page .contact-1 .container .contact-box .left {
    width: 50%;
    padding: 15px;
}
.contact-page .contact-1 .container .contact-box .left ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4rem;
}
.contact-page .contact-1 .container .contact-box .left ul li {
    width: 60%;
    padding-left: 30px;
}
.contact-page .contact-1 .container .contact-box .left ul li:first-child {
    margin-bottom: 3.5rem;
}
.contact-page .contact-1 .container .contact-box .left ul li h4 {
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 1rem;
}
.contact-page .contact-1 .container .contact-box .left ul li p {
    font-size: 16px;
    line-height: 2;
    color: #666666;
}
.contact-page .contact-1 .container .contact-box .left ul li:nth-child(even) {
    width: 40%;
}
.contact-page .contact-1 .container .contact-box .left ul li:nth-child(1) {
    background: url(../images/c-1.png) no-repeat left top;
}
.contact-page .contact-1 .container .contact-box .left ul li:nth-child(2) {
    background: url(../images/c-2.png) no-repeat left top;
}
.contact-page .contact-1 .container .contact-box .left ul li:nth-child(3) {
    background: url(../images/c-3.png) no-repeat left top;
}
.contact-page .contact-1 .container .contact-box .left ul li:nth-child(4) {
    background: url(../images/c-4.png) no-repeat left top;
}
.contact-page .contact-1 .container .contact-box .right {
    width: 50%;
    padding: 15px;
}
.contact-page .contact-1 .container .contact-box .right form input[type="text"],
.contact-page .contact-1 .container .contact-box .right form textarea {
    width: 100%;
    height: 58px;
    border: none;
    background: #ffffff;
    font-size: 16px;
    line-height: 2;
    color: #000;
    padding: 0 2rem;
    margin-bottom: 2.2rem;
}
.contact-page .contact-1 .container .contact-box .right form textarea {
    height: 155px;
    padding: 2rem;
}
.contact-page .contact-1 .container .contact-box .right form input[type="submit"] {
    width: 17.4rem;
    min-width: 120px;
    height: 54px;
    background: #e18e25;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact-page .contact-1 .container .contact-box .right form input[type="submit"]:hover {
    background: #000;
}

.service-page {
    padding: 16.5rem 0;
}
.service-page .container {
    max-width: 1325px;
}
.service-page .service-icon {
    text-align: center;
    color: #000000;
}
.service-page .service-icon ul {
    margin-top: 9rem;
    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;
}
.service-page .service-icon ul li {
    width: 20%;
    padding: 0 10px;
}
.service-page .service-icon ul li:hover p {
    color: #e18e25;
}
.service-page .service-icon ul li span {
    display: block;
    height: 100px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.service-page .service-icon ul li p {
    font-size: 18px;
    margin-top: 2rem;
    color: #333333;
}
.service-page .service-icon ul li:nth-child(1):hover span {
    background: url(../images/s-1-h.png) no-repeat center center;
}
.service-page .service-icon ul li:nth-child(1) span {
    background: url(../images/s-1.png) no-repeat center center;
}
.service-page .service-icon ul li:nth-child(2):hover span {
    background: url(../images/s-2-h.png) no-repeat center center;
}
.service-page .service-icon ul li:nth-child(2) span {
    background: url(../images/s-2.png) no-repeat center center;
}
.service-page .service-icon ul li:nth-child(3):hover span {
    background: url(../images/s-3-h.png) no-repeat center center;
}
.service-page .service-icon ul li:nth-child(3) span {
    background: url(../images/s-3.png) no-repeat center center;
}
.service-page .service-icon ul li:nth-child(4):hover span {
    background: url(../images/s-4-h.png) no-repeat center center;
}
.service-page .service-icon ul li:nth-child(4) span {
    background: url(../images/s-4.png) no-repeat center center;
}
.service-page .service-icon ul li:nth-child(5):hover span {
    background: url(../images/s-5-h.png) no-repeat center center;
}
.service-page .service-icon ul li:nth-child(5) span {
    background: url(../images/s-5.png) no-repeat center center;
}
.service-page .service-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 13rem;
}
.service-page .service-content .left {
    width: 49%;
    padding-right: 4rem;
}
.service-page .service-content .left .content {
    max-width: 560px;
}
.service-page .service-content .left .content h3 {
    font-size: 3.8rem;
    line-height: 1;
    color: #000;
}
.service-page .service-content .left .content p {
    font-size: 18px;
    color: #666666;
    line-height: 1.4;
}
.service-page .service-content .left .content .text {
    margin: 3rem 0 5.4rem;
}
.service-page .service-content .left .content ul li {
    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-bottom: 2.7rem;
}
.service-page .service-content .left .content ul li:last-child {
    margin-bottom: 0;
}
.service-page .service-content .left .content ul li img {
    margin-right: 1.7rem;
}
.service-page .service-content .right {
    width: 51%;
}
.advantage-page .container {
    max-width: 1380px;
}
.advantage-page .advantage-item {
    background: #000000;
}
.advantage-page .advantage-item ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.advantage-page .advantage-item ul li {
    width: 33.3333%;
    border-right: 1px solid #e18e25;
}
.advantage-page .advantage-item ul li:first-child {
    border-left: 1px solid #e18e25;
}
.advantage-page .advantage-item ul li a {
    display: block;
    font-size: 18.2px;
    line-height: 1;
    color: #fff;
    text-align: center;
    padding: 3.3rem 0;
    border-top: 4px solid transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.advantage-page .advantage-item ul li a:hover {
    border-top: 4px solid #e18e25;
    background: #fff;
    color: #000000;
}
.advantage-page .advantage-item ul li.active a {
    border-top: 4px solid #e18e25;
    background: #fff;
    color: #000000;
}
.advantage-page .top {
    text-align: center;
}
.advantage-page .top p {
    font-size: 18px;
    line-height: 1.5;
    color: #333333;
    margin: 3.6rem auto 0;
    max-width: 1093px;
}
.strength-page .strength-box {
    padding: 13.5rem 0 16rem;
}
.strength-page .strength-box .container {
    max-width: 1315px;
}
.strength-page .strength-box .strength-1 {
    padding: 8rem 0 9.5rem;
}
.strength-page .strength-box .strengthBox {
    position: relative;
}
.strength-page .strength-box .strengthBox .swiper-slide a {
    display: block;
    overflow: hidden;
}
.strength-page .strength-box .strengthBox .swiper-slide a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.strength-page .strength-box .strengthBox .swiper-slide a img {
    width: 100%;
}
.strength-page .strength-box .strengthBox .swiper-button-prev,
.strength-page .strength-box .strengthBox .swiper-button-next {
    width: 3.7rem;
    height: 4.7rem;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.strength-page .strength-box .strengthBox .swiper-button-prev {
    background: url(../images/p-left.png) no-repeat center center;
    background-size: 100% 100%;
    left: -6%;
}
.strength-page .strength-box .strengthBox .swiper-button-next {
    background: url(../images/p-right.png) no-repeat center center;
    background-size: 100% 100%;
    right: -6%;
}
.facilities-page .facilities-box {
    padding: 12.5rem 0 11.5rem;
}
.facilities-page .facilities-box .facilitiesBox {
    margin-top: 10rem;
    position: relative;
}
.facilities-page .facilities-box .facilitiesBox::after {
    position: absolute;
    content: "";
    width: 1930px;
    height: 1px;
    border-bottom: 1px solid #dfdfdf;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 85px;
    z-index: -1;
}
.facilities-page .facilities-box .facilitiesBox .swiper-slide a {
    display: block;
    text-align: center;
}
.facilities-page .facilities-box .facilitiesBox .swiper-slide a:hover .fac {
    background: #e18e25;
}
.facilities-page .facilities-box .facilitiesBox .swiper-slide a:hover .fac .fac-img {
    opacity: 0;
}
.facilities-page .facilities-box .facilitiesBox .swiper-slide a:hover .fac .fac-img-h {
    opacity: 1;
}
.facilities-page .facilities-box .facilitiesBox .swiper-slide a .f-img {
    overflow: hidden;
}
.facilities-page .facilities-box .facilitiesBox .swiper-slide a .f-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.facilities-page .facilities-box .facilitiesBox .swiper-slide a .f-img img {
    width: 100%;
}
.facilities-page .facilities-box .facilitiesBox .swiper-slide a .fac {
    margin-top: 37px;
    display: inline-block;
    width: 72px;
    height: 72px;
    position: relative;
    border-radius: 100%;
    background: #f5f5f5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.facilities-page .facilities-box .facilitiesBox .swiper-slide a .fac .fac-img {
    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%);
}
.facilities-page .facilities-box .facilitiesBox .swiper-slide a .fac .fac-img-h {
    opacity: 0;
}
.facilities-page .facilities-box .facilitiesBox .swiper-slide a p {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    margin: 20px auto 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.facilities-page .facilities-box .facilitiesBox .swiper-button-prev,
.facilities-page .facilities-box .facilitiesBox .swiper-button-next {
    width: 3.7rem;
    height: 4.7rem;
    margin-top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 25%;
}
.facilities-page .facilities-box .facilitiesBox .swiper-button-prev {
    background: url(../images/p-left.png) no-repeat center center;
    background-size: 100% 100%;
    left: -6%;
}
.facilities-page .facilities-box .facilitiesBox .swiper-button-next {
    background: url(../images/p-right.png) no-repeat center center;
    background-size: 100% 100%;
    right: -6%;
}
.certificate-page .certificate-box {
    padding: 11rem 0 16rem;
}
.certificate-page .certificate-box .certificate-1 {
    margin-top: 7.5rem;
}
.certificate-page .certificate-box .certificate-1 ul {
    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;
}
.certificate-page .certificate-box .certificate-1 ul li h4 {
    font-size: 46px;
    line-height: 1;
    color: #e18e25;
}
.certificate-page .certificate-box .certificate-1 ul li p {
    font-size: 24px;
    line-height: 1;
    color: #333333;
    margin-top: 1rem;
}
.certificate-page .certificate-box .certificate-1 ul li img {
    display: inline-block;
    margin-bottom: 1.5rem;
}
.certificate-page .certificate-box .certificate-1 ul li:nth-child(1) {
    padding-left: 85px;
    background: url(../images/cert-1.png) no-repeat left center;
}
.certificate-page .certificate-box .certificate-1 ul li:nth-child(2) {
    padding-left: 95px;
    background: url(../images/cert-2.png) no-repeat left center;
}
.certificate-page .certificate-box .certificate-1 .certificateBox {
    padding: 9.5rem 0 17rem;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
}
.certificate-page .certificate-box .certificate-1 .certificateBox .swiper-slide a {
    display: block;
}
.certificate-page .certificate-box .certificate-1 .certificateBox .swiper-slide a:hover p {
    color: #e18e25;
}
.certificate-page .certificate-box .certificate-1 .certificateBox .swiper-slide a .c-img {
    overflow: hidden;
}
.certificate-page .certificate-box .certificate-1 .certificateBox .swiper-slide a .c-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.certificate-page .certificate-box .certificate-1 .certificateBox .swiper-slide a .c-img img {
    width: 100%;
}
.certificate-page .certificate-box .certificate-1 .certificateBox .swiper-slide a p {
    text-align: center;
    font-size: 18px;
    line-height: 1;
    color: #333333;
    margin-top: 2.2rem;
}
.certificate-page .certificate-box .certificate-1 .certificateBox .swiper-button-prev,
.certificate-page .certificate-box .certificate-1 .certificateBox .swiper-button-next {
    width: 3.7rem;
    height: 4.7rem;
    margin-top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 40%;
}
.certificate-page .certificate-box .certificate-1 .certificateBox .swiper-button-prev {
    background: url(../images/p-left.png) no-repeat center center;
    background-size: 100% 100%;
    left: -6%;
}
.certificate-page .certificate-box .certificate-1 .certificateBox .swiper-button-next {
    background: url(../images/p-right.png) no-repeat center center;
    background-size: 100% 100%;
    right: -6%;
}
.certificate-page .certificate-box .certificate-2 .top {
    margin: 10rem 0;
}
.certificate-page .certificate-box .certificate-2 .honorBox {
    position: relative;
}
.certificate-page .certificate-box .certificate-2 .honorBox .swiper-slide a {
    display: block;
}
.certificate-page .certificate-box .certificate-2 .honorBox .swiper-slide a:hover p {
    color: #e18e25;
}
.certificate-page .certificate-box .certificate-2 .honorBox .swiper-slide a .c-img {
    overflow: hidden;
}
.certificate-page .certificate-box .certificate-2 .honorBox .swiper-slide a .c-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.certificate-page .certificate-box .certificate-2 .honorBox .swiper-slide a .c-img img {
    width: 100%;
}
.certificate-page .certificate-box .certificate-2 .honorBox .swiper-slide a p {
    text-align: center;
    font-size: 18px;
    line-height: 1;
    color: #333333;
    margin-top: 2.2rem;
}
.certificate-page .certificate-box .certificate-2 .honorBox .swiper-button-prev,
.certificate-page .certificate-box .certificate-2 .honorBox .swiper-button-next {
    width: 3.7rem;
    height: 4.7rem;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.certificate-page .certificate-box .certificate-2 .honorBox .swiper-button-prev {
    background: url(../images/p-left.png) no-repeat center center;
    background-size: 100% 100%;
    left: -6%;
}
.certificate-page .certificate-box .certificate-2 .honorBox .swiper-button-next {
    background: url(../images/p-right.png) no-repeat center center;
    background-size: 100% 100%;
    right: -6%;
}
.video-page {
    padding: 15rem 0 17.5rem;
}
.video-page .container {
    max-width: 1222px;
}
.video-page h2 {
    text-align: center;
}
.video-page .video-box {
    margin-top: 6rem;
}
.video-page .videoBox {
    margin-top: 2.4rem;
    position: relative;
}
.video-page .videoBox .swiper-slide {
    cursor: pointer;
}
.video-page .videoBox .swiper-slide img {
    width: 100%;
}
.video-page .videoBox .swiper-button-prev,
.video-page .videoBox .swiper-button-next {
    width: 3.7rem;
    height: 4.7rem;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.video-page .videoBox .swiper-button-prev {
    background: url(../images/p-left.png) no-repeat center center;
    background-size: 100% 100%;
    left: -6%;
}
.video-page .videoBox .swiper-button-next {
    background: url(../images/p-right.png) no-repeat center center;
    background-size: 100% 100%;
    right: -6%;
}
.product-page .cat-list {
    border-bottom: 1px solid #cccccc;
}
.product-page .cat-list>ul {
    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;
}
.product-page .cat-list>ul>li {
    text-align: center;
    padding: 0 15px;
    position: relative;
}
.product-page .cat-list>ul>li a {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 3rem;
}
.product-page .cat-list>ul>li a:hover::after {
    width: 100%;
}
.product-page .cat-list>ul>li a:hover p {
    color: #e18e25;
}
.product-page .cat-list>ul>li a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    background: #e18e25;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .cat-list>ul>li a .cat-img {
    height: 170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-page .cat-list>ul>li a p {
    font-size: 18px;
    line-height: 1;
    color: #000000;
}
.product-page .cat-list>ul>li.active a::after {
    width: 100%;
}
.product-page .cat-list>ul>li.active a p {
    color: #e18e25;
}
.product-page .cat-list > ul > li .children {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    z-index: 5;
    border-bottom: 2px solid #e18e25;
    width: 480px;
}
.product-page .cat-list > ul > li .children .item a {
    display: block;
    text-align: center;
    padding: 10px 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .cat-list > ul > li .children .item a:after{
    display: none;
}
.product-page .cat-list > ul > li .children .item a:hover {
    background: #e18e25;
    color: #fff;
}
.product-page .cat-box {
    padding: 7.5rem 15px;
    text-align: center;
}
.product-page .cat-box .cat-img {
    display: inline-block;
    position: relative;
}
.product-page .cat-box .cat-img.active{
    display: none;
}
.product-page .cat-box .cat-img .cat-text {
    text-align: left;
    position: absolute;
    padding-left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.product-page .cat-box .cat-img .cat-text h4 {
    font-size: 4.8rem;
    line-height: 1;
    color: #000000;
    margin-bottom: 3.5rem;
}
.product-page .cat-box .cat-img .cat-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    max-width: 545px;
}
.product-page .product-list {
    padding-bottom: 8rem;
}
.product-page .product-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-page .product-list ul li {
    width: 25%;
}
.product-page .product-list ul li .p-img {
    display: block;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
}
.product-page .product-list ul li .p-img:hover span {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.product-page .product-list ul li .p-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.product-page .product-list ul li .p-img img {
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .product-list ul li .p-img span {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    background: #e18e25;
    text-transform: uppercase;
    padding: 2.3rem;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.product-page .product-list ul li p {
    font-size: 18px;
    line-height: 1.5;
    color: #666666;
    text-align: center;
    padding: 3.2rem 10px;
}

.inner-page .m-page {
    text-align: center;
    float: none;
    margin: 70px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 48px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page a:hover {
    background: #eb6100 none repeat scroll 0 0;
    color: #fff;
}
.inner-page .m-page span.current{
    background: #e18e25;
    color: #fff;
}

@media screen and (max-width: 1645px) {

}
@media screen and (max-width: 1450px) {
    .inner-page h2{
        font-size: 4rem;
    }
}
@media screen and (max-width: 1230px) {
    .advantage-page .top p{
        font-size: 16px;
    }
    .certificate-page .certificate-box .certificate-1 ul li p{
        font-size: 18px;
    }
    .service-page .service-icon ul li p{
        font-size: 14px;
    }.service-page .service-content .left .content p{
         font-size: 16px
     }.news-page .container .news-list ul li a .content h4{
          font-size: 20px;
      }.news-page .container .news-list ul li a .content p{
           font-size: 16px;
       }
    .newdet-page .news-content h3.title,.newdet-page .news-content h1.title{
        font-size: 30px;
    }.contact-page .contact-1 .container .top p{
         font-size: 16px;
     }
    .product-page .product-list ul li{
        width: 33.333%
    }.product-page .product-list ul li p{
         font-size: 16px
     }
    .product-page .cat-box .cat-img .cat-text{
        padding-left: 7%;
    }.product-page .product-list ul li .p-img span{
         font-size: 16px;
     }
    .product-page .cat-box .cat-img .cat-text p{
        font-size: 16px;
    }

}
@media screen and (max-width: 1000px) {
    .advantage-page .advantage-item ul li a{
        font-size: 16px
    }.certificate-page .certificate-box .certificate-1 ul{
         display: none;
     }
    .service-page .service-icon ul li:nth-child(1) span{
        background-size: auto 100%;
    }
    .service-page .service-icon ul li:nth-child(1):hover span{
        background-size: auto 100%;
    }
    .service-page .service-icon ul li:nth-child(2) span{
        background-size: auto 100%;
    }
    .service-page .service-icon ul li:nth-child(2):hover span{
        background-size: auto 100%;
    }.service-page .service-icon ul li:nth-child(3) span{
         background-size: auto 100%;
     }
    .service-page .service-icon ul li:nth-child(3):hover span{
        background-size: auto 100%;
    }
    .service-page .service-icon ul li:nth-child(4) span{
        background-size: auto 100%;
    }
    .service-page .service-icon ul li:nth-child(4):hover span{
        background-size: auto 100%;
    }.service-page .service-icon ul li:nth-child(5) span{
         background-size: auto 100%;
     }
    .service-page .service-icon ul li:nth-child(5):hover span{
        background-size: auto 100%;
    }.service-page .service-icon ul li span{
         height: 40px;
     }.service-page .service-content .left .content p {
          font-size: 14px;
      }.news-page .container .news-list ul li{
           width: 50%;
       }.news-page .container .news-list ul li a .content h4{
            font-size: 18px;
        }.news-page .container .news-list ul li a .content p{
             font-size: 14px;
         }
    .news-page .container .news-list ul li a .content .time{
        font-size: 14px;
    }
    .newdet-page .news-content h3.title,.newdet-page .news-content h1.title{
        font-size: 24px;
    }
    .contact-page .contact-1 .container .contact-box .left ul li{
         width: 100%;
         margin-bottom: 3.5rem;
     }.contact-page .contact-1 .container .contact-box .left ul li:nth-child(even){
          width: 100%;
      }.contact-page .contact-1 .container .contact-box .left ul li p{
           font-size: 14px;
       }
    .contact-page .contact-1 .container .top p{
        font-size: 14px;max-width: 390px;line-height: 2;
    }.product-page .cat-box .cat-img .cat-text{
         padding-left: 4%;
     }.product-page .product-list ul li p {
          font-size: 14px;
      }.product-page .cat-list>ul>li a p{
           font-size: 16px;
       }section{
             display: none;
         }
}
@media screen and (max-width: 700px) {
    .inner-page h2{
        font-size: 30px;
        line-height: 1.6;
    }
    .advantage-page .advantage-item{
         display: none;
     }

    .service-page .service-content .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .service-page .service-content .right {
        width: 100%;
    }
    .service-page .service-icon ul li{
        width: 25%;
        margin-bottom: 20px;
    }
    .newdet-page .news-content h3.title,.newdet-page .news-content h1.title{
        font-size: 20px;
        line-height: 1.8;
    }
    .newdet-page .news-content .content{
        font-size: 14px;
    }
    .contact-page .contact-1 .container .contact-box .left{
        width: 100%;
    }
    .contact-page .contact-1 .container .contact-box .right{
        width: 100%;
    }.amap-container{
         height: 300px !important;
     }.product-page .cat-list{
          display: none;
      }.product-page .cat-box .cat-img{
           display: none;
       }
    .product-page .product-list ul li{
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .certificate-page .certificate-box .certificate-1 .certificateBox .swiper-button-prev, .certificate-page .certificate-box .certificate-1 .certificateBox .swiper-button-next{
        display: none;
    }
    .certificate-page .certificate-box .certificate-2 .honorBox .swiper-button-prev, .certificate-page .certificate-box .certificate-2 .honorBox .swiper-button-next{
        display: none;
    }
    .service-page .service-icon ul li{
        width: 50%;
    }.news-page .container .news-list ul li{
         width: 100%;
         padding: 0;
     }.product-page .product-list ul li{
          width: 100%;
      }

}

.inner-banner {
  padding-top: 200px;
  min-height: 500px;
  position: relative;
  z-index: 1;
  color: white;
  background-size: cover;
  background-position: center center;
}

.inner-banner h2 {
  /*font-weight: 500;*/
  color: black;
  font-family: 'RiloxiaBolditalicwide';
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.8;
  width: 30%;
}
.inner-banner .mbx {
  font-size: 14px;
  line-height: 2;
  color: black;
  text-transform: capitalize;
  margin-top: 15px;
  width: 25%;
}

.inner-page.about-page{
  background-color: white;
}
.about-page span.titleTag {
  font-size: 100px;
  color: #ececec;
  font-weight: bold;
  line-height: .7;
  margin-bottom: -0.4em;
  display: block;
}
.about-page h2.title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 34px;
  color: #151515;
  line-height: 1.6;
}
.about-page .about-1 {
  padding: 0 0 80px;
}
.about-page .about-1 .box .left {
  vertical-align: middle;
  padding-right: 3%;
  width: 55%;
}
.about-page .about-1 .box .right {
  vertical-align: middle;
  width: 45%;
}
.about-page .about-1 .box .right h2.title {
  max-width: 90%;
}
.about-page .about-1 .box .right .text {
  margin-top: 30px;
  font-size: 18px;
  color: #929292;
  line-height: 1.8;
}
.about-page .about-1 .list {
  margin-top: 120px;
}
.about-page .about-1 .list ul {
  margin: 0 -6%;
}
.about-page .about-1 .list ul li {
  border-right: 1px solid #dedede;
  text-align: center;
}
.about-page .about-1 .list ul li:last-child {
  border-right: none;
}
.about-page .about-1 .list ul li h6 {
  position: relative;
  height: 150px;
  font-family: 'RiloxiaBold';
  line-height: 150px;
  padding: 0 10px;
  min-width: 150px;
  text-align: center;
  font-size: 58px;
  color: #e18e25;
  display: inline-block;
  max-width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.about-page .about-1 .list ul li h6 i.ie1:after,
.about-page .about-1 .list ul li h6 i.ie1:before,
.about-page .about-1 .list ul li h6 i.ie2:after,
.about-page .about-1 .list ul li h6 i.ie2:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #e18e25;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.about-page .about-1 .list ul li h6 i.ie1:after {
  left: -1px;
  top: -1px;
  border-right: none;
  border-bottom: none;
}
.about-page .about-1 .list ul li h6 i.ie1:before {
  right: -1px;
  top: -1px;
  border-left: none;
  border-bottom: none;
}
.about-page .about-1 .list ul li h6 i.ie2:after {
  left: -1px;
  bottom: -1px;
  border-right: none;
  border-top: none;
}
.about-page .about-1 .list ul li h6 i.ie2:before {
  right: -1px;
  bottom: -1px;
  border-left: none;
  border-top: none;
}
.about-page .about-1 .list ul li h6:hover i.ie1:after,
.about-page .about-1 .list ul li h6:hover i.ie1:before,
.about-page .about-1 .list ul li h6:hover i.ie2:after,
.about-page .about-1 .list ul li h6:hover i.ie2:before {
  width: 55%;
  height: 55%;
}
.about-page .about-1 .list ul li p {
  margin-top: 25px;
  font-size: 20px;
  color: #838383;
  line-height: 1.8;
}
.about-page .about-2 {
  background:#f2f2f2;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.about-page .about-2:after {
  content: '';
  width: 100%;
  height: 170px;
  /*background: url("../images/init-6-mask.png") center bottom;*/
  position: absolute;
  top: 99%;
  left: 0;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  z-index: -1;
}
.about-page .about-2 .left {
  vertical-align: middle;
  width: 55%;
  padding-right: 6%;
}
.about-page .about-2 .left img {
  width: 100%;
}
.about-page .about-2 .right {
  vertical-align: middle;
  width: 45%;
}
.about-page .about-2 .right .tag {
  margin: 25px 0 35px;
}
.about-page .about-2 .right .tag span {
  display: inline-block;
  min-width: 150px;
  padding: 0 15px;
  text-align: center;
  line-height: 44px;
  height: 44px;
  background: white;
  font-size: 18px;
  color: #151515;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 5px;
  margin-bottom: 10px;
}
.about-page .about-2 .right .tag span:hover,
.about-page .about-2 .right .tag span.active {
  background: #e18e25;
  color: white;
}
.about-page .about-2 .right .content {
  font-size: 20px;
  color: #7d7d7d;
  line-height: 1.8;
  min-height: 9.6em;
}
.about-page .about-3 {
  padding: 80px 0;
}
.about-page .about-3 .box {
  margin-top: 70px;
}
.about-page .about-3 .box .left {
  vertical-align: bottom;
  width: 15%;
}
.about-page .about-3 .box .left .btn div {
  width: 140px;
  text-align: center;
  line-height: 42px;
  height: 42px;
  border-radius: 5px;
  background: #151515;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box .left .btn div img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -4px;
}
.about-page .about-3 .box .left .btn div:hover {
  background: #e18e25;
}
.about-page .about-3 .box .left .btn div.prev img {
  margin-right: 10px;
}
.about-page .about-3 .box .left .btn div.next {
  margin-top: 8px;
}
.about-page .about-3 .box .left .btn div.next img {
  margin-left: 10px;
}
.about-page .about-3 .box .right {
  vertical-align: bottom;
  width: 85%;
}
.about-page .about-3 .box .right .list {
  padding-right: 40%;
  overflow: hidden;
  margin-right: -20%;
}
.about-page .about-3 .box .right .list ul {
  margin: 0 -18px;
}
.about-page .about-3 .box .right .list ul .slick-list {
  overflow: unset;
}
.about-page .about-3 .box .right .list ul li {
  padding: 0 18px;
  display: block !important;
}
.about-page .about-3 .box .right .list ul li a.img-box {
  height: 320px;
}
.inner-page {
  overflow: hidden;
  padding-top: 100px;
  background-color: #f2f2f2;
}
.inner-page .m-page {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 60px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  background: white;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: #e18e25;
  color: white;
}
.gallery-page {
  /*padding: 90px 0 60px;*/
}
.gallery-page .list ul {
  margin: -17px -9px;
}
.gallery-page .list ul li {
  padding: 17px 9px;
}
.gallery-page .list ul li a.img-box {
  display: block;
  border-radius: 8px;
}
.gallery-page .list ul li a.img-box img {
  width: 100%;
}
.gallery-page .list ul li a.img-box h6 {
  position: absolute;
  padding: 8px;
  left: 0;
  bottom: 0;
  background: rgba(21, 21, 21, 0.5);
  font-size: 20px;
  color: white;
  text-align: center;
  width: 100%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.gallery-page .list ul li a.img-box:hover h6 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.faq-page {
  padding: 100px 0;
  text-align: center;
}
.faq-page .ui.container {
  max-width: 1150px;
}
.faq-page h2 {
  font-size: 40px;
  color: #151515;
  line-height: 1.4;
  text-transform: uppercase;
}
.faq-page .list {
  margin-top: 60px;
  text-align: left;
}
.faq-page .list ul li {
  padding-bottom: 12px;
}
.faq-page .list ul li h6 {
  padding: 12px 60px 12px 40px;
  border-radius: 5px;
  font-size: 24px;
  line-height: 1.8;
  color: #151515;
  background: #ffffff;
  position: relative;
}
.faq-page .list ul li h6 i {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 20px;
  top: 17px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .list ul li h6 i:after,
.faq-page .list ul li h6 i:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #b5b5b5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .list ul li h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-page .list ul li h6 i.active:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq-page .list ul li .text {
  margin-top: 10px;
  padding: 8px 40px;
  font-size: 20px;
  line-height: 1.8;
  color: #909090;
  display: none;
}
.faq-page .list ul li:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1500px) {
  .faq-page h2,
  .about-page h2.title {
    font-size: 42px;
  }
  .faq-page .list ul li h6 {
    font-size: 20px;
  }
  .faq-page .list ul li h6 i {
    top: 14px;
  }
  .faq-page .list ul li .text,
  .gallery-page .list ul li a.img-box h6 {
    font-size: 16px;
    line-height: 2;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    line-height: 38px;
    height: 38px;
    width: 38px;
    font-size: 16px;
  }
  .about-page span.titleTag {
    font-size: 90px;
  }
  .about-page .about-1 .box .right .text {
    font-size: 18px;
  }
  .about-page .about-1 .list ul li h6 {
    line-height: 130px;
    height: 130px;
    font-size: 44px;
  }
  .about-page .about-1 .list ul li p {
    font-size: 20px;
  }
  .about-page .about-1 .list {
    margin-top: 80px;
  }
  .about-page .about-2 .right .tag span {
    min-width: 120px;
    font-size: 16px;
  }
  .about-page .about-2 .right .content {
    font-size: 18px;
  }
  .about-page .about-2:after {
    height: 100px;
    background-size: auto 100px;
  }
  .about-page .about-2 {
    margin-bottom: 100px;
  }
  .about-page .about-3 .box .left .btn div {
    width: 120px;
    line-height: 36px;
    height: 36px;
    font-size: 14px;
  }
  .about-page .about-3 .box .right .list ul li a.img-box {
    height: 280px;
  }
}
@media screen and (max-width: 1270px) {


  .about-page span.titleTag {
    font-size: 60px;
  }
  .faq-page h2,
  .about-page h2.title {
    font-size: 36px;
  }
  .about-page .about-1 .box .right .text {
    font-size: 16px;
    line-height: 2;
    margin-top: 15px;
  }
  .about-page .about-1 .list ul li h6 {
    line-height: 110px;
    height: 110px;
    font-size: 36px;
  }
  .about-page .about-1 .list ul li p {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 15px;
  }
  .about-page .about-2 .right .tag {
    margin: 15px 0;
  }
  .about-page .about-2 .right .tag span {
    line-height: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page{
    padding-top: 0;
  }

  .faq-page,
  .gallery-page,
  .about-page .about-1,
  .about-page .about-3 {
    padding: 50px 0;
  }

  .inner-banner{
    min-height: auto;
    background: none!important;
    padding: 30px 0;
    text-align: center;
  }

  .inner-banner h2 {
    font-size: 32px;
    width: 100%;
  }
  .inner-banner .mbx {
    font-size: 14px;
    line-height: 2;
    width: 100%;
  }
  
  .faq-page h2,
  .about-page h2.title {
    font-size: 28px;
  }
  .faq-page .list ul li h6 {
    font-size: 18px;
  }
  .gallery-page .list ul li {
    width: 50% !important;
  }
  .about-page .about-1 .box .left,
  .about-page .about-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .box .right,
  .about-page .about-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .about-page .about-1 .list ul li {
    width: 50%;
    margin: 10px 0;
  }
  .about-page .about-3 .box .left {
    display: none;
  }
  .about-page .about-3 .box .right {
    width: 100%;
  }
  .about-page .about-3 .box .right .list {
    padding-right: 0;
    margin-right: 0;
  }
  .about-page .about-3 .box .right .list ul li a.img-box {
    height: 200px;
  }
  .about-page .about-3 .box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page h2,
  .about-page h2.title {
    font-size: 24px;
    line-height: 1.8;
  }
  .inner-banner h2 {
    font-size: 20px;
    line-height: 1.8;
  }
  .faq-page .list ul li h6 {
    font-size: 16px;
    line-height: 2;
    padding: 6px 40px 6px 15px;
  }
  .faq-page .list ul li h6 i {
    top: 6px;
    right: 8px;
  }
  .faq-page .list ul li .text {
    padding: 6px 15px;
  }
  .gallery-page .list ul li {
    width: 100% !important;
  }
  .about-page .about-1 .list ul li h6 {
    line-height: 80px;
    height: 80px;
    font-size: 28px;
  }
  .about-page span.titleTag {
    font-size: 44px;
  }
}
.inner-page.product2-page {
  overflow: unset;
  position: relative;
  z-index: 1;
  padding: 70px 0 100px;
  background-color: transparent;
}

.inner-page.product2-page .sideLeft .box .list ul li{
  background: #efefef;
}

.inner-page .sideLeft {
  width: 30%;
  padding-right: 60px;
  position: sticky;
  top: 85px;
}
.inner-page .sideRight {
  width: 70%;
}
/*.inner-page .sideLeft .box {
  padding: 30px;
  background: #f7f7f7;
}*/
.inner-page .sideLeft .box h3 {
  display: block;
  font-family: 'RiloxiaBolditalicwide';
  padding: 38px 25px;
  background: #e18e25;
  font-size: 26px;
  font-weight: bold;
  color: white;
}
.inner-page .sideLeft .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-left: 4px solid #e18e25;
  font-size: 18px;
  line-height: 1.8;
  color: black;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.inner-page .sideLeft .box .list > ul > li.active > a{
  color: #e18e25;
}
.inner-page .sideLeft .box .list ul li.active ul{
  display: block;
}
.inner-page .sideLeft .box .list ul li i{
  position: absolute;
  top: 6px;
  right: 0px;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  cursor: hand;
}
.inner-page .sideLeft .box .list ul li img {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
/*.inner-page .sideLeft .box .list ul li:hover {
  background: #e18e25;
  color: white;
}*/
.inner-page .sideLeft .box .list ul li ul li{
  border: none;
  background: #fff;;
}
.inner-page .sideLeft .box .list ul li ul li:hover{
  background: #e18e25;
  color: #fff;
}
.inner-page .sideLeft .box .list ul li ul li.active{
  background: #e18e25;
  color: #fff;
}
.inner-page .sideLeft .img {
  display: block;
  margin-top: 40px;
  padding: 60px 5%;
  text-align: center;
  color: white;
  background-size: cover;
}
.inner-page .sideLeft .img h4 {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}
.inner-page .sideLeft .img p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  margin: 25px 0 45px;
}
.inner-page .sideLeft .img a.more {
  line-height: 45px;
  height: 45px;
  width: 150px;
  padding: 0 20px;
  border-radius: 5px;
  background: #e18e25;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  border: 1px solid transparent;
}
.inner-page .sideLeft .img a.more:hover {
  background: none;
  color: white;
  border: 1px solid #fff;
}
.product-page {
  padding: 90px 0 60px;
}
.product-page .productList {
  margin-bottom: 60px;
}
.product-page .productList h1{
  font-size: 26px;
  font-weight: bold;
  color: #e18e25;
  margin-bottom: 20px;
}
.product-page .productList .fuyingpro{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}
.main-box .top {
  /*padding: 0 35px;*/
  /*-webkit-box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.1);*/
  text-align: left;
}
.main-box .top h3,.main-box .top h1 {
  color: #111111;
  font-family: 'RiloxiaBolditalicwide';
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}
.main-box .top .content {
  line-height: 1.8;
  margin: 70px 0;
  color: #111111;
  font-size: 18px;
}
/*.main-box .productbox {
  padding: 45px 35px;
  background: #f7f7f7;
}*/
.main-box .productbox ul {
  margin: 0 -12px;
}
.main-box .productbox ul li {
  padding: 10px 30px;
}
.main-box .productbox ul.searchlist li .item {
  border: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.main-box .productbox ul.searchlist li .item .content{
  display: inline-block;
}
.main-box .productbox ul.searchlist li .item .content p.pp{
  opacity: 0;
}
.main-box .productbox ul li .item.nav{
  background: #000;
}
.main-box .productbox ul li .item.nav h3{
  color: #fff;
}
.main-box .productbox ul li .item a.more{
  /*padding: 5px 30px;*/
  font-size: 14px;
}

.main-box .productbox ul li .item .xinhao{
  color: #e18e25;
  border-top: 1px solid #eee;
}
.main-box .productbox ul li .item h5 {
  font-size: 16px;
  line-height: 2;
  width: 100%;
  border-radius: 0 0 8px 8px;
  /*background: #fff;*/
  text-align: left;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.main-box .productbox ul li .item h5 a{
  display: block;  
  overflow-y: auto;
}
.main-box .productbox ul.search li .item h5{
  width: auto;
}
.main-box .productbox ul.search li .item .floatbox{
  position: relative!important;
  display: block!important;
  left: 0;
  transform: none;
}
.main-box .productbox ul li .item:hover h5 {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #e18e25;
  /*border-bottom:6px solid #e18e25;*/
}
.main-box .productbox ul.productlist2 li .item .floatbox a.more{
  font-size: 16px;
    width: 160px;
    height: 50px;
    background-color: #333;
    border-radius: 5px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  /*padding: 10px 18px;*/
}
.main-box .productbox ul.productlist2 li .item .floatbox a.more:hover {
  background-color: #e18e25;
}
.main-box .productbox ul.imglist{
  margin: 0;
}
.main-box .productbox ul.imglist li{
  padding: 0;
}
.main-box .productbox ul.imglist li a img{
  width: 100%;
  transform: scale(.85);
}
.main-box .productbox ul.productlist2 li:nth-child(3n) .item .floatbox {
  left: auto;
  right: 100%;
}
.main-box .productbox ul.productlist2 li .item {
  position: relative;
}
.main-box .productbox ul.productlist2 li .item .floatbox {
  position: absolute;
  width: 109%;
  top: 0;
  left: 100%;
  height: 100% !important;
  border: 1px solid #eee;
  background: #fff;
  padding: 25px;
  text-align: left;
  display: none;
  z-index: 99;
}
.main-box .productbox ul.productlist2 li .item .floatbox .content {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 18px;
}

.productList ul {
  margin: -15px;
}
.productList ul li {
  padding: 15px;
}
.productList ul li .box2 {
  -o-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  padding: 0 20px;
  /*background: white;*/
  background: #ffffff;
  background-size: cover;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.productList ul li .box2 h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  padding: 20px 10px;
  border-bottom: 2px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
p.jau {
  font-size: 14px;
  line-height: 2;
  padding: 10px 0;
}
.productList ul li .box2 h5 a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 30px;
}
.productList ul li .box2 h5:hover {
  color: #e18e25;
}
.productList ul li .box2 a.img {
  display: block;
  /*margin: 25px 0 20px;*/
  margin: 0px 0 20px;
}
.productList ul li .box2 a.img img {
  width: 100%;
}
.productList ul li .box2 .text {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 2;
  color: #757575;
}
.productList ul li .box2 .text p {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.productList ul li .box2 .text p:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../images/icon-2-1.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.productList ul li .box2 .text p:last-child {
  margin-bottom: 0;
}
.productList ul li .box2 a.more {
  line-height: 40px;
  height: 40px;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 12px;
  margin-bottom: 25px;
  background: #2b3e4b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 a.more:hover {
  background: #e18e25;
}
.productList ul li .box2:after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #e18e25;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2:hover:after {
  bottom: 0;
}
@media screen and (max-width: 1000px) {
  .inner-page .sideLeft {
    display: none;
  }
  .inner-page .sideRight {
    width: 100%;
  }
  .main-box .productbox ul.imglist li a img {
    width: 100%;
    max-width: none;
  }
  .main-box .productbox ul {
    display: block;
  }
  .main-box .productbox ul.productlist2 li .item .floatbox {
    display: block !important;
    position: static;
    width: 100%;
    left: 0;
  }
}



a.more {
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  padding: 15px 50px;
  border: 1px solid #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  text-transform: uppercase;
}
a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-color: #000;
  background: #000;
}

.inner-page .share h6 {
  font-size: 22px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.inner-page .share a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 28px;
  height: 28px;
  width: 28px;
  text-align: center;
  background: #eee;
  color: black;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .share a:hover {
  background: black;
  color: white;
}

.inner-page .productList ul li a.more {
  margin-top: .8em;
  font-size: 16px;
  line-height: 1.8;
  padding: 5px 25px;
  display: inline-block;
  text-transform: none;
  /*font-weight: normal;*/
  transition: 0.3s all;
}
.inner-page .productList ul li a.more:hover{
  transition: 0.3s all;
  background: var(--base-color);
}

.inner-page .productList ul {
  margin: -30px -15px;
}
.inner-page .productList ul .slick-track {
  margin-left: 0;
}
.inner-page .productList ul li {
  padding: 30px 15px;
}
.inner-page .productList ul li a.img-box {
  display: block;
  height: auto!important;
  background-position: center center;
  border: 1px solid #e6e6e6;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
.inner-page .productList ul li .content {
  padding: 25px;
  text-align: center;
  background: black;
  color: white;
  font-size: 20px;
  line-height: 1.6;
}
.inner-page .productList ul li .content h5{
  min-height: 130px;
}

.prodet-page {
  padding: 100px 0;
  overflow: unset;
  position: relative;
}
.prodet-page .prodet-1 a.img-box {
  display: block;
  border-radius: 3px;
  background-size: auto 80%;
  background-color: #f1f1f1;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .prodet-1 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-1 .left {
  width: 45%;
}

.prodet-page .prodet-1 .right {
  width: 55%;
  padding-left: 3%;
}
/*.prodet-page .prodet-1 .right .flex {
  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-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}*/
.prodet-page .prodet-1 .right .flex > * {
  width: 100%;
  margin-bottom: 20px;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 24px;
  font-weight: 700;
  color: #151515;
  display: block;
  line-height: 1.6;
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .right .text {
  font-size: 16px;
  line-height: 2;
  color: #5a5a5a;
  max-height: 300px;
  overflow-y: auto;
}
.prodet-page .prodet-1 .right .text.text2{
  color: var(--base-color);
}
.prodet-page .prodet-1 .right a.more {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 28px;
  background: #c9a071;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: auto;
}
.prodet-page .prodet-1 .right a.more:hover {
  background: rgba(0, 0, 0, 0.7);
}
.shangxia{
  font-size: 16px;
    line-height: 2;
    margin-top: 15px;
}
.prodet-page .prodet-1 .list {
  margin-top: 20px;
}
.prodet-page .prodet-1 .list ul {
  margin: -10px;
}
.prodet-page .prodet-1 .list ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .list ul li a.img-box {
  height:auto;
}
.prodet-page .prodet-2 {
  padding: 100px 0 80px;
}
.prodet-page .prodet-2 .options ul {
  border-bottom: 1px solid #d4d4d4;
}
.prodet-page .prodet-2 .options ul li {
  font-size: 24px;
  font-family: 'RiloxiaBolditalicwide';
  color: #5a5a5a;
  line-height: 1.8;
  text-transform: uppercase;
  padding-bottom: 15px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  cursor: pointer;
  cursor: hand;
  margin-right: 90px;
  font-weight: bold;
}
.prodet-page .prodet-2 .options ul li:after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: black;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options ul li.active,
.prodet-page .prodet-2 .options ul li:hover {
  color: black;
}
.prodet-page .prodet-2 .options ul li.active:after,
.prodet-page .prodet-2 .options ul li:hover:after {
  opacity: 1;
}
.prodet-page .prodet-2 .ret {
  margin-top: 35px;
}
.prodet-page .prodet-2 .ret .content {
  font-size: 16px;
  line-height: 1.8;
}
.prodet-page .prodet-3 h3 {
  border-bottom: 1px solid #d4d4d4;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.prodet-page .prodet-3 h3 em {
  padding-bottom: 15px;
  font-family: 'RiloxiaBolditalicwide';
  display: inline-block;
  position: relative;
}
.prodet-page .prodet-3 h3 em:after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: black;
}
.prodet-page .prodet-3 .list {
  margin-top: 40px;
}


.prodet-page .prodet-2 .form {
  margin-top: 35px;
}
.prodet-page .prodet-2 .form ul {
  margin: -10px;
}
.prodet-page .prodet-2 .form ul li {
  padding: 10px;
}
.prodet-page .prodet-2 .form ul li input,
.prodet-page .prodet-2 .form ul li textarea {
  line-height: 1.8;
  padding: 15px 20px;
  border: none;
  background: #fff;
  font-size: 18px;
  display: block;
  width: 100%;
  color: black;
}
.prodet-page .prodet-2 .form ul li input::-webkit-input-placeholder, .prodet-page .prodet-2 .form ul li textarea::-webkit-input-placeholder {
  color: #898989;
}
.prodet-page .prodet-2 .form ul li input:-moz-placeholder, .prodet-page .prodet-2 .form ul li textarea:-moz-placeholder {
  color: #898989;
}
.prodet-page .prodet-2 .form ul li input::-moz-placeholder, .prodet-page .prodet-2 .form ul li textarea::-moz-placeholder {
  color: #898989;
}
.prodet-page .prodet-2 .form ul li input:-ms-input-placeholder, .prodet-page .prodet-2 .form ul li textarea:-ms-input-placeholder {
  color: #898989;
}
.prodet-page .prodet-2 .form ul li input::placeholder,
.prodet-page .prodet-2 .form ul li textarea::placeholder {
  color: #898989;
}
.prodet-page .prodet-2 .form ul li textarea {
  height: 200px;
}
.prodet-page .prodet-2 .form ul li input[type="submit"] {
  padding-left: 40px;
  padding-right: 40px;
  width: auto;
  font-size: 20px;
  font-family: 'Montserrat-Medium';
  text-transform: uppercase;
  background: #c9a071;
  color: white;
}
.prodet-page .prodet-2 .form ul li input[type=submit]:hover{
  background: #333;
}
.prodet-page .prodet-2 .form ul li.wid-100 {
  width: 100%;
}


@media screen and (max-width: 1700px) {
  .prodet-page{
    padding: 70px 0;
  }

  .prodet-page .prodet-1 .right h1 {
    font-size: 28px;
  }

  .prodet-page .prodet-1 .right .text {
    font-size: 18px;
  }

  .prodet-page .prodet-1 .right a.more{
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 18px;
  }

  .prodet-page .prodet-1 .right .list ul li a.img-box {
    height: 160px;
  }
  .prodet-page .prodet-2 .options ul li,
  .prodet-page .prodet-3 h3 {
    font-size: 20px;
  }
}


@media screen and (max-width: 1500px) {
  .prodet-page .prodet-1 .right a.more{
    font-size: 16px;
    line-height: 30px;
  }

  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }

  .prodet-page .prodet-1 .right .text {
    font-size: 16px;
    line-height: 2;
  }

  .prodet-page .prodet-1 .right .list ul li a.img-box {
    height: 100px;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-2 .options ul li {
    margin-right: 50px;
  }
}

@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .right h1 {
    font-size: 22px;
    line-height: 1.8;
  }

  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .left a.img-box {
    width: 100%;
    height: 320px;
  }
  .prodet-page .prodet-1 .box {
    display: block;
  }
  .prodet-page .prodet-1 .right .text,
  .prodet-page .prodet-1 .right a.more {
    margin: 15px 0;
  }
  .prodet-page .prodet-1 .right .list ul li a.img-box {
    height: 120px;
  }
}

@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .right .list ul li a.img-box {
    height: 80px;
  }
}

.Auxil-news h4{
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.inner-page h2.line_tit{
  border-bottom: 1px solid #d4d4d4;
}

.inner-page h2.line_tit span{
  font-size: 24px;
  font-family: 'RiloxiaBolditalicwide';
  line-height: 1.8;
  text-transform: uppercase;
  padding-bottom: 15px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  cursor: pointer;
  cursor: hand;
  margin-right: 90px;
  font-weight: bold;
}

.inner-page h2.line_tit span:after{
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.font-24,
.font-20,
.font-22{
  line-height: 1.8;
}
.font-16{
  line-height: 2;
}

#footer .foot-bottom a.foot-link{
      white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 560px;
}

.Auxil-industry h4{
  font-size: 22px;
    line-height: 1.8;
    padding: 10px 0;
    font-weight: 900;
}

.Auxil-industry strong{
  font-size: 18px;
    line-height: 1.8;
    font-weight: 700;
}

.seoPublic .Auxil-industry .text a{
  color: unset;
}
.left-listp {
    font-size: 16px;
    text-align: center;
    display: inline-block;
    width: 300px;
    line-height: 2;
    padding-top: 32px;
}
.left-list img {
    height: 150px;
    display: inline-block;
}
.left-list h3 {
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}