.cont-head{
    background: url(../images/about/head1.png) no-repeat center center;
    font-size: 32px;
}
.adco{
	width: 380px;
	overflow: hidden;
	border: 1px solid #f6f6f6;
	float: left;
	margin: 0 12px;
}
.adco p{
	padding: 20px 10px;
	color: #666;
	line-height: 30px;
}
.adco-title{
	position: relative;
	background-color: #fdfafa;
	font-size: 30px;
	height: 100px;
	line-height: 100px;	
}
.adco1{
	color: #1ac9bf;
}
.adco2{
	color: #f47764;
}
.adco3{
	color: #71c4e6;
}
.adco-title strong{
	position: absolute;
	left: -25px;
	top: 0;
	font-size: 80px;
}
.adco-title span{
	margin-left: 80px;
}
.ctable {
	padding: 0 60px;
}
.ctable table {
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}

.ctable th,
.ctable td{
	border: 1px solid #c14937;
	font-size: 16px;
	padding: 10px;	
	color: #666;
}
.ctable td{
	text-align: left;
}
.ctable th{
	font-weight: bold;
	background-color: #e96551;
	color: #fff;
}
.ctable ol{
	padding-left: 40px;
}
.ctable ol li{
	list-style: decimal outside;
	text-align: left;	
	line-height: 40px;
}

.ptable th{
	background-color: #f1f1f1;
    color: #333;
}
.ptable td,
.ptable th{
	border-color: #aaa;	
	text-align: center;
}

.tick{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/about/y.png) no-repeat center center;
	background-size: cover;
}
.cross{
	background: url(../images/about/x.png) no-repeat center center;
	background-size: cover;
}
.tableimg{
	width: 250px;
	height: 64px;
	overflow: hidden;
	margin: 0 auto;
}
.rtable{
	margin-top: 50px;
}

