<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'poppins-regular';
  src: url(/fonts/poppins-regular.ttf) format('truetype'), url(/fonts/poppins-regular.eot) format('eot'), url(/fonts/poppins-regular.woff) format('woff'), url(/fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Impact';
  src: url(/fonts/impact.ttf) format('truetype'), url(/fonts/impact.eot) format('eot'), url(/fonts/impact.woff) format('woff'), url(/fonts/impact.woff2) format('woff2');
}
body {
  font-family:roboto,"poppins-regular";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1550px;
}
.ui.small.container {
  max-width: 1230px;
}
.language-box .language-img {
  width: auto;
  vertical-align: middle;
}
.language-box .language-img img {
  vertical-align: middle;
}
.language-box .zhuyu {
  color: #333;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.language-box .zhuyu i {
  margin-left: 15px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  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;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 28px;
  line-height: 36px;
  font-size:16px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #b51e15;
  color: white;
}
.language-box:hover .hover-language 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 {
  z-index: 200;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}
#header.active .nav {
  padding: 0;
}
#header.active .nav::before {
  width: 100%;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  position: relative;
  padding: 10px 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 25%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .logo img {
  vertical-align: middle;
  max-width:180px;
}
#header .nav .ui.menu .logo p {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  color: #333;
}
#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 &gt; li {
  margin: 0 40px;
  font-size: 18px;
  font-weight: bold;
  color: 333;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 20px;
  background-color: rgba(244, 67, 54, 0.2);
  bottom: 10px;
  left: 0;
  z-index: -1;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li:hover {
  color: #b51e15;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li:hover::before {
  width: 65px;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li &gt; a {
  display: block;
  padding: 15px 0;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  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;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fd2318;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu &gt; 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 .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
  cursor: pointer;
  cursor: hand;
}
#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%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#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%);
  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: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
.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;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #fff;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #fff;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #b51d15;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children &gt; a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active &gt; a:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  .inner-page {
    padding-top: 0px;
  }
}
#banner {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .content .left {
  width:62%;
  vertical-align: middle;
}
#banner .content .right {
  width: 38%;
  vertical-align: middle;
}
#banner h2 {
  font-size:54px;
  font-weight:500;
  color: #FFFFFF;
  text-shadow:1px 1px 1px #333;
  line-height: 1.3;
}
#banner .btn {
  margin-top: 80px;
}
#banner .btn a {
  display: inline-block;
  font-size: 20px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 15px 50px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#banner .btn a:hover {
  border-color: #f44336;
  background-color: #f44336;
}
h2.home-tit {
  font-size: 50px;
  line-height: 1;
}
.our-about {
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0px 60px 0px;
}
.our-about .top .box {
  margin: -15px;
}
.our-about .top .left {
  width: 50%;
  padding: 15px;
}
.our-about .top .left hr{
width:120px;margin:30px 0px 0px 0px; color:#dedede;height:1px;border:none;border-top:1px  solid #cdcdcd; padding:6px 0px 10px 0px;
}
.our-about .top .left p {
  line-height: 30px;
  margin:0px 0 16px;
  font-size:16px;
  color:#444;
}
.our-about .top .right {
  width: 50%;
  padding: 15px;
  border:0px solid #ddd;
}
.our-about .top .right img{
  width:100%;
}
.our-about .bottom .box {
  margin: -15px;
}
.our-about .bottom .left {
  width: 50%;
  padding: 15px;
  vertical-align: middle;
}
.our-about .bottom .right {
  width: 100%;
  padding: 15px;
  vertical-align: middle;
}
.our-about .bottom .right h3 {
  font-size: 60px;
  line-height: 1;
  font-family: "Impact";
  color: #b51d15;
  margin-bottom: 10px;
}
.our-about .bottom .right h3 sup {
  display: inline-block;
  vertical-align: top;
  font-size: 40px;
}
.our-about .bottom .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.our-about .bottom .right ul li {
  width: auto;
}
.our-about .btn a {
margin-top:20px;
  display: inline-block;
  padding: 10px 40px;
  background-color: #b51e15;
  color: #FFFFFF;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-about .btn a:hover {
  background-color: #000000;
}
.our-product {
  padding-bottom:60px;
  overflow: hidden; 
}
.our-product h2 {
  padding: 70px 0px 20px 0px;
}
.our-product  hr{
width:120px;margin:20px 0px 0px 0px; color:#dedede;height:1px;border:none;border-top:1px  solid #cdcdcd; padding:6px 0px 10px 0px;
}
.our-product .box {
  max-width: 1520px;
  margin: 0px auto;
}
.our-product .list {
  padding-left: 50px;
  padding-top: 50px;
  position: relative;
  margin-top: 40px;
}
.our-product .list::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 350px;
  background: url(../images/product-bg.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.our-product .list ul {
  margin: -30px;
}
.our-product .list ul li {
  padding: 30px 10px; 
}
.our-product .list h3 {
  font-size:18px;
}
.our-product .list .pro_box {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.our-product .list .content {
  background-color: #FFFFFF;
  padding: 25px 20% 20px 25px;
}
.our-product .list .btn a {
  display: inline-block;
  width: 52px;
  height: 52px;
  background-color: #f44336;
  line-height:52px;
  text-align: center;
  color: #FFFFFF;
  font-size: 30px;
  margin-right: 25px;
  margin-top: -40px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .list .btn a:hover {
  background-color: #000000;
}
.our-product .slick-list {
  padding-right: 9%;
}
.dian ul {
  font-size: 0;
}
.dian ul li {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #5b5b5b;
  border-radius: 50%;
  margin: 0 7px;
}
.dian ul li:nth-child(4) {
  background-color: #f44336;
}
.i-advantage {
  background-color: #f4f4f4;
  padding: 90px 0 90px;
}
.i-advantage .box {
  margin-top:60px;
  margin-left: -15px;
  margin-right: -15px;
}
.i-advantage .box .left {
  width: 65%;
  padding: 0 15px;
}
.i-advantage .box .right {
  width: 35%;
  padding: 0 15px;
  line-height:30px;
}
.i-advantage .box .right .content {
  padding-left: 75px;
  position: relative;
}
.i-advantage .box .right .content i {
  position: absolute;
  left: 0;
  top: 0;
}
.i-advantage .box .right ul {
  margin: 0 -50px;
}
.i-advantage .box .right ul li {
  padding: 0 50px;
  margin:10px 0px 40px 0px;
}
.i-advantage .box .right h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
.our-honor {
  background: url(../images/honor-bg.jpg) no-repeat center;
  background-size: cover;
  color: #FFFFFF;
  padding: 100px 0;
}
.our-honor .list {
  margin-top: 100px;
}
.our-honor ul {
  margin: -25px;
  position: relative;
}
.our-honor ul li {
  padding: 25px;
}
.our-honor ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  background: transparent;
  border: none;
  z-index: 10;
}
.our-honor ul .slick-arrow.slick-prev {
  left: 0;
}
.our-honor ul .slick-arrow.slick-next {
  right: 0;
}
.our-honor img {
  border: 2px solid #dcdcdc;
}
.our-news {
  padding: 120px 0 150px;
}
.our-news .list {
  margin-top: 80px;
}
.our-news .list ul {
  margin: -22px;
}
.our-news .list ul li {
  padding: 22px;
}
.our-news .content {
  padding: 20px 30px 30px;
  border: 1px solid #ddd;
}
.our-news .content .date {
  color: #f44336;
  margin-left: -10px;
}
.our-news .content .date time,
.our-news .content .date span {
  line-height: 1;
  display: inline-block;
  margin: 0 10px;
}
.our-news .content .date img {
  display: inline-block;
  vertical-align: initial;
}
.our-news .content h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0px;

}
.our-news .content p {
  color: rgba(0, 0, 0, 0.5);
  margin: 10px 0 20px;
}
.our-news .content .btn a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #666;
  color: #FFFFFF;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .content .btn a:hover {
  background-color: #000000;
}
#footer {
  background: url(../images/foot-bg.jpg) no-repeat center;
  background-size: cover;
  color: #FFFFFF;
  padding:20px 0px 0px 0px;
}
#footer h2 {
  line-height: 1.5;
  float:left;
  font-size:30px;
  font-weight:normal;
}
#footer .top {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .top .btn a {
  display: inline-block;
  font-size:16px;
  font-weight: bold;
  padding: 10px 25px;
  background-color: #f44336;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#footer .top .btn a:hover {
  background-color: #000000;
}
#footer .bottom {
  padding: 50px 0;
}
#footer .bottom .footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .bottom .footer-content .footer-block.social i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: #dcdddd;
  color: #505455;
  border-radius: 50%;
  margin-right: 20px;
}
#footer .bottom .footer-content .footer-block.contact {
  max-width: 340px;
}
#footer .bottom .footer-content .footer-block.contact ul li {
  padding-left: 40px;
  position: relative;
}
#footer .bottom .footer-content .footer-block.contact ul li i {
  position: absolute;
  left: 0;
  min-width: 18px;
  text-align: center;
}
#footer .bottom .footer-content .footer-block.contact ul li i img {
  vertical-align: middle;
}
#footer .bottom .footer-content .footer-block img {
width:100%;
max-width:160px;
}
#footer .bottom h4 {
  font-size:24px;
  margin-bottom: 20px;
}
#footer .bottom ul li {
  font-size: 16px;
  margin-bottom:16px;
}
#footer .bottom ul li a{
color:#fff;
}
#footer .bottom ul li a:hover{
color:#b51d15;
}
.x_top_all{
width:100%;
background-image:url(../images/top_bj.jpg);
background-repeat:repeat-y;
color:#fff;
background-position:center top;
}
.x_top{
padding:10px 0px;
overflow:hidden;
}
.x_top_left{
float:left;
font-size:14px;
padding:12px 0px;
}
.x_top_right{
float:right;
padding:12px 0px;
}
.x_top_right a{
padding-left:10px;
font-size:14px;
}
.x_logo{
padding:70px 10px 0px;
overflow:hidden;
text-align:center;
margin:3% 0 1% 0;
}
.x_logo p span a{
text-decoration:none;
padding:0px 15px; color:#666666; font-size:14px;
}
.x_logo p span a:hover{
text-decoration: underline;
padding:0px 15px; color:#9a251a; font-size:14px;
}
.x_sub{
padding:10px 0px;
overflow:hidden;
text-align:center;
width:94%;
max-width:880px;
margin:0px auto;
}
.x_sub ul{ 
padding:10px 0px;
overflow:hidden;
text-align:center;
width:94%;
max-width:900px;
margin:0px auto;
}
.x_sub ul{ 
padding:10px 0px;overflow:hidden;
width:100%;
margin:0px auto;
}
.x_sub ul li{ 
width:15.666%;
float:left;
margin:0 0%;
height:240px;
list-style:none;
}
.x_sub ul li:hover{
color:#9a251a;
}
.x_sub ul li a{
text-decoration:none;
}
.x_sub ul li a:hover{
text-decoration:none;
color:#9a251a;
font-weight:bold;
}
.x_sub ul li img{ 
width:100px;
}
.x_sub ul li img:hover{ 
width:130px;transition: 0.5s all;
}
.x_sub ul li h4{
text-align:center; color:#4d4d4d; font-size:18px; font-weight:500; margin:0px;
}
.x_sub ul li p{ 
color:#4d4d4d; font-size:12px;font-family:arial; margin:0px; padding:4px 0px;
}
#x_foot_about{
max-width:320px;
font-size:16px;
line-height:26px;
}
#x_foot_about img{
min-width:240px;
}
#footer .footer-bottom {
  padding: 20px 0;
  background-color: #353535;
}
#footer .footer-bottom p,
#footer .footer-bottom a {
  display: inline-block;
  font-size: 16px;
  opacity: .8;
}
#footer .footer-bottom img {
  max-height: 16px;
  vertical-align: middle;
}
#ewm {
  width: 145px;
  border: 5px solid #FFFFFF;
}
@media screen and (max-width: 1550px) {
  .ui.container {
    width: 1200px; 
  }
  #header .nav .ui.menu .menu-box ul.menu &gt; li {
    margin: 0 25px;
    font-size: 16px;
  }
  #banner h2 {
    font-size: 40px;
  }
  #banner .content .left {
    width: 58%;
	margin-top:5%;
  }
  #banner .content .right {
    width: 42%;
  }
  .i-advantage .box .right ul {
    margin: 0 -25px;
  }
  .i-advantage .box .right ul li {
    padding: 0 25px;
    margin-bottom: 30px;
  }
  .our-product .list .content {
    padding: 25px 25px 40px;
  }
  .our-product .list h3 {
    font-size: 20px;
  }
  .our-news .content h3 {
    font-size: 20px;
  }
  #footer .top .btn a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #banner h2 {
    font-size: 40px;
  }
  #banner .btn {
    margin-top: 60px;
  }
  #header .nav .ui.menu .logo p {
    display: none;
  }
  h2.home-tit {
    font-size: 40px;
  }
  .font-18 {
    font-size: 16px;
  }
  .our-about .top .left p {
    margin: 30px 0;
  }
  .our-product .list {
    padding-right: 50px;
  }
  .our-product .slick-list {
    padding-right: 0;
  }
  .i-advantage .box .left {
    display: none;
  }
  .i-advantage .box .right {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner h2 {
    font-size: 30px;
  }
  #banner .btn {
    margin-top: 30px;
  }
  #banner .btn a {
    font-size: 16px;
  }
  .our-about .top .left {
    width: 100%;
  }
  .our-about .top .left hr{
width:120px;margin:30px 0px 0px 0px; color:#dedede;height:1px;border:none;border-top:1px  solid #cdcdcd; padding:6px 0px 10px 0px;
}
.our-about .top .left p {
  line-height:26px;
  margin:0px 0 16px;
  font-size:14px;
  color:#444;
}
  .our-about .top .right {
    width: 100%;
  }
  .our-about .bottom .left {
    display: none;
  }
  .our-about .bottom .right {
    width: 100%;
  }
  h2.home-tit {
    font-size: 30px;
  }
  
  .our-product .list ul {
    margin: -15px;
  }
  .our-product .list ul li {
    padding: 15px;
  }
  .our-product .list h3 {
    font-size: 16px;
  }
  .i-advantage .box .right .content i {
    position: relative;
  }
  .i-advantage .box .right .content {
    padding-left: 0;
  }
  .our-news .content p {
    margin: 20px 0;
  }
  #footer .top .btn a {
    font-size: 16px;
  }
  #footer .bottom .footer-content .footer-block.ewm {
    display: none;
  }
  #footer .bottom h4 {
    margin-bottom: 30px;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-product {
    padding-bottom: 60px;
  }

  .our-news {
    padding: 60px 0;
  }
  .i-advantage .box {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
.x_logo{
padding:40px 10px 0px;
overflow:hidden;
text-align:center;
margin:3% 0 1% 0;
}
.x_logo img{
width:100%;
max-width:260px;
}
.x_logo p span a{
text-decoration:none;
padding:0px 15px; color:#666666; font-size:14px;
}
.x_logo p span a:hover{
text-decoration: underline;
padding:0px 15px; color:#9a251a; font-size:14px;
}
.x_sub{
padding:10px 0px;
overflow:hidden;
text-align:center;
width:94%;
max-width:880px;
margin:0px auto;
}
.x_sub ul{ 
padding:10px 0px;
overflow:hidden;
text-align:center;
width:94%;
max-width:900px;
margin:0px auto;
}
.x_sub ul{ 
padding:10px 0px;overflow:hidden;
width:100%;
margin:0px auto;
}
.x_sub ul li{ 
width:49%;
float:left;
margin:0 0%;
max-height:160px;
list-style:none;
}
.x_sub ul li:hover{
color:#9a251a;
}
.x_sub ul li a{
text-decoration:none;
}
.x_sub ul li a:hover{
text-decoration:none;
color:#9a251a;
font-weight:bold;
}
.x_sub ul li img{ 
width:100px;
}
.x_sub ul li img:hover{ 
width:130px;transition: 0.5s all;
}
.x_sub ul li h4{
text-align:center; color:#4d4d4d; font-size:18px; font-weight:500; margin:0px;
}
.x_sub ul li p{ 
color:#4d4d4d; font-size:12px;font-family:arial; margin:0px; padding:4px 0px;
}
  .ui.container {
    width: 100%;
  }
  #banner .content .left {
    width: 100%;
    text-align: center;
  }
  #banner .content .right {
    display: none;
  }
  .font-18 {
    font-size: 14px;
  }
  .our-about .bottom .right h3 {
    font-size: 50px;
  }
  .our-product .list {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
  }
  .our-product .list ul {
    margin: -10px;
  }
  .our-product .list ul li {
    padding: 10px;
  }
  .i-advantage {
    display: none;
  }
  .our-honor {
    display: none;
  }
  .our-news .list ul {
    margin: -10px;
  }
  .our-news .list ul li {
    padding: 10px;
  }
  #footer .top {
    display: none;
  }
  #footer .bottom .footer-content .footer-block.link {
    display: none;
  }
  #footer .bottom .footer-content .footer-block.social {
    display: none;
  }
  #footer .bottom .footer-content .footer-block.contact {
    max-width: 100%;
  }
  .our-product h2 {
  padding: 30px 0px 20px 20px;
  text-align:left;
}
.our-product  hr{
width:120px;margin:10px 0px 0px 20px; color:#dedede;height:1px;border:none;border-top:1px  solid #cdcdcd; padding:6px 0px 0px 0px;
}
}
@media screen and (max-width: 500px) {
  .our-about .bottom .right h3 {
    font-size: 30px;
  }
  .our-about .bottom .right h3 sup {
    font-size: 20px;
  }
  #banner h2 {
    font-size: 20px;
  }
  #banner .btn a {
    font-size: 14px;
    padding: 10px 30px;
  }
}





/* å†…é¡µæ&nbsp;·å¼ */
.inner-banner {
  height: 460px;
  background-size: cover;
  background-position: center top;
  position: relative;
  text-align: center;
  padding-top:13%;
  color: white;
  z-index: 1;  

}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.inner-banner h3 {
  font-size:36px;
  line-height: 44px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
}
.inner-banner .mbx {
  font-size: 16px;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  line-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:first-child:before {
  content: "\f015";
  font-family: "FontAwesome";
  color: #b51d15;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
}
.inner-banner .mbx a:hover {
  color: #b51d15;
}
.inner-page {
  font-size: 14px;
  line-height: 1.8;
  position:relative;
  z-index:1;
  background: #fff;
}
.inner-page p {
  line-height: 1.8;
    color: #333;
    font-size: 16px;
}
.inner-page .text {
  color: #333;
  line-height:24px;
}
.inner-page .text p {
  color: inherit;
  margin-bottom:16px;
}
.inner-page i.small-tit {
  color: #b51d15;
  font-size: 18px;
  text-transform: uppercase;
}
.inner-page h3.title {
  color: #333;
  text-transform: none;
  font-size: 40px;
  line-height: 50px;
  margin:25px 0 15px 0;
  position: relative;
}
.inner-page h3.title.mt0 {
  margin-top: 0;
}
.inner-page .form ul {
  margin: -5px;
}
.inner-page .form ul li {
  padding: 5px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #fff none repeat scroll 0 0;
  border: medium none;
  font-size: 12px;
  color: #666;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #666;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: white;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: white;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: white;
}
.inner-page .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
  background: #b51d15;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 14px;
  text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #222;
}
.inner-page .sidebar-box .sidebar-left {
  width: 28%;
  padding-right: 15px;
  position: sticky;
  top: 100px;
  z-index: 1;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 30px;
  background: #181818;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
  margin: 5px 0;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
  display: block;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  padding: 15px 20px;
  background: #333;
  border-left: 4px solid white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a i {
  float: right;
  font-size: 20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
  padding: 15px;
  background: #333;
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  z-index: 2;
  width: 100%;
  max-height: 500px;
  overflow: auto;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover&gt;ul {
  display: block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
  background: #181818;
  border-color: #d7d7d7;
  /*color: #333;*/
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover &gt; a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active &gt; a {
  background: #b51d15 none repeat scroll 0 0;
  color: #fff;
  border-left: 4px solid #072948;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf {
  margin: 30px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4 {
  color: white;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:after {
  position: absolute;
  height: 4px;
  width: 30%;
  background: #b51d15 none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: -20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 35%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a {
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 30px;
  border: 1px solid #eee;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
  margin-right: 5px;
  color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
  float: right;
  margin-top: 6px;
  color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
  background: #b51d15 none repeat scroll 0 0;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover i {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info {
  padding: 30px;
  background: url("../images/sidebar-info.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b51d15;
  z-index: -1;
  opacity: 1;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
  color: #fff;
  font-size: 25px;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info p {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 20px 0;
  display: block;
  font-size: 1.5rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #b51d15;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover {
  background: transparent;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-right {
  width: 100%;
  padding-left: 0px;
}
.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: white;
  font-weight: 500;
  background: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page a:hover {
  background: #b51d15 none repeat scroll 0 0;
  color: #fff;
}
.about-page .about-1 {
  padding: 70px 0; 
}
.about-page .about-1 .left {
  width: 50%;
  padding-right: 15px;
  vertical-align: middle;
}
.about-page .about-1 .left .box2 {
  position: relative;
  z-index: 1;
}
.about-page .about-1 .left .box2:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(195 35 36 / 80%);
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: -1;
}
.about-page .about-1 .left .box2:before {
  content: '';
  background: rgba(43, 43, 43, 0.34) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.about-page .about-1 .left .box2 .play {
  position: absolute;
  color: white;
  bottom: 20px;
  right: 20px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .left .box2 .play i {
  background: #b51d15 none repeat scroll 0 0;
  border: 2px solid #b51d15;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 58px;
  line-height: 15px;
  margin: 0 10px 0 0;
  padding: 20px;
  text-align: center;
  width: 58px;
}
.about-page .about-1 .right {
  width: 100%;
  padding-left: 15px;
  vertical-align: middle;
}
.about-page .about-1 .right h5 {
  color: white;
    font-weight: 500;
    text-transform: none;
    font-size: 22px;
    margin-top: 35px;
    position: relative;
    line-height: 30px;
    margin-bottom: 10px;
}
.about-page .about-1 .right h5:before {
  position: absolute;
  height: 4px;
  width: 10%;
  background: #b51d15 none repeat scroll 0 0;
  content: "";
  left: 0;
  top: -20px;
}
.about-page .about-1 .right h5:after {
  position: absolute;
  content: "";
  top: -20px;
  left: 11%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.about-page .about-1 .right .text ul {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
.about-page .about-1 .right .text ul li {
  color: #111;
  margin: 5px 0;
  text-transform: capitalize;
  padding-left: 15px;
  position: relative;
  font-size: 16px;
  width: 50%;
  float: left;
}
.about-page .about-1 .right .text ul li:after {
  content: "\f101";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  color: #b51d15;
}
.about-page .about-2 {
  background: #f8f9fc;
  padding: 70px 0;
}
.about-page .about-2 .left {
  padding-right: 15px;
}
.about-page .about-2 .left h3.title {
  color: #333;
}
.about-page .about-2 .right {
  padding-left: 15px;
}
.about-page .about-2 .right .content {
  background: white none repeat scroll 0 0;
  padding: 20px 5px;
  border-radius: 5px;
}
.about-page .about-2 .right .content li {
  text-transform: none;
    color: #333;
    padding: 15px 10px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 14px;

}
.about-page .about-2 .right .content li i {
  color: #b51d15;
  margin-right: 10px;
}
.about-page .about-3 {
  padding: 70px 0;
  background: url("../images/about-3-bg.png") center center #b51d15;
  color: white;
  text-align: center;
}
.about-page .about-3 h3,
.about-page .about-3 p {
  color: inherit;
}
.about-page .about-3 p {
  max-width: 850px;
  display: block;
  margin: 30px auto;
}
.about-page .about-3 a.more {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #b51d15;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 a.more:hover {
  background: transparent;
  color: #fff;
}
.about-page .about-4 {
  padding: 70px 0;
}
.about-page .about-4 .top {
  display: block;
}
.about-page .about-4 .top .left {
  vertical-align: middle;
}
.about-page .about-4 .top .right {
  text-align: right;
  vertical-align: middle;
}
.about-page .about-4 .top .right a.more {
  display: inline-block;
  vertical-align: middle;
  color: #b51d15;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 18px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.about-page .about-4 .top .right a.more:after {
  content: '';
  height: 100%;
  width: 2px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: #b51d15;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.about-page .about-4 .top .right a.more i {
  margin-left: 5px;
}
.about-page .about-4 .top .right a.more:hover {
  color: white;
}
.about-page .about-4 .top .right a.more:hover:after {
  width: 100%;
}
.about-page .about-4 .bottom {
  padding-top: 50px;
}
.about-page .about-4 .bottom ul {
  margin: -15px;
}
.about-page .about-4 .bottom ul li {
  padding: 15px;
}
.about-page .about-4 .bottom ul li .box {
  box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
  background: #111;
}
.about-page .about-4 .bottom ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.about-page .about-4 .bottom ul li .box h5 {
  display: block;
  color: white;
  font-size: 22px;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .bottom ul li .box:hover h5 {
  background: #b51d15;
  color: white;
}
.faq-page .faq-1 {
  padding: 50px 0;
  text-align: center;
  background: #111;
}
.faq-page .faq-1 .search {
  max-width: 550px;
  display: block;
  margin: 20px auto;
  position: relative;
}
.faq-page .faq-1 .search input {
  width: 100%;
  border: medium none;
  color: #111;
  left: 0;
  padding: 0 70px 0 15px;
  border-radius: 30px;
  background: white;
  display: block;
  line-height: 50px;
  height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  line-height: 50px;
  height: 50px;
  color: #b51d15;
}
.faq-page .faq-1 p {
  max-width: 770px;
    font-size: 14px;
    display: block;
    margin: 0 auto;
}
.faq-page .faq-2 {
  padding: 70px 0;
}
.faq-page .faq-2 .left {
  width: 66%;
  padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
  display: block;
  text-align: left;
  padding: 9px;
  background: #e2e2e2 none repeat scroll 0 0;
  color: #272727;
    border-radius: 0;
  font-weight: 400;
  font-size: 22px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: #b51d15;
}
.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  display: none;
  font-size: 16px;
  color: #e2e2e2;
}
.faq-page .faq-2 .left ul li .content p {
  font-size: 18px;
    color: #c1c1c1;
}
.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #1a1a1a;
}
.faq-page .faq-2 .right .box2 h3.title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
}
.service-page {
  padding: 70px 0;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:first-child {
  display:none;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
  display:none !important;
}
.service-page h3.title {
  font-size: 24px;
}
.service-page .form {
  padding-top: 30px;
}
.news-page {
  padding: 70px 0; min-height:300px;
}
.news-page .news-list ul {
  margin: -15px;
}
.news-page .news-list ul li {
  padding: 15px; border-right:1px dotted #ddd; border-bottom:1px dotted #ddd;
  margin:0px 0px 20px 0px;
}
.news-page .news-list ul li:last-child {
  margin-bottom: 0;border-right:0px dotted #ddd;
}
.news-page .news-list ul li a.img-box {
  display: block;
}
.news-page .news-list ul li a.img-box img {
  width: 100%;
}
.news-page .news-list ul li .box {
  padding: 10px;
  -moz-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
      box-shadow: 0 0 10px rgb(255 255 255 / 20%);
    background: white;
}
.news-page .news-list ul li .box .content {
  padding: 0px;
  position: relative;
}
.news-page .news-list ul li .box .content time {
  width:200px;
  background: #b51d15 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-weight: 500;
  font-size:16px;
  padding: 8px 0;
  margin-bottom:16px;
}
.news-page .news-list ul li .box .content h3 {
  margin-top:20px;
    font-size: 22px;
    margin-bottom:5px;
    color: #252525;
    display: inline-block;
    line-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-page .news-list ul li .box .content h3:hover {
  color: #b51d15;
}
.news-page .news-list ul li .box .content a.more {
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px 0 5px 20px;
  margin-top: 20px;
  display: inline-block;
  color: #b51d15;
  border-left: 1px solid #b51d15;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .box .content a.more i {
  -webkit-transition: 0.5s padding-left;
  -moz-transition: 0.5s padding-left;
  -ms-transition: 0.5s padding-left;
  -o-transition: 0.5s padding-left;
  transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
  color: #111;
  border-left: 1px solid #111;
}
.news-page .news-list ul li .box .content a.more:hover i {
  padding-left: 5px;
}
.newdet-page {
  padding: 70px 0;
}
.newdet-page .news-content h3.title {
  font-size: 24px; color:#333;
}
.newdet-page .news-content h3.title {
  font-size: 24px;
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #e72627 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 14px;
  color: #828893;
}
.newdet-page .news-content .tag em {
  color: white;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #e72627;
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #eee  solid;
  border-bottom: 0px #eee dashed;
  text-align: left;
  color: #444;
}
.newdet-page .news-content .content p {
  padding: 0px 0;
  color: #444; font-size:14px; line-height:26px; margin-bottom:10px;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-size: 14px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #e72627;
}
.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
  color: #333;
}
.newdet-page .news-content .m-link a {
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
  color: #e72627;
  text-decoration: underline;
}
.x_left{
float:left; font-size:14px;
}
.x_right{
float:right;
}
.contact-page {
  padding: 70px 0;
}
.contact-page .button-group .button {
  background: #e72627 !important;
}
.contact-page .amap-copyright,
.contact-page .amap-logo {
  display: none !important;
}
.contact-page .contact-2 {
  padding-bottom: 70px;

}
.contact-page .contact-2 .left {
  width: 50%;
  padding-right: 15px;padding-top:30px;
}
.contact-page .contact-2 .left .form {
  -moz-box-shadow: 7px 5px 30px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 7px 5px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 7px 5px 30px rgba(0, 0, 0, 0.15);
  padding: 30px;
  background: #f8f8f8;
}
.contact-page .contact-2 .right {
  width: 100%;margin-left:0%;
  padding-left: 15px;padding-top:30px;
}
.contact-page .contact-2 .right h3.title {
  position: relative;
  padding-bottom: 15px;
  color:#333;
}
.contact-page .contact-2 .right h4.title {
  position: relative;
  padding: 15px 0px;
  color:#b51e15; font-size:20px;font-weight:700;
}
.contact-page .contact-2 .right h3.title:after {
  position: absolute;
  height: 4px;
  width: 18%;
  background: #e72627 none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: 0;
}
.contact-page .contact-2 .right h3.title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20%;
  height: 4px;
  width: 20px;
  background: #ddd none repeat scroll 0 0;
}
.contact-page .contact-2 .right ul {
  padding-top: 0px;
  margin: -10px;
}
.contact-page .contact-2 .right ul li {
  padding: 10px; border:0px solid #F60;
}
.contact-page .contact-2 .right ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .right ul li h6 {
  font-size: 16px;
  margin-bottom:0px;
  margin-top:0px;
  text-transform: capitalize;
  color: #666;
}
.contact-page .contact-2 .right ul li h5 {
  font-size: 20px;
  font-weight: bold;
  line-height:20px;
  color:#333;
  text-transform: none;
  letter-spacing: 1px;margin-top:10px;
}
.x_contact{
  font-size:16px;
  text-transform: none;
   margin-top:40px;
}
.x_contact li{
width:32.3%; float:left; background-color:#f8f8f8;
padding:0px; margin:0 1% 1% 0;
}
.x_contact li h3{
color:#b51e15; font-weight:700;
font-size:20px; padding:20px 20px 0px;
}
.x_contact li p{
font-weight:400;
font-size:14px; line-height:24px;padding:10px 20px 20px;
}
.product-page {
  padding: 70px 0;
}
.product-page .product-list ul {
  margin: -10px;
}
.product-page .product-list ul li {
  padding: 10px;
}
.product-page .product-list ul li .box {
  display: block;
  border: 1px solid #ddd;
}
.product-page .product-list ul li .box a.img-box {
  display: block;
  -webkit-box-reflect: below 0 -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 25%);
  margin-bottom: 40px;
}
.product-page .product-list ul li .box a.img-box img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.product-page .product-list ul li .box .content {
  display: block;
  padding:10px 30px 0px 30px;
  text-align:left;
}
.product-page .product-list ul li .box .content h3 {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
  font-size:20px;
  color:#b51e15;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 1.6;
}
.product-page .product-list ul li .box .content h3:hover {
  color: #b51d15;
}
.product-page .product-list ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
}
.product-page .product-list ul li .box .content p {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 20px;
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-page .product-list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #b51d15;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #b51d15;
  margin-top: 10px;
}
.product-page .product-list ul li .box .content a.more i {
  margin-left: 5px;
}
.product-page .product-list ul li .box .content a.more:hover {
  color: white;
  background: #b51d15;
}
.prodet-page {
  padding: 70px 0;
}
.prodet-page .product-box .prodet-1 .left {
  width: 58%;
}
.prodet-page .product-box .prodet-1 .left a {
  display: block;
  border: 1px solid #ddd;
  text-align: center;
}
.prodet-page .product-box .prodet-1 .left a img {
  width: auto;
  margin: 0 auto;
  display: block;
}
.prodet-page .product-box .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
  padding-left: 15px;
  width: 40%;
  float:right;
}
.prodet-page .product-box .prodet-1 .right h1{
  color: #333;
}
.prodet-page .product-box .prodet-1 .right h3.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-1 .right .share {
  padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.prodet-page .product-box .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
  width: auto;
  color: #fff;
  margin: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
  color: #b51d15;
}
.prodet-page .product-box .prodet-1 .right a.tel {
  font-size: 18px;
  color: #444;
  display: block;
  margin-top:16px;
}
.prodet-page .product-box .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 42px;
  height: 42px;
  background: #b51d15;
  color: white;
  padding: 0 35px;
  font-size: 16px;
  margin-top:30px;
}
.prodet-page .product-box .prodet-2 {
  padding: 30px 0;
}
.prodet-page .product-box .prodet-2 .options ul {
  background: #333;
}
.prodet-page .product-box .prodet-2 .options ul li {
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: white;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
  color: white;
  background: #b51d15;
}
.prodet-page .product-box .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret p {
  padding: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table {
  margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
  border: 1px solid #333;
  font-size: 14px;
}
.prodet-page .product-box .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
  background: #333;
}
.prodet-page .product-box .prodet-3 h3.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-3 ul {
  margin: -10px;
}
.prodet-page .product-box .prodet-3 ul li {
  padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
  display: block;
  border: 1px solid #333;
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
  display: block;
  text-align: center;
  -webkit-box-reflect: below 0 -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 25%);
  margin-bottom: 40px;
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
  color: #b51d15;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #b51d15;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #aaa;
  line-height: 20px;
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #b51d15;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #b51d15;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
  margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
  color: white;
  background: #b51d15;
}
.gallery-page {
  padding: 70px 0;
}
.gallery-page .gallery-list ul {
  margin: -15px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
  background: #111;
}
.gallery-page .gallery-list ul li .box a.img-box {
  /*margin-bottom: 10px;*/
  display: block;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: white;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: #b51d15;
  color: white;
}
.prodet-page .prodet-news-1 {
  background: #373737;
}
.prodet-page .prodet-news-1 .right {
  width: 25%;
  padding: 0 3%;
  vertical-align: middle;
}
.prodet-page .prodet-news-1 .left {
  width: 75%;
  border-right: 1px solid #484848;
  position: relative;
  vertical-align: middle;
}
.prodet-page .prodet-news-1 .left span {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 14px;
  color: #e0e0e0;
}
.prodet-page .prodet-news-1 .left span img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-news-1 .right ul {
  margin: -15px;
  text-align: center;
}
.prodet-page .prodet-news-1 .right ul li {
  padding: 15px;
}
.prodet-page .prodet-news-1 .right ul li img {
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #2b2b2b;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-news-1 .right ul li img:hover,
.prodet-page .prodet-news-1 .right ul .slick-current li img {
  border-color: #b51d15;
}
.prodet-page .prodet-news-1 .right .slick-arrow {
  display: block;
  border: none;
  background: none;
  font-size: 0;
  color: transparent;
  margin: 0 auto;
}
.prodet-page .prodet-news-1 .right .slick-arrow:after {
  content: '';
  color: #cdcdcd;
  font-family: "FontAwesome";
  font-size: 18px;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-news-1 .right .slick-arrow.slick-prev:after {
  content: "\f0d8";
}
.prodet-page .prodet-news-1 .right .slick-arrow.slick-next:after {
  content: "\f0d7";
}
.prodet-page .prodet-news-2 {
  padding-top: 40px;
  border-bottom:1px dotted #ddd;
}
.prodet-page .prodet-news-2 h1 {
  font-size: 40px;
  color: #333;
  line-height: 1;
}
.prodet-page .prodet-news-2 h1:before {
  content: '';
  width: 90px;
  height: 5px;
  display: block;
  background: #b51d15;
  margin-bottom: 20px;
}
.prodet-page .prodet-news-2 .content {
  margin: 30px 0 45px;
  font-size: 14px;
    color: #FFFFFF;
  line-height: 2;
}
.prodet-page .prodet-news-2 .content p{
margin-bottom:16px;
}
.prodet-page .prodet-news-2 .content2 {
  font-size: 21px;
  color: #d3d3d3;
}
.prodet-page .prodet-news-2 .content hr {
  border: none;
  height: 1px;
  width: 100%;
  display: block;
  background: #6a6a6a;
  margin: 35px 0;
}
.prodet-page .prodet-news-2 .content table {
  border: none;
}
.prodet-page h2.title {
  font-size: 32px;
  color: #ededed;
  margin-bottom: 20px;
  line-height: 1;
}
.prodet-page .prodet-news-2 a.more {
  display: inline-block;
  line-height: 70px;
  height: 70px;
  padding: 0 35px;
  color: white;
  text-transform: uppercase;
  background: #b51d15;
  font-size: 33px;
  margin-right: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-news-2 a.more.form {
  background: white;
  color: #b51d15;
}
.prodet-page .prodet-news-2 a.more:hover {
  background: black;
  color: white;
}
.prodet-page .prodet-news-2 .share {
  margin-top: 25px;
}
.prodet-page .prodet-news-2 .share ul li {
  width: auto;
  font-size: 18px;
  margin-right: 20px;
  color: #c7c7c7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-news-2 .share ul li:hover {
  color: #b51d15;
}
.prodet-page .prodet-news-3 {
  padding-top: 60px;
}
.prodet-page .prodet-news-3 h2{
color:#333;
}
.prodet-page .prodet-news-3 .list {
  margin-top: 20px;
  background: #fff;
  padding: 20px 0 30px;
}
.prodet-page .prodet-news-3 .list ul li {
  padding: 10px;
  text-align: center;
}
.prodet-page .prodet-news-3 .list ul li h4 {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  line-height: 1;
}
.prodet-page .prodet-news-3 .list ul li h4 small {
  display: block;
  font-size: 14px;
  font-family: "Arial";
  line-height: 1;
  margin-top: 8px;
}
.prodet-page .prodet-news-3 .list .slick-arrow {
  display: block;
  border: none;
  background: none;
  font-size: 0;
  color: transparent;
  margin: 0 auto;
  position: absolute;
  top: 38%;
  z-index: 1;
}
.prodet-page .prodet-news-3 .list .slick-arrow:after {
  content: '';
  color: #cdcdcd;
  font-family: "FontAwesome";
  font-size: 22px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.cloudzoom-blank,
.cloudzoom-zoom-inside {
  z-index: 2;
  background: black;
  cursor: crosshair;
}
.prodet-page .prodet-news-3 .list .slick-arrow.slick-prev {
  left: 0;
}
.prodet-page .prodet-news-3 .list .slick-arrow.slick-next {
  right: 0;
}
.prodet-page .prodet-news-3 .list .slick-arrow.slick-prev:after {
  content: "\f0d9";
}
.prodet-page .prodet-news-3 .list .slick-arrow.slick-next:after {
  content: "\f0da";
}
.prodet-page .prodet-news-3 .list .slick-arrow:hover:after {
  color: #b51d15;
}
.organization-page {
    padding: 80px 0;
    text-align: center;
    border-top: 80px solid #2b2b2b;
    border-bottom: 80px solid #2b2b2b;
    background: url('../images/organization-bg.jpg') center center;
    color: white;
}
.organization-page .logo {
    display: block;
}
.organization-page h2 {
    font-size: 42px;
    line-height: 1;
    margin: 20px 0 10px;
}
.organization-page .text {
    font-size: 24px;
    line-height: 1.4;
    color: white;
}
.organization-page .text p {
  font-size: inherit;
}
.organization-page .content {
    margin-top: 40px;
}
.organization-page .content img {
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  .inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 15px;
  }
  .prodet-page .product-box .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .product-box .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
    font-size: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
    font-size: 1.2rem;
    margin: 15px 0;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
    padding: 6px 25px;
  }
  .product-page .product-list ul li {
    width: 50% !important;
  }
  .inner-banner h3 {
    font-size: 34px;
    line-height: 34px;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
  .inner-page h3.title {
    font-size: 28px;
    line-height: 28px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
    padding: 12px;
  }
  .faq-page .faq-2 .right .box2 {
    padding: 20px 10px;
  }
  .faq-page .faq-2 .right .box2 h3.title {
    margin-bottom: 20px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 8px 15px;
  }
  .about-page .about-1 .right h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .about-page .about-1 .right .text ul {
    margin: 10px 0;
  }
  .about-page .about-1 .right .text ul li {
    font-size: 14px;
    margin: 3px 0;
  }
  .inner-page i.small-tit {
    font-size: 16px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page h3.title {
    font-size: 24px;
    line-height: 26px;
  }
  .about-page .about-1 .right h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .gallery-page,
  .faq-page .faq-1,
  .faq-page .faq-2,
  .prodet-page,
  .product-page,
  .news-page,
  .newdet-page,
  .service-page,
  .contact-page,
  .about-page .about-4 {
    padding: 40px 0;
  }
  .contact-page .contact-2 {
    padding-bottom: 40px;
  }
  .about-page .about-2 .right .content li {
    font-size: 13px;
    padding: 2px 10px;
  }
  .about-page .about-3 a.more {
    padding: 6px 25px;
  }
  .about-page .about-4 .top .right a.more {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
  }
  .about-page .about-4 .bottom ul li {
    padding: 10px;
  }
  .about-page .about-4 .bottom ul {
    margin: -10px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 16px;
    padding: 5px;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .faq-page .faq-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .faq-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 16px;
  }
  .inner-page .m-page {
    text-align: center;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 35px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    -moz-box-shadow: 0 2px 5px 0 #d8dde6;
    -o-box-shadow: 0 2px 5px 0 #d8dde6;
    box-shadow: 0 2px 5px 0 #d8dde6;
  }
  .inner-page h3.title {
    font-size: 20px !important;
    line-height: 24px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 14px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 120px;
  }
  .inner-banner h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .product-page .product-list ul li {
    width: 33.333% !important;
  }
  .news-page .news-list ul li .box .content time,
  .newdet-page .news-content time {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 20px;
    top: -25px;
  }
  .newdet-page .news-content time {
    top: 0;
    margin-top: -25px;
  }
  .news-page .news-list ul li .box .content a.more {
    font-size: 14px;
    padding: 2px 0 2px 15px;
  }
  .contact-page .contact-2 .right ul li p {
    font-size: 13px;
  }
  .contact-page .contact-2 .right ul li h6 {
    margin-bottom: 3px;
  }
  .about-page .about-4 .bottom {
    padding-top: 30px;
  }
}
@media screen and (max-width: 700px) {

  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .inner-page .form ul li {
    width: 100% !important;
  }
  .product-page .product-list ul li {
    width: 50% !important;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 14px;
  }
  .about-page .about-1 .left,
  .about-page .about-2 .left,
  .about-page .about-4 .top .left {
    padding-right: 0;
    width: 100%;
  }
  .about-page .about-1 .right,
  .about-page .about-2 .right,
  .about-page .about-4 .top .right {
    width: 100%;
    padding-top: 0px;
    padding-left: 0;
  }
  .about-page .about-4 .top .right {
    text-align: left;
    padding-top: 20px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 14px;
  }
  #footer .footer-top .right ul li:nth-child(1),
  #footer .footer-top .right ul li:nth-child(2) {
    display: none;
  }
  .prodet-page .prodet-news-2 h1 {
    font-size: 24px;
  }
  .prodet-page .prodet-news-2 .content2 {
    font-size: 14px;
  }
  .prodet-page h2.title {
    font-size: 24px;
  }
  .prodet-page .prodet-news-2 a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .about-page .about-1 .right .text ul li {
    font-size: 12px;
  }
  .faq-page .faq-2 .left ul li h4 {
    padding: 8px;
  }
  .product-page .product-list ul li {
    width: 100% !important;
  }
  .prodet-page .product-box .prodet-2 .options ul li {
    font-size: 13px;
    padding: 0 10px;
  }
  .inner-page p,
  .inner-page {
    font-size: 17px;
    line-height: 1.8;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .contact-page .contact-2 .left .form {
    padding: 10px;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .button-group {
    padding: 5px !important;
    bottom: 0 !important;
    right: 15px !important;
  }
  .inner-banner {
    height: 240px;
    padding-top: 80px;
  }
}
.layui-layer-dialog .layui-layer-content {
  color: black;
}
.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -2.5em 0 0 -2.5em;
  width:5em;
  height:5em;
  transform: rotate(165deg);
  display: none;
}
.loader:before, .loader:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  transform: translate(-50%, -50%);
}
.loader:before {
  animation: before 2s infinite;
}
.loader:after {
  animation: after 2s infinite;
}

@keyframes before {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
  }
  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
  }
  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}
@keyframes after {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
  }
  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
  }
  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}
.x_weizhi{
width:100%;
padding:0px 0px 20px 0px;
font-size:16px;
}</pre></body></html>