/*子导航*/
.sub-nav{
    width:800px;
    overflow:hidden;
    background:#fff;
    z-index:999;
}
.sub-nav>ul{
    width:802px;
    overflow:hidden;
    border-bottom:1px solid #ddd;
}
.sub-nav>ul>li{
    float:left;
    width:400px;
    border-right:1px solid #ddd;
}
.sub-nav>ul>li>a{
    display:block;
    width:400px;
    height:90px;
    line-height:90px;
    text-align:center;
    font-size:1.4em;
    color:#545454;
    box-sizing:border-box;
}
.sub-nav>ul>li>a:active{
    background:#d85d8b;
    color:#fff;
}
.sub-nav>ul>li>a.active{
    color:#d85d8b;
    border-bottom:5px solid #d85d8b;
}

/*全程关怀*/
.advan_content{
    width:800px;
    overflow:hidden;
}
.advan_content>ul{
    width:802px;
    overflow:hidden;
}
.advan_content>ul>li{
	width:400px;
    float:left;
	border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.advan_content>ul>li>a{
    display:block;
    width:400px;

}
.advan_content>ul>li>p{
	display:block;
    padding:20px;
    line-height:180%;
    color:#666;
}

/*环境优势*/
.place_content{
    width:800px;
    overflow:hidden;
}
.place_content>a{ display:block; width:800px;}
.place_content>img{
	width:100%;
}
.place_content>section{ text-align:center;
}
.place_content>section>p{
    line-height:180%;
    margin:20px;
}
.place_content>ul{
    width:801px;
    overflow:hidden;
}
.place_content>ul>li{
    border-bottom:1px solid #ddd;
	clear:both;
}
.place_content>ul>li>a{
    display:block;
	width:400px;
}
.place_content>ul>li>p{
	display:block;
	width:360px;
    padding:20px;
    color:#666;
	line-height:180%;
}
.place_content>ul>li.l>a{ float:left;}
.place_content>ul>li.l>p{ float:left;}
.place_content>ul>li.r>a{ float:right;}
.place_content>ul>li.r>p{ float:right;}

/*极致呵护*/
.system_pic{
    width:800px;
    overflow:hidden;
}
.system_pic>a{
    display:block;
    height:516px;
}
.system_pic>a>img{ display:block; width:100%;}
.system_pic>ul{
    width:802px;
    overflow:hidden;
}
.system_pic>ul>li{
	width:400px;
    float:left;
	 border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.system_pic>ul>li>a{
    display:block;  
}
.system_pic>ul>li>p{
	display:block;
    padding:20px;
    color:#666;
	line-height:180%;
}

