.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}* html>body .clearfix{display:inline-block;width:100%}* html .clearfix{height:1%}#lightboxIframe{display:none}#overlay{position:absolute;top:0;left:0;z-index:10090;width:100%;height:500px;background-color:#000;filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6;display:none}#lightbox{position:absolute;left:0;width:100%;z-index:10100;line-height:0}#jqlb_spinner{height:32px;background-image:url(../images/loading.gif);background-repeat:no-repeat;background-position:center center}#jqlb_closelabel{height:22px;width:66px;background-image:url(../images/closelabel.gif);background-repeat:no-repeat;background-position:center center}#lightbox a img{border:none}#outerImageContainer{position:relative;background-color:#fff;width:300px;height:300px;margin:0 auto}#imageContainer{padding:10px;text-align:center}#jqlb_loading{position:absolute;top:40%;left:0;height:25%;width:100%;line-height:0}#hoverNav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}#imageContainer>#hoverNav{left:0}#hoverNav a{outline:0}#nextLink,#prevLink{width:45%;height:100%;background:transparent url(../images/blank.gif) no-repeat;display:block}#prevLink{left:0;float:left}#nextLink{right:0;float:right}#prevLink:hover,#prevLink:visited:hover{background:url(../images/prev.gif) left 50% no-repeat}#nextLink:hover,#nextLink:visited:hover{background:url(../images/next.gif) right 50% no-repeat}#imageDataContainer{font:10px Verdana,Helvetica,sans-serif;background-color:#fff;color:#000;margin:0 auto;line-height:1.4em}#imageData{padding:0 10px}.ontop #imageData{padding-top:5px}#imageData #imageDetails{float:left;text-align:left;margin-bottom:10px;width:80%;width:-moz-calc(100% - 80px);width:-webkit-calc(100% - 80px);width:-o-calc(100% - 80px);width:calc(100% - 80px)}#imageData #imageDetails #titleAndCaption #titleText{font-weight:700}#imageData #imageDetails #titleAndCaption #captionText{font-weight:400}#imageData #imageDetails #controls{margin:0;white-space:nowrap}#imageData #bottomNav #bottomNavClose{height:22px;width:66px;float:right;margin-bottom:10px}
@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;
}
.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: 1300px;
  line-height: 2;
}
.swiper-container-initialized {
  overflow: hidden;
  width: 100%;
}
.swiper-wrapper,
.swiper-slide {
  height: auto !important;
}
.swiper-wrapper img {
  width: 100%;
}
.bg-gary {
  background: #fff;
}
.bg-black {
 /*background: #6e6e6e;*/
 background:url(../images/choose-bg.jpg) no-repeat center center;
 background-size:100% 100%;
}
#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: #343434;
  -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: uppercase;
  font-family: "ROBOTO-MEDIUM";
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #df251c;
}
#header .nav .ui.menu .menu-box ul.menu > .hover .act{ color: #df251c;}
#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: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #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: 14px;
  -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 .pdf-link {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  padding: 12px 24px;

  border-radius: 5px;
  font-size: 16px;
  color:#343434;
  margin-right: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .box .pdf-link:hover {
  background-color: #df251c;
  color:#f9f9f9
}

#header .nav .ui.menu .box .pdf-link:hover .pd-01{ display:none;}
#header .nav .ui.menu .box .pdf-link:hover .pd-02{ display:block;}

#header .nav .ui.menu .box .pdf-link i {
  max-width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#header .nav .ui.menu .box .pdf-link i .pd-02{ display:none;}



#header .nav .ui.menu .box .pdf-link h3 {
  display: inline-block;
  vertical-align: middle;
}
#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: #343434;
  text-transform: uppercase;
  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: #343434;
  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: #fff;
  -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 .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;
  color: transparent;
}
#banner .nivo-directionNav a:hover {
  background-color: #df251c;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}


#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}

#banner .nivo-directionNav a.nivo-nextNav:hover {
  background-image: url(../images/banner-btn-r2.png);
}
#banner .nivo-directionNav a.nivo-prevNav:hover {
  background-image: url(../images/banner-btn-l2.png);
}

#banner .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .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 .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;
  margin-right:5px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #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;
  border:1px solid #dedede
}
.cat-content .grid-box .column .box2 i {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  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: 16px;
  color: #666;
  text-transform: uppercase;
  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: uppercase;
  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 {
  line-height: 2;
  text-align: center;
  background: #cacaca;
  color: black;
  font-size: 17px;
  text-transform: uppercase;
  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: 40px;
  text-transform: uppercase;
  color: #df251c;
  line-height: 44px;
  padding-top: 5px;
  font-family: "Roboto-Light";
  font-weight:bold;
}
#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: 2;
  margin: 10px 0 50px;
}
.tank h1 {
  display: inline;
}
#index-body .text .box2 a.more {
  display: block;
  font-size: 16px;
  font-family: "ROBOTO-MEDIUM";
  color: #df251c;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#index-body .text .box2 img {
  display: block;
  margin: 0 auto;
}



.s_about{ padding: 5rem 0; width: 100%; overflow: hidden; background: url(../images/s_about_bg.png) center bottom no-repeat #f5f5f5;}
.s_about .m{ display: flex; align-items: center;}
.s_about .left{ max-width: 964px; padding-right: 4.375rem;}
.s_about .right{ width: 39.6875rem; flex-shrink: 0;}
.s_about .pic{ position: relative;}
.s_about .pic img{ height: 100%;}
.s_about .pic .mask{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.s_about .pic .mask .btn_play{ width: 3rem; height: 3rem; display: block;}
.s_about .txt{}
.s_about .tt{ margin-bottom: 3.375rem;}
.s_about .tt span{ font-size: 40px; color: #e50303; font-family: "Roboto-Light"; font-weight:bold;}
.s_about .tt h3{ font-size: 22px; color: #000000; }
.s_about .tt i{ display: block; width: 25px; height: 3px; background: #e50404; margin-top: 1.5rem;}
.s_about .con{ font-size: 1rem; color: #7e7e7e; line-height: 1.75rem;}
.s_about .btn_xq{ margin-top: 3.625rem;}
.btn_xq {
    position: relative;
    z-index:0;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #807f7f;
    color: white;
    text-align: center;
    line-height: 2.5rem;
    border-radius: 20px;
    width: 9.375rem;
    height: 2.5rem; font-size: .875rem;
    display: block; overflow: hidden;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.btn_xq:before {
    content: ""; display:block;
    width:0;
    height: 100%; background:#e50303;
    position: absolute; z-index:-1;
    right: 0;
    top: 0;
    -webkit-transition: .38s cubic-bezier(.4,0,.2,1);
    transition: .38s cubic-bezier(.4,0,.2,1);
    border-radius: 3px;
}
.btn_xq:hover:before { width:100%; right:auto; left:0;
}


.s_shuzi{  display: flex; justify-content: space-between; margin-top: 5.625rem;}
.s_shuzi li{}
.s_shuzi li div{ font-size: 2.6rem; color: #e50404; font-weight:bold;}
.s_shuzi li div p span{ font-size: 1.25rem;color: #e50404}
.s_shuzi li div p{ align-self: flex-end; font-size: .875rem; color: #7e7e7e;margin-bottom: .75rem;}
.s_shuzi li p{ font-size: 1rem; color: #7e7e7e; margin-top: 3px; font-weight:normal;}

.inrow>li,.inrow span{display:inline-block;*display:inline;*zoom:1;font-size:14px;letter-spacing:normal;word-spacing:normal; }
.s_shuzi li .counter{display: inline-block;margin-right: 4px;overflow: hidden;}
.s_shuzi li>div{ display: flex; align-items: center; transition: .5s ease-out; -webkit-transition: .5s ease-out; -moz-transition: .5s ease-out; -ms-transition: .5s ease-out; -o-transition: .5s ease-out; }
.s_shuzi li:hover>div{ transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); }
.dataNums{  width:100%; text-align:center;}
.dataNums .dataOne{width: 1.375rem;height:4rem;display: block;float: left;text-align: center; }
.dataNums .dataBoc {position: relative;width: 100%;height: 100%;/* overflow: hidden; */}
.dataNums .dataBoc .numtt {position: absolute; top: 0;  left: 0; width: 100%;  height: 100%;}
.dataNums .numtt span{width:100%;height:100%; font-family: inherit;display: block; line-height: 4rem; height:4rem; color: inherit;font-size: inherit; }
.s_shuzi li div{ vertical-align: top;}


@media (max-width: 1200px)
{
	.s_about .right{ flex-shrink: .5;}
	}
	
@media (max-width: 992px)
{
    .s_about .m{ flex-direction: column;}
	.s_about .left{ padding-right: 0;}
	.s_about .right{ width: 100%; margin-top: 3rem;}
	.s_about .pic img{ width: 100%;}
	.s_about .tt span{ font-size: 30px; color: #e50303; font-family: "Roboto-Light"; font-weight:bold;}
	.s_shuzi{ margin-top: 2.5rem;}
	.s_shuzi li p{ font-size: .875rem;}
    .s_shuzi li div{ font-size: 2.6rem;}
	}	

@media (max-width: 860px)
{
	.s_about .m{ flex-direction: column;}
	.s_about .left{ padding-right: 0;}
	.s_about .right{ width: 100%; margin-top: 3rem;}
	.s_about .pic img{ width: 100%;}
}

@media (max-width: 480px)

{
	.s_about{ padding: 3.25rem 0;}
	.s_about .con{text-align: justify;}
	.s_about .tt span{ font-size: 30px;}
	.s_about .tt h3{ font-size: 20px;}
	.s_shuzi li div{ font-size: 2.2rem;}
	.dataNums .dataOne{ width: 1.125rem;}
	.s_about .btn_xq{ margin-top: 2.5rem;}
	.s_about .pic img{ height: 300px; object-fit: cover; border-radius: 15px 0 15px 0; -webkit-border-radius: 15px 0 15px 0; -moz-border-radius: 15px 0 15px 0; -ms-border-radius: 15px 0 15px 0; -o-border-radius: 15px 0 15px 0; }
	.s_about .tt{ margin-bottom: 2rem;}
	}

@media (max-width: 420px){
	.s_shuzi{  display:inline-block; justify-content: space-between;}
	.s_shuzi li{ float:left; width:50%;}
	.s_shuzi li div{ font-size: 2.2rem;}
	
	}



#index-body .init-1 {
  padding: 45px 0 80px;
}
#index-body .init-1 .cat-content .box {
  padding-top: 40px;
}
#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: 60px 0 50px;
}
#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: uppercase;
  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: 16px;
  color: black;
  font-family: "Roboto-Light";
  line-height: 2;
  padding: 10px 10px 0px 10px;
  text-align: center;
}

#index-body .init-5 .btn-more{ padding-top:30px !important;}


#index-body .init-6 {
  padding: 40px 0 60px;
  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: 2;
  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: uppercase;
	line-height:50px;
	height:50px;
}
.sunsun1{
    font-size: 25px;
    color: #df251c;
    font-weight: 800;
}
.aquarium{
    font-size: 15px;
    line-height: 28px;
}
#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: 60px 0 80px;
}
#index-body .init-8 i.t {
  color: #F9F9F9;
}
#index-body .init-8 h2 small {
  color: #333;
}
#index-body .init-8 .margin-box {
  margin: 0 -15px;
}
#index-body .init-8 .box {
  padding-top: 40px;
}
#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;
  border:1px solid #eaeaea
}
#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;
  white-space: nowrap;
  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: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  max-height: 75px;
}
#index-body .init-9 {
  padding: 60px 0 40px;
  text-align: center;
  background:#eaeaea
}
#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;
}

#Pop_UpsBtn{ display:none !important;}


#go-top img {
  display: inline-block;
  vertical-align: middle;
}
#go-top:hover {
  background: #333;
}
#footer {
  background: #222;
  color:#fff;
}
#footer .footer-top {
  padding: 60px 0 40px;
  display: flex;
}


#footer .footer-top .left{ flex-shrink: 0; float:left;}
#footer .footer-top .right{ flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between;padding-left: 10.625rem; padding-left: 10%;}
.foot_lianxi{}
.foot_tel{}
.foot_tel p{ font-size: 1rem; color: #fff; font-weight: bold; background:url(../images/foot_tel.png) no-repeat left center; padding-left:25px;}
.foot_tel p img{ width: 1rem; margin-right: .625rem; }
.foot_tel h6{ font-size: 2.5rem; color: #e50404;}
.foot_lianxi .txt{ font-size: .9375rem; color: rgba(255,255,255,.5); line-height: 2rem;margin-bottom: 2.5rem;}
.foot_lianxi .txt i{margin-right: 0.5rem; color:#e50404}
.foot_lianxi ul{ }
.foot_lianxi ul li{ float: left; margin-right: 1.5rem;}
.foot_lianxi ul li img{ width: 5.9375rem; height: 5.9375rem;}
.foot_lianxi ul li p{ text-align: center; font-size: .875rem; color: rgba(255,255,255,.5); margin-top: .625rem;}

.foot_nav{ overflow: hidden; display: flex; justify-content: space-between;}
.foot_nav dl{ float: left; }
.foot_nav dl dt{ font-size: 1rem; font-weight: bold; margin-bottom: 1.25rem;}
.foot_nav dl dd{ font-size: .9rem; line-height: 2.125rem; color: rgba(255,255,255,.5); transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.foot_nav dl dd:hover{ color: #df271e;}
.foot_bot{  width: 100%; border-top:1px solid rgba(255,255,255,.2); display: flex; justify-content: space-between; flex-wrap: wrap; margin-top:50px; padding-top:20px;}
.foot_bot .copyright{ line-height: 1.875rem; font-size: .8rem; color: rgba(255,255,255,.8);}
.foot_link{ float: right; line-height: 1.875rem; position: relative;  }
.foot_link .hd{ cursor: pointer; font-size: .875rem;}
.foot_link .bd{ position: absolute; bottom:calc(100% + .5rem); left: 0; width: 100%; background: #464646; padding: 1rem 1.25rem; font-size: .875rem; line-height: 1.5rem}
.foot_link .bd a{ display: block; margin-bottom: .5rem; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.foot_link .bd a:hover{ color: #3d75c0;}

@media (max-width: 1200px){
	#footer .footer-top .left{ flex-shrink: 0; float:left; margin-right:40px;}
	}

@media (max-width: 1000px){
	#footer .footer-top .left{ width:100%; float:none;}
	#footer .footer-top .right{ width:100%;}
	.foot_nav{ display:none;}
	}

@media (max-width: 768px){
	#foot .right{ padding-left: 0; margin-top: 3rem;}
	.foot_tel h6{ font-size: 2rem; color: #e50404;}
	}



/*#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;
  line-height: 2;
}
#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;
    line-height: 2;
  }
  #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: 2;
  }
  #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;
  }
  .sen, .sunsun1, .aquarium {
    display: none !important;
  }
}
@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: 40px;
  }
}
.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: 28px;
  color: #black;
  text-transform: uppercase;
  line-height: 2;
  font-weight:bold;
}
.inner-banner .content h3{
  font-family: "Coalition";
  font-size: 32px;
  color: black;
  text-transform: uppercase;
}
.inner-banner .content .box {
  display: block;
  font-size: 14px;
  color: black;
  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: uppercase;
}
.inner-nav {
  line-height: 60px;
  height: 60px;
  background: #df251c;
  text-align: center;
}
.inner-nav ul li {
  display: inline-block;
  margin: -1px 10px 0 10px;
  vertical-align: middle;
  color: white;
  font-size: 16px;
  font-family: "ROBOTO-MEDIUM";
  text-transform: capitalize;
  padding:0 20px;
}
.inner-nav ul li:hover {
  text-decoration:none;
  background:#fff;
  color:#000;
}

.inner-nav ul li.hover{background:#fff;color:#000;}


.inner-page {
	position:relative;
	z-index:1;
}
.inner-page p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 30px;
}
.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;
}


,
.inner-page .m-page span{
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  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 a{
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  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 span {
  cursor: not-allowed;
}
.inner-page .m-page a:hover{
  background: #df251c;
  color: white;
}


.inner-page .m-page span .page-num-current{
  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: 40px 0 20px;
}

.about-page .about-1 h2 {
  font-size: 30px;
  color:#df251c;
  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:16px;
	line-height:32px;
}
.about-page .about-1 .content p {
	line-height:inherit;
	font:inherit;
	margin-bottom:15px;
	text-indent:2em;
}
.about-page .about-1 .content p:first-child {
  padding-top: 0;
}
.about-page .about-2 {
  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: 40px 0 80px;
}
.about-page .about-3 .content {
	font-size:18px;
	line-height:48px;
}
.about-page .about-3 .content p {
	font:inherit;
	line-height:inherit;
	color:#e50404
}
.about-page .about-3 .content p b{ font-weight:bold !important}
.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: 2;
  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: 24px;
    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: uppercase;
  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: 2;
}
.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: 2;
}
.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:24px;
}
.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: 2;
  position: relative;
  z-index: 2;
  border-top: 1px solid #eee;
}




.nycontent.bgnone {width:100%;height:auto;background:#fff;padding:0 0px;}
.nycontent {width:100%;height:auto;margin:40px 0;display:inline-block;background:#fff;}


/* ny-product */
.nyprolist {width:100%;height:auto;margin-bottom:15px;display:flex;display:-webkit-flex;flex-flow:row wrap;justify-content:space-between;}
.nyprolist li {width:100%;text-align:center;background:#f5f5f5;height:32px;line-height:32px;}
.nyprolist .active a {color:#dd461e;}
.nyprolist li a {color:#333;}
.nyprolist li:hover {background:#dd461e;}
.nyprolist li:hover a {color:#fff;}


.pbox {width:100%;height:auto;margin-bottom:0px;text-align:center;}
.pbox .tubox {width:94%;margin:0 3%;overflow:hidden;}
/* .pbox:hover .tubox {border:5px solid rgba(0,102,179,.8);} */
.pbox .tubox img {width:100%;height:auto;box-shadow:0 0 1px #ccc;background-color:skyblue;transition:all 1.5s ease 0s;-moz-transition:all 1.5s ease 0s;-webkit-transition:all 1.5s ease 0s;-o-transition:all 1.5s ease 0s;}
.pbox:hover .tubox img {transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);}
.pbox h3 {font-size:16px;color:#444;text-align:center; background:#f2f2f2;width:94%;margin:0 3%;overflow:hidden; line-height:48px; margin-bottom:15px; margin-top:2px;}
.pbox p {display:inline-block;background:#f5f5f5;padding:8px 36px;border-radius:20px;color:#dd461e;margin:0 auto;border:1px solid #f5f5f5;}
.pbox p span {width:24px;height:24px;line-height:22px;font-size:18px;text-align:center;display:inline-block;border-radius:50%;color:#fff;background:#dd461e;margin:0 0 0 5px;}
.pbox:hover h3 {color:#fff; background:#da251c}
.pro-xq-ms .pro-test h3 {font-size:20px;color:#444;line-height:56px;text-align:center;font-weight:600;border-bottom:4px solid #d7d7d7;background-color:#eee;}
.pro-xq-ms>p {padding:5px 5px;display:-ms-flex;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;justify-content:space-between;border-bottom:1px solid #000;}
.pro-xq-ms>p>a {color:#333;font-size:14px;}
.pro-xq-ms>p>span {font-size:14px;color:#333;}
.pleft {float:left;width:66%;margin-right:4%;padding-top:26px;}
.protu {width:30%;height:auto;}
.pro-next {padding:15px 15px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;margin:30px 20px 15px;display:flex;display:-webkit-flex;flex-flow:row wrap;justify-content:space-between;}
.pro-next p a {color:#333;}
.pro-next p a:hover {color:#dd461e;}
.pro-test {width:100%;padding:20px 30px;}
.pro-test p {font-size:16px;letter-spacing:2px;color:#444;}
.pro-test p strong {font-size:18px;color:#dd461e;}
.pro-test table {width:100% !important;height:auto;border:1px solid 1px solid #ddd !important;}
.pro-test table p {margin:0;}
.pro-test table tr td {border-width:1px 1px 1px 1px !important;border-style:double solid solid double !important;border-color:rgba(55,53,137,.5) !important;padding:5px !important;}
.pdescribe {width:100%;margin:15px 0 0;padding:0 18px 0 0;height:368px;overflow-y:auto;overflow-x:hidden;}
.pdescribe::-webkit-scrollbar {/*滚动条整体样式*/    width:4px;/*高宽分别对应横竖滚动条的尺寸*/    height:4px;}
.pdescribe::-webkit-scrollbar-thumb {/*滚动条里面小方块*/    border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(221,70,30,0.9);background:rgba(221,70,30,0.9);}
.pdescribe::-webkit-scrollbar-track {/*滚动条里面轨道*/    -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.1);border-radius:0;background:rgba(0,0,0,0.1);}
.pdescribe p {line-height:26px;/* text-indent:2em;*/    font-size:15px;color:#666;text-align:justify;}
.pdescribe h2 {border-bottom:1px solid #ddd;line-height:48px;color:#4a4a4a;}
.proszi{ width: 90%; margin: 0 0 0 10%; }
.proszi h2{ margin-bottom: 30px; font-size:18px;}
.canshubox p{ margin-bottom:10px;}
.canshubox p img{ width:100%; height:auto; margin: 0 auto;}
.canshubox table{ border-collapse:collapse; font-size:14px; font-weight:Regular !important; font-family:Arial, Helvetica, sans-serif;}
.canshubox table tr{ border:1px solid #ccc !important; text-align:center}
.canshubox table td{ border:1px solid #ccc !important; text-align:center; line-height:36px;}

/* left-nav */
.leftnav{ width: 96%; margin-right:4%; margin-bottom:2%;}
.leftnav h2{ text-align:center; font-size:18px; line-height:48px; background:#da251c; color:#fff; margin-bottom:1px;}
.nav-pro{ background:#f2f2f2; padding:10px;}
.nav-pro>ul {border:none;}
.nav-pro>ul>li {position:relative;transition:.3s; background:#fff; margin-bottom:1px;}
.nav-pro>ul>li>a {padding:2px 0 0 10px;display:block;transition:.3s;cursor:pointer;line-height:42px;}
.nav-pro>ul>li:hover>a { background:#da251c; color:#fff;}
.nav-pro>ul>li:hover>i{ color:#fff;}
.nav-pro>ul>li>i {position:absolute;right:6px;top:8px;font-size:24px;}
.nav-pro>ul>.active {border:none;}
.nav-pro>ul>.active>a {background:#da251c; color:#fff;}
.nav-pro>ul>.active>i {color:#fff;}
.nav-pro>ul>li>a {color:#333;font-size:16px; padding-left:15px;}

.nyright{ padding-left:20px;}

/* pro-canshu */
.cstit {display:inline-block;margin:0px 0 20px;width:100%; height:50px; text-align:center; background:#f1f1f1; color:#666; font-weight: 600;}
.canshubox{ padding:0 10px;}
.pback {float:right;display:block;font-size:14px;padding:5px 24px;border-radius:15px;background:#999;color:#fff;text-decoration:none;}
.pback:hover {background:#dd461e;color:#fff;}
.cstit .syprolist {width:100%;height:auto;display:flex;display:-webkit-flex;flex-flow:row wrap;justify-content:space-between;}
.cstit .syprolist li {width:24%;height:auto;background:#ddd;text-align:center;font-size:18px;height:50px;line-height:50px;}
.cstit .syprolist .but {background:#dd461e;color:#fff;}
.canshubox .sycptu {width:100%;height:auto;display:inline-block;text-align:center;}
.canshubox .sycptu img {max-width:80%;display:block;margin:20px auto 0;}
.canshubox .sycptu.prodown a {width:96%;margin:0 auto;padding:16px 10px;color:#333;font-size:18px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;display:flex;display:-webkit-flex;flex-flow:row wrap;justify-content:space-between;}
.canshubox .sycptu.prodown a:hover {color:#dd461e;}
.canshubox .sycptu.prodown a p {margin:0;}
.pcanshu .prolink {width:100%;height:auto;display:inline-block;padding:42px;border:1px solid #eee;}
.pcanshu .prolink h3 {width:100%;height:auto;text-align:left;font-size:20px;border-bottom:3px solid #dd461e;font-weight:600;display:inline;letter-spacing:1px;}
.pboxlx {width:100%;height:auto;display:inline-block;margin:30px 0 0;}
.prolibox {width:100%;height:auto;display:inline-block;border-bottom:1px solid #ddd;line-height:42px;}
.prolibox p {font-size:18px;}
.prolibox i {background:#dd461e;width:30px;height:30px;text-align:center;line-height:30px;color:#fff;border-radius:50%;margin-right:10px;}
.tuijpro h3 {width:100%;height:auto;border-bottom:2px solid #ddd;margin:25px 0;line-height:60px;position:relative;}
.tuijpro h3::before {content:"";position:absolute;width:100px;background:#dd461e;height:2px;left:0;bottom:-2px;}
.tuijpro h3 span {font-size:16px;color:#888;}
.tuijpro a {color:#333;line-height:50px;}
.nypcanshu{ margin-top:30px;}
.nypcanshu h3{ font-size:20px; font-weight:normal;}





.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: 2;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.news-page > .box ul li a h3:hover {
  color:#da251c
}
.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 {
  font-size: 14px;
  line-height: 2;
  color: black;
  padding: 10px 10px 5px;
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  width:100%;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  word-break:break-all;
  line-height:28px;
}
.newdet-page > .box {
  padding: 60px 0;
}
.newdet-page > .box h2 {
  text-align: center;
  font-size: 30px;
  color: black;
  font-family: "Roboto-Light";
  line-height: 2;
}
.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;
  line-height: 28px !important;
  font-size: 14px !important;
}
.newdet-page > .box .content p{line-height: 32px !important;
  font-size: 16px !important;}

.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 0 0;
}
.contact-page .contact-1 .left {
  padding-right: 25px;
  vertical-align: middle;
  width:100%;
}
.contact-page .contact-1 .left h2 {
  font-size: 30px;
  color: black;
  font-family: "Roboto-Light";
	text-transform:uppercase;
}
.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:0px;
}
.contact-page .contact-1 .left .list ul li {
  display: block;
  font-size: 18px;
  color: black;
  font-family: "Roboto-Light";
  margin-bottom: 10px;
  text-align:center;
  padding:25px 0;
  margin:1.5% 2%;
  float:left;
  width:46%;
  -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);
  
  
}
.contact-page .map{}
.contact-page .map img{ max-width:none !important}
.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;
  background:#ededed;
}
.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;
}


.download-page{ padding:20px 0;}
.download-cont{}

.downbox {padding:0;}
.downbox li{ width:100%; height:auto; display:inline-block;border-bottom:1px dashed #ddd;}
.downbox li a{ display:flex;display:-webkit-flex;flex-flow:row wrap;justify-content:space-between;padding:10px 20px;}
.downbox p{ margin:0; line-height:34px;}
.downbox p b {color:#666;font-size:20px;}
.downbox h5 {font-size:15px;font-weight:600;color:#333;}
.downbox h5 b {width:24px;height:24px;line-height:22px;text-align:center;color:#fff;background:#666;display:inline-block;margin-right:10px;border-radius:3px;}
.downbox i {padding-top:10px;font-size:20px;color:#666;}
.downbox:hover {cursor:pointer;}
.downbox:hover p{color:#d61915;}
.downbox:hover p b{color:#d61915;}
.downbox:hover h5 {color:#d61915;}
.downbox:hover h5 b {cursor:pointer;background:#d61915;}
.downbox:hover i {color:#d61915;}
.fa{
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
.fa-download {

}



@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 {
  }
  .faq-page > .box ul li h3 {
    font-size: 18px;
  }
  .cat-content .grid-box .column {
    padding: 0 10px;
  }
  .downbox li{ width:100%;}
}
@media screen and (max-width: 1300px) {
	.downbox {padding-right:0;}
	.downbox li{ width:99%; }
	
	}
	
@media (min-width: 1201px) and (max-width: 1280px) {
	.downbox {padding-right:30px;}
	.downbox li{ width:96%; }
	
	}
	
@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;
  }
  .downbox li{ width:100%;}
  
}
@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: 2;
  }
  .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;
  }
  .contact-page .contact-1 .left .list ul li { width:96%} 
  .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;
	}
	
	.leftnav{ width: 100%; margin-right:0%;}
	.col-md-4 {
        width:50% !important
    }
}
@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: 18px;
  }
  .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: 30px;
  }
  .contact-page .contact-3 ul li dl dd h5 small {
    float: none;
    display: block;
  }
  .col-md-4 {
        width:100% !important;
    }
	.pbox .tubox  {width:100% !important;margin:0% !important;overflow:hidden;}
	.pbox h3{width:100% !important; margin:1px 0 4% 0;}
	.proszi{ width:100%; margin:15px 0 0 0}
	.nyright{ padding-left:0px;}
}
@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;
  }
}
