/*全局样式*/
@import  "//at.alicdn.com/t/font_967405_ir600tc6e3k.css";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html,
body {
  /*height: 100%;*/
}
html {
  font-size: 10px;
}
body {
  background: #fff;
  font-family: "PingFang SC", "FZLanTingHei-R-GBK", "Lantinghei SC", "华文黑体", "Microsoft YaHei", "Helvetica Neue", Arial;
  overflow-x: hidden;
  word-break: break-all !important;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  line-height: 1.2;
}
button,
input[type=button],
button:focus,
input[type=button]:focus,
input {
  -webkit-appearance: none;
  outline: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none!important;
}
.imgVerMiddle {
  vertical-align: middle;
}
label {
  font-weight: normal;
}
.label-error {
  color: red;
}
img {
  vertical-align: middle;
  border: 0;
}
ul,
li {
  list-style: none;
}
i {
  font-style: normal;
}
::-webkit-input-placeholder {
  color: #ccc;
}
.vertival {
  vertical-align: middle;
}
.clearfix:after,
.clearfix:before {
  clear: both;
  content: '';
  display: table;
}
a {
  outline: none;
  cursor: pointer;
  color: #666;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #333;
  outline: none!important;
}
.green {
  color: #08B14C;
}
.red {
  color: red;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
#top {
  background: #eaeaea;
  color: #333;
  padding: 10px 0;
  font-weight: 300;
}
#top a {
  color: #333;
  padding-left: 5px;
}
#top .version {
  text-align: right;
}
.navbar {
  border: 0;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0;
  background: #f1f1f1;
}
.navbar .navbar-default {
  background: #f1f1f1;
}
.navbar .navbar-default .navbar-brand {
  width: 408px;
  height: 97px;
  vertical-align: middle;
  padding: 10px 0 0 15px;
}
.navbar .navbar-default .navbar-brand img {
  width: 100%;
}
.navbar .navbar-default .navbar-toggle {
  border: 0;
  margin-top: 20px;
}
.navbar .navbar-collapse {
  float: right;
}
.navbar .navbar-collapse a 
{
  width:90px;
  height: 120px;
  line-height: 120px;
  padding: 0px 10px;
  text-align: center;
}
.navbar .navbar-collapse a:hover,
.navbar .navbar-collapse a.active {
 /* background: url(../images/menuactive.png) no-repeat center;
  background-size: 100% 100%;*/
  background: #41376b;
  color: #fff;
}

.navbar .navbar-collapse a.contact:after {
  width: 0;
}
.navbar .navbar-collapse a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 42%;
  width: 1px;
  height: 18px;
  background: #E7E7E7;
}
.navbar .navbar-collapse a.active:after,.navbar .navbar-collapse a:hover:after{
  display: none;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #A83544;
}
.banner_inner {
  background: url(../images/banner_inner.jpg) no-repeat center;
  background-size: cover;
  color: #333;
  width: 100%;
  height: 134px;
}
.banner_inner .container {
  padding: 0 0 0 100px;
}
.banner_inner h2 {
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 0;
  color: #A83544;
}
.banner_inner h3 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}
.container .title0 {
  font-size: 16px;
  margin-bottom: 10px;
  height: 35px;
  line-height: 35px;
}
.container .title0 span {
   /* background: url(../images/titlebg.png) no-repeat left center; */
  color: #ae121d;
  background: #fff;
  height: 35px;
  line-height: 35px;
  /* padding: 0 10px; */
  display: block;
  text-align: left;
}
.container .title0 span i {
  font-size: 12px;
}
.container .title0 .line {
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  display: block;
}
.container .more {
  font-size: 12px;
  color: #A83544;
}
.container .more:hover {
  opacity: 0.8;
}
.container .pro_class {
  background: #F7F7F7;
  margin-top: 20px;
}
.container .pro_class h3.title {
  margin-top: 10px;
 /* width: 200px;
  height: 42px;*/
  line-height: 32px;
  text-align: left;
 /* background: url(../images/title_fl_bg.png) no-repeat center;
  background-size: cover;*/
  /*background: #fff;*/
  color:#ae121d;
  font-size: 16px;
  font-weight: bold;
}
.container .pro_class ul li a {
  display: block;
  padding: 10px 20px;
  background: url(../images/line1.png) no-repeat center bottom;
}
.home_news .item {
  width: 20%;
  margin-bottom: 20px;
}
.home_news .item .title {
  color: #333;
}
.home_news .item .pic {
  text-align: center;
}
.home_news .item .desc {
  color: #999;
  max-height: 36px;
  line-height: 18px;
  /*text-overflow: ellipsis;
      width: 100%;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home_news .item .more {
  padding: 5px 0;
  width: 100%;
  margin: 0 auto;
}
.home_products {
  /*width: 80%;*/
  max-width: 920px;
  margin-top: 20px;
}
.home_products,
.product_list {
  padding-bottom: 2rem;
}
.home_products .item{
   width: 200px;
   margin: 0 0px 10px;
  /*padding: 0px;*/
  height:180px;
  overflow:hidden;
}
.product_list .item {
  margin: 0 0px 10px;
  /*padding: 0px;*/
  height:180px;
  overflow:hidden;
  /*max-width: 212px;*/
  /*border: 1px solid #E0E0E0;*/
}
.home_products .item .inner,
.product_list .item .inner {
  background: #fff;
  padding: 5px;
  border: 1px solid #E0E0E0;
}
.home_products .item .pic,
.product_list .item .pic {
  max-width: 205px;
  height: 126px;
  margin: 0 auto 15px;
}
.home_products .item .pic img,
.product_list .item .pic img {
  width: 100%;
  max-width: 212px;
}
.home_products .item .title,
.product_list .item .title {
  color: #262627;
  text-align: center;
  margin: 0;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home_products .item:hover,
.product_list .item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.home_about,
.home_news,
.home_contact {
  background: #fff;
  /*border: 1px solid #D8D8D8;*/
  padding-bottom: 2rem;
  /*width: 442px;*/
  /*height: 233px;*/
  border-radius: 4px;
  overflow: hidden;
}
.home_about .gspic img,
.home_news .gspic img,
.home_contact .gspic img {
  margin: 0.5rem 0rem;
  width: 100%;
  /*max-width: 344px;*/
}
.home_about .title0,
.home_news .title0,
.home_contact .title0 {
  height: 39px;
  line-height: 39px;
  /*background: #EAEAEA;*/
  /*padding: 0 10px;*/
  margin-bottom: 12px;
}
.home_about .title0 span,
.home_news .title0 span,
.home_contact .title0 span {
 /* margin: 1px;*/
  background: #fff;
  color: #333;
  padding: 0;
  height: 39px;
  line-height: 39px;
  border-bottom: 1px solid #999;
}
.home_about .text,
.home_news .text,
.home_contact .text {
  color: #212121;
  font-size: 12px;
  /*padding-right: 0;*/
  line-height: 1.4;
}
.home_about .text p,
.home_news .text p,
.home_contact .text p {
  text-indent: 20px;
}
.home_about {
  /*width: 436px;*/
}
.home_news {
  /*width: 360px;*/
  border: 0;
  /*margin: 0 30px;*/
}
.home_news .title0 {
  background: #fff;
  padding: 0;
  margin-bottom: 10px;
}
.home_news .title0 span {
  background: #fff;
  height: 39px;
  line-height: 39px;
  /*color: #A83544;*/
}
.home_news ul li a {
  /*width: 260px;*/
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home_contact {
  /*width: 280px;*/
 
}
.home_contact .title0 span{
  color:#ae121d;
}
.home_contact .inner{
   background: url(../images/contactbg.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 10px 0;
}
.home_contact .text {
  line-height: 1.8;
}
.home_honors {
  padding-bottom: 5rem;
}
.home_honors .item {
  width: 20%;
}
.home_honors .item,
.honors .item {
  padding-bottom: 2rem;
}
.home_honors .item .title,
.honors .item .title {
  color: #333;
  text-align: center;
}
.home_honors .item .pic,
.honors .item .pic {
  text-align: center;
}
.friend_link {
  background: #fff;
 /* border: 1px solid #D8D8D8;*/
  margin-top: 20px;
  padding-bottom: 10px;
  border-radius: 4px;
}
.friend_link .title0 {
  height: 39px;
  line-height: 39px;
  background: #f3f3f3;
  padding: 0 10px;
}
.friend_link .title0 span {
  margin: 1px;
  background: none;
  color: #333;
  padding: 0;
  height: 39px;
  line-height: 39px;
}
.friend_link .text ul li {
  float: left;
  margin: 10px;
}
.left {
  background: #fdfdfd;
  border: 1px solid #eee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
}
.left .title {
  font-size: 18px;
  font-weight: 400;
  padding: 20px 0 30px;
  text-align: center;
}
.left .title img {
  margin-bottom: 10px;
}
.left ul > li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
  background: url(../images/icon1_hover.png) no-repeat left 0;
  padding-left: 20px;
}
.left ul > li a {
  font-weight: bold;
  color: #333;
}
.left ul > li > ul {
  padding: 10px;
}
.left ul > li > ul > li {
  margin-bottom: 5px;
  border: 0;
  background: none;
  padding-left: 0;
}
.left ul > li > ul > li a {
  font-weight: normal;
  color: #999;
}
.left ul > li > ul > li a:hover {
  text-decoration: underline;
}
.left ul > li > ul > li > ul > li {
  margin-bottom: 5px;
  border: 0;
  background: none;
  padding-left: 0;
}
.left ul > li > ul > li > ul > li a {
  font-weight: normal;
  color: #9d9898;
}

.left ul > li > ul > li > ul > li a:hover {
  text-decoration: underline;
}

.left ul > li > ul > li > ul > li > ul > li a {
  font-weight: normal;
  color: #ccc;
}
.left ul > li > ul > li > ul > li > ul > li a:hover {
  text-decoration: underline;
}

.left ul > li:last-child {
  border-bottom: 0;
}
.left ul.about > li
{
    background:none;
  padding-left: 10px;
  padding-bottom:10px;
    
    }
.news ul li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.news ul li .time {
  float: right;
  color: #999;
  font-size: 12px;
  margin-left: 5px;
}
.right {
  margin: 30px 0 70px;
  /*padding: 2rem 3rem;*/
}
.right h1.title {
  color: #A83544;
  font-size: 22px;
  margin-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
}
.right .inner {
  padding: 0 15px 15px;
  background: #fff;
}
.right .inner .news_detail .title {
  color: #A83544;
  font-size: 18px;
  text-align: center;
}
.right .inner .news_detail .desc {
  color: #999;
  font-size: 1.4rem;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
}
.right .inner .news_detail .context {
  font-size: 1.4rem;
  margin-top: 2rem;
  line-height: 1.4;
  /*p{
          text-indent: 2rem;
        }*/
}
.right .inner .products_detail .context img {
  max-width: 100%!important;
}
.right .big_propic {
  margin: 25px 0 10px 0px;
  position: relative;
}
.right #fc {
  background: #f8f8f8;
}
.right .small_propic {
  margin-top: 8px;
  float: left;
  width: 795px;
  height: 60px;
  background: #e0e0e0;
}
.right .small_propic ul {
  display: block;
  float: right;
}
.right .small_propic li {
  height: 60px;
  float: left;
  margin-right: 8px;
}
.right .small_propic li a img {
  border: 1px solid #FFF;
}
.right .small_propic li a {
  width: 42px;
  height: 42px;
  float: left;
  text-align: center;
  display: block;
  padding-top: 12px;
}
.right .gallery {
  line-height: 60px;
  display: block;
  float: left;
  padding-left: 10px;
  font-weight: bold;
}
.right .bigon {
  background: url(../images/111.gif) no-repeat center top;
}
.right .protext {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  margin-top: 2rem;
}
.page a,
.page span {
  padding: 4px 7px;
  background: #fff;
  color: #666;
  margin-right: 4px;
}
.page span {
  font-weight: bold;
  color: #A83544;
}
.page a:hover {
  border: 0;
  color: #fff;
  background: #A83544;
}
#footer {
  background: #f0f0f0;
  color: #333;
  padding: 3rem 0;
  margin-top: 50px;
}
#footer .link {
  padding-top: 2rem;
}
#footer a {
  color: #333;
  padding: 0 10px;
}
#footer a:first-child {
  padding-left: 0;
}
#footer a:hover {
  text-decoration: underline;
}


 #scrollProduct
  {
      height: 180px;
      overflow: hidden;
  }
  #scrollProduct11
  {
      float: left;
  }
  #scrollProduct12
  {
      float: left;
  }

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #top {
    text-align: center;
  }
  #top .version {
    text-align: center;
    margin-top: 10px;
  }
  .navbar .navbar-default .navbar-brand {
    width: 270px;
    height: 70px;
    padding-top: 8px;
    margin-bottom: 10px;
  }
  .navbar .navbar-default .navbar-toggle:focus,
  .navbar .navbar-default .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .navbar .navbar-collapse {
    height: auto;
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border: 0;
    z-index: 10;
  }
  .navbar .navbar-collapse .nav {
    /*float: right;*/
  }
  .navbar .navbar-collapse li{
    width: 100%
  }
  .navbar .navbar-collapse a {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
  }
  .navbar .navbar-collapse a:after {
    width: 0;
  }
  .home_news .item,
  .home_products .item,
  .home_honors .item {
    width: 100%;
  }
  #scrollProduct{
    height: auto;
    overflow: auto;
  }

}
@media (min-width: 992px) {
  .navbar .container {
    width: 1170px;
  }
}
