.content-width{
  max-width: 1200px;
  margin: 0 auto;
}
/* nav */
.navbar-default{
  background: #fff;
  margin-bottom: 0;
}
.navbar-brand{
  height: 70px;
  color: #000;
}
.img-logo{
  width: 432px;
  height: 50px;
  display: inline-block!important;
}
.navbar-nav{
  margin: 15px;
  font-size: 16px;
}
.nav>li>a{
  padding: 15px 30px;
}
.navbar-nav .active a,
.navbar-nav li a:hover,
.navbar-nav li a:focus{
  background-color: #fff!important;
  color: #409EFF!important;
}
.navbar-toggle{
  margin-top: 20px;
}
/* slider */
.slider{
  width: 100%;
}
.slider img{
  width: 100%;
}
/* content */
.content .content-1,
.content .content-2,
.content .content-3 {
  padding-top: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.headings{
  width: 100%;
  height: 50px;
  margin-top: 10px;
  font-size: 38px;
  text-align: center;
}
.headings h2{
  font-size: 30px;
  display: inline-block;
}
.content .content-1 .more{
  width: 60px;
  height: 30px;
  line-height: 30px;
  background: #004098;
  color: #fff;
  text-align: center;
  margin: 0 auto 30px;
  margin-top: 20px;
}
.industry-dynamics-cont-left{
  overflow: hidden;
}
.industry-dynamics-img img{
  width: 100%;
}
.industry-dynamics-text{
  width: 100%;
  height: 28px;
  line-height: 2;
  display: inline-block;
  overflow: hidden;
  color: #343434;
  font-size: 18px;
  font-weight: bold;
}
.industry-dynamics-cont-right li{
  list-style: none;
  margin-bottom: 20px;
}
.industry-dynamics-cont-right li a{
  color: #000;
}
.dynamic-title{
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
.dynamic-desc{
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3; 
}
/* content2 */
.carousel{
  max-height: 500px;
}
.carousel .col-xs-6{
  width: 33.3333%!important;
}
.carousel-inner{
  height: 90%;
  margin: 5% 0;
}
.carousel-inner img{
  width: 100%;
  height: 100%;
}
.carousel-indicators li{
  border:1px solid #137fdd;
}
.carousel-indicators .active{
  background-color: #137fdd;
}
/* content3 */

.company-profile-cont{
  text-indent: 32px;
  margin-top: 30px;
  margin-bottom: 80px;
  padding: 30px;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  background: #dde7f0;
  border-radius: 8px;
}
/* footer */
.footer-cont{
  width: 100%;
  text-align: center;
  padding: 15px;
  line-height: 30px;
  color: #9da4b2;
  font-size: 14px;
  background: #171a20;
}
/* 企业资质 */
.qualification-title{
  width:100%;
  display:block;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.qualifications-list{
  width: 100%;
  height: 400px;
}
.qualifications-list li{
  list-style: none;
  width: 30%;
  margin: 0 1.5%;
  height: 480px;
  float: left;
}
@media (max-width: 750px){
  .qualifications-list li {
    width:47%;
    margin: 0 1.5%;
    height: 450px;
  }
}
/* 公司动态 */
.news_list li{
  list-style: none;
  margin-bottom: 30px;
  cursor: pointer;
  background-color: #f2f2f2;
}
.news_list li .news_title {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 0;
  color: #333;
  font-weight: bold;
}
.news_list li span{
  display: block;
  height:30px;
  color: #999;
  line-height: 20px;
}
.news_list li .news_cont {
  color: #666;
  margin: 0 10px 0 0;
  line-height: 2;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3; 
}
/* 动态详情 */
.dynamic-detail h2{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
.dynamic-introduce{
  font-size: 14px;
  text-align: center;
}
.dynamic-detail-cont{
  margin: 30px 0;
}
.dynamic-detail-cont p{
  text-indent: 28px;
  line-height: 2;
}
.dynamic-detail-cont h3{
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.dynamic-detail-cont img{
  margin: 10px 0;
}
/* 联系我们 */
.address-img{
  width: 100%;
  margin-bottom: 50px;
}