.mobile-head {
	display: none;
	padding: 8px 15px;
}

@media screen and (max-width: 768px) {
	header {
		display: none;
	}

	.mobile-head {
		display: block;
	}

	.container,
	.indexmain,
	.footer {
		max-width: 100%;
		width: 100%;
	}

	.logo img {
		width: auto;
		height: 36px;
	}

	.mobile-head .flex {
		display: flex;
	}

	.mobile-head .menu {
		display: inline-block;
		width: 24px;
		height: 24px;
		position: absolute;
		right: 10px;
		top: 12px;
		z-index: 10;
	}

	.mobile-head .menu div {
		width: 100%;
		height: 3px;
		background-color: rgb(0, 0, 0);
		margin-top: 5px;
	}

	.mobile-head .header_nav {
		display: none;
		position: absolute;
		top: 52px;
		left: 0;
		right: 0;
		z-index: 10;
		background-image: none;
		background-color: #ebebeb;
		padding-bottom: 15px;
		box-shadow: 0px 8px 10px 0px rgb(0 0 0 / 20%);
	}

	.mobile-head .header_nav li a {
		display: block;
		width: 100%;
		text-align: center;
		line-height: 40px;
		color: #222;
	}

	.mobile-head .header_nav li.on a {
		color: #1a93e4;
	}

	.page_main {
		width: 100%;
	}

	.index_top_l {
		display: none;
	}

	.footer {
		text-align: center;
		justify-content: center;
	}

	.footer .foot_r {
		display: none;
	}

	.newsbox {
		display: flex;
		flex-direction: column;
		margin: 10px 0;
	}

	.newsbox_item {
		width: 100%;
	}

	.newsbox_item .item .right {
		width: calc(100% - 185px);
	}

	.newsbox_item .item .right p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}

	.banner {
		width: 100%;
		order: 1;
	}

	.index_top {
		display: flex;
		flex-direction: column;
	}

	.index_top .index_top_l {
		order: 2;
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.index_top_r {
		order: 3;
		width: 100%;
		margin: 10px 0;
	}

	.index_top_l .title {
		display: none;
		margin-bottom: 0;
	}
	.index_top_l  img{
		width: 100%;
		height: auto;
	}
	
	.sch_frm{
		margin:20px 0px;
	}
	.form2 .title span{
		margin: 0px 10px;
	}
	.form2 .title .line{
		width: calc(50% - 120px);
	}
}
