html {
	background: white;
	color: rgb(0, 0, 0);
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px currentColor;
	font-size: 100%;
	vertical-align: baseline;
	font-family: "Microsoft YaHei";
}
ul,ol,li {
    list-style: none;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

a {
    text-decoration: none;
}

a:hover {
    color: black;
}
/*==========头部分=============*/
.headertop{
	width: 80%;
	height: 50px;
	margin: auto;
}
.headertop .topright{
}
.headertop .topright a{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	margin: 0px 10px;
	color: black;
	width: 100px;
	text-align: center;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
nav{display: none;}
.head_box {
    width: 92%;
    height: 100px;
    margin: auto;
    background: white;
}
.head_box .logo {
    float: left;
    margin: 20px 0 0 70px;
}
.head_box .logo img{
	display: block;
	width: 70%;
}
.head_box .nav {
    position: relative;
    float: right;
    padding-right: 30px;
    width: 750px;
}
.nav{
	width:960px;
	margin:0 auto;
}
.nav li{
	float:left;
	height:70px;
	line-height:70px;
	position:relative;
	margin-top: 10px;
	width: 97px;
	text-align: center;
}
.nav li.last{background:none;}
.nav li a{float:left;display:block;height:70px;height:70px;overflow:hidden;}
.nav li a span{
	float:left;
	display:block;
	padding:0 4px 0 0;
	line-height:68px;
	height:68px;
	font-size:14px;
	color:darkcyan;
	cursor:pointer;p
	width:68px;
	font-size: 16px;
	text-align:center;
}
.nav li a span:hover{
	color: #ff7e00;
	border-bottom: 3px solid #ff7e00;
}
.nav li a .noxi:hover{
	border-bottom: none!important;
}
.nav li.selected .submenu{
	display:block;
}
.nav li .submenu{
/*	display:none;
*/	position:absolute;
	top:56px;
	left:-26px;
	background: darkcyan;
	z-index: 1;
	text-align: center;
}
.nav li .submenu{
	border: 1px solid #e96a28;
	border-radius: 4px;
	width:110px!important;
	text-align: center;
	background:#fff;
	z-index: 10000;
}
.nav li .submenu li{
	float:none;
	padding:0;
	background:none;
	height:auto;
	width:124px!important;
	margin-left: -25px;
}
.nav li .submenu li a{
	color: black;
	float:none;
	padding:0;
	text-align:center;
	height:40px;
	line-height:40px;
	background:none;
}
.nav li .submenu li a:hover{
	color: #e96a28;
}
/*==========新闻列表开始=================*/

.list-area {
	width: 100%;
	background-size:100%;
}

.list-frame {
	width: 1280px;
	margin: auto auto auto auto;
}
.list-left {
	width:350px;
	height: 900px;
	background-color: #ffefc1;
	float: left;
}
.list-left .list-code{
	margin-top:15px;
	text-align: center;
}
.list-left .list-code img{
	border: medium solid #ffd04c;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
.list-left .list-download{
	margin-top:20px;
	text-align: center;
}
.list-left .list-download .ios{
	background: url("../../images/main/button_ios.png") no-repeat 0px 0px;
	margin: 0 auto auto auto;
	width: 252px;
	height: 59px;
}
.list-left .list-download .android{
	background: url("../../images/main/button_android.png") no-repeat 0px 0px;
	margin: 15px auto auto auto;
	width: 252px;
	height: 59px;
}
.list-left .list-download a {
	color: #ffffff;
	font-size:24px;
	text-decoration: none;
	height: 59px;
	line-height: 59px;
}
.list-left .list-download a .font{
	margin-left: 55px;
}
.list-left .list-activity{
	text-align: center;
}
.list-left .list-activity .pic{
	margin-top:20px;
}
.list-right {
	width:1210px;
	margin:auto;
	background-color: #ffffff;
}
.list-right .tabs-frame{
	height: 70px;
	font-size: 24px;
	border-bottom: medium solid #ffe7b8;
}
.list-right .tabs{
	margin-left: 30px;
	font-size: 24px;
}
.list-right .tabs ol{
	list-style: none;
	margin:0;
	padding: 0;
}
.list-right .tabs ol li{
	width:108px;
	height: 70px;
	line-height:70px;
	background-color:#ffffff;
	color: #ffb91e;
	float: left;
	text-align: center;
}
.list-right .tabs .active{
	background-color:#ffe7b8;
	color: #97541d;
}
.list-right .tabs a{
	color: inherit;
	text-decoration: none;
}
.list-right .tabs a:hover{
	color: #97541d;
	text-decoration: none;
}
.list-right .tabs-container{
	
}
.list-right .tabs-container .content{
	font-size: 20px;
}
.list-right .tabs-container .content table{
	text-align:left;
	width: 1200px;
}
.list-right .tabs-container .content tr{
	height:70px;
}

.list-right .tabs-container .content td{
	border-bottom: thin solid #e3e3e3;
}

.list-right .tabs-container .content .type{
	color: black;
	width: 106px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.list-right .tabs-container .content table a{
	color: #383838;
	text-decoration: none;
}

.list-right .tabs-container .content table a:hover{
	color: #fd89ae;
	text-decoration: none;
}

.list-right .tabs-container .content .time{
	color: #c1c1c1;
}
.list-right .tabs-container .page{
	margin-top:40px;
	font-size: 18px;
	text-align: center;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.page .btn{
	display: inline-block;
    padding: 6px 8px;
    margin: 0 4px;
    color: #fff;
    font-size: 14px;
    background: #383838;
    border: 1px solid #83838;
    text-decoration: none;
}
.page .btn.ctrl{
	background: #fafafa;
    border-color: #e9e9e9;
    color: #42454b;
}
.page .btn.ctrl.disabled{
	background: #fcfcfc;
    color: #d7d7d7;
    border-color: #f0f0f0;
    cursor: default;
    pointer-events: none;
}
.page .btn.current{
	color: #fff;
    background: #f80;
    border-color: #f80;
}
.page .btn.current,.page .btn:hover {
	color: #fff;
    background: #fd89ae;
    border-color: #fd89ae;
}
/*===============新闻列表结束====================*/
 .about {
 	margin-left: -2px;
    display: block;
    overflow: hidden;
    text-align: left!important;
    color: white;
    width: 400px;
    padding: 4px 0px;
}
 .about a {
    display: inline-block;
    color: white;
    padding: 2px 4px;
}

 .about  span {
    display: inline-block !important;
    margin: auto 8px;
    color: white;
}
.footer {
    background: #46505a;
    bottom: 0px;
    width: 100%;
    padding-bottom: 20px;
    bottom: 0px;
}

.footer .footertxt span {
    display: block;
    text-align: left;
    margin: auto;
    padding: 5px 0px;
}

.footer .footertxt {
    text-align: center;
    color: white;
    font-size: 12px;

}
.footer .footend{
	width: 860px;
	margin: auto;
	overflow: hidden;
	display:-moz-box; 
	display:-webkit-box; 
	display:-o-box; display:box;
   -moz-box-pack:justify; 
   -webkit-box-pack:justify; 
   -o-box-pack:justify; 
   box-pack:justify;
   padding-top: 38px; 
}
.footer .footend .endlogo{
	background: url(../images/logo2.png) no-repeat;
	width: 175px;
	margin-top: 4px;
	background-size:80% ;
}
.footer .footend .footertxt{
    width: 660px;
    margin-left: 53px;
    float: left;
}

/*aboutus页面*/
.header{
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: white;
}

.aboutus{
	padding: 20px 0px;
	background-size: 100% 100%;
}
h1{ 
	text-align: center;
	font-size: 40px;
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 50px auto!important;
}
h1 span{
	display: block;
	font-weight: normal;
	font-size: 15px;
	padding: 4px 0px;
}

.aboutcon p{
	width: 80%;
	line-height: 30px;
	text-align: justify;
	margin: 70px  auto;
	color: #656565;

}
.aboutpic{
	overflow: hidden;
	padding: 45px 0px;
}
.aboutpic ul{
	width: 1580px;
	background: white;
	margin: auto;
	padding: 0px 0px;
	overflow: hidden;
	
}
.aboutpic ul li{
	width: 25%;
	float: left;
	background: darkgoldenrod;
}
.aboutpic ul li img{
	display: block;
	overflow: hidden;
	width: 100%;
	transition: all ease .5s;
}
.aboutpic ul li:hover img{ transform: scale(1.1,1.1); }

/*jobs页面*/
.jobs{
	background: white!important;
}
.jobsheader{
	display: block;
	overflow: hidden;
	width: 100%;
}
.jobsheader img{
	display: block;
	overflow: hidden;
	width: 100%;
}
.jobsall{
	margin: 40px auto;
	width: 1100px;
	display:-moz-box; 
	display:-webkit-box; 
	display:-o-box; 
	display:box;
	-moz-box-pack:center; 
	-webkit-box-pack:center; 
	-o-box-pack:center; 
	box-pack:center; 
}
.jobsleft{
	width: 264px;
	overflow: hidden;
}
.jobsleft span{
	display: block;
	overflow: hidden;
	text-align: center;
	padding: 15px 0px;
	width: 100%;
	background: #ff9600;
	font-weight: bold;
	color: white;
}
.jobsleft ul{
	width: 100%;
	overflow: hidden;
	margin: 0px!important;
	padding: 0px!important;
}
.jobsleft ul li{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 130px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.jobsleft ul li a{
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	box-sizing:content-box;
}
.jobsright{
	width: 930px;
	overflow:hidden;
}
.jobsright ul{
	width: 100%;
	overflow: hidden;
	margin: 0px!important;
	padding: 0px!important;
}
.jobsright ul li a{
	display: block;
	overflow: hidden;
	width: 100%;
	color: black;
}
.jobsright ul li{
	display: block;
	width: 99%;
	border: 1px solid #dddddd;
	margin: auto auto 15px auto;
}
.jobsright ul li .jobname{
	height: 40px;
	line-height: 40px;
	text-indent: 30px;
	background: #f8f8f8;
	font-size: 16px;
	cursor：hand ;
}
.jobneed{
	height: 30px;
	line-height: 30px;
}
.jobneed p{
	display: inline-block;
	margin: 0px 30px;
}
.jobneed p span{
	color:#888888
}
.goodjob{
	text-indent: 30px;
	font-size: 12px;
}
.goodjob p{
	display: block;
	overflow: hidden;
	font-weight: bold;
}
.goodjob span{
	display: block;
	overflow: hidden;
	margin: auto;
	line-height: 24px;
}


/*contentus*/
.conup{
	display: block;
	overflow: hidden;
	width: 100%;
}
.conup img{
	display: block;
	overflow: hidden;
	width: 100%;
}

.conall{
	 display:-moz-box; 
	 display:-webkit-box; 
	 display:-o-box; 
	 display:box;
	-moz-box-pack:justify; 
	-webkit-box-pack:justify; 
	-o-box-pack:justify; 
	box-pack:justify;
	width: 53%;
	margin:160px auto; 
}
.conleft{
	width:583px;
	height:375px;
	background: url(../images/map.png) no-repeat;
	position: relative;
}
.mapall{
	width: 440px;
	height: 280px;
	position: relative;
	left: 71px;
	top: 18px;
}
.mapcontainer {
	width: 440px;
	height: 280px;
}
.anchorBL{
	display: none!important;
}
.mapleft {
	float: left;
	width: 46%;
	height: 600px;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #cc5522;
}
.content {
	font-size: 13px;
	color: #333;
	margin-top: 6px;
}
.conright{
	width: 330px;
	height: 366PX;
	border: 1px solid #ddd;
	padding: 0px 10px;
}
.conright p{
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align:center;
}
.conright span{
	margin: 10px auto;
	text-align: center;
	display: block;
	overflow: hidden;
}
.count{
	display: none;
	
}
.count a{
	display: inline-block;
	border: 1px solid firebrick;
}


/*家长监护样式开始*/
.safe{width: 1000px;margin: auto;overflow: hidden;margin: auto;}
.safe .safeimg{width: 1000px;margin: auto;overflow: hidden;background: red;margin: auto; height: 250px; background: saddlebrown;}
.safe .safeimg img{width: 1000px;display: block; height: 250px;}
/**tabs**/
.panes{ border: 1px solid #838383; border-radius: 6px;}
.pane h4,.pane p{padding: 0px 4px;}
.pane h4{ color: darkcyan; font-weight: bold;}
.tabPanel{width: 680px; float: left; overflow: hidden; margin-bottom: 20px;}
.tabright{ width: 280px; float: right;  }
.tabPanel ul{height:19px;}
.tabPanel ul li{
	float:left;
	margin:0 25px 0 0;
	border:1px solid #aaa;font-size:11px;height:29px;line-height:30px;width:111px;text-align:center;cursor:pointer;
	text-shadow:0 1px 0 #fff;
	border-radius:4px 4px 0 0;
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.5);
	background:#ddd;
	background:-moz-linear-gradient(top, #eee, #ddd);
	background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
}
.tabPanel .hit{
	border-bottom:1px solid #fff;cursor:pointer;color:black;text-shadow:0 1px 0 #fff;
	background:#fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#fff));
	background:-moz-linear-gradient(top, #e1e1e1, #fff);
}
.pane{min-height:100px;display:none; padding: 1px;}
.pane p{padding:15px 15px 0 10px;color:#666;} 
.pane h4{padding:15px 15px 0 10px;font-size:14px;font-weight:bold;}
.pane img{display: block;width: 100%;}
.tabright { margin-top: 20px; }
.tabright h4{ font-weight: bold; color: darkcyan; font-size: 14px;}
.topend { margin-top: 60px;}
.topend .ans{ color: #999;}
.taotaldown{text-align: center; background: url(../images/downtotal.png) 87px 0px no-repeat; background-size: 20px 20px;}



/*用户信息样式开始*/
.userinfo{width: 1200px; margin:20px auto; clear: both;}
.maininfo{ clear: both;overflow: hidden;}
.maininfo .toppic img{display: block; margin: auto;width: 150px; height: 150px; border-radius: 100%; margin-top: 20px;}
.maininfo .toppic p{ text-align: center}
.infoleft{float: left; width: 280px; margin: auto; background: #F1F8FD;}
.inforight{ float: right; width: 880px; margin: auto; background: #F1F8FD;}
.inforight h4{ font-size: 20px; text-indent: 40px; color: darkcyan;}


.info1, .info2,.info3{clear: both;overflow: hidden; height: 160px; margin: 10px auto; width: 88%; padding: 10px 20px; border: 1px solid #eee; border-radius: 8px;}
.info1 .info1left{float: left;width: 150px; height: 150px; margin-left: 20px; margin-top: 6px;}
.info1 .info1left img{display:bloack;width: 150px; height: 150px; border-radius: 100%;}
.info1 .info1right{float: left;width: 560px; margin-left: 20px;margin-top: 20px;}
.info2 h3,.info3 h3{font-weight: bold;color: darkcyan;}
.info2 p,.info3 p{width: 100%;  clear: both;overflow: hidden; font-size: 16px;}
.info2 p span,.info3 p span{width:48%; float: left;  margin: auto 1px;}
.info2 p i,.info3 p i{color: red; font-weight: bold; font-style: inherit;}
