body{
	margin: 0;
	padding: 0;
	background-color: white;
	font-family:"Microsoft YaHei";
}


.nav_content{
	display: none;
}

.banner{
	display: none;
}


.school{
	//display: none;
}


.copyrights{
	display: none;
}

.text h1{
	text-align:center;
}
.text hr{
	width:84%;
}
.text p{
	text-align:center;
}
.roll{
	width:90%;
	overflow:hidden;
	margin:0 5%;
}

.ptop{
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 95%;
	height: 80px;
}

.ptop_left{
	width: 15%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ptop_left img{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ptop_right{
	width: 30%;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.ptea{
	width: 50%;
	height: 100%;
	font-family: "microsoft yahei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.8em;
	border-radius: 15px;
}

.ptea a{
	width: 90%;
	height: 30px;
	font-family: "microsoft yahei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	color: white;
	background-color: #E6433E;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border-radius: 15px;
}


.ptea a:hover{
	font-family: "microsoft yahei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	background-color: red;
	text-decoration: none;
	color: white; 
	border-radius:15px;
}


.pstu{
	width: 50%;
	height: 100%;
	font-family: "microsoft yahei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.8em;
	border-radius: 15px;
}


.pstu a{	
	width: 90%;
	height: 30px;
	font-family: "microsoft yahei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	color: white;
	background-color: #2790CA;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border-radius: 15px;
}


.pstu a:hover{
	font-family: "microsoft yahei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	background-color: #00529C;
	text-decoration: none;
	color: white; 
	border-radius:15px;
}

.pgli{
	width: 50%;
	height: 100%;
	font-family: "microsoft yahei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.8em;
	border-radius: 15px;
}


.pgli a{	
	width: 90%;
	height: 30px;
	font-family: "microsoft yahei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	color: white;
	background-color: #8ab735;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border-radius: 15px;
}


.pgli a:hover{
	font-family: "microsoft yahei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	background-color: #649606;
	text-decoration: none;
	color: white; 
	border-radius:15px;
}

.pdown{
	margin: 0 auto;
	width: 95%;
	height: 50px;
	font-size: 0.8em;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.pitem{
	width: 65px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
}

.pitem a{
	width: 65px;
	height: 20px;
	font-family: "microsoft yahei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.8em;
	text-decoration: none;
	color: #666666;
}


.pitem a:link{
	width: 65px;
	height: 20px;
	font-family: "microsoft yahei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.8em;
	text-decoration: none;
}

.pitem a:visited{
	width: 65px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #00529C;
}

.pitem a:hover, .item a:active{
	width: 65px;
	height: 20px;
	font-family: "microsoft yahei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.8em;
	background-color: #00529C;
	text-decoration: none;
	color: white; 
	border-radius:15px;
}


a.show_1{
	font-size: 0.8em;
	font-family: "microsoft yahei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	background-color: #00529C;
	text-decoration: none;
	color: white; 
	border-radius:15px;
	display: block;
}



.info{
	width: 100%;
	text-align: center;
	display:flex;
}
.info img{
	width: 80px;
}
.info_mid_1,.info_mid_3{
	width:50%;
}
.info_mid_1>div,.info_mid_3>div{
	height:300px;
}
.title{
	margin-top: 30px;
	height: 70px;
	width: 100%;
	background-color: white;
	text-align: center;
	font-family: "微软雅黑";
	color: gray;
}

.title hr{
	width: 84%;
}

.title h1{
	font-family: "微软雅黑";
	font-size: 20px;
}

#info_title{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #666666;
}

.top_h p{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #666666;
	padding-top: 10px;
}




.info p{
	margin: 0 auto;
	width: 90%;
	font-family: "微软雅黑";
	font-size: 0.8em;
	color: gray;
}




.img_1{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.img_2{
	width: 90%;
	margin: 0 auto;
}


.pcopy{
	background-color: #666666;
}

.plink{
	margin: 0 auto;
	width: 50%;
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "微软雅黑";
}

.plink a{
	color: white;
	text-decoration: none;
}


.plink a:link, .plink a:visited {
    color: white;
    text-decoration:none;
}    

.plink a:hover, .plink a:active {
    color:#000000;
    text-decoration:none;
}

.pcopyrights{
	font-family: "微软雅黑";
	color: white;
	margin: 0 auto;
	text-align: center;
}

.pcopyrights a{
	text-decoration: none;
	color: white;
}

.code_img{
	text-align: center;
	padding-top:20px;
}

.code_img img{
	width: 100px;
}













