.ys {
	background: #016D2F;
}

.t1-one>img {
	width: 35px;
	margin-bottom: 10px;
	/*f*/
}

.dlzc {
	float: right;

	padding: 20px 20px 10px 20px;
	margin-right: 20px;

}

.dlzc a {
	text-decoration: none;
	color: #000000;
}

.dlzc .zc {
	color: #009249;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
	display: block;
}

.jytit {
	text-align: center;
	margin-bottom: 20px;

}

.jytit span {
	background-color: #00A1E1;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 15px 40px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: -4px 4px 1px #CFDDF8;
}

.decen {
	margin-bottom: 50px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.decen>div {
	width: 30%;
}

.decen>div img {
	width: 100%;
}

.qycen {
	width: 100%;
	margin-bottom: 50px;
	border-radius: 5px;
	border: 1px solid #03A0E5;
	padding-top: 30px;
}

.qycen .jgcen {
	display: flex;
}

.jgcen .jglist {
	width: 25%;
	text-align: center;
	height: 50px;

}

.jgcen .jglist span {
	background-color: #00A1E1;
	color: #fff;
	width: 60%;
	padding: 10px 0;
	text-align: center;
	border-radius: 10px;
	display: inline-block;

}

.jgcen .jgtit {
	text-align: left;

}

.jgcen .jgtit span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.qyxq {
	margin-top: 10px;
	display: flex;
	margin-bottom: 20px;
}

.qyxqitem {
	width: 25%;
	border-right: 1px dashed #03A0E5;
	text-align: center;

}

.qyxqitem:last-child {
	border-right: none;
}

.qyxqitem p {
	color: #03A0E5;
	margin: 0 auto;

	width: 60%;
	padding: 10px 0;
	text-align: center;
	margin-top: 15px;
}

.qyxqitem .hytit {

	color: #03A0E5;
	text-align: center;
	width: 60%;
	padding: 10px 0;
	background-color: #FAFBF5;
	border: 1px solid #ACACAA;
	z-index: 99;
	margin-left: -1px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-top: 15px;
}

.qyxqitem .hytit:hover {
	background-color: #03A0E5;
	color: #fff;
}

.aboutcen {
	width: 100%;
	position: relative;
}

.aboutcen .bg {
	width: 100%;
}

.aboutcen .abtit {
	position: absolute;
	top: 28%;
	left: 8%;
	font-weight: bold;
	font-size: 32px;
	color: #000;
}

.aboutcen .abtit::after {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #F68E13;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.jsnr {
	width: 68%;
	position: absolute;
	top: 46%;
	left: 8%;
	overflow: hidden;
	text-overflow: ellipsis;
	/*  文本溢出- 省略*/
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.abocov {
	width: 15%;
	position: absolute;
	right: 7%;
	top: 28%;
}

.abolxtit {
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: relative;

}

.abolxtit span {
	font-size: 36px;
	background-color: #fff;
	z-index: 99;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 0 20px;
}

.abolxtit .hx {
	width: 100%;
	height: 2px;
	background-color: #E9E9E9;
	position: absolute;
	left: 0;
	top: 50%;

}

.abolxentit {
	text-align: center;
	color: #ECECEC;
	font-size: 34px;
}

.cencon {
	background-color: #F6F6F6;
	padding: 50px;
	display: flex;
}

.cencon .fl {
	width: 45%;

}

.cencon .fl h3 {
	color: #1D1D1D;
	height: 60px;
	line-height: 60px;
}

.cencon .fl .lxwb {
	line-height: 2;
	max-width: 80%;
}


.cencon .fl .lxxxitem {
	height: 40px;
	line-height: 40px;
}

.lxxxitem:first-child {
	margin-top: 20px;
}

.cencon .fl .lxxxitem span {
	color: #000;
	font-weight: bold;
}

.cencon .fr {
	width: 55%;

}

.onep {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.onep .piten {
	width: 45%;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	display: flex;
	padding-left: 20px;
}

.onep .piten span {
	white-space: nowrap;
}

.onep .piten input {
	height: 100%;
	border: none;

	flex-grow: 1;
	padding-left: 10px;
}

input:focus {
	outline: none;
	border: none;
}

.pliten {
	margin-top: 30px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	display: flex;
	padding-left: 20px;
}

.pliten span {
	white-space: nowrap;
}

.pliten input {
	height: 100%;
	border: none;
	flex-grow: 1;
	padding-left: 10px;
}

.fwb {
	margin-top: 30px;
	display: block;
	background-color: #fff;
	width: 100%;
	height: 200px;
	padding-left: 20px;
	padding-top: 20px;
}

.fwb textarea {
	width: 100%;
	border: none;
	font-size: 16px;
}

textarea:focus {
	outline: none;
	border: none;
	outline: none;
	resize: none;
}

.tj {
	border: none;
	background-color: #009440;
	color: #fff;
	padding: 20px 40px;
	margin-top: 30px;
}

.dt {

	background-color: #F6F6F6;
	padding: 50px;
}

.dt img {
	width: 100%;

}

.hbcen {
	margin-bottom: 50px;
}

.hbcen .fl {
	width: 16.66%;
	float: left;
	padding: 50px 20px;
}

.hbcen .fl img {
	max-width: 100%;

}

.hbcen .fl:nth-of-type(odd) {
	background-color: #F0F0F0;
}
