/*reset*/ :focus {
  outline: 0;
}

@font-face {
  font-family: 'iconfont';
  src: url('iconfont.woff2?t=1762148074241') format('woff2'),
       url('iconfont.woff?t=1762148074241') format('woff'),
       url('iconfont.ttf?t=1762148074241') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, ul, img, p, input, dl, dd, tr, th, td {
  margin: 0;
  padding: 0;
}
em {
  font-style: normal;
}
img {
  border: none;
  max-width: 100%;
}
/*li,ul,ol{list-style:none;}*/
a {
  text-decoration: none;
  color: #4d4d4d;
}
input {
  padding: 0px;
  vertical-align: middle;
  line-height: normal;
  border: none;
}
body {
  overflow-x: hidden;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
a:focus {
  outline: none;
}
/*share*/
body {
  font-size: 14px;
  font-family: 'poppins', arial, sans-serif;
  color: #4d4d4d;
  background: #fff;
}
.bold {
  font-weight: bold;
}
.fontRed {
  color: red;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
b, strong {
  font-family: 'poppins_bold';
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .row {
    margin: 0;
  }
}
*:link, *:visited, *:hover, *:active, *:focus {
  transition: color .30s linear, background-color .30s linear, border-color .30s linear, opacity .30s linear, background-image .30s linear;
  -webkit-transition: color .30s linear, background-color .30s linear, border-color .30s linear, opacity .30s linear, background-image .30s linear;
}

ul li{ list-style-position: inside;}

@font-face {
  font-family: 'poppins';
  src: url(../font/poppins.eot);
  src: url(../font/poppins.eot) format('embedded-opentype'), url(../font/poppins.svg) format('svg'), url(../font/poppins.woff) format('woff'), url(../font/poppins.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppins_bold';
  src: url(../font/poppins_bold.eot);
  src: url(../font/poppins_bold.eot) format('embedded-opentype'), url(../font/poppins_bold.svg) format('svg'), url(../font/poppins_bold.woff) format('woff'), url(../font/poppins_bold.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppins_bold';
  src: url(../font/poppins_bold.eot);
  src: url(../font/poppins_bold.eot) format('embedded-opentype'), url(../font/poppins_bold.svg) format('svg'), url(../font/poppins_bold.woff) format('woff'), url(../font/poppins_bold.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*index*/
.head_top {
  background: none;
  padding: 5px 0;
	border-bottom:1px solid rgba(255,255,255,.25)
}
.head_top .head_con {
  list-style: none;
  float: left;
  padding-top: 5px;
}
.head_top .head_con li {
  display: inline-block;
  margin-right: 20px;
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: left 2px;
}
.head_top .head_con li a {
  color: #fff;
  font-size: 13px;
}
.head_top .head_con li a:hover {
  color: #c30d23;
}
.head_top .head_con li.hcon_p {
color: #fff;
}
.head_top .head_con li.hcon_e {
color: #fff;
}
.head_top .social_icons {
  padding: 0;
  float: right;
}
.head_top .social_icons li {
  margin-bottom: 0;
}
.header {
  position: relative;
  z-index: 99;
  transition: all .5s; 
  padding: 15px 0;
}
#logo {
  display: block;
  vertical-align: middle;
  margin: 0;
  float: left;
  position: relative;
  z-index: 9999999;
  transition: all .5s;
  max-width: 420px;
}
#logo h1 {
  margin: 0;
  padding: 0;
  display: inline-block;
}
#logo a {
  display: inline-block;
  vertical-align: middle;
}
#logo img {
  max-width: 188px; 
  width: 100%;
  height: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
	-webkit-filter: brightness(0) invert(1);  filter: brightness(0) invert(1);
}
.select {
  position: relative;
  float: right;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
   
  transition: all .5s;
  padding: 5px;
  margin-left: 10px;
}
.select dt {
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 9999999;
  color: #fff;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
  line-height: 12px;
}
.select dt:after {
  content: "\e6a6";
  font-family: iconfont;
  padding-left: 5px;
  color: #fff;
}
.select dt:hover, .select dt.cur:after {
  content: "\f106";
}
.select dt img {
  max-width: 22px;
  height: auto;
}
.select dt > p {
  color: #fff;
  display: inline-block;
  padding-left: 5px;
  text-transform: capitalize;
  font-size: 13px;
  line-height: 20px;
}
.select dd {
  position: absolute;
  right: 0;
  top: 38px;
  display: none;
  z-index: 9999999999;
  background: #f5f5f5;
}
.select dd ul {
  padding: 5px;
  width: 120px; /*max-height:250px;*/ overflow: auto;
  list-style: none;
}
.select dd ul li {
  margin-bottom: 0;
}
.select dd ul li a {
  line-height: 24px;
  display: block;
  padding: 10px 5px;
  border-bottom: 1px solid #fff;
  text-align: left;
  color: #333;
  font-size: 12px;
  text-transform: capitalize;
}
.select dd ul li a:hover {
  background: #fafafa;
  color: #c30d23;
}
.select dd ul li p {
  padding-left: 5px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.head_log {
  display: inline-block;
  float: right;
  padding-left: 25px;
  margin-top: 0;
  margin-left: 20px;
}
.head_log  i{
  color: #fff;
}
.head_log a {
  display: inline-block;

  color: #fff;
  text-transform: capitalize;
}
.head_log span:before {
  content: '/';
  margin: 0 5px;
  display: inline-block;
  color: #fff;
}
.head_log a:hover {
  color: #c30d23;
}
/* Top Search*/
.search_box {
  float: right;
  z-index: 99999999;
}
.search i {
  width: 40px;
  height: 40px;
  text-align: center;
  background: url(../image/search.png) no-repeat center center;
  display: inline-block;-webkit-filter: brightness(0) invert(1);  filter: brightness(0) invert(1);
}
.top-search {
  display: block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 80px;
  display: none;
  z-index: 9999999;
  background: #fafafa;
  border-radius: 0px;
  box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.05);
}
.top-search h4 {
  font-size: 20px;
  text-align: center;
  color: #333;
  margin: 15px 0;
  text-transform: uppercase;
  display: block;
  font-family: 'poppins_bold';
}
.top-search .input-group-addon i {
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  right: 10px;
  top: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-search .input-group-addon i:before, .top-search .input-group-addon i:after {
  content: '';
  display: inline-block;
  background: #999;
  width: 20px;
  height: 2px;
  margin: 2px 0;
}
.top-search .input-group-addon i:before {
  transform: rotate(45deg) translate(4px, 0px);
  -webkit-transform: rotate(45deg) translate(4px, 0px);
}
.top-search .input-group-addon i:after {
  transform: rotate(-45deg) translate(4px, 0px);
  -webkit-transform: rotate(-45deg) translate(4px, 0px);
}
.top-search .form-control {
  box-shadow: none;
  border: none;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #808080;
  height: 40px;
  line-height: 40px;
  padding: 0 50px 0 10px;
  text-align: left;
  font-size: 12px;
  border-radius: 0;
  font-family: 'poppins';
}
.top-search input.form-control:focus {
  color: #333;
  font-style: inherit;
}
.top-search .input-group-addon.close-search {
  cursor: pointer;
}
.btn_search1 {
  background: #c30d23 url(../image/search_w.png) no-repeat center center;
  top: 0;
  height: 40px;
  position: absolute;
  right: 0;
  width: 40px;
  z-index: 3;
}
.header_search {
  position: relative;
}
.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #666;
  padding-left: 0;
  padding-right: 0;
}
.top-search .input-group-addon.close-search {
  cursor: pointer;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
.attr-nav {
  float: right;
  margin-top: 7px;
}
.attr-nav ul li {
  list-style: none;
}
.top-search .input-group {
  max-width: 100%;
  margin: 0 auto;
  padding: 15px;
  width: 80%;
}
/* Sizes for the bigger menu */
header {
  width: 100%;
  z-index: 999999;
  padding: 0;
  position: fixed;
}
header.large {  
 background: rgba(0,0,0,.1)
}
header.small { 
  left: 0;
  top: 0;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.05);
  padding: 0;
  background: #fff;
}
header.small .head_top {
display:none
}
.height {
  padding-top: 127px;
}

header.small .search i,header.small #logo img{-webkit-filter: none;  filter: none;}

@media only screen and (max-width: 1300px) {
  #logo img {
    max-width: 210px;
  }
}
@media only screen and (max-width: 992px) {
  header, header.large {
    border: none;
    position: inherit;
    position: relative;
    top: 0;
  }
  header.large .header, .header, header.small .header {
    padding: 10px 0;
    background: #fff;
    z-index: 6;
    position: relative;
  }
  .header .container {
    width: 100%;
  }
  .header .row {
    margin: 0;
  }
  .head_top {
    border-bottom: 1px solid #eee;
    text-align: right;
    padding: 5px 10px;
  }
  .header #logo, header.small #logo, header.large .header.page_header #logo {
    padding: 0;
    margin-right: 10px;
    float: left;
    margin: 0;
    z-index: 9999999;
    position: relative;
  }
  .header #logo img, header.small #logo img {
    max-width: 150px;-webkit-filter: none;  filter: none;
  }
  #logo .text {
    padding-left: 0;
  }
  .height {
    padding: 0;
  }
  .head-right, header.small .head-right {
    width: auto;
    padding-top: 8px;
  }
  .hcon, .language, .h_sns {
    display: none;
  }
  #logo p {
    font-size: 12px;
    font-family: 'poppins_bold';
  }
  #logo p b {
    font-size: 18px;
  }
  header.small .attr-nav, .attr-nav {
    padding-top: 0;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 9999999;
    display: inline-block;
    border-radius: 50%;
  }
  .search_box {
    position: absolute;
    left: 0;
    top: 14px;
    width: 100%;
    z-index: 99999999;
    margin: 0;
    max-width: 100%;
    border: none;
  }
  .top-search h4 {
    display: block;
  }
  .top-search .input-group, header.small .top-search .input-group {
    padding: 25px;
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
  }
  .top-search, header.small .top-search {
    display: none;
    width: 100%;
    top: 44px;
    max-width: 100%;
    left: 0;
    border-radius: 0;
    z-index: 9999999;
    background: #fafafa;
    border-top: 1px solid #ebebeb;
    padding-top: 0;
  }
  .top-search h4, .top-search .input-group-addon.close-search {
    display: block;
  }
  .search i, header.small .search i {
    height: 34px;
    width: 34px;
    background-size: 18px;
    background-color: #f2f2f2;
    border-radius: 50%;
	-webkit-filter: none;  filter: none;  
  }
  .top-search .form-control {
    background: #fff;
    border: 1px solid #e5e5e5;
  }
  .select, header.small .select, header.large .header.page_header .select {
    padding: 0;
    background: none;
    float: left;
    margin-left: 0;
  }
  .select dd {
    top: 27px;
    right: auto;
    left: 0;
  }
  .select dt > p {
    font-size: 12px;
    line-height: 20px;
	  color:#666
  }
  .head_top .head_con, .head_top .social_icons {
    display: none;
  }
  .head_log {
    margin-left: 0;
    margin-top: 0;
  }
  .head_log a {
	  color:#666;
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .top-search h4 {
    font-size: 16px;
    font-family: 'poppins';
  }
}
/*******bootstrap-touch-slider********/
.slide_content {
  position: relative;
  z-index: 555;
	margin-top: -127px
}
/* SVG wrap */
.svg-wrap {
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.bs-slider {
  overflow: hidden;
  position: relative;
}
/*.bs-slider:hover {







    cursor: -moz-grab;







    cursor: -webkit-grab;







}







.bs-slider:active {







    cursor: -moz-grabbing;







    cursor: -webkit-grabbing;







}*/
.bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
  margin: auto;
  width: 100% !important;
}
/********************







*****Slide effect







**********************/
.fade {
  opacity: 1;
}
.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
  top: auto;
  position: relative;
}
.fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
  top: 47%;
  opacity: 0;
  z-index: 100;
  color: #ffffff;
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-shadow: none;
  position: absolute;
  background: transparent;
}
.control-round:hover .carousel-control {
  opacity: 1;
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
  border: 0px transparent;
}
.control-round .carousel-control {
  margin: 0 30px;
  padding: 15px;
  width: 62px;
  height: 62px;
  border-radius: 40px;
  background: rgba(228, 228, 228, 0.95);
  -webkit-transition: width 0.3s, background-color 0.3s;
  transition: width 0.3s, background-color 0.3s;
  transition: all .5s;
}
.carousel-control .icon-wrap {
  position: absolute;
  width: 32px;
  display: inline-block;
}
.carousel-control.left .icon-wrap {
  left: 15px;
}
.carousel-control.right .icon-wrap {
  right: 15px;
}
.carousel-control svg.icon {
  fill: #fff;
}
.carousel-control:hover svg.icon {
  fill: #008b35;
}
.carousel-control h3 {
  position: absolute;
  top: 0;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  line-height: 62px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  color: #008b35;
}
.carousel-control.left h3 {
  right: 20px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.carousel-control.right h3 {
  left: 20px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/*.control-round .carousel-control:hover {







	width: 200px;







	background: #fff;







}*/
.carousel-control:hover h3 {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
  right: 51%;
  bottom: 3%;
  left: auto;
  width: 90%;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: right;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  white-space: nowrap;
  margin-right: -50px;
}
.indicators-line > .carousel-indicators li {
  padding: 0;
  width: 35px;
  height: 7px;
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  margin-right: 5px;
  z-index: 10;
  cursor: pointer;
  background: #fff;
}
.indicators-line > .carousel-indicators li:last-child {
  margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
  margin: 1px 5px 1px 1px;
  background-color: #008b35;
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: 1px solid #00a1e4;
}
.indicators-line > .carousel-indicators .active:before {
  transform: scale(0.5);
  background-color: #fff;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
  text-align: left !important;
}
.slide_style_right {
  text-align: right !important;
}
.slide-text {
  display: none;
  left: 0;
  top: 25%;
  right: 0;
  margin: auto;
  padding: 10px;
  position: absolute;
  text-align: left;
  padding: 43px 60px 34px;
  max-width: 1462px;
}
.slide-text .slide-text-m {
  width: 100%;
  text-align: center
}
.slide-text .slide-text-m > h4 {
  padding: 0;
  color: #ffffff;
  width: 100%;
  font-style: normal;
  display: inline-block;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  font-size: 40px;
  line-height: 40px;
  font-family: 'poppins-semibold';
  text-transform: uppercase;
  margin: 0 0 32px;
  letter-spacing: 1px;
}
.slide-text .slide-text-m > h4 a {
  display: inline-block;
  color: #ffffff;
  position: relative;
  padding: 0 8px 9px;
  z-index: 99
}
.slide-text .slide-text-m > h4 a:after {
  background: rgba(0, 0, 0, 0.07);
  content: '';
  display: block;
  position: absolute;
  bottom: 7px;
  left: 0;
  height: 23px;
  width: 100%;
  z-index: -1
}
.bg0 {
  background: none !important;
}
.slide-text .slide-text-m > p {
  padding: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  overflow: hidden;
  max-height: 56px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  margin: 0 auto 38px;
  width: 100%;
  max-width: 845px;
}
.slide-text .slide-text-m > a.btn-default {
  margin-top: 15px;
  text-transform: uppercase;
  background: #00a1e4;
  color: #ffffff;
  border-radius: 0px;
  font-family: 'poppins-semibold';
  font-size: 15px;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  line-height: 60px;
  text-align: center;
  padding: 0px 40px;
  border-radius: 5px;
}
.slide-text .slide-text-m > a:hover, .slide-text .slide-text-m > a:active {
  background: #fbd232;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
/*------------------------------------------------------*/
/* RESPONSIVE







/*------------------------------------------------------*/
@media (max-width: 1310px) {
  .slide-text .slide-text-m > h4 {
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 19px;
  }
  .slide-text {
    top: 10%;
  }
}
@media (max-width: 992px) { 
	.slide_content{ margin-top:0}
}


@media (max-width: 903px) {
  .slide-text .slide-text-m > a.btn-default {
    margin-top: 9px;
  }
  .slide-text .slide-text-m > p {
    max-width: 100%;
    margin-bottom: 15px
  }
}
/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
  .slide-text .slide-text-m > h4 {
    font-size: 28px;
    line-height: 44px
  }
  .slide-text {
    top: 0%;
  }
  .slide-text .slide-text-m > a.btn-default {
    display: none
  }
  .control-round .carousel-control {
    width: 42px;
    height: 42px;
    padding: 6px;
    top: 40%
  }
  .carousel-control.left .icon-wrap {
    left: 5px
  }
  .carousel-control.right .icon-wrap {
    right: 5px
  }
  .carousel-control.left h3 {
    display: none
  }
}
@media (max-width: 582px) {
  .slide-text {
    padding: 20px 20px;
  }
  .slide-text .slide-text-m {
    padding: 20px 0 20px;
  }
  .slide-text .slide-text-m > p {
    font-size: 16px;
    line-height: 20px;
  }
  .slide-text .slide-text-m > a.btn-default {
    display: none
  }
}
@media (max-width: 430px) {
  .slide-text .slide-text-m > a.btn-default, .slide-text .slide-text-m > a.btn-primary {
    display: none;
  }
  .slide-text .slide-text-m > p {
    display: none
  }
  .control-round .carousel-control.left, .control-round .carousel-control.right {
    display: none
  }
  .slide-text .slide-text-m > h4 {
    font-size: 16px;
    line-height: 26px
  }
  .slide-text .slide-text-m > a.btn-default, .slide-text .slide-text-m > a.btn-primary {
    font-size: 10px;
    line-height: 10px;
    margin-right: 10px;
    text-align: center;
    padding: 10px 15px;
  }
  .indicators-line > .carousel-indicators {
    right: 45%;
  }
}
.main_title {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  padding-top: 20px;
  z-index: 5;
}
.main_title h6 {
  display: block;
  color: #333333;
  text-transform: uppercase; 
  font-size: 24px;
  position: relative;
  line-height: 38px;
  margin-bottom: 15px;
  font-family: 'poppins';
}
.s_title {
  font-size: 20px;
}
.main_title .line {
  width: 42px;
  height: 4px;
  background: #b00a1e;
  display: inline-block;
}
.main_title .title_bg {
  display: block;
  color: #333333;
  font-size: 120px;
  font-family: 'poppins_bold';
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  top: 0;
  text-align: center;
  line-height: 100px;
  filter: alpha(opacity=5);
  -moz-opacity: 0.05;
  opacity: 0.05;
  z-index: -1;
  display: none
}
.main_title .text {
  color: #999999;
  font-size: 12px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  margin: auto;
  margin-top: 20px;
  max-width: 60%;
}
.main_more {
  border-radius: 2px;
  border: 2px solid #c30d23;
  display: inline-block;
  margin-top: 30px;
  background: transparent;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.main_more:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #b00a1e;
  display: block;
  transform: scaleX(0);
  transition: all 0.5s ease 0s;
  transform-origin: 0 0 0;
  z-index: -1;
}
.main_more:hover:before {
  transform: scaleX(1);
  visibility: visible;
}
.main_more a, .main_more input, .main_more button {
  font-family: 'poppins_bold';
  font-size: 12px;
  color: #b00a1e;
  display: inline-block;
  padding: 12px 20px;
  padding-left: 40px;
  line-height: 18px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  border: none;
  background: url(../image/icon_plus.png) no-repeat 20px 18px;
  transition: all .5s;
}
.main_more a:hover, .main_more input:hover, .main_more button:hover {
  text-decoration: none;
  color: #fff;
  background-image: url(../image/icon_plus_w.png);
}
@media only screen and (max-width: 992px) {
  .main_title .title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .main_title {
    margin-bottom: 30px;
    padding-top: 10px;
  }
  .main_title h6 {
    font-size: 28px;
    line-height: 32px;
    padding: 0 40px;
  }
  .main_title .title_bg {
    font-size: 100px;
    line-height: 80px;
  }
  .main_title .text {
    max-width: 100%;
    margin-top: 10px;
    line-height: 20px;
    max-height: 40px;
    font-size: 12px;
  }
  .main_more {
    margin-top: 20px;
  }
  .main_title .line {
    height: 2px;
  }
}
@media only screen and (max-width: 480px) {
  .main_title .text {
    font-size: 12px;
  }
  .main_more a, .main_more input, .main_more button {
    font-family: 'poppins';
    padding: 8px 18px;
    padding-left: 30px;
    background-position: 15px 12px;
  }
}
/*******Slider********/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus, .slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* Dots */
.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
  z-index: 999;
  left: 0;
  margin-top: 34px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 5px;
  width: 52px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 5px;
  width: 52px;
  outline: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  outline: none;
  background: #eeeeee;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: #0db26d;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus, .slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
  z-index: 999;
  display: none !important;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 5px;
  width: 40px;
  border-radius: 0;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
  transition: all .5s;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 5px;
  width: 40px;
  border-radius: 0;
  outline: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  outline: none;
  background: #ddd;
  padding: 0;
  transition: all .5s;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  width: 50px;
  height: 5px;
}
.slick-dots li.slick-active button {
  background: #c30d23;
  width: 50px;
  height: 5px;
}
.slick-prev, .slick-next {
  width: 36px;
  height: 60px;
  position: absolute;
  top: 34%;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
  -webkit-transition: all var(--transition-time, 800ms);
  -o-transition: all var(--transition-time, 800ms);
  transition: all var(--transition-time, 800ms);
}
.slick-prev {
  left: -20px;
  background-image: url(../image/prev.png);
}
.slick-next {
  right: -20px;
  background-image: url(../image/next.png);
}
.slick-prev:hover, .slick-next:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background-color: #c30d23;
}
@media only screen and (max-width: 1280px) {
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
}
@media only screen and (max-width: 768px) {
  .slick-prev, .slick-next {
    width: 24px;
    height: 40px;
    margin-top: -20px;
  }
}
/*******features-tab********/
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(https://id.everexceed.com/template/css/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.indicator-style.owl-theme .owl-controls .owl-buttons div {
  background: inherit;
  width: 30px;
  height: 60px;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -30px;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div i {
  line-height: 60px;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -40px;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -40px;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  color: #c30d23;
}
@media only screen and (max-width: 1300px) {
  .indicator-style.owl-theme .owl-controls .owl-buttons div {
    background: #000;
    color: #fff;
    font-size: 12px;
  }
  .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -10px;
  }
  .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -10px;
  }
  .indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
    background: #c30d23;
    color: #fff;
  }
}
.offer_content {
  padding-top: 30px;
  padding-bottom: 20px;
  background: url(../image/cat_bg.jpg) no-repeat left bottom;
}
.offer_content .list {
  list-style: none;
}
.offer_content .list li {
  padding: 10px;
}
.offer_content .list li .column {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.offer_content .list li .column:after {
  content: '';
  width: 100%;
  height: 4px;
  display: block;
  background: #b00a1e;
  position: absolute;
  left: 0;
  bottom: -1px;
  transform: scaleY(0);
  transition: all 0.5s ease 0s;
  transform-origin: 0 0 0;
  z-index: 3;
}
.offer_content .list li:hover .column:after {
  transform: scaleY(1);
  visibility: visible;
}
.offer_content .list li .column > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}
.offer_content .list li .column img {
  max-width: 100%;
  height: auto;
  width: 100%;
  border-radius: 10px;
}
.offer_content .list li .column .ovrly {
  background: #fafafa;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  transition: all .5s;
  position: absolute;
  left: 0;
  top: 0;
}
.offer_content .list li:hover .column .ovrly {
  background: #000;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.offer_content .list li .column .wrap {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all .5s;
  padding: 0 20px;
  z-index: 3;
  width: 100%;
}
.offer_content .list li:hover .column .wrap {
  top: 45%;
}
.offer_content .list li .column .wrap .icon {
  width: 120px;
  height: 90px;
  display: inline-block;
  margin-bottom: 20px;
  transition: all .5s;
}
.offer_content .list li:hover .column .wrap .icon {
  background-position: 0 -90px;
}
.offer_content .list li .column h4 {
  margin: 0;
  margin-bottom: 20px;
  transition: all .5s;
  font-size: 18px;
  font-family: 'poppins_bold';
  text-transform: uppercase;
}
.offer_content .list li:hover .column h4 {
  color: #fff;
}
.offer_content .list li .column .text {
  font-size: 12px;
  line-height: 24px;
  overflow: hidden;
  height: 48px;
  color: #808080;
  transition: all .5s;
}
.offer_content .list li:hover .column .text {
  color: #fff;
}
.offer_content .list li .column .link {
  width: 44px;
  height: 23px;
  background: url(../image/icon_more.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -22px;
  bottom: -50px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all .5s;
  z-index: 3;
}
.offer_content .list li:hover .column .link {
  bottom: 2px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media only screen and (max-width: 1300px) {
  .offer_content .list li {
    padding: 5px;
  }
  .offer_content .list li .column .wrap .icon {
    margin-bottom: 10px;
  }
  .offer_content .list li .column h4 {
    margin-bottom: 10px;
  }
  .offer_content .list li .column .text {
    line-height: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .offer_content {
    padding-bottom: 50px;
  }
  .offer_content .list li .column .wrap .icon {
    width: 60px;
    height: 45px;
    background-size: 60px
  }
  .offer_content .list li:hover .column .wrap .icon {
    background-position: 0 -45px;
  }
  .offer_content .list li .column h4 {
    font-size: 14px;
    font-family: 'poppins_bold';
  }
}
@media only screen and (max-width: 768px) {
  .offer_content .list li .column .wrap {
    padding: 0 20px;
  }
  .offer_content .list li .column h4 {
    font-size: 12px;
  }
  .offer_content .list li .column .text {
    display: none;
  }
}
.pro_content {
  padding-top: 30px;
  padding-bottom: 50px;
  background: #f5f5f5;
}
.pro_content .slider {
  padding-bottom: 30px;
}
.pro_content .slider .li {
  padding: 0;
}
.pro_content .slider .li .main .title {
  margin-top: 0;
  margin-bottom: 10px;
}
.pro_content .slider .li .main .title a {
  color: #4d4c4c;
  font-size: 26px;
  font-family: 'poppins_bold';
  line-height: 40px;
  display: block;
}
.pro_content .slider .li .main .text {
  color: #989898;
  font-size: 14px;
  line-height: 26px;
  max-height: 130px;
  overflow: hidden;
}
.pro_content .slider .li .main .list {
  list-style: none;
  padding-top: 30px;
}
.pro_content .slider .li .main .list li {
  padding: 0 15px;
  text-align: center;
}
.pro_content .slider .li .main .list li .icon {
  display: inline-block;
}
.pro_content .slider .li .main .list li .icon img {
  max-width: 100%;
  height: auto;
}
.pro_content .slider .li .main .list li em {
  display: block;
  color: #989898;
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
}
.pro_content .slider .li .image {
  padding: 0;
  padding-left: 30px;
  float: right;
}
.pro_content .slider .li .image a {
  display: block;
  overflow: hidden;
}
.pro_content .slider .li .image a img {
  max-width: 100%;
  height: auto;
  transition: all .5s;
}
.pro_content .slider .li:hover .image a img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.pro_content .slick-prev, .pro_content .slick-next {
  display: none !important;
}
.pro_content .slick-dots {
  display: block !important;
}
@media only screen and (max-width: 992px) {
  .pro_content .slider .li .main .list li em {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .pro_content .slider .li .image {
    padding: 0;
    padding-bottom: 20px;
    width: 100%;
    max-width: 60%;
    float: left;
  }
  .pro_content .slider .li .main {
    padding: 0;
    width: 100%;
  }
  .pro_content .slider .li .main .title a {
    font-size: 18px;
    font-family: 'poppins_bold';
    line-height: 24px;
  }
  .pro_content .slider .li .main .text {
    font-size: 12px;
    line-height: 24px;
    max-height: 96px;
  }
  .pro_content .slider .li .main .list li {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .pro_content .slider .li .image {
    max-width: 100%;
  }
  .pro_content .slider .li .main .title a {
    font-size: 16px;
  }
}
.solution_content {
  padding: 50px 20px;
  text-align: center;
}
.solution_content .list {
  list-style: none;
}
.solution_content .list li {
  padding: 0 15px;
  text-align: left;
}
.solution_content .list li .image {
  display: block;
  position: relative;
  overflow: hidden;
}
.solution_content .list li .image > a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}
.solution_content .list li .image img {
  max-width: 100%;
  height: auto;
  width: 100%;
  transition: all .5s;
}
.solution_content .list li:hover .image img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.solution_content .list li .image .bg {
  position: absolute;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: url(../image/shadow_right.png) no-repeat bottom center;
  height: 109px;
  background-size: 100%;
}
.solution_content .list li:nth-child(2n+2) .image .bg {
  background-image: url(../image/shadow_left.png);
}
.solution_content .list li .title {
  margin-bottom: 15px;
}
.solution_content .list li .title a {
  color: #333333;
  font-size: 18px;
  display: block;
  font-family: 'poppins_bold';
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}
.solution_content .list li:hover .title a {
  color: #c30d23;
  text-decoration: none;
}
.solution_content .list li .line {
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #ffae00;
  margin-bottom: 15px;
}
.solution_content .list li .text {
  color: #999999;
  font-size: 12px;
  line-height: 22px;
  overflow: hidden;
  height: 44px;
}
.solution_content .mobile_list {
  display: none;
  padding-bottom: 30px;
}
.solution_content .mobile_list .li {
  padding: 0 10px;
  text-align: left;
}
.solution_content .mobile_list .li .title a {
  font-size: 16px;
  font-family: 'poppins_bold';
  display: block;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
}
.solution_content .mobile_list .li .image {
  display: block;
  overflow: hidden;
}
.solution_content .mobile_list .li .image img {
  max-width: 100%;
  height: auto;
}
.solution_content .mobile_list .li .text {
  color: #999999;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  height: 40px;
}
.solution_content .slick-prev, .solution_content .slick-next {
  display: none !important;
}
.solution_content .slick-dots {
  display: block !important;
}
@media only screen and (max-width: 1300px) {
  .solution_content .list li {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 992px) {
  .solution_content .list li {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .solution_content {
    padding: 40px 10px;
  }
  .solution_content .mobile_list {
    display: block;
  }
  .solution_content .list {
    display: none;
  }
  .solution_content .main_more {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .solution_content {
    padding: 40px 5px;
  }
  .solution_content .mobile_list {
    padding-bottom: 20px;
  }
  .solution_content .mobile_list .li {
    padding: 0 5px;
  }
  .solution_content .mobile_list .li .title a {
    font-size: 14px;
  }
}
.about_content {
  background: url(../image/about_bg.jpg) no-repeat bottom center;
  background-size: cover;
  overflow: hidden;
}
.about_content .main {
  padding-left: 45px;
}
.about_content .main .title {
  font-size: 18px;
  margin-bottom: 20px;
  font-family: 'poppins_bold';
}
.about_content .main .text {
  color: #808080;
  font-size: 14px;
  line-height: 30px;
  max-width: 75%;
  max-height: 330px;
  overflow: hidden;
}
.about_content .main .text b {
  font-family: 'poppins_bold';
  color: #c30d23;
}
.about_content .main .main_more {
  background-color: #c30d23;
}
.about_content .main .main_more a {
  color: #fff;
  background-image: url(../image/icon_plus_w.png);
}
.about_content .image {
  padding: 0;
}
.about_content .image img {
  max-width: 100%;
  height: auto;
}
.number_box {
  padding-top: 50px;
}
.number_box .numbers__one {
  text-align: center;
  padding: 0 15px;
  float: left;
  width: 20%;
}
.number_box .numbers__one .number__ico {
  position: relative;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.number_box .numbers__one:hover .number__ico {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  transform: rotateY(180deg);
}
.number_box .numbers__one .number__ico img {
  max-width: 100%;
  height: auto;
}
.number_box .numbers__one .numbers__num {
  color: #222222;
  font-size: 44px;
  line-height: 48px;
  font-family: 'poppins_bold';
  display: block;
  margin-bottom: 10px;
}
.number_box .numbers__two .numbers__num:after {
  content: '+';
  color: #222222;
  top: -.5em;
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.number_box .numbers__one .number__desc {
  color: #808080;
  font-size: 13px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .about_content .main .main_title {
    text-align: left;
  }
  .about_content .main .main_title .title_bg {
    left: 40px;
  }
  .about_content .main .main_title h6 {
    color: #c30d23;
  }
  .about_content .main .main_title .line {
    position: absolute;
    left: -50px;
    width: 60px;
    height: 1px;
    background: #c30d23;
    bottom: -20px;
  }
}
@media only screen and (max-width: 1500px) {
  .about_content .main .text {
    max-width: 90%;
  }
}
@media only screen and (max-width: 992px) {
  .number_box .numbers__one .numbers__num {
    font-size: 36px;
    line-height: 40px;
  }
  .about_content .main .text {
    max-height: 240px;
  }
}
@media only screen and (max-width: 768px) {
  .about_content {
    padding: 40px 0;
    padding-top: 10px;
  }
  .about_content .main {
    padding: 0 10px;
    padding-bottom: 30px;
  }
  .about_content .main .text {
    max-height: 90px;
  }
  .number_box {
    padding-top: 30px;
  }
  .number_box .numbers__one .numbers__num {
    font-size: 28px;
  }
  .number_box .numbers__one .number__desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .number_box .numbers__one {
    width: 33%;
    margin-bottom: 10px;
  }
  .about_content .main .title {
    font-size: 16px;
  }
  .about_content .main .text {
    max-width: 100%;
  }
  .number_box {
    display: none;
  }
}
.service_content {
  background: url(../image/adv01.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}
.service_content .list {
  list-style: none;
}
.service_content .list li {
  text-align: center;
  padding: 0 10px;
}
.service_content .list li .icon {
  position: relative;
  max-width: 80px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.service_content .list li:hover .icon {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  transform: rotateY(180deg);
}
.service_content .list li .icon img {
  max-width: 100%;
  height: auto;
}
.service_content .list li .title {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  height: 44px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'poppins_bold';
}
.service_content .list li .text {
  color: #e1e1e1;
  font-size: 12px;
  line-height: 24px;
  overflow: hidden;
  height: 72px;
}
@media only screen and (max-width: 768px) {
  .service_content {
    display: none;
  }
}
.news_content {
  background: url(../image/news_bg.jpg) no-repeat center center;
  padding: 0px 0 80px 0;
}
.news_content h4.title {
  margin-top: 0;
  margin-bottom: 5px;
}
.news_content h4.title a {
  color: #333333;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-family: 'poppins_bold';
  display: block;
  overflow: hidden;
  max-height: 48px;
}
.news_content h4.title a:hover {
  color: #c30d23;
  text-decoration: none;
}
.news_content .text {
  color: #999999;
  font-size: 12px;
  line-height: 24px;
  overflow: hidden;
  height: 48px;
}
.news_content .left {
  padding: 0;
}
.news_content .left .image {
  display: block;
  overflow: hidden;
}
.news_content .left .image img {
  max-width: 100%;
  height: auto;
  width: 100%;
  transition: all .5s;
}
.news_content .left .image:hover img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.news_content .left h4.title {
  margin-bottom: 15px;
  margin-top: 10px;
}
.news_content .left .text {
  margin-top: 10px;
}
.news_content .list {
  padding-left: 50px;
  padding-right: 0;
  list-style: none;
}
.news_content .list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.news_content .list li .right {
  float: left;
  width: 70%;
  padding-left: 20px;
}
.news_content .list li .date {
  height: 60px;
  width: 120px;
  background: #c30d23;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  float: left;
}
.news_content .list li h4.title a {
  height: 24px;
}
@media only screen and (max-width: 992px) {
  .news_content .list li .date {
    height: 50px;
    width: 90px;
    line-height: 50px;
    font-size: 14px;
  }
  .news_content .list li h4.title a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .news_content {
    padding: 40px 0 20px 0;
  }
  .news_content .left {
    display: none;
  }
  .news_content .list {
    padding-left: 0;
  }
  .news_content .list li .date {
    padding-left: 20px;
    background: url(../image/icon_date.png) no-repeat left 2px;
    color: #c30d23;
    font-size: 12px;
    text-transform: capitalize;
    display: inline-block;
    float: none;
    line-height: 18px;
    height: auto;
  }
  .news_content .list li .right {
    width: 100%;
    float: none;
    padding: 0;
    padding-top: 10px;
  }
}
.foot_content {
  position: relative;
  background: url(../image/foot_bg.jpg) no-repeat center center;
  background-size: cover;
}
.foot_top {
  padding-top: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.foot_top .fot_logo {
  display: inline-block;
  margin-bottom: 20px;
}
.foot_top .fot_logo img {
  max-width: 261px; 
  height: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.foot_top .text {
  color: #c8c8c8;
  font-size: 12px;
  line-height: 26px;
  font-style: italic;
  max-width: 80%;
  margin: auto;
}
.social_icons {
  list-style: none;
  padding-top: 20px;
}
.social_icons li {
  margin-right: 12px;
  margin-bottom: 5px;
  display: inline-block;
}
.social_icons li img {
  max-width: 25px;
  height: auto;
}
.footer {
  z-index: 6;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .fot_title {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.footer .fot_title em, .footer .fot_title em a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'poppins_bold';
}
.footer .fot_title em a:hover {
  text-decoration: none;
  color: #b00a1e;
}
.footer ul {
  list-style: none;
}
.icon-minus-sign, .icon-plus-sign {
  width: 14px;
  height: 14px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icon-minus-sign:before, .icon-minus-sign:after, .icon-plus-sign:before, .icon-plus-sign:after {
  content: '';
  display: inline-block;
  background: #999;
  width: 14px;
  height: 2px;
  margin: 2px 0;
}
.icon-plus-sign {
  width: 12px;
  height: 12px;
}
.icon-plus-sign:before, .icon-plus-sign:after {
  width: 12px;
}
.icon-plus-sign:after {
  transform: rotate(90deg) translate(-6px, 0px);
  -webkit-transform: rotate(90deg) translate(-6px, 0px);
}
.icon-minus-sign:before {
  transform: rotate(45deg) translate(4px, 0px);
  -webkit-transform: rotate(45deg) translate(4px, 0px);
}
.icon-minus-sign:after {
  transform: rotate(-45deg) translate(4px, 0px);
  -webkit-transform: rotate(-45deg) translate(4px, 0px);
}
.fot_title .column_icon_toggle {
  display: none;
}
.fot_mes {
  float: left;
  width: 25%;
  padding-right: 1%;
}
.fot_mes .text {
  color: #d1d1d1;
  line-height: 22px;
}
.fot_mes ul {
  list-style: none;
  padding-top: 20px;
}
.fot_mes ul li {
  margin-bottom: 10px;
}
.fot_mes ul li span {
  display: block;
  position: relative;
}
.fot_mes ul li span img {
  display: block;
  position: relative;
  position: absolute;
  right: 0;
  background: #fff;
  padding: 5px;
  top: -9px;
  opacity: .5;
}
.fot_mes ul li span:before {
  content: '*';
  color: red;
  position: absolute;
  right: 5px;
  top: 5px;
}
.fot_mes ul li span:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
.fot_mes ul li span.ms_p:after {
  background-image: url(../image/mes_p.png);
}
.fot_mes ul li span.ms_e:after {
  background-image: url(../image/mes_e.png);
}
.fot_mes ul li span.ms_n:after {
  background-image: url(../image/mes_n.png);
}
.fot_mes ul li span.ms_m:after {
  background-image: url(../image/mes_m.png);
}
.fot_mes ul li span.ms_p:before, .fot_mes ul li span.ms_n:before {
  display: none;
}
.fot_mes ul li input {
  background: transparent;
  height: 40px;
  width: 100%;
  line-height: 40px;
  padding-left: 40px;
  padding-right: 10px;
  font-family: 'poppins';
  font-size: 12px;
  color: #d1d1d1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.fot_mes ul li textarea {
  height: 70px;
  border: none;
  background: transparent;
  width: 100%;
  max-width: 100%;
  max-height: 70px;
  font-family: 'poppins';
  font-size: 12px;
  padding: 10px 10px 10px 40px;
  color: #d1d1d1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.fot_mes ul li input:focus, .send_box ul li textarea:focus {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.fot_mes ul li input:-ms-input-placeholder {
  color: #d1d1d1;
} /* Internet Explorer 10+ */
.fot_mes ul li input::-webkit-input-placeholder {
  color: #d1d1d1;
} /* WebKit browsers */
.fot_mes ul li input::-moz-placeholder {
  color: #d1d1d1;
} /* Mozilla Firefox 4 to 18 */
.fot_mes ul li input:-moz-placeholder {
  color: #d1d1d1;
} /* Mozilla Firefox 19+ */
.fot_mes ul li textarea:-ms-input-placeholder {
  color: #d1d1d1;
} /* Internet Explorer 10+ */
.fot_mes ul li textarea::-webkit-input-placeholder {
  color: #d1d1d1;
} /* WebKit browsers */
.fot_mes ul li textarea::-moz-placeholder {
  color: #d1d1d1;
} /* Mozilla Firefox 4 to 18 */
.fot_mes ul li textarea:-moz-placeholder {
  color: #d1d1d1;
} /* Mozilla Firefox 19+ */
.fot_mes .main_more {
  margin-top: 0;
  background: #b00a1e;
  border-color: #b00a1e;
}
.fot_mes .main_more input {
  color: #fff;
  padding-left: 20px;
  padding-right: 40px;
  background-image: url(../image/icon_send.png);
  background-position: 88% 13px;
}
.fot_tag {
  float: left;
  width: 40%;
}
.fot_tag li {
  /*! margin-bottom: 8px; */
  float: left;
  width: 49%;
  line-height: 1.75;
}
.fot_tag li a {
  font-size: 14px;
  color: #d1d1d1;
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-transform: capitalize;
  line-height: 1.75;
}
.fot_tag li a:hover {
  color: #b00a1e;
}
.fot_nav {
  float: left;
  width: 10%;
}
.fot_nav li {
  /*! margin-bottom: 8px; */
}
.fot_nav li a {
  font-size: 12px;
  line-height: 24px;
  text-transform: capitalize;
  color: #d1d1d1;
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: all .5s;
}
.fot_nav li a:hover {
  color: #b00a1e;
}
.fot_con {
  float: left;
  width: 25%;
}
.fot_con .text {
  color: #d1d1d1;
  line-height: 24px;
  margin-bottom: 20px;
}
.fot_con li {
  padding: 0;
  padding-left: 30px;
  margin-bottom: 15px;
  color: #d1d1d1;
  line-height: 24px;
}
.fot_con li a {
  color: #d1d1d1;
  font-size: 12px;
  line-height: 24px;
}
.fot_con li a:hover {
  color: #d1d1d1;
}
.fot_con li.fcon_a {
  background: url(../image/fot_a.png) no-repeat left 12px;
}
.fot_con li.fcon_e {
  background: url(../image/fot_e.png) no-repeat left 4px;
}
.fot_con li.fcon_p {
  background: url(../image/fot_p.png) no-repeat left 3px;
}
.fot_con li.fcon_f {
  background: url(../image/fot_f.png) no-repeat left 2px;
}
.fot_con li.fcon_m {
  background: url(../image/fot_w.png) no-repeat left 2px;
}
.foot_bot {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.copy {
  color: #858585;
  line-height: 20px;
}
.copy a {
  color: #858585;
  font-size: 12px;
  line-height: 20px;
}
.copy a:hover {
  color: #b00a1e;
}
.friendly {
  padding-top: 5px;
}
.friendly p {
  text-transform: capitalize;
  display: inline-block;
  color: #858585;
}
.friendly a {
  display: inline-block;
  color: #858585;
  margin: 0 5px;
  font-size: 12px;
}
.friendly a:hover {
  color: #b00a1e;
}
@media only screen and (max-width: 1230px) {
  .fot_con, .fot_nav, .fot_tag, .fot_mes {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .footer {
    padding: 20px 0;
    margin: 0;
    border: none;
  }
  .footer .fot_tag, .footer .fot_nav, .footer .fot_con, .footer .fot_sub {
    width: 100%;
    padding: 0;
  }
  .footer .fot_title em, .footer .fot_title em a, .fot_letter .fot_sub .fot_title em {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 0;
  }
  .footer .fot_title span {
    display: none;
  }
  .footer .fot_title, .fot_letter .fot_sub .fot_title {
    display: block;
    border-bottom: 1px solid #444;
    padding-bottom: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 15px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
  }
  .footer .fot_title .column_icon_toggle, .fot_letter .fot_sub .fot_title .column_icon_toggle {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 5px;
    font-style: normal;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    color: #808080;
  }
  .footer .toggle_content, .fot_letter .toggle_content {
    padding-bottom: 30px;
    padding-top: 10px;
  }
  .foot_bot {
    margin-top: 0;
    border: none;
    padding-top: 10px;
  }
  .footer .fot_mes {
    display: none;
  }
  .foot_top {
    padding-top: 30px;
    padding-bottom: 30px;
    border: none;
  }
  .foot_bot {
    padding-top: 0;
    border: none;
  }
  .foot_top .text {
    max-width: 100%;
  }
  .foot_top .fot_logo img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .foot_top {
    padding-bottom: 0;
  }
  .foot_top .text {
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
  }
  .fot_tag li, .fot_nav li {
    margin-bottom: 2px;
  }
}
/*back-top*/
.back_top {
  width: 48px;
  height: 48px;
  text-align: center;
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 9999;
  display: none;
  background: #000;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.back_top:before {
  content: "TOP";
  font-family: FontAwesome;
  color: #fff;
  font-size: 12px;
  line-height: 50px;
  font-family: 'poppins_bold';
}
.back_top:hover {
  bottom: 61px;
  text-decoration: none;
  background: #00aa83;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.back_top:link {
  text-decoration: none;
}
.back_top:hover:before {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .back_top {
    right: 0;
    bottom: 120px;
    width: 40px;
    height: 40px;
  }
  .back_top:hover {
    bottom: 120px;
  }
  .back_top:before {
    font-size: 12px;
    line-height: 40px;
    font-family: 'poppins';
  }
}
#online_qq_layer {
  z-index: 9999999;
  position: fixed;
  right: 55px;
  bottom: 20px;
}
#floatShow {
  display: block;
}
#floatHide {
  display: none;
}
#online_qq_tab {
  position: relative;
  z-index: 9;
}
#online_qq_tab #floatShow {
  overflow: hidden;
  background: #c30d23 url(../image/online.png) no-repeat 15px center;
  height: 50px;
  width: 200px;
  float: right;
  line-height: 50px;
  color: #fff;
  padding-left: 50px;
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
  text-transform: uppercase;
  font-family: 'poppins_bold';
  box-shadow: 0 0 13px 0 rgba(151, 151, 151, 0.5);
  -webkit-box-shadow: 0 0 13px 0 rgba(151, 151, 151, 0.5);
  -webkit-transition: all var(--transition-time, 800ms);
  -o-transition: all var(--transition-time, 800ms);
  transition: all var(--transition-time, 800ms);
}
#online_qq_tab #floatShow i {
  height: 40px;
  width: 68px;
  float: right;
  display: inline-block;
}
#online_qq_tab #floatShow:hover {
  margin-right: 0;
}
#online_qq_tab #floatHide {
  overflow: hidden;
  width: 30px;
  height: 30px;
  font-size: 13px;
  float: right;
  color: #808080;
  line-height: 50px;
  text-align: left;
  position: absolute;
  right: 10px;
  top: 10px;
}
#online_qq_tab #floatHide i {
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#online_qq_tab #floatHide i:before, #online_qq_tab #floatHide i:after {
  content: '';
  display: inline-block;
  background: #999;
  width: 20px;
  height: 2px;
  margin: 2px 0;
}
#online_qq_tab #floatHide i:before {
  transform: rotate(45deg) translate(4px, 0px);
  -webkit-transform: rotate(45deg) translate(4px, 0px);
}
#online_qq_tab #floatHide i:after {
  transform: rotate(-45deg) translate(4px, 0px);
  -webkit-transform: rotate(-45deg) translate(4px, 0px);
}
#online_qq_tab #floatShow:hover, #online_qq_tab #floatHide:hover {
  text-decoration: none;
}
#onlineService {
  display: inline;
  width: 300px;
  overflow: hidden;
  display: none;
  background: #fff;
  font-size: 12px;
  box-shadow: 0 0 13px 0 rgba(151, 151, 151, 0.5);
  -webkit-box-shadow: 0 0 13px 0 rgba(151, 151, 151, 0.5);
  border-top: none;
}
#online_qq_layer .inquiry .main_more {
  margin-top: 0;
  background: #b00a1e;
  border-color: #b00a1e;
}
#online_qq_layer .inquiry .main_more input {
  color: #fff;
  padding: 8px 0;
  padding-left: 15px;
  padding-right: 35px;
  background-image: url(../image/icon_send.png);
  background-position: 88% 10px;
}
#onlineService .title {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'poppins_bold';
}
#onlineService .title b {
  color: #c30d23;
  font-weight: normal;
  font-family: 'poppins_bold';
}
#onlineService .text {
  margin-bottom: 10px;
  color: #808080;
  line-height: 24px;
  font-size: 12px;
}
.i_message_inquiry {
  padding: 20px;
  background: url(../image/news_bg.jpg) no-repeat right center;
}
.i_message_inquiry .inquiry .form-control {
  border: 1px solid #efefef;
  background: none;
  line-height: 50px;
  height: 50px;
  color: #808080;
  font-size: 12px;
  width: 100%;
  box-shadow: none;
  padding-left: 40px;
}
.i_message_inquiry .inquiry .form-control:focus {
  color: #333;
  background: #fafafa;
}
.i_message_inquiry .inquiry .input-group {
  background: #fff;
  height: 32px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
}
.i_message_inquiry .inquiry .input-group span {
  display: block;
  position: relative;
}
.i_message_inquiry .inquiry .input-group span:before {
  content: '*';
  color: red;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}
.i_message_inquiry .inquiry .input-group span.ms_n input {
  background-image: url(../image/mes_n_b.png);
  background-position: 8px 15px;
  background-repeat: no-repeat;
}
.i_message_inquiry .inquiry .input-group span.ms_p input {
  background-image: url(../image/mes_p_b.png);
  background-position: 8px 15px;
  background-repeat: no-repeat;
}
.i_message_inquiry .inquiry .input-group span.ms_e input {
  background-image: url(../image/mes_e_b.png);
  background-position: 8px 15px;
  background-repeat: no-repeat;
}
.i_message_inquiry .inquiry .input-group span.ms_m .form-control {
  height: 80px;
  padding-top: 10px;
  line-height: 20px;
  background-image: url(../image/mes_m_b.png);
  background-position: 8px 10px;
  background-repeat: no-repeat;
}
.i_message_inquiry .inquiry .input-group span.ms_p:before, .i_message_inquiry .inquiry .input-group span.ms_n:before {
  display: none;
}
/*service*/


.mobile_nav {
  position: fixed;
  background: #c30d23;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  display: none;
  z-index: 999999;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.4);
  border-radius: 25px 25px 0 0;
}
.mobile_nav a {
  display: inline-block;
  width: 20%;
  padding: 0 10px;
  float: left;
  text-align: center;
  color: #fff;
}
.mobile_nav a i {
  font-size: 16px;
}
.mobile_nav a p {
  color: #fff;
  padding-top: 8px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
}
.mobile_nav a:nth-child(3) {
  float: right;
}
.mobile_nav a:nth-child(4) {
  float: right;
}
@media only screen and (max-width: 992px) {
  #service {
    display: none;
  }
  #onlineService01 {
    width: 150px;
  }
  .onlineMenu .call-top {
    padding: 8px 5px;
  }
  .onlineMenu .call-top p {
    font-size: 16px;
  }
  .onlineMenu ul {
    padding: 10px;
  }
  .onlineMenu .call > p {
    padding-left: 20px;
    font-size: 12px;
  }
  .onlineMenu .call > p a {
    font-size: 12px;
  }
  .onlineMenu .call > p.ser01, .onlineMenu .call > p.ser02, .onlineMenu .call > p.ser03, .onlineMenu .call > p.ser04, .onlineMenu .call > p.ser05 {
    background-size: 12px;
  }
  .back_top {
    width: 36px;
    background-size: 100%;
    height: 36px;
  }
  .back_top:before {
    line-height: 36px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  #online_qq_layer {
    right: 0;
  }
  #onlineService {
    width: 100%;
  }
  #online_qq_layer {
    width: 100%;
    bottom: 0;
  }
  #online_qq_tab {
    width: 100%;
  }
  #online_qq_tab #floatShow {
    background: #c30d23 url(../image/mobile-inq.png) no-repeat center center;
    border-radius: 0;
    margin-right: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -25px;
    box-shadow: 0 0 10px 0 rgba(151, 151, 151, 0.8);
    -webkit-box-shadow: 0 0 10px 0 rgba(151, 151, 151, 0.8);
    border-radius: 50%;
    text-indent: -999999px;
    z-index: 9999999999;
  }
  #online_qq_tab #floatShow i {
    display: none;
  }
  #online_qq_tab #floatShow span {
    display: none;
  }
  .mobile_nav {
    display: block;
  }
  .foot_bot {
    padding-bottom: 60px;
  }
  #onlineService .i_message_inquiry .main-more input {
    padding: 8px 20px;
  }
  .i_message_inquiry {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 375px) {
  .mobile_nav a p {
    text-transform: capitalize;
  }
  #online_qq_tab #floatShow {
    width: 42px;
    height: 42px;
    background-size: 42px;
    bottom: 10px;
    padding: 0;
    margin-left: -21px;
  }
}
/*page*/
.page_banner {
  position: relative;
  z-index: 10;
  text-align: center;
	margin-top:-127px; 
}
.page_banner img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.page_section {
  position: relative;
  z-index: 10;
  padding: 10px 0;
  background-size: cover;
}
.breadcrumb {
  font-size: 12px;
  border-radius: 0; 
  text-align: center;
  margin: 0;
  background: #fafafa;
  width: 100%;
  position: relative;
  margin-bottom: 0;
  z-index: 12;
}
.breadcrumb .main_title {
  text-align: left;
  float: left;
  margin: 0;
  padding: 0;
}
.breadcrumb .main_title .title_bg {
  left: 10px;
  font-size: 80px;
  line-height: 60px;
  display: none
}
.breadcrumb .bread-right {
  padding-top: 20px;
  color: #808080;
  position: relative;
  z-index: 1;
  text-align: right;
  float: right;
  font-size: 12px;
  line-height: 20px;
}
.breadcrumb .bread-right i {
  margin: 0 8px;
  display: inline-block;
  color: #808080;
  font-style: normal;
  vertical-align: middle;
}
.breadcrumb .bread-right a i {
  font-size: 12px;
  color: #c30d23;
  margin: 0 3px;
}
.breadcrumb .bread-right a {
  color: #808080;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
}
.breadcrumb .bread-right a:hover {
  color: #c30d23;
}
.breadcrumb .bread-right h2 {
  margin: 0;
  display: inline-block;
  line-height: 20px;
  padding: 0;
  font-size: 12px;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
  color: #808080;
  vertical-align: middle;
}
.single-page .text {
  font-size: 14px;
  line-height: 24px;
}
.single-page .text img {
  max-width: 100%;
  height: auto;
}
.single-page .text a:hover {
  color: #c30d23;
}
@media only screen and (max-width: 992px) {
	.page_banner { 
	margin-top:0;
}
}
@media only screen and (max-width: 768px) {
  .page_section {
    padding: 40px 0;
  }
  .breadcrumb {
    padding: 10px 0;
  }
  .breadcrumb .main_title {
    text-align: center;
    float: none;
  }
  .breadcrumb .main_title h6 {
    margin: 0;
  }
  .breadcrumb .main_title .title_bg {
    display: none;
  }
  .breadcrumb .bread-right {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
    padding-top: 10px;
  }
  .single-page .text table img {
    max-width: 100%;
  }
}
.page_info_title {
  display: block;
  color: #333333;
  text-transform: uppercase;
  font-size: 34px;
  position: relative;
  line-height: 38px;
  margin-bottom: 15px;
  font-family: 'poppins_bold';
  margin-top: 0;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}
.page_info_title::after {
  content: "";
  height: 4px;
  width: 68px;
  background-color: #c30d23;
  display: block;
  position: absolute;
  left: 8px;
  bottom: -2px;
}
.page_title {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.page_title:before {
  content: '';
  width: 100wh;
  height: 1px;
  display: inline-block;
  position: absolute;
  right: 20%;
  left: 0;
  bottom: 0;
  background: #e5e5e5;
}
.page_title:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  background: #e5e5e5;
  position: absolute;
  right: 20%;
  bottom: -3px;
}
.page_title em {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #333;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 34px;
  font-family: 'BebasNeue';
}
.page_title em i {
  font-size: 24px;
  line-height: 28px;
  color: #0068b7;
  padding-right: 10px;
}
.contact_info {
  position: relative;
  padding: 120px 0;
  z-index: 2;
  background: url(../image/about_bg.jpg) no-repeat center 30%;
  background-size: cover;
}
.contact_info ul {
  list-style: none;
  padding: 0;
}
.contact_info ul li {
  padding: 0 20px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.contact_info ul li .column {
  background: #fff;
  padding: 0 20px 40px 20px;
  box-shadow: 0 5px 27px rgba(0, 0, 0, .09);
  min-height: 252px;
}
.contact_info ul li h6 {
  font-size: 18px;
  font-family: 'poppins_bold';
  color: #333;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 28px;
  position: relative;
  display: block;
}
.contact_info ul li .txt {
  font-size: 12px;
  line-height: 20px;
  color: #999;
  padding: 0;
  width: 100%;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: 'poppins_bold';
}
.contact_info ul li .icon {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 0;
  text-align: center;
  display: inline-block;
  padding: 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  background: #fff;
  top: -20px;
  box-shadow: 0 -3px 7px 0 rgba(51, 51, 51, 0.13);
  line-height: 80px;
}
.contact_info ul li .icon i {
  font-size: 30px;
}
.contact_info ul li:hover .icon {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  transform: rotateY(180deg);
}
.contact_info ul li span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .5s;
}
.contact_info ul li p {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 20px;
}
.contact_info ul li p a:hover {
  color: #c30d23;
}
@media only screen and (max-width: 768px) {
  .page_con {
    padding: 0 0 40px 0;
  }
  .page_con .contact_l {
    margin-bottom: 20px;
  }
  .page_con .contact_l li {
    padding: 0;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    padding: 10px;
  }
  .page_con .contact_l li.con_title {
    padding: 0;
    border: none;
  }
  .page_con .contact_l li.con_title > em {
    font-size: 24px;
  }
  .page_con .contact_l .icon {
    float: left;
    width: 40px;
    height: 46px;
    background-size: 38px;
  }
  .page_con .contact_l li span {
    width: 40px;
    height: 40px;
    background-size: 32px;
  }
  .page_con .contact_l .text {
    text-align: left;
    padding-left: 10px;
    float: left;
    width: 70%;
  }
  .page_con .contact_l li .text {
    min-height: inherit;
  }
  .page_con .contact_l p {
    font-size: 12px;
    line-height: 20px;
  }
  .page_con .contact_l .title {
    margin-bottom: 5px;
  }
  .page_info_title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .page_section .contact_l li .box {
    padding: 15px;
  }
}
.message_info {
  padding: 80px 0;
  background: url(../image/news_bg.jpg) no-repeat left center;
}
.message_wrap {
  padding-right: 60px;
  position: relative;
  z-index: 2;
}
.message_wrap .column {
  position: relative;
  z-index: 2;
  padding: 20px 0;
  padding-left: 0;
}
.message_wrap .column .txt {
  font-size: 12px;
  line-height: 24px;
  color: #808080;
  margin-bottom: 20px;
  margin-top: 20px;
}
.message_wrap .column ul {
  list-style: none;
  position: relative;
  z-index: 5;
  max-width: 80%;
}
.message_wrap .column ul li {
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.message_wrap .column ul li span {
  display: block;
  position: relative;
}
.message_wrap .column ul li span:before {
  content: '*';
  color: red;
  position: absolute;
  right: 5px;
  top: 5px;
}
.message_wrap .column ul li span.ms_p input {
  background-image: url(../image/mes_p_b.png);
  background-position: 8px 15px;
  background-repeat: no-repeat;
}
.message_wrap .column ul li span.ms_e input {
  background-image: url(../image/mes_e_b.png);
  background-position: 8px 16px;
  background-repeat: no-repeat;
}
.message_wrap .column ul li span.ms_n input {
  background-image: url(../image/mes_n_b.png);
  background-position: 8px 16px;
  background-repeat: no-repeat;
}
.message_wrap .column ul li span.ms_m textarea {
  padding-top: 10px;
  line-height: 20px;
  background-image: url(../image/mes_m_b.png);
  background-position: 8px 12px;
  background-repeat: no-repeat;
}
.message_wrap .column ul li span.ms_p:before, .message_wrap .column ul li span.ms_n:before {
  display: none;
}
.message_wrap .column ul li input {
  background: #fff;
  height: 50px;
  width: 100%;
  line-height: 50px;
  padding-left: 40px;
  padding-right: 10px;
  font-family: 'poppins';
  font-size: 12px;
  color: #808080;
  border: 1px solid #e5e5e5;
}
.message_wrap .column ul li textarea {
  height: 150px;
  border: none;
  background: #fff;
  width: 100%;
  max-width: 100%;
  max-height: 150px;
  font-family: 'poppins';
  font-size: 12px;
  padding: 10px 10px 10px 40px;
  color: #808080;
  border: 1px solid #e5e5e5;
}
.message_wrap .column ul li input:focus, .send_box ul li textarea:focus {
  color: #333;
  border-color: #c30d23
}
.message_wrap .column ul li input:-ms-input-placeholder {
  color: #808080;
} /* Internet Explorer 10+ */
.message_wrap .column ul li input::-webkit-input-placeholder {
  color: #808080;
} /* WebKit browsers */
.message_wrap .column ul li input::-moz-placeholder {
  color: #808080;
} /* Mozilla Firefox 4 to 18 */
.message_wrap .column ul li input:-moz-placeholder {
  color: #808080;
} /* Mozilla Firefox 19+ */
.message_wrap .column ul li textarea:-ms-input-placeholder {
  color: #808080;
} /* Internet Explorer 10+ */
.message_wrap .column ul li textarea::-webkit-input-placeholder {
  color: #808080;
} /* WebKit browsers */
.message_wrap .column ul li textarea::-moz-placeholder {
  color: #808080;
} /* Mozilla Firefox 4 to 18 */
.message_wrap .column ul li textarea:-moz-placeholder {
  color: #808080;
} /* Mozilla Firefox 19+ */
.message_wrap .main_more {
  margin-top: 0;
  background: #b00a1e;
  border-color: #b00a1e;
}
.message_wrap .main_more input {
  color: #fff;
  padding: 8px 0;
  padding-left: 15px;
  padding-right: 35px;
  background-image: url(../image/icon_send.png);
  background-position: 88% 10px;
}
.contact_social_icons {
  padding: 50px;
  padding-right: 0;
  position: relative;
  z-index: 1;
}
.contact_social_icons:after {
  content: '';
  height: 100%;
  width: 1000vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  background: #f6f6f6;
}
.contact_social_icons .page_info_title {
  font-size: 20px;
  line-height: 50px;
  left: -10px;
  position: relative;
}
.contact_social_icons .page_info_title i {color: #c30d23; font-size: 18px;}
.contact_social_icons .txt {
  margin-bottom: 20px;
  color: #808080;
  line-height: 24px;
  margin-top: 10px;
}
.contact_social_icons a {
  display: block;
  height: 40px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
  text-align: left;
}
.contact_social_icons .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 86% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0, 86% 100%, 0% 100%);
  background-size: 100%;
  transition: all .5s;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}
.contact_social_icons .icon img {
  max-width: 100%;
  height: auto;
  transition: all .5s;
}
.contact_social_icons a:hover .icon img {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  transform: rotateY(180deg);
}
.contact_social_icons a p {
  display: inline-block;
  vertical-align: middle;
 
  text-transform: capitalize;
  padding-left: 10px;
  text-align: left;
  transition: all .5s;
}
.contact_social_icons a:hover p {
  color: #c30d23;
  padding-left: 15px;
}
.contact_sns a:hover p {
  color: #c30d23;
  padding-left: 15px;
}
.contact_social_icons a.con_sns_f .icon  img{
height: 100%;
}
.contact_social_icons a.con_sns_l .icon {
  background: #007ab6;
}
.contact_social_icons a.con_sns_t .icon {
  background: #0fa0ef;
}
.contact_social_icons a.con_sns_y .icon {
  background: #f22f17;
}
.contact_social_icons a.con_sns_p .icon {
  background: #d61700;
}
.contact_social_icons a.con_sns_i .icon {
  background-image: -moz-linear-gradient(top, #a036b2, #e33166); /* Firefox */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a036b2), color-stop(1, #e33166)); /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a036b2', endColorstr='#e33166', GradientType='0'); /*IE*/
  background: linear-gradient(to bottom, #a036b2, #e33166); /*ie10*/
}
.map {
  padding-right: 0;
}
.map img {
  max-width: 100%;
  height: auto;
}
.map iframe {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 1470px) {
  .contact_social_icons {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1230px) {
  .contact_social_icons .page_info_title {
    line-height: 36px;
  }
}
@media only screen and (max-width: 992px) {
  .contact_info {
    padding: 60px 0;
  }
  .contact_info .container, .message_info .container {
    width: 100%;
    padding: 0;
  }
  .contact_info ul li h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .message_info {
    padding: 40px 20px;
  }
  .message_wrap {
    width: 100%;
    padding: 0;
  }
  .message_wrap .column:before {
    left: 0;
  }
  .message_wrap .column {
    padding: 0;
  }
  .contact_social_icons {
    padding: 50px;
  }
  .contact_social_icons {
    width: 100%;
    margin-top: 30px;
  }
  .contact_social_icons:after {
    width: 100%;
  }
  .message_wrap .column ul {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .contact_info ul li .column {
    padding-bottom: 60px;
    min-height: inherit;
  }
  .contact_social_icons {
    padding: 30px;
  }
  .message_wrap .column:before {
    border-width: 5px;
  }
  .contact_social_icons .page_info_title {
    left: 0;
  }
  .message_wrap .column ul li {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .contact_info ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .message_info {
    padding: 40px 10px;
  }
  .contact_social_icons {
    padding: 30px 20px;
  }
}
/*left*/
.page-left {
  width: 24%;
  float: left;
  margin-top: 0;
}
.left_title {
  display: block;
  position: relative;
  margin-bottom: 10px;
  border-bottom: 2px solid #eee;
  padding-bottom: 14px;
}
.left_title em {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #333;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  font-family: 'poppins_bold';
  /*! padding-left: 30px; */  
}

.left_title em  .iconfont{

  color: #fff; 
  font-size: 20px;
  line-height: 24px;
  font-family: 'poppins_bold';
 
}

.left_title .column_icon_toggle {
  display: none;
}
@media only screen and (min-width: 768px) {
  .left_title::after {
    content: "";
    height: 4px;
    width: 42px;
    background-color: #c30d23;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -2px;
  }
}
.left-cat .left_title > span i.icon:before {
  content: "\f0ca";
  font-family: FontAwesome;
}
.left-cat .left_title:before, .left-cat .left_title:after {
  display: none;
}
ul.mtree {
  opacity: 0;
  margin-left: 0;
}
ul.mtree > li {
  list-style: none;
  position: relative;
  margin-bottom: 1px;
}
ul.mtree > li > a {
  font-size: 14px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-left: 10px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
ul.mtree a {
  display: block;
  font-size: 12px;
  color: #555555;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  -webkit-transition: all 0s;
  transition: all 0s;
  padding: 10px 0;
  line-height: 22px;
  padding-right: 30px;
}
ul.mtree li ul a {
  padding: 6px 10px;
  padding-right: 30px;
}
ul.mtree ul li:last-child a {
  border: none;
}
ul.mtree li.mtree-open > b:before {
  content: "-";
  font-family: FontAwesome;
  padding-left: 5px;
  float: right;
  font-size: 24px;
  color: #c30d23;
  font-style: normal;
  padding: 0 15px;
  line-height: 38px;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 10;
}
ul.mtree li.mtree-closed > b:before {
  content: "+";
  font-family: FontAwesome;
  padding-left: 5px;
  float: right;
  font-size: 18px;
  color: #c30d23;
  font-style: normal;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 10;
}
ul.mtree li:hover.mtree-closed > b:before {
  color: #c30d23;
}
ul.mtree .mtree-level-1 li.mtree-open > span:before {
  content: "\f106";
  font-family: FontAwesome;
  padding-left: 5px;
  float: right;
  font-size: 16px;
  color: #c30d23;
  font-style: normal;
  background: none;
  padding: 6px 15px;
  position: absolute;
  right: 0px;
  top: 0;
  border-left: none;
  z-index: 10;
}
ul.mtree .mtree-level-1 li.mtree-closed > span:before {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
  float: right;
  font-size: 16px;
  color: #c30d23;
  font-style: normal;
  background: none;
  padding: 6px 15px;
  position: absolute;
  right: 0px;
  top: 0;
  border-left: none;
  z-index: 10;
}
ul.mtree li ul a li a {
  padding-left: 20px;
}
ul.mtree > li:hover > a {
  color: #c30d23;
  background: #fafafa;
}
ul.mtree > li.mtree-node a ul a {
  font-size: 12px;
}
ul.mtree > li.mtree-open {
  color: #c30d23;
  padding-bottom: 0;
}
ul.mtree > li.mtree-open > a {
  color: #c30d23;
  background: #fafafa;
  font-family: 'poppins_bold';
}
ul.mtree > li.mtree-node:hover > a {
  color: #c30d23;
  text-decoration: none;
  background: #fafafa;
}
ul.mtree .mtree-level-1 li.mtree-closed > span {
  color: #c30d23;
  text-decoration: none;
}
ul.mtree ul {
  background: #fff;
  border-bottom: 1px solid #c30d23;
}
ul.mtree ul li {
  list-style: none;
  position: relative;
}
ul.mtree ul li a {
  display: block;
  color: #777;
  font-size: 12px;
}
ul.mtree > li > ul > li > a {
  font-size: 12px !important;
  font-weight: normal;
  font-family: 'poppins';
  position: relative;
  transition: all .5s;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}
ul.mtree > li > ul > li > a:hover {
  color: #c30d23;
  text-decoration: none;
  padding-left: 16px;
}
ul.mtree > li > ul > li > a:before {
  content: '';
  position: absolute;
  left: -12px;
  top: 15px;
  display: inline-block;
  height: 1px;
  width: 12px;
  background: #c30d23;
  transition: all .5s;
}
ul.mtree > li > ul > li > a:hover:before {
  left: 0;
}
ul.mtree > li > ul > li > a i {
  color: #ccc;
  font-size: 12px;
  margin-right: 10px;
  margin-left: 6px;
}
ul.mtree > li > ul > li > a:before {
  content: "";
}
ul.mtree ul li:hover a {
  color: #c30d23;
}
ul.mtree li ul li.mtree-open a {
  color: #c30d23;
  text-decoration: none;
}
ul.mtree .mtree-level-2 {
  margin-top: 0px;
  border: none;
  padding: 0px;
  margin-bottom: 0;
  background: #fafafa;
}
ul.mtree li ul.mtree-level-2 li a {
  color: #808080;
  font-weight: normal;
  font-size: 12px;
  padding-left: 20px;
}
ul.mtree .mtree-level-2 li a:hover {
  text-decoration: underline;
  color: #c30d23;
  font-weight: normal;
}
ul.mtree.jet ul {
  margin-left: 0;
}
ul.mtree.jet li {
  margin-bottom: 1px;
}
ul.mtree.jet li:last-child {
  margin-bottom: 0px;
}
ul.mtree.jet li:first-child {
  margin-top: 1px;
}
ul.mtree.jet li.mtree-active a {
  background: #e5e5e5;
}
ul.mtree.jet li.mtree-active li:last-child > a {
  border-radius: 0px 0px 3px 3px;
}
ul.mtree.jet li.mtree-active > a {
  background: #008cba;
  color: #FFF;
  border-radius: 3px 3px 0px 0px;
}
ul.mtree.jet li > a:hover {
  background: #FFC000;
  color: #FFF;
}
ul.mtree.jet a {
  padding: 5px 0px 5px 1em;
}
ul.mtree.jet li li > a {
  padding-left: 2em;
}
ul.mtree.jet li li li > a {
  padding-left: 3em;
}
ul.mtree.jet li li li li > a {
  padding-left: 4em;
}
ul.mtree.jet li li li li li > a {
  padding-left: 5em;
}
ul.mtree a:hover {
  text-decoration: none;
}
.mtree-skin-selector {
  display: none !important
}
ul.mtree li ul.mtree-level-2 li.mtree_all a {
  font-family: 'poppins_bold';
  text-transform: uppercase;
  color: #4d4d4d;
}
ul.mtree li ul.mtree-level-2 li.mtree_all a:hover {
  color: #c30d23;
}
/*hot_pro*/
.left-pro .left_title > span i.icon:before {
  content: "\f009";
  font-family: FontAwesome;
}
.left-pro {
  margin-top: 30px;
}
.left-pro ul {
  padding-top: 10px;
}
.left-pro ul li {
  list-style: none;
  margin-bottom: 15px;
  transition: all .5s;
  border: 1px solid #ebebeb;
  padding: 10px;
  margin-bottom: 15px;
  background: #fff;
  transition: all .5s;
}
.left-pro ul li:hover {
  background: #fff;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
  transform: translate3d(0, -3px, 0);
  -webkit-transform: translate3d(0, -3px, 0);
}
.left-pro ul li:last-child {
  margin-bottom: 0px;
}
.left-pro ul li .main {
  width: 65%;
  float: left;
  padding-left: 10px;
}
.left-pro ul li .title {
  margin: 0;
  margin-bottom: 10px;
}
.left-pro ul li .title a {
  font-size: 12px;
  line-height: 20px;
  max-height: 60px;
  display: block;
  overflow: hidden;
  font-family: 'poppins';
  color: #666;
}
.left-pro ul li:hover .title a {
  color: #c30d23;
}
.left-pro ul li .more {
  display: inline-block;
  margin-top: 30px;
  font-size: 12px;
  line-height: 20px;
  color: #c30d23;
  text-transform: uppercase;
  font-family: 'poppins_bold';
  padding-right: 10px;
  transition: all .5s;
}
.left-pro ul li .more i {
  padding-left: 5px;
  transition: all .5s;
}
.left-pro ul li:hover .more {
  text-decoration: none;
}
.left-pro ul li:hover .more i {
  padding-left: 8px;
}
.left-pro ul li .image {
  float: left;
  width: 35%;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
  overflow: hidden;
  position: relative;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.left-pro ul li .image a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.left-pro ul li .image img {
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  -webkit-transition: all var(--transition-time, 800ms);
  -o-transition: all var(--transition-time, 800ms);
  transition: all var(--transition-time, 800ms);
}
.left-pro ul li:hover .image img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.page-right {
  width: 76%;
  padding-left: 30px;
  float: right;
}
@media only screen and (min-width: 992px) {
  .left-cat .left_title {
    border: none;
    background: #c30d23;
    padding: 8px 10px;
    border-radius: 2px 2px 0 0;
    margin: 0;
    margin-bottom: 2px;
  }
  .left-cat .left_title:before {
    display: none;
  }
  .left-cat .left_title em {
    color: #fff;
    display: block;
    padding-left: 0;
  }
  .left-cat .left_title em:after {
    display: none;
  }
  .left-cat .left_title em:before {
    content: "\f03a";
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 19px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 0;
  }
}
@media only screen and (max-width: 1322px) {
  .left_title {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .left_title:before {
    left: 0;
    bottom: -5px;
    top: auto;
    margin: 0;
  }
}
@media only screen and (max-width: 992px) {
  .page-title em {
    font-size: 24px;
  }
  .page-left {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .left-pro, .left-con, .left-video, .left-solu, .left-work {
    margin-top: 0;
    padding: 0;
    border: none;
  }
  .left_title {
    margin-bottom: 10px;
    background: #eee;
    padding: 5px;
    border-radius: 2px;
    margin-bottom: 2px;
  }
  .left_title > em {
    margin: 0;
    font-size: 18px;
    background: none;
    padding: 0;
    border: none;
    line-height: 24px;
  }
  .left_title > em:first-letter {
    color: #c30d23;
  }
  .page-left .left_title > span {
    display: none;
  }
  .left-con .left_title {
    display: block;
  }
  .left_title .column_icon_toggle {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 15px;
    font-style: normal;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
  }
  .left_title .column_icon_toggle.icon-minus-sign {
    color: #fff;
  }
  .page-left .toggle_content {
    padding-bottom: 30px;
  }
  .page-right {
    width: 100%;
    padding: 0;
    float: none;
  }
  .page-right .left_title {
    background: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .page-right .left_title > em {
    margin-bottom: 5px;
    font-size: 22px;
  }
  .left-cat {
    margin-bottom: 0;
    border: none;
    padding: 0;
  }
  .left-cat .left_title > em {
    font-size: 18px;
  }
  .left-cat {
    margin-bottom: 10px;
  }
  .left_title:before {
    display: none;
  }
  ul.mtree > li > a {
    font-size: 12px;
    font-family: 'poppins_bold';
    padding: 8px 10px;
  }
  .left-pro ul li {
    margin-bottom: 10px;
  }
}
/*sitemap*/
.sitemap {
  width: 100%;
}
.stp-listA > li {
  text-transform: capitalize;
  margin-bottom: 15px;
  list-style: none;
}
.stp-top {
  width: 100%;
}
.stp-top a {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  font-family: 'poppins_bold';
  color: #333;
  background: #f0f0f0;
  padding: 8px 10px;
  border-radius: 2px;
}
.stp-top a:hover {
  text-decoration: none;
  color: #c30d23;
  background: #ebebeb;
}
.stp-top a i {
  padding-left: 5px;
  font-size: 14px;
  -webkit-transition: all var(--transition-time, 800ms);
  -o-transition: all var(--transition-time, 800ms);
  transition: all var(--transition-time, 800ms);
}
.stp-top a:hover i {
  padding-left: 8px;
}
.stp-listB {
  display: block;
  padding: 15px;
  background: #f2f2f2;
  padding: 5px 15px;
  list-style: none;
  margin-top: 1px;
  /*! border-radius: 2px; */
}
.stp-listB > li {
  width: 25%;
  padding: 8px 10px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.stp-listB > li > a {
  font-size: 12px;
  line-height: 22px;
  display: block;
  color: #4d4d4d;
}
.stp-listB > li > a i {
  padding-right: 5px;
}
.stp-listB > li:hover > a {
  color: #c30d23;
}
.stp-listB li .stp-listC {
  width: 100%;
  padding-top: 15px;
  list-style: none;
}
.stp-listB li .stp-listC li {
  width: 100%;
  margin-bottom: 8px;
}
.stp-listB li .stp-listC li a {
  color: #333;
  font-size: 12px;
  -webkit-transition: all var(--transition-time, 500ms);
  -o-transition: all var(--transition-time, 500ms);
  transition: all var(--transition-time, 500ms);
}
.stp-listB li .stp-listC li a i {
  padding-right: 5px;
}
.stp-listB li .stp-listC li a:hover {
  color: #c30d23;
  padding-left: 5px;
}
@media only screen and (max-width: 768px) {
  .stp-listB > li {
    width: 50%;
    padding: 4px 0;
  }
  .stp-top a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 400px) {
  .stp-listB li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}
/*page-number*/
.page_num {
  width: 100%;
  margin: 20px auto 0 auto;
  text-align: center;
}
.page_num span {
  display: inline-block;
  color: #fff;
  background: #c30d23;
  font-size: 12px;
  text-transform: capitalize;
  margin-right: 5px;
  border-radius: 2px;
  padding: 0 15px;
  overflow: hidden;
  vertical-align: middle;
  line-height: 32px;
}
.page_num a {
  background: #ececec;
  padding: 0 15px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 12px;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  z-index: 0;
  vertical-align: middle;
  line-height: 32px;
}
.page_num a:hover {
  background: #c30d23;
  text-decoration: none;
  color: #fff;
}
.page_num a i {
  line-height: 32px;
}
.page_num p {
  display: none;
  font-size: 12px;
  margin-top: 10px;
}
.page_num p:before {
  content: '[';
  padding-right: 3px;
}
.page_num p:after {
  content: ']';
  padding-left: 3px;
}
.page_num p strong {
  display: inline-block;
  margin: 0 5px;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .page_num {
    text-align: center;
  }
  .page_num span, .page_num a {
    font-size: 12px;
    margin: 5px;
    padding: 0 10px;
    line-height: 25px;
  }
  .page_num a i {
    line-height: 25px;
  }
  .page_num p {
    width: 100%;
    margin-top: 15px;
  }
}
/*page-turning*/
.page_li li {
  list-style: none;
  padding: 4px 0;
}
.page_li li:last-child {
  margin-bottom: 0;
}
.page_li span {
  font-family: 'poppins_bold';
  color: #c30d23;
  font-size: 14px;
}
.page_li a {
  color: #666;
  margin-left: 6px;
}
.page_li a:hover {
  color: #c30d23;
}
.page_li {
  background: #fafafa;
  border-left: 3px solid #c30d23;
  padding: 5px 0;
  padding-left: 16px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .page_turn li p {
    font-size: 18px;
  }
  .page_turn li p i {
    font-size: 12px;
  }
}
.page_date {
 
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
  content: "\e6a6";
  font-family: iconfont;
}
.page_date:before {
 padding-right: 10px;
  content: "\e6bf";
  font-family: iconfont;
}




.page_more {
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  color: #c30d23;
  text-transform: capitalize;
  font-family: 'poppins_bold';
  padding-right: 20px;
  background: url(../image/icon_right.png) no-repeat right center;
  transition: all .5s;
}
.page_more:hover {
  text-decoration: none;
  padding-right: 22px;
  color: #c30d23;
}
@media only screen and (max-width: 768px) {
  .page_more {
    font-size: 14px;
  }
}
.news li {
  position: relative;
  list-style: none;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news li .image {
  float: left;
  width: 34%;
  display: block;
  overflow: hidden;
  -webkit-transition: all var(--transition-time, 500ms);
  -o-transition: all var(--transition-time, 500ms);
  transition: all var(--transition-time, 500ms);
}
.news li .image > a {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.news li .image {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.news li .image img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all var(--transition-time, 800ms);
  -o-transition: all var(--transition-time, 800ms);
  transition: all var(--transition-time, 800ms);
}
.news li:hover .image img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.news li .main {
  float: left;
  width: 66%;
  padding-left: 20px;
}
.news li .title {
  margin: 0;
  margin-bottom: 15px;
  margin-top: 10px;
}
.news li .title a {
  display: block;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  max-height: 48px;
  font-family: 'poppins_bold';
}
.news li .title:hover a {
  color: #c30d23;
  text-decoration: none;
}
.news li .text {
  color: #808080;
  font-size: 12px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .news li .main {
    padding-left: 10px;
  }
  .news li .title {
    font-size: 14px;
  }
  .news li .text {
    height: 44px;
  }
}
@media only screen and (max-width: 480px) {
  .news li {
    margin-bottom: 20px;
  }
  .news li .image {
    width: 48%;
  }
  .news li .main {
    width: 52%;
  }
  .news li .title {
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .news li .title a {
    font-size: 12px;
    line-height: 20px;
    max-height: 40px;
    font-family: 'poppins_bold';
  }
  .news li .page_more {
    display: none;
  }
  .page_num {
    margin-top: 0;
  }
  .news li .more {
    display: none;
  }
}
.news_detail_info {
  text-align: left;
}
.news_detail_info .news_detail_title h6 {
  font-size: 16px;
  display: block;
  color: #333;
  line-height: 24px;
  font-family: 'poppins_bold';
  margin-bottom: 20px;
  margin-top: 0;
}
.news_detail_info .txt {
  font-size: 14px;
  line-height: 24px;
  padding-top: 20px;
  text-align: left;
  border-top: 1px solid #eee;
}
.news_detail_info .txt img {
  max-width: 100%;
  height: auto;
}
.news_detail_info .txt a {
  color: #c30d23;
}
@media only screen and (max-width: 768px) {
  .news_detail_info .news_detail_title h6 {
    font-size: 15px;
  }
}
/*blog*/
.left-blog {
  margin-bottom: 30px;
}
.left-blog .left_title {
  display: none;
}
.left-blog .left_title > span i.icon:before {
  content: "\f0c1";
  font-family: FontAwesome;
}
.blog-list {
  list-style: none;
  margin-bottom: 10px;
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 15px;
}
.blog-list p, .blog-cat p {
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 5px;
  color: #333333;
  position: relative;
  font-family: 'poppins_bold';
}
.blog-list p:first-letter, .blog-cat p:first-letter {
  color: #c30d23;
}
.blog-list p:before, .blog-cat p:before {
  content: '';
  width: 100wh;
  height: 1px;
  display: inline-block;
  position: absolute;
  right: 20%;
  left: 0;
  bottom: 0;
  background: #e5e5e5;
}
.blog-list p:after, .blog-cat p:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  background: #e5e5e5;
  position: absolute;
  right: 20%;
  bottom: -3px;
}
.blog-list p i, .blog-cat p i {
  padding-right: 5px;
  color: #c30d23;
  font-size: 16px;
}
.blog-list li {
  display: block;
  position: relative;
  margin-bottom: 5px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  overflow: hidden;
  padding-bottom: 5px;
}
.blog-list li a {
  font-size: 12px;
  color: #787878;
  line-height: 20px;
  padding: 0;
  display: inline-block;
  overflow: hidden;
  font-family: 'poppins';
  text-transform: capitalize;
  position: relative;
  transition: all .5s;
}
.blog-list li a:hover {
  color: #c30d23;
  text-decoration: none;
  padding-left: 12px;
}
.blog-list li a:before {
  content: '';
  position: absolute;
  left: -8px;
  top: 8px;
  display: inline-block;
  height: 1px;
  width: 8px;
  background: #c30d23;
  transition: all .5s;
}
.blog-list li a:hover:before {
  left: 0;
}
.blog-cat {
  list-style: none;
  margin-bottom: 10px;
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 15px;
}
.blog-cat li {
  display: inline-block;
  margin: 5px;
}
.blog-cat li a {
  display: inline-block;
  border: 2px solid #eee;
  padding: 2px 10px;
  border-radius: 25px;
  font-size: 12px;
  transition: all .5s;
}
.blog-cat li a:hover {
  color: #fff;
  background: #c30d23;
  border: 2px solid #c30d23;
  text-decoration: none;
}
.blog_list {
  list-style: none;
}
.blog_list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  float: left
}
.blog_list li .blog_list_content {
  padding: 0px 20px;
}
.blog_list li .image {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog_list li .image img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all var(--transition-time, 800ms);
  -o-transition: all var(--transition-time, 800ms);
  transition: all var(--transition-time, 800ms);
}
.blog_list li:hover .image img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.blog_list li.title {
  margin: 20px 0px;
  font-size: 24px;
}
.blog_list li .title a {
  display: block;
  color: #4c4c4c;
  font-size: 24px;
  line-height: 30px;
  overflow: hidden;
  height: 60px;
  font-family: 'poppins_bold';
  margin: 20px 0px;
}
.blog_list li:hover .title a {
  color: #c30d23;
  text-decoration: none;
}
.blog_list li .text {
  color: #999999;
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-top: 15px;
}
.blog_list li .page_more {
  margin-top: 20px;
}
.post_blog_tag {
  margin-top: 20px;
}
.post_blog_tag > p {
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
  font-family: 'poppins_bold';
  vertical-align: middle;
}
.post_blog_tag li {
  display: inline-block;
  margin: 0 0 5px 5px;
  position: relative;
  border: none;
  padding: 0;
}
.post_blog_tag li a {
  display: inline-block;
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  line-height: 20px;
  color: #4d4d4d;
  padding: 3px 12px;
  border-radius: 2px;
  transition: all .5s;
}
.post_blog_tag li:hover a {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  background: #c30d23;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .left-blog {
    padding: 0;
    border: none;
    margin-bottom: 20px;
  }
  .blog_list li .right {
    padding-left: 65px;
    width: 100%;
  }
  .left-blog .left_title {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .blog_list li {
    padding-top: 0;
  }
  .blog_list li .date {
    left: 0;
  }
  .blog_list {
    border: none;
  }
  .blog_tag > p {
    display: block;
  }
  .blog_list li .right {
    padding-left: 80px;
  }
  .blog_list li .main-more {
    padding: 6px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .blog_list li .date {
    position: inherit;
    width: 100%;
  }
  .blog_list li .date span {
    border-radius: 0;
    height: auto;
    width: auto;
    padding: 0 20px;
    border-radius: 25px;
  }
  .blog_list li .date > span p {
    display: inline-block;
    padding-left: 5px;
  }
  .blog_list li .right {
    padding: 0;
    padding-top: 10px;
  }
  .blog_list li .more {
    letter-spacing: 0;
  }
  .blog_list li .title a {
    font-size: 14px;
    line-height: 20px;
    max-height: 60px;
    font-family: 'poppins_bold';
  }
}
/*products*/
.pro_top {
  margin-bottom: 15px;
}
.pro_top .pro-img {
  padding: 0;
}
.pro_top .pro-img img {
  max-width: 100%;
  height: auto;
}
.pro-text {
  line-height: 24px;
  font-size: 12px;
  color: #808080;
  background: #f2f2f2;
  padding: 20px;
  margin-bottom: 10px;
}
.pro-text img {
  max-width: 100%;
  height: auto;
}
.cbp-vm-switcher {
  width: 100%;
  margin-bottom: 30px;
}
.cbp-vm-options {
  text-align: right;
  margin-bottom: 0;
  margin-bottom: 10px;
}
.cbp-vm-options em {
  display: inline-block;
  float: left;
  font-family: 'poppinsCond';
  font-size: 20px;
  color: #4d4d4d;
  text-transform: uppercase;
  line-height: 38px;
}
.cbp-vm-options a {
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  border: 1px solid #eee;
  float: right;
}
.cbp-vm-options span {
  display: inline-block;
  float: right;
  font-size: 13px;
  color: #ccc;
}
.cbp-vm-options a:hover, .cbp-vm-options a.cbp-vm-selected {
  color: #fff;
  background: #c30d23;
  border-color: #c30d23;
}
.cbp-vm-options a:before {
  font-size: 14px;
  text-align: center;
  display: inline-block;
}
/* General list */
.cbp-vm-switcher > ul {
  list-style: none;
  padding: 0;
}
/* Clear eventual floats */
.cbp-vm-switcher ul:before, .cbp-vm-switcher ul:after {
  content: " ";
  display: table;
}
.cbp-vm-switcher ul:after {
  clear: both;
}
.cbp-vm-switcher > ul > li {
  display: block;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cbp-vm-image {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.cbp-vm-image .hover_img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .5s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.cbp-vm-view-grid ul li:hover .cbp-vm-image .hover_img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.cbp-vm-image > a {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.cbp-vm-image img {
  max-width: 100%;
  height: auto;
  transition: all .5s;
}
.cbp-vm-image .icon {
  width: 40px;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  right: -40px;
  display: inline-block;
  background: #c30d23;
  color: #fff;
  font-size: 12px;
  line-height: 50px;
  text-align: center;
  transition: all .5s;
  -webkit-clip-path: polygon(12% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(12% 0%, 100% 0, 100% 100%, 0% 100%);
}
.cbp-vm-image .icon i {
  line-height: 30px;
  display: inline-block;
}
.cbp-vm-switcher ul li:hover .cbp-vm-image .icon {
  right: 0;
}
.cbp-vm-details {
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: #808080;
}
.cbp-vm-switcher ul li .more {
  display: block;
}
/* Common icon styles */
.cbp-vm-icon:before {
  font-family: 'fontawesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.cbp-vm-grid:before {
  content: "\f00a";
}
.cbp-vm-list:before {
  content: "\f039";
}
.cbp-vm-add:before {
  content: "\f055";
}
/* Large grid view */
.cbp-vm-view-grid ul {
  text-align: left;
}
.cbp-vm-view-grid ul li {
  width: 25%;
  float: left;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  position: relative;
}
.cbp-vm-view-grid ul li:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90%;
  height: 100%;
  content: '';
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  margin-left: 5%;
}
.cbp-vm-view-grid ul li:hover:before {
  background: #fff;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .15);
  width: 100%;
  margin-left: 0;
  height: calc(100% + 0);
  z-index: 8;
}
.cbp-vm-view-grid ul li:nth-child(4n+2) {
  animation-delay: 0.1s;
}
.cbp-vm-view-grid ul li:nth-child(4n+3) {
  animation-delay: 0.2s;
}
.cbp-vm-view-grid ul li:nth-child(4n+4) {
  animation-delay: 0.3s;
}
.cbp-vm-view-grid ul li > div {
  transition: all .5s;
  display: block;
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 0;
  position: relative;
}
.cbp-vm-view-grid ul li:hover > div {
  z-index: 12;
  border: 1px solid #fff;
}
.cbp-vm-view-grid ul li .cbp-vm-image {
  display: block;
  overflow: hidden;
}
.cbp-vm-view-grid ul li .cbp-vm-image img {
  max-width: 100%;
  height: auto;
}
.cbp-vm-view-grid ul li:hover .cbp-vm-image img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.cbp-vm-view-grid ul li > div:hover:after {
  -webkit-transform: translateY(1);
  -ms-transform: translateY(1);
  transform: translateY(1);
  left: 0;
}
.cbp-vm-view-grid ul li .cbp-list-left {
  padding: 10px;
  text-align: center;
  transition: all .5s;
}
.cbp-vm-view-grid ul li:hover .cbp-list-left {
  background: #c30d23;
}
.cbp-vm-view-grid ul li .cbp-title {
  margin-bottom: 10px;
}
.cbp-vm-view-grid ul li .cbp-title a {
  display: block;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  height: 60px;
  font-family: 'poppins_bold';
}
.cbp-vm-view-grid ul li:hover .cbp-title a {
  color: #fff;
  text-decoration: none;
}
.cbp-vm-view-grid ul li .cbp-vm-details {
  color: #999999;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  height: 40px;
  transition: all .5s;
}
.cbp-vm-view-grid ul li:hover .cbp-vm-details {
  color: #fff;
}
.cbp-vm-view-grid ul li .cbp-list-more {
  display: none;
}
.cbp-vm-view-grid .post_blog_tag, .cbp-vm-view-grid .page_more {
  display: none;
}
.cbp-vm-view-grid .cbp-list-center {
  padding: 0;
  padding-top: 0;
}
/* List view */
.cbp-vm-view-list > ul {
  margin: 0;
  margin-top: 20px;
}
.cbp-vm-view-list > ul > li {
  margin-bottom: 15px;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
  padding-bottom: 15px;
}
.cbp-vm-view-list li:before, .cbp-vm-view-list li:after {
  content: " ";
  display: table;
}
.cbp-vm-view-list li:after {
  clear: both;
}
.cbp-vm-view-list .cbp-vm-image, .cbp-vm-view-list .cbp-vm-title, .cbp-vm-view-list .cbp-vm-details, .cbp-vm-view-list .cbp-vm-price, .cbp-vm-view-list .cbp-vm-add {
  display: inline-block;
  vertical-align: middle;
}
.cbp-vm-view-list .cbp-vm-image {
  width: 24%;
  text-align: center;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  float: left;
  border: 1px solid #ebebeb;
}
.cbp-vm-view-list ul li > div .cbp-list-center {
  width: 76%;
  display: inline-block;
}
.cbp-vm-view-list ul li .cbp-title {
  display: block;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  max-height: 48px;
  font-family: 'poppins_bold';
  margin-bottom: 10px;
}
.cbp-vm-view-list ul li:hover .cbp-title {
  color: #c30d23;
  text-decoration: none;
}
.cbp-vm-view-list ul li .cbp-vm-details {
  margin-top: 0;
  height: auto;
  padding: 0;
  max-height: 40px;
}
.cbp-vm-view-list ul li .cbp-vm-details .text {
  color: #999;
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
  max-height: 60px;
}
.cbp-vm-view-list ul li .post_blog_tag > p {
  font-size: 12px;
}
.cbp-vm-view-list ul li .post_blog_tag > p i {
  padding-right: 5px;
  color: #999;
}
.cbp-vm-view-list .cbp-hover {
  display: none;
}
.cbp-vm-view-list .cbp-list-center {
  width: 76%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
}
.cbp-vm-view-list .cbp-list-center .cbp-list-left {
  padding-left: 0;
}
.cbp-vm-view-list .cbp-list-more {
  display: block;
  margin-top: 20px;
  float: right;
  padding-right: 0;
}
@media screen and (max-width: 940px) {
  .cbp-vm-view-grid ul li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 768px) {
  .pro-cat li {
    margin-bottom: 10px;
  }
  .cbp-vm-options {
    margin-top: 0;
  }
  .cbp-vm-view-list ul li .cbp-list-left .more {
    letter-spacing: 0;
  }
  .pro_top .pro-img {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .pro-text .box {
    max-height: 336px;
    overflow: hidden;
  }
  .cbp-vm-view-grid ul li {
    width: 50%;
  }
  .cbp-vm-options {
    text-align: center;
  }
  .cbp-vm-view-list > ul > li {
    width: 100%;
  }
  .cbp-vm-view-list ul li .cbp-vm-details {
    height: 40px;
  }
  .cbp-vm-view-list .prol_more {
    font-size: 13px;
    padding: 2px 20px 7px 20px;
  }
  .cbp-vm-view-list .cbp-list-center {
    width: 100%;
    margin-top: 10px;
  }
  .cbp-vm-view-list ul li .cbp-vm-details {
    width: 100%;
  }
  .cbp-vm-view-list .cbp-vm-image {
    width: 100%;
  }
  .cbp-vm-view-list ul li > div > div {
    width: 100%;
  }
  .cbp-vm-view-grid ul li {
    margin-bottom: 0;
  }
  .cbp-vm-view-list .cbp-list-view {
    display: none;
  }
  .cbp-vm-view-grid ul li .cbp-vm-details {
    display: none;
  }
  .cbp-vm-view-list ul li > div .cbp-list-center, .cbp-vm-view-list .cbp-list-center .cbp-list-left {
    width: 100%;
    padding: 0;
  }
  .cbp-vm-view-list .pro-list-tags p {
    display: block;
  }
  .cbp-vm-view-list .cbp-list-more {
    padding: 0;
  }
  .cbp-vm-view-list .cbp-list-more .main-more {
    display: inline-block;
    margin-right: 10px;
  }
  .cbp-vm-options em {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .cbp-vm-view-grid ul li .cbp-title a {
    font-size: 12px;
  }
  .cbp-vm-view-list ul li .cbp-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .cbp-vm-view-grid ul li .cbp-title {
    font-size: 12px;
    margin-top: 10px;
    line-height: 18px;
    height: 36px;
  }
  .cbp-list-left {
    padding: 0;
  }
  .cbp-vm-image .image_more {
    display: none;
  }
}
/*products main*/
/* CSS for the loading div */
.sp-loading {
  text-align: center;
  max-width: 100%;
  border: 2px solid #fafafa;
  padding: 2px;
  border-radius: 0;
  font-size: 12px;
  color: #888;
}
.sp-loading img {
  max-width: 100%;
  height: auto;
}
/* Element wrapper */
.sp-wrap {
  display: none;
  line-height: 0;
  font-size: 0;
  border-radius: 3px;
  position: relative;
  /**************







	  Set max-width to your thumbnail width







	***************/
  text-align: center;
  max-width: 100%;
  width: 100%;
}
/* Thumbnails */
.sp-thumbs {
  text-align: left;
  display: block;
  padding: 10px 10px;
  background: #fff;
}
.sp-thumbs a {
  position: relative;
  border: 1px solid #f7f7f7;
}
.sp-thumbs a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all var(--transition-time, 800ms);
  -o-transition: all var(--transition-time, 800ms);
  transition: all var(--transition-time, 800ms);
}
.sp-thumbs a:hover:before {
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  opacity: 0.1;
}
.sp-thumbs img {
  min-height: 56px;
  min-width: 56px;
  max-width: 56px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
  width: 70px;
  height: 70px;
  overflow: hidden;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  display: inline-block;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  margin: 0 3px;
}
.sp-thumbs a:hover {
  opacity: 1;
  border: 1px solid #e5e5e5;
}
/* Styles for the currently selected thumbnail */
.sp-thumbs a:active, .sp-current {
  opacity: 1 !important;
  position: relative;
  border: 1px solid #ccc !important;
}
.sp-thumbs a.sp-current:after {
  transform: scaleX(1);
  visibility: visible;
}
/* Image currently being viewed */
.sp-large {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
}
.sp-large a img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.sp-large a {
  display: block;
  border-bottom: 1px solid #f7f7f7;
}
/* Panning Zoomed Image */
.sp-zoom {
  position: absolute;
  left: -50%;
  top: -50%;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  display: none;
}
/* Lightbox */
.sp-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, .9);
  z-index: 9999999;
  display: none;
  cursor: pointer;
}
.sp-lightbox img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  border: 2px solid #fff;
}
#sp-prev, #sp-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 501;
  color: #fff;
  padding: 14px;
  text-decoration: none;
  background: #000;
  border-radius: 25px;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  transition: .2s;
}
#sp-prev {
  left: 14%;
}
#sp-prev:before {
  content: '';
  border: 7px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  top: 16px;
  left: 7px;
}
#sp-next {
  right: 14%;
}
#sp-next:before {
  content: '';
  border: 7px solid transparent;
  border-left: 15px solid white;
  position: absolute;
  top: 16px;
  left: 18px;
}
#sp-prev:hover, #sp-next:hover {
  background: #444;
}
/* Tweak styles for small viewports */
@media screen and (max-width: 768px) {
  #sp-prev {
    left: 10px;
  }
  #sp-next {
    right: 10px;
  }
}
@media screen and (max-width: 400px) {
  .sp-wrap {
    margin: 0 0 0;
  }
  #sp-prev, #sp-next {
    top: auto;
    margin-top: 0;
    bottom: 25px;
  }
}
.sp-current-big img {
  width: 100%;
}
.sp-large img {
  max-width: none;
}
.prom_img {
  padding: 0;
  text-align: center;
  margin-bottom: 40px;
  background: #fafafa;
  border: 1px solid #eee;
}
.prom-right {
  padding-left: 30px;
  margin-bottom: 20px;
}
.prom-right > h1 {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 18px; 
  color: #333;
  margin-bottom: 20px;
  line-height: 24px;
  font-family: 'poppins_bold';
}
.prom-right > div.main {
  font-size: 12px;
  line-height: 20px;
  color: #808080;
  margin-bottom: 20px;
}
.prom-right {
  padding-left: 20px;
}
.prom-right .pro-table {
  margin-bottom: 20px;
  background: #f7f7f7;
  padding: 20px;
}
.prom-right .pro-table ul li {
  list-style: none;
  margin-bottom: 5px;
}
.prom-right .pro-table ul li p {
  display: inline-block;
  font-size: 12px;
  color: #808080;
  text-transform: capitalize;
}
.prom-right .pro-table ul li span {
  display: inline-block;
  font-size: 12px;
  padding-left: 5px;
  color: #333;
}
.prom-right .main_more {
  margin-top: 0px;
  background-color: #c30d23;
}
.prom-right .main_more a {
  color: #fff;
  background-position: 90% 14px;
  padding-left: 15px;
  padding-right: 35px;
  background-image: url(../image/icon_con.png);
}
.mostBox {
  margin: 20px 0 30px 0;
}
.mostBox .page_title {
  background: #fafafa;
  padding: 0;
}
.mostBox .page_title:before, .mostBox .page_title:after {
  display: none;
}
.mostBox .page_title em {
  font-size: 24px;
  line-height: 30px;
  background: #c30d23;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  font-family: 'poppins_bold';
}
.mostBox {
  font-size: 14px;
  line-height: 24px;
}
.mostBox .text em {
  font-style: italic;
}
.mostBox .text img {
  max-width: 100%;
  height: auto;
}
.mostBox .text a:hover {
  color: #008b35;
}
.mostBox .pro_info_down {
  padding: 10px;
  background: #fafafa;
  margin-top: 20px;
  font-family: 'poppins_bold';
}
.mostBox .pro_info_down a {
  font-size: 16px;
  color: #c30d23;
  text-decoration: underline;
  display: inline-block;
  margin: 0 5px;
  text-transform: capitalize;
}
.mostBox .pro_info_down a:hover {
  color: #008b35;
}
.mostBox .pro_tab_down li {
  list-style: none;
}
.mostBox .pro_tab_down li .main_more a {
  background-image: none;
  padding: 12px 20px;
}
.mostBox .pro_tab_down li .main_more a:before {
  content: "\f1c1";
  font-family: 'FontAwesome';
  font-size: 16px;
  padding-right: 10px;
}
.mostBox .pro_tab_down li .main_more:hover a {
  color: #fff;
}
 
  .mostBox {
            margin: 30px auto;
            padding: 20px;
            background-color: #f9f9f9;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        /* Tab标题样式 */
        .resp-tabs-list.hor_1 {
            display: flex;
            flex-wrap: wrap;
            border-bottom: 2px solid #e0e0e0;
            margin-bottom: 20px;
        }
        
        .resp-tabs-list.hor_1 li {
            list-style: none;
            cursor: pointer;
            padding: 15px 25px;
            margin-right: 5px;
            border-radius: 5px 5px 0 0;
            background-color: #f0f0f0;
            color: #555;
            font-weight: 600;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            position: relative;
            top: 2px;
        }
        
        .resp-tabs-list.hor_1 li span {
            margin-right: 8px;
            font-size: 16px;
        }
        
        .resp-tabs-list.hor_1 li:hover {
            background-color: #e0e0e0;
            color: #333;
        }
        
        .resp-tabs-list.hor_1 li.active {
            background-color: #c30d23;
            color: white;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }
        
        /* Tab内容样式 */
        .resp-tabs-container.hor_1 {
            position: relative;
        }
        
        .resp-tabs-container.hor_1 > div {
            
            padding: 10px;
            background-color: white;
            border-radius: 5px;
            display: none;
              animation: fadeIn 0.5s ease;
        }
        
        .resp-tabs-container.hor_1 > div.active {
            display: block;
        }
        
        .text {
            line-height: 1.6;
            color: #444;
        }
        
        .pro_tab_down {
            text-align: center;
        }
        
        /* 动画效果 */
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        /* 响应式设计 */
        @media (max-width: 768px) {
            .resp-tabs-list.hor_1 {
                flex-direction: column;
                border-bottom: none;
            }
            
            .resp-tabs-list.hor_1 li {
                margin-right: 0;
                margin-bottom: 5px;
                border-radius: 5px;
                top: 0;
            }
            
            .resp-tabs-container.hor_1 > div {
                padding: 20px;
                padding: 0;
            }
        }
.products > .title {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
  padding: 2px 0;
}
.products > .title i {
  background: #0d58cb;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  border-radius: 50%;
  vertical-align: middle;
}
.products > .title h1 {
  margin: 0;
  display: inline-block;
  color: #555555;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 36px;
  font-family: 'CenturyGothicB';
  position: relative;
  z-index: 2;
  vertical-align: middle;
  margin-left: 10px;
}
#pro_inquiry {
  border-top: 3px solid #c30d23;
  background: #fafafa;
  padding: 20px 10px;
}
.message {
  position: relative;
  text-align: left;
  padding-left: 40px;
  padding-top: 40px;
}
.message .title {
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  font-family: 'poppins_bold';
}
.message .text {
  font-size: 12px;
  line-height: 24px;
  color: #808080;
  margin-bottom: 15px;
}
.message ul {
  list-style: none;
  position: relative;
  z-index: 5;
}
.message li {
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.message li span {
  display: block;
  position: relative;
}
.message li span:before {
  content: '*';
  color: red;
  position: absolute;
  right: 15px;
  top: 10px;
}
.message li span.ms_p:before, .message li span.ms_n:before, .message li span.ms_c:before {
  display: none;
}
.message li span:after {
  content: '';
  width: 40px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 2px;
  top: 0;
}
.message li span.ms_p:after {
  background-image: url(../image/mes_p_b.png);
}
.message li span.ms_e:after {
  background-image: url(../image/mes_e_b.png);
}
.message li span.ms_m:after {
  background-image: url(../image/mes_m_b.png);
}
.message li span.ms_n:after {
  background-image: url(../image/mes_n_b.png);
}
.message li span.ms_p:before, .message li span.ms_n:before {
  display: none;
}
.message li label {
  display: block;
  font-weight: normal;
  font-size: 12px;
  color: #333;
  text-align: left;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.message li .meInput {
  color: #808080;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  padding: 0 20px;
  padding-left: 40px;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  font-family: 'poppins';
  background-repeat: no-repeat;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}
.message li .meInput:focus {
  color: #333;
  border-color: #c30d23
}
.message li .meText {
  width: 100%;
  max-width: 100%;
  height: 140px;
  max-height: 140px;
  padding: 15px 15px 15px 40px;
  font-size: 12px;
  line-height: 20px;
  color: #808080;
  font-family: 'poppins';
  background-color: #fff;
  border: 1px solid #e5e5e5;
  background-repeat: no-repeat;
  border-radius: 2px;
}
.message li .meText:focus {
  color: #333;
  border-color: #c30d23;
}
.message li p {
  display: block;
  font-weight: normal;
  background: #fff;
  border: 1px solid #e5e5e5;
  font-size: 12px;
  border-radius: 2px;
  color: #333;
  text-align: left;
  margin-bottom: 5px;
  text-transform: capitalize;
  padding: 10px 10px;
  line-height: 20px;
  font-family: 'poppins';
}
.message li a {
  color: red;
  line-height: 18px;
  font-family: 'poppins';
  text-transform: capitalize;
  margin-left: 5px;
}
.message .main_more {
  margin-top: 0;
  background: #b00a1e;
  border-color: #b00a1e;
}
.message .main_more input {
  color: #fff;
  padding-left: 20px;
  padding-right: 40px;
  background-image: url(../image/icon_send.png);
  background-position: 88% 13px;
}
.message li input:-ms-input-placeholder {
  color: #808080;
} /* Internet Explorer 10+ */
.message li input::-webkit-input-placeholder {
  color: #808080;
} /* WebKit browsers */
.message li input::-moz-placeholder {
  color: #808080;
} /* Mozilla Firefox 4 to 18 */
.message li input:-moz-placeholder {
  color: #808080;
} /* Mozilla Firefox 19+ */
.message li .meText:-ms-input-placeholder {
  color: #808080;
} /* Internet Explorer 10+ */
.message li .meText::-webkit-input-placeholder {
  color: #808080;
} /* WebKit browsers */
.message li .meText::-moz-placeholder {
  color: #808080;
} /* Mozilla Firefox 4 to 18 */
.message li .meText:-moz-placeholder {
  color: #808080;
} /* Mozilla Firefox 19+ */
@media only screen and (max-width: 992px) {
  .sp-thumbs a:link, .sp-thumbs a:visited {
    width: 50px;
    height: 50px;
  }
  .products .pro_img {
    width: 100%;
    padding: 0;
  }
  .products .pro-right {
    width: 100%;
    padding: 0;
    padding-left: 20px;
  }
  .send_box.pro_message {
    display: block;
    padding: 20px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #fc7f46;
  }
  .prom-right > h1 {
    margin-bottom: 10px;
  }
  .prom_img {
    margin-bottom: 20px;
  }
  #pro_inquiry.send_box {
    display: block;
    padding: 0;
  }
  #parentHorizontalTab02 .resp-tabs-list li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .pro-right {
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .sp-thumbs {
    text-align: left;
  }
  .pro-table {
    margin-top: 20px;
  }
  .prom-right {
    padding: 0;
  }
  .products .pro_inquiry .message {
    padding: 0;
  }
  .mostBox {
    margin-top: 0;
    padding: 0;
  }
  .mostBox .tab-scroll {
    margin-left: 0;
    padding-bottom: 0;
  }
  .products .pro-list-tags p {
    display: block;
  }
  .pro_message {
    margin: 0;
    margin-top: 20px;
  }
  .pro_message li .meInput, .pro_message li .meText {
    width: 100%;
  }
  .pro_message .main_title {
    text-align: center;
  }
  .pro_message .main_title > em {
    background-position: center bottom;
  }
  .mostBox .text {
    font-size: 12px;
  }
  .prom_main {
    padding: 40px 0;
  }
  .prom_main .pro_con {
    display: none;
  }
  .products > .title {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
  }
  .products > .title h1 {
    font-size: 24px;
    line-height: 28px;
    max-width: 70%;
    margin-left: 5px;
    vertical-align: top;
  }
  .pro_message form {
    max-width: 100%;
  }
  .mobile_inquiry {
    position: fixed;
    bottom: 30px;
    background: #fafafa;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
    padding: 8px 15px;
    padding-bottom: 65px;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: right;
    max-height: 50px;
  }
  .prom-right .main_more a {
    padding-top: 5px;
    padding-bottom: 5px;
    background-position: 90% 7px;
  }
  .prom-right .pro-table {
    padding: 15px;
  }
  #pro_inquiry {
    padding: 30px 15px;
  }
  .message .title {
    font-size: 24px;
  }
  .message li {
    padding: 0;
  }
 
}
 
.page_pro {
  padding: 50px 0;
  background: #fafafa;
  position: relative;
}
.page_pro .slider {
  padding-top: 0;
  position: relative;
  padding-bottom: 30px;
}
.page_pro .slider .li {
  padding: 0 10px;
}
.page_pro .slider .li .box {
  transition: all .5s;
  display: block;
  background: #fff;
  padding: 20px 15px;
  overflow: hidden;
  position: relative;
  background: #fff;
  text-align: center;
}
.page_pro .slider .li .box:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: -100%;
  bottom: 0;
  display: block;
  background: #c30d23;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all .5s;
}
.page_pro .slider .li:hover .box:after {
  -webkit-transform: translateY(1);
  -ms-transform: translateY(1);
  transform: translateY(1);
  left: 0;
}
.page_pro .slider .li .image {
  position: relative;
  display: block;
  overflow: hidden;
}
.page_pro .slider .li .image > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}
.page_pro .slider .li .image img {
  max-width: 100%;
  height: auto;
  transition: all .5s;
}
.page_pro .slider .li:hover .image img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.page_pro .slider .li:hover .image .icon {
  right: 0;
}
.page_pro .slider .li h4.title {
  display: block;
  margin-bottom: 15px;
  padding: 0;
  margin-top: 15px;
}
.page_pro .slider .li .title a {
  display: block;
  font-family: 'poppins_bold';
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  height: 40px;
}
.page_pro .slider .li:hover .title a {
  color: #c30d23;
  text-decoration: none;
}
.page_pro .slider .li .text {
  color: #808080;
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  height: 40px;
}
.page_pro .slider .li .more {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all .5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.page_pro .slider .li:hover .more {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  bottom: 5px;
}
.page_pro .slider .li .line {
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #ffae00;
  margin-bottom: 15px;
}
.page_pro .slick-prev, .page_pro .slick-next {
  display: none !important;
}
.page_pro .slick-dots {
  display: block !important;
}
@media only screen and (max-width: 992px) {
  .page_pro {
    padding: 30px 0 40px 0;
  }
  .page_pro .slider .li {
    padding: 0 10px;
  }
  .page_pro .slider .li .title {
    font-size: 12px;
  }
  .page_pro .slider .li .line {
    display: none;
  }
}
.video_l {
  list-style: none;
}
.video_l li {
  margin-bottom: 30px;
  text-align: center;
}
.video_l li .image {
  display: block;
  overflow: hidden;
  position: relative;
}
.video_l li .image > a {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
}
.video_l li .image img {
  max-width: 100%;
  height: auto;
  width: 100%;
  transition: all .5s;
}
.video_l li:hover .image img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.video_l li .icon {
  position: absolute;
  left: 50%;
  top: 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%);
  transition: all .5s;
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #000000;
  border-radius: 50%;
  text-align: center;
}
.video_l li .icon i {
  line-height: 80px;
  color: #fff;
  font-size: 20px;
}
.video_l li:hover .icon {
  background: #c30d23;
}
.video_l li .title {
  display: block;
  margin-top: 10px;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  height: 40px;
  transition: all .5s;
  font-family: 'poppins_bold';
}
.video_l li:hover .title {
  color: #c30d23;
}
@media only screen and (max-width: 992px) {
  .video_l li {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 768px) {
  .video_l li .title {
    font-size: 12px;
  }
  .video_l li .icon {
    width: 50px;
    height: 50px;
  }
  .video_l li .icon i {
    font-size: 16px;
    line-height: 50px;
  }
}
.case_l {
  list-style: none;
}
.case_l li {
  margin-bottom: 30px;
  text-align: left;
}
.case_l li .image {
  display: block;
  position: relative;
  overflow: hidden;
}
.case_l li .image img {
  max-width: 100%;
  height: auto;
  width: 100%;
  transition: all .5s;
}
.case_l li:hover .image img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.case_l li .title {
  margin-bottom: 15px;
}
.case_l li .title a {
  color: #333333;
  font-size: 18px;
  display: block;
  font-family: 'poppins_bold';
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.case_l li:hover .title a {
  color: #c30d23;
  text-decoration: none;
}
.case_l li .line {
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #c30d23;
  margin-bottom: 15px;
}
.case_l li .text {
  color: #999999;
  font-size: 12px;
  line-height: 22px;
  overflow: hidden;
  height: 44px;
}
@media only screen and (max-width: 992px) {
  .case_l li {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 768px) {
  .case_l li .title a {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }
  .case_l li .text {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .case_l li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .case_l li .title a {
    height: auto;
    max-height: 40px;
  }
}
.meft-customer ul {
  list-style: none;
  margin-bottom: 30px;
  border-bottom: none;
}
.meft-customer ul li a {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.meft-customer ul li a:hover {
  background: #fafafa;
  color: #23ac38;
  padding: 10px;
  text-decoration: none;
}
#customer {}
#customer ul {
  list-style: none;
}
#customer ul li {
  margin-bottom: 30px;
}
#customer ul li .title {
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #c30d23;
  font-family: 'poppins_bold', sans-serif;
  font-weight: normal;
  padding-bottom: 10px;
}
#customer ul li h5 {
  display: inline-block;
  color: #c30d23;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
}
#customer ul li h5:before {
  content: "[";
  padding-right: 5px;
}
#customer ul li h5:after {
  content: "]";
  padding-left: 5px;
}
#customer ul li h5.UI02 {
  display: none;
}
#customer ul li h5 b {
  font-weight: normal;
}
#customer ul li .text {
  font-size: 14px;
  line-height: 24px;
  color: #676767;
  overflow: hidden;
  height: 48px;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out
}
.download_info_list {
  list-style: none;
  padding-top: 0;
}
.download_info_list li {
  margin-bottom: 20px;
}
.download_info_list li:nth-child(2n+1) {
  clear: both
}
.download_info_list li .wrap {
  display: block;
  border: 1px solid #ddd;
  padding: 20px;
  position: relative;
  transition: all .5s;
  background: url(../image/bg_down.jpg) no-repeat 98% 95%;
  background-size: 90px;
}
.download_info_list li:hover .wrap {
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
  transform: translate3d(0, -3px, 0);
  -webkit-transform: translate3d(0, -3px, 0);
}
.download_info_list li .wrap > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}
.download_info_list li .wrap > div {
  width: 100%;
}
.download_info_list li .wrap > div i {
  width: 50px;
  height: 50px;
  background: url(../image/ico_pdf.png) no-repeat center center;
  display: inline-block;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: all .5s;
  float: left;
}
.download_info_list li:hover .wrap > div i {
  background-image: url(../image/ico_pdf_h.png);
}
.download_info_list li .wrap > div h6 {
  margin-left: 10px;
  display: inline-block;
  max-width: 80%;
  line-height: 24px;
  float: left;
  color: #333333;
  font-size: 14px;
  font-family: 'poppins_bold';
  transition: all .5s;
}
.download_info_list li .wrap:hover > div h6 {
  color: #c30d23;
}
@media only screen and (max-width: 768px) {
  .download_info_list li {
    padding: 0;
  }
  .download_info_list li .wrap {
    padding: 20px 10px;
  }
}
.download_text {
  padding-bottom: 20px;
  padding-left: 15px;
}
.download_text p {
  font-size: 14px;
  color: #4d4d4d;
}
.download_text p a {
  font-size: 14px;
  color: #c30d23;
  text-decoration: underline;
  display: inline-block;
  margin: 0 5px;
  text-transform: capitalize;
}
.download_text p a:hover {
  color: #008b35;
}
@media only screen and (max-width: 768px) {
  .download_text {
    padding-left: 0;
    padding-bottom: 15px;
  }
  .download_text p {
    font-size: 12px;
  }
  .download_text p a {
    font-size: 12px;
  }
}
.page_nav {
  list-style: none;
  padding-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_nav li {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 5px;
  width: 25%;
}
.page_nav li a {
  display: block;
  background: #fafafa;
  padding: 10px 5px;
  font-family: 'poppins_bold';
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  border-radius: 25px;
}
.page_nav li a:hover, .page_nav li.active a {
  background: #c30d23;
  color: #fff;
  text-decoration: none;
}
.page_nav li a:hover:before, .page_nav li.active a:before {
  background: #c30d23;
}
@media only screen and (max-width: 768px) {
  .page_nav li {
    width: 50%;
  }
  .page_nav li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .ab_b_img {
    display: block;
    float: none !important;
    margin: 0 auto
  }
  .ab_b_img_2 {
    display: block;
  }
}
.table-responsive {
  overflow-x: auto
}
@media only screen and (max-width: 768px) {
  .ueditorTableStyle tr td:first-child {
    width: 15% !important
  }
}
.mainmenu ul li > ul li .nav_list li {
  float: left
}
.mainmenu > nav > ul > li.product_vmegamenu02 .nav_list li:nth-child(4n+1) {clear: both;}
.product_vmegamenu04 ul {
  width: 100% !important;
  left: 0px !important;
  padding: 20px 0px 20px 0px !important
}
.product_vmegamenu04 ul li {
  width: 20%;
  float: left;
}
.product_vmegamenu04 ul li img {
  width: 55px;
  height: 55px;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
.product_vmegamenu04 ul li > a {
  text-align: center;
  font-family: 'poppins_bold' !important
}
/*增加内页分类*/
.classification > p {
  font-size: 20px;
  font-family: 'poppins_bold';
  line-height: 34px;
  border-bottom: 1px solid #c30d23;
  color: #c30d23;
  background: #0aa260;
  color: #fff;
  padding: 2px 0px 2px 15px
}
.classification ul li {
  float: left;
  list-style: none;
  padding: 10px 0px 10px 0px;
  position: relative
}
.classification ul li a:last-child {
  font-size: 14px;
  color: #848484;
  text-transform: capitalize;
  display: block;
  line-height: 22px;
  overflow: hidden;
  text-decoration: none;
}
.classification ul li .Brand_content a {
  padding: 0px 25px;
}
.classification_m {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 0px;
  margin: 20px 0px
}
.Brand_content a {
  position: relative
}
.Brand_content a:after {
  position: absolute;
  top: 24%;
  right: 0;
  width: 0;
  height: 12px;
  border-right: 1px solid #d1d1d1;
  content: '';
}
.Brand_content:before {
  position: absolute;
  left: 0;
  top: -5px;
  width: 0;
  height: 0;
  border-top: 1px solid #c30d23;
  content: '';
  transform: translate3d(0, -1px, 0);
  transform: all ease-out .3s;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.active_2 .Brand_content a {
  color: #c30d23 !important
}
.active_2 .Brand_content:before {
  width: 100%
}
.classification ul li:hover .Brand_content:before {
  width: 100%
}
.classification ul li:hover a {
  color: #c30d23;
  text-decoration: none
}
.Brand_content a:hover span:before {
  width: 100%
}
@media only screen and (max-width:980px) {
  .classification ul li {
    width: 33.333%
  }
  .classification ul li:nth-child(3n+1) {
    clear: both;
  }
  .classification ul li:nth-child(5n+1) {
    clear: inherit;
  }
}
/*解决方案页面*/
.solution_page {
  height: 60px;
  border-bottom: 2px solid #F5F7F9;
  border-top: 2px solid #F5F7F9
}
.page-nav-box ul li {
  font-size: 16px;
  padding: 0px 30px;
  color: #333;
  float: left;
  list-style: none;
  font-family: 'poppins_bold';
  line-height: 60px;
}
.page-nav {
  position: relative;
  background-color: #fff
}
.page-nav::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #F5F7F9
}
.page-nav.fixed {
  position: fixed;
  z-index: 100;
  top: 88px;
  right: 0;
  left: 0;
  max-width: 1270px;
  margin: 0 auto;
}
.pnav-item {
  position: relative
}
.pnav-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  width: 2px;
  height: 24px;
  margin-top: -12px;
  background-color: #F5F7F9
}
.pnav-item:first-of-type::before {
  display: none
}
.pnav-item.current .pnav-link::after {
  visibility: visible;
  opacity: 1
}
.pnav-link {
  display: block;
  position: relative;
  color: #333
}
.pnav-link:hover {
  color: #c30d23
}
.page-nav .current a {
  color: #c30d23
}
.pnav-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #c30d23;
  visibility: hidden;
  opacity: 0
}
.list-pnav.list-1 {
  text-align: center
}
.list-pnav.list-1 > li {
  width: 50%
}
@media (max-width: 1200px) {
  .page-nav.fixed {
    top: 60px
  }
}
@media (max-width: 1024px) {
  .page-nav-box {
    display: none
  }
  .page-nav::before {
    display: none
  }
}
.nav-page {
  margin-top: 1.5%
}
.section-title {
  text-align: center;
  margin-bottom: 30px;
}
.section-title_con {
  line-height: 24px;
  font-size: 14px
}
.section-title_con_2 ul li {
  list-style: none;
  width: 33.333%;
  float: left;
  padding: 0px 2%;
}
.section-title_con_2 {
  padding: 30px 0px;
  background: #fafafa;
  margin: 30px 0px;
}
.section-title_con_2 ul li p {
  text-align: center;
}
.section-title_con_2 ul li p.ert_1 {
  font-size: 18px;
  font-family: 'poppins_bold';
  margin: 10px 0px;
}
.ert_2 {
  color: #222
}
@media (max-width: 768px) {
  .section-title_con_2 ul li {
    width: 100%
  }
}
/*相关产品*/
/*products-tab*/
#parentHorizontalTab04 {
  margin: 0;
  text-align: left;
  padding: 0px;
  text-align: left;
  margin-top: 0;
}
#parentHorizontalTab04 ul.resp-tabs-list {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
#parentHorizontalTab04 .resp-tabs-list li {
  list-style: none;
  cursor: pointer;
  margin: 0;
  border: none;
  display: block;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #4d4d4d;
  margin: 0;
  font-size: 18px;
  line-height: 48px;
  vertical-align: middle;
  font-family: 'poppins_bold';
  text-transform: capitalize;
  margin-right: 20px;
}
#parentHorizontalTab04 .resp-tabs-list li i {
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: 0 2px 5px 1px rgba(49, 176, 58, 0.2);
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  margin-right: 10px;
  vertical-align: middle;
  background: #175fc3;
}
#parentHorizontalTab04 .resp-tabs-list li.resp-tab-active {
  border-bottom: 3px solid #c30d23
}
#parentHorizontalTab04 em.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
  padding: 3px 10px !important;
}
#parentHorizontalTab04 em.resp-accordion {
  font-size: 16px;
  margin: 0px;
  background: #f8f8f8;
  margin-bottom: 1px;
  color: #333;
  font-style: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#parentHorizontalTab04 em.resp-tab-active {
  margin-bottom: 0px !important;
}
#parentHorizontalTab04 em.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
#parentHorizontalTab04 .resp-tab-content {
  display: none;
}
#parentHorizontalTab04 .resp-content-active, #parentHorizontalTab04 .resp-accordion-active {
  display: block;
}
#parentHorizontalTab04 .resp-tabs-container {
  background: #fff;
}
#parentHorizontalTab04 .resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
#parentHorizontalTab04 .resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}
#parentHorizontalTab04 .resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
#parentHorizontalTab04 .resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}
#parentHorizontalTab04 .resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  border-top: 1px solid;
  border: 1px solid #5AB1D0 !important;
  border-left: 4px solid #5AB1D0 !important;
  margin-bottom: 4px !important;
  border-right: 1px #FFF solid !important;
}
#parentHorizontalTab04 .resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #c1c1c1;
}
#parentHorizontalTab04 em.resp-tab-active span.resp-arrow {
  border: none;
  position: relative;
}
#parentHorizontalTab04 em.resp-tab-active span.resp-arrow:after {
  content: "\f044";
  font-family: "FontAwesome";
  position: absolute;
  right: -6px;
  cursor: pointer;
  font-size: 20px;
  top: -8px;
  color: #fff
}
#parentHorizontalTab04 em.resp-tab-active {
  background: #e60012 !important;
  color: #fff;
}
#parentHorizontalTab04 .resp-easy-accordion em.resp-accordion {
  display: block;
}
#parentHorizontalTab04 .resp-easy-accordion .resp-tab-content {
  border: 1px solid #175fc3;
}
#parentHorizontalTab04 .resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #175fc3; /* !important;*/
}
#parentHorizontalTab04 .resp-jfit {
  width: 100%;
  margin: 0px;
}
#parentHorizontalTab04 .resp-tab-content-active {
  display: block;
}
/*列表*/
#parentHorizontalTab04 .related ul li {
  list-style: none;
  float: left;
  width: 22%;
}
#parentHorizontalTab04 .related ul li .related_2 a {
  font-family: 'poppins_bold';
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 10px 0px;
  display: block
}
#parentHorizontalTab04 .related ul li .related_2 a:hover {
  color: #c30d23
}
#parentHorizontalTab04 .related ul li .related_3 a {
  font-size: 14px;
  font-family: 'poppins_bold';
  color: #c30d23;
}
#parentHorizontalTab04 .related ul li .related_3 i {
  font-size: 20px;
  line-height: 24px;
  color: #c30d23;
  margin-left: 10px;
}
#parentHorizontalTab04 .related ul li > a > img {
  border-radius: 5px;
  border: 1px solid #d8d6d6
}
#parentHorizontalTab04 .related ul li {
  margin: 20px 3% 0px 0px
}
@media (max-width: 768px) {
  .related ul li {
    width: 50%
  }
}
@media (max-width: 460px) {
  #parentHorizontalTab04 .resp-tabs-list li {
    font-size: 14px
  }
}
/*客户*/
.cistern ul li {
  width: 33.333%;
  float: left;
  list-style: none
}
.cistern ul li > a {
  position: relative;
  display: block;
  margin: 0 10px;
  color: #fff;
}
.cistern .pic img {
  display: block;
  width: 100%;
}
.picImg1 img {
  transition: transform 12s cubic-bezier(.23, 1, .32, 1);
  transform: scale(1);
}
.picImg1:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: opacity 5s cubic-bezier(.23, 1, .32, 1), height 5s cubic-bezier(.23, 1, .32, 1);
  opacity: 0;
  background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .7));
}
.picImg1:hover img {
  transform: scale(1.1)
}
.picImg1:hover:before {
  opacity: 1
}
.cistern ul li .text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}
.cistern ul li .text p {
  font-size: 22px;
  line-height: 1.25;
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 90px;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cistern ul li .text:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 149px;
  content: "";
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #000 100%, #000 0);
  background-size: cover;
}
.lazyload-v2, .lazyload-v2:after {
  position: relative;
  overflow: hidden;
}
.con_partners_text {
  font-size: 16px;
  width: 80%;
  margin: 0 auto
}
.con_partners_text a {
  color: #F00;
  font-size: 16px;
  line-height: 24px
}
.con_partners {
  margin: 5% 0px
}
/*详情页选项卡*/
/*.pro-tab{ border:1px solid #ddd; }*/

#parentHorizontalTab02 .resp-tabs-container {
  padding: 0px 15px 10px 15px
}
header.small #logo img {
  max-width: 168px;
}
/*首页新闻*/
/*products-tab*/
#parentHorizontalTab06 {
  margin: 0;
  text-align: left;
  padding: 0px;
  text-align: left;
  margin-top: 0;
}
#parentHorizontalTab06 ul.resp-tabs-list {
  margin: 0px 0px 30px 0px;
  padding: 0px;
  text-align: center
}
#parentHorizontalTab06 .resp-tabs-list li {
  list-style: none;
  cursor: pointer;
  border: none;
  display: block;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  vertical-align: middle;
  font-family: 'poppins_bold';
  text-transform: capitalize;
  background: #c30d23;
  margin-right: 20px;
  padding: 5px 25px;
  border-radius: 5px
}
#parentHorizontalTab06 .resp-tabs-list li i {
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px 1px rgba(49, 176, 58, 0.2);
  display: inline-block;
  text-align: center;
  font-size: 26px;
  line-height: 28px;
  margin-right: 10px;
  vertical-align: middle;
}
#parentHorizontalTab06 .resp-tabs-list li.resp-tab-active {
  background: #222
}
#parentHorizontalTab06 em.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
  padding: 3px 10px !important;
}
#parentHorizontalTab06 em.resp-accordion {
  font-size: 16px;
  margin: 0px;
  background: #f8f8f8;
  margin-bottom: 1px;
  color: #333;
  font-style: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#parentHorizontalTab06 em.resp-tab-active {
  margin-bottom: 0px !important;
}
#parentHorizontalTab06 em.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
#parentHorizontalTab06 .resp-tab-content {
  display: none;
}
#parentHorizontalTab06 .resp-content-active, #parentHorizontalTab06 .resp-accordion-active {
  display: block;
}
#parentHorizontalTab06 .resp-tabs-container {
  background: #fff;
}
#parentHorizontalTab06 .resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
#parentHorizontalTab06 .resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}
#parentHorizontalTab06 .resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
#parentHorizontalTab06 .resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}
#parentHorizontalTab06 .resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  border-top: 1px solid;
  border: 1px solid #5AB1D0 !important;
  border-left: 4px solid #5AB1D0 !important;
  margin-bottom: 4px !important;
  border-right: 1px #FFF solid !important;
}
#parentHorizontalTab06 .resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #c1c1c1;
}
#parentHorizontalTab06 em.resp-tab-active span.resp-arrow {
  border: none;
  position: relative;
}
#parentHorizontalTab06 em.resp-tab-active span.resp-arrow:after {
  content: "\f044";
  font-family: "FontAwesome";
  position: absolute;
  right: -6px;
  cursor: pointer;
  font-size: 20px;
  top: -8px;
  color: #fff
}
#parentHorizontalTab06 em.resp-tab-active {
  background: #e60012 !important;
  color: #fff;
}
#parentHorizontalTab06 .resp-easy-accordion em.resp-accordion {
  display: block;
}
#parentHorizontalTab06 .resp-easy-accordion .resp-tab-content {
  border: 1px solid #175fc3;
}
#parentHorizontalTab06 .resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #175fc3; /* !important;*/
}
#parentHorizontalTab06 .resp-jfit {
  width: 100%;
  margin: 0px;
}
#parentHorizontalTab06 .resp-tab-content-active {
  display: block;
}
/*2021_8_9*/
.left-adv {
  margin-top: 30px;
  width: 100%;
  background-size: cover;
  text-align: center;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.left-adv .ovrly {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=0);
  transition: all .5s;
}
.left-adv .main {
  position: relative;
  left: 0;
  top: 0;
  padding: 30px 30px 40px 30px;
  z-index: 2;
  text-align: center;
}
.left-adv .icon {
  width: 60px;
  height: 60px;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  background: #05a05c;
}
.left-adv .icon:before {
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  filter: alpha(opacity=2);
  -moz-opacity: 0.2;
  opacity: 0.2;
  background: #07c370;
  z-index: -1;
}
.left-adv .icon i {
  width: 36px;
  height: 36px;
  background: url(../image/page_conts.png) no-repeat center;
  background-size: 100%;
  display: inline-block;
}
.left-adv .main .title {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}
.left-adv .main .title:hover {
  text-decoration: none;
}
.left-adv .main .text {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.left-adv .main_more a {
  height: 36px;
  line-height: 36px;
}
.left-adv .main_more:after {
  width: 16px;
  height: 12px;
  background-position: -318px -51px;
}
.left-adv .main_more:hover:after {
  animation: none;
}
.left-adv .main_more:before {
  display: none;
}
.left-adv .main_more a {
  padding: 0px 12px;
  background: #c30d23;
  color: #fff
}
.left-adv .main_more a:hover {
  background: #fff;
  color: #c30d23
}
/*2021_8_10*/
.about_content {
  background: url(../image/bg_about.jpg) no-repeat bottom center;
  position: relative;
  z-index: 12;
  margin: 2% 0px 3% 0px
}
.about_content:after {
  content: '';
  width: 280px;
  height: 360px;
  background: url(../image/bg_about02.jpg) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.about_content .features-tab {
  padding: 0;
}
.about_content .tab-scroll {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  background: rgba(242, 242, 242, 0.25);
  width: 100%;
  max-width: 230px;
}
.about_content .nav-tabs {
  border: none;
  padding-bottom: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.about_content .nav-tabs > li {
  margin: 0;
  padding: 5px 0;
  float: none;
  display: block;
  min-width: 100%;
}
.about_content .nav-tabs > li a {
  padding: 10px 0;
  text-align: center;
  width: 100%;
  border: none;
  color: #333333;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  text-transform: uppercase;
  font-family: 'poppins';
  position: relative;
  background: none;
  transition: all .5s;
}
.about_content .nav-tabs > li a:after {
  content: '';
  width: 40px;
  height: 1px;
  background: #cccccc;
  transition: all .5s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about_content .nav-tabs > li a p {
  margin: 0;
  margin-left: 8px;
}
.about_content .nav-tabs > li a i {
  min-width: 36px;
  height: 36px;
  display: inline-block;
  -webkit-mask-size: 100%;
  background-image: linear-gradient(135deg, #808080 0%, #808080 100%);
  transition: all .5s;
}
.about_content .nav-tabs > li.active > a, .about_content .nav-tabs > li:hover > a, .about_content .nav-tabs > li.active > a:focus {
  border: none;
  background: none;
  color: #b00a1e;
  font-family: 'poppins semibold';
  padding-left: 30px;
}
.about_content .nav-tabs > li.active a:after, .about_content .nav-tabs > li:hover a:after {
  background: #b00a1e;
  width: 100%;
}
.about_content .nav-tabs > li.active a i, .about_content .nav-tabs > li:hover a i {
  background-image: linear-gradient(135deg, #b00a1e 0%, #b00a1e 100%);
}
.about_content .tab-content {
  min-height: 360px;
}
.about_content .main_title {
  text-align: left;
}
.about_content .single-product {
  text-align: center;
}
.about_content .single-product > .image {
  display: block;
  overflow: hidden;
}
.about_content .single-product > .image img {
  max-width: 100%;
  height: auto;
  transition: all .5s;
}
.about_content .single-product:hover .image img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.about_content .single-product > .title {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-family: 'poppins semibold';
  line-height: 24px;
  overflow: hidden;
  max-height: 48px;
  color: #333333;
}
.about_content .single-product:hover > .title {
  color: #b00a1e;
}
.about_content #about01 .owl-carousel .owl-wrapper-outer {
  overflow: inherit;
}
.about_content #about01 .image {
  float: right;
  ;
  padding: 0;
  right: -80px;
  top: -70px;
  position: relative;
  z-index: 2;
  overflow: inherit;
}
.about_content #about01 .image:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 20px;
  top: 20px;
  right: 20px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  z-index: -1;
}
.about_content #about01 .image > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}
.about_content #about01 .image .img {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.05);
}
.about_content #about01 .image .img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: all .5s;
}
.about_content #about01 .image:hover .img img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.about_content #about01 .image .play {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 66px;
  height: 60px;
  background: #fff;
  border-radius: 0 30px 30px 0;
  padding: 6px;
  text-align: right;
}
.about_content #about01 .image .play i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  background: #b00a1e;
}
.about_content #about01 .column {
  padding: 0;
  padding-right: 50px;
}
.about_content #about01 .column .text {
  color: #666666;
  font-size: 12px;
  line-height: 30px;
  overflow: hidden;
  max-height: 180px;
  text-align: left;
}
.about_more {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.about_more .circle_more {
  margin-top: 0;
}
.about_more:hover .circle_more i {
  animation: scroll_right_anim 1.5s infinite;
}
.about_more .about_more_icon {
  padding-left: 20px;
  color: #333333;
  font-size: 14px;
  font-family: 'poppins semibold';
  text-transform: capitalize;
}
.about_more:hover .about_more_icon {
  color: #b00a1e;
  text-decoration: none;
}
.about_content .about_team {
  text-align: center;
  padding: 0 15px;
  padding-bottom: 30px;
}
.about_content .about_team .image {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.about_content .about_team .image img {
  max-width: 100%;
  height: auto;
  transition: all .5s;
  width: 100%;
}
.about_content .about_team:hover img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.about_content .about_team .wrap {
  width: 95%;
  margin: auto;
  position: relative;
  top: -10px;
  background: #fff;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 5px 5px 0 0;
  border-bottom: 2px solid #b00a1e;
  text-align: left;
  padding-bottom: 0;
}
.about_content .about_team .wrap .title {
  font-size: 18px;
  font-family: 'poppins semibold';
  margin-bottom: 5px;
  line-height: 24px;
  overflow: hidden;
  margin-top: 0;
  max-height: 48px;
}
.about_content .about_team .wrap .text {
  color: #808080;
  font-size: 12px;
  margin: 0;
  line-height: 20px;
}
.about_content .about_team .contact {
  list-style: none;
  padding: 10px;
  padding-bottom: 5px;
  margin-top: 10px;
  background: #fafafa;
  border-radius: 5px;
}
.about_content .about_team .contact li {
  margin-bottom: 10px;
  position: relative;
  padding-top: 0;
  display: flex;
  align-items: center;
}
.about_content .about_team .contact li > .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background: #b00a1e;
  transition: all .5s;
}
.about_content .about_team .contact li > .icon i {
  width: 18px;
  height: 18px;
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  transition: all .5s;
  margin-left: -2px;
  margin-top: 1px
}
.about_content .about_team .contact li > p {
  margin-left: 10px;
  font-size: 12px;
}
.circle_more {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 30px;
  text-align: center;
  padding: 10px 0;
  z-index: 2;
  background: #b00a1e;
  transition: all .5s;
}
.circle_more i {
  width: 10px;
  height: 20px;
  display: inline-block;
  -webkit-mask-image: url(../image/icon_right.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  background-image: linear-gradient(135deg, #fff 0%, #fff 100%);
  transition: all .5s;
}
.circle_more:hover i {
  animation: scroll_right_anim 1.5s infinite;
}
@keyframes scroll_right_anim {
  0% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(-3px);
  }
}
.circle_more:after {
  content: '';
  background: #b00a1e;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  z-index: -1;
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  opacity: 0.1;
  transition: all .5s;
}
.circle_more:hover:after {
  -webkit-transform: scale(var(--scale-multiplier, 1.3));
  -ms-transform: scale(var(--scale-multiplier, 1.3));
  transform: scale(var(--scale-multiplier, 1.3));
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
@media (max-width: 768px) and (min-width: 480px) {
  .about_content #about01 .owl-carousel .owl-wrapper, .about_content #about01 .owl-carousel .owl-item {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1640px) {
  .about_content .tab-content {
    padding-left: 180px;
  }
}
@media only screen and (max-width: 1480px) {
  .about_content #about01 .image {
    left: -10px;
    top: -10px;
  }
  .about_content #about01 .column {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1260px) {
  .about_content .tab-scroll {
    width: 100%;
    height: auto;
    position: relative;
    max-width: 100%;
    background: none;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    overflow: hidden;
    top: -10px;
  }
  .about_content .nav-tabs {
    position: inherit;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .about_content .nav-tabs li {
    float: left;
    min-width: inherit;
    padding: 10px;
    width: 20%;
    background: #fcfcfc;
  }
  .about_content .nav-tabs > li a {
    padding-left: 0;
    text-align: left;
  }
  .about_content .tab-content {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .about_content .nav-tabs > li.active > a, .about_content .nav-tabs > li:hover > a, .about_content .nav-tabs > li.active > a:focus {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .about_content #about01 .column {
    padding: 0;
    padding-top: 20px;
  }
  .about_content #about01 .image {
    left: 0;
  }
  .about_content:after {
    display: none;
  }
  .about_content .tab-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    top: -5px;
    border-radius: 5px;
    padding: 5px;
  }
  .about_content .nav-tabs {
    width: 700px;
    top: 0;
    box-shadow: none;
  }
  .about_content .nav-tabs > li {
    padding: 10px 0;
  }
  .about_content .nav-tabs > li a p {
    line-height: 20px;
    height: 40px;
  }
  .about_content .nav-tabs > li.active > a, .about_content .nav-tabs > li:hover > a, .about_content .nav-tabs > li.active > a:focus {
    padding-left: 0;
  }
}
@media only screen and (max-width:1500px) {
  .about_content:after {
    content: '';
    width: 200px;
    height: 360px;
    background: url(../image/bg_about02.jpg) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
}
/*首页应用领域*/
.cat_content {
  background: #f7f7f7 url(../image/bg_pro.jpg) no-repeat right top;
  position: relative;
  margin: 2% 0px;
}
.cat_content .tab-scroll {
  float: left;
  width: 35%;
  background: url(../image/bg_cat.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  position: absolute;
  left: 0;
}
.cat_content .tab-scroll .main_title {
  text-align: left;
  padding-top: 60px;
  padding-left: 20%;
}
.cat_content .tab-scroll .main_title .s_title {
  color: #fff;
}
.cat_content .tab-scroll .main_title .s_title:before {
  background: #fff;
}
.cat_content .tab-scroll .main_title h6 {
  color: #fff;
}
.cat_content .tab-scroll .main_title h6:before, .cat_content .tab-scroll .main_title h6:after {
  display: none;
}
.cat_content .tab-scroll .nav-tabs {
  border: none;
}
.cat_content .tab-scroll .nav-tabs li {
  float: none;
  margin-bottom: 20px;
}
.cat_content .tab-scroll .nav-tabs > li > a {
  padding: 12px 0;
  border: none;
  background: none;
  padding-left: 20%;
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  text-transform: capitalize;
  position: relative;
}
.cat_content .tab-scroll .nav-tabs > li > a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  height: 100%;
  background: #fff;
  transition: all .5s;
  filter: alpha(opacity=15);
  -moz-opacity: 0.15;
  opacity: 0.15;
}
.cat_content .tab-scroll .nav-tabs > li > a .icon {
  display: flex;
  width: 40px;
  height: 100%;
  position: absolute;
  right: 20%;
  top: 0;
  transition: all .5s;
  align-items: center;
  justify-content: center;
}
.cat_content .tab-scroll .nav-tabs > li > a .icon i {
  width: 8px;
  height: 14px;
  display: inline-block;
  -webkit-mask-image: url(../image/next.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  background-image: linear-gradient(135deg, #fff 0%, #fff 100%);
  transition: all .5s;
}
.cat_content .tab-scroll .nav-tabs > li > a p {
  margin: 0;
  transition: all .5s;
  position: relative;
  z-index: 10;
  font-family: 'poppins semibold';
}
.cat_content .nav-tabs > li.active > a, .cat_content .nav-tabs > li:hover > a, .cat_content .nav-tabs > li.active > a:focus {
  border: none;
  background: none;
}
.cat_content .nav-tabs > li.active > a:before, .cat_content .nav-tabs > li:hover > a:before {
  width: 100%;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.cat_content .nav-tabs > li.active > a .icon, .cat_content .nav-tabs > li:hover > a .icon {
  right: 0;
}
.cat_content .nav-tabs > li.active > a .icon i, .cat_content .nav-tabs > li:hover > a .icon i {
  background-image: linear-gradient(135deg, #c30d23 0%, #c30d23 100%);
}
.cat_content .nav-tabs > li.active > a p, .cat_content .nav-tabs > li:hover > a p {
  color: #c30d23;
  padding-left: 20px;
}
.cat_content .tab-content {
  float: right;
  width: 65%;
  overflow: hidden;
  padding: 60px 0;
  padding-left: 70px;
}
.cat_content .tab-content .cat_title {
  margin-bottom: 20px;
  position: relative;
  border-top: 2px solid #f0f0f0;
  padding-top: 20px;
}
.cat_content .tab-content .cat_title:before {
  width: 45px;
  height: 2px;
  background: #c30d23;
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: -2px;
}
.cat_content .tab-content .cat_title h5 {
  margin-top: 0;
  color: #333333;
  font-size: 36px;
  line-height: 90%;
  font-family: 'BebasNeue';
  margin-bottom: 20px;
}
.cat_content .tab-content .cat_title h5 span {
  color: #c30d23;
}
.cat_content .tab-content .cat_title .text {
  max-width: 70%;
  color: #808080;
  font-size: 12px;
  line-height: 24px;
  overflow: hidden;
  max-height: 48px;
  margin-bottom: 10px;
}
.cat_content .single-product {
  padding: 10px;
  text-align: center;
}
.cat_content .single-product .image {
  position: relative;
  overflow: hidden;
}
.cat_content .single-product .image > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
}
.cat_content .single-product .image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: all .5s;
}
.cat_content .single-product:hover .image img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.cat_content .single-product .image .icon {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  background: #c30d23 url(../image/icon_link.png) no-repeat center center;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all .5s;
  padding: 19px 0;
  z-index: 10;
  -webkit-transform: scale(var(--scale-multiplier, 0.8));
  -ms-transform: scale(var(--scale-multiplier, 0.8));
  transform: scale(var(--scale-multiplier, 0.8));
}
.cat_content .single-product .icon:after {
  content: '';
  background: #c30d23;
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
  transition: all .5s;
  border-radius: 50%;
}
.cat_content .single-product:hover .icon {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(var(--scale-multiplier, 1));
  -ms-transform: scale(var(--scale-multiplier, 1));
  transform: scale(var(--scale-multiplier, 1));
}
.cat_content .single-product .title a {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  height: 40px;
}
.cat_content .single-product:hover .title a {
  color: #c30d23;
  text-decoration: none;
}
.single-product .title {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  height: 40px;
  margin-top: 10px;
  font-family: 'poppins_bold';
  display: block
}
.autoplay_c .slick-prev, .autoplay_c .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 0px;
}
.autoplay_c .slick-prev {
  left: 45%;
  top: 100%;
}
.autoplay_c .slick-next {
  right: 45%;
  top: 100%;
}
@media only screen and (min-width: 768px) {
  .cat_content .indicator-style.owl-theme .owl-controls .owl-buttons div {
    width: 36px;
    height: 36px;
    background-color: #f27809;
    border: 1px solid #f27809;
    border-radius: 50%;
    top: -100px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    right: 60px;
  }
  .cat_content .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: auto;
    right: 110px;
  }
  .cat_content .indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
    background-color: transparent;
  }
  .cat_content .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
    background-image: url(https://id.everexceed.com/template/images/prev_h.png);
  }
  .cat_content .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
    background-image: url(https://id.everexceed.com/template/images/next_h.png);
  }
}
@media only screen and (max-width: 1260px) {
  .cat_content .tab-content {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .cat_content .tab-scroll .main_title {
    padding-left: 10%;
  }
  .cat_content .tab-scroll .nav-tabs > li > a {
    padding-left: 10%;
    padding-right: 50px;
  }
  .cat_content .tab-scroll .nav-tabs > li > a:before {
    width: 95%;
  }
  .cat_content .nav-tabs > li.active > a:before, .cat_content .nav-tabs > li:hover > a:before {
    width: 100%;
  }
  .cat_content .tab-scroll .nav-tabs > li > a .icon {
    right: 5%;
  }
  .cat_content .nav-tabs > li.active > a .icon, .cat_content .nav-tabs > li:hover > a .icon {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .cat_content .tab-scroll {
    position: inherit;
    height: auto;
    width: 100%;
    float: none;
  }
  .cat_content .tab-scroll .main_title {
    padding-top: 20px;
    padding-left: 20px;
  }
  .cat_content .tab-scroll .nav-tabs li {
    float: left;
    width: 33.33%;
    margin: 0;
    padding: 0 10px;
  }
  .cat_content .tab-scroll .nav-tabs > li > a {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 40px 10px 10px;
  }
  .cat_content .tab-scroll .nav-tabs > li > a .icon i {
    width: 20px;
    height: 10px;
    -webkit-mask-image: url(https://id.everexceed.com/template/images/icon_down.png);
  }
  .cat_content .tab-scroll .nav-tabs > li > a p {
    height: 40px;
  }
  .cat_content .nav-tabs > li.active > a p, .cat_content .nav-tabs > li:hover > a p {
    padding-left: 0;
  }
  .cat_content .tab-content {
    padding: 40px 20px;
    width: 100%;
  }
  .cat_content .tab-content .cat_title .text {
    max-width: 100%;
  }
  .cat_content .tab-content .cat_title h5 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 560px) {
  .cat_content .tab-scroll .nav-tabs > li {
    padding: 0 5px;
  }
  .cat_content .tab-scroll .nav-tabs > li > a {
    text-align: center;
    padding: 10px 5px;
  }
  .cat_content .tab-scroll .nav-tabs > li > a p {
    height: 60px;
    text-align: center;
  }
  .cat_content .tab-scroll .nav-tabs > li > a .icon {
    display: none;
  }
}
.product_vmegamenu_m {
  width: 20%
}


.fa-industry:before {
    content: "\f275";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-question-circle:before {
    content: "\f059";
}

  .product-module {
            max-width: 1200px;
            margin: 0 auto;
            background-color: white;
            border-radius: 8px;
            /*! box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
            padding: 30px 0;
        }
        
        .category-nav {
            display: flex;
            justify-content: center;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }
        
        .category-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 0 15px;
            cursor: pointer;
            transition: all 0.3s ease;
            padding: 10px;
            border-radius: 8px;
        }
        
        .category-item:hover, .category-item.active {
            background-color: #f0f8ff;
        }
        
        .category-icon {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-color: #e9f0f7;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
            transition: all 0.3s ease;
        }
        
        .category-item:hover .category-icon {
            background-color: #d4e6f9;
            transform: scale(1.05);
        }
        
        .category-icon i {
            font-size: 32px;
            color: #2c6ab3;
        }
        
        .category-name {
            font-size: 14px;
            font-weight: 600;
            color: #333;
            text-align: center;
            line-height: 1.3;
        }
        
        .products-container {
            display: none;
        }
        
        .products-container.active {
            display: block;
            animation: fadeIn 0.5s;
        }
        
        .product-row {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }
        
        .product-card {
            background-color: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease;
        }
        
        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .product-image {
            height: 180px;
            background-color: #f9f9f9;
            display: flex;
            align-items: center;
            justify-content: center;
            border-bottom: 1px solid #eee;
        }
        
        .product-image img {
            max-width: 80%;
            max-height: 80%;
        }
        
        .product-info {
            padding: 15px;
        }
        
        .product-title {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 8px;
            color: #2c3e50;
        }
        
        .product-desc {
            font-size: 13px;
            color: #666;
            line-height: 1.4;
            margin-bottom: 15px;
        }
        
        .read-more {
            display: inline-block;
            padding: 8px 15px;
            background-color: #c30d23;
            color: white;
            text-decoration: none;
            border-radius: 4px;
            font-size: 13px;
            transition: background-color 0.3s;
        }
        
        .read-more:hover {
            background-color: #e51a33;
            color: #fff;
        }
        
        .contact-section {
            margin-top: 40px;
            text-align: center;
            padding: 20px;
            border-radius: 8px;
        }
        
 
        
        .contact-btn {
            display: inline-block;
            padding: 10px 25px;
            background-color: #2c6ab3;
            color: white;
            text-decoration: none;
            border-radius: 4px;
            font-weight: 600;
            transition: background-color 0.3s;
        }
        
        .contact-btn:hover {
            background-color: #1e4d80;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        /* 响应式设计 */
        @media (max-width: 992px) {
            .product-row {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 576px) {
            .category-nav {
                flex-direction: column;
                align-items: center;
            }
            
            .category-item {
                margin: 5px 0;
                width: 100%;
                flex-direction: row;
            }
            
            .category-icon {
                margin-right: 15px;
                margin-bottom: 0;
            }
            
            .product-row {
                grid-template-columns: 1fr;
            }
        }