@charset "utf-8";

body {
	padding: 0;
	margin: 0;
	background: #eee;
}

li {
	list-style-type: none;
}

img {
	border: 0 none;
}

.white {
	background: #FFFFFF;
}

.content img {
	max-width: 100%;
}

.page {
	width: 100%;
}

.banner {
	width: 100%;
	background: #F7F7F7;
}

.banner .image_1 {
	width: 100%;
}

.banner .text_1 {
	padding: 10px 0;
	text-align: right;
	font-size: 14px;
}

.box_1 {
	margin-top: 5px;
}

.box_1 .box_name {
	display: flex;
	align-items: center;
	padding: 16px 10px 16px 30px;
}

.box_1 .box_name .left_bg {
	width: 3.4px;
	height: 22px;
}

.box_1 .box_name .title {
	font-size: 20px;
	color: #111111;
	margin-left: 10px;
}

.box_3 {
	padding: 10px;
	box-sizing: border-box;
}

.box_3 .list {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box_3 .list .item {
	width: calc(50% - 6px);
	color: #666666;
	margin-bottom: 10px;
}

.box_3 .list .item .cover {
	width: 100%;
}

.box_3 .list .item .text_2 {
	text-align: center;
	padding-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.grid {
	margin: 10px;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	padding: 10px 0;
}

.grid_1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.grid_1 .list-items {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	/* width: calc((100vw - 110px) / 4);
	margin: 15px 11px; */
	width: calc(100% / 4);
	margin: 15px 0;
	font-size: 14px;
}

.grid_1 .list-items .image {
	width: 80%;
}

.grid_1 .list-items .text {
	padding-top: 5px;
}

.grid_2 {
	display: flex;
	justify-content: right;
	align-items: center;
	padding-right: 20px;
	font-size: 14px;
	color: #333333;
}

.grid_2 .image_more {
	width: 16px;
	margin-left: 5px;
}

.box_2 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 100%;
	bottom: 40px;
}

.w30 {
	width: 20%;
}

.box_2 a {
	text-decoration: none;
	outline: none;
	color: #FFFFFF;
}

.box_2 .button {
	background: #f58e77;
	width: 120px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
}

.contact {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 60px;
	right: 20px;
}

.contact a {
	text-decoration: none;
	outline: none;
	color: #666666;
	border-radius: 50%;
	background: #FFFFFF;
	box-shadow: 0px 0px 25px 15px rgba(0, 0, 0, 0.08);
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact .phone {
	color: rgb(1, 100, 235);
}

.contact .wxChat {
	margin-top: 10px;
	color: rgb(40, 196, 69);
}

.contact .iconfont {
	font-size: 20px;
	
}