@font-face {
  font-family: 'FuturaBT-Bold';
  src: url(../fonts/futurabt-bold.ttf) format('truetype'), url(../fonts/futurabt-bold.eot) format('eot'), url(../fonts/futurabt-bold.woff) format('woff'), url(../fonts/futurabt-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'FuturaBT-Medium';
  src: url(../fonts/futurabt-medium.ttf) format('truetype'), url(../fonts/futurabt-medium.eot) format('eot'), url(../fonts/futurabt-medium.woff) format('woff'), url(../fonts/futurabt-medium.woff2) format('woff2');
}
body {
  font-family: "Arial";
  max-width: 1920px;
  background: #1f1f1f;
  color: white;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1470px;
}
.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;
  top: 20px;
  left: 0;
  width: 100%;
  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;
  padding-left: 60px;
  padding-right: 30px;
  text-align: right;
  line-height: 66px;
  height: 66px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  float: left;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .logo h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  color: white;
  margin-left: 15px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 13px;
  font-size: 16px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -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;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  line-height: 24px;
  height: 24px;
  padding: 0 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  background: #e72627;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #e72627;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  /*display: block \9;*/
}
#header .nav .ui.menu .menu-box ul.menu > li 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 .menu-box ul.menu > li ul.sub-menu li:hover>ul {
  display: block;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .yuy {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
}
#header .nav .ui.menu .yuy:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 12px;
  width: 1px;
  background: #666;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .nav .ui.menu .yuy span {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  height: 22px;
  padding: 0 7px;
  border: 1px solid #666;
  font-size: 12px;
  color: white;
}
#header .nav .ui.menu .yuy span i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#header .nav .ui.menu .yuy ul {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  right: 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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #e72627;
  display: none \9;
}
#header .nav .ui.menu .yuy ul li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 24px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .yuy ul li img {
  max-width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
#header .nav .ui.menu .yuy ul li a {
  display: block;
}
#header .nav .ui.menu .yuy ul li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .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: 0;
  padding: 10px 0;
  background: black;
  -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 10px rgba(255, 255, 255, 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%);
  -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: #e72627;
}
#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: #e72627;
  -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: #e72627;
  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;
  font-size: 15px;
  line-height: 30px;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  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: #e72627;
}
#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: #e72627 !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;
  -ms-transition: .5s;
  -o-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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 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);
}
#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%);
  -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: 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: #e72627;
  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%);
  -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: #e72627;
}
#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);
  -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;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner video {
  width: 100%;
}
#banner .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
#banner .content i {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}
#banner .content i:after {
  content: '';
  height: 100%;
  width: 16%;
  position: absolute;
  left: 15.3%;
  top: 0;
  background: url('../images/turbo.png') center center no-repeat;
  background-size: 100% auto;
  z-index: 1;
  -webkit-animation:xz 2s linear infinite;
  -o-animation:xz 2s linear infinite;
  -ms-animation:xz 2s linear infinite;
  -moz-animation:xz 2s linear infinite;
  animation:xz 2s linear infinite;
}
#banner .content i:hover:after {
  -webkit-animation-duration: .5s;
  -o-animation-duration: .5s;
  -ms-animation-duration: .5s;
  -moz-animation-duration: .5s;
  animation-duration: .5s;
}
@-webkit-keyframes xz {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}

@-o-keyframes xz {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}

@-moz-keyframes xz {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}

@keyframes xz {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}
#banner .content .box {
  display: inline-block;
  margin: 0 auto;
  text-align: right;
}
#banner .content img {
  display: block;
  margin: 0 auto;
}
#banner .content h2 {
  display: block;
  font-size: 30px;
  font-family: "FuturaBT-Medium";
  line-height: 1.6;
  margin-top: 20px;
  text-align: center;
}
#banner .content p {
  display: block;
  font-family: "FuturaBT-Medium";
  line-height: 2;
  font-size: 40px;
  margin: 7px 0;
  text-align: center;
}
#banner .content .play {
  font-size: 22px;
  font-family: "";
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  margin-top: 15px;
  cursor: pointer;
  cursor: hand;
}
#banner .content .play img {
  display: block;
  margin: 0 auto 10px;
}
#banner .ui.container {
  position: static;
}
#banner a.more {
  display: inline-block;
  line-height: 34px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid white;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-left: auto;
}
#banner a.more:hover {
  background: #e72627;
}
#index-body .init-1 .top {
  display: block;
  padding: 60px 0 60px;
  text-align: center;
  color: white;
}
#index-body .init-1 .top h2 {
  display: block;
  font-size: 36px;
  font-family: "FuturaBT-Medium";
  text-transform: uppercase;
  line-height: 1;
}
#index-body .init-1 .top h2:after {
  content: '';
  display: block;
  margin: 15px auto 0;
  width: 120px;
  height: 2px;
  background: #e72627;
}
#index-body .init-1 .bottom {
 
}
#index-body .init-1 .bottom h3 {
  display: block;
  font-family: "FuturaBT-Bold";
  font-size: 48px;
  text-transform: uppercase;
}
#index-body .init-1 .bottom h3 img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
#index-body .init-1 .bottom h5 {
  display: block;
  font-family: "FuturaBT-Medium";
  font-size: 38px;
  margin: 35px 0 20px;
}
#index-body .init-1 .bottom .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  max-width: 700px;
  margin: 0 auto;
}
#index-body .init-1 .bottom a.more {
  display: inline-block;
  line-height: 34px;
  height: 34px;
  padding: 0 15px;
  font-size: 18px;
  font-family: "FuturaBT-Medium";
  background: #e72627;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-top: 60px;
}
#index-body .init-1 .bottom a.more:hover {
  background: #222;
}
#index-body .init-2 {
  display: block;
  background: #f2f2f2;
  padding: 70px 0 60px;
  text-align: center;
  overflow: hidden;
}
#index-body .init-2 .ui.container {
  max-width: 1250px;
}
#index-body .init-2 h2 {
  display: block;
  font-family: "FuturaBT-Bold";
  font-size: 54px;
  color: #242934;
  line-height: 1;
}
#index-body .init-2 h2:after {
  content: '';
  display: block;
  margin: 20px auto 0;
  width: 120px;
  height: 2px;
  background: #e72627;
}
#index-body .init-2 .box {
  display: block;
  margin: 40px 0 50px;
}
#index-body .init-2 .box ul {
  margin: -10px -50px;
}
#index-body .init-2 .box ul li {
  padding: 10px 50px;
  text-align: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  top: 0;
}
#index-body .init-2 .box ul li h4 {
  display: block;
  font-size: 24px;
  font-family: "FuturaBT-Bold";
  color: #e72627;
  margin-bottom: 15px;
  line-height: 1;
  text-transform: capitalize;
}
#index-body .init-2 .box ul li h4 i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#index-body .init-2 .box ul li h4 i img {
  position: relative;
  top: -2px;
}
#index-body .init-2 .box ul li p {
  display: block;
  font-size: 16px;
  color: #3a3a3a;
  line-height: 30px;
}
#index-body .init-2 .box ul li:hover {
  top: -10px;
}
#index-body .init-2 a.more {
  font-size: 18px;
  font-family: "FuturaBT-Medium";
  color: #d71415;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 a.more:hover {
  text-decoration: underline;
}
#index-body .init-3 {
  background: #1c1c1c;
  padding: 50px 0 60px;
}
#index-body .init-3 .ui.container {
  max-width: 1370px;
}
#index-body .init-3 ul {
  margin: -10px;
}
#index-body .init-3 ul li {
  padding: 10px;
}
#index-body .init-3 ul li .box2 {
  padding-left: 26px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  top: 0;
}
#index-body .init-3 ul li .box2:after {
  content: '';
  height: 30px;
  width: 2px;
  background: #c7c7c7;
  position: absolute;
  left: 0;
  top: 10px;
}
#index-body .init-3 ul li .box2 i {
  display: block;
}
#index-body .init-3 ul li .box2 h3 {
  display: block;
  font-size: 24px;
  color: #e72627;
  font-family: "FuturaBT-Medium";
  margin: 15px 0;
  line-height: 1;
}
#index-body .init-3 ul li .box2 p {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #d0d0d0;
}
#index-body .init-3 ul li .box2:hover {
  top: -10px;
}
#index-body .init-4 {
  background: #121212;
}
#index-body .init-4 .left {
  vertical-align: middle;
  padding: 0 8%;
}
#index-body .init-4 .left h2 {
  font-size: 54px;
  font-family: "FuturaBT-Bold";
  line-height: 1;
  display: inline-block;
  text-transform: capitalize;
}
#index-body .init-4 .left h2 small {
  display: block;
  font-family: "FuturaBT-Medium";
  font-size: 16px;
  line-height: 30px;
  padding-top: 10px;
}
#index-body .init-4 .left a.more {
  float: right;
  font-size: 16px;
  font-family: "FuturaBT-Medium";
  color: #e72627;
  margin-top: 30px;
  text-transform: capitalize;
}
#index-body .init-4 .left a.more:hover {
  text-decoration: underline;
}
#index-body .init-4 .left .list {
  margin-top: 45px;
  text-align: center;
}
#index-body .init-4 .left .list ul {
  margin: -15px;
}
#index-body .init-4 .left .list ul li {
  padding: 15px;
  text-align: center;
  width: auto;
  display: inline-block;
}
#index-body .init-4 .left .list ul li img {
  max-height: 310px;
  width: auto;
}
#index-body .init-4 .left .list ul li h5 {
  margin-top: 20px;
  display: block;
  text-align: center;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  line-height: 1;
}
#index-body .init-4 .left .list ul .slick-dots {
  margin: 30px auto 0;
}
#index-body .init-4 .left .list ul .slick-dots li {
  padding: 0;
  margin: 0 5px;
  width: 34px;
  height: 1px;
  background: white;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .left .list ul .slick-dots li button {
  display: none;
}
#index-body .init-4 .left .list ul .slick-dots li.slick-active {
  width: 105px;
  background: #e72627;
}
#index-body .init-4 .right {
  vertical-align: middle;
  height: 650px;
  background-size: cover;
}
#index-body .init-5 .top {
  display: block;
  background: #191919;
  padding: 75px 0 50px;
  text-align: center;
}
#index-body .init-5 .top h2 {
  display: block;
  font-size: 50px;
  font-family: "FuturaBT-Bold";
  text-transform: capitalize;
}
#index-body .init-5 .top h2:after {
  content: '';
  width: 120px;
  height: 3px;
  display: block;
  background: #e72627;
  margin: 5px auto 0;
}
#index-body .init-5 .top .text {
  font-family: "FuturaBT-Medium";
  font-size: 16px;
  color: #dbdada;
  margin-top: 12px;
  line-height: 30px;
}
#index-body .init-5 .bottom {
 
}
#index-body .init-5 .bottom .content {
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
#index-body .init-5 .bottom .content i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
#index-body .init-5 .bottom .content h2 {
  margin: 20px 0;
  font-size: 52px;
  font-family: "FuturaBT-Bold";
  text-transform: uppercase;
  line-height: 72px;
}
#index-body .init-5 .bottom .content p {
  display: block;
  font-size: 18px;
  line-height: 32px;
}
#index-body .init-6 {
  padding: 100px 0 150px;
  text-align: center;
  background: #1b1b1b;
}
#index-body .init-6 h2 {
  display: block;
  font-size: 50px;
  font-family: "FuturaBT-Bold";
  text-transform: capitalize;
}
#index-body .init-6 h2 em {
  color: #e72627;
}
#index-body .init-6 .text {
  display: block;
  font-size: 16px;
  color: #c2c2c2;
  line-height: 30px;
  margin: 20px auto 25px;
  max-width: 1000px;
}
#index-body .init-6 .options-box {
  display: block;
}
#index-body .init-6 .options-box h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: white;
}
#index-body .init-6 .options-box .options {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
  position: relative;
  margin-left: 15px;
  margin-right: 34px;
  z-index: 1;
}
#index-body .init-6 .options-box .options span {
  line-height: 24px;
  height: 24px;
  padding: 0 10px;
  background: white;
  font-size: 14px;
  font-weight: bold;
  color: #3c3c3c;
  min-width: 125px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
#index-body .init-6 .options-box .options span i {
  margin-left: 50px;
  float: right;
  margin-top: 5px;
}
#index-body .init-6 .options-box .options span span {
  width: 24px;
  background: #e72627;
  padding: 0;
  min-width: auto;
  color: white;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 10px;
}
#index-body .init-6 .options-box .options ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  display: none;
}
#index-body .init-6 .options-box .options ul li {
  display: block;
  line-height: 20px;
  padding: 2px 10px;
  color: #333;
  font-size: 13px;
  border-top: 1px solid #eee;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .options-box .options ul li:hover {
  background: #e72627;
  color: white;
}
#index-body .init-6 .options-box .options:hover ul {
  display: block;
}
#index-body .init-6 .options-box a.more {
  display: inline-block;
  font-size: 14px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 35px;
  position: relative;
}
#index-body .init-6 .options-box a.more i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  left: 0;
}
#index-body .init-6 .options-box a.more i img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
#index-body .init-6 .options-box a.more:hover i {
  left: 10px;
}
#index-body .init-6 .box {
  margin-top: 120px;
  overflow: hidden;
}
#index-body .init-6 .box ul {
  margin: 0 -35px;
}
#index-body .init-6 .box ul li {
  padding: 0 35px;
  text-align: center;
}
#index-body .init-6 .box ul li span {
  display: block;
  margin-bottom: 20px;
  -webkit-box-reflect: below 0 -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 35%);
}
#index-body .init-6 .box ul li span img {
  margin: 0 auto;
}
#index-body .init-6 .box ul li h4 {
  font-size: 16px;
  font-weight: bold;  
  line-height: 30px;
  display: inline-block;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  max-width: 100%;
}
#index-body .init-6 .box ul li h4:after {
  content: '';
  display: block;
  width: 100%;
  background: #575757;
  height: 1px;
  margin-top: 10px;
}
#index-body .init-6 .box ul li h4:hover {
  color: #e72627;
}
#index-body .init-6 .box ul li h5 {
  display: block;
    font-size: 16px;
    color: #c7c7c7;
    /* font-weight: bold; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
    line-height: 30px;
}
#index-body .init-6 .box ul li p {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 30px;
}
#index-body .init-7 {
  padding: 70px 0 90px;
  background: #f4f4f4;
  text-align: center;
}
#index-body .init-7 h2 {
  display: block;
  font-size: 50px;
  color: #242424;
  font-family: "FuturaBT-Bold";
}
#index-body .init-7 .text {
  display: block;
  font-size: 18px;
  color: #737373;
}
#index-body .init-7 .box {
  display: block;
  margin-top: 45px;
  overflow: hidden;
}
#index-body .init-7 .box ul {
  margin: -10px -35px;
}
#index-body .init-7 .box ul li {
  padding: 10px 35px;
  width: auto;
}
#index-body .init-7 .box ul li img {
  max-height: 75px;
  margin: 0 auto;
}
#index-body .init-8 {
  padding: 45px 0 70px;
  background: white;
  overflow: hidden;
}
#index-body .init-8 h2 {
  font-size: 50px;
  color: #252525;
  font-family: "FuturaBT-Bold";
  text-align: center;
}
#index-body .init-8 .box {
  margin-top: 40px;
}
#index-body .init-8 .box ul {
  margin: 0 -30px;
}
#index-body .init-8 .box ul li {
  padding: 0 30px;
}
#index-body .init-8 .box ul li a.img-box {
  display: block;
  border-radius: 10px;
}
#index-body .init-8 .box ul li a.img-box img {
  width: 100%;
}
#index-body .init-8 .box ul li .content {
  display: block;
  padding: 50px 35px 0;
  position: relative;
}
#index-body .init-8 .box ul li .content time {
  position: absolute;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  padding: 0 20px;
  border-radius: 4px;
  background: #e72627;
  color: white;
  font-size: 16px;
  top: -10px;
}
#index-body .init-8 .box ul li .content h3 {
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-8 .box ul li .content h3:hover {
  color: #e72627;
}
#index-body .init-8 .box ul li .content p {
  display: block;
  font-size: 16px;
  color: #767676;
  line-height: 30px;
  margin-top: 15px;
}
#footer .footer-top {
  padding: 70px 0 20px;
  position: relative;
}
#footer .footer-top #gotop {
  position: absolute;
  top: 0;
  right: 15%;
  cursor: pointer;
  cursor: hand;
}
#footer .footer-top .left {
  width: 30%;
  text-align: center;
  margin-top: -25px;
}
#footer .footer-top .left .f-logo {
  margin-bottom: 15px;
  margin-left: -50px;
}
#footer .footer-top .left .f-logo img {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-top .left .f-logo h4 {
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-size: 20px;
  font-family: "FuturaBT-Medium";
  margin-left: 10px;
}
#footer .footer-top .left #ewm {
  margin: 0 auto !important;
}
#footer .footer-top .left .share {
  margin-top: 10px;
}
#footer .footer-top .left .share ul li {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
  border: 1px solid #ccc;
  margin: 0 2px;
  font-size: 16px;
  color: #ccc;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-top .left .share ul li:hover {
  color: #e72627;
  border-color: #e72627;
}
#footer .footer-top .right {
  width: 70%;
  padding-left: 5%;
}
#footer .footer-top .right ul {
  margin: -10px;
}
#footer .footer-top .right ul li {
  padding: 10px;
}
#footer .footer-top .right ul li dl dt {
  font-size: 22px;
  font-family: "FuturaBT-Medium";
  color: white;
  margin-bottom: 30px;
  line-height: .9;
}
#footer .footer-top .right ul li dl dt:after {
  content: '';
  width: 25px;
  height: 2px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px;
  background: #e72627;
}
#footer .footer-top .right ul li dl dd {
  font-size: 16px;
  color: #a0a0a0;
  line-height: 32px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-top .right ul li dl dd:hover {
  color: white;
}
#footer .footer-bottom .box {
  padding: 20px;
  border-top: 1px solid #3e3e3e;
}
#footer .footer-bottom .box p {
  font-size: 16px;
  color: #818181;
  line-height: 30px;
}
#footer .footer-bottom .box p a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .box p a img {
  max-height: 14px;
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom .box p a:hover {
  color: white;
}
#footer .footer-bottom .box .left {
  width: 80%;
}
#footer .footer-bottom .box .right {
  width: 20%;
  text-align: right;
}
@media screen and (max-width: 1500px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .logo h4 {
    font-size: 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 5px;
  }
  #header .nav {
    padding: 0 15px;
  }
  #header .nav {
    height: 40px;
    line-height: 40px;
  }
  #header .nav .ui.menu .logo img {
    height: 40px;
  }
  #banner .content img {
    max-height: 70px;
  }
  #banner .content h2 {
    font-size: 50px;
  }
  #banner .content p {
    font-size: 24px;
  }
  #banner .content .play img {
    max-width: 50px;
  }
  #banner .content .play {
    font-size: 18px;
  }
  #banner .content a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    margin-top: 40px;
    font-size: 16px;
    margin-top: 20px;
  }
  #index-body .init-1 .top h2 {
    font-size: 28px;
  }
  #index-body .init-1 .bottom h3 {
    font-size: 40px;
  }
  #index-body .init-1 .bottom h5 {
    font-size: 28px;
  }
  #index-body .init-2 h2 {
    font-size: 40px;
  }
  #index-body .init-2 .box ul li h4 {
    font-size: 20px;
  }
  #index-body .init-3 ul li .box2 i img {
    max-height: 40px;
  }
  #index-body .init-4 .left h2 {
    font-size: 40px;
  }
  #index-body .init-4 .left {
    padding: 0 15px;
  }
  #index-body .init-4 .left .list ul li img {
    max-height: 260px;
  }
  #index-body .init-4 .left .list ul .slick-dots li.slick-active {
    width: 60px;
  }
  #index-body .init-4 .left .list ul .slick-dots li {
    width: 20px;
  }
  #index-body .init-4 .right {
    height: 560px;
  }
  #index-body .init-5 .top h2 {
    font-size: 40px;
  }
  #index-body .init-5 .bottom {
    padding: 80px 0;
  }
  #index-body .init-5 .bottom .content i img {
    max-height: 80px;
  }
  #index-body .init-5 .bottom .content h2 {
    font-size: 50px;
    line-height: 1.2;
  }
  #index-body .init-5 .bottom .content p {
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .init-6 {
    padding: 60px 0;
  }
  #index-body .init-6 h2 {
    font-size: 40px;
  }
  #index-body .init-6 .box ul li {
    padding: 0 15px;
  }
  #index-body .init-6 .box ul {
    margin: 0 -15px;
  }
  #index-body .init-6 .box ul li h4 {
    font-size: 28px;
  }
  #index-body .init-6 .box ul li h5 {
    font-size: 18px;
  }
  #index-body .init-6 .box {
    margin-top: 80px;
  }
  #index-body .init-7 h2 {
    font-size: 40px;
  }
  #index-body .init-7 .box ul li {
    padding: 10px;
  }
  #index-body .init-7 .box ul {
    margin: -10px;
  }
  #index-body .init-8 h2 {
    font-size: 40px;
  }
  #index-body .init-8 .box ul li {
    padding: 0 10px;
  }
  #index-body .init-8 .box ul {
    margin: 0 -10px;
  }
  #index-body .init-8 .box ul li .content {
    padding: 30px 15px 0;
  }
  #footer .footer-top .right ul li dl dd {
    line-height: 30px;
  }
  #footer .footer-bottom .box {
    padding: 10px;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #header .nav .ui.menu .logo h4 {
    font-size: 16px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 10px;
  }
  #banner .content img {
    max-height: 50px;
  }
  #banner .content h2 {
    font-size: 32px;
  }
  #banner .content p {
    font-size: 18px;
  }
  #banner .content .play img {
    max-width: 40px;
    margin-bottom: 10px;
  }
  #banner .content .play {
    font-size: 16px;
  }
  #index-body .init-1 .bottom h3 {
    font-size: 30px;
  }
  #index-body .init-1 .bottom h5 {
    font-size: 20px;
    margin: 15px 0;
  }
  #index-body .init-1 .bottom a.more {
    font-size: 16px;
    margin-top: 30px;
  }
  #index-body .init-2 h2 {
    font-size: 32px;
  }
  #index-body .init-2 .box ul li {
    padding: 10px;
  }
  #index-body .init-2 .box ul {
    margin: -10px;
  }
  #index-body .init-3 ul li .box2 h3 {
    font-size: 20px;
  }
  #index-body .init-4 .left {
    width: 100%;
    padding: 50px 15px;
  }
  #index-body .init-4 .right {
    height: 300px;
    width: 100%;
    background-position: center center;
  }
  #index-body .init-5 .top h2 {
    font-size: 32px;
  }
  #index-body .init-5 .top {
    padding: 30px 0;
  }
  #index-body .init-5 .bottom .content i img {
    max-height: 60px;
  }
  #index-body .init-5 .bottom .content h2 {
    font-size: 40px;
  }
  #index-body .init-5 .bottom .content {
    max-width: 520px;
  }
  #index-body .init-6 h2,
  #index-body .init-8 h2 {
    font-size: 32px;
  }
  #index-body .init-6 .box ul li span {
    margin-bottom: 50px;
  }
  #index-body .init-6 .box ul li h4 {
    font-size: 22px;
  }
  #index-body .init-6 .box ul li h5 {
    font-size: 16px;
  }
  #index-body .init-6 .box {
    margin-top: 50px;
  }
  #index-body .init-7 h2 {
    font-size: 30px;
  }
  #index-body .init-7 {
    padding: 50px 0;
  }
  #index-body .init-8 .box ul li .content h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .content img {
    max-height: 40px;
  }
  #banner .content h2 {
    font-size: 28px;
  }
  #banner .content p {
    font-size: 16px;
  }
  #banner .content a.more {
    font-size: 14px;
  }
  #index-body .init-1 .top {
    padding: 30px 0;
  }
  #index-body .init-1 .top h2 {
    font-size: 24px;
  }
  #index-body .init-1 .bottom {
    padding: 50px 0;
  }
  #index-body .init-1 .bottom h3 {
    font-size: 26px;
  }
  #index-body .init-2 {
    padding: 50px 0;
  }
  #index-body .init-2 .box ul li {
    width: 100%;
  }
  #index-body .init-3 ul li {
    width: 50%;
  }
  #index-body .init-4 .left h2 {
    font-size: 28px;
  }
  #index-body .init-4 .left a.more {
    margin-top: 20px;
  }
  #index-body .init-5 .bottom .content h2 {
    font-size: 32px;
  }
  #index-body .init-5 .bottom .content {
    max-width: 480px;
  }
  #footer .footer-top .right {
    width: 100%;
    padding-left: 0;
	text-align:center;
  }
  #footer .footer-top .left {
    margin-top: 0;
    width: 100%;
    padding-bottom: 30px;
  }
  #footer .footer-top .left #ewm {
    display: none;
  }
  #footer .footer-top {
    padding: 40px 0 20px;
  }
  #footer .footer-bottom .box .left {
    width: 100%;
    text-align: center;
  }
  #footer .footer-bottom .box .left a.foot-link{
    display: none!important;
  }
  #footer .footer-bottom .box .right {
    width: 100%;
    text-align: center;
  }
  #footer .footer-top .right ul li dl dt {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner .content a.more {
    display: none;
  }
  #banner .content .play img {
    margin-bottom: 5px;
  }
  #index-body .init-1 .bottom h5 {
    line-height: 1.6;
  }
  #index-body .init-5 .bottom {
    padding: 60px 0;
  }
  #index-body .init-6 .options-box a.more {
    margin-left: 0;
    margin-top: 15px;
  }
  #index-body .init-6 .box ul li {
    padding: 0 5px;
  }
  #index-body .init-6 .box ul {
    margin: 0 -5px;
  }
  #index-body .init-6 .box ul li h4 {
    font-size: 20px;
  }
  #index-body .init-6 .box ul li h4:after {
    margin-top: 5px;
  }
  #index-body .init-6 .box ul li h5 {
    font-size: 14px;
  }
  #index-body .init-8 .box {
    margin-top: 20px;
  }
  #footer .footer-top .right ul li:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer-top .left .f-logo img {
    max-width: 40px;
  }
  #footer .footer-top .left .f-logo {
    margin-left: 0;
  }
  #index-body .init-6 h2,
  #index-body .init-8 h2,
  #index-body .init-7 h2,
  #index-body .init-5 .top h2 {
    font-size: 26px;
  }
  #index-body .init-5 .bottom .content h2 {
    font-size: 28px;
	line-height:50px;
  }
  #index-body .init-4 .left a.more {
    float: none;
    display: block;
  }
  #index-body .init-4 .left .list ul li img {
    max-height: 250px;
  }
  #index-body .init-3 ul li {
    width: 100%;
  }
  #index-body .init-2 h2 {
    font-size: 28px;
  }
  #index-body .init-2 h2:after {
    margin-top: 10px;
  }
  #index-body .init-1 .bottom h5 {
    line-height: 1.8;
  }
  #banner .content .play {
    display: none;
  }
}
.inner-banner {
  height: 400px;
  background-size: cover;
  background-position: center center;
  /*position: relative;*/
  text-align: center;
  padding-top: 180px;
  color: white;
  z-index: 1;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.inner-banner h3 {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "FuturaBT-Bold";
  width: 80%;
}
.inner-banner .mbx {
  font-size: 16px;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:first-child:before {
  content: "\f015";
  font-family: "FontAwesome";
  color: #e72627;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
}
.inner-banner .mbx a:hover {
  color: #e72627;
}
.inner-page {
  font-size: 14px;
  line-height: 1.8;
  position:relative;
  z-index:1;
  background: #2b2b2b;
}
.inner-page p {
    line-height: 30px;
    color: #797979;
    font-size: 16px;
    font-family: "FuturaBT-Medium";
}
.inner-page .text {
    color: #bfbfbf;
    line-height: 30px;
    font-size: 16px;
}
.inner-page .text p {
  color: inherit;
}
.inner-page i.small-tit {
  color: #e72627;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "POPPINS-MEDIUM";
}
.inner-page h3.title {
  color: white;
  text-transform: none;
  font-size: 40px;
  line-height: 60px;
  margin: 15px 0;
  position: relative;
  font-family: "FuturaBT-Bold";
}
.inner-page h3.title.mt0 {
  margin-top: 0;
}
.inner-page .form ul {
  margin: -5px;
}
.inner-page .form ul li {
  padding: 5px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #353535 none repeat scroll 0 0;
  border: medium none;
  font-size: 16px;
  line-height: 30px;
  color: white;
  font-family: "FuturaBT-Medium";
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: white;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: white;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: white;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: white;
}
.inner-page .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
  background: #e72627;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-family: "POPPINS-MEDIUM";
  font-size: 14px;
  text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #222;
}
.inner-page .sidebar-box .sidebar-left {
  width: 28%;
  padding-right: 15px;
  position: sticky;
  top: 100px;
  z-index: 1;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 30px;
  background: #181818;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
  margin: 5px 0;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
  display: block;
  text-transform: uppercase;
  color: white;
  font-family: "POPPINS-MEDIUM";
  font-size: 14px;
  padding: 15px 20px;
  background: #333;
  border-left: 4px solid white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a i {
  float: right;
  font-size: 20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
  padding: 15px;
  background: #333;
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  z-index: 2;
  width: 100%;
  max-height: 500px;
  overflow: auto;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover>ul {
  display: block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
  background: #181818;
  border-color: #d7d7d7;
  /*color: #333;*/
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active > a {
  background: #e72627 none repeat scroll 0 0;
  color: #fff;
  border-left: 4px solid #072948;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf {
  margin: 30px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4 {
  color: white;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 25px;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:after {
  position: absolute;
  height: 4px;
  width: 30%;
  background: #e72627 none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: -20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 35%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a {
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 30px;
  border: 1px solid #eee;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
  margin-right: 5px;
  color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
  float: right;
  margin-top: 6px;
  color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
  background: #e72627 none repeat scroll 0 0;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover i {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info {
  padding: 30px;
  background: url("../images/sidebar-info.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e72627;
  z-index: -1;
  opacity: .83;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
  color: #fff;
  font-size: 25px;
  text-transform: capitalize;
  line-height: 30px;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  margin-bottom: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info p {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
  color: #fff;
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: 1px;
  margin: 20px 0;
  display: block;
  font-size: 1.5rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #e72627;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover {
  background: transparent;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-right {
  width: 72%;
  padding-left: 15px;
}
.inner-page .sidebar-box .sidebar-right.news {
  width: 100%;  
}
.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: white;
  font-weight: 500;
  background: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page a:hover {
  background: #e72627 none repeat scroll 0 0;
  color: #fff;
}
.about-page .about-1 {
  padding: 70px 0;
}
.about-page .about-1 .left {
  width: 42%;
  padding-right: 15px;
  vertical-align: middle;
}
.about-page .about-1 .left .box2 {
  position: relative;
  z-index: 1;
}
.about-page .about-1 .left .box2:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(195 35 36 / 80%);
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: -1;
}
.about-page .about-1 .left .box2:before {
  content: '';
  background: rgba(43, 43, 43, 0.34) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.about-page .about-1 .left .box2 .play {
  position: absolute;
  color: white;
  bottom: 20px;
  font-family: "POPPINS-MEDIUM";
  right: 20px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .left .box2 .play i {
  background: #e72627 none repeat scroll 0 0;
  border: 2px solid #e72627;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 58px;
  line-height: 15px;
  margin: 0 10px 0 0;
  padding: 20px;
  text-align: center;
  width: 58px;
}
.about-page .about-1 .right {
  width: 58%;
  padding-left: 15px;
  vertical-align: middle;
}
.about-page .about-1 .right h5 {
  color: white;
    font-weight: 500;
    text-transform: none;
    font-size: 22px;
    margin-top: 35px;
    position: relative;
    line-height: 36px;
    margin-bottom: 10px;
    font-family: "FuturaBT-Medium";
}
.about-page .about-1 .right h5:before {
  position: absolute;
  height: 4px;
  width: 10%;
  background: #e72627 none repeat scroll 0 0;
  content: "";
  left: 0;
  top: -20px;
}
.about-page .about-1 .right h5:after {
  position: absolute;
  content: "";
  top: -20px;
  left: 11%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.about-page .about-1 .right .text ul {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
.about-page .about-1 .right .text ul li {
  color: #111;
  margin: 5px 0;
  text-transform: capitalize;
  padding-left: 15px;
  position: relative;
  font-size: 16px;
  font-family: "POPPINS-REGULAR";
  width: 50%;
  float: left;
}
.about-page .about-1 .right .text ul li:after {
  content: "\f101";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  color: #e72627;
}
.about-page .about-2 {
  background: #f8f9fc;
  padding: 70px 0;
}
.about-page .about-2 .left {
  padding-right: 15px;
}
.about-page .about-2 .left h3.title {
  color: #333;
}
.about-page .about-2 .right {
  padding-left: 15px;
}
.about-page .about-2 .right .content {
  background: white none repeat scroll 0 0;
  padding: 20px 5px;
  border-radius: 5px;
}
.about-page .about-2 .right .content li {
  text-transform: none;
    color: #333;
    padding: 15px 10px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 14px;
    line-height: 28px;

}
.about-page .about-2 .right .content li i {
  color: #e72627;
  margin-right: 10px;
}
.about-page .about-3 {
  padding: 70px 0;
  background: url("../images/about-3-bg.png") center center #e72627;
  color: white;
  text-align: center;
}
.about-page .about-3 h3,
.about-page .about-3 p {
  color: inherit;
}
.about-page .about-3 p {
  max-width: 850px;
  display: block;
  margin: 30px auto;
}
.about-page .about-3 a.more {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: "POPPINS-REGULAR";
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #e72627;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 a.more:hover {
  background: transparent;
  color: #fff;
}
.about-page .about-4 {
  padding: 70px 0;
}
.about-page .about-4 .top {
  display: block;
}
.about-page .about-4 .top .left {
  vertical-align: middle;
}
.about-page .about-4 .top .right {
  text-align: right;
  vertical-align: middle;
}
.about-page .about-4 .top .right a.more {
  display: inline-block;
  vertical-align: middle;
  color: #e72627;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 18px;
  font-family: "POPPINS-REGULAR";
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.about-page .about-4 .top .right a.more:after {
  content: '';
  height: 100%;
  width: 2px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: #e72627;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.about-page .about-4 .top .right a.more i {
  margin-left: 5px;
}
.about-page .about-4 .top .right a.more:hover {
  color: white;
}
.about-page .about-4 .top .right a.more:hover:after {
  width: 100%;
}
.about-page .about-4 .bottom {
  padding-top: 50px;
}
.about-page .about-4 .bottom ul {
  margin: -15px;
}
.about-page .about-4 .bottom ul li {
  padding: 15px;
}
.about-page .about-4 .bottom ul li .box {
  box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
  background: #111;
}
.about-page .about-4 .bottom ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.about-page .about-4 .bottom ul li .box h5 {
  display: block;
  color: white;
  font-family: "POPPINS-MEDIUM";
  font-size: 22px;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .bottom ul li .box:hover h5 {
  background: #e72627;
  color: white;
}
.faq-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  background: #111;
}
.faq-page .faq-1 .search {
  max-width: 550px;
  display: block;
  margin: 20px auto;
  position: relative;
}
.faq-page .faq-1 .search input {
  width: 100%;
  border: medium none;
  color: #111;
  left: 0;
  padding: 0 70px 0 15px;
  border-radius: 30px;
  background: white;
  display: block;
  line-height: 50px;
  height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  line-height: 50px;
  height: 50px;
  color: #e72627;
}
.faq-page .faq-1 p {
  max-width: 770px;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    font-family: "FuturaBT-Medium";
}
.faq-page .faq-2 {
  padding: 70px 0;
}
.faq-page .faq-2 .left {
  width: 66%;
  padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
  display: block;
  text-align: left;
  padding: 9px;
  background: #e2e2e2 none repeat scroll 0 0;
  color: #272727;
    border-radius: 0;
    font-family: 'FuturaBT-Medium';
  font-weight: 400;
  font-size: 22px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: #e72627;
}
.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  display: none;
  font-size: 16px;
}
.faq-page .faq-2 .left ul li .content p {
  font-size: 18px;
    color: #c1c1c1;
}
.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #1a1a1a;
}
.faq-page .faq-2 .right .box2 h3.title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
}
.service-page {
  padding: 70px 0;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:first-child {
  display:none;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
  display:none !important;
}
.service-page h3.title {
  font-size: 24px;
}
.service-page .form {
  padding-top: 30px;
}
.news-page {
  padding: 70px 0;
}
.news-page .news-list ul {
  margin: -15px;
}
.news-page .news-list ul li {
  padding: 15px;
}
.news-page .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-list ul li a.img-box {
  display: block;
}
.news-page .news-list ul li a.img-box img {
  width: 100%;
}
.news-page .news-list ul li .box {
  padding: 10px;
  -moz-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
      box-shadow: 0 0 10px rgb(255 255 255 / 20%);
    background: white;
}
.news-page .news-list ul li .box .content {
  padding: 20px;
  position: relative;
}
.news-page .news-list ul li .box .content time {
  position: absolute;
  width: 65px;
  height: 65px;
  top: -35px;
  background: #e72627 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
}
.news-page .news-list ul li .box .content h3 {
  margin-top: 25px;
  font-family: 'FuturaBT-Medium';
    font-size: 22px;
    margin-bottom: 15px;
    color: #252525;
    display: inline-block;
    line-height: 36px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-page .news-list ul li .box .content h3:hover {
  color: #e72627;
}
.news-page .news-list ul li .box .content a.more {
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px 0 5px 20px;
  margin-top: 20px;
  display: inline-block;
  color: #e72627;
  border-left: 1px solid #e72627;
  font-size: 16px;
  font-family: "POPPINS-REGULAR";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .box .content a.more i {
  -webkit-transition: 0.5s padding-left;
  -moz-transition: 0.5s padding-left;
  -ms-transition: 0.5s padding-left;
  -o-transition: 0.5s padding-left;
  transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
  color: #111;
  border-left: 1px solid #111;
}
.news-page .news-list ul li .box .content a.more:hover i {
  padding-left: 5px;
}
.newdet-page {
  padding: 70px 0;
}
.newdet-page .news-content h3.title {
  font-size: 24px;
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #e72627 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 16px;
  color: #828893;
  font-family: "POPPINS-REGULAR";
  line-height: 30px;
}
.newdet-page .news-content .tag em {
  color: white;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #e72627;
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}
.newdet-page .news-content .content p {
  padding: 5px 0;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-family: "POPPINS-REGULAR";
  color: white;
  font-size: 14px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #e72627;
}
.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
}
.newdet-page .news-content .m-link a {
  font-size: 16px;
  color: inherit;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 30px;
}
.newdet-page .news-content .m-link a:hover {
  color: #e72627;
  text-decoration: underline;
}
.contact-page {
  padding: 70px 0;
}
.contact-page .button-group .button {
  background: #e72627 !important;
}
.contact-page .amap-copyright,
.contact-page .amap-logo {
  display: none !important;
}
.contact-page .contact-2 {
  padding-bottom: 70px;
}
.contact-page .contact-2 .left {
  width: 55%;
  padding-right: 15px;
}
.contact-page .contact-2 .left .form {
  -moz-box-shadow: 7px 5px 30px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 7px 5px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 7px 5px 30px rgba(0, 0, 0, 0.15);
  padding: 30px;
  background: #232323;
}
.contact-page .contact-2 .right {
  width: 45%;
  padding-left: 15px;
}
.contact-page .contact-2 .right h3.title {
  position: relative;
  padding-bottom: 15px;
}
.contact-page .contact-2 .right h3.title:after {
  position: absolute;
  height: 4px;
  width: 18%;
  background: #e72627 none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: 0;
}
.contact-page .contact-2 .right h3.title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20%;
  height: 4px;
  width: 20px;
  background: #ddd none repeat scroll 0 0;
}
.contact-page .contact-2 .right ul {
  padding-top: 20px;
  margin: -10px;
}
.contact-page .contact-2 .right ul li {
  padding: 10px;
}
.contact-page .contact-2 .right ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .right ul li h6 {
  font-size: 14px;
  margin-bottom: 7px;
  text-transform: capitalize;
  color: #828893;
  font-family: "FuturaBT-Medium";
}
.contact-page .contact-2 .right ul li p {
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-transform: none;
  line-height: normal;
  letter-spacing: 1px;
}
.product-page {
  padding: 70px 0;
}
.product-page .product-list ul {
  margin: -10px;
}
.product-page .product-list ul li {
  padding: 10px;
}
.product-page .product-list ul li .box {
  display: block;
  border: 1px solid #333;
}
.product-page .product-list ul li .box a.img-box {
  display: block;
  -webkit-box-reflect: below 0 -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 25%);
  margin-bottom: 40px;
}
.product-page .product-list ul li .box a.img-box img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.product-page .product-list ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.product-page .product-list ul li .box .content h3 {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
  font-size: 16px;
  color: white;
  font-family: "POPPINS-MEDIUM";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 30px;
  height: 90px;
}
.product-page .product-list ul li .box .content h3:hover {
  color: #e72627;
}
.product-page .product-list ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "POPPINS-REGULAR";
  font-weight: bold;
}
.product-page .product-list ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #aaa;
  line-height: 20px;
  font-family: "opensans-Regular";
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-page .product-list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #e72627;
  font-size: 12px;
  font-family: "Poppins-Bold";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #e72627;
  margin-top: 10px;
}
.product-page .product-list ul li .box .content a.more i {
  margin-left: 5px;
}
.product-page .product-list ul li .box .content a.more:hover {
  color: white;
  background: #e72627;
}
.prodet-page {
  padding: 70px 0;
}
.prodet-page .product-box .prodet-1 .left {
  width: 60%;
}
.prodet-page .product-box .prodet-1 .left a {
  display: block;
  border: 1px solid #292929;
  text-align: center;
}
.prodet-page .product-box .prodet-1 .left a img {
  width: auto;
  margin: 0 auto;
  display: block;
}
.prodet-page .product-box .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .left ul .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%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
  padding-left: 15px;
  width: 40%;
}
.prodet-page .product-box .prodet-1 .right h3.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-1 .right .share {
  padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: "POPPINS-REGULAR";
}
.prodet-page .product-box .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
  width: auto;
  color: #666;
  margin: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
  color: #e72627;
}
.prodet-page .product-box .prodet-1 .right a.tel {
  font-size: 18px;
  font-family: "POPPINS-MEDIUM";
  color: #e72627;
  display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  height: 32px;
  background: #e72627;
  color: white;
  padding: 0 25px;
  font-size: 14px;
  margin-top: 10px;
}
.prodet-page .product-box .prodet-2 {
  padding: 30px 0;
}
.prodet-page .product-box .prodet-2 .options ul {
  background: #333;
}
.prodet-page .product-box .prodet-2 .options ul li {
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: white;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
  color: white;
  background: #e72627;
}
.prodet-page .product-box .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret p {
  padding: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table {
  margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
  border: 1px solid #333;
  font-size: 14px;
}
.prodet-page .product-box .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
  background: #333;
}
.prodet-page .product-box .prodet-3 h3.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-3 ul {
  margin: -10px;
}
.prodet-page .product-box .prodet-3 ul li {
  padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
  display: block;
  border: 1px solid #333;
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
  display: block;
  text-align: center;
  -webkit-box-reflect: below 0 -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 25%);
  margin-bottom: 40px;
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: white;
  font-family: "POPPINS-MEDIUM";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
  color: #e72627;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #e72627;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "POPPINS-REGULAR";
  font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #aaa;
  line-height: 20px;
  font-family: "opensans-Regular";
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #e72627;
  font-size: 12px;
  font-family: "Poppins-Bold";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #e72627;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
  margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
  color: white;
  background: #e72627;
}
.gallery-page {
  padding: 70px 0;
}
.gallery-page .gallery-list ul {
  margin: -15px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
  background: #111;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: white;
  font-family: "POPPINS-MEDIUM";
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: #e72627;
  color: white;
}
.prodet-page .prodet-news-1 {
  background: #373737;
}
.prodet-page .prodet-news-1 .right {
  width: 20%;
  padding: 0 3%;
  vertical-align: middle;
}
.prodet-page .prodet-news-1 .left {
  width: 80%;
  border-right: 1px solid #484848;
  position: relative;
  vertical-align: middle;
}
.prodet-page .prodet-news-1 .left span {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 14px;
  color: #e0e0e0;
}
.prodet-page .prodet-news-1 .left span img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-news-1 .right ul {
  margin: -15px;
  text-align: center;
}
.prodet-page .prodet-news-1 .right ul li {
  padding: 15px;
}
.prodet-page .prodet-news-1 .right ul li img {
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #2b2b2b;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-news-1 .right ul li img:hover,
.prodet-page .prodet-news-1 .right ul .slick-current li img {
  border-color: #e72627;
}
.prodet-page .prodet-news-1 .right .slick-arrow {
  display: block;
  border: none;
  background: none;
  font-size: 0;
  color: transparent;
  margin: 0 auto;
}
.prodet-page .prodet-news-1 .right .slick-arrow:after {
  content: '';
  color: #cdcdcd;
  font-family: "FontAwesome";
  font-size: 18px;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-news-1 .right .slick-arrow.slick-prev:after {
  content: "\f0d8";
}
.prodet-page .prodet-news-1 .right .slick-arrow.slick-next:after {
  content: "\f0d7";
}
.prodet-page .prodet-news-2 {
  padding-top: 40px;
}
.prodet-page .prodet-news-2 h1 {
  font-size: 30px;
  color: #f9f9f9;
  font-family: 'FuturaBT-Bold';
  line-height: 1.6;
}
.prodet-page .prodet-news-2 h1:before {
  content: '';
  width: 90px;
  height: 5px;
  display: block;
  background: #e72627;
  margin-bottom: 20px;
}
.prodet-page .prodet-news-2 .content {
  margin: 30px 0 45px;
  font-size: 16px;
    color: #959595;
    font-family: "Arial";
  line-height: 30px;
}
.prodet-page .prodet-news-2 .content2 {
  font-size: 21px;
  color: #d3d3d3;
  font-family: "FuturaBT-Medium";
  line-height: 1.6;
}
.prodet-page .prodet-news-2 .content hr {
  border: none;
  height: 1px;
  width: 100%;
  display: block;
  background: #6a6a6a;
  margin: 35px 0;
}
.prodet-page .prodet-news-2 .content table {
  border: none;
}
.prodet-page .prodet-news-2 .content table tbody {
  table-layout: fixed;
  width: auto !important;
}
.prodet-page .prodet-news-2 .content table td {
  border: none;
  vertical-align: top;
}
.prodet-page .prodet-news-2 .content table tr {
  background: none !important;
}
.prodet-page h2.title {
  font-size: 32px;
  color: #ededed;
  font-family: 'FuturaBT-Bold';
  margin-bottom: 20px;
  line-height: 1;
}
.prodet-page .prodet-news-2 a.more {
  display: inline-block;
  line-height: 70px;
  height: 70px;
  padding: 0 35px;
  color: white;
  text-transform: uppercase;
  background: #e72627;
  font-size: 33px;
  font-family: 'FuturaBT-Bold';
  margin-right: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-news-2 a.more.form {
  background: white;
  color: #e72627;
}
.prodet-page .prodet-news-2 a.more:hover {
  background: black;
  color: white;
}
.prodet-page .prodet-news-2 .share {
  margin-top: 25px;
}
.prodet-page .prodet-news-2 .share ul li {
  width: auto;
  font-size: 18px;
  margin-right: 20px;
  color: #c7c7c7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-news-2 .share ul li:hover {
  color: #e72627;
}
.prodet-page .prodet-news-3 {
  padding-top: 60px;
}
.prodet-page .prodet-news-3 .list {
  margin-top: 20px;
  background: #393939;
  padding: 20px 0 30px;
}
.prodet-page .prodet-news-3 .list ul li {
  padding: 10px;
  text-align: center;
}
.prodet-page .prodet-news-3 .list ul li h4 {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #f1f1f1;
  font-family: 'FuturaBT-Bold';
  line-height: 30px;
}
.prodet-page .prodet-news-3 .list ul li h4 small {
  display: block;
  font-size: 14px;
  font-family: "Arial";
  line-height: 1;
  margin-top: 8px;
}
.prodet-page .prodet-news-3 .list .slick-arrow {
  display: block;
  border: none;
  background: none;
  font-size: 0;
  color: transparent;
  margin: 0 auto;
  position: absolute;
  top: 48%;
  z-index: 1;
}
.prodet-page .prodet-news-3 .list .slick-arrow:after {
  content: '';
  color: #cdcdcd;
  font-family: "FontAwesome";
  font-size: 22px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.cloudzoom-blank,
.cloudzoom-zoom-inside {
  z-index: 2;
/*  background: black;*/
  cursor: crosshair;
}
.prodet-page .prodet-news-3 .list .slick-arrow.slick-prev {
  left: 0;
}
.prodet-page .prodet-news-3 .list .slick-arrow.slick-next {
  right: 0;
}
.prodet-page .prodet-news-3 .list .slick-arrow.slick-prev:after {
  content: "\f0d9";
}
.prodet-page .prodet-news-3 .list .slick-arrow.slick-next:after {
  content: "\f0da";
}
.prodet-page .prodet-news-3 .list .slick-arrow:hover:after {
  color: #e72627;
}
.organization-page {
    padding: 80px 0;
    text-align: center;
    border-top: 80px solid #2b2b2b;
    border-bottom: 80px solid #2b2b2b;
    background: url('../images/organization-bg.jpg') center center;
    color: white;
}
.organization-page .logo {
    display: block;
}
.organization-page h2 {
    font-size: 42px;
    line-height: 1;
    margin: 20px 0 10px;
    font-family: 'FuturaBT-Bold';
}
.organization-page .text {
    font-size: 24px;
    font-family: 'FuturaBT-Medium';
    line-height: 1.4;
    color: white;
}
.organization-page .text p {
  font-size: inherit;
}
.organization-page .content {
    margin-top: 40px;
}
.organization-page .content img {
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  .inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 15px;
  }
  .prodet-page .product-box .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .product-box .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
    font-size: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
    font-size: 1.2rem;
    margin: 15px 0;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
    padding: 6px 25px;
  }
  .product-page .product-list ul li {
    width: 50% !important;
  }
  .inner-banner h3 {
    font-size: 34px;
    line-height: 34px;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
  .inner-page h3.title {
    font-size: 28px;
    line-height: 48px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
    padding: 12px;
  }
  .faq-page .faq-2 .right .box2 {
    padding: 20px 10px;
  }
  .faq-page .faq-2 .right .box2 h3.title {
    margin-bottom: 20px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 8px 15px;
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1 .right h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .about-page .about-1 .right .text ul {
    margin: 10px 0;
  }
  .about-page .about-1 .right .text ul li {
    font-size: 14px;
    margin: 3px 0;
  }
  .inner-page i.small-tit {
    font-size: 16px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page h3.title {
    font-size: 24px;
    line-height: 36px;
  }
  .about-page .about-1 .right h5 {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .gallery-page,
  .faq-page .faq-1,
  .faq-page .faq-2,
  .prodet-page,
  .product-page,
  .news-page,
  .newdet-page,
  .service-page,
  .contact-page,
  .about-page .about-4 {
    padding: 40px 0;
  }
  .contact-page .contact-2 {
    padding-bottom: 40px;
  }
  .about-page .about-2 .right .content li {
    font-size: 16px;
    padding: 2px 10px;
    line-height: 30px;
  }
  .about-page .about-3 a.more {
    padding: 6px 25px;
  }
  .about-page .about-4 .top .right a.more {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
  }
  .about-page .about-4 .bottom ul li {
    padding: 10px;
  }
  .about-page .about-4 .bottom ul {
    margin: -10px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 16px;
    padding: 5px;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .faq-page .faq-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .faq-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebar-box .sidebar-right .cn-jufeng1{
    display: none!important;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 16px;
  }
  .inner-page .m-page {
    text-align: center;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 35px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    -moz-box-shadow: 0 2px 5px 0 #d8dde6;
    -o-box-shadow: 0 2px 5px 0 #d8dde6;
    box-shadow: 0 2px 5px 0 #d8dde6;
  }
  .inner-page h3.title {
    font-size: 20px !important;
    line-height: 38px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 14px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 120px;
  }
  .inner-banner h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .product-page .product-list ul li {
    width: 33.333% !important;
  }
  .news-page .news-list ul li .box .content time,
  .newdet-page .news-content time {
    font-size: 16px;
    width: 70px;
    height: 70px;
    line-height: 30px;
    top: -25px;
  }
  .newdet-page .news-content time {
    top: 0;
    margin-top: -25px;
  }
  .news-page .news-list ul li .box .content a.more {
    font-size: 14px;
    padding: 2px 0 2px 15px;
  }
  .contact-page .contact-2 .right ul li p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-2 .right ul li h6 {
    margin-bottom: 3px;
  }
  .about-page .about-4 .bottom {
    padding-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .inner-page .form ul li {
    width: 100% !important;
  }
  .product-page .product-list ul li {
    width: 50% !important;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 14px;
  }
  .about-page .about-1 .left,
  .about-page .about-2 .left,
  .about-page .about-4 .top .left {
    padding-right: 0;
    width: 100%;
  }
  .about-page .about-1 .right,
  .about-page .about-2 .right,
  .about-page .about-4 .top .right {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  .about-page .about-4 .top .right {
    text-align: left;
    padding-top: 20px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 14px;
  }
  #footer .footer-top .right ul li:nth-child(1),
  #footer .footer-top .right ul li:nth-child(2) {
    display: none;
  }
  .inner-banner .mbx {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-news-2 h1 {
    font-size: 24px;
    line-height: 40px;
  }
  .prodet-page .prodet-news-2 .content2 {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page h2.title {
    font-size: 24px;
  }
  .prodet-page .prodet-news-2 a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h3 {
    font-size: 20px;
    line-height: 38px;
  }
  .inner-banner.single h3{
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1 .right .text ul li {
    font-size: 12px;
  }
  .faq-page .faq-2 .left ul li h4 {
    padding: 8px;
  }
  .product-page .product-list ul li {
    width: 100% !important;
  }
  .prodet-page .product-box .prodet-2 .options ul li {
    font-size: 13px;
    padding: 0 10px;
  }
  .inner-page p,
  .inner-page {
    font-size: 16px;
    line-height: 30px;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 16px;
    line-height: 30px;
    height: 90px;
  }
  .contact-page .contact-2 .left .form {
    padding: 10px;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .button-group {
    padding: 5px !important;
    bottom: 0 !important;
    right: 15px !important;
  }
  .inner-banner {
    height: 240px;
    padding-top: 60px;
  }
  .inner-banner.single{
    height: 360px;
    padding-top: 20px;
  }
}
.layui-layer-dialog .layui-layer-content {
  color: black;
}
.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -2.5em 0 0 -2.5em;
  width:5em;
  height:5em;
  transform: rotate(165deg);
  display: none;
}
.loader:before, .loader:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  transform: translate(-50%, -50%);
}
.loader:before {
  animation: before 2s infinite;
}
.loader:after {
  animation: after 2s infinite;
}

@keyframes before {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
  }
  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
  }
  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}
@keyframes after {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
  }
  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
  }
  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}

.inner-page .sidebar-box .sidebar-right .cn-jufeng1 h1{
    font-size: 30px;
    line-height: 1.6;
    color: white;
}
.inner-page .sidebar-box .sidebar-right .cn-jufeng1 p{
  color: white;
}
.inner-page .sidebar-box .sidebar-right .cn-jufeng1{
    color: white;
    line-height: 32px;
    font-size: 18px;
    padding: 10px 0 20px;
}
#index-body .init-1 .bottom .text .cn-jufeng2 h1{
  display: inline;
}