
.box-head {
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
  margin-top: 48px;
}
.box-head small{
  font-size: 12px;
  line-height: 17px;
  display: block;
  font-weight: 400;
}


.contact-us{
	margin-top: 47px;
	overflow: hidden;
}

.contact-item{
	height: 220px;
}
.contact-inner{
	width: /*96*/100px;
	height: 33px;
	font-size:24px;
	font-weight:600;
	color:rgba(51,51,51,1);
	line-height:33px;
	float: left;
	margin-right: 67px;
}

.contact-content{
	float: left;
	width: 307px;
	color: #4B4B4B;
}
.contact-col{
	width: 50%;
	float: left;
}


.contact-us .tit{
	margin: 11px 0 16px;
}
.contact-us .tit a {
	color: #4A90E2;
	margin-right: 16px;
}
.contact-us .tit a:hover{
	opacity: 0.6;
}

.contact-us .text{
	margin: 0 0 16px;
	text-align: justify;
}

.contact-us .tel,
.contact-us .email a{
	color: #4B4B4B;
	margin: 0 0 4px;
}
.contact-us .email a{
	border-bottom: 1px solid #4B4B4B;
}


@media(max-width: 768px) {
  .box-head {
    padding: 40px 38px 60px;
		margin: 0;
		font-size: 36px;
		text-align: center;
    background: url('/contact-us/resource/images/m/back-1.svg');
    background-size: cover;
	}
	.contact-us{
		margin: 0;
	}
	.contact-us .tel{
		font-size: 24px;
	}
	.contact-col{
		width: 100%;
	}
	.contact-col.left{
		padding: 0 0 15px;
	}
	.contact-inner{
		float: none;
	}
	.contact-content{
		width: 100%;
		float: none;
	}
	.contact-item{
		padding: 15px;
		height: auto;
	}
	.contact-item.border-top{
		border-top: 1px solid #D6D6D6;
		padding: 1px 15px;
	}
	.contact-item.gray-back{
		background: #FAFAFA;
	}
	.footer{
		padding: 0;
	}

	.contact-inner:empty{
		display: none;
	}
}<!--0.00010108947753906-->