.home_section{
	padding-top:80px;
	padding-bottom:80px;
	
}

.header{
	text-align:center;
	margin-bottom:50px;
}

.header h1{
	font-size:45px;
	font-weight:700;
	color:#333;
}

.header hr{
	border:0.5px solid #ddd;
	margin-bottom:10px;
	
}

.advantage .item{
	text-align:center;
	border: 1px solid #888;
	padding:30px 5px;
	margin-bottom:20px;
	
}


.advantage .item .title{
	font-size: 18px;
    color: #333333;
    text-align: center;
    font-weight: normal;
    margin-top: 15px;	
	min-height:48px;
}

.advantage .item .intro{
	font-size: 13px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
    height: 65px;
    overflow: hidden;
    line-height: 20px;
}

.advantage .item .more{
	margin-top:10px;
	text-align:center;
}

.advantage .item .more a{
	padding:5px 10px;
    display: block;
    width: 96px;
    height: 32px;
    background: #161616;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 32px;
	
}

.icon_container img:hover{
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  transition:1s all;
	
}


@media (max-width: 991px){
	.advantage .item .intro{
		   font-size:18px;
		   height:80px;
	
	}
	.advantage .item .title{
		min-height:unset;
	}
}



@media (max-width: 767px){
	.advantage .item .intro{
		   font-size:14px;
		   margin-bottom:10px;
	
	}
	.container .col-xs-6{
		padding-left:10px;
		padding-right:10px;
	}
	.news .focus_news img{
		max-width:40%;
	}
	.application .background_container .title{
		font-size:16px;
	}
	.icon_container{
		width:60%;
		margin:0 auto;
	}

}

@media (max-width: 610px){
	.container .col-xs-6{
		padding-left:10px;
		padding-right:10px;
	}
	.advantage .item .intro{
		display:none;
	
	}
	.advantage .item .title{
		font-size: 16px;
		min-height: 42px;
}
	
	.advantage .item{
		min-height: unset;
	}
	.advantage .item .more{
	margin-top:20px;
}
}
