/* CSS Document */
body,html{ padding:0px; margin:0px; }
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, p{font-family:"微软雅黑";}
body{
	margin:0 auto;
	padding:0;
	font-size:12px;
	line-height:20px;
	background: #f6f6f6;
}
*{
	margin:0;
	padding:0;
}
ul,li,p{
	margin:0px;
	padding:0px;
	zoom:1;
	list-style:none;}
img{
	display:block;
	border:none;
}
a {
	outline: none;
	text-decoration: none;
	color: #cacaca;
}
a:hover{
	text-decoration:none;
}
div{zoom: 1;}
.clear{
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}

.setWidth{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	position: relative;
	vertical-align: bottom;
}
.top_header{
	height: 76px;
	border-top: 4px solid #ea5911;
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
}
.top_header .logo{
	float: left;
	padding-top: 16px;
}
.top_header .nav{
	float: left;
	height: 76px;
	margin-left: 80px;
}
.top_header .nav ul{
	height: auto;
	overflow: hidden;
}
.top_header .nav ul li{
	float: left;
	width: 90px;
	height: 76px;
	text-align: center;
	margin-right: 10px;
}
.top_header .nav ul li a{
	display: block;
	width: 90px;
	height: 66px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	padding-top: 10px;
	cursor: pointer;
	font-weight:bolder;
}
.top_header .nav ul li a span{
	display: block;
	color: #666;
	font-size: 11px !important;
	font-family: tahoma;
	vertical-align:middle;
	line-height: 11px;
	font-weight: normal;
}
.top_header .nav ul li a:hover{
	background: url(icon_01.jpg) no-repeat;
	color: #fff;
}
.top_header .nav ul li a:hover span{
	color: #fff;
}
.top_header .nav ul li a.selectedA{
	background: url(icon_01.jpg) no-repeat;
	color: #fff;
}
.top_header .nav ul li a.selectedA span{
	color: #fff;
}
.top_header .welcome_user_false{
	float: right;
	color: #e5e5e5;

}
.top_header .welcome_user_false a{
	display: inline-block;
	line-height: 76px;
	font-size: 16px;
	color: #333;
	font-weight:bolder;
	margin: 0 5px;
	cursor: pointer;
}
.top_header .welcome_user_true{
	float: right;
	color: #e5e5e5;
	padding-top: 15px;
	color: #333;
	display: none;
}
.top_header .welcome_user_true a{
	color: #0078cd;
	text-decoration: underline;
	cursor: pointer;
}
.top_header .welcome_user_true span.out{
	float: right;
	cursor: pointer;
}
.flash_img{
	width: 100%;
	height: 440px;
}
.flash_img .img_box{
	height: 360px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.flash_img .img_box img{
	height: 360px;
	width: 100%;
}
.flash_img .img_box a.a_bigImg{
	display: none;
	position:absolute;
	top:0px;
	left:0px;
	display: block;
	width: 100%;
	height: 360px;
}

.flash_img .img_nav{
	height: 79px;
	background: #f1f1f1;
	border-bottom: 1px solid #cecece;
}
.flash_img ul.img_icon{
	height: 79px;
	position: relative;
}
.flash_img ul.img_icon li{
	float: left;
	width: 250px;
	height: 80px;
	cursor: pointer;
	position: relative;
}
.flash_img ul.img_icon .prev{
	position: absolute;
	left: -30px;
	top: 30px;
	cursor: pointer;
}
.flash_img ul.img_icon .next{
	position: absolute;
	right: -30px;
	top: 30px;
	cursor: pointer;
}

.flash_img ul.img_icon li a{
	position: absolute;
	display: block;
	width: 250px;
	height: 80px;
	left: 0;
	top: 0;
	z-index: 10000;
	opacity: 0.5;
	background: #fff;
}
.flash_img ul.img_icon li a.now{
	background: url(selectedLi.png) no-repeat left bottom;
	opacity: 1;
}

.h_section{
	padding-top: 20px;
	padding-bottom: 50px;
	background: #fff;
}
.h_section .h_news_list{
	width:280px;
	float:left;
	border-right:1px dashed #E5E5E5;
	min-height: 260px;
	padding-right: 20px;
}

.h_section .h_news_list .title{
	height: 20px;
	line-height: 20px;
	font-size: 16px;
}
.h_section .h_news_list .title span img{
	margin-right: 5px;
}
.h_section .h_news_list .title a{
	padding-top: 5px;
	display: block;
}
.h_section .h_news_list .list{
	background: #fcfcfc;
	border: 1px solid #E5E5E5;
	min-height: 182px;
	margin-top: 10px;
	clear: both;
	padding: 12px;
}
.h_section .h_news_list .list ul{
	height: auto;
	overflow: hidden;
	color: #333;
}
.h_section .h_news_list .list ul li{
	clear: both;
	line-height: 30px;
	cursor: pointer;
}
.h_section .h_news_list .list ul li a{
	display: block;
	float: left;
	height: 30px;
	width: 200px;
	color: #333;
	overflow: hidden;
}
.h_section .h_news_list .list ul li a:hover{
	color: #f48319;
	text-decoration: underline;
	transition: 1s;
}
.h_section .h_news_list .list ul li span.time{
	width: 40px;
	height: 30px;
	display: block;
	float: right;
}
.h_section .Recommend_game{
	width: 680px;
}
.h_section .Recommend_game .title{
	height: 29px;
	border-bottom: 1px solid #E5E5E5;
}
.h_section .Recommend_game .title a{
	padding-top: 5px;
	display: block;
}
.h_section .Recommend_game .list{
	height: auto;
	margin-top: 14px;

}
.h_section .Recommend_game .list ul{
	height: auto;

}
.h_section .Recommend_game .list ul li{
	float: left;
	width: 222px;
	height: 288px;
	background: #fff;
	margin-right:7px;
}
.h_section .Recommend_game .list ul li:last-child{
	margin-right: 0;
}

/*新闻列表页面*/
.banner_news_list{
	height: 89px;
	background: url(banner_news_list.jpg) no-repeat center top;
}
.news_section{
	min-height: 708px;
	height: auto;
	overflow: hidden;
	background: #eee;
}
.news_section .news_aside{
	width: 230px;
	min-height: 708px;
	background: #f8f8f8;
	border-right: 1px solid #eee;
}
.news_section .news_aside ul.activity_graph{
	padding: 15px 10px;
}
.news_section .news_aside ul.activity_graph li{
	width:206px;
	height: 76px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 1px;
	overflow: hidden;
	margin-bottom: 10px;
}
.news_section .news_aside ul.activity_graph li img{
	width:206px;
	height: 76px;
}

.news_section .news_list{
	background: #fff;
	width: 100%;
	min-height: 678px;
	height: auto;
	overflow: hidden;
	padding: 15px 14px 15px 15px;
}
.news_section .news_list ul.news_nav{
	height: 38px;
	border: 1px solid #ddd;
	background: url(icon_06.jpg) repeat left top;
	position: relative;
}
.news_section .news_list ul.news_nav li{
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 0 20px;
	margin: 5px 10px 0 10px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	color: #333;
}
.news_section .news_list ul.news_nav li.selectedLi{
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}
.news_section .news_list .news_box{
	clear: both;
	height: auto;
	overflow: hidden;
}
.news_section .news_list .news_box ul{
	height: auto;
	overflow: hidden;
}
.news_section .news_list .news_box ul li{
	margin-top: 10px;
	border: 1px solid #ddd;
	height: 168px;
	position: relative;
	font-size: 12px;
}
.news_section .news_list .news_box ul li h3{
	background: url(icon_07.jpg) no-repeat left center;
	max-width: 800px;
	height: 30px;
	line-height: 24px;
	text-indent: 1em;
	position: absolute;
	top: 20px;
	left: 12px;
	font-size: 18px;
}
.news_section .news_list .news_box ul li p{
	display: block;
	max-width: 800px;
	height: 66px;
	overflow: hidden;
	color: #666;
	position: absolute;
	top: 50px;
	left: 12px;
	line-height: 22px;
}
.news_section .news_list .news_box ul li div.more{
	position: absolute;
	top: 120px;
	left: 12px;
	width: 70px;
	height: 20px;
	background: #ea5911;
}
.news_section .news_list .news_box ul li div.more a{
	display: block;
	color: #fff;
	text-align: center;
	line-height: 20px;
}
.news_section .news_list .news_box ul li div.time{
	position: absolute;
	top: 24px;
	right: 20px;
}
.news_section .news_list .news_box ul li div.icon{
	width: 82px;
	height: 82px;
	border: 1px solid #ddd;
	padding: 3px;
	overflow: hidden;
	position: absolute;
	top: 54px;
	right: 20px;
}
.news_section .news_list .news_box ul li div.icon img{
	width: 82px;
	height: 82px;
}
.news_section .news_list .news_box div.page{
	margin-top: 20px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	text-align: right;
}
.news_section .news_list .news_box div.page span{
	color: #ccc;
	margin-left: 20px;
	cursor: pointer;
}
.news_section .news_list .news_box div.page span:hover{
	color: #333;
	transition: 1s;
}
.news_section .news_list .news_box div.page span.current{
	color: #333;
}

/*新闻内容页面*/
.news_section .news_content{
	background: #fff;
	width: 100%;
	min-height: 678px;
	height: auto;
	overflow: hidden;
	padding: 15px 14px 15px 15px;
}
.address_nav{
	height: 38px;
	border: 1px solid #ddd;
	background: url(icon_06.jpg) repeat left top;
	line-height: 38px;
	text-indent: 1em;
	font-size: 14px;
}
.address_nav a{
	color: #333;
	text-decoration: underline;
	cursor: pointer;
}

.news_section .news_content .info{
	padding: 40px 30px;
	color: #333;
	line-height: 1.8em;
}
.news_section .news_content .info .title{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news_section .news_content .info .title h3{
	font-size: 22px;
	color: #000;
	line-height: 2em;
}
.news_section .news_content .info .hot_news{
	margin-top: 40px;
}
.news_section .news_content .info .hot_news a{
	display: block;
	width: 50%;
	height: 32px;
	overflow: hidden;
	color: #333;
	cursor: pointer;
}
.news_section .news_content .info .hot_news a:hover{
	text-decoration: underline;
}

.news_section .news_content .info img{
	margin: 10px auto;
}
/*漫画列表*/
.banner_game_list{
	height: 89px;
	background: url(banner_game_list.jpg) no-repeat center top;
}
.game_section{
	min-height: 708px;
	height: auto;
	overflow: hidden;
	background: #eee;
}
.game_content{
	background: #fff;
	min-height: 708px;
	height: auto;
	overflow: hidden;
}
.game_content .game_title{
	background: url(icon_06.jpg) repeat-x;
	height: 38px;
	width: 968px;
	margin: 16px auto 0 auto;
	border: 1px solid #ddd;
}
.game_content .game_title span{
	display: block;
	width: 99px;
	height: 32px;
	background: #fff;
	text-align: center;
	line-height: 32px;
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	margin: 5px 0 0 10px;
	font-size: 16px;
}
.game_box{
	padding: 30px 40px;
}
.game_box ul{
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
}
.game_box ul li{
	height: 220px;
	width: 440px;
	border: 1px solid #eee;
	float: left;
	margin-right: 36px;
	margin-bottom: 36px;
	position: relative;
}
.game_box ul li:nth-child(even){
	margin-right: 0;
}
.game_box .recommend_icon{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.game_box .game_pic{
	width: 146px;
	height: 190px;
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 9;
}
.game_box .game_pic img{
	width: 146px;
	height: 190px;
}
.game_box .game_name{
	position: absolute;
	left: 180px;
	top: 15px;
	font-size: 24px;
}
.game_box .game_home{
	position: absolute;
	top: 65px;
	left: 180px;
	padding-right: 10px;
	height: 14px;
	line-height: 14px;
}
.game_box a{
	color: #333;
	font-size: 14px;
	text-decoration: none;
}

.game_box .game_apk_icon{
	position: absolute;
	top: 54px;
	left: 210px;
}
.game_box .game_ios_icon{
	position: absolute;
	top: 54px;
	left: 180px;
}
.game_box .game_slogan{
	position: absolute;
	top: 80px;
	left: 180px;
}
.game_box .game_down_bj{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #f7f7f7;
	height: 70px;
	border-top: 1px solid #eee;
}
.game_box .game_apk_down{
	width: 100px;
	height: 40px;
	position: absolute;
	top: 165px;
	left: 290px;
}
.game_box .game_apk_down a{
	background: url(icon_11.png) no-repeat;
	display: block;
	width: 100px;
	height: 40px;
	text-indent: -999px;
	overflow: hidden;
}
.game_box .game_ios_down{
	width: 100px;
	height: 40px;
	position: absolute;
	top: 165px;
	left: 180px;
}
.game_box .game_ios_down a{
	background: url(icon_12.png) no-repeat;
	display: block;
	width: 100px;
	height: 40px;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
}
.game_box .game_ios_down .game_ios_down_list{
	position: absolute;
	background: #007de7;
	top: 38px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	width: 100px;
	padding-bottom: 10px;
	z-index: 99;
	display: none;
}
.game_box .game_ios_down .game_ios_down_list a{
	color: #fff;
	display: block;
	text-align: center;
	background: #006dcc;
	width: 80px;
	margin: 0 auto;
	text-decoration: none;
	line-height: 28px;
	border-radius: 3px;
}
.game_box .game_ios_down .game_ios_down_list a:first-child{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.game_box .game_ios_down .game_ios_down_list a:last-child{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/*客服*/
.banner_kf_list{
	height: 89px;
	background: url(banner_kf_list.jpg) no-repeat center top;
}
.kf_section{
	height: auto;
	overflow: hidden;
	background: #eee;
}
.kf_content{
	background: #fff;
	height: auto;
	overflow: hidden;
}
.kf_content .kf_title{
	background: url(icon_06.jpg) repeat-x;
	height: 38px;
	width: 968px;
	margin: 16px auto 0 auto;
	border: 1px solid #ddd;
}
.kf_content .kf_title span{
	display: block;
	line-height: 38px;
	margin-left: 16px ;
}
.kf_content .kf_box{
	padding: 20px 15px;
}
.kf_content .kf_box .kf_time{
	text-align: center;
	line-height: 2rem;
}
.kf_content .kf_box ul{
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}
.kf_content .kf_box ul li{
	float: left;
	border-right: 1px dashed #ccc;
	height: 210px;
	width: 320px;
	position: relative;
}
.kf_content .kf_box ul li:last-child{
	border: none;
}
.kf_content .kf_box ul li img{
	margin: 10px auto;
}
.kf_content .kf_box ul li span{
	color: #666;
	display: block;
	margin-left: 30px;
	line-height: 2rem;
	font-size: 14px;
}
.kf_content .kf_box ul li p{
	color: #000;
	display: block;
	margin-left: 30px;
	font-size: 18px;
	line-height: 2rem;
}
.kf_content .kf_box ul li div.gfewm{
	position: absolute;
	top: 106px;
	right: 30px;
}
.kf_content .kf_box ul li div.gfewm img{
	margin: 0;
}

/*论坛*/
.banner_bbs_list{
	height: 89px;
	background: url(banner_bbs_list.jpg) no-repeat center top;
}
.bbs_section{
	height: auto;
	overflow: hidden;
	background: #eee;
	min-height: 640px;
}
.bbs_content{
	background: #fff;
	height: auto;
	overflow: hidden;
	min-height: 640px;
}
.bbs_content .bbs_title{
	background: url(icon_06.jpg) repeat-x;
	height: 38px;
	width: 968px;
	margin: 16px auto 0 auto;
	border: 1px solid #ddd;
}
.bbs_content .bbs_title span{
	display: block;
	line-height: 38px;
	margin-left: 16px ;
}
.bbs_content .bbs_box{
	padding: 20px 15px;
}
.bbs_content .bbs_box ul{
	height: auto;
	overflow: hidden;
	padding: 0 35px;
}
.bbs_content .bbs_box ul li{
	width: 250px;
	height: 405px;
	float: left;
	margin: 10px 25px;
}
.bbs_content .bbs_box ul li div.info{
	border: 1px solid #ddd;
	height: 390px;
	width: 240px;
	padding: 4px;
}
.bbs_content .bbs_box ul li div.info .pic{
	width: 240px;
	height: 240px;
	overflow: hidden;
}
.bbs_content .bbs_box ul li div.info span{
	display: block;
	text-align: center;
	border-bottom: 1px solid #eee;
	line-height: 40px;
	color: #666;
	width: 96%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bbs_content .bbs_box ul li div.info a{
	display: block;
	color: #666;
	width: 48%;
	float: left;
	line-height: 30px;
	text-indent: 36px;
	margin-left: 2%;
	margin-bottom: 15px;
}
.bbs_content .bbs_box ul li div.info a.bbs{
	background: url(icon_16.png) no-repeat left top;
}
.bbs_content .bbs_box ul li div.info a.weibo{
	background: url(icon_17.png) no-repeat left top;
}
.bbs_content .bbs_box ul li div.info a.baidu{
	background: url(icon_18.png) no-repeat left top;
}
.bbs_content .bbs_box ul li div.shadow{
	background: url(shaow.jpg) no-repeat left top;
	height: 5px;
}
.bbs_kf{
	background: #f5f5f5;
	height: 118px;
	width: 848px;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 1px solid #eee;
}
.bbs_kf ul li{
	width: 230px;
	height: 70px;
	float: left;
	border-right: 1px dashed #ccc;
	margin-top: 24px ;
	margin-left: 20px;
}
.bbs_kf ul li:first-child{
	margin-left: 40px;
}
.bbs_kf ul li:last-child{
	border-right: none;
}
.bbs_kf ul li img{
	float: left;
	margin-top: 10px;
}
.bbs_kf ul li span{
	margin-top: 10px;
	display: block;
	color: #666;
	line-height: 30px;
	text-indent: 1em;
}
.bbs_kf ul li p{
	display: block;
	color: #333;
	line-height: 20px;
	text-indent: 1em;
}

.erro_404{
	padding: 20px 30px;
	position: relative;
}
.erro_404 h2{
	border-bottom: 1px dashed #eee;
	font-weight: normal;
	line-height: 2em;
	color: #333;
	font-size: 36px;
	margin-bottom: 60px;
}
.erro_404 img{
	margin: 0 auto;
}
.erro_404  a{
	border: 1px solid #ccc;
	display: block;
	position: absolute;
	top: 406px;
	left: 620px;
	width: 100px;
	line-height: 30px;
	text-align: center;
	color: #ea5911;
	border-radius: 5px;
	cursor: pointer;
}
/*二级静态页面*/
.banner_list{
	height: 89px;
	background: url(banner_list.jpg) center top;
}
.aside_box{
	height: auto;
	overflow: hidden;
	background: #eee;
}
.aside_box .aside_nav{
	background: #F8F8F8;
	width: 229px;
	border-right:1px solid #eee;
	min-height: 600px;
	padding-top: 40px;
}
.aside_box .aside_nav a{
	display: block;
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	color: #000;
	border-left: 5px solid #f8f8f8;
	width: 160px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.aside_box .aside_nav a.selectedA{
	border-left: 5px solid #ea5911;
	color: #ea5911;
}

.aside_box .static_info{
	background: #fff;
	width: 770px;
	min-height: 640px;
	overflow: hidden;
	padding-bottom: 40px;
}
.aside_box .static_info .about_us{
	padding: 20px 40px;
}
.aside_box .static_info .about_us .title{
	border-bottom: 2px solid #e8e8e8;
	height: auto;
	overflow: hidden;
}
.aside_box .static_info .about_us .title span{
	font-size: 26px;
	display: block;
	float: left;
	line-height: 60px;
}
.aside_box .static_info .about_us .title a{
	display: block;
	float: right;
	color: #000;
	font-size: 14px;
	vertical-align: bottom;
	line-height: 60px;
	margin: 0 10px;
	cursor: pointer;
}
.aside_box .static_info .about_us .title i{
	float: right;
	line-height: 60px;
	color: #e5e5e5;
}
.aside_box .static_info .about_us .text1{
	line-height:28px;
	padding: 20px 0 50px 0;
}
.aside_box .static_info .about_us p{
	text-indent: 2em;
	line-height: 28px;
	color: #333;
	font-size: 14px;
}
.aside_box .static_info .about_us .text2{
	margin-top: 20px;color: #333;
}
.aside_box .static_info .about_us .text2 h2{
	line-height: 3em;
	color: #333;
}
.aside_box .static_info .about_us ul{
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	margin: 20px 0;
}
.aside_box .static_info .about_us ul li{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.aside_box .static_info .about_us ul li .game_logo{
	float: left;
	height: 96px;
	width: 206px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 1px;
}
.aside_box .static_info .about_us ul li .game_logo a{
	display: block;
	background: #f8f8f8;
	height: 96px;
	width: 206px;
	color: #333;
}
.aside_box .static_info .about_us ul li .game_logo a img{
	margin: 0 auto;
	max-height: 96px;
}
.aside_box .static_info .about_us ul li .game_info{
	float: right;
	width: 450px;
	height: auto;
	overflow: hidden;
	line-height: 24px;
	color: #333;
}

.aside_box .static_info .about_us .text3{
	margin-top: 20px;color: #333;
}
.aside_box .static_info .about_us .text3 h2{
	line-height: 3em;
	color: #333;
}
.aside_box .static_info .about_us .text3 p{
	margin-bottom: 30px;
}

.aside_box .static_info .site_map{
	padding: 20px 40px;
}
.aside_box .static_info .site_map .title{
	border-bottom: 2px solid #e8e8e8;
	height: auto;
	overflow: hidden;
}
.aside_box .static_info .site_map .title span{
	font-size: 26px;
	display: block;
	float: left;
	line-height: 60px;
}
.aside_box .static_info .site_map .game_map{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.aside_box .static_info .site_map .game_map .game_map_title{
	background: url(icon_32.jpg) no-repeat left center;
	height: 30px;
	text-indent: 24px;
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}
.aside_box .static_info .site_map .game_map ul{
	line-height: 40px;
	padding: 10px 0;
	color: #333;
	font-size: 14px;
}
.aside_box .static_info .site_map .game_map ul li span{
	display: inline-block;
	min-width: 120px;
}
.aside_box .static_info .site_map .game_map ul li a{
	display: inline-block;
	color: #333;
	width: 80px;
	text-align: center;
}
.aside_box .static_info .site_map .taiqi_map{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.aside_box .static_info .site_map .taiqi_map .taiqi_map_title{
	background: url(icon_33.jpg) no-repeat left center;
	height: 30px;
	text-indent: 24px;
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}
.aside_box .static_info .site_map .taiqi_map ul{
	line-height: 40px;
	padding: 10px 0;
}
.aside_box .static_info .site_map .taiqi_map ul li a{
	display: inline-block;
	min-width: 76px;
	color: #333;
	text-align: center;
}
.aside_box .static_info .site_map .about_map{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.aside_box .static_info .site_map .about_map .about_map_title{
	background: url(icon_34.jpg) no-repeat left center;
	height: 30px;
	text-indent: 24px;
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}
.aside_box .static_info .site_map .about_map ul{
	line-height: 40px;
	padding: 10px 0;
}
.aside_box .static_info .site_map .about_map ul li a{
	display: inline-block;
	min-width: 76px;
	color: #333;
	text-align: center;
}

/*荣誉*/
.aside_box .static_info .honor{
	padding: 20px 40px;
}
.aside_box .static_info .honor .title{
	border-bottom: 2px solid #e8e8e8;
	height: auto;
	overflow: hidden;
	font-size: 26px;
	line-height: 60px;
}
.aside_box .static_info .honor .honor_nav{
	text-align: center;
	line-height: 60px;
}

.aside_box .static_info .honor .honor_nav ul li{
	display: inline;
	font-size: 16px;
	height: 16px;
	padding: 0 10px;
	background: url(icon23.jpg) no-repeat right center;
	cursor: pointer;
}
.aside_box .static_info .honor .honor_nav ul li:last-child{
	background: none;
}
.aside_box .static_info .honor .honor_nav ul li.selectedLi{
	font-weight: bold;
	color: #ea5911;
}
.aside_box .static_info .honor .honor_box{
	margin-top: 10px;
	color: #333;
}
.aside_box .static_info .honor .honor_box table{
	line-height: 40px;
}
.aside_box .static_info .honor .honor_box table tr th{
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	text-align: left;
	background: url(icon23.jpg) no-repeat 90% center;
}
.aside_box .static_info .honor .honor_box table tr th:last-child{
	background: none;
	text-align: right;
}
.aside_box .static_info .honor .honor_box table tr td:last-child{
	text-align: right;
}
.aside_box .static_info .honor .honor_box table tr td:first-child{
	width: 20%;
}
/*招聘信息*/
.aside_box .static_info .zhaopin{
	padding: 20px 40px;
}
.aside_box .static_info .zhaopin .title{
	border-bottom: 2px solid #e8e8e8;
	height: auto;
	overflow: hidden;
	font-size: 26px;
	line-height: 60px;
}
.aside_box .static_info .zhaopin p.p_title{
	line-height: 50px;
}
.aside_box .static_info .zhaopin p.p_title font{
	font-weight: bold;
}
.aside_box .static_info .zhaopin p.p_title a{
	color: #ea5911;
	font-weight: bold;
}
.aside_box .static_info .zhaopin .zp_selected{
	background: #f5f5f5;
	height: auto;
	overflow: hidden;
	padding: 10px 10px 5px 10px;
	margin-top: 50px;
}
.aside_box .static_info .zhaopin .zp_selected ul{
	clear: both;
	line-height: 30px;

}
.aside_box .static_info .zhaopin .zp_selected ul span{
	float: left;
	display: block;
	min-width: 80px;
}
.aside_box .static_info .zhaopin .zp_selected ul li{
	float: left;
	padding: 0 10px;
	text-align: center;
	margin: 0 5px 5px 5px;
	cursor: pointer;
}
.aside_box .static_info .zhaopin .zp_selected ul li.selectedLi{
	background: #ea5911;
	color: #fff;
	font-weight: bold;
}

.aside_box .static_info .zhaopin .zp_box{
	height: auto;
	overflow: hidden;
}
.aside_box .static_info .zhaopin .zp_box .job{
	margin-top: 40px;
}
.aside_box .static_info .zhaopin .zp_box .job_title{
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	text-indent: 1em;
	color: #fff;
	font-weight: bold;
}
.aside_box .static_info .zhaopin .zp_box .bj_blue{
	background: #275fa7;
}
.aside_box .static_info .zhaopin .zp_box .bj_orange{
	background: #ff8400;
}
.aside_box .static_info .zhaopin .zp_box .job_info{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 40px;
	height: auto;
	overflow: hidden;
}
.aside_box .static_info .zhaopin .zp_box .job_info h4{
	margin-top: 10px;
	line-height: 30px;
}
.aside_box .static_info .zhaopin .zp_box .job_info p{
	text-indent: 2em;
	font-size: 12px;
	line-height: 24px;
}
.aside_box .static_info .zhaopin .zp_box .job_info a.apply{
	width: 140px;
	height: 40px;
	display: block;
	background: url(icon_24.jpg) no-repeat;
	float: left;
	margin: 20px 0 0 20px;
	overflow: hidden;
	text-indent: -999px;
}
.aside_box .static_info .zhaopin .zp_box .job_info span.apply_info{
	line-height: 40px;
	display: block;
	float: left;
	margin: 20px 0 0 10px;
	color: #333;
}
.aside_box .static_info .zhaopin .zp_box .job_info span.apply_info font{
	font-weight: bold;
}

/*联系方式*/
.aside_box .static_info .contact{
	padding: 20px 40px;
}
.aside_box .static_info .contact .title{
	border-bottom: 2px solid #e8e8e8;
	height: auto;
	overflow: hidden;
	font-size: 26px;
	line-height: 60px;
}
.aside_box .static_info .contact .info{
	padding: 20px 0;
}
.aside_box .static_info .contact .info p{
	color: #333;
	line-height: 30px;
}
.aside_box .static_info .contact .info img{
	margin-top: 20px;
}
.aside_box .static_info .contact .info2{
	padding: 20px 0;
	min-height: 100px;
}
.aside_box .static_info .contact .info2 h4{
	border-bottom: 1px dashed #ccc;
	line-height: 30px;
}

/*合作媒体*/
.aside_box .static_info .media{
	padding: 20px 40px;
}
.aside_box .static_info .media .title{
	border-bottom: 2px solid #e8e8e8;
	height: auto;
	overflow: hidden;
	font-size: 26px;
	line-height: 60px;
}
.aside_box .static_info .media .media_list{
	margin: 20px 0;
	height: auto;
	overflow: hidden;
	min-height: 100px;
}
.aside_box .static_info .media .media_list h4{
	border-bottom: 1px dashed #ccc;
	line-height: 30px;
}
.aside_box .static_info .media .media_list ul {
	height: auto;
	overflow: hidden;
	padding: 10px 0;
}
.aside_box .static_info .media .media_list ul li{
	width: 118px;
	height: 58px;
	border: 1px solid #ccc;
	float: left;
	margin: 10px 9px;
}
.aside_box .static_info .media .media_list ul li img{
	width: 118px;
	height: 58px;
}


/*登录*/
.login{
	background: #eee;
	padding: 30px 0;
}
.login .login_info{
	background: #fff;
	width: 360px;
	height: 320px;
	border-radius: 10px;
	margin: 30px auto;
	padding-top: 20px;
}
.login .login_info .login_group{
	padding: 0 30px;
}
.login .login_info .login_group .login_label{
	line-height: 40px;
	font-size: 16px;
	color: #000;
}
.login .login_info .login_group .login_input{
	line-height: 34px;

}
.login .login_info .login_group .login_input .user_input{
	height: 30px;
	width: 298px;
	border: 1px solid #ddd;
	outline-style: none;
	text-indent: 1em;
}
.login .login_info .login_group .login_input .pass_input{
	height: 30px;
	width: 298px;
	border: 1px solid #ddd;
	outline-style: none;
	text-indent: 1em;
}
.login .login_info .login_group .login_input .check_input{
	height: 12px;
	width: 12px;
	vertical-align: middle;
	border: 1px solid #ddd;
	margin-right: 4px;
}
.login .login_info .login_group .login_input label{
	font-size: 12px;
	line-height:16px;
}
.login .login_info .login_group .login_input a.sub{
	display: block;
	width: 300px;
	height: 40px;
	background: url(sub2.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.login .login_info .login_group .login_input .text_link{
	text-align: center;
	margin-top: 10px;
}
.login .login_info .login_group .login_input .text_link a{
	display: inline-block;
	color: #006ecb;
	text-decoration: underline;
	padding: 0 5px;
	cursor: pointer;
}
.login .login_info .login_group .login_input .text_link a:first-child{
	background: url(icon23.jpg) no-repeat right center;
	padding-right: 10px;
}
.login .login_info .login_group .erro_message{
	text-align: center;
	color: red;
	font-size: 12px;
	line-height: 50px;
}

/*注册*/
.registered{
	background: #eee;
	padding: 30px 0;
	height: auto;
	overflow: hidden;
}
.registered_info{
	width: 670px;
	height: auto;
	overflow: hidden;
	border-top: 4px solid #ea5b14;
	background: #fff;
margin:0 auto;
	padding: 20px 5px;
}
.registered_info h3{
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	line-height: 60px;
	color: #ea5b14;
}

.registered_info .registered_group{
	height: auto;
	overflow: hidden;
	margin:10px 0 10px 0;
}
.registered_info .registered_group .registered_label{
	width: 200px;
	line-height: 40px;
	text-align: right;
	font-size: 16px;
	float: left;
}
.registered_info .registered_group .registered_input{
	width: 240px;
	height: 40px;
	float: left;
	margin-left: 14px;
	position: relative;
}
.registered_info .registered_group .registered_input input.user_input{
	height: 38px;
	width: 238px;
	border: 1px solid #ddd;
	outline-style: none;
	text-indent: 1em;
}
.registered_info .registered_group .error_tips{
	max-width: 460px;
	margin-left: 216px;
	overflow: hidden;
	font-size: 12px;
	clear: both;
	line-height:30px;
	color: #666;
	display: none;
}
.registered_info .registered_group .error_red{
	color: red;
}
.registered_info .group_bj1{
	background: #f5f9fc;
	margin-bottom: 0;
	padding-bottom: 6px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.registered_info .group_bj1 .registered_label{
	line-height: 30px;
}
.registered_info .group_bj1 .registered_input{
	height: 30px;
}
.registered_info .group_bj1 .registered_input input.user_input{
	height: 28px;
}
.registered_info .group_bj1 p{
	display: block;
	font-size: 12px;
	color: #666;
	text-align: center;
	width: 100%;
	padding: 10px 0;
}
.registered_info .group_bj2{
	margin-top: 0;
	background: #f5f9fc;
	padding-bottom: 6px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.registered_info .group_bj2 .registered_label{
	line-height: 30px;
}
.registered_info .group_bj2 .registered_input{
	height: 30px;
}
.registered_info .group_bj2 .registered_input input.user_input{
	height: 28px;
}

.registered_info .registered_group .registered_input input.yzm_input{
	height: 38px;
	width: 110px;
	border: 1px solid #ddd;
	outline-style: none;
	text-indent: 1em;
	float: left;
}
.registered_info .registered_group .registered_input .yzm_pic{
	width: 115px;
	height: 40px;
	float: left;
	margin-left: 10px;
}
.registered_info .registered_group .registered_input .yzm_pic img{
	width: 115px;
	height: 40px;
}
.registered_info .registered_group .registered_input input.check_input{
	height: 12px;
	width: 12px;
	border: 1px solid #bbb;
	float: left;
	margin-top: 4px;
}
.registered_info .registered_group .registered_input p.xy{
	float: left;
	font-size: 12px;
	margin-left: 5px;
}
.registered_info .registered_group .registered_input p.xy a{
	color: #2683d1;
	text-decoration: underline;
}
.registered_info .registered_group .registered_input a.sub{
	background: url(sub3.jpg) no-repeat;
	width: 240px;
	height: 40px;
	cursor: pointer;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}
.registered_info .tips_true{
	float: left;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	text-indent: -999px;
	overflow: hidden;
	background: url(icon_tipOk.png) no-repeat center;
}

.registered .login_window{
	width: 295px;
	height: 225px;
	border: 1px solid #ddd;
	background: #f5f5f5;
	padding: 3px;
	float: right;
}
.registered .login_window .info{
	background: #fafafa;
	height: 100%;
	overflow: hidden;
}
.registered .login_window .info .title{
	background: url(icon_25.png) no-repeat 80px top;
	height: 39px;
	line-height: 30px;
	margin-top: 6px;
	padding: 0 16px;
}
.registered .login_window .info .title span{
	display: block;
	float: left;
	font-size: 16px;
}
.registered .login_window .info .title a{
	display: block;
	float: right;
	color: #0078cd;
	cursor: pointer;
	text-decoration: underline;
	font-size: 12px;
}
.registered .login_window .info .box{
	padding: 0 16px;
	height: auto;
	overflow: hidden;
	font-size: 12px;
	color: #333;
}
.registered .login_window .info .box .user_input{
	border: 1px solid #c6cbce;
	height:34px;
	width: 100%;
	background: url(icon_26.png) no-repeat 5px center;
	margin-bottom: 10px;
	text-indent: 2em;
}
.registered .login_window .info .box .pass_input{
	border: 1px solid #c6cbce;
	height:34px;
	width: 100%;
	background: url(icon_27.png) no-repeat 5px center;
	margin-bottom: 10px;
	text-indent: 2em;
}
.registered .login_window .info .box .check_input{
	vertical-align: middle;
	height: 12px;
	width: 12px;
	border: 1px solid #ddd;
	margin-right: 4px;
}
.registered .login_window .info .box a.sub{
	background: url(sub4.jpg) no-repeat;
	width: 120px;
	height: 36px;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	margin: 10px auto 0 auto;
	cursor: pointer;
}


/*法律声明*/
.aside_box .static_info .statement{
	padding: 20px 40px;
}
.aside_box .static_info .statement .title{
	border-bottom: 2px solid #e8e8e8;
	height: auto;
	overflow: hidden;
	font-size: 26px;
	line-height: 60px;
}
.aside_box .static_info .statement .statement_link{
	padding: 20px 0;
}
.aside_box .static_info .statement .statement_link a{
	color: #333;
	text-decoration: underline;
	display: block;
	background: url(icon_28.jpg) no-repeat left center;
	text-indent: 1em;
	line-height: 30px;
}
.aside_box .static_info .statement .statement_info{
	padding: 20px 0;
}
.aside_box .static_info .statement .statement_info h2{
	line-height: 50px;
	border-bottom: 1px dashed #ddd;
	color: #333;
	font-size: 20px;
	margin-bottom: 10px;
}
.aside_box .static_info .statement .statement_info p{
	line-height: 24px;
	text-indent: 2em;
	color: #333;
}
/*家长监护*/
.parent_header{
	height: 95px;
	background: #fff;
	border-top: 4px solid #1d7b00;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.parent_header .logo{
	margin-top: 14px;
	float: left;
}
.parent_header h1{
	float: left;
	color: #1d7b00;
	font-weight: normal;
	font-size: 30px;
	line-height: 80px;
	margin-left: 20px;
}
.parent_main{
	height: auto;
}
.parent_main .parent_box1{
	position: relative;
	background: #fff;
	border: 1px solid #ddd;
	min-height: 200px;
	margin-top: 40px;
}
.parent_main .parent_box1 .tree{
	position: absolute;
	right: 0;
	bottom: 10px;
	z-index: 99;
}
.parent_main .title{
	background: #1d7b00;
	color: #fff;
	min-width: 80px;
	height: 40px;
	border-radius: 20px;
	-webkit-border-radius:20px;
	-moz-border-radius: 20px;
	position: absolute;
	top: -20px;
	left: 30px;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	padding: 0 20px;
}
.parent_main .parent_box1 p{
	display: block;
	width: 640px;
	height: auto;
	overflow: hidden;
	margin-left: 30px;
	color: #333;
}
.parent_main .parent_box1 p:nth-child(odd){
	margin: 40px 0 20px 30px;
}

.parent_main .parent_box2{
	position: relative;
	background: #fff;
	border: 1px solid #ddd;
	min-height: 260px;
	margin-top: 40px;
}
.parent_main .parent_box2 ul.nav{
	margin-top: 40px;
	height: 80px;
	text-align: center;
	background: url(parent_nav_bj.jpg) no-repeat left top;
}
.parent_main .parent_box2 ul.nav li{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #60a24c;
	color: #fff;
	text-align: center;
	border-radius: 40px;
	line-height: 20px;
	font-size: 20px;
	padding: 20px;
	cursor: pointer;
	margin: 0 90px;
}
.parent_main .parent_box2 ul.nav li.selectedLi{
	background: #1d7b00;
}
.parent_main .parent_box2 div.parent_info{
	width: 900px;
	min-height: 60px;
	background: #f5f5f5;
	margin: 0 auto;
	margin-top: 20px;
	padding: 20px;
	position: relative;
}
.parent_main .parent_box2 div.parent_info a{
	color: #0000FF;
	text-decoration: underline;
}
.parent_main .parent_box2 div.parent_info .icon1{
	position: absolute;
	top: -10px;
	left: 195px;
}
.parent_main .parent_box2 div.parent_info .icon2{
	position: absolute;
	top: -10px;
	left: 458px;
}
.parent_main .parent_box2 div.parent_info .icon3{
	position: absolute;
	top: -10px;
	left: 720px;
}
.parent_main .aside{
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}
.parent_main .parent_box3{
	position: relative;
	background: #fff;
	border: 1px solid #ddd;
	min-height: 110px;
	margin-top: 40px;
	width: 628px;
	padding: 30px 0 0 30px;
	float: left;
}
.parent_main .parent_box3 p{
	line-height: 30px;
}
.parent_main .parent_box3 p span{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #1d7b00;
	color: #fff;
	line-height: 20px;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: 10px;
}

.parent_main .parent_box4{
	width: 318px;
	height:140px;
	background: #fff;
	border: 1px solid #ddd;
	float: right;
	margin-top: 40px;
}
.parent_main .parent_box4 .tit{
	background: #165d00;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-indent: 1em;
	margin-bottom: 10px;
	font-size: 18px;
}

.parent_main .parent_box4 p{
	text-indent: 1em;
	line-height: 30px;
}
.parent_main .parent_box5{
	position: relative;
	background: #fff;
	border: 1px solid #ddd;
	min-height: 238px;
	margin-top: 40px;
	width: 628px;
	padding: 30px 0 0 30px;
	float: left;
}
.parent_main .parent_box5 h6{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}
.parent_main .parent_box5 p{
	line-height: 30px;
}
.parent_main .parent_box5 p span{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #1d7b00;
	color: #fff;
	line-height: 20px;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: 10px;
}
.parent_main .parent_box5 a{
	display: block;
	float: left;
	margin-top: 30px;
	background: #0082e6;
	color: #fff;
	text-align: center;
	line-height: 60px;
	width: 250px;
	font-size: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	cursor: pointer;
}
.parent_main .parent_box5 i{
	display: block;
	float: left;
	margin-top: 30px;
	width: 350px;
	margin-left: 10px;
	font-style: normal;
	color: #666;
	font-size: 12px;
}

.parent_main .parent_box6{
	position: relative;
	background: #fff;
	border: 1px solid #ddd;
	min-height: 140px;
	margin-top: 40px;
	width: 628px;
	padding: 30px 0 0 30px;
	float: left;
}
.parent_main .parent_box6 p{
	line-height: 30px;
}
.parent_main .parent_box7{
	position: relative;
	background: #fff;
	border: 1px solid #ddd;
	min-height: 110px;
	margin-top: 40px;
	width: 628px;
	padding: 30px 0 0 30px;
	float: left;
}
.parent_main .parent_box7 p{
	line-height: 30px;
}
.parent_main .parent_box7 p span{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #1d7b00;
	color: #fff;
	line-height: 20px;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: 10px;
}
.parent_main .parent_box8{
	width: 318px;
	height:662px;
	background: #fff;
	border: 1px solid #ddd;
	float: right;
	margin-top: 40px;
}
.parent_main .parent_box8 .tit{
	background: #165d00;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-indent: 1em;
	margin-bottom: 10px;
	font-size: 18px;
}
.parent_main .parent_box8 ul{
	padding: 10px;
}
.parent_main .parent_box8 ul li{
	padding: 5px 0;
	border-bottom: 1px dashed #ddd;
	font-size: 12px;
}
.parent_main .parent_box8 ul li span{
	display: block;
	line-height: 30px;
	cursor: pointer;
	font-weight: bold;
}
.parent_main .parent_box8 ul li span:hover{
	color: #165d00;
	text-indent: .5em;
	transition: 1s;
}
.parent_main .parent_box8 ul li p{
	padding-left: 1em;
}


.return_top{
	position: absolute;
	cursor: pointer;
	width: 40px;
	height: 40px;
}