.what_qd{
	margin-top: 30px;
}
.what_qd h3 i,.what_qd h3 tt,.combo_qd h3 i,.combo_qd h3 tt,.tongue_qd h3 tt,.tongue_qd h3 i{
	width: 138px;
	height: 20px;
	display: inline-block;
	line-height: 20px;
}
.what_qd h3,.combo_qd h3,.tongue_qd h3{
	height: 24px;
	line-height: 24px;
	color: #555555;
	font-size: 25px;
	text-align: center;
	margin-bottom: 10px;
}
.what_qd h3 i,.combo_qd h3 i,.tongue_qd h3 i{
	background: url(../images/what_left.png)no-repeat;
	margin-right: 10px;
}
.what_qd h3 tt,.combo_qd h3 tt,.tongue_qd h3 tt{
	background: url(../images/what_right.png)no-repeat;
	margin-left: 10px;
}
.what_qd p{
	font-size: 14px;
	line-height: 20px;
	color: #646464;
	text-align: center;
	display: none;
}
.advantage{
	text-align: center;
	padding-top: 50px;
}
.advantage div{
	display: inline-block;
}
.advantage .advantage-left{
	vertical-align: top;
	margin-top: 70px;
	opacity: 1;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.advantage .advantage-left.tran{
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	opacity: 0;
}
.advantage .advantage-right{
	margin-left: 135px;
	opacity: .9;
}
.what_b{
	margin-top:40px;
}
.what_b h3 i,.what_b h3 tt{
	width: 138px;
	height: 20px;
	display: inline-block;
	line-height: 20px;
}
.what_b h3{
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: 25px;
	text-align: center;
	margin-bottom: 10px;
}
.what_b h3 i{
	background: url(../images/what_b_left.png)no-repeat;
	margin-right: 10px;
}
.what_b h3 tt{
	background: url(../images/what_b_right.png)no-repeat;
	margin-left: 10px;
}
.what_b p{
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	display: none;
}
.data{
	text-align: center;
	padding-top: 80px;
	width: 100%;
	overflow: hidden;
}
.data dt{
	-webkit-transition: all 1s .4s;
	-o-transition: all 1s .4s;
	transition: all 1s .4s;
	opacity:1;
}
.data dt.tran{
	-webkit-transform: translate(50px,-50px);
	-ms-transform: translate(50px,-50px);
	-o-transform: translate(50px,-50px);
	transform: translate(50px,-50px);
	opacity: 0;
}
.data dd{
	margin-top: -280px;
	margin-right: 150px;
	opacity: .99;
}
.proportion{
	padding-top: 60px;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
	text-align: center;
/*	opacity: 0;*/
}
.proportion img{
	margin-top: 100px;
	opacity: 0;
	-webkit-transition: all 1s .5s;
	-o-transition: all 1s .5s;
	transition: all 1s .5s;
}
.proportion div{
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	display:inline-block;
	opacity: 1;
}
.proportion .propor-left.tran{
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);
}
.proportion .propor-right.tran{
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px);
}
.proportion .propor-content.tran{
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}
.proportion .propor-left{
	text-align: right;
}
.proportion .propor-left.propor-right{
	text-align: left;
}
.proportion .propor-left h3{
	color: #8b5225;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.proportion .propor-left p{
	line-height: 30px;
	font-size: 14px;
	color: #8b5225;
}
.proportion .propor-content{
	text-align:center;
	border-left: 1px solid #cf9c3f;
	border-right: 1px solid #cf9c3f;
	padding: 0 15px;
	margin: 0 15px;
}
.proportion .propor-content p{
	color: #a97431;
	font-size: 14px;
	line-height: 30px;
}