html, body {
	background: #f9f9f9;
	width: 100%;
	height: 100%;
	font-family: Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
}
body {
    font: 12px/1.5 "Microsoft YaHei", tahoma, arial, Hiragino Sans GB, \5b8b\4f53;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

a {
    text-decoration: none;
}

.header {
    position: fixed;
    width: 100%;
    top: 20px;
    left: 0px;
    z-index: 999;
}

.nav {
    width: 80%;
    height: 54px;
    line-height: 54px;
    margin: 0 auto;
}


.logo {
    float: left;
    background-image: url(https://passport.sjedu.cn/assets/img/sjedu_logo.png);
    display: block;
    width: 226px;
    height: 94px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 226px;
}


.entry {
    float: right;
    color: #fff;
}

.entry .state {
    color: #bfbfbf;
}

.entry a {
    font-size: 12px;
    color: #fff;
    margin: 0 5px;
}

.entry a:hover,.entry a:focus {
    color: #00bbee;
}

.container {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;;
}

.wrap {
    position: absolute;
    left: 0;
    top: 24%;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.slogan {
    width: 565px;
    height: 135px;
    background: url(http://cdn.sjedu.cn/webeditor/uploadfile/picture/2020/08/24/20200824184803648001.png) no-repeat 0 0;
    display: inline-block;
    background-size: 565px;
}

.mid {
    width: 100%;
}

.main-entry {
    width: 740px;
    height: 50px;
    margin: 15px auto 0;
}

.main-entry a {
    display: block;
    text-decoration: none;
    float: left;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    font-size: 14px;
    letter-spacing: 1px;
    height: 50px;
    width: 170px;
    color: #ffffff;
    line-height: 50px;
    position: relative;
    overflow: hidden;
}

.main-entry a .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding-left: 18px;
}

.main-entry a .title i {
    position: absolute;
    left: 20px;
    top: 14px;
    background: no-repeat 0 0;
    display: block;
    width: 24px;
    height: 24px;
    background-size: 24px;
}

.main-entry a .title .seller {
    background-image: url(http://cdn.sjedu.cn/webeditor/uploadfile/picture/2020/08/24/20200824191548170003.png);
    width: 28px;
    height: 28px;
    background-size: 100% 100%;
    margin-top: -3px;
}

.main-entry a .title .isv-developer {
    background-image: url(http://cdn.sjedu.cn/webeditor/uploadfile/picture/2020/08/24/20200824191547800001.png);
}

.main-entry a .title .developer {
    background-image: url(http://cdn.sjedu.cn/webeditor/uploadfile/picture/2020/08/24/20200824191547446002.png);
    width: 28px;
    height: 28px;
    background-size: 100% 100%;
    margin-top: -3px;
}

.main-entry a .title .tecnology {
    background-image: url(http://cdn.sjedu.cn/webeditor/uploadfile/picture/2020/08/24/20200824183809251003.png);
    width: 28px;
    height: 28px;
    background-size: 100% 100%;
    margin-top: -3px;
}

.main-entry s {
    background-color: #00a3ee;
    opacity: .9;
    display: block;
    border-radius: 8px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.main-entry a:hover,.main-entry a:focus {
    color: #fff;
}

a.personal-developer-login,
a.personal-login,
a.seller-login
{
    margin-left: 20px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
a.seller-login .seller-entry {
    display: none;
    z-index: 2;
    position: relative;
    height: 50px;
}
a.seller-login .inerval-line {
    display: none;
    width: 150px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    height: 0;
    z-index: 2;
}


.alipay-app {
    text-align: center;
    position: absolute;
    bottom: 70px;
    left: 0;
    z-index: 3;
    width: 100%;
}

.alipay-app .ma {
    width: 600px;
    margin: 0 auto;
}

.alipay-app img {
    width: 60px;
    height: 60px;
}

.alipay-app p {
    line-height: 30px;
    height: 30px;
    color: #ffffff;
    margin: 5px 0 10px;
}

.footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    background-color: white;
    z-index: 99;
    padding: 10px;
}

.footer a {color: #333;}
.footer a:hover,.footer a:focus {
    color: #00bbee;
}

.layout-center{display: flex;justify-content: center;align-items: center;}


/*slide*/
.front, .items, .item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.back {
    bottom: 70px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
}

.items {
    overflow: visible;
}

.item {
    background: #fff none no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: none;
}



/*幼儿园报名*/
.yeybm .div-width{
	width: 1200px;
	margin: 0 auto;
}
/*************头部区域*********/
.yeybm .header{
    height: 60px;
}
.yeybm .left{
	float: left;
}
.yeybm .header .div-img{
	margin-top: 11px;
}
.yeybm .header .div-sx{
	width: 2px;
    height: 26px;
    background: rgba(151,151,151,1);
    margin: 18px 15px;
}
.yeybm .header .div-bt{	
	font-size: 20px;
	margin: 18px 15px;
}
article.middle{
	height: 609px;
	background-image: url(http://rescenter.sjedu.cn/ResCenter/upload/Download_downloadTeacherPhoto_data.json?uploadapp=zpgl&filelinkid=c5b62734d57b4fe4ad94a8be9ef1e9ac);
}
.yeybm .middle-top{
	height: 609px;
	position: relative;
}
.yeybm .middle-top .middle-bt{
	position: absolute;
    right: 50px;
    top: 110px;
	width:360px;
	height:31px;
	font-size:24px;
	line-height: 31px;
	color:rgba(7,177,92,1);
}
.yeybm .middle-top .middle-an{
	position: absolute;
    right: 50px;
    top: 180px;
	width: 360px;
}
.yeybm .middle-top .middle-an .button{
	width:360px;
	height:60px;
	line-height: 60px;
	background: none;
	border-radius:4px;
	border:1px solid rgba(7,177,92,1);
	margin-top: 30px;
}
.yeybm .middle-top .middle-an .button a{
	padding: 20px 120px;
	color: #000;
	text-decoration: none;
}
.yeybm .middle-top .middle-an .button:hover{
	background:rgba(7,177,92,1);
	color: #fff;
}
.yeybm .middle-top .middle-an .qzc,.szc{
	width:360px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 4px;
	padding: 10px;
	display: none;
}
.yeybm .middle-top .middle-an .btn-q:hover~.qzc{
	display: block;
}
.yeybm .middle-top .middle-an .btn-q:hover a{
	color: #fff;
}
.yeybm .middle-top .middle-an .qzc{
	position: absolute;
    right: 0px;
     top: 185px;
}
.yeybm .middle-top .middle-an .btn-s:hover~.szc{
	display: block;
}
.yeybm .middle-top .middle-an .btn-s:hover a{
	color: #fff;
}
.yeybm .middle-top .middle-an .szc{
	position: absolute;
    right: 0px;
   
    top: 95px;
}
.yeybm .middle-bot{
	position: absolute;
    top: 150px;
    width: 655px;
    background: #fff;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 14px;
}
.yeybm .bottom-top{
	height: 168px;
	padding: 25px 0px;
}
.yeybm .bottom-top .bot-top-bt{
	height:21px;
	font-size:16px;
	color:rgba(7,177,92,1);
	line-height:21px;
}
.yeybm .bottom-top .bot-top-nr{
	font-size:18px;
}
.yeybm .bottom-bot{
	padding: 35px 0px;
	height: 140px;
	background:rgba(242,249,255,1);
}
.yeybm .bottom-bot .div-width .bot-bot-left{
	width: 960px;
}
.yeybm .bottom-bot .div-width .bot-bot-left .bot-bot-left-top{
	width: 100%;
	height: 40px;
}
.yeybm .bottom-bot .div-width .bot-bot-left .bot-bot-left-top img{
	width: 14px;
    height: 16px;
    margin-top: 3px;
}
.yeybm .bottom-bot .div-width .bot-bot-left .bot-bot-left-top .span-jg{
	margin-left:10px;
}
.yeybm .bottom-bot .div-width .bot-bot-left .bot-bot-left-bot{
	padding: 0px 220px;
	width: 100%;
	height: 40px;
}
.yeybm .bottom-bot .div-width .bot-bot-left .bot-bot-left-bot .div-sx{
	width: 1px;
    height: 22px;
    background: #000;
    margin: 0px 15px;
}
.yeybm .bottom-bot .div-width .bot-bot-left .bot-bot-left-bot img{
	margin-right: 2px;
}
.yeybm .bottom-bot .div-width .bot-bot-left .bot-bot-left-bot a{
	color: #000;
}
.yeybm .bottom-bot .div-width .bot-bot-right{
	width: 240px;
}
.yeybm .bottom-bot .div-width .bot-bot-right span{
	margin-right: 10px;
}
.yeybm .bottom-bot .div-width .bot-bot-right img{
	margin-top: -10px;
}
