@charset "gb2312";
ul, li {padding: 0px; margin:0px;list-style:none;}

/*导航样式*/
.site-header.position {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  background: #6d1399;
}
.site-header.position1 #tophead {
  background: #222;
}
.site-header.position1 .met-nav {
  background: #fff;
}
.site-header.position1 .nav > li > a {
  color: #222 !important;
}
.site-header #tophead {
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
}
.site-header #tophead ul {
  margin-bottom: 0;
  padding-left: 0px;
}
.site-header #tophead a {
  color: #fff;
}
.site-header #tophead .tophead-contact {
  float: left;
}
.site-header #tophead .tophead-contact li {
  display: inline-block;
  margin-right: 10px;
}
.site-header #tophead .tophead-contact li i {
  color: #fff;
  padding-right: 10px;
}
.site-header #tophead .tophead-right {
  color: #fff;
  float: right;
}
.site-header #tophead .tophead-right i {
  color: #fff;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .site-header #tophead {
    display: none;
  }
}

.rat-nav {
  margin-bottom: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  border: 0px;
  background: none;
}
.rat-nav [class*=animation-] {
  -webkit-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.rat-nav .navbar-logo {
  height: 80px;
  margin: 0px;
  margin-left: 0px;
  padding: 0px;
}
.rat-nav .navbar-logo img {
  max-height: 60px;
}
@media (max-width: 991px) {
  .rat-nav .navbar-logo img {
    max-height: 50px;
  }
  .navbar-fixed-top{position: inherit;}
}
.rat-nav .navbar-toggle {
  height: 50px;
  float: right;
}
.rat-nav .nav > li > a {
  color: #fff;
  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  font-size: 16px;
  font-weight: bold;
}
.rat-nav .nav > li > a:focus {background: none;}
.rat-nav .nav > li > a i {
  -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.rat-nav .nav li.nav-margin-left {margin-left: 50px;}
@media (max-width: 767px) {
  .rat-nav .nav > li > a {
    padding: 10px 15px;
    line-height: 25px;
  }
  .navbar-header {
  background: #fff;
  border-bottom: 2px solid #3280fc;}
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  	background: none;
  }
}
@media (max-width: 991px) {
  .rat-nav .nav > li > a > i {
    float: right;
  }
}

.rat-nav .nav > li > a:hover,
.rat-nav .dropdown.open > a {
  color: #d9e475 !important;
  background: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background: none;
}
.rat-nav .nav > li > a:hover i,
.rat-nav .dropdown.open > a i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.3s ease-out;
}
.rat-nav .rat-nav-login {
  padding-top: 15px;
  text-align: center;
}
.rat-nav .dropdown-menu > li > a {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-top: 5px;
  padding-bottom: 5px;
}
.rat-nav .dropdown-menu > li > a:hover {
  background: none;
  text-indent: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .rat-nav .nav > li > a {
    padding: 0px;
    height: 80px;
    line-height: 70px;
  }
  .rat-nav .dropdown-menu {
    top: 80px;
    border: 0px;
  background: #6d1399 !important;
  }
  .rat-nav .dropdown-menu a {
    color: #fff;
  }
  .rat-nav .dropdown-menu .dropdown-submenu > a:after {
    display: none;
  }
  .rat-nav .dropdown-menu .dropdown-submenu > a i {
    position: absolute;
    right: 10px;
  }
  .rat-nav .dropdown-menu.bullet {
    top: 80px;
  }
  .dropdown-menu.bullet:after,.dropdown-menu.bullet:before{position:absolute;right:30px;display:inline-block;width:0;height:0;content:'';border:7px solid transparent;border-top-width:0}
  .dropdown-menu.bullet:before{top:-7px;border-bottom-color:#1d5886 !important;}
  .dropdown-menu.bullet:after{top:-6px;border-bottom-color:#1d5886 !important;}
}
@media (max-width: 991px) {
  .rat-nav .dropdown-menu .dropdown-submenu > a:after {
    display: none;
  }
  .rat-nav .dropdown-menu .dropdown-submenu > a > i {
    float: right;
  }
}
@media (max-width: 767px) {
  .rat-nav .navbar-collapse-toolbar {
    background: #fff;}
  .rat-nav .nav > li {
    margin-left: 0px !important;
  }
  .rat-nav .nav li a, .rat-nav .nav li a.active {
    color: #000 !important;
  }
  .rat-nav .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 40px;
  }
  .rat-nav .dropdown-menu.bullet:before,
  .rat-nav .dropdown-menu.bullet:after {
    display: none;
  }
  .rat-nav .navbar-collapse-toolbar {
    position: absolute;
    width: 100%;
  }
  .rat-nav .navbar-collapse-toolbar.in {
    overflow-y: scroll;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
    overflow-x: hidden;
  }
  .rat-nav .navbar-logo {
    float: none;
    max-height: 60px;
    margin: 0 auto;
  }
}
.vertical-align {display: inline-table;}
.vertical-align-middle{display: table-cell;vertical-align: middle;}

.stricky-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  margin-top: 0 !important;
  background: #fff;
  width: 100%;
  border-bottom: 2px solid #1d5886;
  z-index: 999;
}
.stricky-fixed .nav > li > a {
  color: #222 !important;
}

/*手机板面导航*/
.hamburger {
  font-size: 20px;
  vertical-align: middle;
}
.hamburger,
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
  -webkit-transition: -webkit-transform .2s ease-in-out;
       -o-transition:      -o-transform .2s ease-in-out;
          transition:         transform .2s ease-in-out;
}
.hamburger:before,
.hamburger:after {
  content: "";
}
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
  display: block;
  width: 1em;
  height: .1em;
  margin: 0;
  background: #fff;
  border-radius: 1px;
}
.navbar-default .hamburger:before,
.navbar-default .hamburger .hamburger-bar,
.navbar-default .hamburger:after {
  background: #76838f;
}
.navbar-inverse .hamburger:before,
.navbar-inverse .hamburger .hamburger-bar,
.navbar-inverse .hamburger:after {
  background: #fff;
}
.hamburger .hamburger-bar {
  margin: .2em 0;
}
.hamburger-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 8%;
      -ms-transform-origin: 8%;
       -o-transform-origin: 8%;
          transform-origin: 8%;
}
.hamburger-close .hamburger-bar {
  opacity: 0;
}
.hamburger-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 8%;
      -ms-transform-origin: 8%;
       -o-transform-origin: 8%;
          transform-origin: 8%;
}
.hamburger-close.hided:before,
.hamburger-close.collapsed:before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}
.hamburger-close.hided .hamburger-bar,
.hamburger-close.collapsed .hamburger-bar {
  opacity: 1;
}
.hamburger-close.hided:after,
.hamburger-close.collapsed:after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}
.hamburger-arrow-left.collapsed {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hamburger-arrow-left.collapsed:before {
  width: .6em;
  -webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
          transform: translate3d(.45em, .1em, 0) rotate(45deg);
}
.hamburger-arrow-left.collapsed .hamburger-bar {
  border-radius: .2em;
}
.hamburger-arrow-left.collapsed:after {
  width: .6em;
  -webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
          transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
}

.rat-banner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .rat-banner {margin-top: 60px;}
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}
.text-xs-center{text-align:center!important}


/*首页产品展示*/

.overlay {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.overlay-figure {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  border: 1px solid #ccc;
}
.overlay-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #fff
}
.overlay-panel a:not([class]) {
  color: inherit;
  text-decoration: underline
}
.overlay-panel>:last-child {
  margin-bottom: 0
}
.overlay-panel h1, .overlay-panel h2, .overlay-panel h3, .overlay-panel h4, .overlay-panel h5, .overlay-panel h6 {
  color: inherit
}
.overlay-hover:not(:hover) .overlay-panel:not(.overlay-background-fixed) {
  opacity: 0
}
.overlay-background {
  background: rgba(43,88,144,0.5)
}
.overlay-image {
  width: 100%;
  max-width: 100%;
  padding: 0
}
.overlay-shade {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255,255,255,0)), color-stop(90%, rgba(255,255,255,.87)), to(#fff)) repeat scroll 0 0;
  background: transparent -webkit-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(255,255,255,.87) 90%, #fff 100%) repeat scroll 0 0;
  background: transparent -o-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(255,255,255,.87) 90%, #fff 100%) repeat scroll 0 0;
  background: transparent linear-gradient(to bottom, rgba(255,255,255,0) 50%, rgba(255,255,255,.87) 90%, #fff 100%) repeat scroll 0 0
}
.overlay-top {
  bottom: auto
}
.overlay-bottom {
  top: auto
}
.overlay-left {
  right: auto
}
.overlay-right {
  left: auto
}
.overlay-icon {
  font-size: 0;
  text-align: center
}
.overlay-icon:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: ""
}
.overlay-icon .icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  text-decoration: none
}
.overlay-anchor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.overlay-blur, .overlay-fade, .overlay-grayscale, .overlay-scale, .overlay-spin, [class*=overlay-slide] {
-webkit-transition-timing-function:ease-out;
-o-transition-timing-function:ease-out;
transition-timing-function:ease-out;
-webkit-transition-duration:.3s;
-o-transition-duration:.3s;
transition-duration:.3s;
-webkit-transition-property:opacity -webkit-transform -webkit-filter, opacity -webkit-transform filter;
-o-transition-property:opacity -o-transform filter;
transition-property:opacity transform filter
}
.overlay-fade {
  opacity: .7
}
.overlay-hover:hover .overlay-fade {
  opacity: 1
}
.overlay-scale {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}
.overlay-hover:hover .overlay-scale {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}
.overlay-spin {
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0)
}
.overlay-hover:hover .overlay-spin {
  -webkit-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
  -o-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg)
}
.overlay-grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%)
}
.overlay-hover:hover .overlay-grayscale {
  filter: grayscale(0);
  -webkit-filter: grayscale(0)
}
[class*=overlay-slide] {
opacity:0
}
.overlay-slide-top {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%)
}
.overlay-slide-bottom {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%)
}
.overlay-slide-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%)
}
.overlay-slide-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%)
}
.overlay-hover:hover [class*=overlay-slide] {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0)
}
.comments {
  padding: 0;
  margin: 0
}

.card {border: 0px;border-radius:5px;-webkit-box-shadow: none;box-shadow:none;background: #fff;}
.card:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  }
  .p-y-15 {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}
.p-l-0 {
    padding-left: 10px!important;
}
.m-b-10 {
    margin-bottom: 0px!important;
}
.product_list_met_11_1 { padding: 70px 0px; background: url(../images/products-bg.jpg) no-repeat center fixed;}
.product_list_met_11_1 ul { padding: 0; }
.product_list_met_11_1 .head {overflow: hidden;}
.product_list_met_11_1 .head .title { margin-top: 0; margin-bottom: 0; color: #fff; font-size: 32px; }
.product_list_met_11_1 .head .subtitle { margin-top: 0; color: #ccc; }
.product_list_met_11_1 .head .desc { margin-top: 0; color: #ccc; }
.product_list_met_11_1 .nav-tabs { border-bottom: none; margin: 10px auto; display: -webkit-box; display: -moz-flex; display: -ms-flexbox; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; padding: 0; }
.product_list_met_11_1 .nav-tabs li { white-space: nowrap; display: inline-block; float: none; line-height: 25px; overflow: hidden;padding-bottom: 5px; padding-top: 5px; }
.product_list_met_11_1 .nav-tabs li a { background: #6d1399; padding: 8px 20px; border-radius: 0; white-space: nowrap; border: #6d1399 1px solid; color: #fff; font-size: 14px; margin-right: 5px; -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1); transition: all .66s cubic-bezier(.17, .84, .44, 1); font-weight: bold; }
.product_list_met_11_1 .nav-tabs li a:hover { border-color: #1d5886; border-color: #1d5886; color: #fff; background: #1d5886; }
.product_list_met_11_1 .nav-tabs li a:hover h3 { color: #fff; }
.product_list_met_11_1 .nav-tabs li a h3 { text-shadow: none; color: #fff; }
.product_list_met_11_1 .card-header a { display: block; position: relative; }
.product_list_met_11_1 .card-header a .mask { position: absolute; width: 100%; height: 100%; -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1); transition: all .66s cubic-bezier(.17, .84, .44, 1); z-index: 2; }
.product_list_met_11_1 .card-header a img { -webkit-transition: all .6s cubic-bezier(.17, .84, .44, 1); transition: all .6s cubic-bezier(.17, .84, .44, 1); width: 100%; }
.product_list_met_11_1 .card-title { text-align: left; font-weight: normal; border-bottom: 1px solid #d2d2d2; background: ; text-shadow: none; -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1); transition: all .6s cubic-bezier(.215, .61, .355, 1);overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.product_list_met_11_1 .card-title a { color: #000; text-shadow: none; font-size: 16px; }
.product_list_met_11_1 .card-title p { color: #ccc; padding-top: 5px; margin: 0; font-size: 13px; }
.product_list_met_11_1 .card-title .price {  color: #c30a18; }
.product_list_met_11_1 .control-label {padding: 0px;}
.product_list_met_11_1 .control-label .more { -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s; transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s; border: #d2d2d2 1px solid; margin: 0 15px; display: inline-block; padding: 6px 50px; color: #848484; }
.product_list_met_11_1 .control-label .control-prev { display: none /*inline-block*/; -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s; transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s; cursor: pointer; padding: 2px 20px; border: #d2d2d2 1px solid; font-size: 19px; position: relative; top: 2px; color: #848484; }
.product_list_met_11_1 .control-label .control-next { display: none /*inline-block*/; -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s; transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s; cursor: pointer; padding: 2px 20px; border: #d2d2d2 1px solid; font-size: 19px; position: relative; top: 2px; color: #848484; }
.product_list_met_11_1 .control-label .control-prev:hover { color: #fff; border-color: #e4c17e; background-color: #e4c17e; }
.product_list_met_11_1 .control-label .control-next:hover { color: #fff; border-color: #e4c17e; background-color: #e4c17e; }
.product_list_met_11_1 .control-label .more:hover { color: #fff; border-color: #e4c17e; background-color: #e4c17e; }
.product_list_met_11_1 .card:hover .card-title { border-bottom: 1px solid #e4c17e; }
.product_list_met_11_1 .product-list { overflow: hidden; padding-top: 10px; padding-bottom: 10px;}
.product_list_met_11_1 .product-list .item .fa { color: #fff; width: 22px; height: 22px; font-size: 22px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.product_list_met_11_1 .product-list .item .fa:hover { text-decoration: none; }
@media (max-width:767px) {
  .product_list_met_11_1 { padding: 30px 0px; 
  }
  .p-y-15 {
    padding-top: 5px!important;
    padding-bottom: 5px!important;}
    .card {margin-bottom: 10px;}
}

/*首页公司简介*/
.about { padding: 50px 0;}
.about .title {}
.about .title h1 { color: #333; font-size: 30px; }
.about .title p { color: #000; font-size:18px; font-weight: bold;}
.about .info { padding-top: 20px; padding-bottom: 30px; line-height: 30px; }
.about .list {}
.about .list .num{
  color:#888;
  border-right:1px dotted #ddd;}
.about .list .num img{
  margin-bottom:10px; 
  }
.about .list .num span{
  font-size:30px;
  color:#e2000f;
  }
.about .list .num font{
  color:#e2000f;
  font-size:14px;
  }
@media (max-width:991px) {
  
}
@media (max-width:767px) {
  .about { padding:10px 0 30px 0;}
  .about .title h1 {font-size:24px; margin-bottom: 5px; }
  .about .info { padding-top: 10px; padding-bottom:0px; line-height: 24px;}
  .about .list .num { margin:15px auto; line-height:20px;}
  .about .list .num span{
  font-size:24px;
  }
}

.about a {
    overflow: hidden;
    border-radius: 3px;
    position: relative;
}

.about a img {
    display: block;
    width: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.about a img:nth-child(1):hover {
    -webkit-transform: scale(1.1);
    -ms-transform: none;
    transform: scale(1.1);
}
.about .top {
  margin-top: 25px;
    overflow: hidden;
}
.about #dituContent .top {
  margin-top: 0px;
}

.about .top a {
    width: 49%;
    margin-right: 1%;
}

.about .top a .text {
    position: absolute;
    width: 61.49%;
    top: 13.96%;
    left: 7.81%;
}

.about .top a .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.about .top a:nth-child(even) {
    float: right;
    margin-right: 0;
}
@media (max-width: 767px) {
	.about .top a {
		width: 100%;
		margin-top: 15px;
	}
}

/*底部信息*/
.bottom-contact-bg {
  background-color: rgb(230, 230, 230);
  padding: 50px 0px;
}

.bottom-contact-bg h2 {padding: 0px; margin: 0px 0px 15px;}
.bottom-link {font-size: 14px;}
.bottom-contact-bg .form-group {margin-bottom: 10px;}
.bottom-contact-bg .form-group .form-control{color: #4db1e2;color: }


.copyright-bg {background: #6d1399; line-height: 25px; padding: 25px 0px; color: #ccc;}
  .all{
    display: none;
  }
@media (max-width:767px){
  .foot_info_rat {margin-bottom: 65px;}
  .all{
    width:100%;
    overflow:hidden;
    position:fixed;
    bottom:0;
    z-index:9997;
  background:#820f1e;
  display: block;
  border-top: 1px solid #fff;
  }
  .all ul li{width:25%; display:inline-block;float:left;padding:15px 0 0px;text-align:center; border-left: 1px solid #8f1626; border-right: 1px solid #410910;}
  .all ul li:first-child{border-left:0}
  .all ul li:last-child{border-right:0}
  .all ul li a{color: #fff; font-size: 12px;}
}

.my-cate {
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.my-cate .nav>li>a {
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
}

.my-cate .nav>li>a:after {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.my-cate .nav>li>a:focus,
.my-cate .nav>li>a:hover,
.my-cate .nav>li.active>a,
.my-cate .nav>li.active>a:focus,
.my-cate .nav>li.active>a:hover {
    background-color: #fff;
    color: #b60005;
}

.my-cate .nav>li>a:hover:after,
.my-cate .nav>li.active>a:after {
    width: 60px;
    margin-left: -30px;
}

.my-cate .nav>li>a:after {
    content: "";
    position: absolute;
    width: 0;
    border-bottom: 1px solid #b60005;
    left: 50%;
    margin: 0;
    bottom: 0;
}
@media (max-width: 767px) {
  .my-cate .nav>li>a {
    font-size: 14px;
  }
}

 /*新闻板块*/
 .rat-news {
    padding: 30px 0;
    background: #f2f2f2;
    border-top: 1px solid #f0f2f5;
}
.rat-news-list {
  padding: 30px;
  background: #ffffff;
  padding-bottom: 30px;
  overflow: hidden;
}

.media-left, .media>.pull-left {
    padding-right: 20px;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.rat-news-list ul.rat-page-ajax {
  padding: 0px;
  list-style: none;
}
.rat-news-list ul.rat-page-ajax li {
  border-bottom: 1px solid #f0f2f5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.rat-news-list ul.rat-page-ajax li:last-child {
  margin-bottom: 0px;
}
.rat-news-list ul.rat-page-ajax li h4 {
  margin: 0 0 10px;
  font-size: 18px;
}
.rat-news-list ul.rat-page-ajax li h4 a {
  color: #464646;
}
.rat-news-list ul.rat-page-ajax li h4 a:hover {
  color: #696969;
}
.rat-news-list ul.rat-page-ajax li p {
  font-size: 16px;
}
.rat-news-list ul.rat-page-ajax li p.des {
  color: #6a6a6a;
  margin-bottom: 10px;
  font-size: 13px;
}
.rat-news-list ul.rat-page-ajax li p.info {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 300;
  color: #a3afb7;
}
.rat-news-list ul.rat-page-ajax li p.info span {
  margin-left: 10px;
}
.rat-news-list ul.rat-page-ajax li p.info span:first-child {
  margin: 0;
}
.rat-news-list ul.rat-page-ajax li p.info i {
  color: #a3afb7;
  font-weight: 300;
}
  .rat-news-list ul.rat-page-ajax li .media .media-left .media-object {
    height: 120px;
    max-width: none;
  }

@media (max-width: 991px) {
  .rat-news-list ul.rat-page-ajax li h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .rat-news {padding: 0px;}
  .rat-news-list ul.rat-page-ajax li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  }
  .rat-news-list ul.rat-page-ajax li h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .rat-news-list ul.rat-page-ajax li p {
    font-size: 14px;
  }
  .rat-news-list ul.rat-page-ajax li p.des {
    height: 3em;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .rat-news-list ul.rat-page-ajax li .media .media-left {
    padding-right: 10px;
  }
  .rat-news-list ul.rat-page-ajax li .media .media-left .media-object {
    width: 100px;
    max-width: none;
  }
}
.rat-news-bar{background:#fff;margin-left:30px;padding:20px;box-shadow:0 1px 1px rgba(0,0,0,.05)}
.list-group-item.active a, .list-group-item.active:hover a, .list-group-item.active:focus a {color:#fff;}
@media (max-width:992px){.rat-news-bar{margin-left:0;margin-top:30px;padding:30px}}
@media (max-width:768px){.rat-news-bar{margin-left:0;margin-top:0;padding:20px 15px}}
.rat-news-bar ul.column{padding:0;list-style:none}
.rat-news-bar ul.column li{margin-bottom:10px}
.rat-news-bar ul.column li a{font-size:16px;color:#2a333c}
.rat-news-bar ul.column li a:hover{color:#4e97d9}
.rat-news-bar ul.column li a.active{color:#4e97d9}
.rat-news-bar .recommend{margin:20px 0;padding:20px 0;border-top:1px solid #f0f2f5;border-bottom:1px solid #f0f2f5}
.rat-news-bar .recommend h3{font-size:18px;font-weight:300;margin:0}
.rat-news-bar .recommend .list-group{margin-top:10px;margin-bottom:0}
.rat-news-bar .recommend .list-group a{color:#2a333c;font-size:15px}
.rat-news-bar .recommend .list-group a:hover{color:#4e97d9}
.form-group {
    margin-bottom: 20px;
}
.input-search {
    position: relative;
}
.input-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 10px;
    background: 0 0;
    border: none;
    border-radius: 0 200px 200px 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.57142857;
    color: #76838f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* 文章模块详情页 */
.rat-news-body {
    background: #fff;
}
@media (max-width: 767px) {
  .rat-news-body .rat-shownews-header {
    padding-top: 20px;
  }
}
.rat-news-body .rat-editor {
  padding: 10px 20px;
}
.rat-news-body .rat-editor .postbody {
  width: 100%!important;
}
.rat-news-body .rat-shownews-header,
.rat-news-body .rat-shownews-footer {
  padding: 20px;
}
@media (max-width: 767px) {
  .rat-news-body .rat-shownews-header,
  .rat-news-body .rat-shownews-footer {
    padding: 20px;
  }
}
.rat-news-body .rat-shownews-header {
  padding-top: 20px;
}
.rat-news-body h1 {
  margin: 0px;
  margin-bottom: 5px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .rat-news-body h1 {
    font-size: 20px;
  }
}
.rat-shownews-header .info {
  padding-bottom: 20px;
  border-bottom: 1px #ccc solid;
  font-size: 16px;
  font-weight: 300;
  color: #a3afb7;
}
.rat-shownews-header .info span {
  padding-right: 10px;
}
.rat-news-body .rat-shownews-footer ul.pager {
    margin: 0;
    border-top: 1px solid #f0f2f5;
    padding-top: 20px;
}
/*翻篇*/
.pager{padding-left:0;margin:22px 0;text-align:center;list-style:none; width: 100%;}
.pager li {
  width: 49%;
  display: inline-block;
}
.pager li a {
  max-width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pager li > a,.pager li > span{display:inline-block;padding:5px 14px;background-color:transparent;border:1px solid #e4eaec;border-radius:5px; color: #333;}
.pager li > a:focus,.pager li > a:hover{text-decoration:none;background-color:#fff;}
.pager .next>a,.pager .next>a>span,.pager .previous > a > span  {float:right}
.pager .previous>a{float:left}


@media (max-width: 767px) {
  .rat-shownews .info {
    padding-bottom: 20px;
  }
}
.rat-shownews .rat-shownews-footer {
  padding-top: 0px;
}
.rat-shownews .rat-shownews-footer ul.pager {
  margin: 0px;
  border-top: 1px solid #f0f2f5;
  padding-top: 20px;
}



/*end 新闻中心*/
.about {
    background: #f3f3f3;
    padding-top: 40px;
}


/* 公司简介 */

.about-profile {
    padding-bottom: 40px;
}

.about-profile img {
    max-width: none;
}

.about-profile .top {
    padding: 0 40px;
    background: #fff;
    overflow: hidden;
}

.about-profile .top h2 {
    line-height: 90px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.about-profile .top h3 {
    line-height: 50px;
    font-size: 16px;
    text-align: center;
}

.about-profile .top p {
    line-height: 26px;
    font-size: 14px;
}
.about-info {
  padding: 30px 0px;
}
.about-info img{
  width: 100%;
}

/* 发展历程 */

.about-history {
    background: #f3f3f3 url(../images/bg-about-history.jpg) no-repeat center bottom;
    min-height: 800px;
    padding-bottom: 240px;
}

.about-history ul {
    margin: 0 auto;
    max-width: 870px;
    position: relative;
    padding-bottom: 30px;
}

.about-history ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    height: 100%;
    width: 2px;
    background: #ddd;
}

.about-history ul li {
    position: relative;
    margin-bottom: 30px;
}

.about-history ul li:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid #b60005;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    z-index: 1;
    background: #fff;
}

.about-history ul li:first-child:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    background: #f3f3f3;
    height: 50%;
}

.about-history ul li img {
    width: 42.5%;
    float: left;
}

.about-history ul li .text {
    width: 42.5%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-history ul li .text h3 {
    line-height: 40px;
    font-size: 40px;
    color: #333;
    font-family: "Tahoma";
}

.about-history ul li .text h3 sub {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    vertical-align: 1px;
}

.about-history ul li .text .desc {
    line-height: 30px;
    font-size: 16px;
    margin-top: 5px;
    height: 90px;
}

.about-history ul li:nth-child(even) img {
    float: right;
}

.about-history ul li:nth-child(even) .text {
    right: auto;
    left: 0;
    text-align: left;
}

.about-history .more {
    display: block;
    width: 40px;
    line-height: 32px;
    border-radius: 50%;
    border: 4px solid #b60005;
    text-align: center;
    font-size: 36px;
    color: #b60005;
    margin: 0 auto;
    font-family: "SimHei";
    background: #fff;
}

.about-history ul li .mCSB_scrollTools {
    right: -15px;
    top: 5px;
}

.about-history ul li:nth-child(even) .mCSB_scrollTools {
    right: auto;
    left: -15px;
}


/* 资讯中心 */


/*.about-news .top{padding-bottom: 50px;background: #f3f3f3;}*/

.container,
.wrapper,
.box {
    position: relative;
}

.about-news .top .container {
    position: relative;
    padding: 0 40px 48px;
    background: #fff;
}

.about-news .top h2 {
    line-height: 70px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.about-news .top .picture {
    float: left;
    width: 45.53%;
    height: 410px;
    margin-top: 18px;
}

.about-news .top .picture a {
    overflow: hidden;
}

.about-news .top .picture a img {
    position: relative;
    left: 50%;
    display: block;
    width: 612px;
    height: 410px;
    margin-left: -255px;
}

.about-news .top .picture .page {
    position: absolute;
    right: 15px;
    bottom: 10px;
    left: auto;
    z-index: 1;
    width: auto;
}

.about-news .top .picture .page span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #fff;
    opacity: 1;
}

.about-news .top .picture .page span[class*="active"] {
    background: #b60005;
}

.about-news .top ul {
    float: right;
    width: 50%;
    margin-top: 20px;
}

.about-news .top ul li {
    padding-bottom: 30px;
    border-bottom: 1px dotted #aaa;
}

.about-news .top ul li:last-child {
    margin: 0;
}

.about-news .top ul li:nth-child(n+2) {
    padding-top: 20px;
}

.about-news .top ul li h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.about-news .top ul li h3 a {
    line-height: 28px;
    font-size: 16px;
    color: #333;
}

.about-news .top ul li:hover h3 a {
    color: #b60005;
}

.about-news .top ul li p {
    line-height: 35px;
    overflow: hidden;
    font-size: 14px;
    color: #888;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.about-news .top ul li span {
    display: block;
    line-height: 18px;
    margin-top: 10px;
    font-size: 14px;
    color: #888;
}

.about-news .list .category {
    margin: 0px 0 20px;
    overflow: hidden;
}

.about-news .list .category a {
    float: left;
    line-height: 32px;
    margin-right: 30px;
    font-size: 14px;
    color: #333;
}

.about-news .list .category a.active {
    border-bottom: 2px solid #b60005;
}

.about-news .list li {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.about-news .list li .thumb {
    display: block;
    width: 350px;
    height: 230px;
    overflow: hidden;
}

.about-news .list li .thumb img {
    display: block;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.about-news .list li .text {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 350px);
    height: 100%;
    padding: 0 7.5% 0 5%;
    background: #fff;
}

.about-news .list li .text .box {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-news .list li .text h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.about-news .list li .text h3 a {
    line-height: 20px;
    font-size: 16px;
    color: #333;
}

.about-news .list li .text h3 a:hover {
    color: #b60005;
}

.about-news .list li .text p {
    line-height: 18px;
    margin-top: 14px;
    overflow: hidden;
    font-size: 14px;
    color: #888;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.about-news .list li .text span {
    display: block;
    line-height: 18px;
    margin-top: 14px;
    font-size: 14px;
    color: #888;
}

.about-news .list li .detail {
    position: absolute;
    text-align: center;
    top: 50%;
    right: 2.5%;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    background-position: -262px -62px;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.about-news .list li:hover {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
}

.about-news .list li:hover .thumb img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.about-news .list li:hover .detail {
    background-color: #b60005;
    background-position-y: -112px;
    border-color: #b60005;
    color: #fff;
}

.about-news .list .pagination {
    padding: 70px 0 110px;
}

.about-news-detail {
    padding-bottom: 40px;
}

.about-news-detail .container {
    padding: 0 20px;
    background: #fff;
}

.about-news-detail h1 {
    line-height: 36px;
    padding-top: 36px;
    font-size: 24px;
    color: #333;
    text-align: center;
}

.about-news-detail .attr {
    position: relative;
    line-height: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    text-align: center;
}

.about-news-detail .attr em {
    display: inline-block;
    width: 20px;
}

.about-news-detail .upload {
    margin-top: 40px;
    position: relative;
}

.about-news-detail .attr .bdsharebuttonbox {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 206px;
}

.about-news-detail .attr .bdsharebuttonbox span {
    text-transform: uppercase;
    color: #b60004;
    float: left;
    line-height: 40px;
    font-size: 14px;
    padding: 0 5px;
}

.about-news-detail .attr .bdsharebuttonbox a {
    width: 36px;
    height: 36px;
    border-top: 1px solid #fff;
    padding: 0;
    margin: 0;
}

.about-news-detail .attr .bdsharebuttonbox a:nth-of-type(1) {
    background-position: -307px -57px;
}

.about-news-detail .attr .bdsharebuttonbox a:nth-of-type(2) {
    background-position: -357px -57px;
}

.about-news-detail .attr .bdsharebuttonbox a:nth-of-type(3) {
    background-position: -407px -57px;
}

.about-news-detail .attr .bdsharebuttonbox a:nth-of-type(4) {
    background-position: -457px -57px;
}

.about-news-detail .attr .bdsharebuttonbox a:hover {
    background-position-y: -107px;
}

.about-news-detail .upload p {
    line-height: 26px;
    margin-top: 26px;
    font-size: 14px;
}

.about-news-detail .jump {
    position: relative;
    margin-top: 50px;
    padding: 40px 0;
    border-top: 1px solid #e5e5e5;
}

.about-news-detail .jump span {
    display: block;
    line-height: 40px;
    font-size: 14px;
}

.about-news-detail .jump span a {
    color: #666;
}

.about-news-detail .jump span a:hover {
    color: #b60005;
}

.about-news-detail .jump .back {
    position: absolute;
    top: 54px;
    right: 0;
    width: 120px;
    line-height: 38px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
}

.about-news-detail .jump .back:hover {
    background: #b60005;
    border-color: #b60005;
    color: #fff;
}

.bd_weixin_popup {
    box-sizing: content-box;
}



/* 联系我们 */

.about-contact {
    background: #f3f3f3;
}

.about-contact ul {
    padding: 70px 0;
    overflow: hidden;
    background: #fff;
}

.about-contact li {
    position: relative;
    float: left;
}

.about-contact li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 30px;
    margin-top: -15px;
    border-right: 1px solid #e5e5e5;
}

.about-contact li:last-child:after {
    content: none;
}

.about-contact .top li {
    width: 33.33%;
}

.about-contact .top li p>em {
    line-height: 20px;
    font-size: 32px;
    color: #c00;
    text-align: center;
    margin-bottom: 20px;
}

.about-contact .top li h3 {
    line-height: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.about-contact .top li span {
    display: block;
    line-height: 24px;
    margin-top: 20px;
    font-size: 16px;
    color: #333;
    text-align: center;
    height: 48px;
}

.about-contact .top li em {
    display: block;
    line-height: 16px;
    margin-top: 20px;
    font-size: 16px;
    color: #888;
    text-align: center;
    text-transform: capitalize;
}

.about-contact .bottom {
    margin-top: 40px;
}

.about-contact .bottom li {
    width: 25%;
    padding-left: 5%;
}

.about-contact .bottom li h3 {
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.about-contact .bottom li span {
    display: block;
}

.about-contact .bottom li span i {
    color: #c00;
}

.about-contact .bottom li span a {
    display: inline-block;
    line-height: 32px;
    cursor: default;
    font-size: 14px;
    color: #333;
    ;
}

.about-contact .map {
    height: 500px;
    margin-top: 40px;
}

.about-contact .map .BMap_cpyCtrl,
.about-contact .map .anchorBL {
    display: none;
}


/*图片展示*/

.recommend .category {
    margin-top: 25px;
    overflow: hidden;
}

.recommend .category a {
    float: left;
    width: 70px;
    line-height: 30px;
    margin-right: 10px;
    background: #eee;
    font-size: 14px;
    color: #888;
    text-align: center;
}

.recommend .category a.active,
.recommend .category a:hover {
    background: #b60005;
    color: #fff;
}

.recommend .list {
    margin: 25px 0 50px;
}

.recommend .list:after {
    content: "";
    display: block;
    clear: both;
}

.recommend .list a {
    background: #f8f8f8;
    height: 300px;
    width: 100%;
    overflow: hidden;
    position: inherit;
}

.recommend .list a img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80%;
    max-height: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.recommend .list a .mask {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, .1);
    overflow: hidden;
}

.recommend .list a .mask .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    line-height: 40px;
    margin: -20px 0px 0px -23px;
    color: #fff;
    width: 46px;
    height: 40px;
    background-color: rgba(0, 0, 0, .5);
    background-position: -402px -5px;
    border-radius: 3px;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.recommend .list a:hover .mask {
    top: 0;
    bottom: 0;
    height: 100%;
}

.recommend .list h3 {
    background: #f8f8f8;
    width: 100%;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    text-align: center;
}


/*产品与图片展示*/
/* 内页子栏目导航 */
.met-column-nav{background:#fff;text-align:center;border-bottom:1px solid #f0f2f5}
.met-column-nav.bordernone{border-bottom:0;background: #6d1399;}
@media(max-width:768px){
  .met-column-nav{border-bottom:1px solid #f0f2f5}
  .met-column-nav .sidebar_tile{overflow:hidden}
}
.met-column-nav ul.met-column-nav-ul{padding:0;list-style:none;margin:0 auto}
@media(max-width:768px){
  .met-column-nav ul.met-column-nav-ul{display:block}
}
.met-column-nav ul.met-column-nav-ul>li{display:inline-block}
.met-column-nav ul.met-column-nav-ul>li a.link{text-decoration:none;font-size:16px;font-weight:600;padding:14px;display:block;color: #fff;}
.met-column-nav ul.met-column-nav-ul>li a.link:active,.met-column-nav ul.met-column-nav-ul>li a.link:focus,.met-column-nav ul.met-column-nav-ul>li a.link:hover{text-decoration:none; background: #4379b7; color: #fff;}
.met-column-nav ul.met-column-nav-ul>li a.link:hover,.met-column-nav ul.met-column-nav-ul>li a.link.active{color:#fff}
.met-column-nav ul.met-column-nav-ul>li>ul>li>a.active{color:#0046aa !important}
.met-column-nav ul.met-column-nav-ul>li .dropdown-menu {
    border: 0px;
    background: #6d1399 !important;
}
.met-column-nav ul.met-column-nav-ul>li .dropdown-menu.bullet{top:40px}
.met-column-nav ul.met-column-nav-ul>li .dropdown-menu.bullet:after,.met-column-nav ul.met-column-nav-ul>li .dropdown-menu.bullet:before{position:absolute;left:30px;display:inline-block;width:0;height:0;content:'';border:7px solid transparent;border-top-width:0}
.met-column-nav ul.met-column-nav-ul>li .dropdown-menu.bullet:before{top:-7px;border-bottom-color:#1d5886 !important;}
.met-column-nav ul.met-column-nav-ul>li .dropdown-menu.bullet:after{top:-6px;border-bottom-color:#1d5886 !important;}
.met-column-nav ul.met-column-nav-ul>li .dropdown-menu > li > a {color: #fff; font-size: 14px; font-weight: bold; line-height: 25px;}
@media(min-width:992px){
  .met-column-nav.product-search-body{text-align:left}
}
.product_search  {padding-bottom: 10px;}
.met-column-nav.product-search-body .product_search .form-group{width:90%;margin:0 auto;margin-bottom:15px}
@media(min-width:992px){
  .met-column-nav.product-search-body .product_search .form-group{width:100%;margin-top:7px;margin-bottom:0}
}
.met-column-nav.product-search-body .product_search.navno .form-group{margin-top:15px}
@media(min-width:992px){
  .met-column-nav.product-search-body .product_search.navno .form-group{margin-top:8px;margin-bottom:8px}
}

.border-bottom1, .rat-showproduct-head .product-para, .product-detail .rat-editor .product-para {
    border-bottom: 1px solid #f0f2f5;
}
.p-y-10 {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.input-search{position:relative}
.input-search .form-control{border-radius:200px}
.input-search .input-search-close,.input-search .input-search-icon{position:absolute;z-index:1;top:50%;width:2.573rem;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}
.input-search .input-search-close{right:8px}
.input-search .input-search-icon+.form-control{padding-left:3.073rem}
.input-search .input-search-icon{font-size:16px;left:8px;text-align:center;pointer-events:none;color:#a3afb7}
.input-search-btn+.form-control{padding-right:50px}
.input-search-btn{position:absolute;top:0;right:0;height:100%;padding:0 10px;border:none;border-radius:0 200px 200px 0;background:0 0}
.input-search-btn .icon{margin:0 3px}
/*产品模块*/
.product_list_page_rat{padding: 30px 0;background:;background:#f2f2f2;}
.product_list_page_rat .less-page-content {  }
.product_list_page_rat .card-header a { display: block; position: relative; }
.product_list_page_rat .card-header a .mask { position: absolute; width: 100%; height: 100%; -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1); transition: all .66s cubic-bezier(.17, .84, .44, 1); z-index: 2; }
.product_list_page_rat .card-header a img { -webkit-transition: all .6s cubic-bezier(.17, .84, .44, 1); transition: all .6s cubic-bezier(.17, .84, .44, 1); width: 100%; }
.product_list_page_rat .card-title { text-align: left; border-bottom: 1px solid #e0e0e0; text-shadow: none; -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1); transition: all .6s cubic-bezier(.215, .61, .355, 1); margin-bottom:0; color: #444444; padding: 0px 10px;}
.product_list_page_rat .card-title a { color: #444444;color: ; text-shadow: none; font-size: 16px; }
.product_list_page_rat .card-title p { color: #848484;color: ; padding:5px 0; margin: 0; font-size: 13px; }
.product_list_page_rat .card:hover .card-title { border-bottom: 1px solid #444444;border-bottom: 1px solid ; }
.product_list_page_rat .product-list .item { opacity: 0; transform: translate(0, 10%);margin-bottom: 20px; }
.product_list_page_rat-list .item .fa { color: #fff; width: 22px; height: 22px; font-size: 22px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.product_list_page_rat-list .item .fa:hover { text-decoration: none; }
.product_list_page_rat .card-title .btn{
  margin-top:15px;
  font-size:14px;
  background: transparent;
  border: 1px solid #e4c17e;
    border: 1px solid ;
  border-radius: 0;
}
.product_list_page_rat .card-title a.btn {color:#e4c17e;color:;}
.product_list_page_rat .card-title .btn:hover{
    background: #e4c17e;
  background: ;
    border: 1px solid #e4c17e;
  border: 1px solid ;
  color: #fff;
}
@media (max-width:767px){
  .product_list_page_rat{
    padding:10px 0;
  }
    .product_list_page_rat .card-title{padding:10px !important;}
    .product_list_page_rat .less-page-content ul{margin:0;}
    .product_list_page_rat .less-page-content li{padding-left: 5px !important;padding-right: 5px !important;margin-bottom:10px;}
}
/*产品内容页*/
.page-content {
  padding: 30px 30px;
  background: #f2f2f2;
}
@media (max-width:479px) {
.page-content {
  padding: 10px
}
}
@media (max-width: 767px){
.page-content {
    padding: 15px 0px;
}
}
[class*=animation-] {
animation-fill-mode:none
}
@media (max-width:991px) {
.page-content {
  padding: 20px 0px
}
.panel {
  margin-bottom: 20px
}
.panel-body {
  padding: 20px
}
}
@media (max-width:767px) {
.page-content {
  padding: 15px 0px
}
.panel, .well, .card-shadow {
  margin-bottom: 15px
}
.panel-body, .well, .modal-body, .modal-header, .modal-footer {
  padding: 15px
}
.modal-footer {
  padding-top: 0
}
}
.shopproduct_list_detail_rat .section { padding: 15px 0;background: #fff; }
.shopproduct_list_detail_rat .content .rat-editor,.shopproduct_list_detail_rat .content .product-para{
  padding:30px;
}
.shopproduct_list_detail_rat .product-para li a {color:#e4c17e;color:;}
.shopproduct_list_detail_rat .block-bg {background: #fff;}
@media (max-width:767px) {
  .shopproduct_list_detail_rat .content .rat-editor,.shopproduct_list_detail_rat .content .product-para{
  padding:15px;
}
.panel-body, .well, .modal-body, .modal-header, .modal-footer {
    padding: 15px;
}
}
.block-bg, .panel {
    background: #fff;
}



/* 商品详情页-产品信息 */
.shopproduct_list_detail_rat.rat-showproduct-head .product-para { margin: 0; padding: 10px 0; }
.shopproduct_list_detail_rat .navbar-toggle { line-height: 66px; background: transparent; border: 0; float: right; outline: 0; }
.shopproduct_list_detail_rat.rat-showproduct-head .product-intro h1{color:#444444;}
.shopproduct_list_detail_rat.rat-showproduct-head .product-intro h1{color:;}
.shopproduct_list_detail_rat .rat-showproduct-head .product-intro p.description{color:#848484;color:;}

.shopproduct_list_detail_rat .product-intro h1{color:#444444;color:;}
@media (max-width:991px) { }
.shopproduct_list_detail_rat.rat-showproduct-head .product-intro { margin-top: 20px; }
}
.shopproduct_list_detail_rat .product-para { border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; padding: 15px 0; }

/* 商品详情页-产品内容详情 */
.shopproduct_list_detail_rat .product-detail .rat-editor .product-para { margin-bottom: 15px; overflow: hidden; }
.shopproduct_list_detail_rat .product-detail .rat-editor .product-para li { padding: 10px; }
.shopproduct_list_detail_rat .product-detail .rat-editor {padding: 0px; margin:0px;}
.rat-editor img{ width: 100%; }
@media (max-width:767px) {
.shopproduct_list_detail_rat .content { padding: 15px; }
}

/* 产品详情页-侧栏 */
.shopproduct_list_detail_rat .sidebar-piclist h4>a { color: #444444;color: ; text-shadow: none; }
.shopproduct_list_detail_rat .sidebar-piclist li:hover a{color:#e4c17e;color:;}
.shopproduct_list_detail_rat .sidebar-piclist h4 { text-align: center; }
.shopproduct_list_detail_rat .sidebar-piclist p { text-align: left; color: #444444; }
.pro-nyleft-text {font-size: 14px;}

.shopproduct_list_detail_rat .rat-sidebar >:not(:first-child) { margin: 20px 0 0; padding: 20px 0 0; border-top: 1px solid #f0f2f5; }
.shopproduct_list_detail_rat .leftsidebar { margin-left: 0 !important; /*margin-right: 30px;*/ }
@media (max-width:991px) {
.shopproduct_list_detail_rat   .leftsidebar { margin-right: 0px; }
}
.shopproduct_list_detail_rat .sidebar-column li a { display: block; font-size: 16px; }
.shopproduct_list_detail_rat .sidebar-column li i { float: right; margin-top: 2px; font-size: 14px; }
.shopproduct_list_detail_rat .sidebar-column li ul a { font-size: 14px; }
@media (min-width:768px) {
.shopproduct_list_detail_rat   .navbar-toggle { display: none; }
}

/*分页*/

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  width:100%;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/****************************** 成功案例 ******************************/
.customer {background-color: #fff;}
.customer .area{padding: 40px 0 70px;background: #f3f3f3;}
.customer .area .container{padding: 35px 0;background: #fff;}
.customer .area h2{line-height: 45px;font-size: 24px;color: #49c200;text-align: center;}
.customer .area h2 em{display: inline-block;margin: 0 5px;vertical-align: middle;font: 50px/65px "Fette";color: #b60005;}
.customer .area p{line-height: 35px;padding: 20px 100px 0;font-size: 16px;text-align: left;}
.customer .area img{display: block;width: 100%;margin-top: 60px;}

.customer .list{margin: 0px;}
.customer .list h2{line-height: 30px;font-size: 16px;color: #333;text-align: center;}
.customer .list h2:after{content: "";display: block;width: 40px;margin: 0 auto;border-bottom: 2px solid #b60005;}
.customer .list h2 span{position: relative;}
.customer .list h2 span sub{position: absolute;font-size: 12px;color: #999;top: 2px;left: 100%;width: 90px;line-height: normal;}
.customer .list .hblogot {border-bottom: 1px solid #e5e5e5; overflow: hidden;}
.customer .list .hblogot .lm {}
.customer .list .hblogot:last-child{border: none;}
.customer .list .hblogot .hblogo{position: relative;height: 155px;text-align: center; border: 0px;}
.customer .list .hblogot .hblogo:after{content: "";position: absolute;top: 50%;right: 0;height: 96px;margin-top: -48px;border-right: 1px solid #e5e5e5;}
.customer .list .hblogot .hblogo:last-child:after{content: none;}
.customer .list .hblogot .hblogo img{max-width: 70%;max-height: 70%; border: 0px;}
.customer .list .ps{line-height: 16px;margin: 40px 0 80px;font-size: 14px;color: #999;text-align: center;}
@media screen and (max-width:320px){
.ms {display: none !important;}
}
@media screen and (max-width: 767px) {
    .mh {display: none !important;}
    /****************************** 成功案例 ******************************/
    .customer .area{padding: 0;background: none;}
    .customer .area .container{margin-top: 0;padding: 0;}
    .customer .area h2{font-size: 18px; line-height: 30px; padding-top: 10px;}
    .customer .area h2 em{font-size: 40px;}
    .customer .area p{padding: 0 5%; font-size: 12px; line-height: 24px;}
    .customer .area img{display: none;}

    .customer .list{margin-top: 30px;}
    .customer .list .hblogot .hblogo{height: 120px;}
    .customer .list .hblogot .hblogo:after{height: 80px;margin-top: -40px;}
    .customer .list .ps{margin: 30px 0;}
}




.box_news{
	width:96%;
	float:left;
	}
.box_news li{
	line-height:40px;
	font-size:14px;
	border-bottom:1px dotted #999;
	}
	.box_news li a{
	text-decoration: none;
	
	}
.newstime{
	text-align:right;
	float:right;
	color: #353535;
		}