.ryzz {
	width: 100%;
}

.ryzz .banner {
	width: 100%;
}

.ryzz .banner img {
	width: 100%;
}

.ryzz .zw_content {
	width: 100%;
}

.ryzz .zw_content .list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ryzz .zw_content .list li {
	width: 24%;
	position: relative;
	margin-top: 50px;
	z-index: 1
}

.ryzz .zw_content .list li .img {
	width: 100%;
	position: relative;
}

.ryzz .zw_content .list li .img img {
	width: 100%;
}

.ryzz .zw_content .list li .img .img_text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.ryzz .zw_content .list li .img .img_text {
	font-size: 16px;
	color: #e2e2e2;
	padding-top: 20px;
	padding-left: 20px;
}

.ryzz .zw_content .list li .img p {
	position: absolute;
	width: 100%;
	padding: 10px;
	font-size: 20px;
	color: #fff;
	margin-left: 10px;
	top: 20%;
	left: 0;
	z-index: 20;
}

.ryzz .zw_content .list li .text {
	width: 100%;
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 50;
}

.ryzz .zw_content .list li .text .text_wrap {
	width: 100%;
	margin: 0 auto;

	padding: 20px;
}

.ryzz .zw_content .list li .text .text_wrap h4 {
	color: #333;
	font-size: 20px;
	line-height: 25px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ryzz .zw_content .list li:hover .text .text_wrap h4 {
	color: #fff;
}

.ryzz .zw_content .list li .text .text_wrap p {
	font-size: 16px;
	line-height: 25px;
	margin-top: 15px;
	color: #fff;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ryzz .zw_content .list li:hover .text .text_wrap p {
	color: #fff;
}

@media all and (max-width:960px) {
	.ryzz .zw_content .list li {
		width: 48%;
		position: relative;
		margin-top: 50px;
		height: 320px;
	}
}

@media all and (max-width:750px) {
	.ryzz .zw_content .list li {
		height: 100%;
		margin-top: 20px;
	}

	.ryzz .zw_content .list li .img img {
		width: 100%;
		height: 140px;
	}

	.ryzz .zw_content .list li .img p {
		font-weight: normal;
		font-size: 16px;
	}

	.ryzz .zw_content .list li .text {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		z-index: 50;
	}

	.ryzz .zw_content .list li .text .text_wrap {
		width: 100%;
		margin: 0 auto;
		background: #fff;
		padding: 10px;
	}

	.ryzz .zw_content .list li .text .text_wrap h4 {
		font-weight: normal;
		font-size: 16px;
	}

	.ryzz .zw_content .list li .text .text_wrap p {
		font-size: 12px;
		margin-top: 5px;
		line-height: 20px;
	}
}

@media all and (max-width:480px) {
	.ryzz .zw_content .list li .img p {
		font-weight: normal;
		font-size: 14px;
	}

	.ryzz .zw_content .list li .text .text_wrap h4 {
		font-weight: normal;
		font-size: 14px;
	}

	.ryzz .zw_content .list li .text .text_wrap p {
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
}

.ryzz .zw_content .page_list {
	width: 100%;
	padding: 40px 0;
}

.ryzz .zw_content .page_list ul {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.ryzz .zw_content .page_list strong {
	margin: 10px 10px 0;
	display: block;
	padding: 10px 15px;
	color: #fff;
	font-size: 13px;
	border: 1px solid #ddd;
	background: #008d84
}

.ryzz .zw_content .page_list ul a {
	margin: 10px 10px 0;
	display: block;
	padding: 10px 15px;
	color: #333;
	font-size: 13px;
	border: 1px solid #ddd;
}

.ryzz .zw_content .page_list ul a:hover {
	color: #fff;
	background: #00aba2;
}


.ryzz .zw_content .page_list ul .on_page a {
	color: #fff;
	background: #008d84;
}

@media all and (max-width:750px) {
	.ryzz .zw_content .page_list ul li a {
		display: block;
		width: 100%;
		padding: 5px 10px;
		color: #333;
		font-size: 13px;
		border: 1px solid #ddd;
	}
}



.map {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;

}




.wrp {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 50px;
	background: #fff;
	display: block;
	overflow: hidden;
}

.business {
	width: 100%;
	text-align: center;
}

.business .gation {
	width: 100%;
	text-align: center;
}

.business .gation ul {
	font-size: 20px;
	color: #f00;
	margin: 60px 0px;
	padding-bottom: 10px;
	border-bottom: 1px #cecece solid;
}

.business .gation ul li {
	display: inline;
	padding: 0 60px;
}

.business .gation ul li a {
	padding: 8px 25px;
	cursor: pointer;
}

.business .gation ul .on_gation a {
	font-size: 20px;
	color: #008d84;
	font-weight: bold;
	color: #fff;
	background: #f4a351;
	padding: 8px 25px;
}

.business p {
	font-size: 15px;
	line-height: 35px;
}

.customer1 p {
	line-height: 20px;
	text-align: center;
	margin-left: 15px;
}

.biao p {
	font-size: 12px;
	text-align: left;
	margin-left: 15px;
	line-height: 25px;
	color: #fff;
}

.biao p b {
	font-size: 16px;
	color: #ffffff;
}

.biao ul {
	width: 100%;
	padding-top: 40px;
}

.biao ul li {
	background: url("../picture/wa.jpg");
	width: 32.8%;
	float: left;
	margin-right: 3px;
	border: 1px solid #eee;
	margin-bottom: 5px;
	list-style: none;
	height: 155px;
	padding-top: 15px
}

.biao ul li a {
	text-decoration: none;
}

.biao ul li a {
	text-decoration: none;
	color: #fff;
}

.xsfw_box {
	width: 100%;
}

.xsfw_box .box_item:nth-child(n+2) {
	display: none;
}

.wrp .top_ {
	padding: 35px;
	background: #f3f5f9;
	margin-bottom: 25px;
}

.wrp .top_ .top_left {
	font-size: 22px;
	color: #434343;
	height: 100%;
	width: 14%;
	float: left;
}

.wrp .top_ .top_left i {
	display: block;
	background: url(../img/service_net01_1.png) no-repeat;
	width: 24px;
	height: 26px;
	margin: 22px auto;
}

.wrp .top_ .top_right i {
	display: block;
	background: url(../img/service_net01_2.png) no-repeat;
	width: 26px;
	height: 26px;
	margin: 22px auto;
}

.wrp .top_ .top_center {
	width: 100%
}

.wrp .intro {
	background: url(../img/service_net_intro.png) no-repeat center left;
	padding-left: 40px;
	font-size: 20px;
	color: #404040;
	font-weight: bold;
	margin-bottom: 25px;
}

.wrp .intro span {
	color: #3e9fa8;
	line-height: 1.2;
}

.wrp input {
	margin-top: 5px;
	margin-left: 25px;
	line-height: 35px;
	height: 35px;
	border: 1px solid #ecedf0;
	padding: 0 0 0 15px;
	width: 31%;
	box-sizing: border-box;
	vertical-align: top;
}

.wrp .sele {
	width: 31%;
	vertical-align: top;
}

.wrp .top_right {
	width: 18%;
	vertical-align: top;
	margin-top: 5px;
	float: right;
}

.wrp .button {
	width: 100%;
	background: #3f9fa8;
	border: none;
	text-align: center;
	font-size: 15px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	outline: none;
	cursor: pointer;
}
