*{
	list-style:none
}
#designation{
	width: 100%;
	height: 30px;
	padding: 0;
	position:absolute;
    left: 0px;
    z-index:999;
}
#designation>li{
	width: 25%;
	height: 100%;
	float: left;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color:#fff ;
	cursor:pointer;
}
/*背景宣传图*/
.srdz{
	width: 100%;
	height: 680px;
	margin-top: 60px;
	position:relative;
	overflow: hidden
}
.srdz img{
	width: 100%;
	height: 650px;
	margin-top: 30px
}
.srdz>div{
	width: 10%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background: #e92056;
	font-size: 32px;
	font-weight: bold;
	cursor:pointer;
	border-radius: 10px;
	position:absolute;
    left: 10%;
    bottom: 18%
}
/*遭遇婚姻危机怎么办*/
.crises{
	width: 100%;
	height: 470px;
	background: #f3f3f3;
}
#crises_title{
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	margin-top: 0
}
#crises_E{
	text-align: center;
	font-size: 12px;
	color: #919191;
}
.crises>ul{
	width: 1100px;
	height: 320px;
	margin: 40px auto 0px;
}
.crises>ul>li{
	width: 24%;
	height: 100%;
	float: left;
	cursor: pointer;
	position: relative;
}
.crises>ul>li>img{
	width: 100%;
	height: 100%
}
.crises>ul>li>div{
	width: 70%;
	height: 190px;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.crises>ul>li>div>h4{
	text-align: center;
	margin: 0px 0px 10px 0px ;
	font-weight: bold;
	font-size: 22px
}
.crises>ul>li>div>h6{
	text-align: center;
	color: #919191;
	font-size: 15px;
	line-height: 20px
}
/*你想过为什么会遇到感情问题吗？*/
.encounterissue{
	width: 1100px;
	height: 900px;
	margin: auto;
}
.encounterissue>ul{
	width: 100%;
	height: 330px;
	margin-top: 20px
}
.encounterissue>ul>li{
	width: 24%;
	height: 100%;
	float: left;
	cursor: pointer;
	position: relative;
}
.encounterissue>ul>li>img{
	width: 100%;
	height: 100%
}
.encounterissue>ul>li>div{
	width: 80%;
	height: 75px;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.encounterissue>ul>li>div>h4{
	text-align: center;
	margin: 0px 0px 10px 0px ;
	font-weight: bold;
	font-size: 20px
}
.encounterissue>ul>li>div>h6{
	text-align: center;
	color: #919191;
	font-size: 15px;
	line-height: 16px
}
.encounterissue>h4{
	color: #413b3b;
	text-align: center;
	line-height: 30px;
	font-size: 16px
}
.encounterissue>div{
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #ff7283;
	margin: 30px auto 0px;
	border-radius:5px;
    cursor: pointer;
}
/*我们的服务*/
.saas{
	max-width: 100%;
    margin: 50px auto;
    height: 500px;
    background: #f7f7f7
}
.saas>ul{
	max-width: 1300px;
	height: 250px;
	margin: 50px auto 0px;
}
.saas>ul>li{
	width: 24%;
	height: 100%;
	float: left;
	position:relative;
}
.saas>ul>li>img{
	width: 100%;
	height: 100%
}
.saas>ul>li>div{
	width: 60%;
	height: 135px;
	position:absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
}
/*挽回四步*/
.savethefour{
	max-width: 1200px;
    margin: auto;
    height: 300px;
}
#savethefour_title{
	font-family: "思源黑体CN Bold";
	font-size: 34px;
	color: #000;
	font-weight: bold;
	text-align: center;
}
#savethefour_title>span{
	color: #ff6276;
}
#savethefour_E{
	font-family: "思源黑体CN Light";
	font-size: 14px;
	color: #666;
	text-align: center;
}
#savethefour_center{
	width: 100%;
	height: 150px;
	margin-top: 30px
}
#savethefour_center>li{
	width: 280px;
	height: 150px;
	float: left;
	cursor: pointer;
}
#savethefour_center>li>div{
	width: 225px;
	height: 100%;
	float: left;
	text-align: center;
}
#savethefour_center_title{
	font-weight: bold;
	font-size: 24px;
	color: #ff6276;
	text-align: center;
}
#savethefour_center_center{
	font-size: 16px;
	color: #000;
	text-align: center;
}
/*案例*/
.casus{
	max-width: 1300px;
    margin: 50px auto;
    height: 610px;
}