html{
	font-size: 62.5%;
}
body{
    position: relative;  
    padding-bottom:15rem;
}
main{
    height:auto;
    
}
.mainContent{
	 background-color: #F0F0F0;
	 padding:4rem 2rem;
	
}
section{
	background-color: #fff;
	padding:3rem 1rem;
    margin-bottom:4rem;
}
section:last-of-type{
	  margin-bottom:0;
}

/*轮播 start*/
#bannerCarousel{
    position:relative;
    overflow: hidden;
    height:45rem;
}
#bannerCarousel img{
    width:100%;
    height:45rem;
}
.carousel-indicators>li{
	width:2rem;
	height:2rem;
	border-radius: 1rem;
	margin-right:2rem;
}
.carousel-indicators .active {
  
    width:2.2rem;
	height:2.2rem; 
	margin-right:2rem;
	border-radius: 1rem;
  
}
/*轮播end*/

/*关于柯尼达 start*/
.homeTitle h4{
    font-size:4rem;
    color:#0e55a0;
    line-height: 10rem;
    padding:0 4rem;
    border-bottom:4px solid #0e55a0;
}
.homeTitle a{
	float:right;
	display: inline-block;
	font-size:3.6rem;
}
.homeTitle a:link{
    color:#666;
}
.homeTitle a:visited{
    color:#666;
}
.homeTitle a:hover{
    color:#666;
}
.homeTitle a:active{
    color:#666;
}
.aboutInfo{
	padding:2rem 2rem;
	
}
.aboutInfo img{
	width:40rem;
}
.aboutInfo p{
    font-size:4rem;
    color:#666;
    line-height: 7rem;
    text-indent: 5.5rem;
    
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:6;
    overflow: hidden;
    
}

.more{
    margin-top:1rem;
    margin-bottom:5rem;
    line-height: 5.5rem;
    font-size:3.6rem;
   
}
.more a{
	display: inline-block;
	width:100%;
	text-indent: 5.5rem;
}
.more a:link{
    color:#0e55a0;
}
.more a:visited{
    color:#0e55a0;
}
.more a:hover{
    color:#0e55a0;
}
.more a:active{
    color:#0e55a0;
}

/*关于柯尼达 end*/



/*产品中心 start*/
.productContent{
	padding-top:3rem;
}
.productItem{
	text-align: center;
}
.productItem img{
	width:40rem;
	height:55rem;
	display: inline-block;
	margin:0 auto;
}
.productItem>div:first-of-type{
	height:55rem;
	overflow: hidden;
}
.productItem p{
	line-height: 10rem;
	font-size:3.6rem;
	color:#666;
	
}
.productList>.row:first-of-type{
	display: block;
}
.productList>.row{
	display: none;
}
.circleToProduct{
	line-height: 5rem;
	font-size:4rem;
	text-align: center;
}
.circleToProduct span{
	display: inline-block;
	width:3rem;
	height:3rem;
	border-radius: 1.5rem;
	border:1px solid gray;
	background-color: #fff;
	margin-right:4rem;
}
.circleToProduct span:first-of-type{
	background-color: #0e55a0;
}
/*产品中心 end*/

/*新闻中心 start*/
.newsContent{
	padding:1rem;
}
.newsUl{
	width:100%;
	height:60rem;
	overflow: hidden;
	
}
.newsUl li{
	min-height:10rem;
	line-height: 10rem;
	overflow: hidden;
	border-top:1px solid #EDEDED;
	border-bottom:1px solid #EDEDED;
}
.newsUl li:first-child{
	position:relative;
	height:40rem;
}
.firstNews div:first-child{
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	width:100%;
	height:40rem;
}
.firstNews div:first-child img{
	width:100% !important;
	height:40rem;
}
.firstNews div:last-child{
	position: absolute;
	left:0;
	bottom:0;
	z-index: 2;
	width:100%;
	height:12rem;
}
.firstNews p{
	height:12rem;
	line-height:12rem;
	font-size:5rem;
	color:#fff;
	background-color: rgba(0,0,0,0.6);
	padding:0 1.5rem;
	
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
    
}
.newsUl a{
	display: block;
	min-height:10rem;
	line-height: 10rem;
	font-size:4rem;
	padding:0 1.5rem;
	
	color:#666;
}
.newsUl a span{
	float:right;
	display: inline-block;
	line-height: 10rem;
}
/*新闻中心 end*/

