
.zs-header{
	background: url(../../images/gf/zs-header.png) center center no-repeat;
}
.zs-logo{
	max-width:35%;
}
.zs-logo img{
	width:100%;
	padding-top：0.5rem;
}
.zs-foninfo{
	max-width:25%;
	padding:1.3rem 0 0 15%;
	font-size:1.2rem;
	color:green;
}
.zs-foninfo p{
	padding-bottom:0.5rem;
}
.zs-logSear{
	max-width:32%;
	padding-top: 0.5rem;
}
.erweima{
	max-width:6%;
	margin:0.5rem 0 0 2%;
}
.erweima img{
	width:100%;
}

/*招生栏目、专业页面*/
.bigBot{
	margin:2rem auto;
	font-size:1.5rem;
	text-align:center;
	width:100%;
    -webkit-justify-content: -webkit-center;
    justify-content: center;
}
.bigBot img{
	max-width:100%;
}
.bigBot a{
	color:#1bad5d;
}
.tt{
	background:#05d7ba;
	font-weight: 700;
}
.table-flex-container{
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: -webkit-center;
    justify-content: center;
    -webkit-align-items: -webkit-center;
    align-items: center;
	font-size:1rem;
	text-align:center;
	padding-top:1rem;
	padding-bottom:1rem;
}
.table-flex-container:nth-child(2) {
	background-color: #fff;
}
.table-flex-container:nth-child(3) {
	background-color: #f9ebf0;
}
.table-flex-item{
	-webkit-flex: 1;
	flex: 1;
    box-sizing: border-box;
}
.item1{
	width:15%;
}
.item2{
	width:15%;
}
.item3{
	width:5%;
}
.item4{
	width:5%;
}
.item5{
	width:25%;
}
.item6{
	width:15%;
}
.img100{
	max-width:100%;
}

@media screen and (max-width: 1679px) {

.zs-foninfo{
	padding:1rem 0 0 10%;
	font-size:1rem;
}
.zs-logSear{
	padding-top:0;
	font-size:0.8rem;
}
	
}
@media screen and (max-width: 1219px) {

.zs-foninfo{
	padding-left:5%;
}
	
}
@media screen and (max-width: 1023px) {


	
}

@media screen and (max-width: 769px) {

.search form input {
    width:5rem;
}
	.bigBot{
		width:100%;
	}
}

/* 手机版 */
@media screen and (max-width: 600px) {
		.header,.logo,#main{
		padding: 0 ;
	}
	.zs-logo {
		max-width: 100%;
	}
	.logo {
		width: 100%;
	}
	.menu-info{
		display: -webkit-inline-flex;
		display: inline-flex;
		width:100%;
		-webkit-justify-content:-webkit-space-evenly;
		justify-content: space-evenly;
	}
	.zs-foninfo {
		padding:0;
		max-width: 70%;
		float:none;
	}
	.caidan-phone {
		margin:0;
		padding:0;
		max-width:30%;
	}
	.caidan-phone img {
		width: 30%;
	}
	.erweima{
		display: none;
	}
}