@media screen and (max-width: 768px) {
.pagetop{
    display: none;
}
.phone_header{
    display: block;
}
	/* 顶部 */
	.top_header {
		width: 100%;
		background-color: #F8F8F8;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		border: 1px solid #F5F5F5;
	}

	.top_header .head {
		display: none;
	}

	.top_header .navbar .nav .language {
		display: none;
	}

	/* 导航栏 */
	.top_header .navbar {
		width: 100%;
		height: auto;
		background-color: #FFFFFF;
		padding: 15px;
		box-sizing: border-box;
	}

	.top_header .navbar .nav {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.top_header .navbar .nav .logo {
		width: 71px;
		height: auto;
	}

	.top_header .navbar .nav .logo img {
		width: 100%;
	}

	.top_header .navbar .nav .column {
		height: 100%;
		display: flex;
		align-items: center;
		display: none;
	}

	.top_header .navbar .nav .column li {
		display: inline-block;
		height: 100%;
		font-size: 16px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #999999;
		line-height: 90px;
		margin-right: 88px;
		position: relative;
	}

	.top_header .navbar .nav .column li:last-child {
		margin-right: 0;
	}

	.top_header .navbar .nav .column .check {
		color: #009C41;
	}

	.top_header .navbar .nav .column .check::after {
		content: '';
		width: 30px;
		height: 3px;
		background: #009C41;
		border-radius: 2px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.banner {
		margin-top: 60px;
		width: 100%;
	}

	.search {
		/* display: none; */
		margin: 0;
		border-radius: 0;
		padding: 15px 20px;
		width: 100%;
		box-sizing: border-box;
		height: auto;
	}

	.search .navigation {
		font-size: 13px;
		display: none;
	}

	.search .input {
		width: auto;
		width: 100%;
		height: 33px;
	}

	.search .input input {
		width: auto;
		flex: 1;
		font-size: 13px;
	}

	.search .input .btn {
		flex: initial;
		width: 50px;
	}

	.content {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}

	.content .left {
		display: none;
	}

	.content .right .banner,
	.content .right .head {
		display: none;
	}

	.content .right {
		width: 100%;
		margin: 0;
	}

	.content .right>div {
		width: 100% !important;
		margin: 0 auto !important;
		font-size: 14px !important;
		line-height: 20px !important;
	}

	.content .right>div>img {
		margin: 20px 0;
	}

	.footer .cont {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 30px 0 20px;
		box-sizing: border-box;
		margin: 0 auto;
	}

	.footer .cont .logo {
		width: 70px;
		height: auto;
		margin: auto 0;
	}

	.footer .cont .nav {
		display: none;
	}

	.footer .cont .contact {
		display: none;
	}

	.footer .cont .contact_h5 {
		width: auto;
		font-size: 18px;
		font-family: PingFang SC;
		font-weight: bold;
		color: #AAAAAA;
		line-height: 10px;
		text-align: center;
		margin: 30px auto;
		display: block;
	}

	.footer .cont .contact_h5 div {
		margin-top: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.footer .cont .contact_h5 div img {
		width: 13px;
		height: 13px;
		margin-right: 7px;
	}

	.footer .cont .contact_h5 div:first-child {
		font-size: 13px;
		font-family: PingFang SC;
		font-weight: 500;
		color: #AAAAAA;
		margin: 0;
	}

	.footer .cont .ewm {
		width: 88px;
	}

	.footer .cont .ewm div {
		font-size: 13px;
	}

	.footer .bottom {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 30px 30px;
		box-sizing: border-box;
		margin: 0 auto;
		color: #AAAAAA;
		text-align: center;
	}

	.honor .list {
		justify-content: space-between;
	}

	.honor .list .item {
		width: 161px !important;
		height: auto;
		margin-right: 0;
		margin-bottom: 20px !important;
	}

	.honor .list .item div:first-child {
		width: 100%;
		height: auto;
		background: transparent;
		line-height: 1 !important;
	}

	.honor .list .item div:first-child img {
		margin: 0;
	}

	.honor .list .item div:last-child {
		margin-top: 10px !important;
		min-height: 40px;
		font-size: 14px;
	}

	.pages {
		display: none;
	}

	.news .list .item {
		height: 148px;
	}

	.news .list .item .image {
		width: 115px;
		height: 108px;
		border-radius: 10px;
		margin-right: 15px;
	}

	.news .list .item .cont {
		height: 108px;
	}

	.news .list .item .cont .title {
		font-size: 14px;
	}

	.news .list .item .cont .text {
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		text-overflow: ellipsis;
		font-size: 12px;
		line-height: 15px;
	}
	
	.news .list .item .cont>div:last-child div {
	    font-size: 13px;
	}
}
