body{
	background: #f8f8f8;
}
button{
	outline: none;
}
/* 页面头图 */
.top_img{
	width: 100%;
	height:400px;
	background: url(../image/top_bg_img.png) no-repeat center;
}
/* 顶部导航样式 */
.top_nav{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #fff;
	font-size: 16px;
	color: #333333;
 }
 .top_nav ul{
	 padding: 0 40px;
	 width: 1200px;
	 height: 50px;
	 margin: 0 auto;
 }
 .top_nav ul li{
	 float: left;
	 width: 144px;
	 height: 50px;
	 margin-right:50px;
	 margin-right:42px \0;
	 text-align: center;
	 cursor: pointer;
}
.top_nav li.userchoice{
	color: #00C1AE;
	background: url(../image/user_choice.png) no-repeat center bottom;

 }
 .top_nav li:last-child{
	 margin-right: 0;
 }
 .top_nav li span{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: green;
 }
 .nav_flexd{
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 10001;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #fff;
	font-size: 16px;
	color: #333333;
}
 .nav_flexd ul{
	 padding: 0 40px;
	 width: 1200px;
	 height: 50px;
	 margin: 0 auto;
 }
 .nav_flexd ul li{
	 float: left;
	 width: 144px;
	 height: 50px;
	 margin-right:50px;
	 margin-right:42px \0;
	 text-align: center;
	 cursor: pointer;
}
.nav_flexd li.userchoice{
	color: #00C1AE;
	background: url(../image/user_choice.png) no-repeat center bottom;

 }
 .nav_flexd li:last-child{
	 margin-right: 0;
 }
 .nav_flexd li span{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: green;
 }
 /* 产品区域样式 */
 .allgoods_box{
	width: 1200px;
	height: 4580px;
	overflow: hidden;
	margin: 30px auto 60px;
	position: relative;
 }
 .allgoods,.annuitygoods,.healthgoods,.taxExcellentgoods,.accidentgoods,.fostergoods{
	width: 1200px;
	position: absolute;
	overflow: hidden;
 }
 .annuitygoods,.healthgoods,.taxExcellentgoods,.accidentgoods,.fostergoods{
	display: none;
 }
 .show_active{
	display: block;
 }
 .single_goods{
	 width: 550px;
	 height: 380px;
	 background: #fff;
	 margin-left: 25px;
	 margin-right: 50px;
	 margin-bottom: 40px;
	 float: left;
	 border-radius: 4px;
 }
 .single_goods:hover{
	box-shadow: 0 0 10px 6px #f2f2f2;
 }
 .single_goods.even{
	 margin: 0;
 }
 .left_goods_img{
	 float: left;
	 width: 300px;
	 height: 100%;
	 background: yellowgreen;
	 border-top-left-radius: 4px;
	 border-bottom-left-radius:4px; 
	 overflow: hidden;
 }
 .left_goods_img img{
	 border-top-left-radius: 4px;
	 border-bottom-left-radius:4px; 
	 transition: transform 0.5s;
 }
 .single_goods:hover .left_goods_img img{
	-webkit-transform: scale(1.06, 1.06);/* Safari and Chrome */
	-ms-zoom: 1.06;
 }
 .right_good_main{
	 float: right;
	 width:250px;
	 height: 100%;
	 padding: 44px 26px 30px 30px;
	 position: relative;
 }
 .right_good_main h4{
	font-size: 20px;
	color: #333333;
	line-height: 22px;
	white-space: normal;
	overflow: hidden;
	letter-spacing: 0.7px;
	text-align: justify;
	margin-bottom: 22px;
 }
 .right_good_main p{
	font-size: 14px;
	color: #666666;
	letter-spacing: 0.7px;
	text-align: justify;
	line-height: 20px;
	max-height: 120px;
	overflow: hidden;
	word-wrap: break-word;
 }
 .goods_prices{
	position: absolute;
	bottom: 76px;
	left: 0;
	width: 100%;
	height: 28px;
	padding-right: 26px;
	line-height: 28px;
	font-size: 12px;
	color: #777777;
	text-align: right;
}
.goods_prices span{
	font-size: 24px;
	color: #FF5400;
	margin-right: 6px;
}
.user_buy_now{
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	padding-right: 26px;
	text-align: right;
}
.user_buy_now button{
	width: 120px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	border: none;
	background: #FF5400;
	box-shadow: 0 2px 4px 0 rgba(255,84,0,0.80);
	border-radius: 4px;
	cursor: pointer;
}
.no_goods{
	width: 100%;
	height: 380px;
	background: #fff url(../image/goodsnull.png) no-repeat center;
	background-size: 390px 300px;
}