.main-box{
	background: #1B252E;
	padding: 30px 0;
}
@media screen and (max-width: 768px){
	.main-box{
		background: #999;
		padding: 10px 0;
	}
	.main-left span{
		font-size: 14px;
		color: #fff;
		padding: 5px 0px;
		display: inline-block;
	}
}
.main-left span{
	font-size: 16px;
	color: #fff;
	padding: 10px 0px;
	display: inline-block;
}
.main-right{
	display: block;
	text-align: center;
	background: #fff;
}
.main-right a{
	padding: 20px 40px;
	font-size: 16px;
	border-radius: 30px;
	color: #333;
	display: inline-block;
	background: #fff;
	

}
/*我们的服务*/
#ourservers{
    padding:50px 0;
}
.c-section-server{
    text-align: center;
    text-align: center;
    font-size: 28px;
    color: #0168bf;
    font-weight: bold;
    padding-bottom: 30px;
    line-height: 1.5;  
}
@media screen and (max-width: 1500px){
   .c-section-server {
        font-size:28px;
    } 
}
@media screen and (max-width: 1367px){
   .c-section-server {
        font-size:26px;
    } 
}
@media screen and (max-width: 768px){
  .c-section-server {
      font-size: 16px;
  }
}
/*img banner*/
.container-img{
	background: #f9f9f9;
	padding: 30px 0;
}
.container-img p{
	font-size:16px;
	color: #333;
	line-height: 30px;
}
@media screen and (max-width: 768px){
	.container-img p{
		font-size: 14px;
	}

}
/*轮播下关于我们*/
.info_Box{
 	padding:10px 0; 
}
.aboutGopoint-left,.aboutGopoint-center, .aboutGopoint-right{
	border: 1px solid #ddd;
	padding: 5px;
	border-radius: 10px;
}
.aboutGopoint-left p{
	font-size: 12px;
	color: #6F7479;
	line-height: 22px;
	overflow: hidden;
	text-indent: 20px;
}
.aboutGopoint-center li{
  border-bottom: dotted 1px #ccc;
  line-height: 28px;

}
.aboutGopoint-center li span{
  float: right;

}
 .aboutGopoint-center ul li a{
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
}

 .aboutGopoint-right li{
    font:12px/22px Microsoft;
    color: #6F7479;
 }
/*实验室*/
.newsCenter{
	background: #f8f8f8;
}
.serverbox {

}
.serversWarp{
	border: 1px solid #ddd;
	border-radius:10px;
	padding: 3px;
}
.newsCenter h3{
	padding: 20px 0;
} 
.newsCenter li{

}
.newsCenter li img{
	margin: 0 auto;
}
.newsCenter li a{
	margin:3px;
	padding: 2px;
	cursor: pointer;
}
.newsCenter li .shiyanshi{
	border:1px solid #eee;
}
.newsCenter li h4{
	padding: 10px;
	font-size: 14px;
	color: #e4393c;
}
.newsCenter li h3{
	padding: 2px;
	font-size: 14px;
	color: #0168bf;
}
/*行业知识和新闻*/
.newsGonggao{
	padding:15px 0;
	background: #f8f8f8;
}
.news_left,.news_right{
	border: 1px solid #ddd;
	padding: 5px;
	border-radius: 10px;
}
.news_left li,.news_right li{
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
	line-height: 28px;
	margin-left: 20px;
	list-style: disc;
}
.news_left span,.news_right span{
	float: right;
}
/*产品展示与资质证书*/
.product_info_list{
	background: #f8f8f8;
  padding: 5px 0;
}
.serverBox{
	border: 1px solid #ddd;
	border-radius: 10px;
  margin: 5px 0;
}
.servers-box{
	border: 1px solid #ddd;
    padding:5px 0;
    border-radius: 10px;
    margin-top:8px;
}
.serverList{
	clear: both;
	margin:6px 0;
}
.servers-list{
}
.servers-box .servers-list span{
    display:block;
    text-align: center;
}
.servers-box .servers-list h3{
    font-size: 14px;
    color: #6F7479;
    padding: 5px 0;
    text-align: center;
}
.servers-box .servers-list h3:hover{
    color: #f00;
}
.servers-box a{
    display: block;
    font-size: 12px;
    color: #6F7479;
    text-indent: 10px;
}
.servers-box a:hover{
    text-decoration: none;
}
.servers-list p{
    word-break:break-all; /* 支持IE和chrome，FF不支持*/
    word-wrap:break-word; /* 以上三个浏览器均支持 */
    font-size: 12px;
    line-height: 25px;
}
.servers-list p:hover{
    color: #333;
}

@media screen and (max-width:768px){
    .servers-box .servers-list h3{
      font-size: 12px;
      color: #333;
      padding: 8px 0;
      text-align: center;
  }
  .servers-list p {
    word-break: break-all;
    word-wrap: break-word;
    font-size: 12px;
  }
}
/*card*/
.box{
  height:280px;
  position: relative;

}
  .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
  }
    .swiper-slide {
     background-size: cover;
      background-position: center;
    }
    .gallery-top {
      height: 80%;
      width: 100%;
    }
    .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }
    .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.4;
    }
    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
/*优势与特色*/
.youshi_gopoint {
	background: #E9E9E9;
	padding: 25px 0;
}
.youshi_info_left,.style_info_right{
	border: 1px solid #ddd;
	border-radius: 10px;
}
.youshi-list{
	padding: 50px 0;
}
.youshiList{
	padding:0 8px;
	font-size: 12px;
	line-height: 24px;
}
.youshiList dl{
	padding: 0 3px;
}
.youshiList dt{
	font-size: 14px;
	color: #666;
}
.youshiList dd{
	font-size: 12px;
	line-height: 22px;
	text-indent: 20px;
}
/*搜索模块样式*/
 .searchBox{ 
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 10px;
  }
  a:hover,a:focus{
    outline: none;
    text-decoration: none;
  }
  .tab .nav-tabs{
    position: relative;
    border-bottom: 0 none;
    padding:5px 0;
  }
  .tab .nav-tabs li{
    text-align: center;
  }
  .tab .nav-tabs li a{
    display: block;
    height: 55px;
    line-height: 65px;
    background: linear-gradient(165deg, transparent 29%, #0074C0 30%);
    font-size: 15px;
    color: #fff;
    padding: 0 8px;
    text-transform: uppercase;
    margin-right: 0;
    border-radius: 0;
    border: none;
    position: relative;
    transition: all 0.5s ease 0s;
  }
  .tab .nav-tabs li.active a,
  .tab .nav-tabs li a:hover{
    background: linear-gradient(165deg, transparent 29%, #E4393C 30%);
    border: none;
    color: #fff;
  }
  .tab .nav-tabs li a:before{
    content: "";
    height: 70px;
    line-height: 90px;
    border-bottom: 70px solid rgba(0, 0, 0, 0.1);
    border-right: 10px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
  }
  .tab .nav-tabs li:last-child a:before{
    border: none;
  }
  .tab .tab-content{
    font-size: 14px;
    color: #6f6c6c;
    line-height: 26px;
    background: #f8f8f8;
    padding: 0px;
    border: 1px solid #ccc;
  }
  .tab .tab-content h3{
    font-size: 24px;
    color: #6f6c6c;
    margin-top: 0;
  }
  .tab .tab-content p{
    margin-bottom: 0;
  }
  @media only screen and (max-width: 480px){
    .tab .nav-tabs li{
      width: 100%;
      margin-bottom: 8px;
    }
    .tab .nav-tabs li:last-child{
      margin-bottom: 0;
    }
    .tab .nav-tabs li a:before{
      border: none;
    }
  }
  /*资质证书*/
.carousel-inner img{
      margin: 0 auto;
  }
  #myCarousel{
      background: #f8f8f8;
    
  }
  .carousel-caption{
      color: #0168bf;
  }
  .zhizibox{
      padding: 10px 0;
  }
  .carousel-control.right,.carousel-control.left{
       background: none;
  }
  .carousel-control{
      width: 6%;
  }
  .zizhizhengshu{
      border-radius: 10px;
      padding: 5px 0;
      border: 1px solid #ddd;
      border-radius: 10px; 
  }
