@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Bold.woff2') format('woff2'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
}
body {
  font-family: "Poppins";
/*   max-width: 1920px; */
  font-weight: normal;
  margin: 0 auto;
}
.image-gallery li {
	padding:0 !important;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1480px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .ui.container {
  max-width: 1330px;
}
#header .h-top {
  line-height: 90px;
  height: 90px;
  text-align: right;
}
#header .h-top .logo {
  float: left;
}
#header .h-top .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .box .info {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
#header .h-top .box .info .slide {
  padding-left: 35px;
  position: relative;
  line-height: normal;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#header .h-top .box .info .slide i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .h-top .box .info .slide h6 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  line-height: 1.2;
}
#header .h-top .box .info .slide h6 small {
  display: block;
  font-weight: normal;
  font-size: 112.5%;
  color: white;
  margin-top: 2px;
}
#header .h-top .box .info .slide:last-child {
  padding-left: 50px;
  border-right: none;
}
#header .h-top .box a.link {
  display: inline-block;
  vertical-align: middle;
  line-height: 56px;
  height: 56px;
  padding: 0 22px;
  background: black;
  color: white;
  font-weight: 300;
  font-size: 16px;
  text-transform: unset;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top .box a.link i {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin-right: 5px;
}
#header .h-top .box a.link:hover {
  background: #7b181d;
}
#header .nav {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .box {
  line-height: 80px;
  height: 80px;
  background: #7b181d;
  color: white;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
#header .nav .ui.menu .menu-box:after {
  content: '';
  width: 2px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  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: 0 33px;
  font-family: "Oswald";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a,
#header .nav .ui.menu .menu-box ul.menu > li.active > a {
  background: black;
}
#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: 16px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 220px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -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 #7b181d;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 24px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
	position:relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
	position:absolute;
	left:100%;
	top:0;
  -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:none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover> ul {
	display:block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .box2 {
  float: right;
}
#header .nav .ui.menu .box2 .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
  line-height: normal;
  margin-top: -4px;
}
#header .nav .ui.menu .box2 .yuy {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  margin-right: 40px;
  position: relative;
}
#header .nav .ui.menu .box2 .yuy span {
  display: block;
  font-family: "Oswald";
  font-size: 18px;
  text-transform: uppercase;
}
#header .nav .ui.menu .box2 .yuy span i {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: 0 5px;
}
#header .nav .ui.menu .box2 .yuy ul {
  -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: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 120px;
  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 #7b181d;
  display: none \9;
}
#header .nav .ui.menu .box2 .yuy ul li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 22px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .box2 .yuy ul li img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -4px;
}
#header .nav .ui.menu .box2 .yuy ul li a {
  display: block;
}
#header .nav .ui.menu .box2 .yuy ul li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .box2 .yuy:hover ul {
  -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.active {
  top: -90px;
}
#header.active .nav {
  background: #7b181d;
  -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);
}
#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: #7b181d;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #7b181d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #7b181d;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 15px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.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 .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #7b181d;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#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: #7b181d !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #7b181d;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #7b181d;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner {
  height: 900px;
  position: relative;
  overflow: hidden;
  max-height: 100vh;
}
#banner video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -2;
}
#banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url("../images/icon-banner-mask.png") rgba(0, 0, 0, 0.2);
}
#banner .box {
  position: absolute;
  top: 56%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
#banner .box .content {
  max-width: 850px;
  display: block;
  margin: 0 auto;
  color: white;
}
#banner .box .content h2 {
  font-family: "Oswald";
  font-size: 68px;
	font-weight: bold;
  text-transform: uppercase;
  line-height: 2;
  text-shadow: 0 3px 0 black;
}
#banner .box .content p {
  font-size: 20px;
  line-height: 1.8;
  margin: 15px auto 30px;
  display: block;
}
#banner .box .content .play {
  cursor: pointer;
  cursor: hand;
}
#index-body h2.title {
  font-size: 44px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: bold;
}
#index-body h2.title em {
  color: #feaa33;
}
#index-body .text {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300;
  opacity: .75;
  max-width: 780px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-1 {
  padding: 60px 0 80px;
  text-align: center;
}
#index-body .init-1 h2.title {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-1 .list {
  margin-top: 30px;
}
#index-body .init-1 .list ul {
  margin: -15px;
}
#index-body .init-1 .list ul li {
  padding: 15px;
}
#index-body .init-1 .list ul li a.img-box {
  height: 400px;
}
#index-body .init-1 .list ul li .content {
  width: 80%;
  margin-left: 10%;
  margin-top: -7%;
  position: relative;
  z-index: 1;
  background: #f3f3f3;
  text-align: center;
  padding: 20px 5%;
  -o-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.25);
}
#index-body .init-1 .list ul li .content h5 {
  font-size: 26px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .list ul li .content h5:hover {
  color: #7b181d;
}
#index-body .init-1 .list ul li .content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  margin: 5px 0 15px;
}
#index-body .init-1 .list ul li .content a.more {
  line-height: 36px;
  height: 40px;
  display: inline-block;
  padding: 0 30px;
  border: 2px solid #fcba0e;
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .list ul li .content a.more:hover {
  background: #fcba0e;
  color: white;
}
#index-body .init-2 {
  padding: 90px 0 80px;
  background: url("../images/init-2-bg.jpg") center right;
  color: white;
  overflow: hidden;
}
#index-body .init-2 .box .left {
  text-align: right;
  width: 37.5%;
  position: relative;
  z-index: 1;
}
#index-body .init-2 .box .left:after {
  content: '';
  width: 100%;
  height: 200%;
  position: absolute;
  top: -25%;
  left: 0;
  z-index: -1;
  background: url("../images/init-2-1.jpg") center center;
  background-size: cover;
}
#index-body .init-2 .box .left .content {
  max-width: 450px;
  text-align: left;
  display: block;
  padding-right: 4%;
  margin-left: auto;
}
#index-body .init-2 .box .left .list ul li {
  margin-top: 50px;
  padding-left: 50px;
  position: relative;
  opacity: .7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box .left .list ul li:before {
  content: '----';
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 12px;
}
#index-body .init-2 .box .left .list ul li h6 {
  font-size: 30px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#index-body .init-2 .box .left .list ul li p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  display: none;
}
#index-body .init-2 .box .left .list ul li.active {
  opacity: 1;
}
#index-body .init-2 .box .left .list ul li.active p {
  display: block;
}
#index-body .init-2 .box .right {
  width: 62.5%;
  padding-left: 40px;
  text-align: center;
}
#index-body .init-2 .box .right .list {
  overflow: hidden;
}
#index-body .init-2 .box .right .list ul {
  max-width: 850px;
}
#index-body .init-2 .box .right .list ul li {
  padding-right: 35px;
}
#index-body .init-2 .box .right .list ul li a.img-box {
  height: 560px;
}
#index-body .init-2 .box .right .list ul li a.img-box h6 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  font-weight: bold;
}
#index-body .init-2 .box .right .list ul .slick-list {
  overflow: unset;
}
#index-body .init-2 .box .right .btn {
  margin-top: 35px;
  padding-left: 8%;
}
#index-body .init-2 .box .right .btn div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 17px;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-2 .box .right .btn div img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
#index-body .init-2 .box .right .btn div:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .init-3 {
  padding-top: 70px;
  background: url("../images/init-3-bg.jpg") center bottom no-repeat;
  background-size: 115% auto;
}
#index-body .init-3 .box .left {
  width: 35%;
  padding-right: 3%;
  margin-top: 10px;
}
#index-body .init-3 .box .left h2.title {
  line-height: 1.2;
}
#index-body .init-3 .box .left .text {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  margin: 10px 0 20px;
}
#index-body .init-3 .box .left .text em {
  font-weight: bold;
}
#index-body .init-3 .box .left a.more {
  line-height: 50px;
  height: 54px;
  display: inline-block;
  padding: 0 40px;
  border: 2px solid #fcba0e;
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .box .left a.more:hover {
  background: #fcba0e;
  color: white;
}
#index-body .init-3 .box .right {
  width: 65%;
}
#index-body .init-3 .box .right .img {
  height: 500px;
  display: block;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#index-body .init-3 .box .right .img .play {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .init-3 .icon-Box {
  margin-top: -7%;
  background: white;
  position: relative;
  z-index: 1;
  max-width: 1300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.28);
  text-align: center;
}
#index-body .init-3 .icon-Box ul li {
  padding: 0 3%;
}
#index-body .init-3 .icon-Box ul li i {
  display: block;
  height: 72px;
  line-height: 72px;
}
#index-body .init-3 .icon-Box ul li i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-3 .icon-Box ul li h6 {
  font-size: 18px;
  font-weight: bold;
  opacity: .9;
  display: block;
  line-height: 1.2;
  margin: 10px 0;
}
#index-body .init-3 .icon-Box ul li p {
  font-size: 16px;
  font-weight: 300;
  opacity: .75;
  line-height: 1.6;
}
#index-body .init-3 .icon-Box ul li p em {
  font-weight: bold;
}
#index-body .init-3 .icon-Box ul li a.link {
  display: inline-block;
  margin: 0 auto;
  margin-top: 10px;
}
#index-body .init-4 {
  padding: 110px 0 50px;
  text-align: center;
}
#index-body .init-4 .list {
  margin-top: 50px;
}
#index-body .init-4 .list ul {
  margin: 0 -2%;
}
#index-body .init-4 .list ul li {
  padding: 0 2%;
}
#index-body .init-4 .list ul li i {
  border-radius: 100%;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
/*   border: 3px solid #fcba0e; */
}
#index-body .init-4 .list ul li h6 {
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 12px;
}
#index-body .init-4 .list ul li h6:after {
  content: '';
  width: 40px;
  height: 2px;
  background: #fcba0e;
  margin: 10px auto;
  display: block;
}
#index-body .init-4 .list ul li p {
  font-weight: 300;
  font-size: 16px;
  opacity: .8;
  line-height: 1.4;
}
#index-body .init-5 {
  padding: 125px 0;
  background: url("../images/init-5-bg.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
}
#index-body .init-5:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background: url("../images/icon-banner-mask.png") rgba(0, 0, 0, 0.5);
}
#index-body .init-5 .list ul li h6 {
  font-family: "Oswald";
  font-size: 48px;
  line-height: 1;
  display: block;
}
#index-body .init-5 .list ul li h6 em {
  margin-right: 5px;
}
#index-body .init-5 .list ul li h6 sub {
  font-size: 33.33333333%;
  vertical-align: baseline;
}
#index-body .init-5 .list ul li p {
  font-size: 16px;
  opacity: .8;
  margin-top: 15px;
}
#index-body .init-6 {
  padding: 75px 0 50px;
  position: relative;
  z-index: 1;
  background: #f5f5f5;
  overflow: hidden;
}
#index-body .init-6:after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url("../images/init-6-bg.png") left bottom no-repeat;
  opacity: .15;
}
#index-body .init-6 .left {
  width: 47%;
  padding-right: 2%;
}
#index-body .init-6 .left .list {
  margin-top: 20px;
}
#index-body .init-6 .left .list ul li {
  margin-bottom: 25px;
  padding-left: 30px;
  position: relative;
}
#index-body .init-6 .left .list ul li h6 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  cursor: hand;
}
#index-body .init-6 .left .list ul li h6 i {
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .left .list ul li .text {
  margin-top: 7px;
  display: none;
}
#index-body .init-6 .left .list ul li:last-child {
  margin-bottom: 0;
}
#index-body .init-6 .left .list ul li.active h6 {
  color: black;
}
#index-body .init-6 .left .list ul li.active h6 i {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#index-body .init-6 .right {
  width: 53%;
  padding-top: 90px;
  position: relative;
  z-index: 1;
  padding-left: 2%;
}
#index-body .init-6 .right:after {
  content: '';
  width: 120%;
  height: 100%;
  position: absolute;
  left: 15%;
  background: url("../images/init-6-2-bg.jpg") top left no-repeat;
  z-index: -1;
  top: 10px;
}
#index-body .init-6 .right .list {
  position: relative;
}
#index-body .init-6 .right .list ul li a.img-box {
  height: 520px;
}
#index-body .init-6 .right .list .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f5f5f5;
  z-index: 1;
}
#index-body .init-6 .right .list .btn div {
  padding: 25px;
  cursor: pointer;
  cursor: hand;
  display: inline-block;
}
#index-body .init-7 {
  padding-top: 140px;
  padding-bottom: 75px;
  background: #f5f5f5 url("../images/init-7-bg.png") center top 110px no-repeat;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .init-7:after {
  content: '';
  height: 37%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url("../images/init-7-2-bg.jpg") bottom right no-repeat white;
  background-size: contain;
}
#index-body .init-7 .navList {
  margin: 30px 0 50px;
}
#index-body .init-7 .navList ul {
  margin: -13px;
}
#index-body .init-7 .navList ul li {
  padding: 13px;
  display: inline-block;
}
#index-body .init-7 .navList ul li a {
  display: inline-block;
  line-height: 64px;
  height: 64px;
  padding: 0 15px;
  min-width: 246px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #c4c4c4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-7 .navList ul li a:hover,
#index-body .init-7 .navList ul li a.active {
  background: #7b181d;
  color: white;
  border-color: white;
}
#index-body .init-7 .list {
  margin-bottom: 30px;
  padding: 0 5%;
}
#index-body .init-7 .list ul {
  margin: -15px;
}
#index-body .init-7 .list ul li {
  padding: 15px;
}
#index-body .init-7 .list ul li a.img-box {
  height: 435px;
}
#index-body .init-7 .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-7 .list ul li a.img-box h6 {
  width: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(123, 24, 29, 0.7);
  padding: 25px 5%;
  color: white;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-7 .list ul li a.img-box:hover h6 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-7 .list ul .slick-active li a.img-box:before {
  opacity: 0;
}
#index-body .init-7 .list ul .slick-list {
  overflow: unset;
}
#index-body .init-7 .progress {
  margin-left: 10%;
  display: inline-block;
  color: white;
  float: left;
}
#index-body .init-7 .progress span {
  font-size: 18px;
  font-weight: 500;
}
#index-body .init-7 .progress span:first-child:after {
  content: '';
  width: 220px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  background: white;
  margin-top: -7px;
}
#index-body .init-7 .btn {
  float: right;
  margin-right: 5%;
}
#index-body .init-7 .btn div {
  display: inline-block;
  margin-left: 20px;
  font-size: 24px;
  color: white;
  opacity: .3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  line-height: 1;
}
#index-body .init-7 .btn div:hover {
  opacity: 1;
}
#index-body .init-8 {
  padding: 75px 0 30px;
  text-align: center;
}
#index-body .init-8 .list {
  margin-top: 30px;
}
#index-body .init-8 .list ul {
  margin: -19px;
}
#index-body .init-8 .list ul li {
  padding: 19px;
}
#index-body .init-8 .list ul li a.img-box {
  height: 480px;
}
#index-body .init-8 .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, black));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, black 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: -webkit-linear-gradient(top, transparent, black);
  background: -moz-linear-gradient(top, transparent, black);
  background: linear-gradient(to bottom, transparent, black);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black', GradientType=0);
  /* 兼容IE5~IE9 */
}
#index-body .init-8 .list ul li a.img-box .content {
  position: absolute;
  left: 0;
  bottom: 8%;
  width: 100%;
  padding: 0 5%;
  color: white;
  text-align: left;
}
#index-body .init-8 .list ul li a.img-box .content time {
  font-size: 16px;
  color: #fcc43f;
  display: block;
}
#index-body .init-8 .list ul li a.img-box .content time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .init-8 .list ul li a.img-box .content h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: 10px 0;
}
#index-body .init-8 .list ul li a.img-box .content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
}
#index-body .init-8 .dots {
  margin-top: 50px;
  text-align: center;
}
#index-body .init-8 .dots li {
  margin: 0 12px;
  width: 48px;
  height: 7px;
  background-color: #ccc;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
#index-body .init-8 .dots li button {
  display: none;
}
#index-body .init-8 .dots li.slick-active {
  background-color: #fcba0e;
}
#index-body .init-9 {
  padding: 90px 0 65px;
  text-align: center;
  color: white;
  background: #212026;
}
#index-body .init-9 h2.title {
  font-family: "Oswald";
  text-transform: uppercase;
  line-height: 1;
}
#index-body .init-9 .text {
  margin: 25px auto 30px;
}
#index-body .init-9 a.more {
  line-height: 62px;
  height: 62px;
  padding: 0 35px;
  background: #7b181d;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  margin: 0 auto;
}
#index-body .init-9 a.more:hover {
  background: #fcba0e;
}
#footer {
  background: url("../images/f-bg.jpg") center center;
  background-size: cover;
  color: white;
}
#footer .footer-top {
  padding: 70px 0 50px;
}
#footer .footer-top .left {
  width: 35%;
  padding: 0 7% 0 5%;
}
#footer .footer-top .left .logo {
  display: block;
}
#footer .footer-top .left .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  margin: 30px 0 20px;
}
#footer .footer-top .left .qr #ewm {
  width: 130px;
  display: inline-block;
  vertical-align: middle;
  border: 3px solid white;
}
#footer .footer-top .left .qr p {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  opacity: .7;
  max-width: 150px;
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-top .right {
  width: 65%;
  margin-top: 50px;
  padding-left: 1%;
}
#footer .footer-top .right .list .slide h3 {
  margin-bottom: 40px;
  font-family: "Oswald";
  font-size: 20px;
  text-transform: uppercase;
  opacity: .8;
}
#footer .footer-top .right .list .slide .nav ul li {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
  line-height: 1.6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: 300;
}
#footer .footer-top .right .list .slide .nav ul li ul {
	display:none !important;
}
#footer .footer-top .right .list .slide .nav ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #4d4d4d;
  position: absolute;
  left: 0;
  top: 7px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .right .list .slide .nav ul li:hover {
  color: white;
}
#footer .footer-top .right .list .slide .nav ul li:hover:before {
  background: #fcba0e;
}
#footer .footer-top .right .list .slide .nav ul li:last-child {
  margin-bottom: 0;
}
#footer .footer-top .right .list .slide .info ul li {
  margin-bottom: 5px;
  line-height: 2;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 40px;
  position: relative;
}
#footer .footer-top .right .list .slide .info ul li > i {
  position: absolute;
  left: 0;
  width: 40px;
  top: 2px;
  text-align: center;
}
#footer .footer-top .right .list .slide .info ul li span {
  display: inline-block;
  vertical-align: top;
}
#footer .footer-top .right .list .slide .info ul li:last-child {
  margin-bottom: 0;
}
#footer .footer-top .right .list .slide .info ul li.share {
  margin-top: 20px;
  line-height: 1;
}
#footer .footer-top .right .list .slide .info ul li.share span {
  text-indent: 0 !important;
}
#footer .footer-top .right .list .slide .info ul li.share a {
  display: inline-block;
  text-indent: 0;
  margin-right: 12px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .right .list .slide .info ul li.share a:hover {
  color: #fcba0e;
}
#footer .footer-top .right .list .slide:nth-child(1) {
  width: 20%;
}
#footer .footer-top .right .list .slide:nth-child(2) {
  width: 35%;
}
#footer .footer-top .right .list .slide:last-child {
  width: 45%;
}
#footer .footer-bottom {
  text-align: center;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  position: relative;
}
#footer .footer-bottom .ui.container {
  position: static;
}
#footer .footer-bottom #top {
  position: absolute;
  right: 3%;
  top: 30%;
  cursor: pointer;
  cursor: hand;
}
#footer .footer-bottom svg {
  fill: rgba(255, 255, 255, 0.4);
  max-height: 24px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom svg:hover {
  fill: white;
}
#footer .footer-bottom a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom a:hover {
  color: white;
}
#message,#top {
  position: fixed;
  right: 2%;
  bottom: 4%;
  z-index: 21;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#message:hover,#top:hover {
  opacity: .9;
}
#message {
	margin-bottom:70px;
}
@media screen and (max-width: 1500px) {
  .ui.container {
    width: 1200px;
  }
  #header {
    top: 10px;
  }
  #header .h-top {
    line-height: 70px;
    height: 70px;
  }
  #header .h-top .logo img {
    max-height: 50px;
  }
  #header .h-top .box .info .slide h6 {
    font-size: 14px;
  }
  #header .h-top .box a.link {
    line-height: 46px;
    height: 46px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 20px;
  }
  #banner .box .content h2 {
    font-size: 60px;
  }
  #banner .box .content p {
    font-size: 16px;
  }
  #banner .box .content .play img {
    max-width: 60px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 0 28px;
  }
  #banner .box {
    top: 65%;
  }
  #header.active {
    top: -70px;
  }
  #index-body h2.title {
    font-size: 36px;
  }
  #index-body .text {
    font-size: 16px;
  }
  #index-body .init-1 .list ul li a.img-box {
    height: 300px;
  }
  #index-body .init-1 .list ul li .content {
    padding: 20px 3%;
  }
  #index-body .init-1 .list ul li .content h5 {
    font-size: 20px;
  }
  #index-body .init-1 .list ul li .content p {
    font-size: 14px;
  }
  #index-body .init-1 .list ul li .content a.more {
    font-size: 14px;
  }
  #index-body .init-2 .box .left .list ul li h6 {
    font-size: 22px;
  }
  #index-body .init-2 .box .left .list ul li:before {
    font-size: 14px;
    top: 8px;
  }
  #index-body .init-2 .box .left .list ul li {
    margin-top: 30px;
  }
  #index-body .init-2 .box .right .list ul li a.img-box {
    height: 400px;
  }
  #index-body .init-2 .box .right .btn {
    margin-top: 20px;
  }
  #index-body .init-2 {
    padding: 50px 0;
  }
  #index-body .init-2 .box .left:after {
    height: 220%;
  }
  #index-body .init-3 .box .left .text {
    font-size: 15px;
  }
  #index-body .init-3 .box .left a.more {
    line-height: 40px;
    height: 44px;
    padding: 0 25px;
  }
  #index-body .init-3 .icon-Box {
    max-width: 90%;
  }
  #index-body .init-3 .icon-Box ul li i {
    height: 50px;
    line-height: 50px;
  }
  #index-body .init-3 .icon-Box ul li i img {
    max-height: 100%;
  }
  #index-body .init-3 .icon-Box ul li p {
    font-size: 14px;
  }
  #index-body .init-4 {
    padding: 50px 0;
  }
  #index-body .init-4 .list ul li h6 {
    font-size: 16px;
  }
  #index-body .init-4 .list ul li p {
    font-size: 14px;
  }
  #index-body .init-5 .list ul li h6 {
    font-size: 36px;
  }
  #index-body .init-5 .list ul li p {
    font-size: 14px;
  }
  #index-body .init-5 {
    padding: 80px 0;
  }
  #index-body .init-6 .left .list ul li h6 {
    font-size: 16px;
  }
  #index-body .init-6 .left .list ul li h6 i {
    top: 0;
  }
  #index-body .init-6 .right .list .btn div {
    padding: 15px;
  }
  #index-body .init-6 .right .list ul li a.img-box {
    height: 440px;
  }
  #index-body .init-6 .right:after {
    height: 90%;
  }
  #index-body .init-7:after {
    background-size: 95% auto;
    height: 27%;
  }
  #index-body .init-7 .list ul li a.img-box {
    height: 360px;
  }
  #index-body .init-7 .navList ul li a {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    min-width: 220px;
  }
  #index-body .init-7 {
    padding: 70px 0;
    background-position: center top 70px;
  }
  #index-body .init-9 a.more {
    line-height: 56px;
    height: 56px;
    padding: 0 25px;
    font-size: 16px;
  }
  #footer .footer-top .left {
    padding-left: 3%;
    padding-right: 5%;
  }
  #index-body .init-2 .box .right .list ul li a.img-box h6 {
    font-size: 16px;
  }
  #index-body .init-2 .box .right .btn {
    padding-left: 0;
    margin-left: -26px;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #banner .box {
    top: 50%;
  }
  #banner {
    height: 500px;
  }
  #banner .box .content h2 {
    font-size: 48px;
  }
  #index-body h2.title {
    font-size: 32px;
  }
  #index-body .init-1 .list ul li a.img-box {
    height: 260px;
  }
  #index-body .init-1 .list ul li .content {
    width: 90%;
    margin-left: 5%;
  }
  #index-body .init-2 .box .left .content {
    padding: 0 15px;
  }
  #index-body .init-2 .box .right .list ul li a.img-box h6 {
    font-size: 14px;
    padding: 10px;
  }
  #index-body .init-3 .box .right .img .play {
    max-width: 60px;
  }
  #index-body .init-3 .icon-Box {
    padding: 15px;
  }
  #index-body .init-3 .icon-Box ul li {
    padding: 0 2%;
  }
  #index-body .init-4 .list ul li {
    padding: 0 8%;
  }
  #index-body .init-6 .right .list ul li a.img-box {
    height: 400px;
  }
  #index-body .init-7 .navList ul li {
    padding: 7px;
  }
  #index-body .init-7 .navList ul {
    margin: -7px;
  }
  #index-body .init-7 .list ul li a.img-box h6 {
    width: 80%;
    font-size: 16px;
    padding: 3%;
  }
  #index-body .init-7 .list ul li a.img-box {
    height: 300px;
  }
  #index-body .init-8 .list ul li a.img-box {
    height: 400px;
  }
  #index-body .init-8 .list ul li a.img-box .content h6 {
    font-size: 16px;
  }
  #index-body .init-8 .list ul li a.img-box .content p {
    font-size: 14px;
  }
  #index-body .init-8 .list ul li a.img-box .content time {
    font-size: 14px;
  }
  #index-body .init-8 .list ul li a.img-box .content time img {
    max-width: 18px;
  }
  #index-body .init-8 .dots {
    margin-top: 30px;
  }
  #index-body .init-9 {
    padding: 60px 0;
  }
  #footer .footer-top .left .qr {
    display: none;
  }
  #footer .footer-top .left .text {
    margin-bottom: 0;
  }
  #footer .footer-top .right .list .slide:nth-child(1),
  #footer .footer-top .right .list .slide:nth-child(2) {
    display: none;
  }
  #footer .footer-top .right .list .slide:nth-child(3) {
    width: 100%;
  }
  #footer .footer-top .right {
    margin-top: 10px;
  }
  #footer .footer-top {
    padding: 40px 0;
  }
  #footer .footer-bottom {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #banner .box .content h2 {
    font-size: 36px;
  }
  #banner .box .content p {
    font-size: 14px;
  }
  #banner .box .content .play img {
    max-width: 50px;
  }
  #banner {
    height: 400px;
  }
  #index-body h2.title {
    font-size: 28px;
  }
  #index-body .text {
    font-size: 14px;
  }
  #index-body .init-1 .list ul li a.img-box {
    height: 220px;
  }
  #index-body .init-1 .list ul li .content h5 {
    font-size: 16px;
  }
  #index-body .init-1 .list ul li .content p {
    font-size: 13px;
  }
  #index-body .init-2 .box .left {
    width: 100%;
  }
  #index-body .init-2 .box .right {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  #index-body .init-2 .box .left .content {
    max-width: none;
  }
  #index-body .init-2 .box .left:after {
    display: none;
  }
  #index-body .init-2 .box .right .list ul li {
    padding: 10px;
  }
  #index-body .init-2 .box .right .list ul {
    margin: -10px;
  }
  #index-body .init-2 .box .right .list {
    padding: 0 15px;
  }
  #index-body .init-2 .box .left .list ul li {
    margin-top: 15px;
  }
  #index-body .init-2 .box .left .list ul li h6 {
    font-size: 18px;
  }
  #index-body .init-2 .box .left .list ul li:before {
    top: 4px;
  }
  #index-body .init-3 .box .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-3 .box .right {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .init-3 .box .right .img {
    height: 300px;
  }
  #index-body .init-3 .icon-Box {
    max-width: none;
    margin-top: 0;
  }
  #index-body .init-3 .box .right .img .play {
    top: 50%;
  }
  #index-body .init-6 .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-6 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  #index-body .init-7:after {
    height: 20%;
  }
  #index-body .init-8 .list ul li a.img-box .content {
    bottom: 3%;
  }
  #index-body .init-9 a.more {
    line-height: 48px;
    height: 48px;
    padding: 0 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner {
    height: 340px;
  }
  #index-body .init-3 .icon-Box ul li {
    width: 100%;
    padding: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  #banner .box .content h2 {
    font-size: 28px;
  }
  #banner .box .content p {
    margin: 15px 0;
  }
  #index-body h2.title {
    font-size: 24px;
  }
  #index-body .init-1 {
    padding: 50px 0;
  }
  #index-body .init-5 .list ul li h6 {
    font-size: 28px;
  }
  #index-body .init-5 .list ul li {
    width: 50%;
    padding: 10px;
  }
  #index-body .init-5 .list ul {
    margin: -10px;
  }
  #index-body .init-7 .navList ul li a {
    min-width: auto;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  #index-body .init-7 .navList ul li {
    padding: 3px;
  }
  #index-body .init-7 .navList ul {
    margin: -3px;
  }
  #index-body .init-6 .right .list ul li a.img-box {
    height: 300px;
  }
  #index-body .init-7 .navList {
    margin: 20px 0;
  }
  #index-body .init-7 .progress,
  #index-body .init-7 .btn {
    display: none;
  }
  #index-body .init-7:after {
    background-size: cover;
  }
  #index-body .init-7 .list ul li a.img-box h6 {
    font-size: 14px;
  }
  #index-body .init-8 .list ul li a.img-box .content p {
    font-size: 12px;
  }
  #footer .footer-top .left {
    padding: 0;
    width: 100%;
  }
  #footer .footer-top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #footer .footer-top .right .list .slide h3 {
    margin-bottom: 20px;
  }
  #footer .footer-top .right .list .slide .info ul li {
    font-size: 14px;
  }
  #footer .footer-bottom #top {
    display: none !important;
  }
  #footer .footer-top .left .text {
    font-size: 14px;
    margin-top: 20px;
  }
  #index-body .init-8 .dots li {
    height: 4px;
    width: 20px;
  }
}
.inner-banner {
  height: 600px;
/*   background-size: cover; */
  background-position: center top;
  background-attachment: fixed;
}
.inner-page {
  position: relative;
  z-index: 1;
}
.inner-page .mbxBox {
  display: inline-block;
  width: 100%;
}
.inner-page .mbxBox .box {
  padding: 15px 0;
  border-bottom: #d6d6d6 1px solid;
  display: block;
  position: relative;
}
.inner-page .mbxBox .box .mbx {
  font-weight: 300;
  font-size: 18px;
  display: inline-block;
  line-height: 1.2;
}
.inner-page .mbxBox .box .mbx:before {
  content: "\f015";
  font-family: "FontAwesome";
  color: #fcba0e;
  margin-right: 5px;
}
.inner-page .mbxBox .box .mbx span {
  color: #fcba0e;
}
.inner-page .mbxBox .box .mbx a:hover {
  text-decoration: underline;
}
.inner-page .mbxBox .box .filter {
  float: right;
  cursor: pointer;
  cursor: hand;
}
.inner-page .mbxBox .box .filter ul {
  width: 260px;
  padding: 10px;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  top: 100%;
  background: white;
  z-index: 10;
  display: none;
}
.inner-page .mbxBox .box .filter ul a {
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px #eee dashed;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .mbxBox .box .filter ul a:hover {
  color: white;
  background: #fcba0e;
}
.inner-page h2.title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
}
.inner-page h2.title em {
  color: #fcba0e;
}
.inner-page .text {
  font-size: 16px;
  color: #5b5b5b;
  line-height: 1.8;
  margin-top: 15px;
}
.inner-page .text em {
  font-weight: bold;
}
.inner-page .m-page {
  margin-top: 50px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  line-height: 30px;
  font-size: 16px;
  background: #e5e5e5;
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page span.current,
.inner-page .m-page a:hover {
  background: #7b181d;
  color: white;
}
.about-page {
  background: #eee;
}
.about-page .about-1 {
  padding: 50px 0 140px;
  background: url("../images/about-1-bg.png") right bottom no-repeat;
}
.about-page .about-1 h2 {
  text-transform: uppercase;
}
.about-page .about-1 h5 {
  font-size: 24px;
  color: #404040;
  line-height: 1.4;
  margin: 15px 0;
  font-weight: bold;
}
.about-page .about-1 .iconList {
  padding: 80px 0;
}
.about-page .about-1 .iconList ul li {
  padding: 0 3%;
  text-align: center;
}
.about-page .about-1 .iconList ul li i {
  display: block;
  height: 50px;
  line-height: 50px;
}
.about-page .about-1 .iconList ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-1 .iconList ul li h6 {
  font-family: "Oswald";
  font-size: 48px;
  color: #fcba0e;
  line-height: 1;
  margin: 30px 0 20px;
}
.about-page .about-1 .iconList ul li h6 sub {
  font-size: 33.33333333%;
  color: black;
  vertical-align: baseline;
}
.about-page .about-1 .iconList ul li p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
.about-page .about-1 .img {
  height: 450px;
  position: relative;
  display: block;
  background-position: center center;
  background-size: cover;
}
.about-page .about-1 .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: white;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .img .play img {
  display: block;
  margin: 0 auto 15px;
}
.about-page .about-2 {
  background: #e1e1e1;
}
.about-page .about-2 .left {
  width: 53%;
  vertical-align: middle;
  height: 700px;
  background-size: cover;
  background-position: center center;
}
.about-page .about-2 .right {
  width: 47%;
  vertical-align: middle;
  padding-left: 3%;
  margin-top: -70px;
}
.about-page .about-2 .right .box2 {
  max-width: 700px;
	margin-bottom: -45px;
}
.about-page .about-2 .right .box2 .iconList {
  margin-top: 45px;
}
.about-page .about-2 .right .box2 .iconList ul li {
  padding-left: 80px;
  margin-bottom: 35px;
  position: relative;
}
.about-page .about-2 .right .box2 .iconList ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.about-page .about-2 .right .box2 .iconList ul li h6 {
  font-size: 18px;
  display: block;
  line-height: 1.2;
  font-weight: bold;
}
.about-page .about-2 .right .box2 .iconList ul li p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
	margin-top: 12px;
}
.about-page .about-2 .right .box2 .iconList ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-3 {
  padding: 100px 0 80px;
  text-align: center;
}
.about-page .about-3 .list {
  margin-top: 40px;
}
.about-page .about-3 .list ul {
  margin: -8px;
}
.about-page .about-3 .list ul li {
  padding: 8px;
}
.about-page .about-3 .list ul li .box {
  height: 320px;
  background-size: cover;
  background-position: center center;
  color: black;
  padding: 15% 5% 0;
  text-align: left;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .list ul li .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e6e6e6;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .list ul li .box i {
  position: absolute;
  font-size: 80px;
  font-family: "Oswald";
  right: 5%;
  top: 2%;
  color: rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 1;
}
.about-page .about-3 .list ul li .box h6 {
  font-size: 24px;
  font-weight: bold;
}
.about-page .about-3 .list ul li .box .text {
  margin: 10px 0 15px;
  font-weight: 300;
  opacity: .75;
  color: inherit;
}
.about-page .about-3 .list ul li .box a.link {
  font-size: 18px;
  color: #feaa33;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: bold;
}
.about-page .about-3 .list ul li .box:hover {
  color: white;
}
.about-page .about-3 .list ul li .box:hover a.link {
  color: white;
}
.about-page .about-3 .list ul li .box:hover:after,
.about-page .about-3 .list ul li .box:hover i {
  opacity: 0;
}
.about-page .about-3 .dots {
  margin-top: 50px;
  text-align: center;
}
.about-page .about-3 .dots li {
  margin: 0 12px;
  width: 48px;
  height: 7px;
  background-color: #ccc;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.about-page .about-3 .dots li button {
  display: none;
}
.about-page .about-3 .dots li.slick-active {
  background-color: #fcba0e;
}
.about-page .about-4 {
  padding: 70px 0 50px;
  background: url("../images/about-4-bg.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.about-page .about-4:after {
  content: '';
  width: 100%;
  height: 33%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f5f5f5;
  z-index: -1;
}
.about-page .about-4 .text {
  color: white;
  opacity: .75;
}
.about-page .about-4 a.more {
  line-height: 72px;
  height: 75px;
  padding: 0 40px;
  border: 1px solid #fcba0e;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  margin: 30px auto 70px;
}
.about-page .about-4 a.more i.fa {
  margin-left: 5px;
}
.about-page .about-4 a.more:hover {
  background: #fcba0e;
}
.about-page .about-4 .list {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
.about-page .about-4 .list:after {
  content: '';
  height: 2px;
  width: 200%;
  left: -50%;
  top: 45px;
  background: rgba(255, 255, 255, 0.2);
  z-index: -1;
  position: absolute;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .list ul {
  margin: 0 -20px;
}
.about-page .about-4 .list ul li {
  padding: 0 20px;
  text-align: left;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-4 .list ul li h6 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 80px;
  position: relative;
  margin-left: 15%;
  display: inline-block;
}
.about-page .about-4 .list ul li h6:before {
  content: '';
  width: 2px;
  height: 80px;
  top: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page .about-4 .list ul li h6:after {
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: white;
  margin: 13px auto 0;
  display: block;
}
.about-page .about-4 .list ul li img {
  width: 100%;
}
.about-page .about-4 .list ul li .content {
	background:white;
}
.about-page .about-4 .list ul li .text {
  font-size: 16px;
  padding: 15px;
  line-height: 1.6;
  min-height: 8em;
  margin-top: 0;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 1;
}
.about-page .about-4 .list ul .slick-current li h6:after {
  background: #feaa33;
}
.about-page .about-4 .list ul .slick-current li .text {
  background: #dddddd;
}
.about-page .about-4 .dots {
  display: inline-block;
  float: left;
  margin-top: 30px;
}
.about-page .about-4 .dots li {
  height: 5px;
  width: 40px;
  background: #d7d7d7;
  display: inline-block;
  margin: 0 6px;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-4 .dots li button {
  display: none;
}
.about-page .about-4 .dots li.slick-active {
  background: #fcba0e;
}
.about-page .about-4 .btn {
  float: right;
}
.about-page .about-4 .btn div {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  margin-left: 12px;
  cursor: pointer;
  cursor: hand;
  text-align: center;
  background: #e9e9e9;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .btn div img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.about-page .about-4 .btn div:hover {
  background: #fcba0e;
}
.about-page .about-4 .btn div.prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-5 {
  padding: 70px 0;
  background: white;
}
.about-page .about-5 .top .left {
  vertical-align: middle;
}
.about-page .about-5 .top .right {
  vertical-align: middle;
  text-align: right;
}
.about-page .about-5 .top .right .link {
  margin: -15px;
}
.about-page .about-5 .top .right a {
  display: inline-block;
  vertical-align: middle;
  margin: 15px;
  line-height: 54px;
  height: 54px;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  font-size: 18px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  min-width: 210px;
  text-align: center;
}
.about-page .about-5 .top .right a:hover,
.about-page .about-5 .top .right a.active {
  background: #fcba0e;
  border-color: #fcba0e;
}
.about-page .about-5 .bottom {
  margin-top: 50px;
}
.about-page .about-5 .bottom ul {
  margin: -10px;
}
.about-page .about-5 .bottom ul li {
  padding: 10px;
}
.about-page .about-5 .bottom ul li img {
  display: block;
  width: 100%;
}
.about-page .about-5 .dots {
  margin-top: 60px;
  text-align: center;
}
.about-page .about-5 .dots li {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin: 0 15px;
  display: inline-block;
  vertical-align: middle;
  background: #dfdfdf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-5 .dots li button {
  display: none;
}
.about-page .about-5 .dots li:hover,
.about-page .about-5 .dots li.slick-active {
  background: #feaa33;
}
.about-page .about-6 {
  padding: 60px 0 100px;
  background: #f5f5f5;
  text-align: center;
}
.about-page .about-6 .box {
  margin-top: 25px;
  background: #eaeaea;
  text-align: left;
}
.about-page .about-6 .box .left {
  width: 40%;
  vertical-align: middle;
  padding: 0 2%;
}
.about-page .about-6 .box .left h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.about-page .about-6 .box .left .text {
  font-weight: 300;
  margin-top: 10px;
}
.about-page .about-6 .box .left a.more {
    line-height: 50px;
    height: 50px;
    padding: 0 30px;
	background:#fcba0e;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
	color:white;
	margin-top:20px;
}
.about-page .about-6 .box .left a.more:hover {
	background:#222;
}
.about-page .about-6 .box .right {
  vertical-align: middle;
  width: 60%;
  height: 540px;
  background-size: cover;
  background-position: center center;
}
.about-page .about-6 .list {
  margin-top: 20px;
}
.about-page .about-6 .list ul {
  margin: -10px;
}
.about-page .about-6 .list ul li {
  padding: 10px;
}
.about-page .about-6 .list ul li a.img-box {
  height: 260px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.about-page .about-6 .list ul li a.img-box h6 {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 5%;
  background: rgba(254, 170, 51, 0.7);
  font-size: 18px;
  max-width: 90%;
}
.about-page .about-7 {
  padding: 70px 0;
  background: white;
}
.about-page .about-7 .box {
  padding: 90px 5% 70px;
  background-size: cover;
  background-position: center center;
}
.about-page .about-7 .box h2.title {
  color: black;
  text-transform: uppercase;
  line-height: 1.2;
}
.about-page .about-7 .box .text {
  margin-top: 15px;
  margin-bottom: 25px;
}
.about-page .about-7 .box a.more {
  line-height: 60px;
  height: 62px;
  padding: 0 50px;
  border: 1px solid #fcba0e;
  font-size: 16px;
  color: #454545;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.about-page .about-7 .box a.more:hover {
  background: #fcba0e;
  color: white;
}
.contact-page {
  background: #f4f4f4;
}
.contact-page .contact-1 {
  padding: 110px 0;
  text-align: center;
}
.contact-page .contact-1 span.tag {
  display: block;
  color: #e5e5e5;
  font-size: 90px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact-page .contact-1 .list {
  margin-top: 80px;
}
.contact-page .contact-1 .list ul {
  margin: -15px;
}
.contact-page .contact-1 .list ul li {
  padding: 15px;
}
.contact-page .contact-1 .list ul li dl {
  position: relative;
  text-align: left;
}
.contact-page .contact-1 .list ul li dl:after {
  content: '';
  width: 1px;
  height: 80%;
  background: #dbdbdb;
  right: 0;
  bottom: 0;
  position: absolute;
}
.contact-page .contact-1 .list ul li dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}
.contact-page .contact-1 .list ul li dl dd {
  margin-bottom: 15px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
  padding-left: 45px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .list ul li dl dd i {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-page .contact-1 .list ul li dl dd:hover {
  color: #fcba0e;
}
.contact-page .contact-1 .list ul li dl dd:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .list ul li:last-child dl:after {
  display: none;
}
.contact-page .contact-2 {
  text-align: center;
  padding-bottom: 120px;
}
.contact-page .contact-2 .text {
  max-width: 830px;
  margin: 15px auto 50px;
}
.contact-page .contact-2 .list {
  margin-top: 90px;
}
.contact-page .contact-2 .list ul li {
  padding: 0 4%;
}
.contact-page .contact-2 .list ul li i {
  display: block;
  line-height: 75px;
  height: 75px;
}
.contact-page .contact-2 .list ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-2 .list ul li h6 {
  font-size: 18px;
  color: black;
  line-height: 1;
  margin: 15px 0 10px;
}
.contact-page .contact-2 .list ul li p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 300;
}
.contact-page .contact-3 {
  padding: 130px 0 100px;
  background: white;
}
.contact-page .contact-3 .box {
  background: #f4f4f4;
}
.contact-page .contact-3 .box .left {
  height: 850px;
  background-size: cover;
  background-position: center center;
  width: 45%;
  vertical-align: middle;
}
.contact-page .contact-3 .box .right {
  width: 55%;
  padding: 0 3%;
  vertical-align: middle;
}
.contact-page .contact-3 .box .right .text {
  margin: 20px 0;
}
.contact-page .contact-3 .box .right .form ul {
  margin: -8px;
}
.contact-page .contact-3 .box .right .form ul li {
  padding: 8px;
}
.contact-page .contact-3 .box .right .form ul li label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 5px;
}
.contact-page .contact-3 .box .right .form ul li input,
.contact-page .contact-3 .box .right .form ul li textarea {
  width: 100%;
  line-height: 26px;
  padding: 10px;
  border: 1px solid #adadad;
  background: none;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-3 .box .right .form ul li input:focus,
.contact-page .contact-3 .box .right .form ul li textarea:focus {
  border-color: #fcba0e;
}
.contact-page .contact-3 .box .right .form ul li textarea {
  height: 100px;
}
.contact-page .contact-3 .box .right .form ul li input[type="submit"] {
  padding: 10px 50px;
  width: auto;
  display: inline-block;
  float: right;
  font-size: 16px;
  border-color: #fcba0e;
}
.contact-page .contact-3 .box .right .form ul li input[type="submit"]:hover {
  background: #fcba0e;
  color: white;
}
.contact-page .contact-3 .box .right .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-4 {
  padding-bottom: 90px;
  background: white;
}
.news-page {
  background: #f4f4f4;
}
.news-page .news-1 {
  padding: 85px 0 50px;
}
.news-page .news-1 .sideLeft {
  width: 25%;
  padding-right: 1%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.news-page .news-1 .sideLeft .sideBox {
  background: #e2e2e2;
  padding: 30px 20px;
}
.news-page .news-1 .sideLeft .sideBox h3 {
  font-weight: bold;
  font-size: 32px;
/*   line-height: 1.4; */
}
.news-page .news-1 .sideLeft .sideBox form {
  position: relative;
  margin: 45px 0;
}
.news-page .news-1 .sideLeft .sideBox form input {
  height: 40px;
  line-height: 40px;
  background: white;
  padding: 0 10px;
  width: 80%;
  font-weight: 300;
  font-size: 16px;
  border: none;
}
.news-page .news-1 .sideLeft .sideBox form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.news-page .news-1 .sideLeft .sideBox form input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.news-page .news-1 .sideLeft .sideBox form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.news-page .news-1 .sideLeft .sideBox form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.news-page .news-1 .sideLeft .sideBox form input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.news-page .news-1 .sideLeft .sideBox form input[type="submit"] {
  width: 18%;
  float: right;
  padding: 0;
  background: #fcba0e url("../images/icon-search.png") center center no-repeat;
}
.news-page .news-1 .sideLeft .sideBox .navList ul li {
  padding: 20px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
/*   font-weight: bold; */
  opacity: .7;
  border-bottom: 1px #b5b5b5 dashed;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .sideLeft .sideBox .navList ul li a:before {
  content: '';
  width: 2em;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
/*   background: black; */
	position:absolute;
	left:0;
	top:.7em;
}
.news-page .news-1 .sideLeft .sideBox .navList ul li a {
	display:block;
/* 	padding-left:2.5em; */
	position:relative;
}
.news-page .news-1 .sideLeft .sideBox .navList ul li:hover,
.news-page .news-1 .sideLeft .sideBox .navList ul li.active {
  opacity: 1;
}
.news-page .news-1 .sideRight {
  width: 75%;
}
.news-page .news-1 .sideRight .list ul li {
  margin-bottom: 45px;
}
.news-page .news-1 .sideRight .list ul li .box {
  background: #e7e7e7;
}
.news-page .news-1 .sideRight .list ul li .box .left {
  width: 40%;
  vertical-align: middle;
}
.news-page .news-1 .sideRight .list ul li .box .left a.img-box {
  height: 290px;
}
.news-page .news-1 .sideRight .list ul li .box .right {
  width: 60%;
  padding: 0 3%;
  vertical-align: middle;
}
.news-page .news-1 .sideRight .list ul li .box .right time {
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  opacity: .8;
  display: block;
  margin-bottom: 5px;
}
.news-page .news-1 .sideRight .list ul li .box .right time i.fa {
  margin-right: 5px;
}
.news-page .news-1 .sideRight .list ul li .box .right h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .sideRight .list ul li .box .right h4:hover {
  color: #fcba0e;
}
.news-page .news-1 .sideRight .list ul li .box .right p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
  margin: 10px 0 15px;
}
.news-page .news-1 .sideRight .list ul li .box .right a.more {
  line-height: 46px;
  height: 46px;
  padding: 0 26px;
  border: 1px solid #fcba0e;
  font-weight: 300;
  font-size: 16px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .sideRight .list ul li .box .right a.more:hover {
  background: #fcba0e;
  color: white;
}
.news-page .news-1 .sideRight .list ul li:last-child {
  margin-bottom: 0;
}
.news-page .newsdet {
  padding: 45px 3%;
  background: #efefef;
}
.news-page .newsdet h1 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
}
.news-page .newsdet time {
  display: block;
  font-weight: 300;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  font-style: italic;
  margin: 25px 0;
}
.news-page .newsdet .content {
  padding: 35px 0;
  border-top: 1px #bfbfbf dashed;
  border-bottom: 1px #bfbfbf dashed;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
}
.news-page .newsdet .m-link a {
  margin-top: 15px;
  display: block;
  padding-left: 5em;
  font-weight: 300;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
}
.news-page .newsdet .m-link a span {
  position: absolute;
  left: 0;
  top: 0;
  color: black;
  font-weight: normal;
}
.news-page.newdet-page + .about-page .about-7 {
  background: #f4f4f4;
}
.product-yd-page {
  background: #f4f4f4;
}
.product-yd-page .product-yd-1 {
  padding: 60px 0 40px;
  background: url("../images/product-yd-1-bg.jpg") center top no-repeat;
  text-align: center;
}
.product-yd-page .product-yd-1 .text {
  max-width: 870px;
  margin: 25px auto 90px;
}
.product-yd-page .product-yd-1 .navList ul {
  margin: -4%;
}
.product-yd-page .product-yd-1 .navList ul li {
  padding: 4%;
	vertical-align:bottom;
}
.product-yd-page .product-yd-1 .navList ul li .box {
  position: relative;
}
.product-yd-page .product-yd-1 .navList ul li .box h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  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;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-yd-1 .navList ul li .box h6 a {
  padding-left: 10px;
  padding-right: 10%;
  position: relative;
}
.product-yd-page .product-yd-1 .navList ul li .box h6 a i {
  width: 25px;
  height: 12px;
  background: url("../images/icon-product-yd-right.png") center center no-repeat;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  position: absolute;
  right: 0;
  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;
}
.product-yd-page .product-yd-1 .navList ul li .box dl {
  padding: 10px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  background: #f4f4f4;
  z-index: 3;
  width: 100%;
}
.product-yd-page .product-yd-1 .navList ul li .box dl dd {
  padding: 6px;
  border-bottom: 1px #d5d5d5 dashed;
  font-size: 14px;
  color: rgba(23, 23, 23, 0.9);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
	text-transform: capitalize;
}
.product-yd-page .product-yd-1 .navList ul li .box dl dd:hover {
  color: #fcba0e;
}
.product-yd-page .product-yd-1 .navList ul li .box:hover h6 {
  border-color: #fcba0e;
}
.product-yd-page .product-yd-1 .navList ul li .box:hover h6 a i {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.product-yd-page .product-yd-1 .navList ul li .box:hover dl {
  display: block;
}
.product-yd-page .product-yd-2 ul li .top {
  padding: 80px 0 160px;
  background-size: cover;
  background-position: center center;
  display: block;
  color: white;
}
.product-yd-page .product-yd-2 ul li .top .w-40 {
  width: 40%;
}
.product-yd-page .product-yd-2 ul li .top h2.title {
  color: inherit;
}
.product-yd-page .product-yd-2 ul li .top .text {
  color: rgba(255, 255, 255, 0.75);
  margin: 20px 0 25px;
  font-weight: 300;
}
.product-yd-page .product-yd-2 ul li .top a.more {
  line-height: 55px;
  height: 55px;
  padding: 0 40px;
  border: 1px solid #fcba0e;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.product-yd-page .product-yd-2 ul li .top a.more:hover {
  background: #fcba0e;
}
.product-yd-page .product-yd-2 ul li .bottom .box {
  padding: 3% 5%;
  background: #f0f0f0;
  -o-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.15);
  top: -100px;
  position: relative;
}
.product-yd-page .product-yd-2 ul li .bottom .box .list {
  overflow: hidden;
}
.product-yd-page .product-yd-2 ul li .bottom .box .list ul {
  margin: 0 -100px;
  position: static !important;
}
.product-yd-page .product-yd-2 ul li .bottom .box .list ul li {
  padding: 0 100px;
  text-align: center;
}
.product-yd-page .product-yd-2 ul li.two .bottom .box .list ul {
	margin:0 -30px;
}
.product-yd-page .product-yd-2 ul li.two .bottom .box .list ul li {
	padding:0 30px;
}
.product-yd-page .product-yd-2 ul li .bottom .box .list ul li a.img-box {
  height: 290px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
}
.product-yd-page .product-yd-2 ul li.two .bottom .box .list ul li a.img-box {
	height:400px;
}
.product-yd-page .product-yd-2 ul li.two .bottom .box .list ul li h6 {
	margin-top:-1em;
	position:relative;
	z-index:1;
}
.product-yd-page .product-yd-2 ul li .bottom .box .list ul li h6 {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
	text-transform: capitalize;
  line-height: 1.8;
}
.product-yd-page .product-yd-2 ul li .bottom .box .list ul .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background-color: #f0f0f0;
  color: transparent;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
  z-index: 1;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-yd-2 ul li .bottom .box .list ul .slick-arrow:after {
  content: '';
  font-family: "FontAwesome";
  font-size: 18px;
  color: black;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-yd-2 ul li .bottom .box .list ul .slick-arrow.slick-prev {
  left: 1%;
}
.product-yd-page .product-yd-2 ul li .bottom .box .list ul .slick-arrow.slick-prev:after {
  content: "\f104";
}
.product-yd-page .product-yd-2 ul li .bottom .box .list ul .slick-arrow.slick-next {
  right: 1%;
}
.product-yd-page .product-yd-2 ul li .bottom .box .list ul .slick-arrow.slick-next:after {
  content: "\f105";
}
.product-yd-page .product-yd-2 ul li .bottom .box .list ul .slick-arrow:hover {
  background-color: #fcba0e;
}
.product-yd-page .product-yd-2 ul li .bottom .box .list ul .slick-arrow:hover:after {
  color: white;
}
.product-yd-page .product-yd-2 ul li .bottom .box .dots {
  margin-top: 35px;
  text-align: center;
}
.product-yd-page .product-yd-2 ul li .bottom .box .dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #b9b9b9;
  cursor: pointer;
  cursor: hand;
}
.product-yd-page .product-yd-2 ul li .bottom .box .dots li button {
  display: none;
}
.product-yd-page .product-yd-2 ul li .bottom .box .dots li.slick-active {
  background-color: #fcba0e;
}
.product-yd-page + .about-page .about-7 {
  background-color: #f4f4f4;
}
.product-page .product-yd-1 {
  background: white;
}
.product-page .product-yd-1 h2.title {
  font-size: 36px;
}
.product-page .product-yd-1 .text {
  max-width: none;
}
.product-page .product-yd-1 .navList ul li .box dl {
  background: white;
}
.product-page .optionsList {
	margin-top:50px;
}
.product-page .optionsList ul li {
	font-size:22px;
	font-weight:bold;
	margin-right:5%;
	display:inline-block;
	vertical-align:middle;
	font-family: "Oswald";
}
.product-page .optionsList ul li.current-cat {
	color:#7b181d;
}
.product-page .product-1 {
  padding: 80px 0 60px;
}
.product-page .product-1 .list ul {
  margin: -30px -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .product-1 .list ul li {
  padding: 30px 20px;
}
.product-page .product-1 .list ul li .box {
  background: white;
  padding: 40px 20px;
  text-align: center;
	height:100%;
}
.product-page .product-1 .list ul li .box a.img-box {
  height: 210px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: inherit;
}
.product-page .product-1 .list ul li .box a.img-box.cover {
	background-size:cover;
}
.product-page .product-1 .list ul li .box h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 10px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
	height:2.8em;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
	text-transform: capitalize;
}
.product-page .product-1 .list ul li .box h6:hover {
  color: #fcba0e;
}
.product-page .product-1 .list ul li .box .text {
  padding: 20px 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  opacity: .7;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 0;
  text-align: left;
}
.product-page .product-1 .list ul li .box .text span {
  float: right;
}
.product-page .product-1 .list ul li .box a.more {
  margin: 20px auto 0;
  display: inline-block;
  line-height: 44px;
  height: 44px;
  padding: 0 28px;
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
  border: 1px solid #fcba0e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-1 .list ul li .box a.more:hover {
  color: white;
  background-color: #fcba0e;
}
.prodet-page .prodet-1 {
  padding: 80px 0;
}
.prodet-page .prodet-1 .left {
  width: 36%;
}
.prodet-page .prodet-1 .left h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
}
.prodet-page .prodet-1 .left .info {
  margin-top: 30px;
}
.prodet-page .prodet-1 .left .info ul li {
  margin-bottom: 25px;
  padding-left: 75px;
  position: relative;
}
.prodet-page .prodet-1 .left .info ul li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 10px;
  max-width: 70px;
}
.prodet-page .prodet-1 .left .info ul li p {
  font-size: 18px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
}
.prodet-page .prodet-1 .left .info ul li span {
  display: block;
  font-size: 30px;
  color: #fcba0e;
  line-height: 1.2;
  margin-top: 5px;
}
.prodet-page .prodet-1 .left .info ul li:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-1 .right {
  width: 63%;
  padding-left: 2%;
}
.prodet-page .prodet-1 .right .box2 {
  position: relative;
}
.prodet-page .prodet-1 .right .list ul li img {
  width: 100%;
}
.prodet-page .prodet-1 .right .btn {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  text-align: center;
  z-index: 1;
}
.prodet-page .prodet-1 .right .btn div {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 100%;
  border: 1px solid #e7e7e7;
  margin: 0 7px;
  text-align: center;
  font-size: 18px;
  color: #999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-1 .right .btn div:hover {
  color: white;
  border-color: #fcba0e;
  background-color: #fcba0e;
}
.prodet-page .prodet-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  z-index: 2;
}
.prodet-page .prodet-2 .block {
  position: relative;
}
.prodet-page .prodet-2 .box {
  width: 100%;
  line-height: 80px;
  height: 80px;
  background-color: #555;
  position: absolute;
  top: -30px;
}
.prodet-page .prodet-2 .box ul {
  float: left;
}
.prodet-page .prodet-2 .box ul li {
  padding: 0 40px;
  position: relative;
  font-size: 18px;
  color: white;
  float: left;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .box ul li:after {
  content: '';
  height: 60%;
  width: 1px;
  background-color: #777777;
  position: absolute;
  left: 100%;
  top: 20%;
}
.prodet-page .prodet-2 .box ul li:last-child:after {
  display: none;
}
.prodet-page .prodet-2 .box ul li:hover,
.prodet-page .prodet-2 .box ul li.active {
  background-color: #fcba0e;
}
.prodet-page .prodet-2 .box a.more {
  float: right;
  font-size: 18px;
  color: #fcba0e;
  margin-right: 2.1%;
}
.prodet-page .prodet-3 {
  padding: 90px 0;
  background-color: #f4f4f4;
}
.prodet-page .prodet-3 .content {
  font-weight: 300;
  font-size: 18px;
  margin: 25px 0 35px;
}
.prodet-page .prodet-3 .img {
  height: 390px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.prodet-page .prodet-3 .img .play {
  cursor: pointer;
  cursor: hand;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.prodet-page .prodet-4 {
	background: #25222d url('../images/3d_bg_06.jpg') center bottom;
	background-size:cover;
  padding: 80px 0;
  color: white;
  text-align: center;
	
}
.prodet-page .prodet-4 h2.title {
  color: inherit;
}
.prodet-page .prodet-4 iframe {
  margin: 50px auto 0;
  height: 600px;
  border: none;
  width: 100%;
	max-width:1200px;
	display:block;
}
.prodet-page .prodet-4 .tip {
	text-align:center;
	font-size:18px;
	line-height:1.6;
}
.prodet-page .prodet-4 .tip img {
	display:block;
	margin:0 auto 15px;
}
.prodet-page .prodet-5 {
  padding: 90px 0;
  text-align: center;
  background: #f4f4f4;
}
.prodet-page .prodet-5 .box {
  position: relative;
  display: inline-block;
  margin: 18px auto 0;
}
.prodet-page .prodet-5 .box ul li {
  position: absolute;
}
.prodet-page .prodet-5 .box ul li i {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 100%;
  background: #fcba0e;
  color: black;
  text-align: center;
  display: block;
  font-size: 36px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-5 .box ul li i:after {
  content: '+';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.prodet-page .prodet-5 .box ul li h6 {
  font-size: 18px;
  line-height: 1.6;
  width: 170px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.prodet-page .prodet-5 .box ul li h6:after {
  content: '';
  height: 120px;
  border-left: 2px #c2c2c2 dashed;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.prodet-page .prodet-5 .box ul li .content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 700px;
  max-height: 70%;
  overflow: auto;
  background: white;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  display: none;
  max-width: 90%;
}
.prodet-page .prodet-5 .box ul li .content span.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-5 .box ul li .content span.close:after,
.prodet-page .prodet-5 .box ul li .content span.close:before {
  content: '';
  width: 100%;
  height: 2px;
  background: black;
  position: absolute;
  top: 50%;
  left: 0;
}
.prodet-page .prodet-5 .box ul li .content span.close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.prodet-page .prodet-5 .box ul li .content span.close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.prodet-page .prodet-5 .box ul li .content h5 {
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  background: #eee;
}
.prodet-page .prodet-5 .box ul li .content .text {
  font-weight: 300;
  font-size: 16px;
  padding: 15px;
  margin: 0;
}
.prodet-page .prodet-5 .box ul li.top h6 {
  bottom: 140px;
}
.prodet-page .prodet-5 .box ul li.top h6:after {
  top: 100%;
}
.prodet-page .prodet-5 .box ul li.bottom h6 {
  top: 140px;
}
.prodet-page .prodet-5 .box ul li.bottom h6:after {
  bottom: 100%;
}
.prodet-page .prodet-6 {
  padding: 80px 0 70px;
  text-align: center;
}
.prodet-page .prodet-6 .list ul {
  margin: -30px;
}
.prodet-page .prodet-6 .list ul li {
  padding: 30px;
}
.prodet-page .prodet-6 .list ul li i {
  display: block;
  height: 90px;
  line-height: 90px;
}
.prodet-page .prodet-6 .list ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-6 .list ul li h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  margin: 15px 0 10px;
}
.prodet-page .prodet-6 .list ul li p {
  display: block;
  font-weight: 300;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.6;
}
.prodet-page .prodet-7 {
  padding-bottom: 100px;
  background: url("../images/prodet-7-bg.jpg") center center;
  background-size: cover;
  color: white;
  margin-top: 35px;
}
.prodet-page .prodet-7 .left {
  width: 45%;
  vertical-align: middle;
  padding-right: 2%;
  text-align: right;
}
.prodet-page .prodet-7 .left .box2 {
  max-width: 600px;
  display: block;
  margin-left: auto;
  text-align: left;
}
.prodet-page .prodet-7 .left .text {
  margin: 25px 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  font-weight: 300;
}
.prodet-page .prodet-7 .left .list ul {
  margin: -7px;
}
.prodet-page .prodet-7 .left .list ul li {
  padding: 7px;
}
.prodet-page .prodet-7 .left .list ul li a.img-box {
  border: 1px solid #5e5e60;
  height: 110px;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
	cursor:default;
}
.prodet-page .prodet-7 .left .list ul li a.img-box:after {
  display: none;
}
/* .prodet-page .prodet-7 .left .list ul li a.img-box:hover,
.prodet-page .prodet-7 .left .list ul li a.img-box.active {
  background-color: #fcba0e;
  border-color: #fcba0e;
} */
.prodet-page .prodet-7 .right {
  width: 55%;
  vertical-align: middle;
  position: relative;
  margin-top: -35px;
}
.prodet-page .prodet-7 .right img {
  width: 100%;
}
.prodet-page .prodet-7 .right .btn {
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 1;
}
.prodet-page .prodet-7 .right .btn div {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 100%;
  border: 1px solid #e7e7e7;
  margin: 0 7px;
  text-align: center;
  font-size: 18px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-7 .right .btn div:hover {
  color: white;
  border-color: #fcba0e;
  background-color: #fcba0e;
}
.prodet-page .prodet-8 {
  padding: 80px 0 40px;
  background: #e9e9e9;
  text-align: center;
}
.prodet-page .prodet-8 .content {
  margin: 40px 0 20px;
  font-size: 16px;
  line-height: 1.6;
  max-height: 600px;
  overflow: hidden;
}
.prodet-page .prodet-8 .content table tr:nth-child(odd) {
  background: #c3c3c3 !important;
}
.prodet-page .prodet-8 .content table tr:nth-child(even) {
  background: #d3d3d3 !important;
}
.prodet-page .prodet-8 .content table tr td {
  padding: 15px;
  border: none;
	word-break: initial;
}
.prodet-page .prodet-8 .content.active {
  max-height: none;
}
.prodet-page .prodet-8 .down {
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-9 {
  padding: 70px 0 110px;
  background: #f5f5f5;
}
.prodet-page .prodet-9 .list {
  margin-top: 35px;
}
.prodet-page .prodet-9 .list ul {
  margin: -15px;
}
.prodet-page .prodet-9 .list ul .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-9 .list ul li {
  padding: 15px;
}
.prodet-page .prodet-9 .list ul li .box {
  background: white;
  padding: 40px 20px;
  text-align: center;
}
.prodet-page .prodet-9 .list ul li .box a.img-box {
  height: 210px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: inherit;
}
.prodet-page .prodet-9 .list ul li .box h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 10px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
	height:2.8em;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.prodet-page .prodet-9 .list ul li .box h6:hover {
  color: #fcba0e;
}
.prodet-page .prodet-9 .list ul li .box .text {
  padding-top: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  opacity: .7;
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  text-align: left;
}
.prodet-page .prodet-9 .list ul li .box .text span {
  float: right;
}
.service-page {
  background: #f9f9f9;
}
.service-page span.tag {
  font-size: 160px;
  font-weight: bold;
  line-height: .7;
  opacity: .05;
  margin-bottom: -50px;
  display: block;
}
.service-page a.more {
  line-height: 55px;
  height: 55px;
  padding: 0 50px;
  border: 1px solid #fcba0e;
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.service-page a.more:hover {
  color: white;
  background: #fcba0e;
}
.service-page .service-1 {
  padding: 35px 0 100px;
  text-align: center;
}
.service-page .service-1 .text {
  margin: 15px auto 60px;
  font-weight: 300;
}
.service-page .service-2 .top {
  padding: 90px 0 120px;
  background-size: cover;
  background-position: center center;
}
.service-page .service-2 .bottom .box {
  margin-top: -60px;
  background: #eee;
}
.service-page .service-2 .bottom .box .left {
  width: 45%;
  vertical-align: middle;
  padding: 0 2%;
  margin-bottom: 70px;
}
.service-page .service-2 .bottom .box .left .text {
  margin: 25px 0;
  font-weight: 300;
}
.service-page .service-2 .bottom .box .right {
  width: 55%;
  vertical-align: middle;
  position: relative;
}
.service-page .service-2 .bottom .box .right .list ul li {
  height: 550px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.service-page .service-2 .bottom .box .right .btn {
  position: absolute;
  right: 105%;
  bottom: 5%;
  z-index: 1;
  white-space: nowrap;
}
.service-page .service-2 .bottom .box .right .btn div {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 100%;
  border: 1px solid #d8d8d8;
  margin: 0 7px;
  text-align: center;
  font-size: 18px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  cursor: hand;
}
.service-page .service-2 .bottom .box .right .btn div:hover {
  color: white;
  border-color: #fcba0e;
  background-color: #fcba0e;
}
.service-page .service-3 {
  padding: 65px 0;
}
.service-page .service-3 .list {
  text-align: center;
}
.service-page .service-3 .list ul {
  margin: -10px;
}
.service-page .service-3 .list ul li {
  padding: 10px;
}
.service-page .service-3 .list ul li img {
  display: block;
  margin: 0 auto;
}
.service-page .service-4 {
  padding: 150px 0 210px;
  background-size: cover;
  background-position: center center;
  color: white;
}
.service-page .service-4 h2.title {
  color: inherit;
}
.service-page .service-5 {
  padding-bottom: 70px;
}
.service-page .service-5 .slide {
  margin-bottom: 150PX;
}
.service-page .service-5 .slide:last-child {
  margin-bottom: 0;
}
.service-page .service-5 .slide .left {
  background: #e2e2e2;
  width: 45%;
  padding: 50px 2% 70px;
  position: relative;
  z-index: 1;
}
.service-page .service-5 .slide .left h2.title {
  line-height: 1.4;
}
.service-page .service-5 .slide .left .text {
  margin: 35px 0;
  font-weight: 300;
}
.service-page .service-5 .slide .right {
  width: 60%;
  margin-left: -5%;
  position: relative;
  z-index: 0;
  margin-top: -55px;
}
.service-page .service-5 .slide .right a.img-box {
  height: 530px;
}
.service-page .service-5 .slide:nth-child(even) .left {
  left: 55%;
  vertical-align: middle;
}
.service-page .service-5 .slide:nth-child(even) .left:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: inherit;
  z-index: -1;
}
.service-page .service-5 .slide:nth-child(even) .left:after {
  content: '';
  width: 306px;
  height: 205px;
  background: url("../images/service-5-icon.png") center center no-repeat;
  position: absolute;
  z-index: -2;
  left: 80%;
  top: -15%;
}
.service-page .service-5 .slide:nth-child(even) .right {
  left: -40%;
  margin-right: -5%;
  vertical-align: middle;
}
.service-page .service-5 .slide:nth-child(4) {
  padding-top: 120px;
}
.service-page .service-5 .slide:nth-child(4) .right {
  margin-top: -140px;
}
.service-page .service-5 .slide:nth-child(4) .right .img-box {
  height: 600px;
}
.service-page + .about-page .about-7 {
  background: #eee;
  position: relative;
  z-index: 1;
}
.service-page + .about-page .about-7:after {
  content: '';
  width: 100%;
  height: 40%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background: #f9f9f9;
}
.solution-page a.more {
  line-height: 55px;
  height: 55px;
  padding: 0 50px;
  border: 1px solid #fcba0e;
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.solution-page a.more:hover {
  color: white;
  background: #fcba0e;
}
.solution-page .solution-1 {
  padding-top: 30px;
  text-align: center;
}
.solution-page .solution-1 .text {
  margin: 20px auto;
  max-width: 860px;
  font-weight: 300;
}
.solution-page .solution-1 .box {
  margin-top: 120px;
}
.solution-page .solution-1 .box .slide {
  margin-top: 100px;
}
.solution-page .solution-1 .box .slide:first-child {
  margin-top: 0;
}
.solution-page .solution-1 .box .slide .box2 .left {
  vertical-align: middle;
  margin-bottom: -90px;
  position: relative;
}
.solution-page .solution-1 .box .slide .box2 .left a.img-box {
  height: 470px;
}
.solution-page .solution-1 .box .slide .box2 .right {
  vertical-align: middle;
  padding: 0 3%;
  text-align: left;
  position: relative;
}
.solution-page .solution-1 .box .slide .box2 .right h4 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
.solution-page .solution-1 .box .slide .box3 {
  padding: 80px 0 50px;
  background: url("../images/solution-1-bg.jpg") center center;
  background-size: cover;
}
.solution-page .solution-1 .box .slide .box3 .btn {
  margin: 0 -7px;
  text-align: right;
}
.solution-page .solution-1 .box .slide .box3 .btn div {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 100%;
/*   border: 1px solid #fff; */
  margin: 0 7px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  cursor: hand;
	position:absolute;
	top:40%;
	z-index:1;
	background:#fcba0e;
}
.solution-page .solution-1 .box .slide .box3 .btn div.prev {
	left:-4%;
}
.solution-page .solution-1 .box .slide .box3 .btn div.next {
	right:-4%;
}
.solution-page .solution-1 .box .slide .box3 .btn div:hover {
  color: white;
  border-color: #fcba0e;
  background-color: #fcba0e;
}
.solution-page .solution-1 .box .slide .box3 .list {
  margin-top: 50px;
}
.solution-page .solution-1 .box .slide .box3 .list ul {
  margin: -20px;
}
.solution-page .solution-1 .box .slide .box3 .list ul li {
  padding: 20px;
}
.solution-page .solution-1 .box .slide .box3 .list ul li a.img-box {
  height: 300px;
}
.solution-page .solution-1 .box .slide .box3 .list ul li h6 {
  font-size: 18px;
  color: white;
  text-align: center;
  display: block;
  margin-top: 20px;
}
.solution-page .solution-1 .box .slide:nth-child(even) .box2 .left {
  left: 50%;
}
.solution-page .solution-1 .box .slide:nth-child(even) .box2 .right {
  left: -50%;
}
.solution-page .solution-1 .box .slide:nth-child(even) .box3 .btn {
  text-align: left;
}
.solution-page .solution-2 {
  padding: 90px 0 80px;
  text-align: center;
  background: url("../images/solution-2-bg.jpg") center top no-repeat #f6f6f6;
  background-size: 100% auto;
}
.solution-page .solution-2 .text {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}
.solution-page .solution-2 .list {
  margin-top: 45px;
}
.solution-page .solution-2 .list ul {
  margin: -30px;
}
.solution-page .solution-2 .list ul li {
  padding: 30px;
  position: relative;
}
.solution-page .solution-2 .list ul li:after {
  content: '';
  width: 104px;
  height: 12px;
  background: url("../images/icon-solution-2.png") center center no-repeat;
  position: absolute;
  left: 100%;
  top: 25%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.solution-page .solution-2 .list ul li i {
  display: block;
  position: relative;
}
.solution-page .solution-2 .list ul li h6 {
  margin: 40px 0 10px;
  font-size: 18px;
  font-weight: normal;
}
.solution-page .solution-2 .list ul li p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.75);
}
.solution-page .solution-2 .list ul li:last-child:after {
  display: none;
}
.solution-page .solution-3 {
  padding: 65px 0 100px;
  background: #e9e9e9;
}
.solution-page .solution-3 .list {
  margin-top: 45px;
}
.solution-page .solution-3 .list ul {
  margin: -17px;
}
.solution-page .solution-3 .list ul li {
  padding: 17px;
}
.solution-page .solution-3 .list ul li .box {
  background-color: #eee;
}
.solution-page .solution-3 .list ul li a.img-box {
  height: 260px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
}
.solution-page .solution-3 .list ul li h6 {
  padding: 10px;
  font-size: 16px;
  color: #1e1e1e;
  line-height: 1.6;
  text-align: center;
}
.solution-list-page {
  background-color: #fafafa;
}
.solution-list-page .solution-list-1 {
  padding: 50px 0 90px;
  text-align: center;
}
.solution-list-page .solution-list-1 .text {
  margin: 20px auto 50px;
  max-width: 1000px;
  font-weight: 300;
}
.solution-list-page .solution-list-1 .list {
  overflow: hidden;
}
.solution-list-page .solution-list-1 .list ul {
  margin: -33px;
}
.solution-list-page .solution-list-1 .list ul li {
  padding: 33px;
}
.solution-list-page .solution-list-1 .list ul li .box {
  background-color: #f4f4f4;
}
.solution-list-page .solution-list-1 .list ul li .box .left {
  vertical-align: middle;
  position: relative;
}
.solution-list-page .solution-list-1 .list ul li .box .left a.img-box {
  height: 480px;
}
.solution-list-page .solution-list-1 .list ul li .box .right {
  vertical-align: middle;
  padding: 0 2%;
  text-align: left;
  position: relative;
}
.solution-list-page .solution-list-1 .list ul li .box .right h5 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}
.solution-list-page .solution-list-1 .list ul li .box .right .text {
  font-weight: 300;
  margin: 10px 0 25px;
}
.solution-list-page .solution-list-1 .list ul li .box .right .text ul {
  margin: 0;
}
.solution-list-page .solution-list-1 .list ul li .box .right .text ul li {
  padding: 0;
}
.solution-list-page .solution-list-1 .list ul li .box .right .text ul li:before {
  content: '';
  width: 9px;
  height: 9px;
  border: 2px solid #fcba0e;
  border-radius: 100%;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.solution-list-page .solution-list-1 .list ul li .box .right .text ul li strong {
  font-weight: normal;
  color: black;
}
.solution-list-page .solution-list-1 .list ul li .box .right h6 {
  font-size: 18px;
  line-height: 1.2;
}
.solution-list-page .solution-list-1 .list ul li .box .right .tag {
  padding: 10px 0 30px;
  margin: -5px;
}
.solution-list-page .solution-list-1 .list ul li .box .right .tag a {
  display: inline-block;
  line-height: 44px;
  height: 44px;
  padding: 0 20px;
  border: 1px solid #fcba0e;
  margin: 5px;
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solution-list-page .solution-list-1 .list ul li .box .right .tag a:hover {
  color: white;
  background-color: #fcba0e;
}
.solution-list-page .solution-list-1 .list ul li .box .right a.more {
  line-height: 54px;
  height: 54px;
  padding: 0 40px;
  background-color: #feaa33;
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.solution-list-page .solution-list-1 .list ul li .box .right a.more:hover {
  color: white;
  background-color: #222;
}
.solution-det-page h2.title {
  font-size: 36px;
}
.solution-det-page .solution-det-1 hr {
  margin-bottom: 40px;
  display: block;
  height: 1px;
  background-color: #e1e1e1;
  border: none;
}
.solution-det-page .solution-det-1 .img {
  height: 380px;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin: 50px 0;
}
.solution-det-page .solution-det-1 .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: white;
  cursor: pointer;
  cursor: hand;
}
.solution-det-page .solution-det-1 .img .play img {
  display: block;
  margin: 0 auto;
}
.solution-det-page .solution-det-1 .img .play h6 {
  margin-top: 15px;
}
.solution-det-page .solution-det-2-3-bg {
  background: #f4f4f4 url("../images/solution-det-2-3-bg.jpg") center center no-repeat;
}
.solution-det-page .solution-det-2 {
  padding: 65px 0 85px;
  text-align: center;
}
.solution-det-page .solution-det-2 .list {
  margin-top: 40px;
}
.solution-det-page .solution-det-2 .list ul {
  margin: -9px;
  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;
  text-align: left;
}
.solution-det-page .solution-det-2 .list ul li {
  padding: 9px;
}
.solution-det-page .solution-det-2 .list ul li .box {
  padding: 30px 35px 20px 120px;
  position: relative;
  background: white;
  height: 100%;
}
.solution-det-page .solution-det-2 .list ul li .box i {
  position: absolute;
  left: 10px;
  width: 100px;
  text-align: center;
}
.solution-det-page .solution-det-2 .list ul li .box h6 {
  font-size: 18px;
  font-weight: bold;
  color: #0e0e0e;
  margin-bottom: 10px;
}
.solution-det-page .solution-det-2 .list ul li .box p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.6;
}
.solution-det-page .solution-det-3 {
  padding-bottom: 60px;
}
.solution-det-page .solution-det-3 .list {
  margin-top: 50px;
}
.solution-det-page .solution-det-3 .list ul {
  overflow: hidden;
	margin:-10px;
}
.solution-det-page .solution-det-3 .list ul .slick-list {
  overflow: unset;
}
.solution-det-page .solution-det-3 .list ul li {
/*   background: black; */
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
	padding:10px !important;
}
.solution-det-page .solution-det-3 .list ul li a.img-box {
  height: 410px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solution-det-page .solution-det-3 .list ul li img {
  display: block;
  width: 100%;
}
/* .solution-det-page .solution-det-3 .list ul .slick-slide li {
  -webkit-transform: scale(0.7804878);
  -moz-transform: scale(0.7804878);
  -ms-transform: scale(0.7804878);
  transform: scale(0.7804878);
  left: 20%;
}
.solution-det-page .solution-det-3 .list ul .slick-slide li a {
  opacity: .6;
}
.solution-det-page .solution-det-3 .list ul .slick-slide.slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: 0;
  z-index: 1;
}
.solution-det-page .solution-det-3 .list ul .slick-slide.slick-current li a {
  opacity: 1;
}
.solution-det-page .solution-det-3 .list ul .slick-slide.slick-current + .slick-slide li {
  left: -20%;
} */
.solution-det-page .solution-det-3 .list2 {
	margin:50px auto;
}
.solution-det-page .solution-det-3 .list2 ul {
	margin:-10px;
}
.solution-det-page .solution-det-3 .list2 ul li img {
	padding:10px;
}
.solution-det-page .solution-det-3 .btn {
  text-align: center;
  margin-top: 10px;
}
.solution-det-page .solution-det-3 .btn div {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 100%;
  border: 1px solid #fcba0e;
  margin: 0 7px;
  text-align: center;
  font-size: 24px;
  color: #fcba0e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  cursor: hand;
}
.solution-det-page .solution-det-3 .btn div:hover {
  color: white;
  border-color: #fcba0e;
  background-color: #fcba0e;
}
.solution-det-page .solution-det-4 {
  padding-bottom: 120px;
  background: #f5f5f5;
  text-align: center;
}
.solution-det-page .solution-det-4 .list {
  margin-top: 50px;
}
.solution-det-page .solution-det-4 .list ul {
  margin: -15px;
}
.solution-det-page .solution-det-4 .list ul .slick-track {
  margin-left: 0;
}
.solution-det-page .solution-det-4 .list ul li {
  padding: 15px;
}
.solution-det-page .solution-det-4 .list ul li .box {
  background: white;
  padding: 40px 20px;
  text-align: center;
}
.solution-det-page .solution-det-4 .list ul li .box a.img-box {
  height: 210px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: inherit;
}
.solution-det-page .solution-det-4 .list ul li .box h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 10px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
	height:2.8em;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.solution-det-page .solution-det-4 .list ul li .box h6:hover {
  color: #fcba0e;
}
.solution-det-page .solution-det-4 .list ul li .box .text {
  padding-top: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  opacity: .7;
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  text-align: left;
}
.solution-det-page .solution-det-4 .list ul li .box .text span {
  float: right;
}
.solution-det-page .solution-det-5 {
  padding: 70px 0;
}
.solution-det-page .solution-det-5 .box {
  margin-top: 40px;
}
.solution-det-page .solution-det-5 .box .left {
  padding-right: 16px;
}
.solution-det-page .solution-det-5 .box .left ul {
  margin: -8px;
}
.solution-det-page .solution-det-5 .box .left ul li {
  padding: 8px;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 {
  padding: 15px 30px 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: #f1f1f1;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 h5 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  cursor: pointer;
  cursor: hand;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 .content {
  display: none;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 .info {
  margin: 40px 0;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 .info dl {
  margin: -18px;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd {
  padding: 18px;
  width: 40%;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd:nth-child(even) {
  width: 60%;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd .box3 {
  position: relative;
  padding-left: 60px;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd .box3 i {
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd .box3 p {
  font-size: 16px;
  opacity: .7;
  line-height: 1.2;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd .box3 h6 {
  font-size: 18px;
  color: #0e0e0e;
  font-weight: 500;
  margin-top: 5px;
  line-height: 1.6;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 a.more {
  line-height: 60px;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #fcba0e;
  font-size: 16px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 a.more:hover {
  background: #fcba0e;
  color: white;
}
.solution-det-page .solution-det-5 .box .left ul li.active .box2 h5 {
  font-size: 25px;
  font-weight: bold;
  font-family: "Oswald";
}
.solution-det-page .solution-det-5 .box .right a.img-box {
  height: 530px;
}
@media screen and (max-width: 1500px) {
  .inner-banner {
    height: 500px;
  }
  .inner-page h2.title,
  .product-page .product-yd-1 h2.title {
    font-size: 36px;
  }
  .inner-page .text {
    font-size: 16px;
  }
  .about-page .about-1 h5 {
    font-size: 20px;
  }
  .about-page .about-1 .iconList ul li h6 {
    font-size: 36px;
  }
  .about-page .about-1 .img {
    height: 400px;
  }
  .about-page .about-1 .img .play,
  .solution-det-page .solution-det-1 .img .play {
    font-size: 18px;
  }
  .about-page .about-1 .img .play img,
  .solution-det-page .solution-det-1 .img .play img {
    max-width: 60px;
  }
  .about-page .about-2 .right .box2 .iconList ul li p {
    font-size: 14px;
  }
  .about-page .about-2 .left {
    height: 560px;
  }
  .about-page .about-3 {
    padding: 80px 0;
  }
  .about-page .about-3 .list ul li .box a.link {
    font-size: 16px;
  }
  .about-page .about-3 .list ul li .box h6 {
    font-size: 20px;
  }
  .about-page .about-3 .list ul li .box i {
    font-size: 60px;
  }
  .about-page .about-3 .list ul li .box {
    height: 300px;
  }
  .about-page .about-4 a.more {
    line-height: 50px;
    height: 50px;
    padding: 0 30px;
    font-size: 16px;
  }
  .about-page .about-5 .top .right a {
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    min-width: 180px;
  }
  .about-page .about-5 .dots li {
    width: 18px;
    height: 18px;
  }
  .about-page .about-7 .box {
    padding: 80px 5% 100px;
  }
  .contact-page .contact-1 {
    padding: 70px 0;
  }
  .contact-page .contact-1 span.tag {
    font-size: 70px;
    margin-bottom: 10px;
  }
  .contact-page .contact-1 .list ul li dl dt {
    font-size: 16px;
  }
  .contact-page .contact-1 .list ul li dl dd {
    font-size: 14px;
  }
  .contact-page .contact-2 .list {
    margin-top: 50px;
  }
  .contact-page .contact-2 {
    padding-bottom: 60px;
  }
  .contact-page .contact-3 .box .right .form ul li input,
  .contact-page .contact-3 .box .right .form ul li textarea {
    padding: 5px;
  }
  .contact-page .contact-3 .box .left {
    height: 700px;
  }
  .contact-page .contact-3 {
    padding: 70px 0;
  }
  .contact-page .contact-4 {
    padding-bottom: 70px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .news-page .news-1 .sideLeft .sideBox h3 {
    font-size: 30px;
  }
  .news-page .news-1 .sideLeft .sideBox .navList ul li {
    font-size: 16px;
  }
  .news-page .news-1 .sideRight .list ul li .box .right time {
    font-size: 14px;
  }
  .news-page .news-1 .sideRight .list ul li .box .right h4 {
    font-size: 16px;
  }
  .news-page .news-1 .sideRight .list ul li .box .right p {
    font-size: 14px;
  }
  .news-page .news-1 .sideRight .list ul li .box .right a.more {
    line-height: 38px;
    height: 38px;
    padding: 0 15px;
    font-size: 14px;
  }
  .news-page .news-1 .sideRight .list ul li .box .left a.img-box {
    height: 260px;
  }
  .news-page .newsdet h1 {
    font-size: 20px;
  }
  .news-page .newsdet .m-link a {
    font-size: 14px;
  }
  .product-yd-page .product-yd-1 .navList ul li .box h6 {
    font-size: 16px;
  }
  .product-page .product-1 .list ul li .box {
    padding: 20px;
  }
  .product-page .product-1 .list ul li .box .text {
    font-size: 14px;
    line-height: 1.6;
  }
  .product-yd-page .product-yd-1 .navList ul li .box dl dd {
    font-size: 15px;
  }
  .product-yd-page .product-yd-2 ul li .top a.more {
    line-height: 44px;
    height: 44px;
    padding: 0 20px;
    font-size: 16px;
  }
  .product-yd-page .product-yd-2 ul li .bottom .box .list ul li {
    padding: 0 70px;
  }
  .product-yd-page .product-yd-2 ul li .bottom .box .list ul {
    margin: 0 -70px;
  }
  .prodet-page .prodet-1 .left h1 {
    font-size: 28px;
  }
  .prodet-page .prodet-1 .left .info ul li p {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .left .info ul li span {
    font-size: 24px;
  }
  .prodet-page .prodet-2 .box ul li {
    font-size: 16px;
    padding: 0 25px;
  }
  .prodet-page .prodet-2 .box {
    line-height: 60px;
    height: 60px;
  }
  .prodet-page .prodet-5 .box ul li i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 28px;
  }
  .prodet-page .prodet-5 .box ul li h6 {
    font-size: 16px;
  }
  .prodet-page .prodet-7 .left .list ul li a.img-box {
    height: 80px;
  }
  .prodet-page .prodet-7 .left {
    padding: 0 15px;
  }
  .prodet-page .prodet-7 .right {
    margin-top: 0;
  }
  .prodet-page .prodet-7 {
    padding-bottom: 50px;
    padding-top: 30px;
    margin-top: 0;
  }
  .prodet-page .prodet-9 .list ul li .box .text,
  .solution-det-page .solution-det-4 .list ul li .box .text {
    font-size: 14px;
  }
  .prodet-page .prodet-9 .list ul li .box h6,
  .solution-det-page .solution-det-4 .list ul li .box h6 {
    font-size: 16px;
  }
  .prodet-page .prodet-9 .list ul li .box,
  .solution-det-page .solution-det-4 .list ul li .box {
    padding: 15px;
  }
  .prodet-page .prodet-9 {
    padding: 70px 0;
  }
  .service-page span.tag {
    font-size: 120px;
  }
  .service-page .service-3 {
    padding: 100px 0;
  }
  .service-page .service-4 {
    padding: 100px 0 150px;
  }
  .service-page a.more,
  .solution-page a.more,
  .solution-list-page .solution-list-1 .list ul li .box .right a.more {
    line-height: 44px;
    height: 44px;
    padding: 0 30px;
    font-size: 16px;
  }
  .service-page .service-5 .slide .right a.img-box {
    height: 440px;
  }
  .service-page .service-5 .slide:nth-child(4) .right .img-box {
    height: 500px;
  }
  .service-page .service-5 .slide {
    margin-bottom: 120px;
  }
  .solution-page .solution-1 .box .slide .box2 .right h4 {
    font-size: 24px;
  }
  .solution-page .solution-1 .box .slide .box3 .list ul li a.img-box {
    height: 240px;
  }
  .solution-page .solution-1 .box .slide .box3 .list ul li h6 {
    font-size: 16px;
  }
  .solution-page .solution-3 .list ul li a.img-box {
    height: 220px;
  }
  .solution-page .solution-3 .list ul li h6 {
    font-size: 14px;
  }
  .solution-page .solution-3 {
    padding: 50px 0;
  }
  .solution-list-page .solution-list-1 .list ul li .box .right h5 {
    font-size: 20px;
  }
  .solution-list-page .solution-list-1 .list ul li .box .right .tag a {
    line-height: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 14px;
  }
  .solution-det-page .solution-det-5 .box .left ul li.active .box2 h5 {
    font-size: 20px;
  }
  .solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd {
    font-size: 16px;
  }
  .solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd .box3 h6 {
    font-size: 16px;
  }
  .solution-det-page .solution-det-5 .box .left ul li .box2 a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
  }
  .solution-det-page .solution-det-5 .box .left ul li .box2 h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page h2.title,
  .product-page .product-yd-1 h2.title {
    font-size: 28px;
  }
  .inner-banner {
    height: 300px;
    background-position: center center !important;
    background-attachment: unset;
  }
  .inner-page .text {
    font-size: 14px;
  }
  .solution-list-page .solution-list-1 .list ul li .box .right .tag {
    padding: 10px 0;
  }
  .solution-list-page .solution-list-1 .list ul li .box .left a.img-box {
    height: 420px;
  }
  .solution-list-page .solution-list-1 .list ul li .box .right .text {
    margin: 10px 0;
  }
  .solution-list-page .solution-list-1 {
    padding: 50px 0;
  }
  .solution-det-page .solution-det-1 .img {
    height: 300px;
  }
  .solution-det-page .solution-det-2 .list ul li .box p {
    font-size: 14px;
  }
  .solution-det-page .solution-det-2 .list ul li .box {
    padding: 20px 20px 20px 100px;
  }
  .solution-det-page .solution-det-2 .list ul li .box i {
    width: 80px;
  }
  .solution-det-page .solution-det-3 .list ul li a.img-box {
    height: 320px;
  }
  .solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd .box3 h6 {
    font-size: 14px;
  }
  .solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd .box3 p {
    font-size: 14px;
  }
  .solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd {
    padding: 5px;
  }
  .solution-det-page .solution-det-5 .box .left ul li .box2 .info dl {
    margin: -5px;
  }
  .solution-det-page .solution-det-5 .box .left ul li.active .box2 h5 {
    font-size: 18px;
  }
  .solution-det-page .solution-det-5 .box .left ul li .box2 h5,
  .solution-det-page .solution-det-5 .box .left ul li .box2 a.more {
    font-size: 14px;
  }
  .solution-det-page .solution-det-5 .box .right a.img-box {
    height: 465px;
  }
  .solution-page .solution-1 .box .slide .box2 .left a.img-box {
    height: 360px;
  }
  .solution-page .solution-1 .box .slide .box2 .left {
    margin-bottom: -50px;
  }
  .solution-page .solution-1 .box .slide .box3 {
    padding: 40px 0;
  }
  .solution-page .solution-1 .box .slide {
    margin-top: 60px;
  }
  .solution-page .solution-1 .box .slide .box3 .list ul li a.img-box {
    height: 200px;
  }
  .solution-page .solution-2 .list ul li i img {
    max-width: 100px;
  }
  .solution-page .solution-2 .list ul li h6 {
    font-size: 16px;
    margin: 10px 0;
  }
  .solution-page .solution-2 .list ul li p {
    font-size: 14px;
  }
  .solution-page .solution-2 .list ul li:after {
    top: 20%;
  }
  .solution-page .solution-3 .list ul li {
    padding: 5px;
  }
  .solution-page .solution-3 .list ul {
    margin: -5px;
  }
  .service-page .service-2 .bottom .box .right .list ul li {
    height: 400px;
  }
  .service-page .service-3 .list ul li img {
    max-height: 70px;
  }
  .prodet-page .prodet-1 .left h1 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .left .info ul li span {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .left .info ul li {
    margin-bottom: 10px;
  }
  .prodet-page .prodet-1 {
    padding: 50px 0 80px;
  }
  .prodet-page .prodet-2 .box ul li {
    font-size: 14px;
    padding: 0 15px;
  }
  .prodet-page .prodet-2 {
    top: 70px;
  }
  .prodet-page .prodet-3 .content {
    font-size: 16px;
  }
  .prodet-page .prodet-3 .img .play {
    max-width: 60px;
  }
  .prodet-page .prodet-6 .list ul li {
    width: 50%;
  }
  .prodet-page .prodet-6 .list ul li i {
    height: 60px;
    line-height: 60px;
  }
  .prodet-page .prodet-6 .list ul li i img {
    max-height: 100%;
  }
  .prodet-page .prodet-7 .left .list ul li a.img-box {
    background-size: 60% auto;
  }
  .prodet-page .prodet-8 .content table tr td {
    padding: 10px;
  }
  .prodet-page .prodet-8 .content {
    font-size: 14px;
  }
  .product-yd-page .product-yd-1 .navList ul li {
    padding: 10px;
  }
  .product-yd-page .product-yd-1 .navList ul {
    margin: -10px;
  }
  .product-yd-page .product-yd-1 .navList ul li .box h6 {
    font-size: 14px;
  }
  .product-yd-page .product-yd-2 ul li .bottom .box .list ul li {
    padding: 15px;
  }
  .product-yd-page .product-yd-2 ul li .bottom .box .list ul {
    margin: -15px;
  }
  .product-yd-page .product-yd-2 ul li .bottom .box .list ul li a.img-box {
    height: 200px;
  }
  .product-yd-page .product-yd-2 ul li .bottom .box .dots li {
    width: 12px;
    height: 12px;
  }
  .product-yd-page .product-yd-2 ul li .bottom .box {
    top: -60px;
  }
  .product-yd-page .product-yd-2 ul li .top {
    padding: 80px 0 120px;
  }
  .product-page .product-1 .list ul li {
    padding: 10px;
  }
  .product-page .product-1 .list ul {
    margin: -10px;
  }
  .product-page .product-1 .list ul li .box a.more {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    padding: 0 15px;
  }
  .news-page .news-1 .sideLeft .sideBox h3 {
    font-size: 26px;
  }
  .news-page .news-1 .sideLeft .sideBox form input {
    font-size: 14px;
  }
  .news-page .news-1 .sideLeft .sideBox .navList ul li {
    font-size: 14px;
    padding: 10px;
  }
  .news-page .news-1 .sideLeft .sideBox .navList ul li a:before {
    width: 15px;
  }
  .contact-page .contact-1 .list ul li {
    width: 50%;
  }
  .contact-page .contact-1 .list {
    margin-top: 50px;
  }
  .contact-page .contact-1 span.tag {
    font-size: 50px;
  }
  .contact-page .contact-2 .list ul li {
    padding: 10px;
  }
  .contact-page .contact-2 .list ul {
    margin: -10px;
  }
  .contact-page .contact-2 .list ul li p {
    font-size: 14px;
  }
  .about-page .about-1 .iconList ul li {
    padding: 10px;
    width: 33.333%;
  }
  .about-page .about-1 .iconList ul {
    margin: -10px;
    text-align: center;
  }
  .about-page .about-1 .iconList ul li h6 {
    font-size: 28px;
    margin: 15px 0 10px;
  }
  .about-page .about-1 .img {
    height: 320px;
  }
  .about-page .about-1 {
    padding: 50px 0 80px;
    background-size: 20% auto;
  }
  .about-page .about-2 .right {
    padding: 0 15px;
  }
  .about-page .about-4 .list ul li {
    padding: 0 10px;
  }
  .about-page .about-4 .list ul {
    margin: 0 -10px;
  }
  .about-page .about-6 .box .right {
    height: 400px;
  }
  .about-page .about-6 .list ul li a.img-box h6 {
    font-size: 16px;
  }
  .about-page .about-6 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-2 .right {
    padding: 15px;
    width: 100%;
  }
  .about-page .about-2 .left {
    width: 100%;
    height: 240px;
  }
  .about-page .about-3 .dots {
    display: none;
  }
  .about-page .about-5 .top .right {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .about-page .about-5 .top .left {
    width: 100%;
    text-align: center;
  }
  .about-page .about-5 .dots {
    display: none;
  }
  .about-page .about-6 .box .left {
    width: 100%;
    padding: 15px;
  }
  .about-page .about-6 .box .right {
    width: 100%;
    height: 280px;
  }
  .about-page .about-6 .list ul li a.img-box {
    height: 200px;
  }
  .about-page .about-7 .box {
    padding: 60px 15px;
  }
  .about-page .about-7 .box a.more {
    line-height: 44px;
    height: 44px;
    padding: 0 20px;
    font-size: 16px;
  }
  .about-page .about-7 {
    padding: 40px 0;
  }
  .about-page .about-4 .dots {
    margin-top: 15px;
  }
  .about-page .about-4 .list ul li .text {
    font-size: 14px;
  }
  .contact-page .contact-3 .box .right {
    width: 100%;
    padding: 15px;
  }
  .contact-page .contact-3 .box .left {
    width: 100%;
    height: 200px;
  }
  .news-page .news-1 .sideLeft {
    display: none;
  }
  .news-page .news-1 .sideRight {
    width: 100%;
  }
  .news-page .news-1 {
    padding: 40px 0;
  }
  .news-page .news-1 .sideRight .list ul li {
    margin-bottom: 20px;
  }
  .news-page .newsdet {
    padding: 30px 15px;
  }
  .news-page .newsdet .content {
    font-size: 14px;
  }
  .product-yd-page .product-yd-1 .navList {
    display: none;
  }
  .product-yd-page .product-yd-1 .text {
    margin: 25px auto 0;
  }
  .product-page .product-1 .list ul li {
    width: 50%;
  }
  .product-page .product-1 .list ul li .box a.img-box {
    height: 160px;
  }
  .product-yd-page .product-yd-2 ul li .bottom .box .list ul li a.img-box {
    height: 150px;
  }
  .product-yd-page .product-yd-2 ul li .bottom .box .list ul li h6 {
    font-size: 14px;
  }
  .product-yd-page .product-yd-2 ul li .top .w-40 {
    width: 60%;
  }
  .product-yd-page .product-yd-2 ul li .bottom .box .list ul .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .prodet-page .prodet-5 .box ul li h6 {
    font-size: 14px;
    width: 100px;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-2 {
    display: none;
  }
  .prodet-page .prodet-1 {
    padding: 50px 0;
  }
  .prodet-page .prodet-3 {
    padding: 50px 0;
  }
  .prodet-page .prodet-3 .img {
    height: 240px;
  }
  .prodet-page .prodet-4 {
    padding: 50px 0;
  }
  .prodet-page .prodet-4 iframe {
    height: 400px;
  }
  .prodet-page .prodet-5 {
    padding: 50px 0;
  }
  .prodet-page .prodet-7 .left {
    padding: 15px 0;
    width: 100%;
  }
  .prodet-page .prodet-7 .right {
    width: 100%;
  }
  .prodet-page .prodet-7 .left .box2 {
    max-width: none;
  }
  .prodet-page .prodet-7 {
    padding: 15px;
  }
  .prodet-page .prodet-7 .left .list ul li {
    width: 25%;
  }
  .prodet-page .prodet-7 .left .list ul li a.img-box {
    background-size: auto;
  }
  .service-page .service-2 .bottom .box .left {
    margin-bottom: 0;
    width: 100%;
    padding: 20px;
  }
  .service-page .service-2 .bottom .box .right {
    width: 100%;
    margin: 0;
  }
  .service-page .service-2 .bottom .box .right .btn {
    display: none;
  }
  .service-page .service-4 {
    padding: 70px 0;
  }
  .service-page .service-5 .slide .left {
    width: 100% !important;
    margin: 0 !important;
    padding: 20px !important;
    left: 0 !important;
  }
  .service-page .service-5 .slide .right {
    width: 100% !important;
    margin: 0 !important;
    left: 0 !important;
  }
  .service-page .service-5 .slide .right .img-box {
    height: 200px !important;
  }
  .service-page .service-5 .slide {
    margin-bottom: 40px;
  }
  .service-page .service-5 .slide:nth-child(4) {
    padding-top: 0;
  }
  .service-page .service-5 {
    padding: 25px 0;
  }
  .service-page span.tag {
    font-size: 80px;
  }
  .solution-page .solution-1 .box .slide .box3 .list ul li {
    padding: 5px;
  }
  .solution-page .solution-1 .box .slide .box3 .list ul {
    margin: -5px;
  }
  .solution-page .solution-1 .box .slide .box3 .list ul li a.img-box {
    height: 160px;
  }
  .solution-page .solution-2 .list ul li {
    padding: 15px;
  }
  .solution-page .solution-2 .list ul {
    margin: -15px;
  }
  .solution-page .solution-2 .list ul li:after {
    top: 15%;
  }
  .solution-list-page .solution-list-1 .list ul li .box .right {
    width: 100%;
    padding: 15px;
  }
  .solution-list-page .solution-list-1 .list ul li .box .left {
    width: 100%;
  }
  .solution-list-page .solution-list-1 .list ul li .box .left a.img-box {
    height: 240px;
  }
  .solution-list-page .solution-list-1 .list ul li {
    padding: 15px;
  }
  .solution-list-page .solution-list-1 .list ul {
    margin: -15px;
  }
  .solution-det-page .solution-det-2 .list ul li {
    width: 100%;
  }
  .solution-det-page .solution-det-4 {
    padding-bottom: 60px;
  }
  .solution-det-page .solution-det-5 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .solution-det-page .solution-det-5 .box .right {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .solution-det-page .solution-det-1 .img .play h6 {
    text-align: center;
  }
  .inner-page h2.title,
  .product-page .product-yd-1 h2.title {
    font-size: 24px;
  }
  .solution-det-page .solution-det-2 .list ul li .box h6 {
    font-size: 16px;
  }
  .solution-det-page .solution-det-3 .list ul li a.img-box {
    height: 260px;
  }
  .prodet-page .prodet-9 .list ul li .box .text,
  .solution-det-page .solution-det-4 .list ul li .box .text {
    font-size: 12px;
  }
  .solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd {
    width: 100% !important;
  }
  .solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd .box3 i {
    width: 30px;
  }
  .solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd .box3 {
    padding-left: 40px;
  }
  .solution-det-page .solution-det-2 .list ul li .box i {
    width: 40px;
  }
  .solution-det-page .solution-det-2 .list ul li .box {
    padding-left: 60px;
  }
  .solution-page .solution-1 .box .slide .box3 .list ul li h6 {
    font-size: 14px;
  }
  .solution-page .solution-1 .box .slide .box2 .right {
    width: 100%;
    padding: 15px;
    left: 0 !important;
  }
  .solution-page .solution-1 .box .slide .box2 .left {
    width: 100%;
    margin-bottom: 0;
    left: 0 !important;
  }
  .solution-page .solution-1 .box .slide .box2 .left a.img-box {
    height: 200px;
  }
  .solution-page .solution-1 .box .slide .box2 .right h4 {
    font-size: 20px;
  }
  .solution-page .solution-1 .text {
    margin: 10px auto;
  }
  .solution-page .solution-1 .box .slide .box3 .btn {
    display: none;
  }
  .solution-page .solution-1 .box .slide .box3 .list {
    margin-top: 0;
  }
  .solution-page .solution-2 .list ul li {
    width: 100%;
  }
  .solution-page .solution-2 .list ul li:after {
    display: none;
  }
  #footer .footer-top .left {
    width: 100%;
  }
  #footer .footer-top .right {
    width: 100%;
  }
  .prodet-page .prodet-5 .box {
    margin-top: 80px;
    max-width: 90%;
  }
  .prodet-page .prodet-5 .box ul li h6:after {
    height: 60px;
  }
  .prodet-page .prodet-5 .box ul li.top h6 {
    bottom: 80px;
  }
  .prodet-page .prodet-5 .box ul li.bottom h6 {
    top: 80px;
  }
  .prodet-page .prodet-6 .list ul li {
    width: 100%;
    padding: 10px;
  }
  .prodet-page .prodet-6 .list ul {
    margin: -10px;
  }
  .prodet-page .prodet-6 .list ul li p {
    font-size: 14px;
  }
  .product-page .product-1 .list ul li {
    width: 100%;
  }
  .news-page .news-1 .sideRight .list ul li .box .right {
    padding: 15px;
    width: 100%;
  }
  .news-page .news-1 .sideRight .list ul li .box .left {
    width: 100%;
  }
  .news-page .news-1 .sideRight .list ul li .box .left a.img-box {
    height: 200px;
  }
  .contact-page .contact-1 span.tag {
    font-size: 36px;
  }
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
  .contact-page .contact-1 .list ul li dl:after {
    display: none;
  }
  .about-page .about-1 .iconList ul li p {
    font-size: 14px;
  }
  .about-page .about-4 .dots {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    height: 200px;
  }
  .about-page .about-1 h5 {
    font-size: 16px;
  }
  .about-page .about-1 .iconList ul li {
    width: 50%;
  }
  .about-page .about-1 .iconList {
    padding: 60px 0;
  }
  .about-page .about-1 .img {
    height: 260px;
  }
  .about-page .about-5 .top .right a {
    margin: 5px;
  }
  .about-page .about-5 .top .right .link {
    margin: -5px;
  }
  .about-page .about-6 .list ul li a.img-box h6 {
    font-size: 14px;
  }
  .about-page .about-6 .box .left h6 {
    font-size: 20px;
  }
  .contact-page .contact-1 {
    padding: 40px 0;
  }
  .contact-page .contact-2 .text {
    margin: 10px auto 20px;
  }
  .product-yd-page .product-yd-2 ul li .top .w-40 {
    width: 100%;
  }
  .product-yd-page .product-yd-2 ul li .top {
    padding: 50px 0 80px;
  }
  .product-yd-page .product-yd-2 ul li .bottom .box {
    top: -30px;
  }
  .product-yd-page .product-yd-2 ul li .bottom .box .dots {
    display: none;
  }
  .prodet-page .prodet-3 .content {
    font-size: 14px;
    line-height: 1.8;
  }
  .prodet-page .prodet-4 iframe {
    margin-top: 15px;
    height: 300px;
  }
  .prodet-page .prodet-5 .box ul li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }
  .prodet-page .prodet-5 .box ul li h6 {
    font-size: 12px;
  }
  .prodet-page .prodet-7 .left .list ul li {
    width: 33.33%;
  }
  .prodet-page .prodet-8 {
    padding: 50px 0 30px;
  }
  .service-page .service-1 {
    padding: 30px 0;
  }
  .service-page .service-1 .text {
    margin: 15px auto;
  }
  .service-page .service-2 .top {
    padding: 60px 0 80px;
  }
  .inner-page h2.title br {
    display: none;
  }
  .service-page .service-2 .bottom .box .right .list ul li {
    height: 220px;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
  .service-page .service-5 .slide .left .text {
    margin: 15px 0;
  }
  .solution-det-page .solution-det-3 .list ul li a.img-box {
    height: 200px;
  }
}
.popup .overlay,.popup .icon-view {
	display:none !important;
}
.product-page.case .product-1 .list ul li .box {
	padding:0;
}
.product-page.case .product-1 .list ul li .box h6 {
	padding:0 15px;
}
.product-page.case .product-1 .list ul li .box a.img-box {
	height:320px;
}
.product-page.case .product-1 .list ul li .box .text {
	border-top:1px solid #e5e5e5;
	border-bottom:none;
	padding:15px;
}
.product-page.case .product-1 .list ul ul {
	margin:0;
	padding-left:1.5em;
}
.product-page.case .product-1 .list ul li li {
	padding:0;
	list-style:circle;
}
.product-page.case .product-1 .list ul li li::marker {
	color:black;
}
.news-page .newsdet .content table tbody {
	table-layout:fixed;
	font-size:16px;
}
.news-page .newsdet .content table tbody td {
	border:none;
}
.news-page .newsdet .content table tbody td h3 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	color:black;
}
.news-page .newsdet .content table tbody ul {
	padding-left:2em;
}
.news-page .newsdet .content table tbody ul li {
	list-style:disc;
}
.news-page .newsdet .content table tbody ul li::marker {
	color:#7b181d;
}