.container-item{
	width: 13rem;
	margin: 0 auto;
	padding: 0.3rem 0 0.5rem;
}
.container-item p{
	line-height: 30px;
	text-indent: 28px
}
.about-l{
	font-size: 0.16rem;
	line-height: 0.3rem;
	width: 7.5rem;
	text-indent: 2em;
}
.about-l p{
	margin-bottom: 0.1rem;
}
.about-r{
	width: 5rem;
}
.about-r img{
	width: 100%;
	height: auto;
}

.team-info {
    padding-bottom: 90px;
}

.team-info .service p {
    font-size: 16px;
}

.team-info .team-detail {
    margin: 0 auto;
    width: 1220px;
}

.team-info .team-detail li {
    float: left;
}

.team-info .team-detail li + li {
    margin-left: 25px;
}

.team-info .team-detail li dl {
    width: 390px;
}

.team-info .team-detail li dd {
    padding: 30px 15px;
    border-bottom: 1px solid #DCDCDC;
    text-align: center;
}

.team-info .team-detail li dd h3{
    margin-bottom: 10px;
    color: #333333;
    font-weight: bold;
    font-size: 18px;
}

.team-info .team-detail li dd p {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
}

.team-info .team-detail li:hover dl h3 {
    color: #015AAA;
}

.team-info .team-detail li:hover dd {
    padding-bottom: 29px;
    border-bottom: 2px solid #015AAA;
}
.service h2 {
    position: relative;
    margin-bottom: 10px;
    color: #333333;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
}

.service p {
    margin: 0 auto;
    /* width: 610px; */
    color: #777777;
    font-size: 14px;
    text-align: center;
    margin-bottom: 50px
}

.contrast {
    padding-bottom: 70px;
    background-color: #F4F5F9;
}

.contrast table {
    margin: 0 auto;
    width: 1220px;
    border: 1px solid #D0DCE7;
    border-collapse: collapse;
}

.contrast thead td {
    height: 54px;
    border: 1px solid #D0DCE7;
    background-color: #E2EFFB;
    color: #015AAA;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.contrast table td:nth-child(1) {
    width: 236px;
}

.contrast table td:nth-child(2), .contrast table td:nth-child(3) {
    width: 492px;
}

.contrast table tr td:first-child {
    color: #999999;
    text-align: center;
    font-weight: bold;
}

.contrast tbody {
    background-color: #FFFFFF;
}

.contrast tbody td {
    height: 90px;
    border: 1px solid #D0DCE7;
}

.contrast tbody tr td:nth-child(2) {
    background-color: #F9FBFE;
}

.contrast tbody tr td p {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-left: 25px;
    width: 400px;
}

.contrast tbody tr td:nth-child(2) p span {
    position: absolute;
    top: 8px;
    left: 0px;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #93B9DB;
}

.contrast table tbody td {
    font-size: 14px;
}
