﻿@font-face {
  font-family: 'Days';
  src: url(../fonts/Days.ttf) format('truetype'), url(../fonts/Days.eot) format('eot'), url(../fonts/Days.woff) format('woff'), url(../fonts/Days.woff2) format('woff2');
}

body {
  font-family: "arial";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1430px;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 30px;
  left: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header.fixed {
  top: 0;
}
#header.fixed .nav {
  background-color: black;
}
#header.fixed .nav .ui.menu .logo img {
  width: 150px;
}
#header .nav {
  display: inline-block;
  width: 100%;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 5%;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .logo img {
  width: 260px;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 30px;
  font-size: 16px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  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 #f4c822;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .line {
  margin: 0 15px;
  height: 23px;
  border-left: 1px solid rgba(255, 255, 255, 0.23);
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 6px;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  border-radius: inherit;
  border: 1px solid transparent;
}
#banner ul.slick-dots li::after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border-radius: inherit;
  background-color: white;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active::before {
  border-color: #fdd120;
}
#banner ul.slick-dots li.slick-active::after {
  background-color: #fdd120;
}
#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: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#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;
  }
	
	#nav-height {
		display: none;
	}
}
.hover-language .zhuyu {
  color: #FFFFFF;
  display: block;
}
.hover-language .zhuyu span {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.hover-language .zhuyu img {
  vertical-align: middle;
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  left: 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 {
  position: relative;
}
#banner li {
  position: relative;
}
#banner li > a {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	pointer-events: none;
}
#banner h2 {
  font-size: 100px;
  line-height: 1;
  font-family: 'Days';
  color: white;
  text-transform: uppercase;
}
#banner h2 small {
  margin-bottom: 20px;
  display: block;
  font-size: 28px;
  font-family: 'arial';
  text-transform: none;
}
#banner h2 span {
  color: #f4c822;
}
#banner .social-links {
  position: absolute;
  left: 5%;
  top: 45%;
}
#banner .social-links a {
  font-size: 14px;
  font-family: FontAwesome;
  margin: 10px;
  color: #FFFFFF;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  border: 1px solid #FFFFFF;
  opacity: .68;
}
#banner .social-links a:hover {
  opacity: 1;
}
#banner .slick-dots {
  font-size: 0;
  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;
}
#banner .slick-dots::before,
#banner .slick-dots::after {
  content: url(../images/dot-line.png);
  margin: 0 10px;
}
#banner .slick-dots::after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.baseTit .Tag {
  color: #fdd120;
	font-size: 30px;
}
.baseTit .Tit {
  font-size: 48px;
  line-height: 1;
  font-family: 'Days';
}
.i-category {
  padding: 95px 0 0;
}
.i-category .list {
/*   background: url(../images/cate-bg.jpg) no-repeat center;
  background-size: cover; */
  overflow: hidden;
}
.i-category .list .bg {
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index: -1;
}

.i-category .list .bg .item {
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-size: cover;
}

.i-category .list .bg .item.active {
	z-index:1;
}


.i-category .list li {
  height: 880px;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}
.i-category .list li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.i-category .list li > a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 4;
}
.i-category .list li::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fdd120;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.i-category .list li .img {
  left: 0;
  top: 10%;
  z-index: 3;
  width: 200%;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-category .list li .default_box {
  color: white;
  left: 5%;
  top: 65%;
  width: 90%;
  opacity: .55;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-category .list li .default_box .name::before {
  content: "";
  margin: 10px 0;
  display: block;
  width: 80%;
  border-bottom: 1px solid currentColor;
}
.i-category .list li .hover_box {
  left: 5%;
  top: 70%;
  width: 90%;
  color: white;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.i-category .list li .hover_box .tag {
  opacity: .55;
}
.i-category .list li .hover_box .name {
  font-size: 34px;
  line-height: 1.1;
  font-family: 'Days';
}
.i-category .list li .hover_box .arrow img {
  display: inline-block;
}

@media (min-width:1001px) {
	.i-category .list li.active::before,
	.i-category .list li:hover::before {
	  opacity: .93;
	}
	.i-category .list li.active .img,
	.i-category .list li:hover .img {
	  opacity: 1;
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  transform: scale(1);
	}
	.i-category .list li.active .default_box,
	.i-category .list li:hover .default_box {
	  opacity: 0;
	  -webkit-transform: translateY(100%);
	  -moz-transform: translateY(100%);
	  -ms-transform: translateY(100%);
	  transform: translateY(100%);
	}
	.i-category .list li.active .hover_box,
	.i-category .list li:hover .hover_box {
	  opacity: 1;
	  -webkit-transform: translateY(0);
	  -moz-transform: translateY(0);
	  -ms-transform: translateY(0);
	  transform: translateY(0);
	  -webkit-transition: .5s ease;
	  -moz-transition: .5s ease;
	  transition: .5s ease;
	  -webkit-transition-delay: .5s;
	  -moz-transition-delay: .5s;
	  transition-delay: .5s;
	}
}

.i-advantage {
  padding: 160px 0;
}
.i-advantage .list {
  margin-top: 110px;
}
/* .i-advantage .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;
} */
.i-advantage .list li {
  border: 1px solid #e2e2e2;
  padding: 60px 30px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.i-advantage .list li:not(:last-child) {
  border-right: 0;
}
.i-advantage .list li .num {
  font-size: 62px;
  line-height: 1;
  font-family: 'Days';
  color: white;
  /* 文字填充色 */
  text-shadow: -1px -1px 0 #bfbfbf, 1px -1px 0 #bfbfbf, -1px 1px 0 #bfbfbf, 1px 1px 0 #bfbfbf;
  /* 文字描边色 */
  -webkit-transition: text-shadow 0.3s ease;
  -moz-transition: text-shadow 0.3s ease;
  transition: text-shadow 0.3s ease;
}
.i-advantage .list li .icon img {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.i-advantage .list li .name {
  margin: 40px 0 20px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.i-advantage .list li p {
	line-height: 1.5;
	min-height: 6em;
  opacity: .59;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.i-advantage .list li:hover {
  background-color: #fdd120;
}
.i-advantage .list li:hover .num {
  text-shadow: none;
}
.i-advantage .list li:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.i-advantage .list li:hover .name {
  color: white;
}
.i-advantage .list li:hover p {
  color: white;
}
.i-solution {
  background-color: rgba(238, 238, 238, 0.23);
  padding: 110px 0;
}
.i-solution .list {
  margin-top: 40px;
}
.i-solution .list ul {
  margin: 0 -15px;
}
.i-solution .list li {
  padding: 0 15px;
  width: 17%;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
.i-solution .list li.active {
  width: 49%;
}
.i-solution .list li.active .box {
  opacity: 0;
}
.i-solution .list li.active .box2 {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.i-solution .list li.active .box2 > * {
  display: block;
}
.i-solution .list li .box {
  height: 715px;
  background-color: #eeeeee;
  padding: 30px;
  border-radius: 20px;
  background-image: url(../images/solution-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-solution .list li .box .tag {
  display: block;
  background-color: white;
  text-align: center;
  border-radius: 10px;
  height: 55px;
  line-height: 55px;
}
.i-solution .list li .box .content {
  left: 50%;
  bottom: 100px;
  height: 200px;
  width: 600px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translateY(50%) rotate(-90deg);
  -moz-transform: translateY(50%) rotate(-90deg);
  -ms-transform: translateY(50%) rotate(-90deg);
  transform: translateY(50%) rotate(-90deg);
}
.i-solution .list li .box .content .tt {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-align: right;
}
.i-solution .list li .box .content .cc {
  font-size: 58.77px;
  line-height: 1;
  font-family: 'Days';
}
.i-solution .list li .box2 {
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.i-solution .list li .box2 > * {
  display: none;
}
.i-solution .list li .box2 .img {
  margin-bottom: 30px;
  height: 440px;
  border-radius: 20px;
}
.i-solution .list li .box2 .name {
  margin-bottom: 20px;
  font-size: 36px;
  font-family: 'Days';
}
.i-solution .list li .box2 .text {
  margin-bottom: 30px;
}
.i-solution .list li .box2 .moreBtn {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  border-radius: 80px;
  text-align: center;
  color: white;
  background-color: #fdd120;
  padding: 0 60px;
	transition: .5s ease;
}
.i-solution .list li .box2 .moreBtn:hover {
	background-color: black;
}
.i-info {
  padding: 170px 0 120px;
}
.i-info .Tag {
  font-size: 26.86px;
  color: #7f7f7f;
}
.i-info .form {
  margin: 60px auto 0;
  max-width: 800px;
  border-bottom: 1px solid #000000;
}
.i-info .form .ajax-loader {
	display: none;
}
.i-info .form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.i-info .form li {
  position: relative;
  padding: 0 10px;
}
.i-info .form li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  border-left: 1px solid #000000;
}
.i-info .form li:not(:last-child) {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.i-info .form input {
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: 0;
}
.i-info .form input[type="submit"] {
  background: transparent url(../images/send-icon.png) no-repeat center left 15px;
  padding-left: 60px;
}
.i-info .list {
  margin-top: 80px;
}
.i-info .list ul {
  margin: -15px;
}
.i-info .list li {
  padding: 15px;
}
.i-info .list li .icon::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fcd020;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-info .list li:hover .icon::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.xian {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.xian img {
  width: auto;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.xian .xianBox {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 100%;
  bottom: 0;
}
#footer {
  position: relative;
  padding: 20% 0 26px;
  background: #fff;
}
#footer .f-box .left {
  border-right: 1px solid #dedede;
  padding: 0 0 36px 3px;
  width: 52%;
}
#footer .f-box .left .ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .f-box .left .ig .desc ul li {
  margin-bottom: 21px;
}
#footer .f-box .left .ig .desc ul li span {
  text-transform: capitalize;
  color: #2c2c2c;
  display: block;
}
#footer .f-box .left .ig .desc ul li p {
  font-size: 35px;
  line-height: 1;
  letter-spacing: 1px;
  color: #2d2d2d;
  font-style: italic;
  opacity: .77;
  padding: 5px 0 0 3px;
}
#footer .f-box .left .ig .desc ul li:last-child {
  margin-bottom: 0;
}
#footer .f-box .left .ig .code {
  margin-left: 98px;
}
#footer .f-box .left .ig .code .tit {
  font-size: 22px;
  color: #2c2c2c;
}
#footer .f-box .right {
  width: 48%;
}
#footer .f-box .right .all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .f-box .right .all .tit {
  font-size: 24px;
  margin-bottom: 17px;
  text-transform: capitalize;
}
#footer .f-box .right .all ul {
  margin-bottom: -22px;
}
#footer .f-box .right .all ul li {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 25px;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
}
#footer .f-box .right .all ul li:hover {
  color: #000;
}
#footer .f-box .right .all .f-news {
  margin: 0 0 0 auto;
  max-width: 303px;
}
#footer .f-box .right .all .f-news ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#footer .f-box .right .all .f-news ul li a {
  padding-left: 14px;
  position: relative;
}
#footer .f-box .right .all .f-news ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #616161;
}
#footer .f-box .right .all .f-link {
  margin-left: auto;
}
#footer .f-box .right .all .f-link .tit {
  margin-bottom: 15px;
}
#footer .f-box .right .all .f-link ul {
  margin-bottom: -3px;
}
#footer .f-box .right .all .f-link ul li {
  margin-bottom: 3px;
}
#footer .f-copy {
  font-size: 14px;
  margin-top: 67px;
  color: #2a2a2a;
  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;
}
#footer .f-copy .left {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 54%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-copy .right {
  width: 46%;
  text-align: right;
}
#footer .f-copy .svg {
  vertical-align: middle;
  width: auto;
  max-height: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -2px;
}
#ewm {
  width: 163px;
  margin-top: 14px;
}
@media (max-width: 1600px) {
  #banner h2 {
    font-size: 70px;
  }
  #banner h2 small {
    font-size: 24px;
  }
  .baseTit .Tit {
    font-size: 40px;
  }
}
@media (max-width: 1430px) {
  .ui.container {
    width: 1230px;
  }
  #header {
    top: 0;
  }
  #header .nav .ui.menu .logo img {
    width: 150px;
  }
  #banner h2 {
    font-size: 60px;
  }
  .baseTit .Tit {
    font-size: 36px;
  }
  .i-category .list li {
    height: 660px;
  }
  .i-category .list li .img {
    width: 150%;
    top: 0;
  }
  .i-category .list li .default_box .name {
    font-size: 28px;
  }
  .i-category .list li .hover_box {
    top: 70%;
  }
  .i-category .list li .hover_box .name {
    font-size: 30px;
  }
  .i-advantage .list li .name {
    font-size: 20px;
  }
  .i-solution .list ul {
    margin: 0 -10px;
  }
  .i-solution .list li {
    padding: 0 10px;
  }
  .i-solution .list li .box {
    padding: 20px;
  }
  .i-solution .list li .box .content .cc {
    font-size: 44px;
  }
  .i-solution .list li .box {
    height: 600px;
  }
  .i-solution .list li .box .content {
    width: 500px;
  }
  .i-solution .list li .box2 .name {
    font-size: 30px;
  }
  .i-solution .list li .box2 .img {
    height: 350px;
  }
  .i-solution .list li .box2 .moreBtn {
    height: 70px;
    line-height: 70px;
    border-radius: 70px;
    padding: 0 40px;
  }
  #footer .f-box .left .ig .desc ul li p {
    font-size: 30px;
  }
  #footer .f-box .left .ig {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-box .left .ig .code {
    margin-left: 45px;
  }
}
@media (max-width: 1230px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu {
    padding: 0 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  .i-category .list li .default_box .name {
    font-size: 24px;
  }
  .i-category .list li {
    height: 500px;
  }
  .i-advantage .list li {
    padding: 30px 15px;
  }
  .i-category .list li .hover_box {
    top: 70%;
  }
  .i-category .list li .hover_box .name {
    font-size: 24px;
  }
  .i-solution .list li .box .tag {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .i-solution .list li .box .content .tt {
    font-size: 14px;
  }
  .i-solution .list li .box .content .cc {
    font-size: 34px;
  }
  .i-solution .list li .box {
    height: 500px;
  }
  .i-solution .list li .box .content {
    width: 400px;
    bottom: 50px;
  }
  .i-solution .list li .box2 .name {
    font-size: 24px;
  }
  .i-solution .list li .box2 .img {
    height: 250px;
    margin-bottom: 20px;
  }
  .i-solution .list li .box2 .text {
    margin-bottom: 20px;
  }
  .i-solution .list li .box2 .moreBtn {
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    padding: 0 30px;
  }
  #footer .f-box .left .ig .desc ul li p {
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .social-links {
    display: none;
  }
  #banner h2 small {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #banner h2 {
    font-size: 40px;
    line-height: 1.5;
  }
  .baseTit .Tit {
    font-size: 30px;
    line-height: 1.5;
  }
  .i-category {
    padding: 60px 0 0;
  }
  .i-category .list li {
    height: auto;
    padding-top: 150%;
    border: 0!important;
  }
  .i-category .list li .img {
    width: 100%;
  }
	.i-category .list .slick-active li .img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
		transition-delay: 1s;
  }
	
  .i-category .list .slick-active li .default_box {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
	  transition-delay: .5s;
  }
  .i-category .list .slick-active li::before {
    opacity: .93;
	  transition-delay: 1s;
  }
  .i-category .list .slick-active li .hover_box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 65%;
	  transition-duration: .5s;
	  transition-delay: 1.5s;
  }
  .i-category .list li .hover_box .name {
    font-size: 20px;
  }
  .i-advantage {
    padding: 60px 0;
  }
  .i-advantage .left {
    float: none;
  }
  .i-advantage .right {
    float: none;
    width: 100%;
  }
  .i-advantage .list {
    margin-top: 40px;
  }

  .i-advantage .list li:nth-child(2) {
    border-right: 1px solid #e2e2e2;
  }
  .i-advantage .list li:nth-child(1),
  .i-advantage .list li:nth-child(2) {
    border-bottom: 0;
  }
  .font-18 {
    font-size: 16px;
  }
  .i-advantage .list li .name {
    font-size: 18px;
  }
  .i-solution .left {
    float: none;
  }
  .i-solution .right {
    float: none;
    width: 100%;
  }
  .baseTit .Tit br {
    display: none;
  }
  .i-solution {
    padding: 60px 0;
  }
  .i-solution .list ul {
    margin: -10px;
  }
  .i-solution .list li {
    padding: 10px;
    width: 50%!important;
  }
  .i-solution .list li .box {
    display: none;
  }
  .i-solution .list li .box2 {
    position: static;
    opacity: 1;
  }
  .i-solution .list li .box2 > * {
    display: block;
  }
  .i-solution .list li .box2 .name {
    font-size: 20px;
  }
  .i-solution .list li .box2 .moreBtn {
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
  }
  .i-info {
    padding: 60px 0;
  }
  .i-info .Tag {
    font-size: 20px;
  }
  .i-info .form {
    margin: 40px auto 0;
  }
  .i-info .form input {
    font-size: 16px;
  }
  .i-info .list li {
    width: 100%!important;
  }
  .i-info .list {
    margin-top: 40px;
  }
  #footer {
    padding: 60px 0 26px;
  }
  #footer .f-box .left .ig .code {
    margin-left: 0px;
  }
  #footer .f-box .left .code {
    display: none;
  }
  #footer .f-box .right .f-link {
    display: none;
  }
  #footer .f-copy {
    display: block;
  }
  #footer .f-copy .left {
    width: 100%;
    display: block;
    text-align: center;
  }
  #footer .f-copy .left .zdy {
    display: inline;
  }
  #footer .f-copy .right {
    width: 100%;
    text-align: center;
  }
  #footer .f-box .left .ig .desc ul li p {
    font-size: 26px;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner h2 {
    font-size: 30px;
  }
  .baseTit .Tit {
    font-size: 24px;
  }
  .font-16 {
    font-size: 14px;
  }
  .i-category .list li .hover_box .name {
    font-size: 20px;
    line-height: 1.5;
  }
  .i-info .form ul {
    display: block;
  }
  .i-info .form li + li::before {
    top: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    border-left: 0;
    border-top: 1px solid #000000;
  }
  .i-info .form input[type="submit"] {
    padding-left: 0;
  }
  #footer {
    padding: 30px 0 26px;
  }
  #footer .f-box .left .ig .desc ul li p {
    font-size: 18px;
  }
  #footer .f-box .right {
    padding-left: 20px;
  }
  #footer .f-box .right .all .f-news {
    max-width: 100%;
    margin: 0;
  }
  #footer .f-copy {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  #banner li {
    height: 400px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .i-advantage .list li:nth-child(1),
  .i-advantage .list li:nth-child(3) {
    border-right: 1px solid #e2e2e2;
  }
  .i-advantage .list li:nth-child(3) {
    border-bottom: 0;
  }
  .i-solution .list li {
    width: 100% !important;
  }
  #footer .f-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-box .left {
    width: 100%;
    border-right: 0;
  }
  #footer .f-box .right {
    width: 100%;
    padding: 0;
  }
}






#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -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);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #f4c822;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #f4c822;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #f4c822;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.inner-page .m-link {
  font-size: 16px;
  line-height: 1.8;
}
.inner-page .m-link a {
  display: block;
}
.inner-page .m-link a:hover {
  text-decoration: underline;
}



.gallery-page {
  padding: 100px 0;
}
.gallery-page .list ul {
  margin: -10px;
}
.gallery-page .list ul li {
  padding: 10px;
}
.gallery-page .list ul li a.img-box {
  display: block;
  border-radius: 5px;
  border: 10px solid #eee;
}
.product-yd-page {
  padding: 100px 0;
  background: url(../images/dibu-beijing.jpg) no-repeat;
  background-size: 100% 100%;
}
.product-yd-page .list ul {
  margin: -70px -40px;
}
.product-yd-page .list ul li.column {
  padding: 70px 40px;
  width: 55%;
}
.product-yd-page .list ul li.column a.img-box {
  display: block;
}
.product-yd-page .list ul li.column span.h3 {
  font-size: 28px;
  font-weight: 500;
  display: block;
  margin: 1em 0 .5em;
}
.product-yd-page .list ul li.column:nth-child(1),
.product-yd-page .list ul li.column:nth-child(4),
.product-yd-page .list ul li.column:nth-child(5),
.product-yd-page .list ul li.column:nth-child(8),
.product-yd-page .list ul li.column:nth-child(9),
.product-yd-page .list ul li.column:nth-child(12) {
  width: 45%;
}
.inner-page a.link {
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  padding-bottom: .3em;
  font-weight: 500;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link img {
  margin-left: 1em;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  max-width: .7em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:hover {
  color: #f4c822;
}
.inner-page a.link:hover:before {
  width: 0;
}
.inner-page a.link:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-page {
  padding: 100px 0;
}
.inner-page .slideBarBox .slideBarLeft {
  width: 30%;
}
.inner-page .slideBarBox .slideBarLeft + .slideBarRight {
  padding-left: 4%;
  padding-right: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide {
  margin-bottom: 40px;
  padding: 50px;
  background-color: #efefef;
}
.inner-page .slideBarBox .slideBarLeft .slide span.h5 {
  font-size: 20px;
  font-family: 'Days';
  display: block;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  background-color: white;
}
.inner-page .slideBarBox .slideBarLeft .slide form input {
  width: 100%;
  padding: 1em;
  border: none;
  background-color: transparent;
  color: black;
}
.inner-page .slideBarBox .slideBarLeft .slide form input[type="submit"] {
  width: 4em;
  background-image: url("../images/icon-search-black.png");
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide.search {
  background-color: #f4c822;
  color: white;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li:last-child {
  margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li a.img {
  width: 30%;
  background-size: cover;
  background-position: center;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content {
  width: 70%;
  padding: 10px 0;
  padding-left: 5%;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content span.h6 {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
  height: 3.2em;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content time {
  display: block;
  font-size: 14px;
  margin-top: .5em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav {
  font-size: 14px;
  font-weight: 500;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li {
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
  padding: 1.5em;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: white;
  background-color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a i {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  background-color: white;
  color: black;
  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;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover {
  background-color: #f4c822;
}
.inner-page .slideBarBox .slideBarLeft .slide:last-child {
  margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarRight {
  width: 70%;
  padding-right: 4%;
}
.inner-page .product_list ul {
  margin: -15px;
}
.inner-page .product_list ul li {
  padding: 15px;
}
.inner-page .product_list ul li a.img-box {
  display: block;
}
.inner-page .product_list ul li a.img-box span {
	top: 5px;
	right: 5px;
	padding: 5px;
	color: white;
	background-color: #f4c822;
	text-transform: uppercase;
}
.inner-page .product_list ul li span.h6 {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin: 1em 0 .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .product_list ul li span.h6:hover {
  color: #f4c822;
}
.inner-page .m-page {
  margin-top: 122px;
  text-align: center;
  font-size: 18px;
  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;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 2.5em;
  height: 2.5em;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
 display: inline-block;
  text-align: center;
  line-height: 2.5em;
  margin: 0 .3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: #f4c822;
  color: white;
  border-color: #f4c822;
}
.prodet-page .prodet-1 {
  padding: 100px 0;
}
.prodet-page .prodet-1 .left {
  padding-right: 3%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left ul {
  margin: -5px;
}
.prodet-page .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .left ul li a {
	pointer-events:none;
}
.prodet-page .prodet-1 .left .small {
  margin-top: 10px;
}
.prodet-page .prodet-1 .left .small .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .right {
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 40px;
  font-family: 'Days';
}
.prodet-page .prodet-1 .right .text {
  margin: 1.5em 0;
  font-size: 18px;
  color: #2b2b2b;
  line-height: 1.8;
  opacity: .72;
}
.prodet-page .prodet-1 .right .list {
	margin-bottom: 1.5em;
}
.prodet-page .prodet-1 .right .list ul {
	margin: -15px;
}
.prodet-page .prodet-1 .right .list li {
	width: 33.33%;
	padding: 15px;
}
.prodet-page .prodet-1 .right a.btn {
  height: 3.5em;
  line-height: 3.5em;
}
.prodet-page .prodet-1 .right .share {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3em;
}
.prodet-page .prodet-1 .right .share a {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  margin-left: 1em;
  background-color: black;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share a:hover {
  background-color: #f4c822;
}
.prodet-page .prodet-2 .options {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.prodet-page .prodet-2 .options:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.prodet-page .prodet-2 .options span {
  padding: 1em 2em;
  cursor: pointer;
  cursor: hand;
  border: 1px solid transparent;
  border-bottom: none;
  border-top-width: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options span.active {
  background-color: white;
  color: #f4c822;
  border-color: #eee;
  border-top-color: #f4c822;
}
.prodet-page .prodet-2 .ret {
  margin-top: 50px;
}
.prodet-page .prodet-3 {
  padding: 100px 0;
}
.prodet-page .prodet-3 span.h3 {
  font-size: 28px;
  font-weight: 500;
  display: block;
  margin-bottom: 1em;
}
.inner-page a.btn {
  font-size: 15px;
  line-height: 4.53333333em;
  height: 4.53333333em;
  padding: 0 2.4em;
  display: inline-block;
  font-weight: 500;
  color: white;
  background-color: #f4c822;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.btn img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  max-width: .7em;
}
.inner-page a.btn:hover {
  background-color: black;
}
.inner-page .form ul {
  margin: -10px;
}
.inner-page .form ul li {
  padding: 10px;
  font-size: 14px;
}
.inner-page .form ul li label {
  display: block;
  margin-bottom: .5em;
  font-weight: 500;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .5em 0;
  border-bottom: 1px solid #999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: #f4c822;
}
.inner-page .form ul li textarea {
  height: 80px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.news-page .news-1 {
  padding: 100px 0;
}
.news-page .news-1 .list ul {
  margin: -15px;
}
.news-page .news-1 .list ul li {
  padding: 15px;
}
.news-page .news-1 .list ul li a.img-box {
  display: block;
}
.news-page .news-1 .list ul li .content {
  -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  padding: 10%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  background-color: white;
}
.news-page .news-1 .list ul li .content time {
  font-size: 14px;
  display: block;
  margin-bottom: 1em;
}
.news-page .news-1 .list ul li .content span.h6 {
  font-size: 20px;
  font-weight: 500;
  display: block;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.8em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .content .text {
  font-size: 14px;
}
.news-page .news-1 .list ul li .content .pre {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .content .pre .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 9em;
}
.news-page .news-1 .list ul li .content a.link {
  margin-top: 2em;
}
.news-page .news-1 .list ul li:hover .content {
  margin-top: -30px;
}
.news-page .news-1 .list ul li:hover .content span.h6 {
  opacity: 0;
}
.news-page .news-1 .list ul li:hover .content .text {
  opacity: 1;
}
.news-page .news-1 .list ul li:hover .content .pre {
  padding-bottom: 30px;
}
.newdet-page {
  padding: 100px 0;
}
.newdet-page .slideBarRight time {
  font-size: 14px;
  display: block;
}
.newdet-page .slideBarRight h1 {
  font-size: 40px;
  line-height: 1.4;
  font-family: 'Days';
}
.newdet-page .slideBarRight .text {
  margin: 2em 0;
}
.newdet-page .slideBarRight .text p {
  margin-top: 1em;
}
.newdet-page .slideBarRight .text p:first-child {
  margin-top: 0;
}

.newdet-page .slideBarRight .text strong {
	font-weight: bold;
}

.newdet-page .slideBarRight .share {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
}
.newdet-page .slideBarRight .share a {
  margin-left: 1em;
  width: 1.5em;
  height: 1.5em;
  background-color: black;
  color: white;
  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;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .slideBarRight .share a:hover {
  background-color: #f4c822;
}
.newdet-page .slideBarRight span.h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 2em 0 1em;
  display: block;
}
.inner-page .side-title h4 {
  font-size: 30px;
  font-family: 'Days';
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
}
.contact-page {
  padding: 60px 0 0 0;
}
.contact-page .contact-1 {
  padding: 85px 120px 65px 90px;
}
.contact-page .contact-2 {
  padding: 100px 0 110px;
}
.contact-page .contact-2 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.contact-page .contact-2 ul li {
  width: 25%;
  padding-left: 40px;
}
.contact-page .contact-2 ul li:nth-child(1){
  padding-left: 0;
}
.contact-page .contact-2 ul li:hover .content h6 {
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.contact-page .contact-2 ul li .content {
  display: flex;
  align-items: center;
}
.contact-page .contact-2 ul li .content h6 {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #aaaaaa;
  display: flex;
  align-items: center;
  margin-right: 20px;
  justify-content: center;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.contact-page .contact-2 ul li .content h6 i {
  font-size: 20px;
  color: #000000;
}
.contact-page .contact-2 ul li .content p {
  font-size: 16px;
  color: #000000;
  line-height: 2;
  flex: 1;
}
.contact-page .contact-2 ul .add {
  padding-left: 0;
}
.contact-page .contact-2 ul .add .content {
  align-items: flex-start;
}
.contact-page .contact-3 {
  padding: 0 120px 0 90px;
}
.contact-page .contact-3 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.contact-page .contact-3 ul li {
  width: 33.3333%;
  padding-left: 125px;
  position: relative;
  margin-bottom: 45px;
}
.contact-page .contact-3 ul li img {
      width: 160px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
  box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.contact-page .contact-3 ul li .content {
  background: #f8f8f8;
  padding: 35px 45px;
}
.contact-page .contact-3 ul li .content .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #b3b3b3;
}
.contact-page .contact-3 ul li .content .top .fa {
  font-size: 24px;
  color: #000000;
  line-height: 1;
  display: inline-block;
  margin-right: 18px;
}
.contact-page .contact-3 ul li .content .top h5 {
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  font-weight: bold;
  max-width: 230px;
  padding-bottom: 10px;
}
.contact-page .contact-3 ul li .content .bottom {
      max-width: 230px;
  margin: 0 0 0 auto;
  margin-top: 10px;
  font-size: 14px;
  color: #000000;
  line-height: 1;
}
.contact-page .contact-3 ul li .content .bottom>div{
  margin-bottom: 15px;
}
.contact-page .contact-3 ul li .content .bottom a{
  color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.contact-page .contact-3 ul li .content .bottom p {
  font-size: 14px;
  color: #000000;
  line-height: 1;
  margin-bottom: 15px;
}
.contact-page .contact-4 {
  padding: 0px 0 50px;
}
.contact-page .contact-4 .ui.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-page .contact-4 .left {
  max-width: 380px;
  padding-top: 40px;
}
.contact-page .contact-4 .left h4 {
  font-size: 48px;
  line-height: 1;
  color: #000000;
  font-family: 'Days';
  margin-bottom: 10px;
}
.contact-page .contact-4 .left p {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  /*font-weight: bold;*/
}
.contact-page .contact-4 .right {
  width: 63%;
}
.contact-page .contact-4 .right form > p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-page .contact-4 .right form .wpcf7-form-control-wrap {
	width: 49%;
}
.contact-page .contact-4 .right form input {
  width: 100%;
  background: none;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 18px;
  color: #000000;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact-page .contact-4 .right form textarea {
  width: 49%;
  background: none;
  border: none;
  padding: 10px 0;
  border-bottom: 1px solid #000000;
  font-size: 18px;
  color: #000000;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact-page .contact-4 .right form input[type="submit"] {
  width: 220px;
  height: 48px;
  background: #000;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  border: none;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-4 .right form input[type="submit"]:hover{
  background: #f4c822;
}
.contact-page .contact-4 .right p {
  font-size: 16px;
  line-height: 2;
  /*font-weight: bold;*/
  color: #989898;
}
@media screen and (max-width: 1700px) {
  .product-yd-page .list ul li.column span.h3 {
    font-size: 24px;
  }
  .product-yd-page .list ul li.column {
    padding: 40px 30px;
  }
  .product-yd-page .list ul {
    margin: -40px -30px;
  }
  .newdet-page,
  .news-page .news-1,
  .gallery-page,
  .prodet-page .prodet-1,
  .prodet-page .prodet-3,
  .product-page,
  .product-yd-page{
    padding: 70px 0;
  }
  .newdet-page .slideBarRight h1,
   .prodet-page .prodet-1 .right h1{
     font-size: 32px;
   }
   .inner-page .slideBarBox .slideBarLeft .slide {
    padding: 30px;
  }
  .inner-page .product_list ul li span.h6 {
    font-size: 18px;
  }
  .prodet-page .prodet-1 .right .text{
    font-size: 16px;
  }
  .news-page .news-1 .list ul li .content{
    padding: 7%;
  }
  .news-page .news-1 .list ul li .content span.h6{
    font-size: 18px;
  }
}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-1 .right h1,
  .newdet-page .slideBarRight h1{
    font-size: 28px;
  }
  .prodet-page .prodet-2 .ret {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 span.h3 {
    font-size: 24px;
  }
  .product-yd-page .list ul li.column {
    padding: 20px;
  }
  .product-yd-page .list ul {
    margin: -20px;
  }
  .product-yd-page .list ul li.column span.h3 {
    font-size: 20px;
  }
  .inner-page a.link {
    font-size: 14px;
  }
    .inner-page .slideBarBox .slideBarLeft .slide {
    padding: 20px;
  }
  .inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
    padding: 1em;
  }
  .inner-page .slideBarBox .slideBarLeft .slide span.h5 {
    font-size: 18px;
  }
  .inner-page .product_list ul li span.h6 {
    font-size: 16px;
  }
  .news-page .news-1 .list ul li .content{
    padding: 5%;
  }
  .news-page .news-1 .list ul li .content span.h6{
    font-size: 16px;
  }
  .news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 50px;
  }
  .news-page .news-1 .list ul li:hover .content {
    margin-top: -50px;
  }
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .right h1,
  .newdet-page .slideBarRight h1{
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .share {
    margin-top: 1.5em;
  }
  .prodet-page .prodet-2 .options span {
    padding: .7em 1.5em;
  }
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
    padding-left: 2%;
  }
    .inner-page .product_list ul li {
    padding: 10px;
  }
  .inner-page .product_list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left {
    position: static;
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  .product-yd-page .list ul li.column span.h3 {
    font-size: 18px;
  }
    .inner-page .slideBarBox .slideBarLeft {
    display: none;
  }
  .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1,
  .prodet-page .prodet-3,
  .product-page,
  .product-yd-page,
  .newdet-page,
  .news-page .news-1{
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .right h1,
  .newdet-page .slideBarRight h1{
    font-size: 20px;
  }
  .product-yd-page .list ul li.column {
    width: 50% !important;
    padding: 10px;
  }
  .product-yd-page .list ul {
    margin: -10px;
  }
  .product-yd-page .list ul li.column span.h3 {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right .text{
    font-size: 14px;
  }
  .news-page .news-1 .list ul li .content .pre .text {
    position: static;
    opacity: 1;
    margin-top: 1em;
  }
  .news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 1;
  }
  .news-page .news-1 .list ul li:hover .content {
    margin-top: 0;
  }
  .news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 0;
  }
  .news-page .news-1 .list ul li .content a.link {
    margin-top: 1em;
  }
}
@media screen and (max-width: 500px) {
   .product-yd-page .list ul li.column {
    width: 100% !important;
  }
  .news-page .news-1 .list ul li .content span.h6,
  .news-page .news-1 .list ul li .content .pre .text {
    height: auto;
  }
}
.about-page .about-1 {
  background: url(../images/ab-wz.png) no-repeat center top;
  background-size: 100% auto;
  padding-top: 8.542%;
}
.about-page .about-1 .top .left {
  width: 55%;
  padding-right: 13%;
}
.about-page .about-1 .top .left span {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 21px;
  position: relative;
}
.about-page .about-1 .top .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.about-page .about-1 .top .left .title {
  font-size: 70px;
  font-family: 'Days';
  line-height: 0.9;
  color: #030303;
}
.about-page .about-1 .top .left .title em {
  display: block;
  text-align: right;
}
.about-page .about-1 .top .right {
  width: 45%;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
}
.about-page .about-1 .img {
  padding-top: 65px;
}
.about-page .about-1 .img .box {
  height: 619px;
  position: relative;
  overflow: hidden;
}

/* 缩放动画 */
@keyframes ks {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}

	10% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}

	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .3;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@-webkit-keyframes ks {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}

	10% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}

	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .3;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@-moz-keyframes ks {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}

	10% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}

	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .3;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.about-page .about-1 .img .box .play{
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 25px;
}
.about-page .about-1 .img .box .play span{
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 60px;
  padding-left: 5px;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .img .box .play span::before,
.about-page .about-1 .img .box .play span::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  -webkit-animation: ks 5s linear infinite;
  -moz-animation: ks 5s linear infinite;
  animation: ks 5s linear infinite;
}
.about-page .about-1 .img .box .play span::before{
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.about-page .about-1 .img .box .mask {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/about-1.jpg);
  background-position: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .bottom {
  padding: 72px 61px 0 42px;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  opacity: 0.65;
}
.about-page .about-1 .data {
  padding: 83px 7px 0 20px;
}
.about-page .about-1 .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;
}
.about-page .about-1 .data ul li {
  position: relative;
  padding: 0 54px 0 51px;
	text-align:center;
	flex: auto;
}
.about-page .about-1 .data ul li:nth-child(2) p{
  margin-left: 10px;
}
.about-page .about-1 .data ul li .num {
  font-size: 90px;
  font-family: 'Days';
  font-weight: bold;
  color: #f4c822;
  opacity: 0.17;
  line-height: 1;
}
.about-page .about-1 .data ul li p {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 17px;
  line-height: 1.4;
}
.about-page .about-1 .data ul li::after {
  content: '';
  position: absolute;
  top: 34%;
  right: 0;
  width: 1px;
  height: 58px;
  background-color: #000000;
  opacity: 0.1;
}
.about-page .about-1 .data ul li:first-child {
  padding-left: 0;
}
/*.about-page .about-1 .data ul li:last-child {
  padding-right: 0;
}*/
.about-page .about-1 .data ul li:last-child p{
  padding-left: 15px;
}
.about-page .about-1 .data ul li:last-child::after {
  display: none;
}
.about-page .about-2 {
  background: url(../images/about2-bg.jpg) no-repeat center 100px;
  margin-top: 129px;
}

@-webkit-keyframes ks {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	10% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	80% {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .3;
	}
	to {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
@-o-keyframes ks {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	10% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	80% {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .3;
	}
	to {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes ks {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	10% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	80% {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .3;
	}
	to {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes ks {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	10% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	80% {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .3;
	}
	to {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

.about-page .about-2 .play {
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color:black;
	font-size: 24px;
	background: rgba(255, 255, 255, 0.54);
	cursor: pointer;
	cursor: hand;
}
.about-page .about-2 .play:after,
.about-page .about-2 .play:before {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	background: rgba(255, 255, 255, 0.35);
	-webkit-animation: ks 2s linear infinite;
	-o-animation: ks 2s linear infinite;
	-ms-animation: ks 2s linear infinite;
	-moz-animation: ks 2s linear infinite;
	animation: ks 2s linear infinite;
	z-index: -1;
}
.about-page .about-2 .play:after {
	-webkit-animation-delay: .5s;
	-o-animation-delay: .5s;
	-ms-animation-delay: .5s;
	-moz-animation-delay: .5s;
	animation-delay: .5s;
}

.about-page .about-2 ul li {
  color: #fff;
  padding-bottom: 51px;
  position: relative;
  margin-bottom: 110px;
}
.about-page .about-2 ul li .ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-2 ul li .img {
  width: 59.267%;
}
.about-page .about-2 ul li .text {
  width: 40.733%;
  padding: 0 0 106px 53px;
}
.about-page .about-2 ul li .text .tit {
  font-size: 51px;
  line-height: 1.1;
  font-family: 'Days';
}
.about-page .about-2 ul li .text .con {
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  opacity: 0.65;
  margin-top: 26px;
}
.about-page .about-2 ul li .nr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 32px;
}
.about-page .about-2 ul li .nr .left {
  width: 70.466%;
  text-align: right;
  padding-right: 60px;
}
.about-page .about-2 ul li .nr .left span {
  font-size: 18px;
  line-height: 1.5;
  padding: 0 112px 0 21px;
  position: relative;
}
.about-page .about-2 ul li .nr .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.about-page .about-2 ul li .nr .left .title {
  font-size: 100px;
  line-height: 1;
  font-family: 'Days';
}
.about-page .about-2 ul li .nr .right {
  width: 29.534%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.26;
}
.about-page .about-2 ul li:nth-child(odd) .ig {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-page .about-2 ul li:nth-child(even) .ig {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.about-page .about-2 ul li:nth-child(even) .ig .text {
  padding: 41px 44px 0 0;
}
.about-page .about-2 ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.about-page .about-3 {
  padding: 5% 0;
}
.about-page .about-3 .left {
  width: 58.666%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.about-page .about-3 .left span {
  font-size: 24px;
  line-height: 1.5;
  padding-left: 21px;
  position: relative;
}
.about-page .about-3 .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.about-page .about-3 .left .title {
  font-size: 60px;
  color: #030303;
  line-height: 1;
  font-family: 'Days';
  margin-top: 21px;
}
.about-page .about-3 .left .title em {
  display: block;
}
.about-page .about-3 .right {
  width: 41.334%;
  padding-left: 101px;
  position: relative;
}
.about-page .about-3 .right .tag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.about-page .about-3 .right .tag ul {
  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;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}
.about-page .about-3 .right .tag ul li {
  list-style: none;
  height: 25%;
  position: relative;
  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-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.about-page .about-3 .right .tag ul li span {
  position: absolute;
  width: 1px;
  height: 0;
  background: #20282d;
  left: 27px;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-page .about-3 .right .tag ul li a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  color: #20282d;
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  z-index: 2;
  font-size: 20px;
  font-family: 'Days';
}
.about-page .about-3 .right .tag ul li.current span {
  height: 100%;
  bottom: auto;
  top: 0;
}
.about-page .about-3 .right .tag ul li.current a {
  background-color: #000000;
  color: #fff;
  border-color: #000;
}
.about-page .about-3 .right .content ul li {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgba(241, 238, 226, 0.8)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
  background: linear-gradient(rgb(255 204 0 / 80%) 90%, rgba(255, 255, 255, 0));
  padding: 60px 24px 88px 43px;
  margin-bottom: 60px;
}
.about-page .about-3 .right .content ul li .tit {
  font-size: 60px;
  line-height: 1;
  color: #030303;
  font-family: 'Days';
}
.about-page .about-3 .right .content ul li .con {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 21px;
}
.about-page .about-3 .right .content ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-3 .right .content ul li.active {
  background: rgba(241, 238, 226, 0.8);
}

.about-page .about-4 .list ul {
	margin: -15px;
}
.about-page .about-4 .list li {
	padding: 15px;
}

@media screen and (max-width: 1680px) {
  .about-page .about-1 .data ul li {
    padding: 0 50px 0 50px;
  }
  .about-page .about-2 {
    background-position-y: 100px;
    background-size: 100% 96%;
  }
  .about-page .about-2 ul li {
    margin-bottom: 60px;
  }
  .about-page .about-3 .left .title {
    font-size: 72px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-1 .top .left {
    padding-right: 8.5%;
  }
  .about-page .about-1 .data ul li .num {
    font-size: 60px;
  }
  .about-page .about-2 ul li .text .tit {
    font-size: 46px;
  }
  .about-page .about-2 ul li .nr .left .title {
    font-size: 90px;
  }
  .about-page .about-2 ul li .text .con {
    font-size: 16px;
  }
  .about-page .about-3 .left .title {
    font-size: 66px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .top .left {
    padding-right: 6%;
  }
  .about-page .about-1 .data ul li {
    padding: 0 26px 0 26px;
  }
  .about-page .about-1 .data ul li .num {
    font-size: 40px;
  }
  .about-page .about-2 {
    background-position-y: 0px;
    background-size: 100% 100%;
  }
  .about-page .about-2 ul li {
    margin-bottom: 30px;
  }
  .about-page .about-2 ul li .text {
    padding: 0 0 40px 40px;
  }
  .about-page .about-2 ul li .text .tit {
    font-size: 40px;
  }
  .about-page .about-2 ul li:nth-child(even) .ig {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-page .about-2 ul li:nth-child(even) .text {
    padding: 0 40px 0 0;
  }
  .about-page .about-3 .right .content ul li {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-1 .top .left .title {
    font-size: 77px;
  }
  .about-page .about-2 ul li .nr .left .title {
    font-size: 83px;
  }
  .about-page .about-3 .left .title {
    font-size: 53px;
  }
  .about-page .about-3 .right .content ul li {
    padding: 40px 20px;
  }
  .about-page .about-3 .right .content ul li .tit {
    font-size: 60px;
  }
  .about-page .about-3 .right .content ul li .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .top .right {
    width: 100%;
  }
  .about-page .about-1 .img {
    padding-top: 40px;
  }
  .about-page .about-1 .bottom {
    padding: 30px 0 0 0;
  }
  .about-page .about-1 .data {
    display: none;
  }
  .about-page .about-2 {
    margin-top: 40px;
  }
  .about-page .about-2 ul li {
    padding-bottom: 0;
  }
  .about-page .about-2 ul li .ig {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 ul li .img {
    width: 100%;
  }
  .about-page .about-2 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page .about-2 ul li .nr {
    position: initial;
    margin-top: 20px;
  }
  .about-page .about-2 ul li .nr .left {
    text-align: left;
  }
  .about-page .about-2 ul li .nr .left .title {
    font-size: 54px;
  }
  .about-page .about-2 ul li:nth-child(even) .ig .text {
    padding: 20px 0;
  }
  .about-page .about-3 .left {
    position: initial;
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
    margin-top: 30px;
  }
  #footer {
    padding: 60px 0 26px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 {
    background: transparent;
    padding-top: 0;
  }
  .about-page .about-2 ul li .nr .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-2 ul li .nr .right {
    display: none;
  }
  .about-page .about-3 .left .title {
    font-size: 46px;
  }
  #footer{
    padding: 20px 0;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .top .left .title {
    font-size: 50px;
  }
  .about-page .about-1 .top .right {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-1 .img {
    padding-top: 20px;
  }
  .about-page .about-1 .img .box {
    height: 300px;
  }
  .about-page .about-1 .bottom {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-2 ul li .text .tit {
    font-size: 32px;
  }
  .about-page .about-2 ul li .nr .left .title {
    font-size: 40px;
  }
  .about-page .about-3 .left .title {
    font-size: 32px;
  }
  .about-page .about-3 .right {
    padding-left: 0;
  }
  .about-page .about-3 .right .tag {
    display: none;
  }
  .about-page .about-3 .right .content ul li {
    margin-bottom: 20px;
    background: rgba(241, 238, 226, 0.8);
    padding: 30px 15px;
  }
  .about-page .about-3 .right .content ul li .tit {
    font-size: 40px;
  }
  .about-page .about-3 .right .content ul li .con {
    font-size: 16px;
    line-height: 1.8;
  }
}
.inner-page span.tag {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 21px;
  position: relative;
  text-transform: uppercase;
}
.inner-page span.tag::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.faq-page {
  padding-top: 39px;
}
.faq-page .faq-1 {
  background: url(../images/faq-bg.png) no-repeat right bottom;
  padding-bottom: 8.8023%;
}
.faq-page .faq-1 .header {
  max-width: 1134px;
}
.faq-page .faq-1 .header .title {
  font-size: 90px;
  line-height: 1;
  font-family: 'Days';
  text-transform: uppercase;
}
.faq-page .faq-1 .content {
  margin-top: 82px;
  border-top: 1px solid #bebebe;
}
.faq-page .faq-1 .content ul li {
  border-bottom: 1px solid #bebebe;
  padding: 34px 0 40px;
  color: #030303;
}
.faq-page .faq-1 .content ul li .tit {
  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;
  font-size: 24px;
  line-height: 1.5;
  font-family: 'Days';
  font-weight: bold;
  cursor: pointer;
}
.faq-page .faq-1 .content ul li .tit em {
  padding-right: 34px;
  width: 90%;
}
.faq-page .faq-1 .content ul li .tit i {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .content ul li .tit i img {
  display: inline-block;
  vertical-align: middle;
}
.faq-page .faq-1 .content ul li .con {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
  display: none;
}
.faq-page .faq-1 .content ul li.active .tit i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .faq-2 .box {
  background: url(../images/faq-1.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 11.459% 20% 10.6771%;
  text-align: center;
}
.faq-page .faq-2 .box .play {
  font-size: 36px;
  color: #fff;
  background-color: rgba(71, 26, 26, 0);
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  width: 280px;
  height: 280px;
  line-height: 280px;
  position: relative;
  text-align: center;
}
.faq-page .faq-3 {
  background: url(../images/ab-wz.png) no-repeat center top;
  margin-top: 13%;
  padding-top: 7%;
}
.faq-page .faq-3 .header {
  color: #030303;
}
.faq-page .faq-3 .header .title {
  font-size: 70px;
  line-height: 1;
  font-family: 'Days';
  text-transform: uppercase;
}
.faq-page .faq-3 .header p {
  font-size: 27px;
  line-height: 1.3;
  margin-top: 12px;
}
.faq-page .faq-3 .search {
  text-align: center;
  margin-top: 87px;
}
.faq-page .faq-3 .search form {
  max-width: 773px;
  margin: 0 auto;
  position: relative;
}
.faq-page .faq-3 .search form input[type="text"] {
  width: 100%;
  height: 54px;
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding-right: 176px;
}
.faq-page .faq-3 .search form input[type="text"]::-webkit-input-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-moz-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::-moz-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-ms-input-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="submit"] {
  background: url(../images/faq-icon.png) no-repeat 29px center;
  text-align: right;
  border: 0;
  position: absolute;
  bottom: 14px;
  right: 0;
  font-size: 18px;
  width: 176px;
  text-transform: uppercase;
  color: #030303;
  border-left: 1px solid #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-3 .search form input[type="submit"]:hover {
  background-position-x: 30px;
  color: #f4c822;
  border-color: #f4c822;
}
@media screen and (max-width: 1000px) {
  .faq-page .faq-1 .header .title {
    font-size: 60px;
  }
  .faq-page .faq-3 .header .title {
    font-size: 52px;
  }
  .faq-page .faq-1 {
    background: transparent;
  }
  .inner-page .m-page{
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .faq-1 .header .title {
    font-size: 45px;
  }
  .faq-page .faq-1 .content {
    margin-top: 40px;
  }
  .faq-page .faq-3 .header .title {
    font-size: 40px;
  }
  .inner-page .m-page{
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page {
    padding-top: 0;
  }
  .faq-page .faq-1 .header .title {
    font-size: 36px;
  }
  .faq-page .faq-1 .content {
    margin-top: 20px;
  }
  .faq-page .faq-1 .content ul li .tit {
    font-size: 20px;
    line-height: 1.4;
  }
  .faq-page .faq-1 .content ul li .tit em {
    padding-right: 20px;
  }
  .faq-page .faq-2 .box {
    padding-left: 0;
    padding-right: 0;
  }
  .faq-page .faq-3 {
    background: transparent;
    margin-top: 5%;
  }
  .faq-page .faq-3 .header .title {
    font-size: 36px;
  }
  .faq-page .faq-3 .header p {
    font-size: 20px;
    line-height: 1.4;
  }
  .faq-page .faq-3 .search {
    margin-top: 20px;
  }
  .faq-page .faq-3 .search form input[type="text"] {
    padding-right: 0;
  }
  .faq-page .faq-3 .search form input[type="submit"] {
    position: initial;
    margin-top: 20px;
    border: 1px solid #000;
    height: 50px;
    padding-right: 15px;
    background-position-x: 20px;
  }
}

.service-page .service-1 {
  padding-bottom: 9.8%;
}
.service-page .service-1 .top .left {
  width: 47%;
}
.service-page .service-1 .top .left .title {
  font-size: 90px;
  line-height: 1;
  font-family: 'Days';
  color: #030303;
  text-transform: uppercase;
}
.service-page .service-1 .top .right {
  width: 53%;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: bottom;
  margin-bottom: 10px;
}
.service-page .service-1 .bottom {
  padding: 7.8% 0 0 66px;
}
.service-page .service-1 .bottom ul li {
  /*border-right: 1px solid #dcdcdc;*/
  /*text-align: center;*/
  padding-right: 60px;
  width: 21%;
}
.service-page .service-1 .bottom ul li .ig{
  position: relative;
  padding: 15px 20px 0px 0;
}
.service-page .service-1 .bottom ul li .ig::after{
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #dcdcdc;
}
.service-page .service-1 .bottom ul li i{
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-page .service-1 .bottom ul li p {
  font-size: 24px;
  line-height: 1.3;
  color: #030303;
  width: 78%;
  margin-top: 18px;
  text-align: left;
}
.service-page .service-1 .bottom ul li .mores {
  display: block;
  margin-top: 38px;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  z-index: 1;
  font-size: 15px;
}
.service-page .service-1 .bottom ul li .mores .link_text {
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    margin-top: -10px;
    -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
}
.service-page .service-1 .bottom ul li .mores .link_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
    text-align: center;
}
.service-page .service-1 .bottom ul li .mores:hover .link_text{
    opacity: 1;
		text-indent: 0;
		margin-right: 6px;
		visibility: visible;
}
.service-page .service-1 .bottom ul li:last-child{
  padding-right: 0;
  width: 16%;
}
.service-page .service-1 .bottom ul li:last-child .ig::after {
  display: none;
}
.service-page .service-1 .bottom ul li:hover i{
  filter: brightness(0);
}
.service-page .service-2 {
  position: relative;
  padding: 87px 0 79px;
  z-index: 1;
}
.service-page .service-2 .left {
  width: 53.646%;
}
.service-page .service-2 .right {
  width: 46.354%;
  color: #fff;
  padding: 38px 20px 0 0;
}
.service-page .service-2 .right .ig {
  max-width: 706px;
  padding-left: 57px;
}
.service-page .service-2 .right .header {
  text-align: right;
}
.service-page .service-2 .right .header .tag {
  color: #fff;
  padding-right: 138px;
}
.service-page .service-2 .right .header .tag::before {
  background: #fff;
  top: 8px;
}
.service-page .service-2 .right .header .title {
  text-align: center;
  font-size: 90px;
  line-height: 1;
  font-family: 'Days';
  margin-top: 6px;
  margin-left: -132px;
}
.service-page .service-2 .right .header .con {
  font-size: 18px;
  line-height: 1.5;
  opacity: .65;
  text-align: left;
}
.service-page .service-2 .right .list {
  margin-top: 75px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.service-page .service-2 .right .list ul li {
  padding: 19px 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.service-page .service-2 .right .list ul li .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
}
.service-page .service-2 .right .list ul li .tit em {
  width: 90%;
}
.service-page .service-2 .right .list ul li .tit i {
  position: relative;
  width: 14px;
  height: 14px;
}
.service-page .service-2 .right .list ul li .tit i::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  top: 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-2 .right .list ul li .tit i::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background: #fff;
  top: 0;
  left: 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-2 .right .list ul li .con {
  font-size: 18px;
  line-height: 1.5;
  opacity: .65;
  display: none;
}
.service-page .service-2 .right .list ul li.active .tit i::after {
  opacity: 0;
}
.service-page .service-2::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 54.115%;
  height: 100%;
  background-color: #ac8e60;
}
.service-page .service-3 {
  padding-top: 7.2%;
}
.service-page .service-3 .header {
  text-align: right;
}
.service-page .service-3 .header .title {
  font-size: 90px;
  color: #030303;
  line-height: 1;
  font-family: 'Days';
  margin-top: 5px;
}
.service-page .service-3 .content {
  margin-top: 65px;
}
.service-page .service-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}
.service-page .service-3 .content ul li {
  padding-right: 20px;
  width: 20.79%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.service-page .service-3 .content ul li .ig {
  border: solid 1px #f4c822;
  border-radius: 20px;
  padding: 55px 35px 30px 37px;
  height: 383px;
}
.service-page .service-3 .content ul li .ig i{
  display: block;
}
.service-page .service-3 .content ul li .ig .tit {
  font-size: 39px;
  font-family: 'Days';
  line-height: 1.2;
  margin-top: 15px;
}
.service-page .service-3 .content ul li .ig .con {
  font-size: 18px;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.service-page .service-3 .content ul li .ig .num {
  position: absolute;
  bottom: 30px;
  right: 35px;
  font-size: 16px;
  color: #030303;
  font-family: 'Days';
}
.service-page .service-3 .content ul li.active {
  width: 37.63%;
}
.service-page .service-3 .content ul li.active .con {
  opacity: .65;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.service-page .service-4 {
  padding: 10% 0 5.6%;
}
.service-page .service-4 .header .title {
  font-size: 90px;
  font-family: 'Days';
  line-height: 1;
  text-transform: uppercase;
  margin-top: 22px;
}
.service-page .service-4 .content {
  margin-top: 51px;
}
.service-page .service-4 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -18px;
}
.service-page .service-4 .content ul li {
  padding-right: 18px;
  width: 17.544%;
  -webkit-transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  overflow: hidden;
}
.service-page .service-4 .content ul li .ig {
  position: relative;
  height: 559px;
}
.service-page .service-4 .content ul li .ig .img {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.service-page .service-4 .content ul li .ig .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.06) translateZ(0);
  -moz-transform: scale(1.06) translateZ(0);
  transform: scale(1.06) translateZ(0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -moz-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -moz-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}
.service-page .service-4 .content ul li .ig .text {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 34px 8px 51px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.service-page .service-4 .content ul li .ig .text .tit {
  font-size: 41px;
  line-height: 1.1;
  font-family: 'Days';
  width: 54%;
}
.service-page .service-4 .content ul li .ig .text .mores {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  padding: 25px 0 19px 38px;
  position: relative;
  z-index: 1;
}
.service-page .service-4 .content ul li .ig .text .mores img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-4 .content ul li .ig .text .mores em {
  margin-left: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-4 .content ul li .ig .text .mores::after {
  content: '';
  position: absolute;
  left: 59px;
  top: 0;
  width: 57px;
  height: 56px;
  border-radius: 50%;
  border: solid 1px #dcdcdc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-4 .content ul li .ig .text .mores:hover em {
  -webkit-transform: translateX(-86px);
  -moz-transform: translateX(-86px);
  -ms-transform: translateX(-86px);
  transform: translateX(-86px);
}
.service-page .service-4 .content ul li .ig .text .mores:hover img {
  -webkit-transform: translateX(150px);
  -moz-transform: translateX(150px);
  -ms-transform: translateX(150px);
  transform: translateX(150px);
}
.service-page .service-4 .content ul li.active {
  width: 29.824%;
}
.service-page .service-4 .content ul li.active .ig .img {
  height: 425px;
}
.service-page .service-4 .content ul li.active .ig .img img {
  -webkit-transform: scale(1) translateZ(0);
  -moz-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}
.service-page .service-4 .content ul li.active .text {
  opacity: 1;
}
@media screen and (max-width: 1680px) {
  .service-page .service-1 .bottom ul li{
    padding-right: 40px;
  }
  .service-page .service-4 .content ul li.active .text{
    display: block;
  }
  .service-page .service-4 .content ul li .ig .text .tit{
    font-size: 36px;
    width: 100%;
  }
  .service-page .service-4 .content ul li.active .text .mores{
    margin-top: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .service-page .service-1 .bottom ul li p{
    width: 90%;
  }
  .service-page .service-2 .right .header .title{
    font-size: 78px;
    margin-left: -90px;
  }
  .service-page .service-3 .content ul li .ig{
    padding: 40px 30px 30px;
  }
  .service-page .service-3 .content ul li .ig .tit{
    font-size: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .service-page .service-1 .top .left .title{
    font-size: 80px;
  }
  .service-page .service-1 .bottom{
    padding-left: 0;
  }
  .service-page .service-1 .bottom ul li p {
    width: 100%;
  }
  .service-page .service-2{
    padding: 50px 0;
  }
  .service-page .service-2 .left,
  .service-page .service-2 .right{
    vertical-align: middle;
  }
  .service-page .service-2 .right{
    padding-top: 0;
  }
  .service-page .service-2 .right .ig{
    padding-left: 30px;
  }
  .service-page .service-2 .right .header .title {
    font-size: 62px;
    margin-left: 0px;
  }
  .service-page .service-3 .content ul li .ig {
    padding: 40px 20px 30px;
  }
  .service-page .service-3 .content ul li .ig .tit {
    font-size: 29px;
  }
}
@media screen and (max-width: 1100px) {
  .service-page .service-1 .top .left .title {
    font-size: 70px;
  }
  .service-page .service-1 .bottom ul li p{
    font-size: 21px;
  }
  .service-page .service-2 .right .header .title{
    font-size: 53px;
  }
  .service-page .service-2 .right .list{
    margin-top: 40px;
  }
  .service-page .service-3 .content ul li .ig .tit {
    font-size: 26px;
  }
  .service-page .service-4 .content ul li .ig{
    height: 400px;
  }
  .service-page .service-4 .content ul li.active .ig .img{
    height: 300px;
  }
  .service-page .service-4 .content ul li .ig .text{
    padding: 15px 8px 20px;
  }
  .service-page .service-4 .content ul li .ig .text .tit{
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .top .left,
  .service-page .service-1 .top .right{
    width: 100%;
  }
  .service-page .service-1 .top .right{
    margin-top: 20px;
  }
  .service-page .service-1 .bottom ul{
    margin-bottom: -20px;
  }
  .service-page .service-1 .bottom ul li:last-child{
    width: 33.3333%;
  }
  .service-page .service-1 .bottom ul li{
    width: 33.3333%;
    margin-bottom: 20px;
  }
  .service-page .service-2 .left{
    display: none;
  }
  .service-page .service-2 .right{
    width: 100%;
  }
  .service-page .service-2::after{
    width: 100%;
  }
  .service-page .service-3 .header .title{
    font-size: 70px;
  }
  .service-page .service-3 .content ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .service-page .service-3 .content ul li{
    width: 50%;
    margin-bottom: 10px;
  }
  .service-page .service-3 .content ul li.active{
    width: 50%;
  }
  .service-page .service-3 .content ul li .ig .con{
    opacity: .65;
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .service-page .service-3 .content ul li .ig {
    padding: 30px 20px 20px;
  }
  .service-page .service-3 .content ul li .ig .con{
    font-size: 17px;
  }
  .service-page .service-4 .header .title{
    font-size: 66px;
  }
  .service-page .service-4 .content ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .service-page .service-4 .content ul li{
    width: 50%;
    margin-bottom: 10px;
  }
  .service-page .service-4 .content ul li.active{
    width: 50%;
  }
  .service-page .service-4 .content ul li:last-child{
    width: 100%;
  }
  .service-page .service-4 .content ul li:last-child.active{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .bottom ul li{
    width: 50%;
    padding-right: 20px;
  }
  .service-page .service-1 .bottom ul li:last-child{
    width: 50%;
  }
  .service-page .service-1 .bottom ul li:nth-child(even){
    padding-right: 0;
  }
  .service-page .service-2 .right .list ul li .tit{
    font-size: 22px;
  }
  .service-page .service-3 .header .title {
    font-size: 53px;
  }
  .service-page .service-3 .content{
    margin-top: 20px;
  }
  .service-page .service-3 .content ul li .ig i{
    zoom: .7;
  }
  .service-page .service-3 .content ul li .ig{
    padding: 10px;
  }
  .service-page .service-3 .content ul li .ig .tit{
    font-size: 24px;
    margin-top: 0;
  }
  .service-page .service-3 .content ul li .ig .num{
    bottom: 0;
  }
  .service-page .service-4 .header .title {
    font-size: 50px;
  }
  .service-page .service-4 .content{
    margin-top: 20px;
  }
  .service-page .service-4 .content ul li .ig .text .tit {
    font-size: 24px;
  }
  .service-page .service-4 .content ul li.active .text .mores{
    zoom: .7;
  }
  .service-page .service-4 .content ul li .ig{
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 .top .left .title {
    font-size: 50px;
  }
  .service-page .service-1 .top .right{
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .service-1 .bottom ul li{
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-1 .bottom ul li:last-child{
    width: 100%;
  }
  .service-page .service-1 .bottom ul li .ig{
    padding: 0;
  }
  .service-page .service-1 .bottom ul li .ig::after{
    display: none;
  }
  .service-page .service-2 .right{
    padding: 0 15px;
  }
  .service-page .service-2 .right .ig{
    padding-left: 0;
  }
  .service-page .service-2 .right .header .title {
    font-size: 40px;
  }
  .service-page .service-2 .right .header .con{
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .service-2 .right .list ul li .tit {
    font-size: 20px;
    line-height: 1.4;
  }
  .service-page .service-3 .header .title {
    font-size: 36px;
  }
  .service-page .service-3 .content ul li,
  .service-page .service-3 .content ul li.active{
    width: 100%;
  }
  .service-page .service-3 .content ul li .ig{
    height: auto;
    padding: 20px 15px;
  }
  .service-page .service-3 .content ul li .ig .tit{
    line-height: 1.5;
  }
  .service-page .service-3 .content ul li .ig .con{
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .service-4 .header .title {
    font-size: 33px;
  }
  .service-page .service-4 .content ul li,
  .service-page .service-4 .content ul li.active{
    width: 100%;
  }
  .service-page .service-4 .content ul li.active .text .mores{
    zoom: 1;
  }
  .service-page .service-4 .content ul li .ig .text .tit{
    line-height: 1.5;
  }
  .service-page .service-4 .content ul li .ig .text{
    opacity: 1;
    display: block;
  }
}

@media screen and (max-width: 1680px) {
   .contact-page .contact-2 ul li{
    width: 50%;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .contact-page .contact-2 ul li .content p{
    max-width: 83%;
  }
}

@media screen and (max-width: 1000px) {
  .contact-page {
    padding: 30px 0 0;
  }
  .contact-page .contact-4 .left{
    margin-top: 0;
  }
  .contact-page .contact-4 .right{
    width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-2{
    padding: 30px 0;
  }
  .contact-page .contact-2 ul li .content h6{
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .contact-page .contact-2 ul li .content p{
    max-width: 270px;
  }
}
@media screen and (max-width: 700px) {
   .contact-page .contact-2 ul li{
    width: 100%;
    margin-bottom: 10px;
  }
   .contact-page .contact-2 ul li:last-child{
     margin-bottom: 0;
   }
  .contact-page .contact-2 ul li .content p{
    max-width: 100%;
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-4 .right form input,
  .contact-page .contact-4 .right form textarea{
    width: 100%;
    margin-bottom: 10px;
  }
	.contact-page .contact-4 .right form .wpcf7-form-control-wrap {
		width: 100%;
		margin-bottom: 10px;
	}
  .contact-page .contact-4 {
    padding: 0px;
  }
}


.email-wrap {
	display: none;
}



/* inner-banner */

.more_btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.more_btn .more {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  color: black;
  padding: 0 30px;
  overflow: hidden;
  height: 55px;
  line-height: 55px;
  border-radius: 27px;
  border: 1px solid black;
  display: inline-block;
}
.more_btn .more span {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.more_btn .more::after {
  content: attr(data-text);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  color: white;
  font-size: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.more_btn .arrow {
  background-color: black;
  display: inline-block;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  margin-left: -20px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.more_btn .arrow img {
  vertical-align: middle;
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more_btn:hover span {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}
.more_btn:hover .more::after {
  top: 0%;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.more_btn:hover .arrow {
  background-color: #2F6094;
}
.more_btn:hover .arrow img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



.inner-banner {
  position: relative;
}
.inner-banner .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.inner-banner .ui.container h2 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: bold;
  color: white;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.inner-banner .ui.container .box {
  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;
  padding: 25px 0 45px;
}
.inner-banner .ui.container .box .mbx {
  font-size: 18px;
  color: white;
}
.inner-banner .ui.container .box .mbx a {
  position: relative;
  padding-right: 15px;
}
.inner-banner .ui.container .box .mbx a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #f4c822;
}
.inner-banner .ui.container .box .more_btn .more {
  border-color: rgba(255, 255, 255, 0.6);
  color: white;
}
.inner-banner .ui.container .box .more_btn .arrow {
  background: #f4c822;
}

@media screen and (max-width: 1400px) {
	.inner-banner .ui.container h2{
		font-size: 38px;
	}
}

@media screen and (max-width: 1200px) {
	.inner-banner .ui.container h2 {
		font-size: 30px;
	}
}

@media screen and (max-width: 1000px) {
	.inner-banner .ui.container h2 {
		font-size: 26px;
	}
	.inner-banner .ui.container .box .mbx{
		font-size: 15px;
	}
}

@media screen and (max-width: 700px) {
	.inner-banner > img {
		height: 300px;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.inner-banner .ui.container .box {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.inner-banner .ui.container .box .mbx {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 500px) {
	.inner-banner .ui.container h2 {
		font-size: 20px;
	}
}



.solution-page .Tit {
	font-size: 90px;
	line-height: 1;
	font-family: 'Days';
}

.solution-page .solution-1 {
	padding: 100px 0;
}

/* .solution-page .solution-1 .left {
	width: 45%;
	float: left;
} */

.solution-page .solution-1 .right {
	/* width: 50%;
	float: right; */
	margin-top: 60px;
}

.solution-page .solution-1 .right ul {
	margin: -10px;
}

.solution-page .solution-1 .right li {
	padding: 10px;
	text-align: center;
}

.solution-page .solution-1 .right li .icon img {
	filter: brightness(0);
}

.solution-page .solution-1 .right li.active .icon img {
	filter: none;
}

.solution-page .solution-1 .right li .icon:before {
	content:"";
	position: absolute;
	left: 10%;
	top: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-image: linear-gradient(#f1c629, transparent);
	opacity: 0;
}

.solution-page .solution-1 .right li.active .icon:before {
	opacity: 1;
}

.solution-page .solution-1 .right li.active .name {
	color: #f1c629;
}

.solution-page .solution-2 .item + .item {
	margin-top: 100px;
}

.solution-page .solution-2 .item:not(.active) {
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
}

.solution-page .solution-2 .bg {
	padding-top: 40%;
}

.solution-page .solution-2 .content {
	width: 100%;
	left: 0;
	top: 18%;
}

.solution-page .solution-2 .content .Tit {
	color: white;
}

.solution-page .solution-2 .content .text {
	color: white;
	margin-top: 40px;
}

.solution-page .solution-2 .list {
	margin-top: -15%;
	margin-right: -19%;
}

.solution-page .solution-2 .list ul.ul {
	margin: -15px;
}

.solution-page .solution-2 .list li.li {
	padding: 15px;
	height: 100%;
}

.solution-page .solution-2 .list .shadow {
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 4px 2px 21px rgba(54,54,54,.16);
}

.solution-page .solution-2 .list .mml-text {
	padding: 25px;
}

.solution-page .solution-2 .list .name {
	font-size: 36px;
	margin-bottom: 15px;
	font-family: 'Days';
}

.solution-page .solution-2 .list .text li::before {
	content:'\f00c';
	font-family: FontAwesome;
}

.solution-page .solution-2 .list .next {
	right: 103%;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: white;
	font-size: 30px;
	font-family: FontAwesome;
	background-color: black;
	border-radius: 50%;
	cursor: pointer;
}


.solution-page .solution-2 .slick-track {
	display: flex;
}

.solution-page .solution-2 .slick-slide {
	height: auto;
}

.solution-page .solution-2 .slick-slide > div {
	height: 100%;
}





@media screen and (min-width: 1230px) {
	.solution-3 .list li .img {
		width: 60%;
	}
	.solution-3 .list li .content {
		width: 45%;
		left: 55%;
		top: 50%;
		transform: translateY(-50%);
	}

	.solution-3 .list li:nth-of-type(4n) .img,
	.solution-3 .list li:nth-of-type(4n-1) .img {
		margin-left: auto;
	}
	.solution-3 .list li:nth-of-type(4n) .content,
	.solution-3 .list li:nth-of-type(4n-1) .content {
		left: 0;
	}

	.solution-3 .list li:nth-of-type(4n) .content .name,
	.solution-3 .list li:nth-of-type(4n-1) .content .name {
		text-align: right;
	}

	.solution-3 .list li:nth-of-type(4n) .content .line,
	.solution-3 .list li:nth-of-type(4n-1) .content .line {
		margin-left: auto;
	}
}

.solution-3 {
	background-color: #fafafa;
	padding: 150px 0;
}
.solution-3 .list ul {
	margin: -45px -40px;
}
.solution-3 .list li {
	width: 50%;
	padding: 45px 40px;
}

.solution-3 .list li .content .name {
	font-size: 25.35px;
}
.solution-3 .list li .content .line {
	width: 140px;
	border-bottom: 1px solid #feda32;
}


@media screen and (max-width: 1600px) {
	.solution-page .solution-2 .left {
		width: 100%;
	}
}

@media screen and (max-width: 1430px) {
	.solution-page .Tit {
		font-size: 70px;
	}
	
	.solution-3 .list ul {
		margin: -30px -15px;
	}
	.solution-3 .list li {
		padding: 30px 15px;
	}

	.solution-3 .list li .img {
		width: 70%;
	}

	.solution-3 .list li .content .name {
		font-size: 22px;
	}
}

@media screen and (max-width: 1230px) {
	.solution-page .Tit {
		font-size: 60px;
	}
	
	.solution-page .solution-1 .right li {
		width: 25%;
	}
	
	.solution-3 .list ul {
		margin: -15px;
	}
	.solution-3 .list li {
		padding: 15px;
	}

	.solution-3 .list li .img {
		width: 100%;
	}

	.solution-3 .list li .content {
		position: static;
		margin-top: 30px;
	}

}

@media screen and (max-width: 1000px) {
	.solution-page .Tit {
		font-size: 40px;
	}
	
	.solution-page .solution-1 {
		padding: 60px 0;
	}
	
	
	.solution-page .solution-2 .list {
		margin-top: -10%;
		margin-right: 0;
	}
	
	.solution-page .solution-2 .list .name {
		font-size: 24px;
	}
	
	.solution-page .solution-2 .list .mml-text {
		padding: 15px;
	}
	
	.solution-3 {
		padding: 60px 0;
	}
}

@media screen and (max-width: 700px) {
	.solution-page .Tit {
		font-size: 30px;
	}
	
	.solution-page .solution-1 .right li {
		width: 33.33%;
	}
	
	.solution-page .solution-2 .bg {
		padding-top: 100%;
	}
	
	.solution-page .solution-2 .list .next {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.solution-page .solution-1 .right li {
		width: 50%;
	}
	
	.solution-3 .list li {
		width: 100%;
	}
}





@media (min-width: 701px) {
  .solution-4 .list .img {
    margin-bottom: 20px;
  }
}
@media (min-width: 1231px) {
  .titleBox h1.hasBorder::after,
  .titleBox h2.hasBorder::after,
  .titleBox h3.hasBorder::after {
    margin-top: 35px;
  }
  .solution-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .solution-4 .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;
  }
  .solution-4 .btnBarBox {
    width: 370px;
    padding-right: 50px;
  }
  .solution-4 .list {
    width: -webkit-calc(100% - 370px);
    width: -moz-calc(100% - 370px);
    width: calc(100% - 370px);
  }
  .solution-4 .list .row .img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.titleBox h1.hasBorder::after,
.titleBox h2.hasBorder::after,
.titleBox h3.hasBorder::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #f1c629;
}
.solution-4 {
  background: url(../images/bg_solution.jpg) repeat center;
}
.solution-4 .list ul {
  margin: 0 -10px;
}
.solution-4 .list li {
  padding: 0 10px;
}
.solution-4 .list .item {
  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;
}
.solution-4 .list .txtExp {
  margin-top: 10px;
  color: #5a5a5a;
}
.arrowPrev,
.arrowNext {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.solution-4 .arrowPrev,
.solution-4 .arrowNext {
  margin-top: 40px;
  margin-right: 3px;
  color: #f1c629;
  border: 1px solid #f1c629;
}
.solution-4 .arrowPrev:hover,
.solution-4 .arrowNext:hover {
  background-color: #000000;
}
@media (min-width: 1001px) {
  .solution-5 .list ul .txt {
    padding: 25px 25px 30px;
    background-color: #212121;
  }
  .solution-5 .list ul .slick-current .txt {
    background-color: #f1c629;
  }
  .solution-5 .list ul .txtExp {
    height: -webkit-calc(23px* 7);
    height: -moz-calc(23px* 7);
    height: calc(23px* 7);
    margin-top: 15px;
  }
  .solution-5 .list ul .slick-current .txtExp {
    color: #ffffff;
  }
}
@media (min-width: 1231px) {
  .solution-5 {
    padding-top: 70px;
    padding-bottom: 100px;
    background: url(../images/bg_solution_layout2.jpg) repeat center left;
  }
  .solution-5 .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;
  }
  .solution-5 .layoutBg {
    width: 50%;
  }
  .solution-5 .list {
    overflow: hidden;
  }
  .solution-5 .btnBar {
    position: relative;
    margin-bottom: 40px;
  }
  .solution-5 .btnBar::before {
    background-image: -webkit-gradient(linear, left top, right top, from(#bd2020), color-stop(40%, #bd2020), color-stop(41%, #3e1b1b), to(#3e1b1b));
    background-image: -webkit-linear-gradient(left, #bd2020 0%, #bd2020 40%, #3e1b1b 41%, #3e1b1b 100%);
    background-image: -moz-linear-gradient(left, #bd2020 0%, #bd2020 40%, #3e1b1b 41%, #3e1b1b 100%);
    background-image: linear-gradient(to right, #bd2020 0%, #bd2020 40%, #3e1b1b 41%, #3e1b1b 100%);
  }
  .solution-5 .btnBar .num {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (min-width: 1301px) {
  .solution-5 .list {
    width: -webkit-calc(100% - 500px);
    width: -moz-calc(100% - 500px);
    width: calc(100% - 500px);
  }
}
@media (min-width: 1431px) {
  .solution-5 .btnBarBox {
    padding-bottom: 45px;
  }
  .solution-5 .list ul {
    width: -webkit-calc((100% + 30px) / 3* 2);
    width: -moz-calc((100% + 30px) / 3* 2);
    width: calc((100% + 30px) / 3* 2);
  }
  .solution-5 .list ul .slick-list {
    overflow: visible;
  }
  .solution-5 .list li {
    padding: 0 25px 0 0;
  }
}
@media (min-width: 1601px) {
  .solution-5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: -webkit-calc((100% - 1430px) / 2);
    width: -moz-calc((100% - 1430px) / 2);
    width: calc((100% - 1430px) / 2);
    height: 175px;
    background-color: #f1c629;
  }
  .solution-5 .btnBar {
    width: 430px;
  }
}
@media (min-width: 1801px) {
  .solution-5 .btnBar {
    left: -150px;
  }
}
.solution-5 .layoutBg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.solution-5 .list ul h4 {
  color: #FFFFFF;
}
.solution-5 .btnBarBox {
  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;
  width: 100%;
}
.txtExp {
  line-height: 23px;
  color: #a5a5a5;
  overflow: hidden;
}
.btnBar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6e6e6e;
}
.solution-5 .titleBox {
  margin-left: auto;
}
.solution-5 .titleBox h3 {
  color: #fff;
}
.btnBar::before {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  height: 1px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #bd2020;
  background-image: -webkit-gradient(linear, left top, right top, from(#411e1e), color-stop(59%, #411e1e), color-stop(60%, #bd2020), to(#bd2020));
  background-image: -webkit-linear-gradient(left, #411e1e 0%, #411e1e 59%, #bd2020 60%, #bd2020 100%);
  background-image: -moz-linear-gradient(left, #411e1e 0%, #411e1e 59%, #bd2020 60%, #bd2020 100%);
  background-image: linear-gradient(to right, #411e1e 0%, #411e1e 59%, #bd2020 60%, #bd2020 100%);
}
.btnBar .num {
  width: 65px;
}
.btnBar .num span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 10px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(30deg) translateY(2px);
  -moz-transform: rotate(30deg) translateY(2px);
  -ms-transform: rotate(30deg) translateY(2px);
  transform: rotate(30deg) translateY(2px);
}
.solution-5 .btnBar .num {
  color: #e4e4e4;
}
.solution-5 .arrowPrev,
.solution-5 .arrowNext {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.solution-5 .arrowPrev:hover,
.solution-5 .arrowNext:hover {
  color: #bd2020;
  border-color: #bd2020;
}
.btnBar .arrowPrev,
.btnBar .arrowNext {
  height: 20px;
  margin-left: 5px;
}
@media (min-width: 1001px) and (max-width: 1430px) {
  .solution-5 .list ul li {
    padding: 0 10px;
  }
}
@media (min-width: 1231px) and (max-width: 1430px) {
  .solution-5 .btnBarBox {
    padding-bottom: 30px;
  }
}
@media (min-width: 1001px) and (max-width: 1230px) {
  .solution-4 {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .solution-5 {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1230px) {
  .solution-5 .layoutBg {
    width: 100%;
  }
  .solution-4 .list ul {
    margin-top: 30px;
  }
  .solution-4 .arrowPrev,
  .solution-4 .arrowNext {
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .solution-5 .txt {
    margin-top: 20px;
  }
  .solution-5 .txtExp {
    margin-top: 10px;
  }
}
@media (min-width: 701px) and (max-width: 1230px) {
  .solution-5 .list ul {
    margin-top: 50px;
  }
}
@media (min-width: 501px) and (max-width: 1000px) {
  .solution-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .solution-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 700px) {
  .solution-4 .list .img {
    margin-bottom: 10px;
  }
  .solution-5 .list ul {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .solution-4 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .solution-5 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

h1.hhhh {
    display: inline;
}

.font-18.wow.fadeInUp.shy {
    line-height: 1.5;
}

#footer .f-copy .left{
    width: 80%;
}

p.yjjj {
    width: 1300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




table td, table th {
    width: 10%;
}