@font-face {
  font-family: 'roboto-regular';
  src: url(../fonts/roboto-regular.ttf) format('truetype'), url(../fonts/roboto-regular.eot) format('eot'), url(../fonts/roboto-regular.woff) format('woff'), url(../fonts/roboto-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'ROBOTO-MEDIUM';
  src: url(../fonts/roboto-medium.ttf) format('truetype'), url(../fonts/roboto-medium.eot) format('eot'), url(../fonts/roboto-medium.woff) format('woff'), url(../fonts/roboto-medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto-Light';
  src: url(../fonts/roboto-light.ttf) format('truetype'), url(../fonts/roboto-light.eot) format('eot'), url(../fonts/roboto-light.woff) format('woff'), url(../fonts/roboto-light.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto-Condensed';
  src: url(../fonts/roboto-condensed.ttf) format('truetype'), url(../fonts/roboto-condensed.eot) format('eot'), url(../fonts/roboto-condensed.woff) format('woff'), url(../fonts/roboto-condensed.woff2) format('woff2');
}
@font-face {
  font-family: 'roboto-bold';
  src: url(../fonts/roboto-bold.ttf) format('truetype'), url(../fonts/roboto-bold.eot) format('eot'), url(../fonts/roboto-bold.woff) format('woff'), url(../fonts/roboto-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'roboto-black';
  src: url(../fonts/roboto-black.ttf) format('truetype'), url(../fonts/roboto-black.eot) format('eot'), url(../fonts/roboto-black.woff) format('woff'), url(../fonts/roboto-black.woff2) format('woff2');
}
@font-face {
  font-family: 'Anton';
  src: url(../fonts/anton.ttf) format('truetype'), url(../fonts/anton.eot) format('eot'), url(../fonts/anton.woff) format('woff'), url(../fonts/anton.woff2) format('woff2');
}
@font-face {
  font-family: 'Coalition';
  src: url(../fonts/coalition.ttf) format('truetype'), url(../fonts/coalition.eot) format('eot'), url(../fonts/coalition.woff) format('woff'), url(../fonts/coalition.woff2) format('woff2');
}
body {
  font-family: "roboto-regular", "Arial";
  max-width: 1920px;
  margin: 0 auto;
  text-transform: capitalize;
}
.ui.container2 {
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
  display: block;
  width: 1590px;
  max-width: 100%;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1200px;
}
.swiper-container-initialized {
  overflow: hidden;
  width: 100%;
}
.swiper-wrapper,
.swiper-slide {
  height: auto !important;
}
.swiper-wrapper img {
  width: 100%;
}
.bg-gary {
  background: #ededed;
}
.bg-black {
  background: #2d2d2d;
}
#header {
  z-index: 21;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s background-color;
  -moz-transition: 0.5s background-color;
  -ms-transition: 0.5s background-color;
  -o-transition: 0.5s background-color;
  transition: 0.5s background-color;
}
#header .nav {
  padding: 0 4%;
  line-height: 100px;
  height: 100px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  float: left;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 20px;
  font-size: 18px;
  color: #df251c;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s color;
  -ms-transition: .5s color;
  -o-transition: .5s color;
  transition: .5s color;
  text-transform: capitalize;
  font-family: "ROBOTO-MEDIUM";
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #000;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
 width: 260px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #df251c;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .box {
  float: right;
}
#header .nav .ui.menu .box .yuy {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .box .yuy ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #F9F9F9;
  text-transform: capitalize;
  font-family: "ROBOTO-MEDIUM";
  padding: 0 5px;
  -webkit-transition: .5s color;
  -moz-transition: .5s color;
  -ms-transition: .5s color;
  -o-transition: .5s color;
  transition: .5s color;
}
#header .nav .ui.menu .box .yuy ul li:hover {
  color: #df251c;
}
#header .nav .ui.menu .box .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
  color: #F9F9F9;
  font-size: 18px;
  -webkit-transition: .5s color;
  -moz-transition: .5s color;
  -ms-transition: .5s color;
  -o-transition: .5s color;
  transition: .5s color;
}
#header .nav .ui.menu .box .h-search:hover {
  color: #df251c;
}
#header.active {
  background: #333;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
#header.active .nav {
  line-height: 80px;
  height: 80px;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #df251c;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #df251c;
  -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: #df251c;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100% !important;
  height: auto !important;
  word-break: break-word;
}
table td,
table th {
  padding: 3px 3px;
  width: auto !important;
  height: auto !important;
}
.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 .metaslider .slider-wrapper .nivo-directionNav a {
  width: 40px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #df251c;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #df251c !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: capitalize;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #df251c;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li {
  padding-left: 10px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #df251c;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner img {
  width: 100%;
}
@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes dolly {
  from {
    left: 20%;
  }
  to {
    left: 60%;
  }
}
@-o-keyframes dolly {
  from {
    left: 20%;
  }
  to {
    left: 60%;
  }
}
@-moz-keyframes dolly {
  from {
    left: 20%;
  }
  to {
    left: 60%;
  }
}
@keyframes dolly {
  from {
    left: 20%;
  }
  to {
    left: 60%;
  }
}
.margin-box.cat-content {
  margin: 0 -20px;
}
.margin-box.pro-content {
  margin: 0 -10px;
}
.cat-content .grid-box .column {
  padding: 0 20px;
}
.cat-content .grid-box .column .box2 {
  display: block;
  background: white;
  border-radius: 10px;
  text-align: center;
}
.cat-content .grid-box .column .box2 i {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: bold;
  font-family: "Arial";
  color: #df251c;
  text-align: left;
  padding: 0 15px;
  line-height: 50px;
  height: 50px;
}
.cat-content .grid-box .column .box2 a.img-box {
  display: block;
}
.cat-content .grid-box .column .box2 h3 {
  display: block;
  font-size: 18px;
  color: #c2c2c2;
  text-transform: capitalize;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 50px;
  height: 50px;
  padding: 0 15px;
}
.pro-content .grid-box {
/* 	margin:-10px; */
}
.pro-content .grid-box .column {
  padding: 10px;
}
.pro-content .grid-box .column .box2 {
  display: block;
  background: white;
}
.pro-content .grid-box .column .box2 i {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: bold;
  font-family: "Arial";
  color: #df251c;
  text-align: left;
  padding: 0 15px;
  line-height: 50px;
  height: 50px;
}
.pro-content .grid-box .column .box2 a.img-box {
  display: block;
  text-align: center;
}
.pro-content .grid-box .column .box2 a.img-box img {
	display: block;
	margin: 0 auto;
}
.pro-content .grid-box .column .box2 h3 {
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #cacaca;
  color: black;
  font-size: 17px;
  text-transform: capitalize;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.pro-content .grid-box .column .box2:hover h3 {
  color: white;
  background: #df251c;
}
.btn-more {
  display: block;
  text-align: center;
  padding-top: 80px;
}
.btn-more div,
.btn-more a {
  width: 30px;
  height: 30px;
  border: 3px solid #df251c;
  line-height: 24px;
  text-align: center;
  border-radius: 100%;
  font-size: 20px;
  color: #df251c;
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.btn-more div.prev,
.btn-more a.prev,
.btn-more div.next,
.btn-more a.next {
  opacity: .2;
}
.btn-more div.prev:hover,
.btn-more a.prev:hover,
.btn-more div.next:hover,
.btn-more a.next:hover {
  opacity: 1;
}
.btn-more a {
  font-size: 14px;
  line-height: 26px;
}
#index-body {
  overflow: hidden;
}
#index-body i.t {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #101010;
  font-family: "Roboto-Light";
  text-transform: capitalize;
}
#index-body h2 {
  display: block;
  text-align: center;
  font-size: 44px;
  text-transform: capitalize;
  color: #df251c;
  line-height: 44px;
  padding-top: 5px;
  font-family: "Roboto-Light";
}
#index-body h2 small {
  display: block;
  font-size: 20px;
  color: #030303;
  text-transform: none;
  line-height: normal;
  margin-top: 10px;
}
#index-body .text {
  text-align: center;
}
#index-body .text .box2 {
  max-width: 670px;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
}
#index-body .text .box2 h2 {
  color: black;
}
#index-body .text .box2 .content {
  font-family: "Roboto-Light";
  font-size: 20px;
  color: black;
  line-height: 30px;
  margin: 10px 0 50px;
}

#index-body .text .box2 a.more {
  display: block;
  font-size: 16px;
  font-family: "ROBOTO-MEDIUM";
  color: #df251c;
  text-transform: capitalize;
  margin-bottom: 15px;
}
#index-body .text .box2 img {
  display: block;
  margin: 0 auto;
}
#index-body .init-1 {
  padding: 40px 0 40px;
}
#index-body .init-1 .cat-content .box {
  padding-top: 80px;
}
#index-body .init-1 .mouse-scroll {
  position: absolute;
  right: 16%;
  bottom: 0;
}
#index-body .init-1 .mouse-scroll i.pointer {
  position: absolute;
  left: 60%;
  top: -3px;
  -webkit-animation: dolly 2s infinite;
  -o-animation: dolly 2s infinite;
  animation: dolly 2s infinite;
}
#index-body .init-1 .mouse-scroll i.pointer:after {
  content: url("../images/icon-1-3.png");
  position: absolute;
  right: 100%;
  top: 45%;
  -webkit-animation: opacity 2s infinite;
  -o-animation: opacity 2s infinite;
  animation: opacity 2s infinite;
}
#index-body .init-2 .left {
  vertical-align: middle;
  position: relative;
}
#index-body .init-2 .left .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;
}
#index-body .init-2 .right {
  vertical-align: middle;
}
#index-body .init-3 {
  padding: 130px 0 90px;
}
#index-body .init-3 .pro-content .box {
  padding-top: 60px;
}
#index-body .init-4 .left {
  vertical-align: middle;
}
#index-body .init-4 .left .content {
  margin: 30px 0;
}
#index-body .init-4 .right {
  vertical-align: middle;
}
#index-body .init-5 {
  padding: 130px 0 110px;
}
#index-body .init-5 .box {
  padding-top: 70px;
}
#index-body .init-5 .box .grid-box {
/*   margin:-10px; */
}
#index-body .init-5 .box .grid-box .column {
  padding: 10px;
}
#index-body .init-5 .box .grid-box .column .box2 {
  position: relative;
  display: block;
}
#index-body .init-5 .box .grid-box .column i {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: bold;
  font-family: "Arial";
  color: #df251c;
  text-align: left;
  padding: 0 15px;
  line-height: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#index-body .init-5 .box .grid-box .column a.img-box {
  display: block;
}
#index-body .init-5 .box .grid-box .column h3 {
  font-size: 14px;
  color: black;
  font-family: "Roboto-Light";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  text-align: center;
}
#index-body .init-6 {
  padding: 200px 0 160px;
  text-align: center;
}
#index-body .init-6 i.t,
#index-body .init-6 h2 small {
  color: #dbdbdb;
}
#index-body .init-6 .box {
  margin-top: 90px;
  position: relative;
}
#index-body .init-6 .box:after,
#index-body .init-6 .box:before {
  content: '';
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  right: 0;
  border-right: 1px solid #3c3c3c;
}
#index-body .init-6 .box:after {
  top: 0;
  border-top: 1px solid #3c3c3c;
}
#index-body .init-6 .box:before {
  bottom: -5px;
  border-bottom: 1px solid #3c3c3c;
}
#index-body .init-6 .box ul:after,
#index-body .init-6 .box ul:before {
  content: '';
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  left: 0;
  border-left: 1px solid #3c3c3c;
}
#index-body .init-6 .box ul:after {
  top: 0;
  border-top: 1px solid #3c3c3c;
}
#index-body .init-6 .box ul:before {
  bottom: -5px;
  border-bottom: 1px solid #3c3c3c;
}
#index-body .init-6 .box ul li {
  padding: 40px 30px;
  border-left: 1px solid #3c3c3c;
  position: relative;
  margin-bottom: -7px;
}
#index-body .init-6 .box ul li:after,
#index-body .init-6 .box ul li:before {
  z-index: 1;
}
#index-body .init-6 .box ul li:nth-child(3n+1) {
  border-left: none;
}
#index-body .init-6 .box ul li:nth-child(3n+1):before {
  content: '';
  width: 15px;
  height: 3px;
  background: #df251c;
  position: absolute;
  left: 0;
  bottom: 5px;
}
#index-body .init-6 .box ul li:nth-child(3n+1):after {
  content: '';
  width: 15px;
  height: 15px;
  border-right: 3px solid #df251c;
  border-bottom: 3px solid #df251c;
  position: absolute;
  right: -2px;
  bottom: 5px;
}
#index-body .init-6 .box ul li:nth-child(3n):after {
  content: '';
  width: 15px;
  height: 15px;
  border-left: 3px solid #df251c;
  border-bottom: 3px solid #df251c;
  position: absolute;
  left: -2px;
  bottom: 5px;
}
#index-body .init-6 .box ul li:nth-child(3n):before {
  content: '';
  width: 15px;
  height: 3px;
  background: #df251c;
  position: absolute;
  right: 0;
  bottom: 5px;
}
#index-body .init-6 .box ul li:nth-child(3n+2):after,
#index-body .init-6 .box ul li:nth-child(3n+2):before {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 3px solid #df251c;
  position: absolute;
  top: -2px;
}
#index-body .init-6 .box ul li:nth-child(3n+2):before {
  right: -2px;
  border-right: 3px solid #df251c;
}
#index-body .init-6 .box ul li:nth-child(3n+2):after {
  left: -2px;
  border-left: 3px solid #df251c;
}
#index-body .init-6 .box ul li:nth-child(3) ~ li {
  border-top: 1px solid #3c3c3c;
}
#index-body .init-6 .box ul li:nth-child(2):after,
#index-body .init-6 .box ul li:nth-child(2):before {
  border-top: none;
}
#index-body .init-6 .box ul li:nth-last-child(4) ~ li:after,
#index-body .init-6 .box ul li:nth-last-child(4) ~ li:before {
  bottom: 0;
}
#index-body .init-6 .box ul li:nth-last-child(1):before,
#index-body .init-6 .box ul li:nth-last-child(3):before {
  display: none;
}
#index-body .init-6 .box ul li:nth-last-child(1):after,
#index-body .init-6 .box ul li:nth-last-child(3):after {
  border-bottom: none;
}
#index-body .init-6 .box ul li i {
  display: block;
  height: 60px;
}
#index-body .init-6 .box ul li h3 {
  display: block;
  font-family: "Anton";
  color: #dbdbdb;
  font-size: 24px;
  text-transform: capitalize;
}
#index-body .init-6 .box ul li h3:after {
  content: '';
  display: block;
  margin: 15px auto 0;
  width: 40px;
  height: 2px;
  background: #df251c;
}
#index-body .init-6 .box ul li p {
  font-size: 18px;
  color: #dbdbdb;
  line-height: 25px;
  margin-top: 20px;
  height: 160px;
  font-family: "Roboto-Light";
}
#index-body .init-7 {
  padding: 130px 0 150px;
}
#index-body .init-7 .margin-box {
  margin: 0 -15px;
}
#index-body .init-7 .box {
  padding-top: 80px;
}
#index-body .init-7 .box .grid-box .column {
  padding: 0 15px;
}
#index-body .init-7 .box .grid-box .column .box2 {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
#index-body .init-7 .box .grid-box .column .box2 a.img-box {
  display: block;
}
/* #index-body .init-7 .box .grid-box .column .box2:after {
  content: '';
  height: 35%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,.3)', endColorstr='transparent',GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,.3)', endColorstr='transparent', GradientType=0);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent 0);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent 0);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent 0);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent 0);
} */
#index-body .init-7 .box .grid-box .column .box2 .content {
  padding: 0 20px;
	background:#ededed;
}
#index-body .init-7 .box .grid-box .column .box2 .content h3 {
  display: block;
  font-size: 15px;
  font-family: "ROBOTO-MEDIUM";
  color: black;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: capitalize;
	line-height:50px;
	height:50px;
}
.sunsun1{
font-size: 25px;}
.aquarium{
font-size: 15px;line-height: 28px;
padding:}
#index-body .init-7 .box .grid-box .column .box2 .content p {
  display: block;
  font-size: 12px;
  color: white;
  font-family: "Roboto-Light";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
}
#index-body .init-8 {
  padding: 150px 0 160px;
}
#index-body .init-8 i.t {
  color: #F9F9F9;
}
#index-body .init-8 h2 small {
  color: #999999;
}
#index-body .init-8 .margin-box {
  margin: 0 -15px;
}
#index-body .init-8 .box {
  padding-top: 90px;
}
#index-body .init-8 .box .grid-box .column {
  padding: 0 15px;
}
#index-body .init-8 .box .grid-box .column .box2 {
  display: block;
  background: white;
  border-radius: 5px;
  overflow: hidden;
}
#index-body .init-8 .box .grid-box .column .box2 a.img-box {
  display: block;
}
#index-body .init-8 .box .grid-box .column .box2 a.img-box img {
  width: 100%;
}
#index-body .init-8 .box .grid-box .column .box2 .content {
  display: block;
  padding: 30px 20px 60px;
}
#index-body .init-8 .box .grid-box .column .box2 .content .tag {
  display: block;
  font-size: 12px;
  color: black;
  font-family: "Roboto-Light";
}
#index-body .init-8 .box .grid-box .column .box2 .content .tag time {
  display: inline-block;
}
#index-body .init-8 .box .grid-box .column .box2 .content .tag a.cat {
  float: right;
  color: #df251c;
}
#index-body .init-8 .box .grid-box .column .box2 .content .tag a.cat:hover {
  text-decoration: underline;
}
#index-body .init-8 .box .grid-box .column .box2 .content h3 {
  display: block;
  font-size: 20px;
  font-family: "roboto-black";
  line-height: 24px;
  color: black;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  max-height: 48px;
  margin: 15px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-8 .box .grid-box .column .box2 .content h3:hover {
  color: #df251c;
}
#index-body .init-8 .box .grid-box .column .box2 .content p {
  display: block;
  font-size: 14px;
  color: black;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  max-height: 75px;
}
#index-body .init-9 {
  padding: 90px 0 80px;
  text-align: center;
}
#index-body .init-9 img {
  display: block;
  margin: 40px auto 0;
}
#go-top {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #df251c;
  line-height: 50px;
  text-align: center;
  display: block;
  bottom: 50px;
  right: 60px;
  position: fixed;
  cursor: pointer;
  cursor: hand;
  z-index: 2;
  -webkit-transition: 0.5s background-color;
  -moz-transition: 0.5s background-color;
  -ms-transition: 0.5s background-color;
  -o-transition: 0.5s background-color;
  transition: 0.5s background-color;
}
#go-top img {
  display: inline-block;
  vertical-align: middle;
}
#go-top:hover {
  background: #333;
}
#footer {
  background: #222;
}
#footer .footer-top {
  padding: 90px 0 60px;
  text-align: center;
}
#footer .footer-top .left {
  width: 40%;
  padding-right: 10%;
}
#footer .footer-top .left ul li {
  display: block;
  font-size: 14px;
  color: #b2b2b2;
  padding-bottom: 15px;
}
#footer .footer-top .left ul li img {
  margin-right: 10px;
}
#footer .footer-top .right {
  width: 60%;
  padding: 0 4%;
}
#footer .footer-top .right ul {
  margin: 0 -10px;
}
#footer .footer-top .right ul li {
  padding: 0 10px;
}
#footer .footer-top .right ul li #ewm {
  border: 4px solid white;
}
#footer .footer-top .right ul li h4 {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #b2b2b2;
  text-transform: capitalize;
}
#footer .footer-top h3 {
  color: white;
  text-align: center;
  font-family: "Roboto-Condensed";
  font-weight: bold;
  font-size: 26px;
  text-transform: capitalize;
  display: inline-block;
  margin: 0 auto 50px;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  line-height: 26px;
}
#footer .footer-top h3:after {
  content: '';
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  z-index: -1;
  background: #df251c;
}
#footer .footer-bottom {
  padding: 25px 0;
  text-align: center;
  background: #1a1a1a;
}
#footer .footer-bottom p {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
  color: #b2b2b2;
}
#footer .footer-bottom a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom a:hover {
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 1650px) {
  .ui.container2 {
    max-width: 1400px;
    width: 1400px;
  }
  #index-body .init-1,
  #index-body .init-3,
  #index-body .init-5,
  #index-body .init-6,
  #index-body .init-7,
  #index-body .init-8,
  #index-body .init-9 {
    padding: 80px 0;
  }
  #index-body .init-1 .box,
  .btn-more,
  #index-body .init-3 .box,
  #index-body .init-5 .box,
  #index-body .init-7 .box,
  #index-body .init-8 .box {
    padding-top: 40px;
  }
  #index-body .init-6 .box {
    margin-top: 50px;
  }
  #index-body h2 {
    font-size: 40px;
    line-height: 40px;
  }
  #index-body h2 small {
    font-size: 18px;
  }
  #index-body i.t {
    font-size: 20px;
  }
  #index-body .text .box2 .content {
    font-size: 18px;
    line-height: 28px;
  }
  #go-top {
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container2 {
    max-width: 1200px;
    width: 1200px;
  }
  #header .nav .ui.menu .logo img {
    height: 40px;
  }
  #header .nav {
    height: 80px;
    line-height: 80px;
  }
  #header.active .nav {
    height: 60px;
    line-height: 60px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li,
  #header .nav .ui.menu .box .yuy ul li,
  #header .nav .ui.menu .box .h-search {
    font-size: 16px;
  }
  .margin-box.cat-content,
  #index-body .init-7 .margin-box,
  #index-body .init-8 .margin-box {
    margin: 0 -10px;
  }
  .cat-content.margin-box .grid-box .column,
  #index-body .init-7 .box .grid-box .column,
  #index-body .init-8 .box .grid-box .column {
    padding: 0 10px;
  }
  #index-body h2 {
    font-size: 34px;
    line-height: 34px;
  }
  #index-body .text .box2 .content,
  #index-body .init-6 .box ul li p {
    font-size: 16px;
    line-height: 24px;
  }
  #index-body .text .box2 .content {
    margin: 10px 0 20px;
  }
  #index-body .init-4 .left .content {
    margin: 20px 0;
  }
  #index-body .init-6 .box ul li p {
    height: 140px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container2,
  .ui.container {
    width: 970px;
  }
  #index-body .init-1,
  #index-body .init-3,
  #index-body .init-5,
  #index-body .init-6,
  #index-body .init-7,
  #index-body .init-8,
  #index-body .init-9 {
    padding: 50px 0;
  }
  .cat-content.margin-box .box,
  #index-body .btn-more,
  .pro-content.margin-box .box,
  #index-body .init-5 .box,
  #index-body .init-7 .box,
  #index-body .init-8 .box {
    padding-top: 30px;
  }
  #index-body .text .box2 img {
    max-height: 40px;
  }
  #index-body .init-1 .mouse-scroll {
    right: 15px;
  }
  #index-body .init-6 .box ul li i {
    height: 50px;
  }
  #index-body .init-6 .box ul li i img {
    max-height: 100%;
  }
  #index-body .init-6 .box ul li h3 {
    font-size: 22px;
  }
  #footer .footer-top .right {
    padding: 0;
  }
  #footer .footer-top h3 {
    margin-bottom: 30px;
    font-size: 22px;
  }
  #footer .footer-top {
    padding: 60px 0 30px;
  }
  #footer .footer-bottom {
    padding: 15px 0;
  }
  #index-body h2 {
    font-size: 30px;
    line-height: 30px;
  }
  #index-body i.t {
    font-size: 16px;
  }
  #index-body h2 small {
    font-size: 14px;
  }
  #index-body .init-2 .left .play {
    max-width: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container2,
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #go-top {
    height: 40px;
    width: 40px;
    line-height: 40px;
    bottom: 40px;
  }
  #go-top img {
    max-width: 70%;
  }
  #footer .footer-top .right ul li:nth-child(2) {
    display: none;
  }
  #footer .footer-top .left {
    padding-right: 5%;
  }
  #index-body h2 {
    font-size: 26px;
    line-height: 26px;
  }
  #index-body .init-8 .box .grid-box .column .box2 .content {
    padding: 30px 15px;
  }
  #index-body .init-8 .box .grid-box .column .box2 .content h3 {
    margin: 10px 0;
  }
  #index-body .init-6 .box ul li p,
  #index-body .text .box2 .content {
    font-size: 14px;
    line-height: 20px;
  }
  #index-body .init-6 .box ul li {
    padding: 30px 10px;
  }
  #index-body .init-6 .box ul li i {
    height: 40px;
  }
  .pro-content.margin-box .grid-box .column .box2 h3 {
    font-size: 14px;
  }
  #index-body .text .box2 .content {
    margin: 10px 0;
  }
  #index-body .text {
    padding: 20px 0;
  }
  .cat-content.margin-box .grid-box .column .box2 h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container2,
  .ui.container {
    width: 100%;
  }
  #index-body .init-2 .left,
  #index-body .init-4 .left {
    width: 100%;
  }
  #index-body .init-2 .right,
  #index-body .init-4 .right {
    width: 100%;
  }
  #index-body .init-6 .box ul li:nth-child(2n):after {
    content: '';
    width: 15px;
    height: 15px;
    border-left: 3px solid #df251c;
    border-bottom: 3px solid #df251c;
    border-right: none;
    position: absolute;
    top: auto;
    left: -2px;
    bottom: 5px;
    display: block !important;
  }
  #index-body .init-6 .box ul li:nth-child(2n):after {
    border-right: none !important;
  }
  #index-body .init-6 .box ul li:nth-child(2n+1):after {
    border-left: none !important;
  }
  #index-body .init-6 .box ul li:nth-child(3n):after {
    border-bottom: none;
    border-top: 3px solid #df251c;
    border-left: none;
    border-right: 3px solid #df251c;
    left: auto;
    bottom: auto;
    top: -1px;
    right: -2px;
  }
  #index-body .init-6 .box ul li:nth-last-child(3):before {
    content: '';
    width: 15px !important;
    height: 3px;
    background: #df251c;
    border-right: none;
    position: absolute;
    top: -2px !important;
    left: auto !important;
    right: 0 !important;
    bottom: auto !important;
    display: block !important;
  }
  #index-body .init-6 .box ul li:nth-child(2n):before {
    right: auto;
    left: -1px;
    width: 0;
  }
  #index-body .init-6 .box ul li:nth-child(3n+1) {
    border-left: 1px solid #3c3c3c;
  }
  #index-body .init-6 .box ul li:nth-child(2n+1) {
    border-left: none;
  }
  #index-body .init-6 .box ul li:nth-child(2) ~ li {
    border-top: 1px solid #3c3c3c;
  }
  #index-body .init-6 .box ul li:nth-last-child(4) ~ li:after,
  #index-body .init-6 .box ul li:nth-last-child(4) ~ li:before {
    bottom: 5px;
  }
  #index-body .init-6 .box ul li:nth-last-child(2) ~ li:after,
  #index-body .init-6 .box ul li:nth-last-child(2) ~ li:before {
    bottom: 0;
  }
  #footer .footer-top .left {
    width: 100%;
  }
  #footer .footer-top .right {
    width: 100%;
    padding-top: 20px;
  }
  #footer .footer-top .right ul li {
    width: 33.333%;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-1 .mouse-scroll {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    right: 0;
  }
  #index-body .init-6 .box ul li:after,
  #index-body .init-6 .box ul li:before,
  #index-body .init-6 .box ul li:nth-child(2n):after,
  #index-body .init-6 .box ul:after,
  #index-body .init-6 .box ul:before,
  #index-body .init-6 .box:after,
  #index-body .init-6 .box:before,
  #index-body .init-6 .box ul li:nth-last-child(3):before {
    display: none !important;
  }
  #index-body .init-6 .box ul li {
    border: 1px solid #3c3c3c !important;
    margin-bottom: 0;
    border-bottom: none !important;
  }
  #index-body .init-6 .box ul li:last-child {
    border-bottom: 1px solid #3c3c3c !important;
  }
  #footer .footer-bottom p {
    font-size: 13px;
  }
  #index-body h2 {
    font-size: 24px;
    line-height: 24px;
  }
}
.inner-banner {
  text-align: center;
  background-attachment: fixed;
  background-position: center top;
  height: 460px;
  line-height: 460px;
}
.inner-banner .content {
  display: inline-block;
  width: 100%;
  line-height: normal;
  vertical-align: middle;
}
.inner-banner .content h2 {
  font-family: "Coalition";
  font-size: 42px;
  color: white;
  text-transform: capitalize;
}
.inner-banner .content h3{
  font-family: "Coalition";
  font-size: 32px;
  color: white;
  text-transform: capitalize;
}
.inner-banner .content .box {
  display: block;
  font-size: 16px;
  color: white;
  font-family: "Roboto-Condensed";
  font-weight: bold;
}
.inner-banner .content .box a,
.inner-banner .content .box span {
  display: inline-block;
  margin: 0 10px;
}
.inner-banner .content .box a:hover {
  text-transform: capitalize;
}
.inner-nav {
  line-height: 60px;
  height: 60px;
  background: #df251c;
  text-align: center;
}
.inner-nav ul li {
  display: inline-block;
  margin: 0 25px;
  vertical-align: middle;
  color: white;
  font-size: 16px;
  font-family: "ROBOTO-MEDIUM";
  text-transform: capitalize;
}
.inner-nav ul li:hover {
  text-decoration: underline;
}
.inner-page {
	position:relative;
	z-index:1;
}
.inner-page p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
line-height: 28px;
}
.inner-page .partner {
  padding: 60px 0;
  text-align: center;
}
.inner-page .partner .column img {
  width: auto;
  margin: 0 auto;
}
.inner-page .m-page {
  text-align: center;
  padding-top: 30px;
  float: left;

}

.inner-page .m-page * {
    display: inline-block;
    _zoom: 1;
    _display: inline;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding-bottom: 1px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}


.inner-page .m-page li a,
.inner-page .m-page li a .active {
  display: inline-block;
  vertical-align: middle;

  height: 40px;
  min-width:40px;
  padding:0 10px;
  border-radius: 5px;
  background: #333;
  font-size: 18px;
  font-family: "Roboto-Light";
  line-height: 40px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 5px;
  color: white;
}
.inner-page .m-page li .active {
  cursor: not-allowed;
}
.inner-page .m-page li a:hover,
.inner-page .m-page li .active{
  background: #df251c;
  color: white;
}
.about-page h2 {
  font-size: 38px;
  color: #4f4f4f;
  font-family: "Roboto-Light";
  text-transform: capitalize;
  text-align: center;
}
.about-page h2 small {
  display: block;
  font-size: 14px;
  color: #4f4f4f;
  font-family: "roboto-regular";
  color: rgba(0, 0, 0, 0.6);
  line-height: normal;
  margin-top: 10px;
}
.about-page .about-1 {
  padding: 90px 0 130px;
  text-align: center;
}
.about-page .about-1 iframe {
	max-width:100%;
}
.about-page .about-1 h2 {
  font-size: 30px;
  color: black;
  font-family: "Roboto-Light";
  line-height: 40px;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
.about-page .about-1 .content {
  padding-top: 35px;
	font-size:18px;
	line-height:28px;
}
.about-page .about-1 .content p {
  padding-top: 35px;
	line-height:inherit;
	font:inherit;
}
.about-page .about-1 .content p:first-child {
  padding-top: 0;
}
.about-page .about-2 {
  background: url("../images/about-2.jpg") center center;
  height: 400px;
  line-height: 400px;
  text-align: center;
}
.about-page .about-2 .play {
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  line-height: normal;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-3 {
  padding: 100px 0 130px;
  text-align: center;
}
.about-page .about-3 .content {
	font-size:18px;
	line-height:28px;
}
.about-page .about-3 .content p {
  padding-top: 30px;
	font:inherit;
	line-height:inherit;
}
.about-page .about-3 .content p:first-child {
  padding-top: 0;
}
.about-page .about-4 {
  padding: 100px 0;
  background: url("../images/about-4.jpg") center center;
}
.about-page .about-4 h2 {
  color: white;
}
.about-page .about-4 h2 small {
  color: rgba(255, 255, 255, 0.6);
}
.about-page .about-4 .margin-box {
  margin: -20px -75px;
  overflow: hidden;
  padding: 0 40px;
}
.about-page .about-4 .box {
  margin-top: 60px;
  position: relative;
  overflow: visible;
}
.about-page .about-4 .box:after {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.66);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.about-page .about-4 .box:before {
  content: "\f105";
  color: white;
  font-size: 18px;
  font-family: "FontAwesome";
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-4 .box .grid-box .column {
  padding: 0 35px;
}
.about-page .about-4 .box .grid-box .column .box2 {
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  margin: 20px 0;
  padding: 10px;
  height: 170px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box .grid-box .column .box2 h3 {
  display: block;
  font-size: 30px;
  color: white;
  font-family: "roboto-black";
}
.about-page .about-4 .box .grid-box .column .box2 p {
  font-size: 14px;
  color: white;
  line-height: 20px;
  font-family: "Roboto-Light";
}
.about-page .about-4 .swiper-container-initialized .grid-box .column .box2:last-child {
  left: 75px;
}
.about-page .about-4 .swiper-container-initialized .grid-box .column .box2:first-child {
  left: -75px;
}
.about-page .about-4 .swiper-container-initialized .grid-box .swiper-slide-prev.column .box2:last-child {
  left: -20px;
}
.about-page .about-4 .swiper-container-initialized .grid-box .swiper-slide-duplicate-prev.column .box2:first-child {
  left: 20px;
}
.about-page .about-4 .slick-initialized {
  overflow: visible;
}
.about-page .about-4 .slick-initialized .slick-list {
  overflow: visible;
}
.about-page .about-4 .slick-initialized.grid-box .slick-slide .column .box2 {
  left: -20px;
}
.about-page .about-4 .slick-initialized.grid-box .slick-active + .slick-slide .column .box2 {
  left: 20px;
}
.about-page .about-4 .slick-initialized.grid-box .slick-active .column .box2:first-child {
  left: -75px !important;
}
.about-page .about-4 .slick-initialized.grid-box .slick-active .column .box2:last-child {
  left: 75px !important;
}
.about-page .about-5 {
  background: #fbfbfb;
  padding: 90px 0 150px;
}
.about-page .about-5 .margin-box {
  margin: -12px;
}
.about-page .about-5 .box {
  padding-top: 90px;
}
.about-page .about-5 .box .column {
  padding: 12px;
}
.about-page .about-5 .box .column .box2 {
  display: block;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.about-page .about-5 .box .column .box2 a.img-box {
  display: block;
}
.about-page .about-5 .box .column .box2 h3 {
  display: block;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  padding: 0 10px;
  font-family: "Roboto-Light";
  color: black;
  height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.about-page .about-6 {
  padding-top: 130px;
}
.about-page .about-6 .box {
  padding-top: 60px;
}
.about-page .about-6 .box a.img-box {
  display: block;
}
.about-page .about-6 .box a.img-box img {
  width: 100%;
}
.faq-page > .box {
  padding: 100px 0;
}
.faq-page > .box ul li {
  display: block;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #e4e4e4;
  overflow: hidden;
}
.faq-page > .box ul li h3 {
  display: block;
  font-size: 20px;
  font-family: "ROBOTO-MEDIUM";
  padding: 10px 40px;
  background: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: white;
  position: relative;
}
.faq-page > .box ul li h3:after {
  content: "\f0c0";
  position: absolute;
  left: 7px;
  top: 8px;
  font-family: "FontAwesome";
}
.faq-page > .box ul li p {
  padding: 20px 40px;
  position: relative;
}
.faq-page > .box ul li p:after {
  content: "\f118";
  font-family: "FontAwesome";
  position: absolute;
  left: 10px;
  top: 18px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.faq-page > .box ul li:hover h3 {
  background: #df251c;
  color: white;
}
.faq-page > .box ul li:hover p:after {
  opacity: 1;
}
.lg-page > .box {
  padding: 100px 0;
}
.lg-page ul {
  margin: -10px;
}
.lg-page ul li {
  padding: 10px;
}
.lg-page ul li a {
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
.lg-page ul li a h3 {
  display: block;
  line-height: 40px;
  height: 40px;
  background: #e4e4e4;
  text-align: center;
  font-family: "roboto-bold";
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lg-page ul li a:hover h3 {
  background: #df251c;
  color: white;
}
.product-page > .box {
  padding: 70px 0 50px;
}
.product-page > .box h2 {
  display: block;
  text-align: center;
  font-size: 38px;
  color: black;
  font-family: "Roboto-Light";
  text-transform: capitalize;
  line-height: 40px;
}
.product-page > .box h2 small {
  display: block;
  text-align: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "roboto-regular";
  text-transform: none;
  margin-top: 15px;
}
.product-page > .box .product-content {
  padding-top: 0 !important;
}
.product-page > .box .product-content .product-box .list-cat {
  padding-top: 60px;
}
.product-page > .box .product-content .product-box .list-cat li {
  position: relative;
}
.product-page > .box .product-content .product-box .list-cat li:after {
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 40px solid #d3d3d3;
  position: absolute;
  bottom: -80px;
  left: 50%;
  margin-left: -5px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page > .box .product-content .product-box .list-cat li.active {
  padding-bottom: 50px;
}
.product-page > .box .product-content .product-box .list-cat li.active:after {
  bottom: 0;
  opacity: 1;
}
.product-page > .box .product-content .product-box:first-child .list-cat {
  padding-top: 0;
}
.product-page > .box .product-content .btn-more {
  padding-top: 50px;
}
.product-page > .box .product-content .list-content {
  padding: 70px 0 50px;
  background: #d3d3d3;
  position: relative;
  display: none;
}
.product-page > .box .product-content .list-content .ui.container2 {
  padding: 0 3%;
}
.product-page > .box .product-content .list-content .box3 {
  overflow: hidden;
}
.prodet-page > .box {
  padding: 60px 0;
}
.prodet-page .prodet-content .left,
.product-page .product-content .left{
  width: 25%;
  padding-right: 2%;
}
.prodet-page .prodet-content .left h2,
.product-page .product-content .left h2{
  display: block;
  font-size: 30px;
  color: black;
  font-family: "Roboto-Light";
  text-transform: capitalize;
  padding-bottom: 15px;
}
.prodet-page .prodet-content .left .list-nav ul,
.product-page .product-content .left .list-nav ul{
  display: block;
}
.prodet-page .prodet-content .left .list-nav ul li li a:before,
.product-page .product-content .left .list-nav ul li li a:before{
	content:'-';
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.prodet-page .prodet-content .left .list-nav ul li a,
.product-page .product-content .left .list-nav ul li a{
  display: block;
  line-height: 40px;
    padding: 2px 27px;
    font-size: 13px;
  color: #4d4d4d;
  border-bottom: 1px solid white;
  background: #f6f6f6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-content .left .list-nav ul li a:hover,
.product-page .product-content .left .list-nav ul li a:hover,
.prodet-page .prodet-content .left .list-nav ul li.current-cat>a,
.product-page .product-content .left .list-nav ul li.current-cat>a{
  background: #db251c;
  color: white;
}
.prodet-page .prodet-content .left .list-nav ul li li a:hover,
.product-page .product-content .left .list-nav ul li li a:hover,
.prodet-page .prodet-content .left .list-nav ul li li.current-cat>a,
.product-page .product-content .left .list-nav ul li li.current-cat>a{
  background: #ff4e45;
  color: white;
}
.prodet-page .prodet-content .left .pdf-link,
.product-page .product-content .left .pdf-link{
  margin: 15px 0;
  background: #df251c;
  color: white;
  padding: 20px 10px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-content .left .pdf-link a,
.product-page .product-content .left .pdf-link a{
  display: block;
}
.prodet-page .prodet-content .left .pdf-link i,
.product-page .product-content .left .pdf-link i{
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-content .left .pdf-link h3,
.product-page .product-content .left .pdf-link h3{
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
  font-family: "ROBOTO-MEDIUM";
  text-transform: capitalize;
  text-align: left;
  line-height: 24px;
  margin-left: 15px;
}
.prodet-page .prodet-content .left .pdf-link h3 small,
.product-page .product-content .left .pdf-link h3 small{
  display: block;
  font-size: 15px;
  font-family: "Roboto-Light";
  line-height: normal;
}
.prodet-page .prodet-content .left .pdf-link:hover,
.product-page .product-content .left .pdf-link:hover{
  background: #333;
}
.prodet-page .prodet-content .left .contact-list,
.product-page .product-content .left .contact-list{
  display: block;
}
.prodet-page .prodet-content .left .contact-list li,
.product-page .product-content .left .contact-list li{
  display: block;
  font-size: 14px;
  color: #4d4d4d;
  font-family: "Roboto-Light";
  line-height: 20px;
}
.prodet-page .prodet-content .left .contact-list li:first-child,
.product-page .product-content .left .contact-list li:first-child{
  margin-bottom: 15px;
}
.prodet-page .prodet-content .right,
.product-page .product-content .right{
  width: 75%;
  padding-left: 15px;
  padding-top: 55px;
}
.product-page .product-content .left {
	width:20%;
}
.product-page .product-content .left h2 {
	text-align:left;
}
.product-page .product-content .right {
	width:80%;
}
.prodet-page .prodet-content .right .prodet-1 .text {
  width: 50%;
  padding-left: 8%;
}
.prodet-page .prodet-content .right .prodet-1 .text h2 {
  display: block;
  font-size: 30px;
  color: black;
  font-family: "Roboto-Light";
  line-height: 35px;
}
.prodet-page .prodet-content .right .prodet-1 .text .content {
  padding-top: 30px;
  font-size: 18px;
  color: black;
  font-family: "Roboto-Light";
  line-height: 28px;
}
.prodet-page .prodet-content .right .prodet-1 .text .content img {
	display:inline-block;
	vertical-align:middle;
}
.prodet-page .prodet-content .right .prodet-1 .text .content p {
  color: inherit;
  font-size: inherit;
	line-height:inherit;
}
.prodet-page .prodet-content .right .prodet-1 .img-content {
  width: 50%;
}
.prodet-page .prodet-content .right .prodet-1 .img-content .img {
  background: #fafafa;
  display: block;
  padding: 1px;
}
.prodet-page .prodet-content .right .prodet-1 .img-content .img img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-content .right .prodet-1 .img-content .gallery {
  padding-top: 10px;
}
.prodet-page .prodet-content .right .prodet-1 .img-content .gallery ul {
  font-size: 0;
  margin: -5px;
  [;letter-spacing: -4px;font-size: 12px;]
}
.prodet-page .prodet-content .right .prodet-1 .img-content .gallery ul li {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  padding: 5px;
  width: 16.6666%;
  [;letter-spacing: 0;]
}
.prodet-page .prodet-content .right .prodet-1 .img-content .gallery ul li a {
  display: block;
  background: #fafafa;
}
.prodet-page .prodet-content .right .prodet-1 .img-content .gallery ul li img {
  margin: 0 auto;
  display: block;
}
.prodet-page .prodet-content .right .prodet-2 {
  padding-top: 60px;
  font-size: 14px;
}
.prodet-page .prodet-content .right .prodet-2 table {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
.prodet-page .prodet-content .right .prodet-2 table p {
	font-size:12px;
	line-height:18px;
}
.prodet-page .prodet-content .right .prodet-2 table tr:nth-child(odd) {
  background: #d3d3d3;
  border-bottom: 1px solid #9f9f9f;
  border-top: 1px solid #9f9f9f;
}
.prodet-page .prodet-recommend {
  padding-top: 100px;
}
.prodet-page .prodet-recommend h2 {
  display: block;
  font-size: 26px;
  line-height: 35px;
  font-family: "Roboto-Light";
  text-transform: capitalize;
  padding: 20px 0;
  border-top: 1px solid #e3e3e3;
}

.prodet-page .prodet-recommend .margin-box {
  margin: -10px;
}
.prodet-page .prodet-recommend .box2 {
  display: block;
}
.prodet-page .prodet-recommend .box2 ul li {
  padding: 10px;
}
.prodet-page .prodet-recommend .box2 ul li a {
  display: block;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.prodet-page .prodet-recommend .box2 ul li a img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-recommend .box2 ul li a h3 {
  display: block;
  padding: 10px;
  background: white;
  font-size: 14px;
  color: black;
  font-family: "Roboto-Light";
  line-height: 14px;
  position: relative;
  z-index: 2;
  border-top: 1px solid #eee;
}
.news-page > .box {
  padding: 60px 0;
}
.news-page > .box ul {
  margin: -10px;
}
.news-page > .box ul li {
  padding: 10px;
}
.news-page > .box ul li a {
  display: block;
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: "Roboto-Light";
}
.news-page > .box ul li a img {
  width: 100%;
  margin-bottom: 15px;
}
.news-page > .box ul li a h3 {
  display: block;
  padding: 0 10px;
  font-size: 18px;
  color: black;
  line-height: 24px;
}
.news-page > .box ul li a h3:hover {
  text-decoration: underline;
}
.news-page > .box ul li a time {
  font-size: 14px;
  padding: 0 10px;
  margin-top: 5px;
  display: block;
}
.news-page > .box ul li a time i {
  margin-right: 5px;
}
.news-page > .box ul li a p {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: black;
  padding: 10px 10px 20px;
}
.newdet-page > .box {
  padding: 60px 0;
}
.newdet-page > .box h2 {
  text-align: center;
  font-size: 30px;
  color: black;
  font-family: "Roboto-Light";
  line-height: 36px;
}
.newdet-page > .box time {
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 15px 0;
  color: rgba(0, 0, 0, 0.6);
}
.newdet-page > .box time i {
  margin-right: 10px;
}
.newdet-page > .box .content {
  padding: 30px 0;
}
.newdet-page > .box .content img {
  display: block;
  margin: 0 auto;
}
.newdet-page > .box .m-link a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: black;
  font-family: "Roboto-Light";
}
.newdet-page > .box .m-link a:hover {
  text-decoration: underline;
}
.contact-page .contact-1 {
  padding: 60px 0;
}
.contact-page .contact-1 .left {
  padding-right: 25px;
  vertical-align: middle;
}
.contact-page .contact-1 .left h2 {
  font-size: 30px;
  color: black;
  font-family: "Roboto-Light";
	text-transform:capitalize;
}
.contact-page .contact-1 .left h2 small {
	display:block;
	font-size:20px;
	line-height:normal;
	text-transform:capitalize;
}
.contact-page .contact-1 .left .list {
  padding-top: 30px;
}
.contact-page .contact-1 .left .list ul li {
  display: block;
  font-size: 18px;
  color: black;
  font-family: "Roboto-Light";
  margin-bottom: 10px;
}
.contact-page .contact-1 .right {
	text-align:right;
	vertical-align: bottom;
}
.contact-page .contact-1 .right #ewm2 {
	max-width:140px;
	border:3px solid white;
	display: inline-block;
}
.contact-page .contact-3 {
	padding:70px 0;
}
.contact-page .contact-3 ul {
	margin:-30px -20px;
}
.contact-page .contact-3 ul li {
	padding:30px 20px;
	font-family:"Roboto-Light";
	margin-bottom:35px;
}
.contact-page .contact-3 ul li dl dt {
	font-size:32px;
	color:black;
	padding-bottom:30px;
}
.contact-page .contact-3 ul li dl dd {
	font-size:16px;
	color:#191919;
	line-height:30px;
}
.contact-page .contact-3 ul li dl dd .main-map {
	margin-top:30px;
}
.contact-page .contact-3 ul li dl dd h5 {
	display:block;
	padding:8px 10px;
	margin-bottom:2px;
	background:#f6f6f6;
	transition:.5s;
}
.contact-page .contact-3 ul li dl dd h5:hover {
	background:#da251c;
	color:white;
}
.contact-page .contact-3 ul li dl dd h5 small {
	float:right;
}
.amap-logo,
.amap-copyright {
  display: none !important;
}
.button-group .button {
  background: #df251c !important;
}
.contact-page .contact-2 {
  padding: 60px 0;
}
.contact-page .contact-2 h2 {
  font-size: 30px;
  color: black;
  text-align: center;
  display: block;
  font-family: "Roboto-Light";
  padding-bottom: 50px;
}
.contact-page .contact-2 h2 small {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-2 .form {
  display: block;
}
.contact-page .contact-2 .form ul {
  margin: -10px;
}
.contact-page .contact-2 .form ul li {
  padding: 10px;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  line-height: 50px;
  height: 50px;
  display: block;
  border: 1px solid #eee;
  width: 100%;
  font-size: 16px;
  padding: 0 15px;
  font-family: "Roboto-Light";
  -webkit-transition: 0.5s border-color;
  -moz-transition: 0.5s border-color;
  -ms-transition: 0.5s border-color;
  -o-transition: 0.5s border-color;
  transition: 0.5s border-color;
}
.contact-page .contact-2 .form ul li input:focus,
.contact-page .contact-2 .form ul li textarea:focus {
  border-color: #df251c;
}
.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .form ul li textarea {
  height: 160px;
  line-height: 24px;
  padding: 8px 15px;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  background: #df251c;
  color: white;
}
@media screen and (max-width: 1400px) {
  .about-page .about-4 .box .grid-box .column {
    padding: 0 25px;
  }
  .about-page .about-4 .swiper-container-initialized .grid-box .column .box2:first-child,
  .about-page .about-4 .grid-box.slick-initialized .slick-active .column :first-child.box2 {
    left: -25px !important;
  }
  .about-page .about-4 .swiper-container-initialized .grid-box .column .box2:last-child,
  .about-page .about-4 .grid-box.slick-initialized .slick-active .column :last-child.box2 {
    left: 25px !important;
  }
  .about-page .about-4 .margin-box {
    padding: 0;
    margin: -20px -25px;
  }
  .about-page .about-1 h2,
  .about-page h2,
  .contact-page .contact-1 .left h2,
  .contact-page .contact-2 h2,
  .prodet-page .prodet-content .left h2,
	.product-page .product-content .left h2,
  .prodet-page .prodet-content .right .prodet-1 .text h2 {
    font-size: 30px;
  }
    .prodet-page .prodet-content .right .prodet-1 .text h1 {
    font-size: 30px;
  }
  .about-page .about-1 h2 small,
  .about-page h2 small,
  .contact-page .contact-1 .left h2 small,
  .contact-page .contact-2 h2 small,
  .prodet-page .prodet-content .left h2 small,
	.product-page .product-content .left h2 small,
  .prodet-page .prodet-content .right .prodet-1 .text h2 small {
    font-size: 12px;
  }
  .about-page .about-1,
  .about-page .about-3,
  .about-page .about-4,
  .about-page .about-5,
  .faq-page > .box,
  .news-page > .box,
  .newdet-page > .box,
  .lg-page > .box {
    padding: 60px 0;
  }
  .about-page .about-5 .box {
    padding-top: 50px;
  }
  .about-page .about-6,
  .prodet-page .prodet-recommend,
  .prodet-page > .box {
    padding-top: 60px;
  }
  .inner-page .partner {
    padding: 40px 0;
  }
  .about-page .about-2 {
    height: 300px;
    line-height: 300px;
  }
  .faq-page > .box ul li h3 {
    font-size: 18px;
  }
  .cat-content .grid-box .column {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .prodet-page .prodet-content .left .pdf-link h3,
	.product-page .product-content .left .pdf-link h3{
    font-size: 18px;
  }
  .about-page .about-1 h2,
  .about-page h2,
  .contact-page .contact-1 .left h2,
  .contact-page .contact-2 h2,
  .prodet-page .prodet-content .left h2,
	.product-page .product-content .left h2,
  .prodet-page .prodet-content .right .prodet-1 .text h2，.newdet-page > .box h2 {
    font-size: 26px;
  }
  .product-page > .box .product-content .list-content {
    padding: 40px 0;
  }
  .product-page > .box .product-content .btn-more {
    padding-top: 30px;
  }
  .about-page .about-6 .box {
    padding-top: 40px;
  }
  .about-page .about-3 .content p,
  .about-page .about-1 .content p {
    padding-top: 15px;
  }
  .product-page > .box .product-content {
    padding-top: 60px;
  }
  .product-page > .box h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .product-page > .box h2 small {
    font-size: 14px;
    line-height: normal;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .inner-page .partner {
    padding: 20px 0;
  }
  .faq-page > .box ul li h3 {
    font-size: 16px;
  }
  .inner-page p {
    font-size: 14px;
    line-height: 24px;
  }
  .about-page .about-1 h2,
  .about-page h2,
  .contact-page .contact-1 .left h2,
  .contact-page .contact-2 h2,
  .prodet-page .prodet-content .left h2,
	.product-page .product-content .left h2,
  .prodet-page .prodet-content .right .prodet-1 .text h2，.newdet-page > .box h2 {
    font-size: 24px;
  }
  .prodet-page .prodet-content .right .prodet-1 .text h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .about-page .about-1 h2 {
    line-height: 30px;
    max-width: none;
  }
  .about-page .about-4 .box .grid-box .column .box2 h3 {
    font-size: 24px;
  }
  .about-page .about-4 .box .grid-box .column {
    padding: 0 15px;
  }
  .about-page .about-4 .swiper-container-initialized .grid-box .column .box2:first-child,
  .about-page .about-4 .grid-box.slick-initialized .slick-active .column :first-child.box2 {
    left: -15px !important;
  }
  .about-page .about-4 .swiper-container-initialized .grid-box .column .box2:last-child,
  .about-page .about-4 .grid-box.slick-initialized .slick-active .column :last-child.box2 {
    left: 15px !important;
  }
  .about-page .about-4 .margin-box {
    padding: 0;
    margin: -10px -15px;
  }
  .about-page .about-4 .box {
    margin-top: 40px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-top: 30px;
	  display:none;
  }
  .product-page > .box .product-content {
    padding-top: 40px;
  }
	.contact-page .contact-3 ul li dl dt {
		font-size:28px;
	}
	.amap-container {
		height:280px !important;
	}
  .product-page > .box h2 {
    font-size: 26px;
    line-height: 26px;
  }
  .inner-banner {
    height: 400px;
    line-height: 400px;
  }
  .inner-banner .content h2 {
    font-size: 36px;
  }
  .prodet-page .prodet-content .left,
	.product-page .product-content .left{
    display: none;
  }
  .prodet-page .prodet-content .right,
	.product-page .product-content .right{
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-content .right .prodet-1 .text {
    padding-left: 5%;
  }
  .prodet-page .prodet-content .right {
    padding-top: 0;
  }
	.about-page .about-1 .content,.about-page .about-3 .content {
		font-size:16px;
	}
}
@media screen and (max-width: 700px) {
  #mapContainer {
    height: 260px !important;
  }
	.about-page .about-1 .content,.about-page .about-3 .content {
		font-size:14px;
	}
	.wid1000 {
		display:none;
	}
	.contact-page .contact-3 ul li {
		width:100%;
	}
	.contact-page .contact-3 ul li:last-child,
	.contact-page .contact-3 ul li:nth-last-child(2){
		padding:0 20px;
		margin-bottom:0;
	}
	.contact-page .contact-3 ul li:nth-last-child(2) {
		margin-top:20px;
	}
	.about-page .about-4 .swiper-container-initialized .grid-box .column .box2:first-child, .about-page .about-4 .grid-box.slick-initialized .slick-active .column :first-child.box2,.about-page .about-4 .swiper-container-initialized .grid-box .column .box2:last-child, .about-page .about-4 .grid-box.slick-initialized .slick-active .column :last-child.box2 {
		left:0 !important;
	}
	.video_box  {
		width:100%;
	}
  .contact-page .contact-1 .left .list ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .inner-nav {
    display: none;
  }
  .pro-content .grid-box .column .box2 h3,
  .cat-content .grid-box .column .box2 h3 {
    font-size: 14px;
  }
  .product-page > .box h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .inner-banner {
    height: 300px;
    line-height: 300px;
  }
  .inner-banner .content h2 {
    font-size: 30px;
  }
  .inner-banner .content .box {
    font-size: 14px;
  }
  .prodet-page .prodet-content .right .prodet-1 .text {
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-content .right .prodet-1 .img-content {
    width: 100%;
    padding-top: 20px;
  }
  .prodet-page .prodet-content .right .prodet-1 .text .content {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-4 .box .grid-box .column .box2 {
    height: 120px;
  }
  .prodet-page .prodet-content .right .prodet-2 table {
    display: inline-block;
    width: 100%;
    overflow: auto;
  }
}
.box20 ul li{ display: inline-block;
  margin-left: 0;
  margin-right: 30px;
  vertical-align: middle;
  float: left;}

  .box20 ul li a { display: inline-block;
  margin-left: 0;
  margin-right: 30px;
  vertical-align: middle;
  float: left;}


 .box20 ul li a  {
  display: block;
  font-size: 14px;
  color: #b2b2b2;
  padding-bottom: 15px;
}
 .box20 ul li  img {
  margin-right: 10px;
}