body {
  padding-top: 0;
  min-width: 1200px !important;
  overflow: auto !important;
}

.navbar-fixed-top {
  position: relative;
}

.navbar {
  margin-bottom: 0;
  border: none;
}
.about-stateBox .container .m_about_nav{
  display: none;
}

.industryBox {
  margin-top: -80px;
}
#m_play{
  display: none;
}

#play {
  position: absolute;
  top: 200px;
  
  left: 50%;
  width: auto !important;
  text-align: center;
  line-height: 38px;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  font-size: 38px;
  margin-left: -284px;
  margin-top: -19px;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 30px;
  font-size: 12px;
  padding: 0;
}

.breadcrumb > li + li:before {
  color: #999999;
  content: ">";
  padding: 0 1px;
}

.breadcrumb > li > a {
  color: #999999;
}

.breadcrumb > li > a:hover {
  color: #01b7ff;
}

.breadcrumb > li:last-child > a:hover {
  color: #999999;
}

.bannerBox {
  height: 479px;
  background: #0b1224 url(../../../img/about/industry_banner.png?v=4.0) no-repeat center center;
}

.about-stateBox {
  padding-top: 9px;
  margin: 0 auto;
  font-family: "SourceHanSansCN-Normal";
}

.about-stateBox .container {
  margin: 0 auto;
}

.about-stateBox .container h2 {
  height: 34px;
  line-height: 34px;
  padding-left: 44px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  padding-bottom: 20px;
}

.about-stateBox .container .stateBox ul.pagination {
  margin-left: 43%;
}

.about-stateBox .container .stateBox ul.state li {
  width: 100%;
  height:283px;
  position: relative;
  background-color: #fff;
  border-bottom: #cccccc 1px solid;
}

.about-stateBox .container .stateBox ul.state li span.picture {
  display: inline-block;
  height: 221px;
  margin: 28px 0;
  float: left;
  
}

.about-stateBox .container .stateBox ul.state li span.picture img {
  width: 394px;
  height: 221px;
}

.about-stateBox .container .stateBox ul.state li h3 {
  display: inline-block;
  height: 50px;
  float: left;
  margin-left: 120px;
  padding-top: 27px;
  color: #000;
  font-weight: bolder;

}

.about-stateBox .container .stateBox ul.state li h3 span.title {
  
  color: #000;
  font-size: 18px;
}

.about-stateBox .container .stateBox ul.state li h3 span.time {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  padding: 30px 0 ;
  display: inline-block;
}
.about-stateBox .container .stateBox ul.state li h3 span.m_time{
  display: none;
}
.about-stateBox .container .stateBox ul.state li  span.m_tip{
  display: none;
}

.about-stateBox .container .stateBox ul.state li p {
  width: 687px;
  margin-left: 119px;
  display: inline-block;
  margin-top: 60px;
  font-size: 12px;
  line-height: 30px;
  color: #666666;
  float: left;
  
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
















.navBox ul.headNav li a:hover {
  color: #4ea3f3;
}

.navBox ul.headNav li a:hover:after {
  height: 2px;
  opacity: 1;
  transform: translateY(0px);
}

.about-stateBox .container .stateBox ul.state li h3 span.title:hover {
  color: #01b7ff;
}

.about-stateBox .container .stateBox ul.state li p:hover {
  color: #01b7ff;
}

.navBox {
  width: 1200px;
}

.about-stateBox .container {
  padding-right: 0;
  padding-left: 0;
  width: 1200px;
}
footer .row .phone{
  padding-left: 32px;
  background: url(../image/home_icon_tel-4.0.png) no-repeat 0 center;
  display: inline-block;
}
footer .row .safe{
  padding-left: 32px;
  background: url(../image/home_icon_safety-4.0.png) no-repeat 0 center;
  display: inline-block;
}
footer .row .believe{
  padding-left: 32px;
  background: url(../image/home_icon_qual-4.0.png) no-repeat 0 center;
  display: inline-block;
}
footer .row .w18{
  width: 18%;
}
@media (min-width: 992px) {
  .col-md-2 {
    width: 15.666667%;
  }
}