.channel.about{
	
}
.channel.about .block{
	padding:10px 20px;
}
.channel.about .block .section{
	color:#666666;
    justify-content: space-between;
	text-align:justify;
	text-indent:2em;
}
.channel.about .anli{
	width:100%;
	height:300px;
	background-image:url(../images/anli.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
}
.channel.about .contact{
	padding:10px;
	margin-top:20px;
}
.channel.about .contact .tel{
	text-align:center;
	font-size:16px;
	line-height:40px;
	border:1px solid #dddddd;
	border-radius:40px;
	margin:10px;
}
.channel.about .contact .tel em{
	font-weight:bold;
	font-size:18px;
}

.channel.about .contact .group{
	display:flex;
	margin-bottom:10px;
}
.channel.about .contact .group .card{
	flex:1;
	margin:0 10px;
	border:1px solid #dddddd;
	box-sizing:border-box;
	color:#666666;
	border-radius:5px;
	/*
	background-color:#eeeeff;
	background: linear-gradient(to right bottom, #eeeeee , #99aacc);  标准的语法 */			
}
.channel.about .contact .group .card .title{
	font-size:18px;
	font-weight:bold;
	padding:5px 10px;
	background-color:#ffffff;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.channel.about .contact .group .card .addr{
	padding:10px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

