@charset "utf-8";
@import "reset.css";

/* CSS Document */
/*+++++++++++++公共样式（页头&页脚）+++++++++++++*/
/*页头样式*/
.home_header_con{
	width:980px;
	margin:0 auto;
}
.header_con_logo{margin-top:28px;}
.header_con_navs{width:770px;}
/*
时间：2015年5月4日18:35:50
	原来的值为：width:358px;
	
*/
.con_navs_login{
	width:358px;
	margin:1px 0 8px 10px;
	height:28px
}
.con_navs_login li{
	float:left;
	font-size:12px;
	color:#000;
	margin-left:5px;
}
.con_navs_login li a{
	font-size:12px;
	color:#000;
}
.con_navs_login .navs_login_pub a{color:rgba(0,0,0,0.7);}
.con_navs_logined{width:700px;margin: 2px 0 6px 0;height:28px}
.con_navs_logined li{
	float:right;
	margin:0 5px;
	line-height:25px;
}
.logiend_space_letter{
	display:block;
	width:19px;
	height:11px;
	margin-top:6px;
	background:url(../images/icon_home.png) no-repeat;
	background-position:0 0;
	position:relative;
}
.logiend_space_letter span{
	display:inline-block;
	width:10px;
	height:10px;
	background:url(../images/icon_home.png) no-repeat;
	background-position:0 -21px;
	position:absolute;
	right:-5px;
	top:-6px;
	font-size:10px;
	line-height:10px;
	color:#fff;
	text-align:center;
}
.con_navs_logined li .navs_logined_name{
	font-size:12px;
	color:#0278c1;
}
.navs_logined_letter{
	display:block;
	width:19px;
	height:11px;
	background:url(../images/icon_home.png) no-repeat;
	background-position:0 0;
	position:relative;
	margin-top:6px;
}
.navs_logined_letter span{
	display:block;
	width:10px;
	height:10px;
	font-size:10px;
	color:#fff;
	background:url(../images/icon_home.png) no-repeat;
	background-position:0 -21px;
	text-align:center;
	line-height:10px;
	position:absolute;
	right:-5px;
	top:-6px;
}
.navs_logiend_space{
	width:108px;
	height:24px;
	border:1px solid #5abd4a;
	position:relative;
	z-index:900;
}
.logiend_space_my{
	line-height:25px;
	margin-left:12px;
}
.logiend_space_down:after{
	display:block;
	width:0;
	height:0;
	font-size:0;
	border-style:solid;
	content:'';
	border-width:4px 4px 4px 4px;
	border-color:#5abd4a transparent transparent transparent;
	margin:10px 10px 0 0 ;
}
.logiend_space_slide{
	display:none;
	width:108px;
	background:#fff;
	border:1px solid #5fbd4f;
	position:absolute;
	top:24px;
	left:-1px;
}
.logiend_space_slide li{
	float:none;
	margin:6px 0;
	text-align:center;
}
.logiend_space_slide li a{
	font-size:12px;
	color:#5b5b5b;
}
.logiend_space_slide li a:hover{color:#57b648;}
.logiend_space_exist{
	font-size:12px;
	color:#000;
}
/*
时间：2015年5月4日18:35:50
	原来的值为：width:720px;
*/
.con_navs_navigation{width:790px}
.con_navs_navigation li{
	float:left;
	margin-left:34px;
}
.navigation_li{
	position:relative;
	height:54px;
}
.con_navs_navigation .current a{
	color:#57b648;
}
.con_navs_navigation li a{
	font-size:15px;
	color:#0068b7;
	font-weight:bold;
}
.con_navs_navigation li a:hover{color:#57b648;}
/******二级菜单******/
.nav_child{
	display:none;
  position:absolute;
	left:-25px;
	top:44px;
	width:114px;
	border:1px solid #f5d00a;
	background:url(../images/bg_home_header.png) repeat;
	z-index:999
}
.nav_child li{
	float:none;
	margin:0;
	text-align:center;
}
.nav_child_icon{
	display:block;
	width:0;
	height:0;
	border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fed900;
	margin:0 auto;
}
.navigation_li .nav_child li a{
	display:inline-block;
	width:112px;
	height:32px;
	font-size:14px;
	color:#444445;
	line-height:32px;
	font-weight:normal;
	
}
.nav_child li a:hover{
	color:#444445;
	background:url(../images/bg_home_navchild.png) repeat;
}
/*页脚样式*/
.home_footer{
	width:100%;	
	margin-top:24px;
}
.home_footer_wrap{
	width:100%;
	height:258px;
	background:#ededed;
}
.footer_agency{
	width:980px;
	height:258px;
	background:#ededed;
	margin:0 auto;
}
.footer_agency_branch{
	width:142px;
	margin:0 10px 0 16px;
}
.footer_agency_book{
	width:170px;
}
.footer_agency_book p{
  color:#979797;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	padding-left:64px;
}
.footer_agency_book img{
	width:105px;
	height:141px;
	margin-left:50px;
}
.footer_agency_branch h2,.footer_agency_corp h2,.footer_agency_wechat h2,.footer_agency_book h2{
	font-size:20px;
	color:#474747;
	margin-top:32px;
	line-height:30px;
}
.footer_agency_branch h2 span,.footer_agency_corp h2 span,.footer_agency_wechat h2 span,.footer_agency_book h2 span{
	display:inline-block;
	float:left;
	width:30px;
	height:30px;
	margin-right:9px;
	background:url(../images/icon_home.png) no-repeat;
	background-position:0 -141px;
}
.footer_agency_branch ul{
	padding-left:40px;
	margin-top:12px;
}
.footer_agency_branch ul li{
	float:left;
	width:42px;
}
.footer_agency_branch ul li a{
	font-size:14px;
	color:#888;
	line-height:28px;
}
.footer_agency_corp{
	width:448px;
	margin-right:4px;
}
.footer_agency_corp ul{
	margin-top:26px;
}
.footer_agency_corp ul li{
	float:left;
	width:103px;
	height:60px;
	margin-right:9px;
	margin-bottom:9px;
}
.footer_agency_corp ul li a{
	display:block;
	height:60px;
	font-size:14px;
	color:#b9b9b9;
	background:#fff;
	text-align:center;
}
.footer_agency_wechat{
	width:190px;
}
.footer_agency_wechat img{
	padding-left:64px;
	width:80px;
	height:80px;
	margin-top:16px;
}
.footer_agency_wechat p{
	padding-left:36px;
	color:#474747;
	font-weight:bold;
}
.agency_wechat_tele{
	font-size:20px;
	margin-top:20px;
	margin-bottom:12px;
}
.agency_wechat_num{font-size:22px;}
.home_footer_other{
	width:980px;
	height:144px;
	margin:0 auto;
}
.foot_other_item1{
	width:650px;
	margin:12px auto 0;
}
.foot_other_item1 li{
	float:left;
	margin:0 5px;
}
.foot_other_item1 li a{line-height:25px;}
.other_item1_search{
	width:170px;
	height:25px;
	border:1px solid #7d7d7d;
}
.other_item1_search input{
	width:140px;
	height:25px;
	text-indent:9px;
	line-height:25px;
	border:none;
}
.other_item1_search a{
	display:inline-block;
	float:right;
	width:25px;
	height:25px;
	background:url(../images/icon_home.png) no-repeat;
	background-position:5px -278px;
}
.foot_other_item1 li a{
	font-size:12px;
	color:#242321;
}
.foot_other_item2{
	width:590px;
	margin:12px auto 16px;
}
.foot_other_item2 li{
	float:left;
	margin:0 11px;
}
.foot_other_item2 li a{
	font-size:14px;
	color:#5b5b5b;
	line-height:26px;
}
.foot_other_item2 .other_item2_li{
	width:114px;
	border:1px solid #909090;
	position:relative;
	padding-left:14px;
}
.other_item2_li span{
	display:inline-block;
	width:0;
	height:0;
	border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #7f7f7f;
	margin-left:10px;
}
.foot_other_item3{
	display:none;
	position:absolute;
	left:-1px;
	top:-113px;
	width:100%;
	background:#fff;
	border:1px solid #909090;
	border-bottom:none;
}
.foot_other_item3 li a{
	font-size:14px;
	color:#909090;
	line-height:28px;
}
.foot_other_item3 li a:hover{color:#56b348;}
.home_footer_other p{
	font-size:14px;
	color:#5b5b5b;
	text-align:center;
}
.home_footer_other p a{
	font-size:14px;
	color:#5b5b5b;
	padding-left:12px;
}
.home_header{
	width:100%;
	height:96px;
	background:url(../images/bg_home_header.png) repeat;
	border-bottom:5px solid #fed900;
}
/***********首页*********/
.home_main{
	width:980px;
	margin:20px auto 0;
}
.home_header_index{
	position:absolute;
	z-index:500;
	margin:0 auto;
	width:100%;
}
/*****首页-热销产品/团队福利管理********/
.main_pro h2{
	font-size:20px;
	color:#5b5b5b;
	margin-bottom:12px;
}
.main_pro h3 {
	padding-left:16px;
	margin-top:14px;
}
.main_pro h3 a{
	font-size:16px;
	color:#0379c5;
	line-height:28px;
}
.main_pro h3 a:hover{
  color:#ffa200;
}
.main_pro_icon:after{
  display:block;
	width:0px;
	height:0px;
	font-size:0;
	border-style:solid;
	content:'';
	border-width:6px 6px 6px 6px;
	border-color: transparent transparent transparent #ff8402;
	margin-top:6px;
}
.main_mag_icon:after{
  display:block;
	width:0px;
	height:0px;
	font-size:0;
	border-style:solid;
	content:'';
	border-width:4px 4px 4px 4px;
	border-color: transparent transparent transparent #ff8402;
	margin-top:10px;
}
.main_pro p{
	font-size:12px;
	color:#989898;
	line-height:18px;
	padding:0 16px;
}
.main_pro_slide{
  width:313px;
	height:209px;
	position:relative;
	overflow:hidden;
}
.pro_slide_wrap{
	position:absolute;
	left:0;
	top:0;
	width:1000px;
	z-index:200;
}
.main_pro_slide .pro_slide_wrap li{
	float:left;
	width:313px;
	height:209px;
	position:relative;
	padding:0;
}
.main_pro_slide .pro_slide_wrap img{
	width:313px;
	height:209px;
}
.slide_wrap_text{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:59px;
	background:url(../images/bg_home_product.png) repeat;
}
.slide_wrap_text .wrap_text_first{
	font-size:20px;
	color:#fff;
	text-align:center;
  margin:10px 0 6px 0px;
}
.slide_wrap_text .wrap_text_last{
	font-size:14px;
	color:#fff;
	text-align:center;
}
.indexBanner_num{
	width:225px;
	height:10px;
	position:relative;
	left:90px;
	bottom:236px;
}
.indexBanner_num a{
	display:inline-block;
	width:11px;
	height:10px;
	background:url(../images/icon_home.png) no-repeat;
	background-position:0 -181px;
	text-indent:-9999px;
	margin:0 4px;
	float:right;
}
.indexBanner_num a.on,.indexBanner_num a:hover{
	background: url(../images/icon_home.png) no-repeat;
	background-position:-19px -181px;
}
.pro_btn{
	display:block;
	width:94px;
	height:25px;
	border-bottom:3px solid #017c46;
	background:#56b348;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:25px;
	margin:0px auto 0;
}
.pro_btn:hover{
	background:#ff8a00;
	border-bottom:3px solid #d65600;
}
.main_pro_hot ul li,.main_pro_online ul li{
	height:73px;
} 
.main_pro_hot .main_pro_li,.main_pro_online .main_pro_li{
	height:74px;
	border-bottom:1px solid #dedede;
}
.main_pro_li h3{margin-top:0;}
.main_pro_hot{
	width:314px;
	margin-right:26px;
}
.main_pro_online{
	width:314px;
	margin-right:32px;
}
.main_pro_calcul{
	width:294px;
}
.main_pro_calcul form{
	padding:1px;
	background:#ededed;
}
.main_pro_calcul h4{
	height:28px;
	font-size:16px;
	color:#0368b0;
	line-height:28px;
	background:rgba(134,129,126,0.15);
	padding-left:14px;
}
.main_pro_calcul ul{
	padding:10px 0 0;
}
.main_pro_calcul li{
	padding:0 12px 6px;
}
.main_pro_calcul label{
	font-size:16px;
	color:#7a7572;
	line-height:26px;
}
.main_pro_calcul ul li div{
	position:relative;
}
.pro_calcul_sel{
	width:190px;
	height:26px;
	background:#fff;
}
.pro_calcul_year{
	width:129px;
	height:26px;
	background:#fff;
}
.calcul_sel_pro{
	display:block;
	width:188px;
	height:24px;
	border:1px solid #56b348;
	text-indent:6px;
	line-height:24px;
	text-decoration:none;
	color:#7a7572;
}
.calcul_sel_year{
	display:block;
	width:100px;
	height:24px;
	border:1px solid #56b348;
	text-indent:6px;
	line-height:24px;
	text-decoration:none;
	color:#7a7572;
	padding-right:27px;
	background:url(../images/icon_home.png) no-repeat;
	background-position:101px -419px;
	cursor: pointer;
}
.calcul_sel_year span{
	display:inline-block;
	border-left:1px solid #56b348;
	width:25px;
	height:24px;
	background:url(../images/icon_home.png) no-repeat;
	background-position:8px -299px;
}
.calcul_sel_pro span{
	display:inline-block;
	border-left:1px solid #56b348;
	width:25px;
	height:24px;
	background:url(../images/icon_home.png) no-repeat;
	background-position:8px -299px;
}
.pro_calcul_sel ul{
	display:none;
	width: 188px;
  border: 1px solid #56b348;
  margin-right: 12px;
  position: absolute;
  background: #fff;
  top: 24px;
  left: 0px;
	z-index:800;
}
.pro_calcul_sel ul li{
	padding-left:6px;
	font-size: 12px;
  line-height: 20px;
  color: #2a4257;
  cursor: pointer;
}
.pro_calcul_year ul{
	display:none;
	width:127px;
	border: 1px solid #56b348;
  margin-right: 12px;
  position: absolute;
  background: #fff;
  top: 24px;
  left: 0px;
	z-index:800;
}
.pro_calcul_year ul li{
	padding-left:6px;
	cursor: pointer;
}
.pro_calcul_year ul li a{
	font-size:12px;
	color:#2a4257;
	line-height:20px;
}
.pro_calcul_sel ul li a{
	font-size:12px;
	color:#2a4257;
	line-height:20px;
}
.pro_calcul_gender{
  font-size:14px;
	color:#7a7572;
	line-height:14px;	
}
.pro_calcul_sex{
	display:inline-block;
	width:14px;
	height:14px;
	background:url(../images/icon_home.png) no-repeat;
	background-position:0 -259px;
	margin:6px 14px 0 0;
	cursor: pointer;
}
.sex_male{
	margin-left:58px;
}
.sex_female{
	margin-left:12px;
}
.main_pro_calcul select{
	height:26px;
	border:1px solid #56b348;
}
.main_pro_calcul select option{
	font-size:12px;
	color:#7a7572;
	line-height:26px;
	padding-left:12px;
}
.pro_calcul_btn{
	display:inline-block;
	width:94px;
	height:25px;
	font-size:14px;
	color:#fff;
	line-height:25px;
	text-align:center;
	background:#56b348;
	border-bottom:3px solid #017c46;
}
.pro_calcul_btn:hover{	
  background:#ff8a00;
	border-bottom:3px solid #d65600;
	}
.pro_calcul_btn1{
	margin:14px 70px 10px 16px;
}
/*****首页团队福利********/
.main_mag{
	margin-top:24px;
}
.main_mag_group{
	width:314px;
	margin-right:18px;
}
.main_mag_group h2{
	font-size:20px;
	color:#5b5b5b;
	margin-bottom:12px;
}
.main_mag_group ul li{
	padding-left:4px;
}
.mag_group_list li a{
	font-size:14px;
	color:#0368b0;
	line-height:32px;
	padding-left:12px;
}
.mag_group_list li a:hover{
	color:#ffa200;
}
.mag_btn{
	display:inline-block;
	width:98px;
	height:25px;
	font-size:12px;
	color:#fff;
	text-align:center;
	line-height:25px;
	border-bottom:3px solid #017c46;
	background:#56b348;
	margin-top:10px;
}
.mag_btn:hover{
  background:#ff8a00;
	border-bottom:3px solid #d65600;
}
.main_mag_news{
	width:648px;
}
.news_center_tab1{
	font-size:20px;
	color:#5b5b5b;
	font-weight:bold;
}
.news_center_tab2{
	font-size:20px;
	color:#cccccc;
	font-weight:bold;
}
.news_center_line{
	color:#e0e0e0;
}
.news_center_more{
	font-size:14px;
	color:#0164b5;
	font-weight:normal;
	line-height:30px;
}
.center_more2{
	display:none;
}
.mag_news li{
	width:100%;
	list-style-type:disc;
	font-size:14px;
	color:#909090;
	list-style-position:inside;
}
.mag_news li:hover{
	color:#219110;
}
.mag_news li a{
	font-size:14px;
	color:#909090;
	line-height:27px;
}
.mag_news li a:hover{
	color:#219110;
}
.mag_news_attend{
	display:none;
}
/*******首页-Banner*********/
.home_top{
	width:100%;
	position:relative;
	height:900px;
}
.home_top_nav{
	width:100%;
	height:96px;
	background:rgba(255,255,255,0.6);
	border-bottom:5px solid #fed900;
	position:absolute;
	top:0;
	z-index:100;
}
.home_top_banner{
	width:1656px;
	height:719px;
	position:absolute;
	top:0;
	left:50%;
	z-index:10;
	overflow:hidden;
	margin-left:-828px;
}
.top_banner_box{
	width:1656px;
	height:719px;
	overflow:hidden;
	position:relative;
}
.top_banner_list{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
}
.top_banner_list li{
	width:1656px;
	height:719px;
	float:left;
}
.top_banner_list li a{
	display:block;
	width:100%;
	height:719px;
	background: no-repeat  center;
}
.top_banner_num{
	width:110px;
	height:17px;
	position:absolute;
	left:50%;
	bottom:170px;
	z-index:100;
	margin-left:-55px;
}
.top_banner_num a{
	display:inline-block;
	width:17px;
	height:17px;
	background:url(../images/icon_home.png) no-repeat;
	background-position:0 -201px;
	text-align:center;
	line-height:17px;
	color:#fff;
	font-size:14px;
	margin-right:4px;
}
.top_banner_num a.on{
	background-position:0 -218px;
}
.home_top_sidebar{
	width:980px;
	position:relative;
	left:0;
	top:184px;
	z-index:30;
	margin:0 auto;
}
.top_sidebar_item ul{
	padding:10px 0;
	width:170px;
	height:380px;
	/*background:url(../images/bg_home_sleft.png) repeat ;*/
        background-color:#EFEFEF;
}
.top_sidebar_item ul li{
	margin:6px 0;
}
.top_sidebar_item ul li a{
	display:block;
	width:100%;
	color:#0068b7;
	font-size:14px;
	text-align:center;
}
.top_sidebar_item ul li a:hover{
	color:#57b648;
}
.top_sidebar_item ul li span{
	display:block;
	background:url(../images/icon_home_sidemanage.png);
	margin:0 auto 5px;
}
.sidebar_item_online{
	width:38px;
	height:30px;
	background-position:0 0;
}
.top_sidebar_item .sidebar_item_my{
	width:28px;
	height:37px;
	background-position:-5px -40px;
}
.top_sidebar_item .sidebar_item_group{
	width:37px;
	height:23px;
	background-position:0 -87px;
}
.top_sidebar_item .sidebar_item_active{
	width:37px;
	height:24px;
	background-position:0 -120px;
}
.top_sidebar_item .sidebar_item_free{
	width:30px;
	height:37px;
	background-position:-4px -154px;
}
.sidebar_item_service{
	width:171px;
	height:59px;
	background:rgba(0, 0, 0, 0.5) url("../images/bg_home_service.png") repeat scroll 0 0;
}
.top_siderbar_custom{
	width:224px;
	background:url(../images/bg_home_sright.png) repeat;
}
.sidebar_custom_tab{
	margin-bottom:8px;
}
.sidebar_custom_tab li{
	width:112px;
	height:26px;
	float:left;
	font-size:14px;
	color:#7a7572;
	line-height:26px;
	text-align:center;
	cursor: pointer;
}
.sidebar_custom_tab .custom_tab_act{
	color:#fff;
	background:url(../images/bg_home_stright.png) repeat;
}
.sidebar_custom_per li input{
	width:138px;
	height:24px;
	border:1px solid #56b348;
	text-indent:6px;
	line-height:24px;
	margin-right:12px;
}
.sidebar_custom_per li img{
	width:51px;
	height:21px;
	margin:3px 11px 0 0 ;
}
.sidebar_custom_per li a{
	font-size:12px;
	color:#0269b8;
	text-decoration:underline;
	line-height:20px;
	margin-right:12px;
}
.sidebar_custom_per li .custom_gro_type{
	display:inline-block;
	width:138px;
	height:24px;
	border:1px solid #56b348;
	text-indent:6px;
	line-height:24px;
	text-decoration:none;
	color:#7a7572;
	margin-right:0px;
}
.sidebar_custom_per li .custom_gro_type span{
	display:inline-block;
	border-left:1px solid #56b348;
	width:25px;
	height:24px;
	background:url(../images/icon_home.png) no-repeat;
	background-position:8px -299px;
}
.sidebar_custom_per li .custom_gro_check{
	width:75px;
}
.sidebar_custom_per li span{
	font-size:14px;
	color:#7a7572;
	line-height:26px;
	margin-left:10px;
}
.sidebar_custom_per li .custom_gro_tip{
	font-size:12px;
	color:#ff0000;
	line-height:20px;
	margin-left:72px;
	margin-right:14px;
}
.sidebar_custom_per li .custom_gro_sorry{
  font-size:12px;
	color:#ff0000;
	margin-left:10px;
}
.custom_gro_select{
	margin-bottom:12px;
}
.custom_per_btn1,.custom_per_btn2{
  display:inline-block;
	width:94px;
	height:25px;
	font-size:14px;
	color:#fff;
	line-height:25px;
	text-align:center;
}
.custom_per_btn1{
	background:#0269b8;
	border-bottom:3px solid #00497d;
	margin:8px 13px 0 10px;
}
.custom_per_btn2{
	background:#56b348;
	border-bottom:3px solid #017c46;
}
.custom_per_btn1:hover,.custom_per_btn2:hover{
	background:#ff8a00;
	border-bottom:3px solid #d65600;
}
.sidebar_custom_per,.sidebar_custom_gro{
	padding-bottom:8px;
}
.sidebar_custom_gro li input{
	width:138px;
	height:24px;
	border:1px solid #56b348;
	text-indent:6px;
	line-height:24px;
	margin-right:12px;
}
.sidebar_custom_gro li img{
	width:51px;
	height:21px;
	margin:3px 11px 0 0 ;
}
.sidebar_custom_gro li a{
	font-size:12px;
	color:#0269b8;
	text-decoration:underline;
	line-height:20px;
	margin-right:12px;
}
.custom_gro_choose{
	width:138px;
	margin-right:12px;
	position:relative;
}
.sidebar_custom_gro li .custom_gro_type{
	display:inline-block;
	width:138px;
	height:24px;
	border:1px solid #56b348;
	text-indent:6px;
	line-height:24px;
	text-decoration:none;
	color:#7a7572;
	margin-right:0px;
}
.sidebar_custom_gro li .custom_gro_type span{
	display:inline-block;
	border-left:1px solid #56b348;
	width:25px;
	height:24px;
	background:url(../images/icon_home.png) no-repeat;
	background-position:8px -299px;
}
.sidebar_custom_gro li .custom_gro_check{
	width:75px;
}
.sidebar_custom_gro li span{
	font-size:14px;
	color:#7a7572;
	line-height:26px;
	margin-left:10px;
}
.sidebar_custom_gro li .custom_gro_tip{
	font-size:12px;
	color:#ff0000;
	line-height:20px;
	margin-left:72px;
}
.sidebar_custom_gro li .custom_gro_sorry{
  font-size:12px;
	color:#ff0000;
	margin-left:10px;
}
.custom_gro_select{
	margin-bottom:12px;
}
.custom_gro_slide{
	display:none;
	width:138px;
	border:1px solid #56b348;
	margin-right:12px;
	position:absolute;
	background:#fff;
	top:24px;
	left:-2px;
}
.custom_gro_slide li{
	font-size:12px;
	color:#2a4257;
	line-height:20px;
	cursor: pointer;
	padding-left:6px;
}
.custom_per_inter{
	height:22px;
}
.custom_per_type{
	height:32px;
}
.home_top_health{
  width:980px;
	height:214px;
	margin:0 auto;
	position:absolute;	
	left:50%;
	top:650px;
	z-index:300;
	margin-left:-490px;
}
.custom_gro_my{
	width:781px;
	height:214px;
	background:url(../images/bg_home_health.png) repeat;
}
.custom_gro_my1{
	width:193px;
	height:214px;
	background:url(../images/bg_home_health.png) repeat;
}
.custom_gro_item{
	width:570px;
	height:214px;
	background:url(../images/bg_home_health.png) repeat;
}
.gro_my_title{
	display:block;
	width:128px;
	height:34px;
	border:1px solid #fff;
	font-size:16px;
	color:#fff;
	line-height:34px;
	text-align:center;
	margin:10px auto 8px;
}
.gro_my_title:hover{
	color:#f3d70a;
	border-color:#f3d70a;
}
.gro_my_img{
	display:block;
	width:180px;
	height:144px;
	background:#fff;
	margin:0 auto;
}
.gro_my_img img{
	width:156px;
	height:118px;
	padding:15px 12px 12px;
}
.gro_item_title{
	margin:10px 0 0 10px;
}
.gro_item_title li{
	float:left;
	margin-right:22px;
}
.gro_item_title li a{
	display:block;
	width:110px;
	height:34px;
	border:1px solid #fff;
	font-size:16px;
	color:#fff;
	line-height:34px;
	text-align:center;
}
.gro_item_title li a:hover{
	color:#f3d70a;
	border-color:#f3d70a;
}
.gro_item_title .thistab a{
	color:#f3d70a;
	border-color:#f3d70a;
}
.gro_item_list{
	width:550px;
	height:144px;
	background:#fff;
	margin:8px 0 0 10px;
	overflow:hidden;
}
.item_list_prev,.item_list_next{
	display:inline-block;
	width:24px;
	height:40px;
	background:url(../images/icon_home.png) no-repeat;
}
.item_list_prev{
	background-position:0 -41px;
	margin:48px 0 0 14px;
}
.item_list_next{
	background-position:0 -91px;
	margin:-75px 14px 0 0;
}
.item_list_detail {
	width:500px;
	margin:25px 0 0 50px;
	overflow:hidden;
}
.item_list_detail ul{
	width:9999px;
	height:100px;
	overflow:hidden;
}
.item_list_detail ul li{
	float:left;
	width:133px;
	height:100px;
	border:1px solid #eee;
	position:relative;
	margin:0 5px;
}
.item_list_detail ul li a{
	display:block;
	width:100%;
	height:102px;
}
.item_list_detail ul li span{
	display:inline-block;
	width:153px;
	height:26px;
	background:#7ac46d;
	line-height:26px;
	text-align:center;
	font-size:14px;
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
}
.home_service{
	position:fixed;
	width:97px;
	height:97px;
	right:0;
	top:283px;
	z-index:500;
	background:#2468bd;
}
.home_service a{
	display:block;
	width:97px;
	height:97px;
	background:url(../images/icon_home.png) no-repeat;
	background-position:20px -318px;
	position:relative;
}
.home_service a span{
	display:block;
	width:100%;
	height:32px;
	font-size:16px;
	color:#fff;
	line-height:32px;
	text-align:center;
	position:absolute;
	bottom:0;
}
/*******子页头部*******/
.subpage_top_nav{
	width:100%;
	height:96px;
	background:rgba(255,255,255,0.6);
	border-bottom:5px solid #fed900;
}

.alertbox {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
.alertbox_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	z-index: 1000;
}

.alertbox_main {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	width: 400px;
	z-index: 1001;
}

.mag_group_list li a {
	font-size: 15px;
	line-height: 28px;
}

.main_mag_group .wrap_text_first {
	font-size: 15px;
	font-weight: bold;
}

