@font-face {
  font-family: 'FuturaLT-Book';
  src: url(../fonts/FuturaLT-Book.ttf) format('truetype'), url(../fonts/FuturaLT-Book.eot) format('eot'), url(../fonts/FuturaLT-Book.woff) format('woff'), url(../fonts/FuturaLT-Book.woff2) format('woff2');
}
@font-face {
  font-family: 'FuturaLT-Bold';
  src: url(../fonts/FuturaLT-Bold.ttf) format('truetype'), url(../fonts/FuturaLT-Bold.eot) format('eot'), url(../fonts/FuturaLT-Bold.woff) format('woff'), url(../fonts/FuturaLT-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'FuturaLT-Heavy';
  src: url(../fonts/FuturaLT-Heavy.ttf) format('truetype'), url(../fonts/FuturaLT-Heavy.eot) format('eot'), url(../fonts/FuturaLT-Heavy.woff) format('woff'), url(../fonts/FuturaLT-Heavy.woff2) format('woff2');
}
@font-face {
  font-family: 'FuturaLT';
  src: url(../fonts/FuturaLT.ttf) format('truetype'), url(../fonts/FuturaLT.eot) format('eot'), url(../fonts/FuturaLT.woff) format('woff'), url(../fonts/FuturaLT.woff2) format('woff2');
}
body {
  font-family: "FuturaLT-Book";
  max-width: 1920px;
  word-break: break-word;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1510px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 35px;
  left: 0;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav {
  max-width: 1920px;
  margin: 0 auto;
  display: block;
  padding: 0 7%;
  text-align: left;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-right: auto;
  vertical-align: middle;
  margin-left: 50px;
}
#header .nav .ui.menu .box {
  float: right;
  margin-top: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .box .menu-btn {
  width: 37px;
  display: inline-block;
  vertical-align: middle;
  margin: -9px 0;
  cursor: pointer;
  cursor: hand;
  height: 30px;
  position: relative;
}
#header .nav .ui.menu .box .menu-btn i {
  display: none;
  width: 100%;
  display: block;
  height: 3px;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  overflow: hidden;
}
#header .nav .ui.menu .box .menu-btn i:first-child {
  top: 0;
  margin-top: 0;
}
#header .nav .ui.menu .box .menu-btn i:last-child {
  top: 100%;
  margin-top: -3px;
}
#header .nav .ui.menu .box .menu-btn i:after {
  height: 100%;
  background: #bf8a58;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  content: '';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .box .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header.active {
  top: 0;
  padding: 5px 0;
  background: #333;
}
#header.active .nav .ui.menu .box {
  margin-top: 16px;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #bf8a58;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #bf8a58;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #bf8a58;
  background-color: white;
}
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;
  font-size: 14px;
  line-height: 28px;
}
table td,
table th {
  padding: 5px 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;
  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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #bf8a58;
}
#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;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #bf8a58 !important;
}
html.mobile .body-overflow-box {
  position: relative;
  left: -280px;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 22;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  right: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  display: none;
}
#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: 0;
  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%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-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: 16px;
  color: inherit;
  text-transform: uppercase;
  line-height: 30px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #bf8a58;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}
#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%);
  -o-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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #bf8a58;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  right: 0;
}
#mobile.active:before {
  left: 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);
  -o-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);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  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;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
#banner {
  background: #bf8a58;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner .delay_1 {
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -ms-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}
#banner .delay_2 {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -ms-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}
#banner .delay_3 {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -ms-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}
#banner .delay_4 {
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -ms-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
}
#banner .delay_5 {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -ms-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}
#banner .delay_6 {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -ms-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s;
}
#banner:after {
  content: '';
  width: 555px;
  height: 555px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.39);
  position: absolute;
  z-index: -1;
  left: 45%;
  top: 25%;
  -webkit-animation: ks 6.5s linear infinite;
  -o-animation: ks 6.5s linear infinite;
  -ms-animation: ks 6.5s linear infinite;
  -moz-animation: ks 6.5s linear infinite;
  animation: ks 6.5s linear infinite;
}
#banner li {
  height: 800px;
  position: relative;
}
#banner li .content {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 120px;
  z-index: 1;
}
#banner li .content .box {
  padding-left: 11%;
  width: 100%;
}
#banner li .content .box .left {
  width: 20%;
}
#banner li .content .box .left .img {
  display: inline-block;
  position: relative;
  z-index: 1;
  vertical-align: bottom;
}
#banner li .content .box .left .img:after {
  content: '';
  width: 90%;
  height: 90%;
  background: #7f5228;
  z-index: -1;
  position: absolute;
  left: -30px;
  bottom: -30px;
}
#banner li .content .box .center {
  width: 40%;
  padding-left: 4.5%;
  color: white;
  vertical-align: bottom;
}
#banner li .content .box .center h3 {
  display: block;
  font-size: 71px;
  font-family: "FuturaLT-Heavy";
  line-height: 103px;
}
#banner li .content .box .center p {
  display: block;
  font-size: 16px!important;
  line-height: 30px!important;
  max-width: 440px;
  margin: 15px 0 35px;
}
#banner li .content .box .center .page {
  font-size: 14px!important;
  line-height: 28px!important;
}
#banner li .content .box .center a.more {
  display: inline-block;
  font-size: 18px;
  line-height: 54px;
  height: 54px;
  padding: 0 30px;
  text-transform: capitalize;
  border: 1px solid white;
  margin-top: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner li .content .box .center a.more i {
  margin-left: 30px;
}
#banner li .content .box .center a.more:hover {
  background: white;
  color: #7f5228;
}
#banner li .content .box .right {
  width: 50%;
  margin-left: -10%;
  vertical-align: bottom;
  text-align: center;
  position: relative;
  z-index: -1;
}
#banner li .content .box .right img {
  margin-bottom: -110px;
  margin-left: auto;
  margin-right: auto;
}
#banner .slick-slide .fadeInUp_ {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#banner .slick-slide .fadeInRight_ {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%);
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#banner .slick-current .fadeInUp_ {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#banner .slick-current .fadeInRight_ {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
#index-body h5.tit {
  display: block;
  font-size: 24px;
  line-height: 44px;
  color: #d6a06e;
  text-align: center;
  text-transform: capitalize;
}
#index-body h2 {
  display: block;
  font-size: 28px!important;
  line-height: 52px!important;
  color: black;
  text-align: center;
  font-family: "FuturaLT";
}
#index-body .text {
  font-size: 16px;
  line-height: 30px;
  max-width: 940px;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: rgba(0, 0, 0, 0.73);
  padding-top: 10px;
}
#index-body .init-1 {
  padding: 80px 0 210px;
}
#index-body .init-1 .box {
  padding: 0 40px;
}
#index-body .init-1 .box .list {
  padding-top: 130px;
}
#index-body .init-1 .box .list ul {
  margin: 0 -13px;
}
#index-body .init-1 .box .list ul li {
  padding: 0 13px;
}
#index-body .init-1 .box .list ul li a {
  display: block;
  text-align: center;
  padding: 20px 20px 20px;
  position: relative;
  z-index: 1;
}
#index-body .init-1 .box .list ul li a:after {
  content: '';
  width: 20%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f8f8f8;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box .list ul li a h4 {
  color:#585858;
  text-align: left;
  font-size: 20px;
  margin: 0 auto;
  line-height: 36px;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  min-height: 10rem!important;
}
#index-body .init-1 .box .list ul li a h4 small {
  display: block;
  margin-top: 5px;
  color: black;
}
#index-body .init-1 .box .list ul li a h4:hover {
  color: #585858;
}
#index-body .init-1 .box .list ul li a img {
  margin: 25px auto 0;
}
#index-body .init-1 .box .list ul li a:hover:after {
  background: #bf8a58;
}
#index-body .init-2 ul li a {
  height: 560px;
  padding: 90px 16% 0;
  display: block;
  color: white;
  border-left: 1px solid white;
  position: relative;
  z-index: 1;
}
#index-body .init-2 ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #bf8a58;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-2 ul li a h4 {
  font-size: 40px;
  font-family: "FuturaLT";
}
#index-body .init-2 ul li a h3 {
  display: block;
  font-family: "FuturaLT";
  font-size: 26px!important;
  line-height: 1.2;
  margin: 40px 0 50px;
  word-break: keep-all;
}
#index-body .init-2 ul li a em {
  display: inline-block;
  line-height: 32px;
  height: 32px;
  padding: 0 20px;
  border: 2px solid white;
  font-size: 14px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 ul li a em i {
  margin-left: 20px;
}
#index-body .init-2 ul li a em:hover {
  background: white;
  color: #bf8a58;
}
#index-body .init-2 ul li a:hover:after {
  opacity: 1;
}
#index-body .init-3 {
  padding: 85px 0 130px;
  text-align: center;
}
#index-body .init-3 .ui.container {
  max-width: 1200px;
}
#index-body .init-3 .list {
  padding: 60px 0;
}
#index-body .init-3 .list ul li .box {
  padding-left: 80px;
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: left;
}
#index-body .init-3 .list ul li .box i {
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .init-3 .list ul li .box h4 {
  display: block;
  font-size: 18px;
  font-family: "FuturaLT";
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
#index-body .init-3 .list ul li .box h4 em {
  font-size: 36px;
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
}
#index-body .init-3 .list ul li .box p {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
#index-body .init-3 .box2 .left {
  width: 59%;
  padding-right: 1px;
}
#index-body .init-3 .box2 .right {
  width: 41%;
  padding-left: 7px;
  position: relative;
}
#index-body .init-3 .box2 .right .play {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  cursor: hand;
}
#index-body .init-4 {
  padding: 10px 0 70px!important;
  background: #f8f8f8;
}
#index-body .init-4 .box {
  padding-top: 70px;
}
#index-body .init-4 .box ul {
  margin: -15px;
}
#index-body .init-4 .box ul li {
  padding: 15px;
}
#index-body .init-4 .box ul li a.img-box {
  display: block;
  overflow: unset;
  z-index: 1;
}
#index-body .init-4 .box ul li a.img-box span {
  display: block;
  overflow: hidden;
  border: 16px solid white;
}
#index-body .init-4 .box ul li a.img-box:after {
  content: '';
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #bf8a58;
  z-index: -1;
}
#index-body .init-4 .box ul li .content {
  padding: 40px 15px 0;
}
#index-body .init-4 .box ul li .content h4 {
  display: block;
  font-size: 18px!important;
  color: #101010;
  line-height: 32px!important;
  min-height: 6rem!important;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box ul li .content h4:hover {
  color: #bf8a58;
}
#index-body .init-4 .box ul li .content time {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #292929;
  margin-top: 10px;
}
#index-body .init-4 .box ul li:hover a.img-box:after {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
  left: -5px;
}
#msg {
  padding: 70px 0 60px;
}
#msg .left {
  width: 35%;
  vertical-align: bottom;
  padding-right: 3%;
}
#msg .left h4 {
  font-size: 26px!important;
  line-height: 1.2;
  color: #2b2b2b;
  margin-bottom: 10px;
}
#msg .left p {
  display: block;
  font-size: 16px;
  color: #2b2b2b;
  line-height: 30px;
}
#msg .right {
  width: 65%;
  vertical-align: bottom;
}
#msg .right ul {
  margin: -8px;
}
#msg .right ul li {
  padding: 8px;
  vertical-align: middle;
}
#msg .right ul li input {
  border: none;
  border-bottom: 1px solid #aeaeae;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: black;
  width: 100%;
}
#msg .right ul li input::-webkit-input-placeholder {
  color: #2b2b2b;
}
#msg .right ul li input:-moz-placeholder {
  color: #2b2b2b;
}
#msg .right ul li input::-moz-placeholder {
  color: #2b2b2b;
}
#msg .right ul li input:-ms-input-placeholder {
  color: #2b2b2b;
}
#msg .right ul li input:focus {
  border-bottom-color: #bf8a58;
}
#msg .right ul li input[type="submit"] {
  line-height: 50px;
  height: 50px;
  border-bottom: none;
  background: #bf8a58;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
}
#msg .right ul li:first-child {
  width: 18%;
}
#msg .right ul li:nth-child(2) {
  width: 67%;
}
#msg .right ul li:last-child {
  width: 15%;
}
#footer {
  background: #232323;
}
#footer .footer-top {
  padding: 100px 0 80px;
  position: relative;
}
#footer .footer-top ul {
  margin: -15px;
}
#footer .footer-top ul li {
  padding: 15px;
}
#footer .footer-top ul li dl dt {
  font-size: 18px!important;
  color: white;
  text-transform: uppercase;
  font-family: "FuturaLT-Bold";
  margin-bottom: 32px!important;
}
#footer .footer-top ul li dl dd {
  display: block;
  font-size: 16px!important;
  line-height: 30px!important;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  max-width: 310px;
}
#footer .footer-top ul li dl dd:last-child {
  margin-bottom: 0;
}
#footer .footer-top ul li dl dd:hover {
  color: white;
}
#footer .footer-top ul li:last-child dl dd:nth-child(3) {
  padding: 15px 0;
}
#footer .footer-top #ly {
  position: fixed;
  bottom: 10%;
  right: 2%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: #bf8a58;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#footer .footer-top #ly img {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-top #ly:hover {
  background: #bf8a58;
}
#footer .footer-bottom {
  padding: 15px 0;
  position: relative;
}
#footer .footer-bottom:after {
  content: '';
  width: 90%;
  position: absolute;
  top: 0;
  left: 5%;
  height: 1px;
  background: #333;
}
#footer .footer-bottom .left {
  width: 25%;
}
#footer .footer-bottom .left ul li {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
  border: 1px solid white;
  margin-right: 14px;
  color: white;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
}
#footer .footer-bottom .left ul li:hover {
  background: #bf8a58;
}
#footer .footer-bottom .right {
  text-align: right;
  width: 75%;
}
#footer .footer-bottom .right p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 28px;
  color: white;
  margin-left: 10px;
}
#footer .footer-bottom .right p a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .right p a img {
  max-height: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
#footer .footer-bottom .right p a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1600px) {
  .ui.container {
    width: 1200px;
  }
  #banner li .content .box .center h3 {
    font-size: 44px;
    line-height: 60px;
  }
  #banner li .content .box .center p {
    font-size: 16px!important;
    line-height: 30px!important;
  }
  #banner li .content .box .center .page {
    font-size: 20px;
    line-height: 30px;
  }
  #banner li .content .box .center a.more {
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }
  #banner li .content .box .right {
    width: 45%;
    margin-left: -5%;
    padding: 0 3%;
  }
  #banner li .content .box .right img {
    margin-bottom: -60px;
  }
  #banner li {
    height: 600px;
  }
  #banner:after {
    width: 400px;
    height: 400px;
    top: 25%;
  }
  #index-body .init-1 .box .list {
    padding-top: 50px;
  }
  #index-body .init-1 {
    padding: 50px 0;
  }
  #index-body .init-2 ul li a {
    height: 400px;
    background-size: cover;
    padding: 60px 15px 0;
  }
  #index-body .init-2 ul li a h3 {
    font-size: 26px!important;
    line-height: 48px!important;
    margin: 20px 0;
  }
  #index-body .init-3 {
    padding: 60px 0;
  }
  #index-body .init-4 {
    padding: 0px 0;
  }
  #footer .footer-top {
    padding: 50px 0;
  }
  #footer .footer-top ul li dl dt {
    font-size: 18px!important;
    line-height: 32px!important;
    margin-bottom: 15px;
  }
  #footer .footer-top ul li dl dd {
    font-size: 16px!important;
    line-height: 30px!important;
  }
  #footer .footer-top ul li:last-child dl dd:nth-child(3) {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #banner li .content .box .center h3 {
    font-size: 32px;
    line-height: 40px;
  }
  #banner li .content .box .center p {
    margin: 10px 0 20px;
  }
  #banner li .content .box .center .page {
    font-size: 15px;
  }
  #banner li .content .box .center a.more {
    line-height: 32px;
    height: 32px;
    font-size: 14px;
  }
  #index-body .init-1 .box .list ul li a h4 {
    font-size: 18px;
    line-height: 32px;
  }
  #index-body .init-2 ul li a h4 {
    font-size: 30px;
  }
  #index-body .init-2 ul li a h3 {
    font-size: 24px;
    line-height: 32px;
  }
  #index-body h2 {
    font-size: 28px;
  }
  #index-body h5.tit {
    font-size: 20px;
    line-height: 36px;
  }
  #index-body .init-2 ul li a {
    height: 360px;
  }
  #index-body .init-3 .list ul li .box h4 em {
    font-size: 28px;
  }
  #index-body .init-3 .list ul li .box h4 {
    margin-bottom: 8px;
  }
  #index-body .init-3 .box2 .right .play {
    max-width: 60px;
  }
  #index-body .init-4 .box {
    padding-top: 30px;
  }
  #index-body .init-4 .box ul li .content {
    padding: 15px 15px 0;
  }
  #index-body .init-4 .box ul li .content h4 {
    font-size: 18px!important;
    line-height: 32px!important;
  }
  #index-body .init-4 .box ul li .content time{
    font-size: 14px;
    line-height: 28px;
  }
  #msg .left h4 {
    font-size: 24px!important;
    line-height: 44px!important;
  }
  #msg .left p {
    font-size: 16px;
    line-height: 30px;
  }
  #msg .right ul li:first-child {
    width: 30%;
  }
  #msg .right ul li:nth-child(2) {
    width: 50%;
  }
  #msg .right ul li:last-child {
    width: 20%;
  }
  #msg .right ul li input,
  #msg .right ul li input[type="submit"] {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .footer-top #ly {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #footer .footer-top #ly img {
    max-width: 16px;
  }
  #header .nav {
    padding: 0 15px;
  }
  #header .nav .ui.menu .logo {
    margin-left: 0;
  }
  #header {
    top: 10px;
  }
  #banner li {
    height: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile,
  #mobile .mobile-logo {
    display: block;
  }
  #mobile #menu-on {
    right: 100%;
    left: auto;
  }
  #banner li .content .box .right {
    display: none;
  }
  #banner li .content .box .left {
    width: 30%;
  }
  #banner li .content .box .center {
    width: 70%;
  }
  #index-body .init-3 .list ul li {
    padding: 10px;
    width: 50%;
  }
  #index-body .init-3 .list ul {
    margin: -10px;
  }
  #msg .left {
    width: 100%;
    padding-right: 0;
  }
  #msg .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  #footer .footer-top ul li {
    width: 50%;
  }
  #footer .footer-top ul li:last-child dl dd:nth-child(3) {
    padding: 5px 0;
  }
  #footer .footer-bottom .right {
    width: 100%;
    text-align: center;
  }
  #footer .footer-bottom .left {
    display: none;
  }
  #footer .footer-bottom .right p:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner li .content {
    padding-bottom: 50px;
  }
  #banner li .content .box .left .img:after {
    left: -10px;
    bottom: -10px;
  }
  #banner li .content .box .center h3 {
    font-size: 26px;
    line-height: 32px;
  }
  #banner li .content .box .center p {
    font-size: 13px;
    line-height: 1.6;
  }
  #banner li {
    height: 360px;
  }
  #index-body h2 {
    font-size: 24px!important;
    line-height: 44px!important;
  }
  #index-body .text{
    font-size: 16px!important;
    line-height: 30px!important;
  }
}
@media screen and (max-width: 500px) {
  #banner li .content .box .center h3 {
    font-size: 20px;
    line-height: 26px;
  }
  #banner li .content .box .center .page {
    display: none;
  }
  #banner li .content .box .center a.more {
    margin-top: 0;
  }
  #banner li {
    height: 320px;
  }
  #index-body .init-1 .box {
    padding: 0 15px;
  }
  #index-body .init-3 .list ul li {
    width: 50%;
  }
  #index-body .init-3 .list ul li .box h4 em {
    font-size: 24px;
  }
  #index-body .init-3 .list ul li .box i {
    max-width: 36px;
  }
  #index-body .init-3 .list ul li .box {
    padding-left: 50px;
  }
  #index-body .init-3 .box2 .right {
    padding: 0;
    width: 100%;
  }
  #index-body .init-3 .box2 .left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 5px;
  }
  #msg .right ul li {
    width: 100% !important;
  }
  #footer .footer-top ul li {
    width: 100%;
  }
  #footer .footer-bottom .right p {
    font-size: 14px;
    line-height: 28px;
  }
  #footer .footer-top #ly {
    bottom: 3%;
  }
}
.inner-banner {
  height: 500px;
  /*background-size: cover;*/
  background-attachment: fixed;
  background-position: center top;
}
.inner-page {
  overflow: hidden;
}
.inner-page .sideBox .side-left {
  width: 23%;
  padding-right: 40px;
}
.inner-page .sideBox .side-left h2 {
  display: block;
  font-size: 36px;
  font-family: "FuturaLT-Bold";
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 80px;
}
.inner-page .sideBox .side-left .box ul li a {
  display: block;
  padding: 5px 35px 5px 15px;
  background: #f1f1f1;
  margin-bottom: 10px;
  font-size: 16px!important;
  line-height: 30px!important;
  position: relative;
}
.inner-page .sideBox .side-left .box ul li a i {
  position: absolute;
  right: 15px;
  top: 8px;
}
.inner-page .sideBox .side-left .box ul li ul {
  display: none;
}
.inner-page .sideBox .side-left .box ul li ul li a {
  background: #F9F9F9;
}
.inner-page .sideBox .side-left .info {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.inner-page .sideBox .side-left .info h5 {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-size: 22px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.inner-page .sideBox .side-right {
  width: 77%;
}
.inner-page .m-page {
  text-align: right;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: bottom;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #444;
  text-align: center;
  font-size: 14px;
  margin: 0 3px;
}
.inner-page .m-page a:first-child,
.inner-page .m-page span:first-child {
  margin-top: 40px;
}
.inner-page .m-page a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover {
  background: #bf8a58;
  color: white;
}
.contact-btn {
  padding: 50px 0 25px;
  text-align: center;
  background: #bf8a58;
}
.contact-btn p {
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: white;
}
.contact-btn a.more {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  line-height: 34px;
  height: 34px;
  padding: 0 15px;
  background: white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-btn a.more i {
  display: inline-block;
  vertical-align: middle;
  max-width: 16px;
  margin-right: 7px;
}
.contact-btn a.more i img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.contact-btn a.more:hover {
  -moz-box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
  -o-box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
  box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
}
.about-page .about-1 {
  padding: 180px 0 100px;
}
.about-page .about-1 .box .left {
  padding-right: 5%;
}
.about-page .about-1 .box .left h3 {
  display: block;
  font-size: 35px;
  font-family: "FuturaLT-Heavy";
  color: #222;
  line-height: 53px;
}
.about-page .about-1 .box .left h3 em {
  color: #bf8a58;
}
.about-page .about-1 .box .left .text {
  margin-top: 40px;
  font-size: 16px!important;
  color: #737373;
  line-height: 30px!important;
}
.about-page .about-1 .box .left .text p {
  padding-top: 50px;
}
.about-page .about-1 .box .left .text p:first-child {
  padding-top: 0;
}
.about-page .about-1 .list {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  padding-top: 180px;
}
.about-page .about-1 .list ul li .box {
  padding-left: 80px;
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .list ul li .box i {
  position: absolute;
  left: 0;
  top: 0;
}
.about-page .about-1 .list ul li .box h4 {
  display: block;
  font-size: 18px;
  font-family: "FuturaLT";
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
.about-page .about-1 .list ul li .box h4 em {
  font-size: 36px;
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
}
.about-page .about-1 .list ul li .box p {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.about-page .about-1 .list ul li .box:hover {
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  transform: translateY(-20%);
}
.about-page .about-2 {
  height: 600px;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}
.about-page .about-2 .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  cursor: hand;
  text-align: center;
  font-family: "FuturaLT-Bold";
  font-size: 16px;
  text-transform: capitalize;
  color: white;
}
.about-page .about-2 .play img {
  display: block;
  margin: 0 auto 15px;
}
.about-page .about-3 {
  padding-top: 150px;
}
.about-page .about-3 h2 {
  font-size: 26px;
  color: black;
  text-align: center;
  text-transform: uppercase;
  font-family: "FuturaLT-Heavy";
  line-height: 50px;
}
.about-page .about-3 h2 small {
  display: block;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 36px;
  text-transform: none;
  font-family: "FuturaLT-Book";
}
.about-page .about-3 .box {
  padding-top: 40px;
  max-width: 1320px;
  display: block;
  margin: 0 auto;
}
.about-page .about-3 .box ul li {
  padding-bottom: 20px;
}
.about-page .about-3 .box ul li:last-child {
  padding-bottom: 0;
}
.about-page .about-3 .box ul li h4 {
  padding: 20px 70px;
  background-image: url("../images/icon-lt.png");
  background-position: center left 25px;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid #b7b7b7;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-3 .box ul li h4:after {
  content: "\f107";
  font-size: 18px;
  position: absolute;
  right: 25px;
  top: 20px;
  font-family: "FontAwesome";
}
.about-page .about-3 .box ul li .text {
  padding: 25px;
  border: 1px solid #b7b7b7;
  margin-top: 8px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  display: none;
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.about-page .about-3 .box ul li.active h4 {
  background-color: #bf8a58;
  color: white;
  background-image: url("../images/icon-lt2.png");
}
.about-page .about-3 .box ul li.active h4:after {
  content: "\f106";
}
.about-page .about-4 {
  padding: 80px 0 100px;
}
.about-page .about-4 h2 {
  font-size: 25px;
  color: black;
  text-align: center;
  text-transform: uppercase;
  font-family: "FuturaLT-Heavy";
  line-height: 1;
}
.about-page .about-4 .box {
  padding-top: 100px;
}
.about-page .about-4 .box ul {
  margin: -10px -20px;
}
.about-page .about-4 .box ul li {
  padding: 10px 20px;
  text-align: center;
}
.about-page .about-4 .box ul li i {
  display: inline-block;
  max-width: 100%;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.about-page .about-4 .box ul li span {
  display: block;
  overflow: hidden;
}
.about-page .about-4 .box ul li h4 {
  display: block;
  font-size: 18px!important;
  line-height: 32px!important;
  text-transform: uppercase;
  margin: 30px 0 15px;
  white-space: nowrap;
}
.about-page .about-4 .box ul li .text {
  display: block;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.8;
}
.contact-page {
  padding: 100px 0;
}
.contact-page .contact-1 .top i {
  font-size: 14px;
  line-height: 28px;
  color: black;
  opacity: .4;
  margin-bottom: 20px;
  display: block;
}
.contact-page .contact-1 .top h2 {
  font-size: 34px!important;
  color: black;
  font-weight: 500;
  line-height: 60px!important;
}
.contact-page .contact-1 .top .content {
  padding: 40px 0 50px;
  font-size: 16px!important;
  line-height: 30px!important;
  color: black;
  opacity: .4;
}
.contact-page .contact-1 .bottom h3 {
  font-size: 24px!important;
  line-height: 44px!important;
  color: black;
}
.contact-page .contact-1 .bottom .left {
  padding-right: 5%;
  width: 70%;
}
.contact-page .contact-1 .bottom .left .list {
  padding-top: 50px;
}
.contact-page .contact-1 .bottom .left .list ul li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 25px;
  font-size: 16px!important;
  line-height: 30px!important;
  color: rgba(48, 48, 54, 0.9);
}
.contact-page .contact-1 .bottom .left .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .bottom .left .list ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-page .contact-1 .bottom .left .list ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .bottom .left .share {
  padding-top: 70px;
}
.contact-page .contact-1 .bottom .left .share h3 {
  display: block;
  font-size: 24px!important;
  line-height: 44px!important;
  color: #303036;
  margin-bottom: 20px;
}
.contact-page .contact-1 .bottom .left .share ul li {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 100%;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  background: #707070;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .bottom .left .share ul li:hover {
  background: #bf8a58;
}
.contact-page .contact-1 .bottom .right {
  width: 30%;
}
.contact-page .contact-1 .bottom .right form {
  margin-top: 20px;
}
.contact-page .contact-1 .bottom .right form ul li {
  padding-bottom: 14px;
}
.contact-page .contact-1 .bottom .right form ul li:last-child {
  padding-bottom: 0;
}
.contact-page .contact-1 .bottom .right form ul li input,
.contact-page .contact-1 .bottom .right form ul li textarea {
  width: 100%;
  line-height: 28px;
  padding: 7px 12px;
  border: 1px solid #333;
  font-size: 14px;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .bottom .right form ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .bottom .right form ul li textarea::-webkit-input-placeholder {
  color: #686868;
}
.contact-page .contact-1 .bottom .right form ul li input:-moz-placeholder,
.contact-page .contact-1 .bottom .right form ul li textarea:-moz-placeholder {
  color: #686868;
}
.contact-page .contact-1 .bottom .right form ul li input::-moz-placeholder,
.contact-page .contact-1 .bottom .right form ul li textarea::-moz-placeholder {
  color: #686868;
}
.contact-page .contact-1 .bottom .right form ul li input:-ms-input-placeholder,
.contact-page .contact-1 .bottom .right form ul li textarea:-ms-input-placeholder {
  color: #686868;
}
.contact-page .contact-1 .bottom .right form ul li input:focus,
.contact-page .contact-1 .bottom .right form ul li textarea:focus {
  border-color: #bf8a58;
}
.contact-page .contact-1 .bottom .right form ul li textarea {
  height: 200px;
  resize: vertical;
}
.contact-page .contact-1 .bottom .right form ul li span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}
.contact-page .contact-1 .bottom .right form ul li span input {
  width: 30px;
  height: 30px;
  cursor: pointer;
  cursor: hand;
}
.contact-page .contact-1 .bottom .right form ul li span label {
  font-size: 16px;
  color: #686868;
  margin-left: 10px;
  opacity: .7;
}
.contact-page .contact-1 .bottom .right form ul li input[type="submit"] {
  width: 180px;
  background: #bf8a58;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  border: none;
}
.contact-page .contact-1 .bottom .right form ul li input[type="submit"]:hover {
  background: #333;
}
.product-page {
  padding: 150px 0 60px;
}
.product-page .side-right .top {
  display: block;
  text-align: right;
  margin-bottom: 80px;
}
.product-page .side-right .top .form {
  display: inline-block;
  vertical-align: middle;
  max-width: 40%;
  width: 100%;
  position: relative;
}
.product-page .side-right .top .form:before {
  content: '';
  height: 16px;
  width: 1px;
  background: #747474;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-page .side-right .top .form input {
  width: 100%;
  line-height: 36px;
  height: 36px;
  padding-left: 14px;
  padding-right: 40px;
  font-size: 16px;
  color: black;
  border: none;
  border-bottom: 1px solid #c9c9c9;
  background: none;
}
.product-page .side-right .top .form input::-webkit-input-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .side-right .top .form input:-moz-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .side-right .top .form input::-moz-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .side-right .top .form input:-ms-input-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .side-right .top .form input:focus {
  border-color: #bf8a58;
}
.product-page .side-right .top .form input[type="submit"] {
  width: 36px;
  border-bottom: none;
  background: url("../images/icon-search2.png") center center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}
.product-page .side-right .top .show {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 100px;
  margin-right: 20px;
}
.product-page .side-right .top .show span {
  line-height: 36px;
  height: 36px;
  padding: 0 26px;
  border: 1px solid #747a84;
  display: inline-block;
  font-size: 14px;
  color: #444;
  border-radius: 18px;
}
.product-page .side-right .top .show ul {
  position: absolute;
  border: 1px solid #eee;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 10px;
  z-index: 2;
  background: white;
  display: none;
}
.product-page .side-right .top .show ul li {
  padding: 7px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .side-right .top .show ul li:last-child {
  border-bottom: none;
}
.product-page .side-right .top .show ul li:hover {
  color: #bf8a58;
}
.product-page .side-right .top .show:hover ul {
  display: block;
}
.product-page .side-right .top .listBox {
  display: inline-block;
  vertical-align: middle;
}
.product-page .side-right .top .listBox span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
}
.product-page .side-right .top .listBox span.list {
  margin-left: 20px;
}
.product-page .side-right .bottom .block ul {
  margin: -30px -10px;
}
.product-page .side-right .bottom .block ul li {
  padding: 30px 10px;
}
.product-page .side-right .bottom .block ul li a.img-box {
  display: block;
}
.product-page .side-right .bottom .block ul li h4 {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  line-height: 30px;
  color: #101010;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .side-right .bottom .block ul li:hover h4 {
  color: #bf8a58;
}
.product-page .side-right .bottom .list {
  display: none;
}
.product-page .side-right .bottom .list ul li {
  margin-bottom: 20px;
}
.product-page .side-right .bottom .list ul li:last-child {
  margin-bottom: 0;
}
.product-page .side-right .bottom .list ul li .img {
  width: 30%;
  vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .img a {
  display: block;
}
.product-page .side-right .bottom .list ul li .text {
  width: 70%;
  padding-left: 5%;
  vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .text h4 {
  font-size: 24px;
}
.product-page .side-right .bottom .list ul li .text .content {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.8;
}
.product-page .side-right .bottom .list ul li .text a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  background: #bf8a58;
  color: white;
  border-radius: 3px;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .side-right .bottom .list ul li .text a.more:hover {
  background: #222;
}
.prodet-page {
  padding: 100px 0 120px;
}
.prodet-page .prodet-1 .img {
  width: 60%;
  padding-right: 30px;
  vertical-align: bottom;
}
.prodet-page .prodet-1 .img img {
  width: 100%;
}
.prodet-page .prodet-1 .text {
  width: 40%;
  vertical-align: bottom;
}
.prodet-page .prodet-1 .text h3 {
  font-size: 29px;
}
.prodet-page .prodet-1 .text .content {
  margin: 25px 0 65px;
}
.prodet-page .prodet-1 .text .content ul li {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  color: rgba(16, 16, 16, 0.67);
  position: relative;
}
.prodet-page .prodet-1 .text .content ul li:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-1 .text .content ul li:after {
  content: '';
  border: 4px solid #bf8a58;
  position: absolute;
  top: 7px;
  left: 0;
}
.prodet-page .prodet-1 .text a.more {
  line-height: 40px;
  height: 40px;
  padding: 0 27px;
  font-size: 18px;
  display: inline-block;
  border: 1px solid black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .text a.more.active,
.prodet-page .prodet-1 .text a.more:hover {
  background: #bf8a58;
  color: white;
  border-color: #bf8a58;
  font-size: 14px;
  line-height: 28px;
}
.prodet-page .prodet-1 .text a.more.active:hover {
  background: #111;
  color: white;
  border-color: #111;
}
.prodet-page .prodet-1 .text .gallery {
  margin-top: 75px;
}
.prodet-page .prodet-1 .text .gallery ul {
  margin: -5px;
}
.prodet-page .prodet-1 .text .gallery ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .text .gallery ul li a {
  display: block;
}
.prodet-page .prodet-2 {
  padding: 100px 0 60px;
}
.prodet-page .prodet-2 h2 {
  font-size: 22px!important;
  line-height: 40px!important;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .content {
  display: block;
  font-size: 16px!important;
  color: #626262;
  line-height: 30px!important;
}
.prodet-page .prodet-3 h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.news-page {
  padding: 50px 0 110px;
}
.news-page .top {
  display: block;
}
.news-page .top ul li {
  display: inline-block;
}
.news-page .top ul li a {
  display: block;
  line-height: 46px;
  height: 46px;
  padding: 0 42px;
  font-size: 18px;
  color: #171717;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .top ul li a:hover,
.news-page .top ul li a.active {
  background: #bf8a58;
  color: white;
}
.news-page .bottom {
  padding-top: 60px;
}
.news-page .bottom ul {
  margin: -30px -12px;
}
.news-page .bottom ul li {
  padding: 30px 12px;
}
.news-page .bottom ul li a.img-box {
  display: block;
}
.news-page .bottom ul li .content {
  display: block;
  padding: 25px 15px;
  background: #f5f5f5;
}
.news-page .bottom ul li .content h4 {
  font-size: 18px;
  line-height: 32px;
  color: #101010;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .bottom ul li .content h4:hover {
  color: #bf8a58;
}
.news-page .bottom ul li .content time {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 28px;
  color: #3a3a3a;
}
.newdet-page {
  padding: 30px 0;
}
.newdet-page h1 {
    font-size: 24px;
    line-height: 44px;
    color: black;
    font-weight: 500;
    text-transform: capitalize;
    padding-top: 30px;
}
.newdet-page time {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 28px;
    color: black;
    opacity: .6;
}
.newdet-page .content {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.newdet-page .share {
    padding-top: 10px;
    margin-bottom: 10px;
}
.newdet-page .share h4 {
    font-size: 14px;
    line-height: 28px;
    color: black;
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .share ul {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .share ul li:hover {
    color: #bf8a58;
}
.news-about-page h3.tit {
    font-size: 30px;
    color: #303036;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
}
.news-about-page h3.tit small {
    display: block;
    font-size: 16px;
    line-height: normal;
    margin-top: 15px;
    opacity: .55;
}
#msg2 .box {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 280px;
    right: 0;
    background: white;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 20px 15px;
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    -o-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#msg2 .box h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
#msg2 .box i.close {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 18px;
    right: 10px;
    cursor: pointer;
    cursor: hand;
}
#msg2 .box i.close:after,
#msg2 .box i.close:before {
    content: '';
    width: 24px;
    height: 1px;
    display: block;
    background: black;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#msg2 .box i.close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#msg2 .box i.close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#msg2 .box form ul li {
    padding-bottom: 10px;
    font-size: 12px;
}
#msg2 .box form ul li:last-child {
    padding-bottom: 0;
}
#msg2 .box form ul li input,
#msg2 .box form ul li textarea {
    width: 100%;
    line-height: 24px;
    border: 1px solid #eee;
    padding: 5px 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#msg2 .box form ul li input:focus,
#msg2 .box form ul li textarea:focus {
    border-color: #bf8a58;
}
#msg2 .box form ul li textarea {
    height: 80px;
    resize: vertical;
    -webkit-transition: .5s all,height 0s;
    -moz-transition: .5s all,height 0s;
    -ms-transition: .5s all,height 0s;
    -o-transition: .5s all,height 0s;
    transition: .5s all,height 0s;
}
#msg2 .box form ul li input[type="submit"] {
    background: #bf8a58;
    color: white;
}
#msg2 .box form ul li input[type="submit"]:hover {
    background: #222;
}
#msg2.active .box {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
#msg2:hover span,
#msg2.active2 span {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
@media screen and (max-width: 1600px) {
  .inner-banner {
    height: 300px;
  }
  .news-page .top ul li a {
    line-height: 38px;
    height: 38px;
    padding: 0 30px;
    font-size: 16px;
  }
  .news-page .bottom {
    padding-top: 40px;
  }
  .news-page {
    padding: 50px 0;
  }
  .news-page .bottom ul li {
    padding: 5px;
  }
  .news-page .bottom ul {
    margin: -5px;
  }
  .news-page .bottom ul li .content {
    padding: 10px;
  }
  .prodet-page {
    padding: 80px 0;
  }
  .prodet-page .prodet-1 .text .gallery {
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .text .content {
    margin: 10px 0 20px;
  }
  .prodet-page .prodet-1 .text a.more {
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    padding: 0 23px;
  }
  .prodet-page .prodet-1 .text h3 {
    font-size: 25px;
  }
  .prodet-page .prodet-1 .text .content ul li {
    font-size: 14px;
  }
  .product-page .side-right .top,
  .inner-page .sideBox .side-left h2 {
    margin-bottom: 30px;
  }
  .inner-page .sideBox .side-left h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .inner-page .sideBox .side-left .box ul li a {
    font-size: 14px;
  }
  .prodet-page .prodet-2 {
    padding: 50px 0;
  }
  .product-page {
    padding: 20px 0;
  }
  .product-page .side-right .bottom .block ul li {
    padding: 10px;
    width: 50%;
  }
  .product-page .side-right .bottom .block ul {
    margin: -10px;
  }
  .product-page .side-right .bottom .list ul li .text h4 {
    font-size: 22px;
  }
  .product-page .side-right .bottom .list ul li .text a.more {
    line-height: 32px;
    height: 32px;
    font-size: 14px;
    padding: 0 20px;
  }
  .contact-page {
    padding: 60px 0;
  }
  .contact-page .contact-1 .top h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .contact-page .contact-1 .top .content {
    font-size: 16px;
    line-height: 30px;
    padding: 30px 0;
  }
  .contact-page .contact-1 .bottom h3,
  .contact-page .contact-1 .bottom .left .share h3 {
    font-size: 24px;
    line-height: 44px;
  }
  .contact-page .contact-1 .bottom .left .share ul li {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
  }
  .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-1 .box .left h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .about-page .about-1 .box .left .text {
    margin-top: 20px;
    font-size: 16px!important;
    line-height: 30px!important;
  }
  .about-page .about-1 .box .left .text p {
    padding-top: 20px;
  }
  .about-page .about-1 .list {
    padding-top: 60px;
  }
  .about-page .about-1 .list ul li .box h4 em {
    font-size: 28px;
  }
  .about-page .about-2 {
    height: 400px;
  }
  .about-page .about-3 {
    padding-top: 80px;
  }
  .about-page .about-4 .box {
    padding-top: 60px;
  }
  .about-page .about-4 .box ul li h4 {
    font-size: 20px;
    margin: 15px 0;
  }
  .about-page .about-4 .box ul li .text {
    font-size: 15px;
    line-height: 1.6;
  }
  .about-page .about-4 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-4 .box ul li h4 {
    font-size: 18px!important;
    line-height: 32px!important;
    word-break: break-word;
    white-space: normal;
  }
  .about-page .about-1 .box .left {
    width: 100%!important;
    padding-right: 0;
  }
  .about-page .about-1 .box .right {
    display: none;
  }
  .about-page .about-2 .play img {
    max-width: 60px;
  }
  .about-page .about-3 .box ul li h4 {
    padding: 10px 50px;
    background-position: center left 15px;
  }
  .about-page .about-3 .box ul li h4:after {
    top: 10px;
  }
  .contact-page .contact-1 .bottom .right form ul li span label {
    font-size: 14px;
    line-height: 28px;
  }
  .contact-page .contact-1 .bottom .left {
    width: 60%;
  }
  .contact-page .contact-1 .bottom .right {
    width: 40%;
  }
  .contact-page .contact-1 .bottom .left .list ul li {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .top h2 {
    font-size: 36px;
  }
  .inner-page .sideBox .side-left {
    width: 100%;
  }
  .inner-page .sideBox .side-right {
    width: 70%;
  }
  .product-page .side-right .bottom .list ul li .text .content {
    margin: 10px 0;
    font-size: 13px;
    line-height: 1.6;
  }
  .product-page .side-right .top .show {
    margin: 0 20px;
  }
  .prodet-page .prodet-1 .text a.more {
    font-size: 16px!important;
    line-height: 30px!important;
  }
  .prodet-page .prodet-1 .text h3 {
    font-size: 22px;
  }
  .prodet-page .prodet-2 h2,
  .prodet-page .prodet-3 h2 {
    font-size: 20px!important;
    line-height: 36px!important;
  }
  .prodet-page .prodet-2 .content{
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .bottom ul li .content h4 {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }
  .news-page .bottom ul li .content time{
    font-size: 14px;
    line-height: 28px;
  }
  .news-page .top ul li a {
    line-height: 32px;
    height: 32px;
    font-size: 16px;
    padding: 0 15px;
  }
  .inner-page .sideBox .side-left {
    display: none;
  }
  .inner-page .sideBox .side-right {
    width: 100%;
  }
  .contact-page .contact-1 .bottom .right form ul li span input {
    width: 20px;
    height: 20px;
  }
  .contact-page .contact-1 .bottom .right form ul li span {
    margin-right: 20px;
  }
  .contact-page .contact-1 .bottom .right form ul li input[type="submit"] {
    font-size: 16px;
  }
  .about-page .about-4 .box ul li {
    width: 50%;
  }
  .about-page .about-3 .box ul li .text,
  .about-page .about-3 .box ul li h4 {
    font-size: 14px;
    line-height: 28px;
  }
  .about-page .about-4 .box ul li i {
    max-width: 200px;
  }
  .about-page .about-2 {
    height: 300px;
  }
  .about-page .about-1 .list ul li {
    width: 50%;
    padding: 10px;
  }
  .about-page .about-1 .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .list ul li .box h4 em {
    font-size: 24px;
  }
  .product-page .side-right .top .form{
    display: none;
  }
  .inner-page .sideBox .side-left .box ul {
    padding: 10px 35px 10px 15px;
  }
  .inner-page .sideBox .side-left .info{
    display: none!important;
  }
  .inner-page .sideBox .side-left h2{
    display: none;
  }
  .about-page .about-1 .list ul li .box h4 {
    margin-bottom: 5px;
  }
  .contact-page .contact-1 .bottom .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .bottom .right {
    width: 100%;
    padding-top: 30px;
  }
  .contact-page .contact-1 .top h2 {
    font-size: 24px;
    line-height: 44px;
  }
  .product-page .side-right .bottom .list ul li .text {
    width: 50%;
  }
  .product-page .side-right .bottom .list ul li .img {
    width: 50%;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .text {
    width: 100%;
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .side-right .top .form {
    max-width: 100%;
  }
  .product-page .side-right .top .show,
  .product-page .side-right .top .listBox {
    display: none;
  }
  .about-page .about-4 .box ul li {
    width: 100%;
  }
  .about-page .about-1 .list ul li {
    width: 50%;
  }
  .about-page .about-1 .list ul li .box {
    padding-left: 50px;
  }
  .about-page .about-1 .list ul li .box i {
    max-width: 35px;
  }
  .about-page .about-1 .list {
    text-align: center;
  }
  .about-page .about-1 .box .left h3 {
    font-size: 26px;
    line-height: 46px;
  }
  .inner-banner {
    height: 200px;
  }

}
.mbx {
  font-size: 14px;
  line-height: 28px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.mbx a,
.mbx span {
  display: inline-block;
  vertical-align: middle;
}
.mbx a {
  margin: 0 10px;
}
.mbx a:first-child {
  margin-left: 0;
}
.mbx a:hover {
  text-decoration: underline;
}
.prodet-page .prodet-2 .content ul li {
    list-style: disc;
    margin-left: 1em;
}
.prodet-page .prodet-2 .content ol li {
    list-style: decimal;
    margin-left: 1em;
}

@media screen and (max-width: 500px) {
  .yejiao,.fenlei,.fenleizongjie,.haha{
    display: none!important;
  }
  .chanpyrongyu,.xinwnedehua
  {
 text-align: center;   
}

}

.fenlei{
  font-size:18px; 
  line-height: 32px;
  font-weight:bold;
  margin-bottom: 10px;
}

.fenleiyezongjie {
  font-size:16px; 
  line-height: 30px;
  margin-bottom: 10px;
}
.fenleizongjie{
  padding-bottom:20px!important;
}
.xinwenshangjianju{
  padding-top: 0px!important;
}
.yejiao {
display: inline-block;
vertical-align: middle;
font-size: 14px;
line-height: 28px;
color: white;
margin-left: 10px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 400px;
}
.juti{
  font-size: 24px;
  line-height: 2;
}
.bannerci{
    display: block;
    font-size: 30px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    padding-top: 10%;
}
@media screen and (max-width: 500px) {
.bannerci{
display: block;
font-size: 20px;
line-height: 36px;
text-align: center;
padding-top: 20%;
color: #fff;
}
.juti{
  font-size: 22px;
  line-height: 44px;
}
.mbx{
  font-size: 14px;
  line-height: 28px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.table tbody{
    display: table;
    width: 100% !important;
    font-size: 14px;
    line-height: 28px;
}
.fenleizongjie{
  display: none!important;
}
}

.shouye{
font-size: 16px;
  line-height: 30px;
  max-width: 940px;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: rgba(0, 0, 0, 0.73);
  padding-top: 10px;
}
.shouye h1{
	display: inline;
}

.tuijiancp{
display: block;
margin-top: 15px!important;
font-size: 16px!important;
line-height: 30px!important;
color: #101010!important;
text-align: center!important;
width: 80%!important;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.zuobian{
  width: 40%!important;
}
.youbian{
  width: 37%!important;
}

.xinwendechanpin {
font-size: 16px!important;
line-height: 30px!important;
}
.daxiao{
  padding-left: 10%!important;  
  padding-right: 0%!important;
}
.shangjianju{
    padding: 10px 0 100px!important;
}
.chanpyrongyu{
    padding-right: 25%!important;
}
.xinwnedehua{
    padding-right: 40%!important;
}
.haha{
	margin-top: 40px;
	margin-bottom: 40px;
}
.zhishi{
    text-align: center!important;
    font-size: 24px!important;
line-height: 40px!important;
}
.bankuai{
    font-size: 16px!important;
line-height: 32px!important;
padding-bottom: 40px!important;
}