/*图片*/

.picter {
	width: 100%;
	overflow: hidden;
}

.picter img {
	width: 100%;
}


/*行*/

.strip {
	overflow: hidden;
	width: 100%;
	background-color: #F3F3F3;
}

.strip a {
	color: #474747;
	font-size: 16px;
	margin-right: 5px;
}

.strip p {
	color: #474747;
	font-size: 16px;
}

.strip a:hover {
	color: #5EA0B6;
}

.sp {
	margin-right: 5px;
}

.bar {
	padding-bottom: 21px;
	padding-top: 21px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.as {
	padding-right: 10px;
}

.we {
	display: flex;
}

.ssk {
	width: 300px;
	height: 33px;
	background-color: #fff;
	border-color: #e6e6e6;
	border-style: solid;
	outline: none;
	padding-left: 10px;
}

.ss {
	display: inline-block;
	position: relative;
	/*padding-left: 245px;*/
	/*top: 36px;*/
}

.ss a {
	position: absolute;
	right: 8px;
	top: 5px;
}


/*产品中心*/

.series {
	width: 100%;
	overflow: hidden;
	background-color: #F3F3F3;
	padding-bottom: 80px;
}

.cz {
	width: 22%;
	float: left;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 13px 12px 6px #dee3e3;
}

.cz1 {
	background-image: url(../img/8.png);
	background-size: 100% 100%;
	padding-top: 34px;
	padding-bottom: 30px;
}

.cz1 p {
	font-size: 30px;
	color: #fff;
	padding-left: 20px;
}

.cz1 span {
	font-size: 16px;
	color: #fff;
	display: block;
	padding-left: 20px;
}

.cz2 {
	background-color: #fff;
	padding-bottom: 28px;
}

.cz2 ul {
	width: 85%;
	margin: 0 auto;
}

.cz2 ul li {
	border-bottom-style: dashed;
	border-width: 2px;
	border-color: #E2E2E2;
}

.df1 a {
	font-size: 18px;
	color: #333;
}

.df1 {
	padding-top: 32px;
	padding-bottom: 10px;
	background-image: url(../img/z2.png);
	background-repeat: no-repeat;
	background-position: 99% 74%;
	cursor: pointer;
}

.df2 a {
	color: #006098 !important;
}

.df2 {

	background-image: url(../img/z1.png) !important;
	background-repeat: no-repeat;
	background-position: 99% 74%;
}

.df1:hover a {
	color: #006098;
}

.df1:hover {

	background-image: url(../img/z1.png);
	background-repeat: no-repeat;
	background-position: 99% 74%;
}

.yz {
	width: 75%;
	overflow: hidden;
	float: right;
}

.yz3 {
	display: none;
}

.mca {
	width: 100%;
	background-image: url(../img/8.png);
	background-size: 100% 100%;
	overflow: hidden;
	padding: 17px 0;
	border-radius: 10px;
}

.mca p {
	color: #fff;
	font-size: 26px;
	padding-left: 20px;
}

.xilie2 {
	display: flex;
	flex-wrap: wrap;
}

.xilie2 .xilie3:not(:nth-of-type(3n)) {
	margin-right: 2.4%;
}

.xilie3 {
	width: 31.7%;
	position: relative;
	margin-top: 29px;
}

.tu2 img {
	width: 100%;
	height: 231px;
}

.mc {
	width: 100%;
	background-color: #E2E2E2;
	position: relative;
	text-align: center;
	padding: 17px 5px;
	bottom: 0;
}

.mc a {
	color: #474747;
    font-size: 18px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xilie3:hover {
	box-shadow: 0px 13px 12px 6px #d1e1e0;
	transition: 0.2s;
}

.xilie3:hover .mc {
	background-image: url(../img/8.png);
	background-size: 100% 100%;
}

.xilie3:hover .mc a {
	color: #fff;
}

.ye {
	display: flex;
	justify-content: flex-end;
	padding-top: 37px;
}

.ye li {
	background-color: #fff;
	color: #333;
	padding: 10px 15px;
	margin-left: 11px;
	border-radius: 5px;
	cursor: pointer;
}

.ye li:hover {
	color: #fff;
	background-color: #5EA0B6;
}

@media screen and (max-width: 1200px) {
	.bar {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 21px;
		padding-top: 21px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

@media screen and (max-width: 1000px) {
	.strip a {
		color: #474747;
		font-size: 14px;
		margin-right: 11px;
	}

	.strip p {
		color: #474747;
		font-size: 14px;
	}

	.sp {
		font-size: 14px;
	}
}

@media screen and (max-width: 848px) {
	.strip a {
		color: #474747;
		font-size: 14px;
		margin-right: 11px;
	}

	.bar {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 21px;
		padding-top: 21px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	.ss {
		display: inline-block;
		position: relative;
		/* padding-left: 245px; */
		/* top: 36px; */
		padding-top: 10px;
	}

	.ss a {
		position: absolute;
		right: -4px;
		top: 15px;
	}

	.sp {
		font-size: 14px;
	}

	.strip p {
		color: #474747;
		font-size: 14px;
	}
}

@media screen and (max-width: 786px) {
    
	.bar {
		width: 97%;
		margin: 0 auto;
		padding-bottom: 21px;
		padding-top: 21px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.yz {
		width: 90%;
		overflow: hidden;
		float: inherit;
		margin: 0 auto;
	}

	.cz {
		width: 95%;
		float: inherit;
		border-radius: 10px;
		overflow: hidden;
		box-shadow: 0px 13px 12px 6px #dee3e3;
		margin: 0 auto;
	}

	.cz1 {
		background-image: url(../img/8.png);
		background-size: 100% 100%;
		padding-top: 15px;
		padding-bottom: 14px;
	}

	.cz1 p {
		font-size: 24px;
		color: #fff;
		padding-left: 20px;
	}

	.cz2 {
		background-color: #fff;
		padding-bottom: 6px;
	}

	.df1 {
		padding-top: 13px;
		padding-bottom: 5px;
		font-size: 16px;
		color: #333;
		background-image: url(../img/z2.png);
		background-repeat: no-repeat;
		background-position: 99% 74%;
		cursor: pointer;
	}

	.yz {
		width: 90%;
		overflow: hidden;
		float: inherit;
		margin: 0 auto;
		padding-top: 30px;
	}
}

@media screen and (max-width: 551px) {
	.mca p {
		color: #fff;
		font-size: 21px;
		padding-left: 20px;
	}

	.mca {
		width: 100%;
		background-image: url(../img/8.png);
		background-size: 100% 100%;
		overflow: hidden;
		padding: 12px 0;
		border-radius: 10px;
	}

	.mc a {
		color: #474747;
		font-size: 16px;
	}

	.xilie3 {
		width: 31.7%;
		position: relative;
		margin-top: 45px;
	}
}

@media screen and (max-width:474px) {
	.strip a {
		color: #474747;
		font-size: 12px;
		margin-right: 5px;
	}

	.strip p {
		color: #474747;
		font-size: 12px;
		padding-right: 0px;
		margin-left: 2px;
	}

	.sp {
		font-size: 12px;
	}

	.cz1 p {
		font-size: 19px;
		color: #fff;
		padding-left: 20px;
	}

	.cz1 span {
		font-size: 13px;
		color: #fff;
		display: block;
		padding-left: 20px;
	}

	.df1 {
		padding-top: 9px;
		padding-bottom: 5px;
		font-size: 14px;
		color: #333;
		background-image: url(../img/z2.png);
		background-repeat: no-repeat;
		background-position: 99% 74%;
		cursor: pointer;
	}

	.xilie3 {
		width: 47.7%;
		position: relative;
		margin-top: 45px;
	}

	.ye li {
		background-color: #fff;
		color: #333;
		padding: 5px 8px;
		margin-left: 11px;
		border-radius: 5px;
		cursor: pointer;
	}
}

@media screen and (max-width:386px) {
	.we {
		display: flex;
		flex-wrap: wrap;
		line-height: 25px;
	}

	.ss a {
		position: absolute;
		right: 2px;
		top: 15px;
	}

	.ssk {
		width: 285px;
		height: 29px;
		background-color: #fff;
		border-color: #e6e6e6;
		border-style: solid;
		outline: none;
		padding-left: 10px;
	}

	.bar {
		width: 97%;
		margin: 0 auto;
		padding-bottom: 14px;
		padding-top: 15px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.cz {
		width: 95%;
		float: inherit;
		border-radius: 10px;
		overflow: hidden;
		box-shadow: 0px 13px 12px 6px #dee3e3;
		margin: 0 auto;
		display: flex;
	}

	.cz1 {
		background-image: url(../img/8.png);
		background-size: 100% 100%;
		padding-top: 15px;
		padding-bottom: 14px;
		width: 30%;
	}

	.cz1 p {
		font-size: 16px;
		color: #fff;
		padding-left: 5px;
	}

	.cz1 span {
		font-size: 12px;
		color: #fff;
		display: block;
		padding-left: 5px;
	}

	.cz2 {
		background-color: #fff;
		padding-bottom: 6px;
		width: 70%;
	}

	.df1 {
		padding-top: 9px;
		padding-bottom: 5px;
		font-size: 14px;
		color: #333;
		background-image: url(../img/z2.png);
		background-repeat: no-repeat;
		background-position: 99% 74%;
		cursor: pointer;
	}

	.mc a {
		color: #474747;
		font-size: 13px;
	}

	.mca p {
		color: #fff;
		font-size: 18px;
		padding-left: 20px;
	}

	.xilie2 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: -20px;
	}

	.mca p {
		color: #fff;
		font-size: 18px;
		padding-left: 18px;
	}

	.ye li {
		background-color: #fff;
		color: #333;
		padding: 5px 8px;
		margin-left: 11px;
		border-radius: 5px;
		cursor: pointer;
		font-size: 12px;
	}

	.ye {
		display: flex;
		justify-content: center;
		padding-top: 37px;
	}

	/*.mc {*/
	/*	width: 100%;*/
	/*	background-color: #E2E2E2;*/
	/*	position: absolute;*/
	/*	text-align: center;*/
	/*	padding: 9px 0;*/
		/*top: 80%;*/
	/*}*/
}

@media screen and (max-width:346px) {
	.ssk {
		width: 250px;
		height: 24px;
		background-color: #fff;
		border-color: #e6e6e6;
		border-style: solid;
		outline: none;
		padding-left: 10px;
	}

	.ss a img {
		width: 80%;
	}

	.ss a {
		position: absolute;
		right: -4px;
		top: 13px;
	}

	.ye li {
		background-color: #fff;
		color: #333;
		padding: 5px 8px;
		margin-left: 3px;
		border-radius: 5px;
		cursor: pointer;
		font-size: 12px;
	}
}
@media screen and (max-width: 768px) {
    
.tu2 img {
	height: 130px!important;
}
.xilie2 .xilie3:not(:nth-of-type(3n)) {
    margin-right: 0;
}
.xilie2 .xilie3:not(:nth-of-type(2n)) {
    margin-right: 2.4%;
}
}