.index_nav ul li a {
	align-items: center;
	justify-content: center;
	display: flex;
}

.index_nav ul li a img {
	transform: rotate3d(0, 0, 1, 45deg);
	width: 50px;
}

.page2 {
	background: url(../newImg/about.png) center center no-repeat;
	background-size: cover;
}

.containerpage2 {
	width: 1360px;
}

.containerpage2 .about_box>div {
	width: 23%;
}

.containerpage2 .card .card_detail p.line {
	border-bottom: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	height: 140px;
	padding: 5px 0 0 0;
}

.containerpage2 .card .card_detail p.text-r {
	margin-top: 10px;
	border-top: 1px solid #c3c3c3;
}

.page3 {
	background: url(../newImg/case.png) center center no-repeat;
	background-size: cover;
}

.page4 {
	background: url(../newImg/wmdkh.png) center center no-repeat;
	background-size: cover;
}

.page4 .city {
	background: url(../newImg/custom_city.png) 0 0 no-repeat;
	background-size: cover;
}

.page4 .item_box .item_bd {
	position: relative;
}

.page4 .logoitem {
	position: absolute;
	display: block !important;
}

.page4 .logoitem.logo12 {
	left: -128px;
	top: 258px;
}

.page4 .logoitem.logo11 {
	right: -128px;
	top: 0;
}

.page5 {
	background: url(../newImg/news.png) center center no-repeat;
	background-size: cover;
}

.page6 {
	background: url(../newImg/contact.jpg) center center no-repeat;
	background-size: cover;
}

.contact_box>ul>li>div .solgan {
	background: url(../newImg/contact_solgan.png) center center no-repeat;
	background-size: cover;
}

.contact_box>ul>li>div.map {
	background: url(../newImg/place.png) center center no-repeat;
	background-size: cover;
}

.advisory-link-suspension {
	position: fixed;
	right: 1rem;
	bottom: 60px;
	z-index: 2;
}

.advisory-link-suspension .user {
	position: absolute;
	left: 38px;
	top: -45px;
	cursor: pointer;
}

.advisory-link-suspension .user img {
	width: 88px;
	height: auto;
	display: block;
}

.advisory-link-suspension .content {
	background: url('../newImg/bg003-2.png');
	background-size: 100% auto;
	width: 160px;
	height: 283px;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.16);
}

.advisory-link-suspension .content .p1 {
	font-size: 18px;
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 44px 0 24px 0;
}

.advisory-link-suspension .content .btns {
	width: 120px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 30px;
	margin: 0 auto 12px auto;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: bold;
	color: #8fc448;
	cursor: pointer;
}

.advisory-link-suspension .content .btn2 {
	background: #25a3db;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.advisory-link-suspension .content .btn2 img {
	display: block;
	margin-right: 5px;
	width: 16px;
	height: auto;
}

.online_message_box {
	position: fixed;
	z-index: 9999;
	right: 1rem;
	bottom: 60px;
	width: 400px;
	display: none;
}

.online_message_box .title {
	background: #8fc448;
	border-radius: 8px 8px 0 0;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.online_message_box .title .user {
	display: flex;
	align-items: center;
}

.online_message_box .title .user span {
	color: #ffffff;
	font-size: 14px;
	margin-left: 10px;
}

.online_message_box .title .user img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 50%;
	overflow: hidden;
}

.online_message_box .title span {
	font-size: 16px;
	color: #fff;
}

.online_message_box .title .close1 {
	cursor: pointer;
}

.online_message_box .title .close1 img {
	width: 20px;
}

.online_message_box .wrap_main {
	background: #fff;
	padding: 20px 15px;
	min-height: 300px;
	max-height: 400px;
	overflow: auto;
}

.online_message_box .wrap_main::-webkit-scrollbar {
	width: 8px;
	/* 水平滚动条的高度、垂直滚动条的宽度 */
}

/* 滚动条轨道 */
.online_message_box .wrap_main::-webkit-scrollbar-track {
	background: #f1f1f1;
	/* 颜色和样式 */
}

/* 滚动条滑块 */
.online_message_box .wrap_main::-webkit-scrollbar-thumb {
	background: #dde8cd;
	/* 滑块颜色 */
}

.online_message_box .wrap_main .list {
	margin-bottom: 20px;
}

.online_message_box .wrap_main .l_list {
	display: flex;
	justify-content: flex-start;
}

.online_message_box .wrap_main .l_list .user {
	display: flex;
	align-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #dedede;
	margin-right: 10px;
	overflow: hidden;
}

.online_message_box .wrap_main .l_list .user img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.online_message_box .wrap_main .text {
	display: flex;
	flex-direction: column;
}

.online_message_box .wrap_main .text span {
	font-size: 12px;
}

.online_message_box .wrap_main .l_list .text {
	align-items: flex-start;
}

.online_message_box .wrap_main .l_list .text p {
	background: #fff2eb;
	color: #666;
	border-radius: 0 16px 16px 16px;
}

.online_message_box .wrap_main .text p {
	font-size: 14px;
	padding: 10px;
	max-width: 300px;
	margin-top: 10px;
}

.online_message_box .wrap_main .r_list {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

.online_message_box .wrap_main .r_list .text {
	align-items: flex-end;
}

.online_message_box .wrap_main .r_list .text p {
	background: #8fc448;
	color: #fff;
	border-radius: 16px 0 16px 16px;
}

.online_message_box .input_main {
	border-top: 1px solid #eee;
	background: #ffffff;
	padding: 10px 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.online_message_box .input_main .input {
	border: none;
	font-size: 14px;
	min-height: 100px;
	width: 100%;
	resize: none;
}

.online_message_box .input_main .input:focus {
	outline: none;
}

.online_message_box .input_main .btns {
	background: #25a3db;
	font-size: 12px;
	color: #fff;
	width: 60px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	cursor: pointer;
	user-select: none;
}

.info_message_text {
	pointer-events: none;
	position: fixed;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	transition: all 0.3s;
	opacity: 0;
	display: flex;
}

.info_message_text.active {
	pointer-events: auto;
	opacity: 1;
}

.info_message_text .main {
	background: #fff;
	color: #243a04;
	border: 2px solid #8fc448;
	background: #f3fae9;
	font-size: 14px;
	letter-spacing: 1px;
	border-radius: 8px;
	padding: 20px;
	width: 200px;

}