@font-face {
  font-family: 'roboto-regular';
  src: url(../fonts/Roboto-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto-Light';
  src: url(../fonts/Teko-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'roboto-bold';
  src: url(../fonts/Teko-SemiBold.ttf) format('truetype');
}

@font-face {
  font-family: 'Teko-Medium';
  src: url(../fonts/Teko-Medium.ttf) format('truetype');
}

body {
  font-family: "roboto-regular";
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1410px;
}
#menu-news .right ul li a img {
  min-height: 100%;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.cl {
  display: block;
  clear: both;
}
#menu-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
#menu-content .box,
#menu-content .product-box {
  height: 100%;
}
#menu-content .menu-left {
  width: 25%;
  padding: 50px;
  background: white;
  height: 100%;
}
#menu-content .menu-left .center {
  padding: 22% 0;
}
#menu-content .menu-left .center .menu-list ul li {
  font-size: 18px;
  font-family: "roboto-bold";
}
#menu-content .menu-left .center .menu-list ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#menu-content .menu-left .center .menu-list ul li a:hover {
  color: #ed1c24;
}
#menu-content .menu-left .center .menu-list ul li ul {
  padding-left: 20px;
  border-left: 1px solid #ccc;
  margin: 15px 0;
}
#menu-content .menu-left .center .menu-list ul li ul li {
  font-size: 14px;
  font-family: "Roboto-Light";
}
#menu-content .menu-left .center .yuy {
  margin-top: 50px;
}
#menu-content .menu-left .center .yuy ul li {
  font-size: 14px;
  margin-bottom: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#menu-content .menu-left .center .yuy ul li i {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#menu-content .menu-left .center .yuy ul li i img {
  width: auto;
  max-width: none;
  height: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#menu-content .menu-left .center .yuy ul li:hover {
  color: #ed1c24;
}
#menu-content .menu-left .bottom .share {
  padding: 10px 0;
  border-top: 1px solid #eee;
}
#menu-content .menu-left .bottom .share ul li {
  width: auto;
  margin-right: 20px;
  font-size: 18px;
  color: #444;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#menu-content .menu-left .bottom .share ul li:hover {
  color: #ed1c24;
}
#menu-content .menu-left .bottom .search {
  margin-top: 10px;
  position: relative;
}
#menu-content .menu-left .bottom .search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border: none;
  padding-left: 15px;
  padding-right: 50px;
  font-size: 16px;
}
#menu-content .menu-left .bottom .search input[type="submit"] {
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  background: url("../images/icon-search-black.png") center center no-repeat transparent;
  background-size: 16px;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#menu-content .menu-right {
  width: 75%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#menu-content .menu-right:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  z-index: -10;
}
#menu-content .menu-right .slide {
  height: 100%;
  position: relative;
  padding: 0 70px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#menu-content .menu-right .slide i.bg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  z-index: -2;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 1;
}
#menu-content .menu-right .slide i.bg img {
  -webkit-transition: 20s;
  -moz-transition: 20s;
  -ms-transition: 20s;
  -o-transition: 20s;
  transition: 20s;
}
#menu-content .menu-right .slide i.bg:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
#menu-content .menu-right .slide i.bg img {
  height: 100%;
  min-width: 100%;
  width: auto;
  max-width: none;
}
#menu-content .menu-right .slide .title {
  margin-top: 50%;
  color: white;
  position: relative;
}
#menu-content .menu-right .slide .title:after {
  content: attr(data-text);
  font-size: 18px;
  color: #999;
  position: absolute;
  top: 0;
  left: -50px;
  padding-bottom: 60px;
  border-left: 1px solid #999;
  padding-left: 10px;
  line-height: 1;
}
#menu-content .menu-right .slide .title h3 {
  font-size: 36px;
  font-family: "roboto-bold";
  line-height: 1;
}
#menu-content .menu-right .slide .title .text {
  margin-top: 10px;
  font-size: 14px;
  font-family: "Roboto-Light";
}
#menu-content .menu-right .slide .title a.more {
  font-size: 16px;
  margin: 10% 0;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#menu-content .menu-right .slide .title a.more:hover {
  color: #ed1c24;
}
#menu-content .menu-right .slide .nav-list {
  color: white;
}
#menu-content .menu-right .slide .nav-list h5 {
  font-size: 18px;
}
#menu-content .menu-right .slide .nav-list ul {
  margin-bottom: 20px;
}
#menu-content .menu-right .slide .nav-list ul:last-child {
  margin-bottom: 0;
}
#menu-content .menu-right .slide .nav-list ul li {
  font-size: 14px;
  font-family: "Roboto-Light";
  margin-top: 5px;
}
#menu-content .menu-right .slide .nav-list ul li i {
  margin-right: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#menu-content .menu-right .slide .nav-list ul li:hover i {
  color: #ed1c24;
}
#menu-content .menu-right .slide:hover i.bg {
  opacity: 1 !important;
  z-index: -1 !important;
  width: 300%;
}
#menu-content .menu-right .slide:hover i.bg img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
#menu-content .menu-right:hover .slide i.bg {
  left: 0;
  opacity: 0;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}
#menu-content .menu-right:hover .slide:nth-child(2) i.bg {
  left: -100%;
}
#menu-content .menu-right:hover .slide:nth-child(3) i.bg {
  left: -200%;
}
#menu-content.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#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: 45px;
  height: 45px;
  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;
  background-color: white;
  border-radius: 100%;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  /*background: url("../images/banner-btn-l.png") no-repeat center center;*/
  left: 15px;
  /*display: none !important;*/
}
#banner .slick-arrow {
  right: 4%;
  -moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
}
#banner .slick-arrow.slick-disabled {
  display: none !important;
}
#banner .slick-arrow:after {
  content: "\f178";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .slick-prev {
  -moz-box-shadow: -5px 5px 6px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -5px 5px 6px rgba(0, 0, 0, 0.1);
  box-shadow: -5px 5px 6px rgba(0, 0, 0, 0.1);
}
#banner .slick-prev:after {
  content: '\f177';
}
#banner .slick-arrow:hover {
  background-color: #ed1c24;
}
#banner .slick-arrow:hover:after {
  color: white;
}
#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: #ed1c24;
  -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: #ed1c24;
  background-color: white;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #ed1c24;
}
#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: #ed1c24 !important;
}

@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 li {
  height: 900px;
  background: #f4f2f2;
  overflow: hidden;
  position: relative;
}
#banner li .content {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 1;
}
#banner li .content .bg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: -1;
}
#banner li .content .bg h6 {
  display: inline-block;
  max-width: 100%;
  font-size: 124px;
  color: rgba(195, 195, 195, 0.32);
  font-family: "roboto-bold";
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
  letter-spacing: -2px;
}
#banner li .content .bg h6 span {
  display: block;
  font-size: 18px;
  color: #c3c3c3;
}
#banner li .content .bg h6 span i {
  color: #8f8f8f;
}
#banner li .content .text {
  width: 25%;
  margin-left: 75%;
  position: relative;
  z-index: 2;
}
#banner li .content .text:after {
  content: '';
  width: 1px;
  height: 80%;
  position: absolute;
  left: -26px;
  top: 0;
  background: #191919;
}
#banner li .content .text h4 {
  font-size: 24px;
  color: #676767;
  font-family: "roboto-bold";
  line-height: .9;
}
#banner li .content .text p {
  display: block;
  font-family: "Roboto-Light";
  font-size: 16px;
  color: #676767;
  line-height: 24px;
  margin: 12px 0 20px;
}
#banner li .content .text a.more {
  font-size: 16px;
  color: #676767;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner li .content .text a.more i {
  margin-left: 10px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  left: 0;
}
#banner li .content .text a.more:hover {
  color: #ed1c24;
}
#banner li .content .text a.more:hover i {
  left: 10px;
}
#banner li .content .imgBox {
  max-width: 750px;
  display: block;
  margin: -60px auto 0;
  position: relative;
  z-index: 1;
}
#banner li .content .imgBox .top {
  bottom: 58%;
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  overflow: hidden;
  padding: 0 25px;
}
#banner li .content .imgBox .top img,
#banner li .content .imgBox .top svg {
  display: block;
  margin: 0 auto;
  -webkit-animation: gd 10s linear infinite;
  -o-animation: gd 10s linear infinite;
  -ms-animation: gd 10s linear infinite;
  -moz-animation: gd 10s linear infinite;
  animation: gd 10s linear infinite;
  max-width: 100%;
  height: auto;
}
#banner li .content .imgBox .top img g g:nth-child(5n+1),
#banner li .content .imgBox .top svg g g:nth-child(5n+1) {
  -webkit-animation: hd 5s linear infinite alternate;
  -o-animation: hd 5s linear infinite alternate;
  -ms-animation: hd 5s linear infinite alternate;
  -moz-animation: hd 5s linear infinite alternate;
  animation: hd 5s linear infinite alternate;
}
#banner li .content .imgBox .top img g g:nth-child(5n+2),
#banner li .content .imgBox .top svg g g:nth-child(5n+2) {
  -webkit-animation: hd 5s linear infinite alternate;
  -o-animation: hd 5s linear infinite alternate;
  -ms-animation: hd 5s linear infinite alternate;
  -moz-animation: hd 5s linear infinite alternate;
  animation: hd 2s linear infinite alternate;
}
#banner li .content .imgBox .top img g g:nth-child(5n+3),
#banner li .content .imgBox .top svg g g:nth-child(5n+3) {
  -webkit-animation: hd 5s linear infinite alternate;
  -o-animation: hd 5s linear infinite alternate;
  -ms-animation: hd 5s linear infinite alternate;
  -moz-animation: hd 5s linear infinite alternate;
  animation: hd 3s linear infinite alternate;
}
#banner li .content .imgBox .top img g g:nth-child(5n+4),
#banner li .content .imgBox .top svg g g:nth-child(5n+4) {
  -webkit-animation: hd 5s linear infinite alternate;
  -o-animation: hd 5s linear infinite alternate;
  -ms-animation: hd 5s linear infinite alternate;
  -moz-animation: hd 5s linear infinite alternate;
  animation: hd 1s linear infinite alternate;
}
#banner li .content .imgBox .top img g g:nth-child(5n),
#banner li .content .imgBox .top svg g g:nth-child(5n) {
  -webkit-animation: hd 5s linear infinite alternate;
  -o-animation: hd 5s linear infinite alternate;
  -ms-animation: hd 5s linear infinite alternate;
  -moz-animation: hd 5s linear infinite alternate;
  animation: hd 4s linear infinite alternate;
}
#banner li .content .imgBox .bottom {
  top: 60%;
  position: absolute;
  z-index: -1;
  text-align: center;
  width: 100%;
  overflow: hidden;
  padding: 0 25px;
}
#banner li .content .imgBox .bottom img,
#banner li .content .imgBox .bottom svg {
  display: block;
  margin: 0 auto;
  -webkit-animation: gd2 10s linear infinite;
  -o-animation: gd2 10s linear infinite;
  -ms-animation: gd2 10s linear infinite;
  -moz-animation: gd2 10s linear infinite;
  animation: gd2 10s linear infinite;
  max-width: 100%;
  height: auto;
}
#banner li .content .imgBox .center {
  position: relative;
  /*padding: 0 5%;*/
}
#banner li .content .imgBox .center img {
  width: 100%;
  display: block;
}
#banner li .content .imgBox .center .platform {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  text-align: center;
}
@-webkit-keyframes hd {
  from {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
  }
  to {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@-o-keyframes hd {
  from {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
  }
  to {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@-moz-keyframes hd {
  from {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
  }
  to {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@keyframes hd {
  from {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
  }
  to {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@-webkit-keyframes gd {
  from {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@-o-keyframes gd {
  from {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@-moz-keyframes gd {
  from {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@keyframes gd {
  from {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@-webkit-keyframes gd2 {
  from {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes gd2 {
  from {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes gd2 {
  from {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes gd2 {
  from {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes rotate_360 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate_360 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate_360 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate_360 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes kz {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-o-keyframes kz {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-moz-keyframes kz {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes kz {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
#index-body {
  background: #f3f3f3;
}
#index-body h3.title {
  font-size: 36px;
  font-family: "roboto-bold";
  text-transform: uppercase;
  color: #282828;
  line-height: 1;
}
#index-body .text {
  display: block;
  font-size: 16px;
  color: rgba(40, 40, 40, 0.64);
  line-height: 2;
}
#index-body .init-1 {
  padding-left: 11%;
  padding-right: 20%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#index-body .init-1:after {
  content: '';
  width: 100%;
  height: 100%;
  margin-bottom: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  z-index: -1;
}
#index-body .init-1 .left {
  width: 25%;
  vertical-align: middle;
  padding-right: 15px;
  margin-top: -90px;
}
#index-body .init-1 .left h3.title {
  display: block;
  position: relative;
  margin-top: 72px;
}
#index-body .init-1 .left h3.title:after {
  content: '';
  position: absolute;
  left: -50px;
  bottom: 0;
  height: 300%;
  width: 6px;
  background: #ed1c24;
}
#index-body .init-1 .left .text {
  margin: 30px 0 40px;
}
#index-body .init-1 .left .text .indexh1 h1{
  display: inline;
}

#index-body .init-1 .left a.more {
  font-size: 18px;
  color: #33312e;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .left a.more i {
  margin-left: 10px;
}
#index-body .init-1 .left a.more:hover {
  color: #ed1c24;
}
#index-body .init-1 .right {
  width: 75%;
  vertical-align: middle;
}
#index-body .init-1 .right ul {
  position: relative;
  z-index: 1;
}
#index-body .init-1 .right ul:after {
  content: '';
  width: 200%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #33312e;
}
#index-body .init-1 .right a.img-box {
  display: block;
}
#index-body .init-1 .right a.img-box .content {
  position: absolute;
  top: 22%;
  left: 0;
  width: 100%;
  padding: 0 30px;
}
#index-body .init-1 .right a.img-box .content:after {
  content: '';
  height: 76px;
  width: 4px;
  position: absolute;
  left: 0;
  top: 35%;
  background: #ed1c24;
}
#index-body .init-1 .right a.img-box .content i {
  display: block;
  width: auto;
  line-height: 66px;
  height: 66px;
}
#index-body .init-1 .right a.img-box .content i img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#index-body .init-1 .right a.img-box .content h4 {
  display: block;
  font-size: 24px;
  font-family: "roboto-bold";
  text-transform: uppercase;
  margin: 15px 0 10px;
  color: white;
  line-height: 1;
}
#index-body .init-1 .right a.img-box .content p {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: white;
}
#index-body .init-1 .right a.img-box em {
  line-height: 50px;
  height: 50px;
  padding: 0 40px;
  background: #ed1c24;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
}
#index-body .init-1 .right a.img-box em i {
  margin-left: 10px;
}
#index-body .init-1 .right a.img-box em:hover {
  background: #111;
}
#index-body .init-2 {
  padding: 0 6%;
  overflow: hidden;
}
#index-body .init-2 .box {
  padding: 140px 0 90px;
  text-align: center;
}
#index-body .init-2 .box ul li {
  padding: 0 30px;
  position: relative;
}
#index-body .init-2 .box ul li .img {
  position: relative;
  display: block;
  max-width: 931px;
  margin: 0 auto;
}
#index-body .init-2 .box ul li .img i.bg {
  max-width: 100%;
}
#index-body .init-2 .box ul li .img i.bg svg {
  max-width: 80%;
  height: auto;
}
#index-body .init-2 .box ul li .img a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  max-width: 80%;
}
#index-body .init-2 .box ul li .content {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  width: 33%;
  text-align: right;
  position: absolute;
  padding-right: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box ul li .content:after {
  content: '';
  top: 5px;
  position: absolute;
  right: 0;
  height: 80px;
  width: 6px;
  background: #ed1c24;
}
#index-body .init-2 .box ul li .content h2 {
  display: block;
  font-size: 38px;
  color: #33312e;
  text-transform: uppercase;
  line-height: 1;
  font-family: "roboto-bold";
  margin: 30px 0 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box ul li .content h2:hover {
  color: #ed1c24;
}
#index-body .init-2 .box ul li .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  height: 50px;
  padding: 0 35px;
  background: #ed1c24;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-top: 25px;
}
#index-body .init-2 .box ul li .content a.more i {
  margin-left: 10px;
}
#index-body .init-2 .box ul li .content a.more:hover {
  background: #111;
}
#index-body .init-2 .box ul .slick-list {
  overflow: unset;
}
#index-body .init-2 .box ul .slick-slide li {
  position: relative;
  left: 50%;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
#index-body .init-2 .box ul .slick-slide li .content {
  opacity: 0;
}
#index-body .init-2 .box ul .slick-slide li .img i.bg svg g {
  -webkit-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: rotate_360 20s linear infinite;
  -o-animation: rotate_360 20s linear infinite;
  -ms-animation: rotate_360 20s linear infinite;
  -moz-animation: rotate_360 20s linear infinite;
  animation: rotate_360 20s linear infinite;
}
#index-body .init-2 .box ul .slick-slide.slick-current li {
  left: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#index-body .init-2 .box ul .slick-slide.slick-current li .content {
  opacity: 1;
}
#index-body .init-2 .contact {
  line-height: 100px;
  height: 100px;
  width: 75%;
  background: #ed1c24;
  z-index: 1;
  position: relative;
}
#index-body .init-2 .contact:before,
#index-body .init-2 .contact:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: inherit;
  z-index: -1;
}
#index-body .init-2 .contact:before {
  right: 99%;
}
#index-body .init-2 .contact:after {
  left: 100%;
  background: white;
}
#index-body .init-2 .contact h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: white;
}
#index-body .init-2 .contact a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 44px;
  height: 44px;
  border-radius: 22px;
  padding: 0 20px;
  background: white;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-left: 120px;
}
#index-body .init-2 .contact a.more i {
  margin-left: 10px;
}
#index-body .init-2 .contact a.more:hover {
  background: #111;
  color: white;
}
#index-body .init-3 {
  padding: 120px 0 30px;
  text-align: center;
  background: #33312e;
  color: white;
  overflow: hidden;
}
#index-body .init-3 h3.title {
  color: white;
}
#index-body .init-3 .text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.62);
  margin-top: 15px;
  text-align: center;
}
#index-body .init-3 .box {
  margin-top: 90px;
  position: relative;
}
#index-body .init-3 .box:before {
  content: '';
  border-radius: 100%;
  position: absolute;
  right: -3px;
  top: 50%;
  opacity: 1;
  z-index: 1;
  margin-top: -23px;
  margin-right: 0;
  border: 3px solid white;
}
#index-body .init-3 .box:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #41403d;
  top: 0;
  right: 0;
  position: absolute;
}
#index-body .init-3 .box ul {
  padding: 0 70px 40px;
  margin: 0 -70px;
  overflow: hidden;
  position: relative;
}
#index-body .init-3 .box ul:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #41403d;
  top: 50%;
  left: 0;
  position: absolute;
  margin-top: -20px;
}
#index-body .init-3 .box ul li {
  padding: 40px 15px;
  position: relative;
}
#index-body .init-3 .box ul li:after {
  content: '';
  width: 1px;
  height: 400%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #41403d;
  position: absolute;
}
#index-body .init-3 .box ul li:before {
  content: '';
  border: 3px solid white;
  border-radius: 100%;
  position: absolute;
  left: -3px;
  top: -3px;
  opacity: 0;
  z-index: 1;
}
#index-body .init-3 .box ul li i {
  display: block;
  line-height: 100px;
  height: 100px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .box ul li i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-3 .box ul li h6 {
  font-size: 18px;
  margin-top: 30px;
  height: 28px;
}
#index-body .init-3 .box ul li:nth-child(7) ~ li:before {
  opacity: 1;
}
#index-body .init-3 .box ul li:hover i {
  opacity: .6;
}
#index-body .init-4 {
  background: white;
  padding: 110px 0 80px;
  overflow: hidden;
}
#index-body .init-4 ul {
  margin: -40px -70px;
}
#index-body .init-4 ul li {
  padding: 40px;
}
#index-body .init-4 ul li i {
  display: block;
  line-height: 80px;
  height: 80px;
}
#index-body .init-4 ul li i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-4 ul li h4 {
  font-size: 20px;
  color: #424242;
  font-family: "roboto-bold";
  text-transform: capitalize;
  margin: 25px 0;
  position: relative;
  line-height: 1;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 ul li h4:after {
  content: attr(data-text);
  font-size: 16px;
  color: rgba(0, 0, 0, 0.2);
  padding-bottom: 80px;
  border-left: 2px solid #bebebe;
  line-height: 1;
  padding-left: 6px;
  position: absolute;
  left: -56px;
  top: -10px;
}
#index-body .init-4 ul li h4:hover {
  color: #ed1c24;
}
#index-body .init-4 ul li p {
  font-size: 16px;
  color: #6f6f6f;
  line-height: 25px;
}
#index-body .init-4 ul li a.more {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.2);
  margin-top: 30px;
  text-decoration: underline;
  text-transform: capitalize;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 ul li a.more i {
  padding-left: 10px;
  line-height: normal;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-4 ul li a.more:hover {
  color: #ed1c24;
}
#index-body .init-5 {
  overflow: hidden;
}
#index-body .init-5 .top {
  padding: 80px 0 110px;
}
#index-body .init-5 .top span {
  display: block;
  font-size: 18px;
  color: #a8a8a8;
  line-height: 1;
  margin-top: 5px;
  font-family: "Roboto-Light";
}
#index-body .init-5 .top .box {
  margin-top: 50px;
}
#index-body .init-5 .top .box ul {
  margin: -7px;
}
#index-body .init-5 .top .box ul li {
  padding: 7px;
}
#index-body .init-5 .top .box ul li a.img-box {
  display: block;
  border-radius: 5px;
}
#index-body .init-5 .top .box ul li a.img-box img {
  width: 100%;
}
#index-body .init-5 .top .box ul li .content {
  display: block;
  margin-top: 35px;
}
#index-body .init-5 .top .box ul li .content time {
  display: block;
  font-size: 14px;
  color: rgba(58, 58, 58, 0.75);
  line-height: 1;
}
#index-body .init-5 .top .box ul li .content h5 {
  display: block;
  font-size: 16px;
  color: #191919;
  line-height: 25px;
  margin: 10px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .top .box ul li .content h5:hover {
  color: #ed1c24;
}
#index-body .init-5 .top .box ul li .content a.more {
  display: inline-block;
  font-size: 14px;
  color: #3a3a3a;
  font-family: "Roboto-Light";
  text-transform: capitalize;
  line-height: 1;
  text-decoration: underline;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .top .box ul li .content a.more:hover {
  color: #ed1c24;
}
#index-body .init-5 .contact {
  width: 75%;
  margin-left: 25%;
  background: #ed1c24;
  color: white;
  line-height: 100px;
  height: 100px;
  position: relative;
  z-index: 1;
}
#index-body .init-5 .contact:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 99%;
  z-index: -1;
  background: inherit;
  position: absolute;
}
#index-body .init-5 .contact h4 {
  font-size: 24px;
  color: white;
  padding: 0 40px;
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-5 .contact a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  background: white;
  font-size: 12px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#index-body .init-5 .contact a.more i {
  margin-left: 15px;
}
#index-body .init-5 .contact a.more:hover {
  background: #111;
  color: white;
}
#footer {
  margin-top: 50px;
  background: #191919;
  position: relative;
}
#footer .footer-top {
  padding: 120px 0 75px;
}
#footer .footer-top .left {
  width: 30%;
  padding-right: 25px;
  margin-top: -15px;
}
#footer .footer-top .left .text {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.73);
  line-height: 2.1;
  margin: 15px 0 25px;
  max-width: 270px;
}
#footer .footer-top .left .share ul li {
  width: auto;
  margin-right: 15px;
  color: white;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-top .left .share ul li:hover {
  color: #ed1c24;
}
#footer .footer-top .right {
  width: 70%;
}
#footer .footer-top .right ul {
  margin: -15px;
}
#footer .footer-top .right ul li {
  padding: 15px;
}
#footer .footer-top .right ul li dl dt {
  display: block;
  font-size: 16px;
  font-family: "roboto-bold";
  text-transform: uppercase;
  color: white;
  line-height: 1;
  margin-bottom: 20px;
}
#footer .footer-top .right ul li:nth-child(1) {
  width: 40%;
}
#footer .footer-top .right ul li:nth-child(1) dl dd {
  padding-bottom: 15px;
}
#footer .footer-top .right ul li:nth-child(1) dl dd p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.59);
  line-height: 22px;
}
#footer .footer-top .right ul li:nth-child(1) dl dd a {
  padding-left: 30px;
  position: relative;
  display: block;
  font-size: 14px;
  color: #adadad;
}
#footer .footer-top .right ul li:nth-child(1) dl dd a em {
  color: white;
}
#footer .footer-top .right ul li:nth-child(1) dl dd a i {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .footer-top .right ul li:nth-child(1) dl dd a i img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
#footer .footer-top .right ul li:nth-child(1) dl dd:first-child {
  padding-bottom: 25px;
}
#footer .footer-top .right ul li:nth-child(1) dl dd:last-child {
  padding-bottom: 0;
}
#footer .footer-top .right ul li:nth-child(2) {
  width: 30%;
}
#footer .footer-top .right ul li:nth-child(2) dl {
  max-width: 250px;
}
#footer .footer-top .right ul li:nth-child(2) dl dd {
  padding: 10px 0;
  border-top: 1px solid #292929;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-top .right ul li:nth-child(2) dl dd:last-child {
  border-bottom: 1px solid #292929;
}
#footer .footer-top .right ul li:nth-child(2) dl dd:hover {
  color: white;
}
#footer .footer-top .right ul li:nth-child(3) {
  width: 30%;
}
#footer .footer-top .right ul li:nth-child(3) img {
  border: 5px solid white;
}
#footer .footer-top .right ul li:nth-child(3) p {
  font-size: 12px;
  color: white;
  margin-top: 7px;
  text-align: center;
}
#footer .footer-bottom .box {
  padding: 20px 0 25px;
  max-width: 95%;
  position: relative;
}
#footer .footer-bottom .box:before {
  content: '';
  width: 95%;
  display: block;
  height: 1px;
  background: #2a2a2a;
  position: absolute;
  top: 0;
  right: 0;
}
#footer .footer-bottom .box p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.53);
  line-height:28px;
}
#footer .footer-bottom .box p img,
#footer .footer-bottom .box p svg {
  display: inline-block;
  vertical-align: middle;
  max-height: 14px;
  position: relative;
  top: -1px;
  fill: rgba(255, 255, 255, 0.53);
  width: auto;
}
#footer .footer-bottom .box p svg {
  max-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .box p svg:hover {
  fill: white;
}
#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:hover {
  color: white;
  text-decoration: underline;
}
#footer .footer-bottom .box .right {
  text-align: right;
}
#footer #go-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: white;
  cursor: pointer;
  cursor: hand;
  position: absolute;
  bottom: 8%;
  right: 10%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer #go-top img {
  display: inline-block;
  vertical-align: middle;
}
#footer #go-top:hover {
  background: #ed1c24;
}
@media screen and (max-height: 800px) {
  #menu-content .menu-left {
    padding: 15px;
  }
  #menu-content .menu-left .center {
    padding: 15% 0;
  }
  #menu-content .menu-left .center .yuy {
    margin-top: 30px;
  }
  #menu-content .menu-left .bottom .search input {
    font-size: 14px;
  }
}
@media screen and (max-height: 700px) {
  #menu-content .menu-right .slide {
    padding: 0 45px;
  }
  #menu-content .menu-right .slide .title:after {
    left: -35px;
    padding-left: 5px;
  }
  #menu-content .menu-left .center {
    padding: 5% 0;
  }
  #menu-content .menu-left .center .yuy {
    margin-top: 10px;
  }
  #menu-content .menu-left .bottom .share {
    padding: 5px 0;
  }
  #menu-content .menu-left .bottom .search {
    margin-top: 0;
  }
}

@media screen and (max-width: 1500px) {
  .ui.container {
    width: 1200px;
  }
  
  #banner li {
    height: 700px;
  }
  #banner li .content .text {
    width: 35%;
    margin-left: 65%;
  }
  #banner li .content .bg h6 {
    font-size: 90px;
  }
  #banner li .content .imgBox .top,
  #banner li .content .imgBox .bottom {
    max-width: 700px;
  }
  #banner li .content .imgBox {
    margin-top: -100px;
  }
  #index-body .init-1 .left h3.title {
    margin-top: 0;
  }
  #index-body .init-1 {
    padding-left: 15px;
    padding-right: 5%;
  }
  #index-body .init-1 .left h3.title:after {
    display: none;
  }
  #index-body h3.title {
    font-size: 28px;
  }
  #index-body .text,
  #index-body .init-1 .right a.img-box .content p {
    font-size: 14px;
    line-height: 26px;
  }
  #index-body .init-1 .right a.img-box .content i {
    max-height: 50px;
    height: 50px;
  }
  #index-body .init-1 .right a.img-box .content i img {
    max-height: 100%;
  }
  
  #index-body .init-1 .right a.img-box .content h4 {
    font-size: 20px;
  }
  #index-body .init-1 .right a.img-box em,
  #index-body .init-2 .box ul li .content a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }
  #index-body .init-2 .box ul li .img {
    max-width: 600px;
  }
  #index-body .init-2 .box {
    padding: 70px 0 40px;
  }
  #index-body .init-2 .box ul li .content h2 {
    font-size: 28px;
    margin: 15px 0 5px;
  }
  #index-body .init-2 .box ul li .content {
    width: 36%;
    padding-right: 20px;
  }
  #index-body .init-2 .box ul li .content:after {
    height: 50px;
    top: -25px;
  }
  #index-body .init-2 .contact,
  #index-body .init-5 .contact {
    line-height: 70px;
    height: 70px;
  }
  #index-body .init-2 .contact h4,
  #index-body .init-5 .contact h4 {
    font-size: 20px;
  }
  #index-body .init-2 .contact a.more,
  #index-body .init-5 .contact a.more {
    line-height: 36px;
    height: 36px;
  }
  #index-body .init-3 {
    padding: 70px 0 30px;
  }
  #index-body .init-3 .box {
    margin-top: 50px;
  }
  #index-body .init-3 .box ul li {
    padding: 20px 10px;
  }
  #index-body .init-3 .box ul li h6 {
    font-size: 16px;
    margin-top: 15px;
    height: 36px;
  }
  #index-body .init-3 .box ul li i {
    height: 60px;
    line-height: 60px;
  }
  #index-body .init-3 .box ul li i img {
    max-height: 100%;
  }
  #index-body .init-3 .box ul {
    padding-bottom: 20px;
  }
  #index-body .init-4 ul {
    margin: -20px -40px;
  }
  #index-body .init-4 ul li {
    width: 50%;
    padding: 20px 40px;
  }
  #index-body .init-4 ul li h4 {
    margin: 15px 0;
  }
  #index-body .init-4 ul li a.more {
    margin-top: 15px;
  }
  #index-body .init-4 {
    padding: 60px 0;
  }
  #index-body .init-5 .top {
    padding: 60px 0;
  }
  #footer #go-top {
    right: 15px;
    bottom: 12%;
  }
  #index-body .init-3 .box ul:after {
    margin-top: -10px;
  }
  #index-body .init-3 .box:before {
    margin-top: -13px;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  
  #index-body .init-1 .right a.img-box em,
  #index-body .init-2 .box ul li .content a.more {
    line-height: 36px;
    height: 36px;
    padding: 0 15px;
  }
  #index-body .init-1 .right a.img-box .content i img {
    max-height: 100%;
    display: block;
  }
  #index-body .init-2 .box ul li .content h2 {
    font-size: 20px;
  }
  #index-body .init-2 .contact a.more {
    margin-left: 40px;
  }
  #index-body .init-3 .box ul {
    text-align: left;
  }
  #index-body .init-3 .box ul:after {
    display: none;
  }
  #index-body .init-3 .box ul li {
    width: 20%;
    text-align: center;
  }
  #index-body .init-3 .box ul li a {
    display: block;
    position: relative;
  }
  #index-body .init-3 .box ul li a:after {
    content: '';
    width: 300%;
    top: -20px;
    height: 1px;
    position: absolute;
    left: -50%;
    background: #41403d;
    opacity: 0;
  }
  #index-body .init-3 .box ul li:nth-child(5) ~ li a:after {
    opacity: 1;
  }
  #index-body .init-3 .box ul li:nth-child(5) ~ li:before {
    opacity: 1;
  }
  #index-body .init-3 .box:before {
    top: 33.333%;
    margin-top: -10px;
  }
  #index-body .init-3 .box ul li i {
    height: 40px;
    line-height: 40px;
  }
  #index-body .init-3 .box ul li h6 {
    height: 24px;
  }
}

@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  

  #banner li .content .bg {
    top: 44%;
  }
  #banner li .content .bg h6 {
    font-size: 70px;
  }
  #banner li .content .text {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }
  #banner li .content .text:after {
    display: none;
  }
  #banner li .content .imgBox {
    opacity: .9;
  }
  #banner li {
    height: 500px;
  }
  #index-body .init-1 .left {
    width: 100%;
    margin-top: 0;
    padding: 40px 0;
  }
  #index-body .init-1 .left .text {
    margin: 20px 0 10px;
  }
  #index-body .init-1 .right a.img-box .content {
    top: 15%;
  }
  #index-body .init-1 .right {
    width: 100%;
  }
  #index-body .init-2 .box ul li .content:after {
    display: none;
  }
  #index-body .init-2 .box ul li .content {
    padding-right: 0;
  }
  #index-body .init-2 .box ul li .img {
    max-width: 500px;
  }
  #index-body .init-2 .box ul li .content {
    width: 50%;
    top: 25%;
  }
  #index-body .init-2 .contact,
  #index-body .init-5 .contact {
    max-width: 100%;
    width: 100%;
  }
  #index-body .init-2 .contact h4,
  #index-body .init-5 .contact h4 {
    font-size: 16px;
  }
  #index-body .init-3 .box ul li {
    width: 33.3333%;
  }
  #index-body .init-3 .box ul li a:before {
    content: '';
    border: 3px solid white;
    border-radius: 100%;
    position: absolute;
    right: -13px;
    top: -23px;
    opacity: 0;
    z-index: 1;
  }
  #index-body .init-3 .box ul li:nth-child(3) ~ li:before,
  #index-body .init-3 .box ul li:nth-child(3) ~ li a:after,
  #index-body .init-3 .box ul li:nth-child(3) ~ li a:before {
    opacity: 1;
  }
  #index-body .init-3 .box:before {
    display: none;
  }
  #index-body .init-5 .contact {
    margin-left: 0;
  }
  #index-body .init-5 .contact h4 {
    padding: 0 10px;
  }
  #index-body .init-5 .contact a.more {
    padding: 0 5px;
  }
  #footer .footer-top .left {
    width: 100%;
    margin: 0;
  }
  #footer .footer-top .right {
    width: 100%;
    padding-top: 20px;
  }
  #footer .footer-top .left .text {
    max-width: 100%;
  }
  #footer .footer-top {
    padding: 50px 0;
  }
  #footer .footer-top .right ul li:nth-child(3) {
    display: none;
  }
  #footer .footer-top .right ul li:nth-child(1),
  #footer .footer-top .right ul li:nth-child(2) {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner li .content .text p {
    display: none;
  }
  #banner li {
    height: 360px;
  }
  #banner li .content {
    top: 65%;
  }
  #banner li .content .imgBox {
    margin-top: -50px;
  }
  #banner li .content .text a.more {
    margin-top: 20px;
    display: block;
  }
  #banner li .content .bg {
    top: 30%;
  }
  #banner li .content .bg h6 {
    font-size: 50px;
  }
  #index-body h3.title {
    font-size: 24px;
  }
  #index-body .init-1 .right ul li {
    width: 100%;
  }
  #index-body .init-1 .right ul li a {
    max-height: 250px;
  }
  #index-body .init-1 .right a.img-box .content {
    top: 10%;
  }
  #index-body .init-1 .right a.img-box .content i {
    height: 40px;
    line-height: 40px;
  }
  #index-body .init-2 .box ul li {
    padding: 0;
  }
  #index-body .init-2 .box ul li .content {
    right: 0;
    width: 100%;
  }
  #index-body .text {
    display: none;
  }
  #index-body .init-2 .box ul .slick-slide li {
    left: 30%;
  }
  #index-body .init-2 .contact,
  #index-body .init-5 .contact {
    display: none;
  }
  #index-body .init-3,
  #index-body .init-4 {
    display: none;
  }
  #index-body .init-5 {
    background: white;
  }
  #index-body .init-5 .top .box {
    margin-top: 20px;
  }
  #footer .footer-bottom .box .left,
  #footer .footer-bottom .box .right {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-1 .right a.img-box em {
    display: none;
  }
  #banner li .content .bg h6 {
    font-size: 36px;
  }
  #banner li {
    height: 300px;
  }
  #footer .footer-top .right ul li:nth-child(1),
  #footer .footer-top .right ul li:nth-child(2) {
    width: 100%;
  }
  #banner li .content {
    top: 60%;
  }
  #index-body .init-2 .box {
    padding: 30px 0;
  }
  #index-body .init-2 .box ul li .content h3 {
    font-size: 18px;
	  line-height:30px;
  }
  #index-body .init-2 .box ul li .content h2 {
    margin: 10px 0;
  }
  #index-body .init-2 .box ul li .content a.more {
    margin-top: 10px;
  }
}
.inner-banner {
  height: 450px;
  padding-top: 190px;
  text-align: center;
  color: white;
  position: relative;
  z-index: 1;
  margin-top: 124px;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}
.inner-banner h3,.inner-banner .producth1 {
  font-size: 44px;
  font-family: "roboto-bold";
  text-transform: capitalize;
  line-height: 1;
}
.inner-banner .mbx {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  text-transform: capitalize;
}
.inner-banner .mbx a:hover {
  text-decoration: underline;
}
.about2-page h3 {
  font-size: 40px;
  color: #333;
  font-family: "roboto-bold";
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 10px;
}
.about2-page .line {
  display: block;
  width: 120px;
  height: 1px;
  background: #adadad;
  margin: 0 auto;
  position: relative;
}
.about2-page .line:after {
  content: '';
  height: 3px;
  width: 40px;
  background: #ed1c24;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -1px;
}
.about2-page .text {
  display: block;
  font-size: 16px;
  color: #6b6b84;
  line-height: 1.8;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
  font-family: 'Roboto-Regular';
}
.about2-page .about-1 {
  padding: 110px 0;
}
.about2-page .about-1 .box {
  position: relative;
}
.about2-page .about-1 .box .left {
  width: 50%;
  vertical-align: middle;
}
.about2-page .about-1 .box .left i.tit,
.about2-page .about-1 .box2 .right i.tit {
  font-size: 18px;
  color: #ed1c24;
  text-transform: uppercase;
  font-family: "roboto-bold";
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
.about2-page .about-1 .box .left h2,
.about2-page .about-1 .box2 .right h2 {
  font-size: 54px;
  color: #333;
  font-family: 'Teko-Medium';
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 20px;
}
.about2-page .about-1 .box .left .text {
  text-align: left;
  font-size: 18px;
  line-height: 2;
}
.about2-page .about-1 .box .left .list {
  margin: 30px 0;
  font-family: "Roboto-Light";
}
.about2-page .about-1 .box .left .list ul li {
  font-size: 16px;
  color: #6b6b84;
  line-height: 1.8;
  padding-bottom: 5px;
}
.about2-page .about-1 .box .left .list ul li i {
  color: #ed1c24;
  margin-right: 10px;
}
.about2-page .about-1 .box .left .list ul li:last-child {
  padding-bottom: 0;
}
.about2-page .about-1 .box .left a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
  height: 60px;
  padding: 0 30px;
  background: #ed1c24;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-1 .box .left a.more:hover {
  background: #111;
}
.about2-page .about-1 .box .right {
  width: 50%;
  padding-left: 2%;
  vertical-align: middle;
  padding-right: 9%;
}
.about2-page .about-1 .box .right:after {
  content: '';
  width: 15%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #ed1c24;
  left: 52%;
  top: 0;
}
.about2-page .about-1 .box .right:before {
  content: '';
  width: 16%;
  height: 100%;
  border: 5px solid #ed1c24;
  position: absolute;
  top: 0;
  right: 0;
}
.about2-page .about-1 .box .right .img {
  padding-left: 20%;
  position: relative;
}
.about2-page .about-1 .box .right .img img{
  width: 100%;
}
.about2-page .about-1 .box .right .img h6 {
  font-size: 28px;
  color: white;
  font-family: "roboto-bold";
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -moz-transform: rotate(-90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  -o-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  position: absolute;
  left: 6%;
  top: 22%;
  transform-origin: left top;
  letter-spacing: 5px;
}
.about2-page .about-1 .box2 {
  margin-top: 50px;
}
.about2-page .about-1 .box2 .left {
  width: 50%;
  padding-right: 10%;
  vertical-align: middle;
}
.about2-page .about-1 .box2 .right {
  width: 50%;
  text-align: left;
  vertical-align: middle;
}
.about2-page .about-1 .box2 .right .text {
  text-align: left;
  font-size: 18px;
  line-height: 2;
}
.about2-page .about-2 {
  padding: 150px 0;
  text-align: center;
  background: url("../images/about-2-bg.jpg") center center no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.about2-page .about-2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
.about2-page .about-2 .play {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: white;
  font-size: 18px;
  cursor: pointer;
  cursor: hand;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-2 .play:after,
.about2-page .about-2 .play:before {
  content: '';
  background: inherit;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  z-index: -1;
  opacity: .2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-2 .play:before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.about2-page .about-2 .play:hover:after,
.about2-page .about-2 .play:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.about2-page .about-3 {
  padding: 100px 0;
}
.about2-page .about-3 .box {
  padding-top: 50px;
}
.about2-page .about-3 .box ul li .box2 {
  padding: 40px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  -moz-box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  background-size: cover;
  background-position: center center;
}
.about2-page .about-3 .box ul li .box2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-3 .box ul li .box2 i {
  display: block;
  font-size: 50px;
  line-height: 50px;
  height: 50px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #ed1c24;
}
.about2-page .about-3 .box ul li .box2 h4 {
  font-size: 20px;
  font-family: "roboto-bold";
  text-transform: capitalize;
  margin: 20px 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-3 .box ul li .box2 p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 72px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 2;
}
/*.about2-page .about-3 .box ul li .box2:hover:after {
  background-color: rgba(0, 0, 0, 0.4);
}*/
/*.about2-page .about-3 .box ul li .box2:hover i,
.about2-page .about-3 .box ul li .box2:hover h4,
.about2-page .about-3 .box ul li .box2:hover p {
  color: white;
}*/
.about2-page .about-4 {
  padding-top: 110px;
  background: url("../images/about-4-bg.jpg") center top no-repeat;
  position: relative;
  z-index: 1;
}
.about2-page .about-4:after {
  content: '';
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: white;
  z-index: -1;
}
.about2-page .about-4 h3 {
  color: white;
}
.about2-page .about-4 .line {
  background: white;
}
.about2-page .about-4 .text {
  color: white;
}
.about2-page .about-4 .box {
  padding-top: 50px;
  margin-bottom: -80px;
}
.about2-page .about-4 .box ul {
  margin: 0 -15px;
}
.about2-page .about-4 .box ul li {
  padding: 0 15px 80px;
}
.about2-page .about-4 .box ul li .box2 {
  display: block;
  position: relative;
  z-index: 1;
}
.about2-page .about-4 .box ul li .box2 .img-box {
  display: block;
}
.about2-page .about-4 .box ul li .box2 .img-box img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-4 .box ul li .box2 .text {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ed1c24;
  text-align: left;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-4 .box ul li .box2 .text h4 {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  font-size: 24px;
  line-height: 1;
  padding: 0 15px;
  font-family: "roboto-bold";
}
.about2-page .about-4 .box ul li .box2 .text h4 small {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
  font-family: "Roboto-Light";
}
.about2-page .about-4 .box ul li .box2:hover .img-box img {
  left: -10%;
}
.about2-page .about-4 .box ul li .box2:hover .text {
  top: 80px;
  width: 90%;
}
.about2-page .about-5 {
  padding: 110px 0;
}
.about2-page .about-5 .container{
  width: 1200px;
}
.about2-page .about-5 .box {
  padding-top: 50px;
}
.about2-page .about-5 .box ul {
  margin: -15px;
}
.about2-page .about-5 .box ul li {
  padding: 15px;
}
.about2-page .about-5 .box ul li .box2 {
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.about2-page .about-5 .box ul li .box2 a.img-box {
  display: block;
}
.about2-page .about-5 .box ul li .box2 h5 {
  font-size: 20px;
  color: black;
  font-family: "roboto-bold";
  line-height: 1.6;
  padding: 25px 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-5 .box ul li .box2 h5:hover {
  color: #ed1c24;
}
.contact2-page .contact-1{
  padding: 20px 0;
}
.contact2-page .contact-1 .box {
  position: relative;
  top: 0;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
  background: white;
  overflow: hidden;
  padding: 50px 40px;
}
.contact2-page .contact-2{
  position: relative;
  z-index: 1;
}
.contact2-page .contact-1 .box h3 {
  font-size: 34px;
  color: #333;
  font-family: 'Teko-Medium';
  margin-bottom: 40px;
}
.contact2-page .contact-1 .box .left {
  padding-right: 40px;
  width: 30%;
}
.contact2-page .contact-1 .box .left .list ul li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.contact2-page .contact-1 .box .left .list ul li #ewm img{
  width: 50%;
  margin: auto;
}
.contact2-page .contact-1 .box .left .list ul li:last-child {
  border-bottom: none;
}
.contact2-page .contact-1 .box .left .list ul li .box2 {
  padding-left: 65px;
  position: relative;
}
.contact2-page .contact-1 .box .left .list ul li .box2 i {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 32px;
}
.contact2-page .contact-1 .box .left .list ul li .box2 h5 {
  font-size: 20px;
  color: #333;
  font-family: 'Teko-Medium';
  margin-bottom: 10px;
}
.contact2-page .contact-1 .box .left .list ul li .box2 p {
  font-size: 18px;
  color: #333;
  font-family: "Roboto-Light";
}
.contact2-page .contact-1 .box .right {
  padding-left: 40px;
  width: 70%;
  position: relative;
}
.contact2-page .contact-1 .box .right:after {
  content: '';
  width: 1px;
  height: 200%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #eee;
}
.contact2-page .contact-1 .box .right .form ul {
  margin: -15px;
}
.contact2-page .contact-1 .box .right .form ul li {
  padding: 15px;
  position: relative;
}
.contact2-page .contact-1 .box .right .form ul li input,
.contact2-page .contact-1 .box .right .form ul li textarea {
  padding: 15px 0;
  border: none;
  background: transparent;
  font-size: 15px;
  font-family: "Roboto-Light";
  border-bottom: 1px solid #eee;
  width: 100%;
  -webkit-transition: 0.5s border-bottom-color;
  -moz-transition: 0.5s border-bottom-color;
  -ms-transition: 0.5s border-bottom-color;
  -o-transition: 0.5s border-bottom-color;
  transition: 0.5s border-bottom-color;
  padding-right: 15px;
}
.contact2-page .contact-1 .box .right .form ul li input:focus,
.contact2-page .contact-1 .box .right .form ul li textarea:focus {
  border-color: #ed1c24;
}
.contact2-page .contact-1 .box .right .form ul li i {
  position: absolute;
  right: 15px;
  bottom: 33px;
  color: #666;
}
.contact2-page .contact-1 .box .right .form ul li.wid-100 {
  width: 100%;
}
.contact2-page .contact-1 .box .right .form ul li textarea {
  height: 160px;
  resize: vertical;
}
.contact2-page .contact-1 .box .right .form ul li input[type="submit"] {
  border-bottom: none;
  width: 200px;
  background: #ed1c24;
  color: white;
  font-family: "roboto-regular";
  text-transform: uppercase;
  margin-top: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact2-page .contact-1 .box .right .form ul li input[type="submit"]:hover {
  background: #111;
}
.contact2-page .contact-2 img {
  width: auto;
  max-width: none;
}
.contact2-page .contact-2 .info-middle img {
  max-width: 100%;
}
@media screen and (max-width: 1500px) {
  .contact2-page .contact-1 .box {
    top: 0;
  }
  .contact2-page .contact-1 .box h3 {
    font-size: 30px;
  }
  .contact2-page .contact-1 .box .left .list ul li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .contact2-page .contact-1 .box .left .list ul li:last-child {
    margin-bottom: 0;
  }
  .contact2-page .contact-1 .box .left .list ul li .box2 p {
    font-size: 16px;
  }
  .contact2-page .contact-1 .box .right .form ul li input,
  .contact2-page .contact-1 .box .right .form ul li textarea {
    padding: 10px 15px 10px 0;
  }
  .contact2-page .contact-1 .box .right .form ul li textarea {
    height: 120px;
  }
  .about2-page .about-1 .left h2 {
    font-size: 46px;
  }
  .about2-page h3 {
    font-size: 34px;
    font-family: 'Teko-Medium';
  }
  .about2-page .about-3 .box ul li .box2 h4 {
    font-size: 25px;
  }
  .about2-page .about-3 .box ul li .box2 p {
    font-size: 16px;
  }
  .about2-page .about-4 .box ul li .box2 .text h4 {
    font-size: 20px;
  }
  .about2-page .about-5 .box ul li .box2 h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    height: 360px;
    padding-top: 160px;
  }
  .inner-banner h3,.inner-banner .producth1 {
    font-size: 34px;
  }
  .inner-banner .mbx {
    font-size: 14px;
    margin-top: 10px;
  }
  .about2-page .about-1 {
    padding: 50px 0;
  }
  .about2-page .about-1 .left h2 {
    font-size: 32px;
  }
  .about2-page .about-1 .left i.tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about2-page .text,
  .about2-page .about-1 .left .list ul li,
  .about2-page .about-3 .box ul li .box2 p {
    font-size: 14px;
    line-height: 1.6;
  }
  .about2-page .about-1 .left a.more {
    line-height: 46px;
    height: 46px;
    font-size: 16px;
    padding: 0 20px;
  }
  .about2-page .about-1 .right .img h6 {
    top: 12%;
  }
  .about2-page .about-2 {
    padding: 100px 0;
  }
  .about2-page .about-3 {
    padding: 50px 0;
  }
  .about2-page h3 {
    font-size: 28px;
  }
  .about2-page .about-3 .box ul li .box2 p {
    height: 66px;
  }
  .about2-page .about-5 {
    padding: 60px 0;
  }
  .about2-page .about-5 .box ul li .box2 h5 {
    font-size: 16px;
    padding: 15px 10px;
  }
  .contact2-page .contact-1 .box h3 {
    font-size: 28px;
  }
  .contact2-page .contact-1 .box .left .list ul li .box2 h5 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .contact2-page .contact-1 .box .left .list ul li .box2 i {
    font-size: 28px;
  }
  .contact2-page .contact-1 .box .left .list ul li .box2 {
    padding-left: 50px;
  }
  .contact2-page .contact-1 .box .left .list ul li .box2 p {
    font-size: 14px;
	line-height:28px;
  }
  .contact2-page .contact-1 .box .right .form ul li input[type="submit"] {
    margin-top: 0;
  }
  #mapContainer {
    height: 340px !important;
  }
}
@media screen and (max-width: 1000px) {
  .contact2-page .contact-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .contact2-page .contact-1 .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .contact2-page .contact-1 .box .right:after {
    display: none;
  }
  .contact2-page .contact-1 .box h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .contact2-page .contact-1 .box .left .list ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .about2-page .about-1 .right {
    display: none;
  }
  .about2-page .about-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .about2-page .about-1 .left h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
  .about2-page .about-1 .left .list {
    margin: 10px 0 20px;
  }
  .about2-page .about-1 .left a.more {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  .about2-page .about-4 .box {
    margin-bottom: -60px;
  }
  .about2-page .about-3 .box ul li {
    width: 50%;
  }
  .about2-page .about-3 .box ul li .box2 {
    padding: 15px;
  }
  .about2-page .about-4 .box ul li .box2 .text h4 {
    font-size: 18px;
    bottom: 10px;
  }
  .about2-page .about-4 .box ul li .box2 .text h4 small {
    font-size: 14px;
  }
  .about2-page .about-4 .box ul li .box2:hover .text {
    top: 60px;
  }
  .about2-page .about-4 .box ul li {
    padding-bottom: 60px;
  }
  .about2-page .about-1 .box .left h2, .about2-page .about-1 .box2 .right h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 240px;
    padding-top: 80px;
  }
  
  .about2-page .about-4 {
    display: none;
  }
  .about2-page .about-5 {
    background: #f8f8f8;
  }
  .about2-page .about-5 .container{
    width: 100%;
  }
  .about2-page .about-5 .box ul li .box2 {
    background: white;
  }
  .about2-page h3 {
    font-size: 24px;
  }
  .about2-page .about-1 .left h2 {
    font-size: 26px;
  }
  .contact2-page .contact-1 .box {
    padding: 30px 20px;
  }
  .about2-page .about-1 .box .left {
    width: 100%;
  }
  .about2-page .about-1 .box .left h2, .about2-page .about-1 .box2 .right h2 {
    font-size: 30px;
  }
  .about2-page .about-1 .box2,#banner li .content .bg {
    display: none;
  }
  #banner li .content .imgBox2 {
    margin-top: -10% !important;
  }
}
@media screen and (max-width: 500px) {
  #mapContainer {
    height: 300px !important;
  }
  .about2-page .about-3 .box ul li {
    width: 100%;
  }
  .about2-page .about-5 .box ul li .box2 h5 {
    font-size: 13px;
    padding: 10px;
  }
  .about2-page .about-5 .box ul li {
    padding: 5px;
  }
  .about2-page .about-5 .box ul {
    margin: -5px;
  }
  .about2-page .about-5 .box {
    padding-top: 20px;
  }
  .about2-page .text,
  .about2-page .about-1 .left .list ul li,
  .about2-page .about-3 .box ul li .box2 p {
    font-size: 14px;
	line-height:28px;
  }
  .about2-page .about-5 {
    padding: 40px 0;
  }
  .about2-page .about-3 .box ul li .box2 i {
    font-size: 40px;
    line-height: 40px;
    height: 40px;
  }
  .about2-page .about-3 .box ul li .box2 h4 {
    margin: 10px 0;
    line-height: 1;
  }
  .about2-page .about-3 .box ul li .box2 p {
    height: auto;
    display: block;
  }
  .inner-banner h3,.inner-banner .producth1 {
    font-size: 26px;
	display:none;
  }
}
/*.inner-banner {*/
/*  height: 500px;*/
  /*background-size: cover;*/
/*  background-attachment: fixed;*/
/*  background-position: center top;*/
/*}*/
.inner-page {
  overflow: hidden;
}
.inner-page .sideBox .side-left {
  width: 23%;
  padding-right: 40px;
}
.inner-page .sideBox .side-left h2 {
  display: block;
  font-size: 36px;
  font-family: "FuturaLT-Bold";
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 80px;
  font-family: 'Teko-Medium';
}
.inner-page .sideBox .side-left .box ul li a {
  display: block;
  padding: 5px 35px 5px 15px;
  background: #fafafa;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  font-weight: bold;
  transition: all .5s;
}
.inner-page .sideBox .side-left .box ul li>a.active{
  color: #fff;
  background: #000;
}
.inner-page .sideBox .side-left .box ul li a:hover{
  background: #000;
  color: #fff;
}
.inner-page .sideBox .side-left .box ul li a i {
  position: absolute;
  right: 15px;
  top: 8px;
}
.inner-page .sideBox .side-left .box ul li ul {
  display: none;
}
.inner-page .sideBox .side-left .box ul li ul li{
  width: 90%;
  margin-left: auto;
}
.inner-page .sideBox .side-left .box ul li ul li a {
  background: #fafafa;
  font-weight: normal;
}

.inner-page .sideBox .side-left .box ul li ul li a.active{
  background: #000;
  color: #fff;
}
.inner-page .sideBox .side-left .box ul li ul li li a {
  background: #F9F9F9;
}
.inner-page .sideBox .side-left .info {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  width: 100%;
  display: none;
}
.inner-page .sideBox .side-left .info img{
  width: 100%;
}
.inner-page .sideBox .side-left .info h5 {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-size: 22px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.inner-page .sideBox .side-right {
  width: 77%;
}
.inner-page .m-page {
  text-align: right;
}
.inner-page .catproductintro{
  font-size: 16px;
    color:#101010;
    line-height: 26px;
    margin-top: 60px;
}

.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: bottom;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #444;
  text-align: center;
  font-size: 14px;
  margin: 0 3px;
}
.inner-page .m-page .current{
  background: #000;
  color: #fff;
}
.inner-page .m-page a:first-child,
.inner-page .m-page span:first-child {
  margin-top: 40px;
}
.inner-page .m-page a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover {
  background: #ed1c24;
  color: white;
}
.contact-btn {
  padding: 50px 0 25px;
  text-align: center;
  background: #ed1c24;
}
.contact-btn p {
  display: block;
  font-size: 18px;
  color: white;
}
.contact-btn a.more {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  line-height: 34px;
  height: 34px;
  padding: 0 15px;
  background: white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-btn a.more i {
  display: inline-block;
  vertical-align: middle;
  max-width: 16px;
  margin-right: 7px;
}
.contact-btn a.more i img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.contact-btn a.more:hover {
  -moz-box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
  -o-box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
  box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
}
.about-page .about-1 {
  padding: 180px 0 100px;
}
.about-page .about-1 .box .left {
  padding-right: 5%;
}
.about-page .about-1 .box .left h3 {
  display: block;
  font-size: 35px;
  font-family: "FuturaLT-Heavy";
  color: #222;
  line-height: 53px;
}
.about-page .about-1 .box .left h3 em {
  color: #ed1c24;
}
.about-page .about-1 .box .left .text {
  margin-top: 40px;
  font-size: 16px;
  color: #737373;
  line-height: 2;
}
.about-page .about-1 .box .left .text p {
  padding-top: 50px;
}
.about-page .about-1 .box .left .text p:first-child {
  padding-top: 0;
}
.about-page .about-1 .list {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  padding-top: 180px;
}
.about-page .about-1 .list ul li .box {
  padding-left: 80px;
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .list ul li .box i {
  position: absolute;
  left: 0;
  top: 0;
}
.about-page .about-1 .list ul li .box h4 {
  display: block;
  font-size: 18px;
  font-family: "FuturaLT";
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
.about-page .about-1 .list ul li .box h4 em {
  font-size: 36px;
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
}
.about-page .about-1 .list ul li .box p {
  display: block;
  font-size: 16px;
  color: #666;
}
.about-page .about-1 .list ul li .box:hover {
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  transform: translateY(-20%);
}
.about-page .about-2 {
  height: 600px;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}
.about-page .about-2 .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  cursor: hand;
  text-align: center;
  font-family: "FuturaLT-Bold";
  font-size: 16px;
  text-transform: capitalize;
  color: white;
}
.about-page .about-2 .play img {
  display: block;
  margin: 0 auto 15px;
}
.about-page .about-3 {
  padding-top: 150px;
}
.about-page .about-3 h2 {
  font-size: 25px;
  color: black;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Teko-Medium';
  line-height: 1;
}
.about-page .about-3 h2 small {
  display: block;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  line-height: normal;
  text-transform: none;
  font-family: 'Teko-Medium';
}
.about-page .about-3 .box {
  padding-top: 40px;
  max-width: 1320px;
  display: block;
  margin: 0 auto;
}
.about-page .about-3 .box ul li {
  padding-bottom: 20px;
}
.about-page .about-3 .box ul li:last-child {
  padding-bottom: 0;
}
.about-page .about-3 .box ul li h4 {
  padding: 20px 70px;
  background-image: url("../images/icon-lt.png");
  background-position: center left 25px;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid #b7b7b7;
  font-size: 16px;
  color: #666;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  cursor: hand;
  font-family: 'Teko-Medium';
}
.about-page .about-3 .box ul li h4:after {
  content: "\f107";
  font-size: 18px;
  position: absolute;
  right: 25px;
  top: 20px;
  font-family: "FontAwesome";
}
.about-page .about-3 .box ul li .text {
  padding: 25px;
  border: 1px solid #b7b7b7;
  margin-top: 8px;
  font-size: 16px;
  color: #666;
  display: none;
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.about-page .about-3 .box ul li.active h4 {
  background-color: #ed1c24;
  color: white;
  background-image: url("../images/icon-lt2.png");
}
.about-page .about-3 .box ul li.active h4:after {
  content: "\f106";
}
.about-page .about-4 {
  padding: 80px 0 100px;
}
.about-page .about-4 h2 {
  font-size: 25px;
  color: black;
  text-align: center;
  text-transform: uppercase;
  font-family: "FuturaLT-Heavy";
  line-height: 1;
}
.about-page .about-4 .box {
  padding-top: 100px;
}
.about-page .about-4 .box ul {
  margin: -10px -20px;
}
.about-page .about-4 .box ul li {
  padding: 10px 20px;
  text-align: center;
}
.about-page .about-4 .box ul li i {
  display: inline-block;
  max-width: 100%;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.about-page .about-4 .box ul li span {
  display: block;
  overflow: hidden;
}
.about-page .about-4 .box ul li h4 {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  margin: 30px 0 15px;
  white-space: nowrap;
}
.about-page .about-4 .box ul li .text {
  display: block;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.8;
}
.contact-page {
  padding: 100px 0;
}
.contact-page .contact-1 .top i {
  font-size: 12px;
  color: black;
  opacity: .4;
  margin-bottom: 20px;
  display: block;
}
.contact-page .contact-1 .top h2 {
  font-size: 60px;
  color: black;
  font-weight: 500;
  line-height: 60px;
}
.contact-page .contact-1 .top .content {
  padding: 40px 0 50px;
  font-size: 18px;
  line-height: 28px;
  color: black;
  opacity: .4;
}
.contact-page .contact-1 .bottom h3,
#form{
  font-size: 30px;
  color: black;
}
.contact-page .contact-1 .bottom .left {
  padding-right: 5%;
  width: 70%;
}
.contact-page .contact-1 .bottom .left .list {
  padding-top: 50px;
}
.contact-page .contact-1 .bottom .left .list ul li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 25px;
  font-size: 18px;
  color: rgba(48, 48, 54, 0.9);
}
.contact-page .contact-1 .bottom .left .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .bottom .left .list ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-page .contact-1 .bottom .left .list ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .bottom .left .share {
  padding-top: 70px;
}
.contact-page .contact-1 .bottom .left .share h3 {
  display: block;
  font-size: 30px;
  color: #303036;
  margin-bottom: 20px;
}
.contact-page .contact-1 .bottom .left .share ul li {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 100%;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  background: #707070;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .bottom .left .share ul li:hover {
  background: #ed1c24;
}
.contact-page .contact-1 .bottom .right {
  width: 30%;
}
#form {
  margin-top: 20px;
}
#form ul li {
  padding-bottom: 14px;
}
#form ul li:last-child {
  padding-bottom: 0;
}
#form ul li input,
#form ul li textarea {
  width: 100%;
  line-height: 26px;
  padding: 7px 12px;
  border: 1px solid #333;
  font-size: 14px;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#form ul li input::-webkit-input-placeholder,
#form ul li textarea::-webkit-input-placeholder {
  color: #686868;
}
#form ul li input:-moz-placeholder,
#form ul li textarea:-moz-placeholder {
  color: #686868;
}
#form ul li input::-moz-placeholder,
#form ul li textarea::-moz-placeholder {
  color: #686868;
}
#form ul li input:-ms-input-placeholder,
#form ul li textarea:-ms-input-placeholder {
  color: #686868;
}
#form ul li input:focus,
#form ul li textarea:focus {
  border-color: #ed1c24;
}
#form ul li textarea {
  height: 200px;
  resize: vertical;
}
#form ul li span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}
#form ul li span input {
  width: 30px;
  height: 30px;
  cursor: pointer;
  cursor: hand;
}
#form ul li span label {
  font-size: 16px;
  color: #686868;
  margin-left: 10px;
  opacity: .7;
}
#form ul li input[type="submit"] {
  width: 180px;
  background: #ed1c24;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  border: none;
}
#form ul li input[type="submit"]:hover {
  background: #333;
}
.product-page {
  padding: 150px 0 60px;
}
.product-page .side-right .top {
  display: block;
  text-align: right;
  margin-bottom: 80px;
}
.product-page .side-right .top .form {
  display: inline-block;
  vertical-align: middle;
  max-width: 40%;
  width: 100%;
  position: relative;
}
.product-page .side-right .top .form:before {
  /*content: '';*/
  height: 16px;
  width: 1px;
  background: #747474;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-page .side-right .top .form input {
  width: 100%;
  line-height: 36px;
  height: 36px;
  padding-left: 14px;
  padding-right: 40px;
  font-size: 16px;
  color: black;
  border: none;
  border-bottom: 1px solid #c9c9c9;
  background: none;
}
.product-page .side-right .top .form input::-webkit-input-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .side-right .top .form input:-moz-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .side-right .top .form input::-moz-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .side-right .top .form input:-ms-input-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .side-right .top .form input:focus {
  border-color: #ed1c24;
}
.product-page .side-right .top .form input[type="submit"] {
  width: 36px;
  border-bottom: none;
  background: url("../images/icon-search2.png") center center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}
.product-page .side-right .top .show {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 100px;
  margin-right: 20px;
}
.product-page .side-right .top .show span {
  line-height: 36px;
  height: 36px;
  padding: 0 26px;
  border: 1px solid #747a84;
  display: inline-block;
  font-size: 14px;
  color: #444;
  border-radius: 18px;
}
.product-page .side-right .top .show ul {
  position: absolute;
  border: 1px solid #eee;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 10px;
  z-index: 2;
  background: white;
  display: none;
}
.product-page .side-right .top .show ul li {
  padding: 7px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .side-right .top .show ul li:last-child {
  border-bottom: none;
}
.product-page .side-right .top .show ul li:hover {
  color: #ed1c24;
}
.product-page .side-right .top .show:hover ul {
  display: block;
}
.product-page .side-right .top .listBox {
  display: inline-block;
  vertical-align: middle;
}
.product-page .side-right .top .listBox span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
}
.product-page .side-right .top .listBox span.list {
  margin-left: 20px;
}
.product-page .side-right .bottom .block ul {
  margin: -30px -10px;
}
.product-page .side-right .bottom .block ul li {
  padding: 30px 10px;
}
.product-page .side-right .bottom .block ul li a.img-box {
  display: block;
  border: #eee solid 1px;
  transition: all .5s;
}
.product-page .side-right .bottom .block ul li a.img-box:hover{
  box-shadow: 0 0 10px 0 #e4e4e4;
}
.product-page .side-right .bottom .block ul li a.img-box img{
  width: 100%;
  
}
.product-page .side-right .bottom .block ul li h4 {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  color: #101010;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height:30px;
}
.product-page .side-right .bottom .block ul li:hover h4 {
  color: #ed1c24;
}
.product-page .side-right .bottom .list {
  display: none;
}
.product-page .side-right .bottom .list ul li {
  margin-bottom: 20px;
}
.product-page .side-right .bottom .list ul li:last-child {
  margin-bottom: 0;
}
.product-page .side-right .bottom .list ul li .img {
  width: 30%;
  vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .img a {
  display: block;
}
.product-page .side-right .bottom .list ul li .text {
  width: 70%;
  padding-left: 5%;
  vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .text h4 {
  font-size: 24px;
}
.product-page .side-right .bottom .list ul li .text .content {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.8;
  word-break: break-word;
}
.product-page .side-right .bottom .list ul li .text a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  background: #ed1c24;
  color: white;
  border-radius: 3px;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .side-right .bottom .list ul li .text a.more:hover {
  background: #222;
}
.prodet-page {
  padding: 150px 0 120px;
}
.prodet-page .prodet-1 .img {
  width: 50%;
  padding-right: 30px;
  vertical-align: bottom;
}
.prodet-page .prodet-1 .img img {
  width: 100%;
}
.prodet-page .prodet-1 .img a {
  display: block;
  position: relative;
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .img a img{
  width: 100%;
}
.prodet-page .prodet-1 .img .play {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #ed1c24;
  color: white;
  font-size: 16px;
  cursor: pointer;
  cursor: hand;
  text-align: center;
}
.prodet-page .prodet-1 .text {
  width: 50%;
  vertical-align: top;
  padding-top: 5%;
}
.prodet-page .prodet-1 .text h3,.prodet-page .prodet-1 .text h1 {
  font-size: 29px;
  margin-bottom: 20px;
  font-family: 'Teko-Medium';
}

.prodet-page .prodet-1 .text .content {
  margin: 25px 0 65px;
  font-size: 16px;
  line-height: 1.6;
}

.prodet-page .prodet-1 .text .content ul li,
.prodet-page .prodet-2 ul li {
  padding-left: 20px;
  /*margin-bottom: 10px;*/
  font-size: 16px;
  color: rgba(16, 16, 16, 0.67);
  position: relative;
}
.prodet-page .prodet-1 .text .content ul li:last-child,
.prodet-page .prodet-2 ul li:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-1 .text .content ul li:after,
.prodet-page .prodet-2 ul li:after {
  content: '';
  border: 4px solid #ed1c24;
  position: absolute;
  top: 9px;
  left: 0;
}
.prodet-page .prodet-1 .text a.more {
  line-height: 40px;
  height: 40px;
  padding: 0 27px;
  font-size: 18px;
  display: inline-block;
  border: 1px solid black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .text .go_back{
  margin-top: 20px;
} 
.prodet-page .prodet-1 .text a.more.active,
.prodet-page .prodet-1 .text a.more:hover {
  background: #ed1c24;
  color: white;
  border-color: #ed1c24;
}
.prodet-page .prodet-1 .text a.more.active:hover {
  background: #111;
  color: white;
  border-color: #111;
}
.prodet-page .prodet-1 .text .gallery {
  margin-top: 175px;
}
.prodet-page .prodet-1 .text .gallery ul .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .text .gallery ul {
  margin: -5px;
}
.prodet-page .prodet-1 .text .gallery ul .slick-arrow {
  width: 20px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 12px;
  border: none;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
.prodet-page .prodet-1 .text .gallery ul .slick-arrow.slick-prev {
  background-image: url('../images/banner-btn-l.png');
  left: 0;
}
.prodet-page .prodet-1 .text .gallery ul .slick-arrow.slick-next {
  background-image: url('../images/banner-btn-r.png');
  right: 0;
}
.prodet-page .prodet-1 .text .gallery ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .text .gallery ul img{
  border: #eee solid 1px;
}
.prodet-page .prodet-1 .text .gallery ul li a {
  display: block;
}
.prodet-page .prodet-2 {
  padding: 100px 0 20px;
}
.prodet-page .prodet-2_2{
  padding: 0
}


.prodet-page .singleintro{
  font-size: 16px;
    color: rgba(16,16,16,.67);
    line-height: 26px;
    margin-bottom: 60px;
}

.prodet-page .prodet-2 h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Teko-Medium';
}
.prodet-page .prodet-2 .content {
  display: block;
  font-size: 16px;
  color: #626262;
  line-height: 28px;
}

.prodet-page .prodet-2 .content{
  font-size: 24px;
  margin: 30px 0 20px;
  display: block;
  margin-bottom: 0;
  color: #000;
  font-family: 'Teko-Medium';
}

.prodet-page .prodet-2 .content table{
  font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
  text-align: center;
}
.prodet-page .prodet-2:nth-child(3) .content table{
  margin-top: 30px;

}

.prodet-page .prodet-2 .content table strong{
  margin: 0;
}
.prodet-page .prodet-2 .content .table table td {
  width: 50% !important;
  /*padding: 0 !important;*/
  border: none !important;
}
.prodet-page .prodet-2 .content .table table td img {
  max-height: 300px;
}
.prodet-page .prodet-2 .content .table table tr {
  background: none !important;
}
.prodet-page .prodet-2 .content .table table tr:nth-child(even) img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-3 h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Teko-Medium';
}
.news-page {
  padding: 50px 0 110px;
}
.news-page .top {
  display: block;
}
.news-page .top ul li {
  display: inline-block;
}
.news-page .top ul li a {
  display: block;
  line-height: 46px;
  height: 46px;
  padding: 0 42px;
  font-size: 18px;
  color: #171717;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .top ul li a:hover,
.news-page .top ul li a.active {
  background: #ed1c24;
  color: white;
}
.news-page .bottom {
  padding-top: 60px;
}
.news-page .bottom ul {
  margin: -30px -12px;
}
.news-page .bottom ul li {
  padding: 30px 12px;
}
.news-page .bottom ul li a.img-box {
  display: block;
}
.news-page .bottom ul li .content {
  display: block;
  padding: 25px 15px;
  background: #f5f5f5;
}
.news-page .bottom ul li .content h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  color: #101010;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .bottom ul li .content h4:hover {
  color: #ed1c24;
}
.news-page .bottom ul li .content time {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #3a3a3a;
}
.newdet-page {
  padding: 50px 0;
}
.newdet-page h3 {
  font-size: 26px;
  color: black;
  font-weight: 500;
  text-transform: capitalize;
  font-family: 'Teko-Medium';
}
.newdet-page time {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  color: black;
  opacity: .6;
}
.newdet-page .content {
  display: block;
  padding: 15px 0;
  border-top: 1px #ccc dashed;
  border-bottom: 1px #ccc dashed;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.newdet-page .share {
  padding-top: 10px;
  margin-bottom: 60px;
}
.newdet-page .share h4 {
  font-size: 14px;
  color: black;
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .share ul {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .share ul li {
  width: auto;
  margin-left: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .share ul li:hover {
  color: #ed1c24;
}
.news-about-page h3.tit {
  font-size: 30px;
  color: #303036;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
}
.news-about-page h3.tit small {
  display: block;
  font-size: 16px;
  line-height: normal;
  margin-top: 15px;
  opacity: .55;
}
#msg2 .box {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 280px;
  right: 0;
  background: white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 2;
}
#msg2 .box h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
#msg2 .box i.close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
#msg2 .box i.close:after,
#msg2 .box i.close:before {
  content: '';
  width: 24px;
  height: 1px;
  display: block;
  background: black;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#msg2 .box i.close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#msg2 .box i.close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#msg2 .box form ul li {
  padding-bottom: 10px;
  font-size: 12px;
}
#msg2 .box form ul li:last-child {
  padding-bottom: 0;
}
#msg2 .box form ul li input,
#msg2 .box form ul li textarea {
  width: 100%;
  line-height: 24px;
  border: 1px solid #eee;
  padding: 5px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#msg2 .box form ul li input:focus,
#msg2 .box form ul li textarea:focus {
  border-color: #ed1c24;
}
#msg2 .box form ul li textarea {
  height: 80px;
  resize: vertical;
  -webkit-transition: .5s all,height 0s;
  -moz-transition: .5s all,height 0s;
  -ms-transition: .5s all,height 0s;
  -o-transition: .5s all,height 0s;
  transition: .5s all,height 0s;
}
#msg2 .box form ul li input[type="submit"] {
  background: #ed1c24;
  color: white;
}
#msg2 .box form ul li input[type="submit"]:hover {
  background: #222;
}
#msg2.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#msg2:hover span,
#msg2.active2 span {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.factory-page {
  display: block;
}
.factory-page .factory-1 {
  background: #f4f7fd;
  text-align: center;
  padding: 50px 0 170px;
  margin-bottom: -100px;
}
.factory-page .factory-1 i {
display: block;
    font-size: 16px;
    color: #242424;
}
.factory-page .factory-1 h2 {
  display: block;
  font-size: 48px;
  font-weight: bold;
  color: #181818;
  line-height: 1;
  text-transform: capitalize;
}
.factory-page .factory-1 h2 i {
  display: block;
  font-size: 16px;
  color: #242424;
  margin-bottom: 10px;
}
.factory-page .factory-1 h2 small {
  display: block;
  font-size: 36px;
  color: #007dc4;
  margin-top: 10px;
}
.factory-page .factory-1 .box {
  display: block;
  margin-top: 80px;
}
.factory-page .factory-1 .box ul {
  margin: 0 -40px;
}
.factory-page .factory-1 .box ul li {
  padding: 0 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.factory-page .factory-1 .box ul li:after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 90px;
  background: url("../images/icon-line.png");
  left: 50%;
  z-index: -1;
}
.factory-page .factory-1 .box ul li:last-child:after {
  display: none;
}
.factory-page .factory-1 .box ul li span {
  display: block;
}
.factory-page .factory-1 .box ul li span img {
  display: block;
  margin: 0 auto;
}
.factory-page .factory-1 .box ul li p {
  display: block;
  margin-top: 45px;
  font-size: 18px;
  color: #242424;
  line-height: 1.8;
}
.factory-page .factory-2 {
  margin-top: 60px;
}
.factory-page .factory-2 ul {
  margin: -40px 0;
}
.factory-page .factory-2 ul li {
  padding: 40px 0;
}
.factory-page .factory-2 ul li .img {
  vertical-align: middle;
  position: relative;
  left: 0;
}
.factory-page .factory-2 ul li .img ul li a {
  display: block;
}
.factory-page .factory-2 ul li .img ul li a img {
  width: 100%;
}
.factory-page .factory-2 ul li .text {
  vertical-align: middle;
  padding-left: 6%;
  position: relative;
  left: 0;
}
.factory-page .factory-2 ul li .text i {
  display: block;
  font-size: 16px;
  color: #242424;
}
.factory-page .factory-2 ul li .text h3 {
  display: block;
  font-size: 48px;
  color: #242424;
  line-height: 1;
  font-weight: bold;
  margin: 20px 0;
}
.factory-page .factory-2 ul li .text h3 span {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  height: 36px;
  padding: 0 25px;
  border-radius: 5px;
  margin-left: 15px;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  color: black;
  font-size: 16px;
  white-space: nowrap;
  font-weight: normal;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.factory-page .factory-2 ul li .text h3 span i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  color: inherit;
}
.factory-page .factory-2 ul li .text h3 span:hover {
  background: #0d95e8;
  color: white;
}
.factory-page .factory-2 ul li .text .content {
  display: block;
  font-size: 18px;
  color: #727272;
  line-height: 2;
}
.factory-page .factory-2 ul li .text .content em {
  color: #0d95e8;
  margin-bottom: 10px;
  display: block;
}
.factory-page .factory-2 ul li .text .btn {
  display: block;
  margin-top: 35px;
}
.factory-page .factory-2 ul li .text .btn div {
  width: 35px;
  height: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.factory-page .factory-2 ul li .text .btn div.prev {
  background-image: url("../images/icon-about-btn-l.png");
}
.factory-page .factory-2 ul li .text .btn div.prev:hover {
  background-image: url("../images/icon-about-btn-l2.png");
}
.factory-page .factory-2 ul li .text .btn div.next {
  background-image: url("../images/icon-about-btn-r.png");
  margin-left: 50px;
  margin-top: 12px;
}
.factory-page .factory-2 ul li .text .btn div.next:hover {
  background-image: url("../images/icon-about-btn-r2.png");
}
.factory-page .factory-2 ul li:nth-child(even) .img {
  left: 50%;
}
.factory-page .factory-2 ul li:nth-child(even) .text {
  left: -50%;
  padding-right: 6%;
  padding-left: 0;
}
.factory-page .factory-3 {
  padding-top: 110px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.factory-page .factory-3:after {
  /*content: '';*/
  width: 100%;
  height: 50%;
  background: #0d95e8;
  z-index: -1;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
}
.factory-page .factory-3 h2 {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  color: #242424;
}
.factory-page .factory-3 .box {
  display: block;
  padding-top: 60px;
}
.factory-page .factory-3 .box ul {
  margin: -12px;
}
.factory-page .factory-3 .box ul li {
  padding: 12px;
}
.factory-page .factory-3 .box ul li .box2 {
  display: block;
  padding: 50px 20px 70px;
  border: 1px solid #dcdcdc;
  background: #fff;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.factory-page .factory-3 .box ul li .box2 span {
  display: block;
}
.factory-page .factory-3 .box ul li .box2 span img {
  margin: 0 auto;
}
.factory-page .factory-3 .box ul li .box2 .text {
  margin-top: 15px;
  font-size: 16px;
  color: #242424;
  line-height: 28px;
  height: 168px;
}
.factory-page .factory-3 .box ul li .box2 .text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #0d95e8;
}
.factory-page .factory-3 .box ul li .box2:hover {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
  border-color: #0d95e8;
}
.factory-page .factory-3 .tit {
  padding: 70px 0 40px;
}
.factory-page .factory-3 .tit h3 {
  display: inline-block;
  width: 70%;
  font-size: 45px;
  font-weight: bold;
  color: #333;
  line-height: 68px;
}
.factory-page .factory-3 .tit a.more {
  float: right;
  display: inline-block;
  line-height: 76px;
  height: 76px;
  padding: 0 60px;
  font-size: 24px;
  color: white;
  background: #0d95e8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-top: 20px;
}
.factory-page .factory-3 .tit a.more:hover {
  background: #222;
}
#menu-news {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#menu-news.active {
  left: 0;
}

#menu-news .left {
  width: 20%;
  height: 100%;
  background: url("/wbdjx/2021/04/20/wbd.jpg") center center;
  background-size: cover;
  position: relative;
  vertical-align: middle;
}
#menu-news .left .box {
  position: absolute;
  width: 100%;
  bottom: 5%;
  padding: 0 5%;
  text-align: center;
  color: white;
}
#menu-news .left .box h6 {
  font-size: 16px;
  line-height: 1;
}
#menu-news .left .box h3 {
  display: block;
  font-size: 34px;
  line-height: 1;
  margin-top: 20px;
}
#menu-news .left .box h3 i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -5px;
}
#menu-news .left .box h3 small {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}
#menu-news .left .box a.more {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid white;
  border-radius: 30px;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 100%;
  margin-top: 60px;
  max-width: 80%;
}
#menu-news .left .box a.more:hover {
  background: #ed1c24;
}
#menu-news .left .box .yuy {
  display: block;
  max-width: 80%;
  margin: 0 auto;
  padding-top: 30px;
}
#menu-news .left .box .yuy ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 3px;
}
#menu-news .left .box .yuy ul li img {
  display: inline-block;
  vertical-align: middle;
  max-width: 24px;
  margin-right: 5px;
}
#menu-news .center {
  width: 55%;
  padding: 0 5%;
  vertical-align: middle;
  max-height: 80%;
}
#menu-news .center .list {
  overflow: auto;
  max-height: 100%;
  display: block;
}
#menu-news .center .list li {
  font-size: 34px;
  line-height: 1;
  padding-bottom: 60px;
}
#menu-news .center .list li ul {
  margin-top: 10px;
}
#menu-news .center .list li ul li {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0;
  margin-right: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#menu-news .center .list li ul li:hover {
  color: #ed1c24;
}
#menu-news .right {
  width: 25%;
  height: 100%;
}
#menu-news .right ul {
  height: 100%;
}
#menu-news .right ul li {
  height: 33.33%;
  overflow: hidden;
  position: relative;
}
#menu-news .right ul li a {
  display: block;
}
#menu-news .right ul li a h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  color: white;
  font-size: 18px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#menu-news .right ul li a:hover h5 {
  background: #ed1c24;
}
@media screen and (max-width: 1600px) {
  .news-page .top ul li a {
    line-height: 38px;
    height: 38px;
    padding: 0 30px;
    font-size: 16px;
  }
  .news-page .bottom {
    padding-top: 40px;
  }
  .news-page {
    padding: 50px 0;
  }
  .news-page .bottom ul li {
    padding: 5px;
  }
  .news-page .bottom ul {
    margin: -5px;
  }
  .news-page .bottom ul li .content {
    padding: 10px;
  }
  .prodet-page {
    padding: 80px 0;
  }
  .prodet-page .prodet-1 .text .gallery {
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .text .content {
    margin: 10px 0 20px;
    word-wrap: break-word;
  }
  .prodet-page .prodet-1 .text a.more {
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    padding: 0 23px;
  }
  .prodet-page .prodet-1 .text h3,.prodet-page .prodet-1 .text h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .prodet-page .prodet-1 .text .content ul li {
    font-size: 14px;
  }
  .product-page .side-right .top,
  .inner-page .sideBox .side-left h2 {
    margin-bottom: 30px;
  }
  .inner-page .sideBox .side-left h2 {
    font-size: 35px;
    line-height: 30px;
  }
  .inner-page .sideBox .side-left .box ul li a {
    font-size: 14px;
  }
  .prodet-page .prodet-2 {
    padding: 50px 0;
    padding-bottom: 30px;
  }
  .prodet-page .prodet-2_2{
  padding-top: 0
}
  .prodet-page .prodet-2_2 .content{
    margin-top: 0;
    font-weight: 0;
  }
  .prodet-page .prodet-2_2 .content>p{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
  }
  
  .product-page {
    padding: 60px 0;
  }
  .product-page .side-right .bottom .block ul li {
    padding: 10px;
  }
  .product-page .side-right .bottom .block ul {
    margin: -10px;
  }
  .product-page .side-right .bottom .list ul li .text h4 {
    font-size: 22px;
  }
  .product-page .side-right .bottom .list ul li .text a.more {
    line-height: 32px;
    height: 32px;
    font-size: 13px;
    padding: 0 20px;
  }
  .contact-page {
    padding: 60px 0;
  }
  .contact-page .contact-1 .top h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .contact-page .contact-1 .top .content {
    font-size: 16px;
    padding: 30px 0;
  }
  .contact-page .contact-1 .bottom h3,
  #form,
  .contact-page .contact-1 .bottom .left .share h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .bottom .left .share ul li {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
  }
  .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-1 .box .left h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .about-page .about-1 .box .left .text {
    margin-top: 20px;
    line-height: 1.8;
  }
  .about-page .about-1 .box .left .text p {
    padding-top: 20px;
  }
  .about-page .about-1 .list {
    padding-top: 60px;
  }
  .about-page .about-1 .list ul li .box h4 em {
    font-size: 28px;
  }
  .about-page .about-2 {
    height: 400px;
  }
  .about-page .about-3 {
    padding-top: 80px;
  }
  .about-page .about-4 .box {
    padding-top: 60px;
  }
  .about-page .about-4 .box ul li h4 {
    font-size: 20px;
    margin: 15px 0;
  }
  .about-page .about-4 .box ul li .text {
    font-size: 15px;
    line-height: 1.6;
  }
  .about-page .about-4 {
    padding: 60px 0;
  }
  .factory-page .factory-1 h2,
  .factory-page .factory-3 h2,
  .factory-page .factory-3 .tit h3 {
    font-size: 40px;
  }
  .factory-page .factory-3 .tit h3 {
    line-height: 1.4;
  }
  .factory-page .factory-1 h2 small {
    font-size: 28px;
  }
  .factory-page .factory-1 .box ul li p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .factory-page .factory-1 .box ul li {
    padding: 0 20px;
  }
  .factory-page .factory-1 .box ul {
    margin: 0 -20px;
  }
  .factory-page .factory-2 ul li .text h3 {
    font-size: 32px;
  }
  .factory-page .factory-2 ul li .text .content {
    font-size: 16px;
    line-height: 1.6;
  }
  .factory-page .factory-2 ul li .text .btn {
    margin-top: 20px;
  }
  .factory-page .factory-3 .box {
    padding-top: 40px;
  }
  .factory-page .factory-3 .box ul li .box2 .text {
    font-size: 14px;
    line-height: 1.8;
  }
  .factory-page .factory-3 .box ul li .box2 span img {
    max-height: 70px;
  }
  .factory-page .factory-3 .tit a.more {
    line-height: 54px;
    height: 54px;
  }
  .factory-page .factory-1 {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-4 .box ul li h4 {
    font-size: 18px;
    word-break: break-word;
    white-space: normal;
  }
  .about-page .about-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .box .right {
    display: none;
  }
  .about-page .about-2 .play img {
    max-width: 60px;
  }
  .about-page .about-3 .box ul li h4 {
    padding: 10px 50px;
    background-position: center left 15px;
  }
  .about-page .about-3 .box ul li h4:after {
    top: 10px;
  }
  #form ul li span label {
    font-size: 14px;
  }
  .contact-page .contact-1 .bottom .left {
    width: 60%;
  }
  .contact-page .contact-1 .bottom .right {
    width: 40%;
  }
  .contact-page .contact-1 .bottom .left .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-1 .top h2 {
    font-size: 36px;
  }
  .inner-page .sideBox .side-left {
    width: 30%;
  }
  .inner-page .sideBox .side-right {
    width: 70%;
  }
  .product-page .side-right .bottom .list ul li .text .content {
    margin: 10px 0;
    font-size: 13px;
    line-height: 1.6;
  }
  .product-page .side-right .top .show {
    margin: 0 20px;
  }
  .prodet-page .prodet-1 .text a.more {
    font-size: 13px;
  }
  .prodet-page .prodet-1 .text h3,.prodet-page .prodet-1 .text h1 {
    font-size: 22px;
  }
  .prodet-page .prodet-2 h2,
  .prodet-page .prodet-3 h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .bottom ul li .content h4 {
    font-size: 15px;
  }
  .inner-page .catproductintro,.prodet-page .singleintro,.wbbs{
    display: none !important;
  }
  .news-page .top ul li a {
    line-height: 32px;
    height: 32px;
    padding: 0 15px;
  }
  .inner-page .sideBox .side-left {
    display: none;
  }
  .inner-page .sideBox .side-right {
    width: 100%;
  }
  #form ul li span input {
    width: 20px;
    height: 20px;
  }
  #form ul li span {
    margin-right: 20px;
  }
  #form ul li input[type="submit"] {
    font-size: 16px;
  }
  .about-page .about-4 .box ul li {
    width: 50%;
  }
  .about-page .about-3 .box ul li .text,
  .about-page .about-3 .box ul li h4 {
    font-size: 14px;
  }
  .about-page .about-4 .box ul li i {
    max-width: 200px;
  }
  .about-page .about-2 {
    height: 300px;
  }
  .about-page .about-1 .list ul li {
    width: 50%;
    padding: 10px;
  }
  .about-page .about-1 .list ul {
    margin: -10px;
  }
  .factory-page .factory-1 h2,
  .factory-page .factory-3 h2,
  .factory-page .factory-3 .tit h3{
    font-size: 32px;
  }
  .factory-page .factory-1 .box ul li:after {
    display: none;
  }
  .factory-page .factory-1 .box ul li span img {
    max-width: 100px;
  }
  .factory-page .factory-1 .box ul li {
    width: 50%;
    padding: 15px;
  }
  .factory-page .factory-1 .box ul {
    margin: -15px;
  }
  .public-contact h4,
  .factory-page .factory-1 h2 small {
    font-size: 24px;
  }
  .factory-page .factory-2 ul li .text {
    width: 100%;
    padding: 20px 0;
    left: 0 !important;
  }
  .factory-page .factory-2 ul li .img {
    width: 100%;
    left: 0 !important;
  }
  .factory-page .factory-2 ul li {
    padding: 20px 0;
  }
  .factory-page .factory-2 ul {
    margin: -20px 0;
  }
  .factory-page .factory-3 {
    padding: 60px 0;
  }
  .factory-page .factory-3 .box ul li {
    width: 100%;
  }
  .factory-page .factory-3 .box ul li .box2 .text {
    height: auto;
  }
  .factory-page .factory-3 .box ul li .box2 {
    padding: 25px 15px;
  }
  .factory-page .factory-3 .tit {
    text-align: center;
  }
  .factory-page .factory-3 .tit h3 {
    width: 100%;
  }
  .factory-page .factory-3 .tit a.more {
    float: none;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .list ul li .box h4 em {
    font-size: 24px;
  }
  .about-page .about-1 .list ul li .box h4 {
    margin-bottom: 5px;
  }
  .contact-page .contact-1 .bottom .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .bottom .right {
    width: 100%;
    padding-top: 30px;
  }
  .contact-page .contact-1 .top h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .product-page .side-right .bottom .list ul li .text {
    width: 50%;
  }
  .product-page .side-right .bottom .list ul li .img {
    width: 50%;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .text {
    width: 100%;
    padding-top: 30px;
  }
  .factory-page .factory-1 h2,
  .factory-page .factory-3 h2,
  .factory-page .factory-3 .tit h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .side-right .top .form {
    max-width: 100%;
  }
  .product-page .side-right .top .show,
  .product-page .side-right .top .listBox {
    display: none;
  }
  .about-page .about-4 .box ul li {
    width: 100%;
  }
  .about-page .about-1 .list ul li .box {
    padding-left: 40px;
  }
  .about-page .about-1 .list ul li .box i {
    max-width: 35px;
  }
  .about-page .about-1 .list {
    text-align: center;
  }
  .about-page .about-1 .box .left h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .inner-banner {
    height: 240px;
  }
  .factory-page .factory-1 h2 small {
    font-size: 20px;
  }
  .factory-page .factory-1 .box {
    margin-top: 40px;
  }
  .factory-page .factory-1 .box ul li p {
    font-size: 14px;
  }
  .factory-page .factory-2 ul li .text h3 {
    font-size: 28px;
  }
  .factory-page .factory-3 .tit a.more {
    font-size: 20px;
    line-height: 44px;
    height: 44px;
  }
}
.product-page .side-right .bottom .block ul li img,.prodet-page .prodet-1 .img img {
  width: auto;
  display:block;
  margin:0 auto;
}
.prodet-page #form {
  margin-top:40px;
}
.prodet-page #form h3{
  font-family: 'Teko-Medium';
}
.prodet-page #form form {
    margin-top:20px;
}
.prodet-page #form i.fa {
    display:none;
}
.prodet-page #form ul {
    margin:-10px;
}
.prodet-page #form ul li {
    padding:10px;
}
.prodet-page #form ul li.wid-100 {
    width:100%;
}
.prodet-page #form ul li textarea {
    height:120px;
}
@media screen and (max-width: 1200px) {
  .inner-banner{
    margin-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .inner-banner{
    margin-top: 40px;
  }
}