/*-----Student学生页面-----*/

/*---职位页面响应式布局---*/
/*---使用css判断屏幕等级写---*/

/*---这里放公用css样式---*/
	ul,ol,li,div {
	margin: 0;
	padding: 0;
	}
	ul,ol {
		list-style: none;
	}
	body{
		width: 100%;
		font-family: 微软雅黑, Tahoma, Helvetica, Arial, 宋体, sans-serif;
		margin: 0;
		padding: 0;
	}
	li{
		list-style: none;
	}
	a{
		text-decoration: none;
	}
	.Center{
	 	margin-left: auto;
	 	margin-right: auto;
	}
	.floatR{
		float: right;
	}
	.floatL{
		float: left;
		/*! display: none; */
		z-index: 999;
		/*position: absolute;*/
		/*! margin-left: 5%; */
	}
	.box{
		display: block;
	}
	.BackgroundGrey{
		background-color: #f5f5f5;
	}
	.clear{
		clear:both;
		font-size: 0;
		height: 1px;
	}
	.width100{
		width: 100%
	}

/*---结束---*/

@media screen and (max-width:749px) {
	body{
 		background-color: #fff;
 		margin: 0;
 		padding: 0;
 	}
 	.Navigation{
 		background-color: rgba(255,255,255,.8);
 		position: fixed;
 		top: 0;
 		width: 100%;
 		padding: 5px 0;
 		z-index: 9999;
 		height: 50px;
 	}
 	.NavigationContentBox{
 		width: 100%;
 		/*! padding: 0 20px; */
 		/*! width: auto; */
 	}
 	.NavigationContentBox a{
 		margin:0;
 		padding: 1px 0;
 	}
 	.font14{
 		font-size: 14px;
 	}
 	.Wordbox{
 		margin:0;
 		width: 100%;
 		z-index: 5;
 		position: absolute;
 	}
 	.Wordbox ul{
 		margin:0;
 	}
 	.Wordbox ul li{
 		float: left;
 		/*! margin:0 20px; */
 	}
 	.Wordbox ul li a{
 		font-size: 18px;
 		display: block;
 		line-height: 38px;
 		text-decoration: none;
 		color: #000;
 	}
 	.Wordbox ul li a:hover{
 		font-size: 18px;
 		/*! display: block; */
 		line-height: 38px;
 		text-decoration: none;
 		color: #008cd6;
 	}
 	.width{
 		width: 100%;
 	}
 	.Pagewidth{
 		width: 100%;
 	}
 	footer{
 		background-color: #fff;
 	}
 	footer li{
 		padding: 5px 0;
 	}
 	footer li a{
 		color: #828282;
 	}
 	footer div{
 		width: 16.6%;
 		text-align: center;
 	}

 	.nav{
        width: 90%;
        /*! height: 60px; */
        border: 0px;
        /*! border-top: 1px solid #eee; */
        /*! border-bottom: 1px solid #eee; */
        /*! background-color: #fff; */
        padding: 0 5%;
    }
    .nav>ul{
        /*! width: 80%; */
        margin:0 auto;
    }
    .nav>ul:after{
        display: block;
        content: '';
        clear: both;
    }
    .nav>ul>li{
        display: block;
        width: 100%;
        height: 100%;
        /*! padding-left: 20px; */
        float: left;
        text-align: right;
    }
    .nav>ul>li:hover{
        /*! background-color: #fff6; */
    }
    .nav>ul>li a{
        display: inline-block;
        /*! width: 100%; */
        height: 100%;
        /*! padding: 10px 20px; */
        font-size: 18px;
        line-height: 40px;
        text-decoration:none;
        /*! margin-right: 40px; */
    }
    .nav>ul>li ul{
        display: none;
    }
    .nav>ul>li:hover>a+ul{/*鼠标划过一级菜单的时候二级菜单显示*/
        display: block;
    }
    .nav>ul>li>ul{
        /*! width: 160px; */
        height: 320px;
        /*! border: 1px solid #eee; */
        border-radius:3px;
        position: relative;
        top: 15px;
        /*! left: -20px; */
        background-color: #fff;
    }
    .nav>ul>li>ul>li,.nav>ul>li>ul>li>ul>li{
        display: block;
        width: 100%;
        height: 40px;
        text-align: center;
        margin: 0
        /*! border-bottom: 1px solid #eee; */
    }
    .nav>ul>li>ul>li:last-child,.nav>ul>li>ul>li>ul>li:last-child{
        border: 0px;
    }
    .nav>ul>li>ul>li:hover,.nav>ul>li>ul>li>ul>li:hover{/*与用户的交互不能少*/
        /*! background: #008cd6; */
        margin: 0
    }
    .dayemiandaohang{
    display: none;
    text-align: right;
    margin: 0
    }
    .logo{
        width: 80%;
        margin-top: -15px;
    }
}


@media screen and (min-width: 750px) and (max-width:969px) {
	body{
 		background-color: #fff;
 		margin: 0;
 		padding: 0;
 	}
 	.Navigation{
 		background-color: rgba(255,255,255,.8);
 		position: fixed;
 		top: 0;
 		width: 100%;
 		padding: 5px 0;
 		z-index: 9999;
 		height: 50px;
 	}
 	.NavigationContentBox{
 		width: 100%;
 		/*! padding: 0 20px; */
 		/*! width: auto; */
 	}
 	.NavigationContentBox a{
 		margin:0;
 		padding: 1px 0;
 	}
 	.font14{
 		font-size: 14px;
 	}
 	.Wordbox{
 		margin:0;
 		width: 100%;
 		z-index: 5;
 		position: absolute;
 	}
 	.Wordbox ul{
 		margin:0;
 	}
 	.Wordbox ul li{
 		float: left;
 		/*! margin:0 20px; */
 	}
 	.Wordbox ul li a{
 		font-size: 18px;
 		display: block;
 		line-height: 38px;
 		text-decoration: none;
 		color: #000;
 	}
 	.Wordbox ul li a:hover{
 		font-size: 18px;
 		display: block;
 		line-height: 38px;
 		text-decoration: none;
 		color: #008cd6;
 	}
 	.width{
 		width: 100%;
 	}
 	.Pagewidth{
 		width: 710px;
 	}
 	footer{
 		background-color: #fff;
 	}
 	footer li{
 		padding: 5px 0;
 	}
 	footer li a{
 		color: #828282;
 	}
 	footer div{
 		width: 16.6%;
 		text-align: center;
 	}

 	.nav{
        width: 90%;
        /*! height: 60px; */
        border: 0px;
        /*! border-top: 1px solid #eee; */
        /*! border-bottom: 1px solid #eee; */
        /*! background-color: #fff; */
        padding: 0 5%;
    }
    .nav>ul{
        /*! width: 80%; */
        margin:0 auto;
    }
    .nav>ul:after{
        display: block;
        content: '';
        clear: both;
    }
    .nav>ul>li{
        display: block;
        width: 100%;
        height: 100%;
        /*! padding-left: 20px; */
        float: left;
        text-align: right;
    }
    .nav>ul>li:hover{
        /*! background-color: #fff6; */
    }
    .nav>ul>li a{
        display: inline-block;
        width: 100%;
        height: 100%;
        /*! padding: 10px 20px; */
        font-size: 18px;
        line-height: 40px;
        text-decoration:none;
        /*! margin-right: 40px; */
    }
    .nav>ul>li ul{
        display: none;
    }
    .nav>ul>li:hover>a+ul{/*鼠标划过一级菜单的时候二级菜单显示*/
        display: block;
    }
    .nav>ul>li>ul{
        /*! width: 160px; */
        height: 320px;
        /*! border: 1px solid #eee; */
        border-radius:3px;
        position: relative;
        top: 15px;
        /*! left: -20px; */
        background-color: #ffffffe6;
    }
    .nav>ul>li>ul>li,.nav>ul>li>ul>li>ul>li{
        display: block;
        width: 100%;
        height: 40px;
        text-align: center;
        /*! border-bottom: 1px solid #eee; */
    }
    .nav>ul>li>ul>li:last-child,.nav>ul>li>ul>li>ul>li:last-child{
        border: 0px;
    }
    .nav>ul>li>ul>li:hover,.nav>ul>li>ul>li>ul>li:hover{/*与用户的交互不能少*/
        /*! background: #008cd6; */
    }
    .dayemiandaohang{
    display: none;
    text-align: right;
    }
    .logo{
        width: 80%;
        margin-top: -15px;
    }
}


@media screen and (min-width: 970px) and (max-width:1199px) {
	body{
 		background-color: #fff;
 		margin: 0;
 		padding: 0;
 	}
 	.Navigation{
 		background-color: rgba(255,255,255,.8);
 		position: fixed;
 		top: 0;
 		width: 100%;
 		padding: 5px 0;
 		z-index: 9999;
 	}
 	.NavigationContentBox{
 		width: 930px;
 		padding: 0 20px;
 	}
 	.NavigationContentBox a{
 		margin:0;
 		padding: 1px 0;
 	}
 	.font14{
 		font-size: 14px;
 	}
 	.Wordbox{
 		margin:0;
 	}
 	.Wordbox ul{
 		margin:0;
 	}
 	.Wordbox ul li{
 		float: left;
 		margin:0 15px;
 	}
 	.Wordbox ul li a{
 		font-size: 18px;
 		display: block;
 		line-height: 38px;
 		text-decoration: none;
 		color: #000;
 	}
 	.Wordbox ul li a:hover{
 		font-size: 18px;
 		display: block;
 		line-height: 38px;
 		text-decoration: none;
 		color: #008cd6;
 	}
 	.width{
 		width: 100%;
 	}
 	.Pagewidth{
 		width: 100%;
 	}
 	footer{
 		background-color: #fff;
 	}
 	footer li{
 		padding: 5px 0;
 	}
 	footer li a{
 		color: #828282;
 	}
 	footer div{
 		width: 16.6%;
 		text-align: center;
 	}

 	.nav{
        width: 100%;
        height: 60px;
        border: 0px;
        /*! border-top: 1px solid #eee; */
        /*! border-bottom: 1px solid #eee; */
        background-color: #fff;
        display: none;
    }
    .nav>ul{
        width: 80%;
        margin:0 auto;
    }
    .nav>ul:after{
        display: block;
        content: '';
        clear: both;
    }
    .nav>ul>li{
        display: block;
        width: 140px;
        height: 100%;
        padding-left: 20px;
        float: left;
        text-align: center;
    }
    .nav>ul>li:hover{
        background-color: #fff;
    }
    .nav>ul>li a{
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 10px 20px;
        font-size: 18px;
        line-height: 40px;
        text-decoration:none;
    }
    .nav>ul>li ul{
        display: none;
    }
    .nav>ul>li:hover>a+ul{/*鼠标划过一级菜单的时候二级菜单显示*/
        display: block;
    }
    .nav>ul>li>ul{
        width: 160px;
        height: auto;
        border: 1px solid #eee;
        border-radius:3px;
        position: relative;
        top: 0px;
        left: -20px;
    }
    .nav>ul>li>ul>li,.nav>ul>li>ul>li>ul>li{
        display: block;
        width: 100%;
        height: 60px;
        text-align: center;
        border-bottom: 1px solid #eee;
        margin:0px;
    }
    .nav>ul>li>ul>li:last-child,.nav>ul>li>ul>li>ul>li:last-child{
        border: 0px;
    }
    .nav>ul>li>ul>li:hover,.nav>ul>li>ul>li>ul>li:hover{/*与用户的交互不能少*/
        background: #008cd6;
    }
    .dayemiandaohang{
    /*! display: none; */
    text-align: right;
    }
 	
}


@media screen and (min-width:1200px) {
	body{
 		background-color: #fff;
 		margin: 0;
 		padding: 0;
 	}
 	.Navigation{
 		background-color: rgba(255,255,255,.9);
 		position: fixed;
 		top: 0;
 		width: 100%;
 		padding: 5px 0;
 		z-index: 9999;
 	}
 	.NavigationContentBox{
 		width: 1200px;
 		padding: 0 20px;
 	}
 	.NavigationContentBox a{
 		margin:0;
 		padding: 1px 0;
 	}
 	.font14{
 		font-size: 14px;
 	}
 	.Wordbox{
 		margin:0;
 	}
 	.Wordbox ul{
 		margin:0;
 	}
 	.Wordbox ul li{
 		float: left;
 		margin:0 20px;
 		/*! width: 90px; */
 		text-align: center;
 	}
 	.Wordbox ul li a{
 		font-size: 17px;
 		display: block;
 		line-height: 38px;
 		text-decoration: none;
 		color: #000;
 	}
 	.Wordbox ul li a:hover{
 		font-size: 18px;
 		display: block;
 		line-height: 38px;
 		text-decoration: none;
 		color: #008cd6;
 	}
 	.width{
 		width: 100%;
 	}
 	.width100 img{
 		height: 850px;
 		width: 100%;
 	}
 	.Modularbox{
 		width: 1200px;
 		padding: 40px;
 	}
 	.spacing{
 		margin-top: 20px;
 	}
 	.Pagewidth{
 		width: 1200px;
 	}
 	footer{
 		background-color: #fff;
 	}
 	footer li{
 		padding: 5px 0;
 	}
 	footer li a{
 		color: #828282;
 	}
 	footer div{
 		width: 16.6%;
 		text-align: center;
 	}
 	
    .nav{
        width: 100%;
        height: 60px;
        border: 0px;
        /*! border-top: 1px solid #eee; */
        /*! border-bottom: 1px solid #eee; */
        background-color: #fff;
        display: none;
    }
    .nav>ul{
        width: 80%;
        margin:0 auto;
    }
    .nav>ul:after{
        display: block;
        content: '';
        clear: both;
    }
    .nav>ul>li{
        display: block;
        width: 140px;
        height: 100%;
        padding-left: 20px;
        float: left;
        text-align: center;
    }
    .nav>ul>li:hover{
        background-color: #fff;
    }
    .nav>ul>li a{
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 10px 20px;
        font-size: 18px;
        line-height: 40px;
        text-decoration:none;
    }
    .nav>ul>li ul{
        display: none;
    }
    .nav>ul>li:hover>a+ul{/*鼠标划过一级菜单的时候二级菜单显示*/
        display: block;
    }
    .nav>ul>li>ul{
        width: 160px;
        height: auto;
        border: 1px solid #eee;
        border-radius:3px;
        position: relative;
        top: 0px;
        left: -20px;
    }
    .nav>ul>li>ul>li,.nav>ul>li>ul>li>ul>li{
        display: block;
        width: 100%;
        height: 60px;
        text-align: center;
        border-bottom: 1px solid #eee;
        margin:0;
    }
    .nav>ul>li>ul>li:last-child,.nav>ul>li>ul>li>ul>li:last-child{
        border: 0px;
    }
    .nav>ul>li>ul>li:hover,.nav>ul>li>ul>li>ul>li:hover{/*与用户的交互不能少*/
        background: #008cd6;
    }
    .dayemiandaohang{
    	display: ;
        /*! padding-right: 5%; */
    	text-align: right;
    }
 	
}
