@media screen and (max-width: 1920px) {
	.nav-header,.header{
		width: 100%;
	}
}
@media screen and (max-width: 1440px) {
	body{
		width: 100%;
	}
	.w{
		width: 95%;
	}
	.header{
		width: 100%;
	}
	.footer .footer-top{
		padding-left: 30px;
		width: 100%;
	}
}
@media screen and (max-width: 1400px) {
	.Academy ul>li:nth-of-type(1) {
		margin-left: 0px;
	}
}
@media screen and (max-width: 1340px) {
	.campus-life .content .text {
		width: 40%;
	}
}
@media screen and (max-width: 1250px) {
	.campus-life .content,
	.main-box .container .w{
		display: block;
	}
	.campus-life .content .image,
	.campus-life .content .text,
	.Introduction,
	.Academy{
		width: 100%;
	}
	.header,.hd-fix,.nav-header,.nav-header ul{
		display: none !important;
	}
	.phone-header{
		display: block;
	}
	.phone-header .w{
		width: 100%;
	}
	.campus-life .life-tle a{
		left: 0px;
	}
	.tle-lineP{
		margin-left: 0px;
	}
	/* 鍐呴〉 */
	.banner{
		display: none;
	}
}
/* footer */
@media screen and (max-width: 900px) {
	.footer .footer-top{
		display: block;
	}
	.footer .footer-top::after{
		content: "";
		overflow: hidden;
		display: block;
		clear: both;
	}
	.footer .footer-top .part1,
	.footer .footer-top .part3{
		float: left;
		width: 50%;
	}
	.footer .footer-top .part2,
	.footer .footer-top .part4{
		float: left;
		width: 50%;
		margin: 0;
	}

	.campus-life .content .text1{
		margin-bottom: 10px;
	}
	.main-box{
		padding-bottom: 10px;
	}
	.footer-top p.address{
		width: auto;
	}
}
@media screen and (max-width: 600px) {
	.phone-header .phone-logo {
        width: 77%;
    }
    .nav-home {
        width: 40px;
    }
    .nav-home img {
        width: 60%;
    }
	.campus-life .content .image{
		display: none;
	}
	.campus-life .content{
		padding-left: 0;
	}
	.tle-line{
		margin-bottom: 20px;
	}
	.Academy p.tip-line{
		margin-left: 0;
	}
	.main-box .container{
		margin-top: 10px;
	}
	.footer{
		padding: 10px;
	}
	.footer .footer-top .part2, .footer .footer-top .part4{
		display: none;
	}
	.footer-top p.tle {
		margin-bottom: 10px;
		font-weight: 600;
	}
	.footer-top p{
		line-height: 16px;
	}
	.footer-top .part3 a{
		margin-bottom: 5px;
	}
	.Academy ul>li p.name {
		height: 20px;
		line-height: 20px;
	}
}
@media screen and (max-width: 500px) {
	.hd-main{
		padding-bottom: 0;
	}
	.hd-main .hd-logo{
		width: 100%;
	}
	.lb img{
		width: 100%;
		height: 100%;
	}
	.Introduction p.tip,
	.Academy p.tip,
	.campus-life .life-tle p{
		font-size: 24px;
	}
	.Introduction p.tle{
		font-size: 16px;
		line-height: 20px;
		margin-top: 15px;
	}
	.Introduction p.content{
		margin-top: 15px;
	}
	.campus-life .life-tle a,
	.campus-life .content .text a>p:nth-of-type(1),
	.Academy ul>li p.name,
	.Introduction p.content{
		font-size: 14px;
	}
	.Introduction p.more{
		width: auto;
		height: auto;
		border: none;
		text-align: left;
		margin-top: 10px;
	}
	.Introduction p.more a{
		padding: 5px 10px;
		border: 1px solid #63065F;
		border-radius: 5px;
	}
	.Academy ul>li{
		width: 30%;
	}
	.Academy ul>li img{
		width: 100%;
		height: 100%;
	}
	.campus-life .content .image img{
		margin-bottom: 10px;
	}
	.campus-life .content .image .lf,
	.campus-life .content .image .rg{
		width: 100%;
	}
}