﻿.contactbox {
 margin-top:20px;
}
.contactbox h3 {
	font-size: 26px;
	color: #333;
	line-height: 1;
	text-align: center;
	text-transform: uppercase
}
.contactbox hr {
 width:21px;
 height:3px;
 background:#14171a;
 margin:20px auto 0
}
.contactbox h4 {
	font-size: 16px;
	color: #666;
	text-align: center;
	margin: 15px 0 0
}
.contactbox ul {
 margin:0px; padding:0px;
 margin-top:40px;
}
.contactbox ul li {
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #ebebeb;
}
.contactbox ul li:last-child {
 border-right:none
}
.contactbox ul li em {
 background:#FA4318;
 width:60px;
 height:60px;
 line-height:60px;
 font-size:30px;
 color:#fff;
 border-radius:50%;
 display:inline-block
}
.contactbox ul li em i {
 font-size:28px;
 color:#fff; 
 line-height:28px !important;
}
.contactbox ul li h6 {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	margin: 15px 0 0;
	text-transform: capitalize
}
.contactbox ul li p {
	color: #666;
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 24px
}
.contactbox ul li p a {
	color: #666
}
.contactbox ul li p a:hover {
 color:#e62129
}

.bg_round{
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	background-color: #d9534f;
}

/*小屏幕*/
@media screen and (max-width: 768px) {
.contactbox ul li{
 border-right:none;
 	padding: 10px 30px;
 
}
	
	}

/***Bootstrap 一行5列 ***/
.col-xs-2-half, .col-sm-2-half, .col-md-2-half, .col-lg-2-half{ 
position: relative; min-height: 1px; padding-right: 10px; 
padding-left: 10px; }
@media ( min-width : 768px) { .col-sm-2-half{ width: 20%; float: 
left; } }
@media ( min-width : 992px) { .col-md-2-half{ width: 20%; float: 
left; } }
@media ( min-width : 1200px) { .col-lg-2-half{ width: 20%; 
float: left; } }