.what_wrap{
	width: 860px;
	margin-right: 100px;
	margin-top: 65px;
}
.what_wrap p{
	line-height: 35px;
	text-indent: 2em;
}
.why{
	background-color: #ecf9ff;
	padding: 50px 0;
}
.why_wrap img{
	margin-right: 50px;
}
.why_wrap li{
	line-height: 32px;
	margin-bottom: 15px;
}
.recommend{
	position: relative;
}
.recommend_line{
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #ea544a;
	top: 170px;
	left: 0;
}
.recommend_line i.triangle{
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border: 16px solid transparent;
	border-bottom-color: #ea544a;
	bottom: 0px;
	left: 50px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.recommend_line i.triangle em.triangle_in{
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border: 14px solid transparent;
	border-bottom-color: #fff;
	top: -12px;
	left: -14px;
}
.recommend_tab_nav li{
	background-color: #e2e2e2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 40px;
	cursor: pointer;
}
.recommend_tab_nav li.active{
	background-color: #ea544a;
	color: #fff;
}
.recommend_tab_content{
	display: none;
}
.recommend_tab_content.active{
	display: block;
}
.recommend_tab_content li{
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	width: 350px;
	line-height: 30px;
	margin-top: 25px;
}
.zy_desc{
	height: 60px;
}
.recommend_tab_content li img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.recommend_tab_content li .zy_info{
	width: 225px;
	margin-left: 20px;
}
.recommend_tab_content li .red{
	color: #ff4400;
}
.recommend_tab_content li b.zy_name{
	padding-left: 30px;
	background: url(../img/wxtg/recommend_icon.png) no-repeat -95px 0;
}
.recommend_tab_content li .amount{
	padding-top: 18px;
	border-top: 1px solid #e2e2e2;
	height: 90px;
}
.recommend_tab_content li .amount_box{
	width: 110px;
	text-align: center;
}
.recommend_tab_content li .amount_box i.amount_icon{
	display: inline-block;
	width: 27px;
	height: 27px;
	background: url(../img/wxtg/recommend_icon.png) no-repeat;
}
.recommend_tab_content li .amount_box:nth-child(2) i.amount_icon{
	background-position: -33px 0;
}
.recommend_tab_content li .amount_box:nth-child(3) i.amount_icon{
	background-position: -67px 0;
}
.jingzhun{
	background-color: #ecf9ff;
	padding: 50px 0;
}
.jingzhun li{
	/*margin-bottom: 20px;*/
	width: 240px;
	text-align: center;
	-webkit-box-shadow: 0 0 5px #e2e2e2;
	-moz-box-shadow: 0 0 5px #e2e2e2;
	box-shadow: 0 0 5px #e2e2e2;
	line-height: 30px;
	padding: 15px 20px;
	background-color: #fff;
}
.jingzhun li p.jingzhun_desc{
	height: 90px;
	text-align: left;
}
.case_desc{
	text-align: center;
}
.case{
	background-color: #777;
	color: #fff;
	padding: 50px 0;
}
.case .title{
	color: #fff;
}
.case_tab_nav li{
	text-align: center;
	padding: 20px 28px;
	cursor: pointer;
}
.case_tab_nav li.active{
	background-color: #2589ff;
}
.case_tab_content li{
	display: none;
}
.case_tab_content li.active{
	display: block;
}
.case_tab_content{
	line-height: 30px;
}
.case_tab_content li .case_name{
	font-size: 22px;
	margin-bottom: 10px;
}
.case_tab_content li .case_list_wrap{
	margin: 70px auto 0;
}
.case_tab_content li .case_list{
	position: relative;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 300px;
	text-align: center;
}
.case_tab_content li .case_list:hover .qr_code{
	height: 355px;
	opacity: 1;
	filter: Alpha(opacity=100);
	color: #595961;
}
.qr_code{
	line-height: 20px;
	position: absolute;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	text-align: center;
	overflow: hidden;
	opacity: 0;
	filter: Alpha(opacity=0);
	font-size: 12px;
	transition: height .3s,opacity .3s;
	-moz-transition: height .3s,opacity .3s;
	-webkit-transition: height .3s,opacity .3s;
	-o-transition: height .3s,opacity .3s;
	padding: 10px 0;
}
