.index1 {
	width: 100%;
	height: 745px;
	overflow: hidden;
    position: relative;
}
.index1 .swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
    position: relative;
}
.index1 .swiper-slide {
	overflow: hidden;
}
.index1 .swiper-pagination-vertical.swiper-pagination-bullets,
.index1 .swiper-vertical>.swiper-pagination-bullets {
	top: 40%;
	right: 35px;
}
.index1 .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.index1 .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0px;
}
.index1 .swiper-pagination-bullet {
	opacity: 1;
	width: 150px;
	height: 20px;
	color: #FFFFFF;
	font-size: 16px;
    text-align: left;
	overflow: hidden;
	line-height: 20px;
	border-radius: 0px;
    position: relative;
    background: transparent;
}
.index1 .swiper-pagination-bullet:after {
	top: 9px;
	right: 0px;
	width: 40px;
	height: 2px;
	content: '';
	display: block;
	overflow: hidden;
	position: absolute;
	background: #3c454b;
	transition: all 0.3s ease;
}
.index1 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	width: 80px;
}
.index1 .swiper-pagination-bullet strong {
	opacity: 0;
	transition: all 0.3s ease;
}
.index1 .swiper-pagination-bullet.swiper-pagination-bullet-active strong {
	opacity: 1;
}
@media only screen and (max-width: 1199px) {
	.index1 {
		height: 990px;
		margin: 116px 0 0;
	}
	.index1-pc,
	.index1 .swiper-pagination {
		display: none;
	}
	.index1 .swiper-slide img {
	    width: 100%;
	    height: 100%;
		display: block;
	    object-fit: cover;
	}
}
@media only screen and (max-width: 991px) {
	.index1 {
		height: 745px;
	}
}
@media only screen and (max-width: 750px) {
	.index1 {
		height: 400px;
		margin: 58px 0 0;
	}
}
@media only screen and (min-width: 1200px) {
	.index1 {
		height: 550px;
	}
	.index1 .index1-pc {
		width: 100%;
		height: 100%;
	}
	.index1-sm {
		display: none;
	}
	.index1 .swiper-slide {
		background: url(https://website-liduan.oss-cn-shanghai.aliyuncs.com/website-liduan/image/web/cldgvalve/Dist/img/index1-1.jpg);
		background-repeat: no-repeat;
		background-position: center;
		position: relative;
	}
	.index1 .swiper-slide img {
		left: 50%;
		bottom: 0px;
		width: 900px;
		display: block;
		position: absolute;
		transform: translateX(-50%);
	}
	.index1 .swiper-slide video {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
		object-position: center;
	}
}
@media only screen and (min-width: 1450px) {
	.index1 {
		height: 650px;
	}
	.index1 .swiper-slide img {
		width: 1200px;
	}
}
@media only screen and (min-width: 1700px) {
	.index1 {
		height: 745px;
	}
	.index1 .swiper-slide img {
		width: 1584px;
	}
}
@media only screen and (min-width: 1921px) {
	.index1 .swiper-slide {
		background-size: cover;
	}
}
.index2 {
	width: 100%;
	overflow: hidden;
}
.index2-top {
	width: 100%;
	color: #595757;
	padding: 60px 0;
	overflow: hidden;
	text-align: center;
}
.index2-top h2 {
	margin: 0 0 25px;
}
.index2-bottom {
	width: 100%;
	padding: 120px 0;
	overflow: hidden;
	background-image: url(https://website-liduan.oss-cn-shanghai.aliyuncs.com/website-liduan/image/web/cldgvalve/Dist/img/index2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.index2-video {
	width: 50%;
	float: left;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	background: #000000;
}
.index2-video img {
	width: 100%;
	opacity: 0.6;
	display: block;
}
.index2-icon {
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 65px;
	height: 65px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-image: url(https://website-liduan.oss-cn-shanghai.aliyuncs.com/website-liduan/image/web/cldgvalve/Dist/img/play.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.index2-txt {
	width: 50%;
	color: #ffffff;
	font-size: 24px;
	overflow: hidden;
	line-height: 40px;
	padding: 55px 0 0;
	font-weight: bold;
	text-align: center;
}
.index2-txt h2 {
	margin: 0 0 20px;
}
@media only screen and (max-width: 1199px) {
	.index2-txt {
		padding: 10px 0 0;
	}
}
@media only screen and (max-width: 991px) {
	.index2-bottom {
		padding: 100px 0;
	}
	.index2-video {
		float: none;
		width: 100%;
		margin: 0 0 50px;
	}
	.index2-txt {
		width: 100%;
	}
}
@media only screen and (max-width: 750px) {
	.index2-top {
		padding: 45px 0;
	}
	.index2-top h2,.index2-txt h2 {
		margin: 0 0 14px;
	}
	.index2-bottom {
		padding: 50px 0;
	}
	.index2-video {
		margin: 0 0 20px;
	}
	.index2-icon {
		width: 50px;
		height: 50px;
	}
	.index2-txt {
		font-size: 18px;
		line-height: 30px;
	}
}
@media only screen and (min-width: 1200px) {
	.index2-top {
		padding: 50px 0;
	}
	.index2-top h2 {
		margin: 0 0 20px;
	}
	.index2-bottom {
		padding: 80px 0;
	}
	.index2-icon {
		width: 50px;
		height: 50px;
	}
	.index2-txt {
		font-size: 20px;
		line-height: 32px;
		padding: 20px 0 0;
	}
	.index2-txt h2 {
		margin: 0 0 15px;
	}
}
@media only screen and (min-width: 1450px) {
	.index2-top {
		padding: 55px 0;
	}
	.index2-top h2 {
		margin: 0 0 22px;
	}
	.index2-bottom {
		padding: 100px 0;
	}
	.index2-icon {
		width: 60px;
		height: 60px;
	}
	.index2-txt {
		font-size: 22px;
		line-height: 36px;
		padding: 40px 0 0;
	}
	.index2-txt h2 {
		margin: 0 0 17px;
	}
}
@media only screen and (min-width: 1700px) {
	.index2-top {
		padding: 60px 0;
	}
	.index2-top h2 {
		margin: 0 0 25px;
	}
	.index2-bottom {
		padding: 120px 0;
	}
	.index2-icon {
		width: 65px;
		height: 65px;
	}
	.index2-txt {
		font-size: 24px;
		line-height: 40px;
		padding: 55px 0 0;
	}
	.index2-txt h2 {
		margin: 0 0 20px;
	}
}
/*视频弹出样式*/
.video-masked {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
	position: fixed;
	overflow: hidden;
	background: rgba(0,0,0,0.8);
}
.video-masked .masked-x {
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
}
.video-masked .masked-x:before,.video-masked .masked-x:after {
	top: 50%;
	left: 50%;
	content: '';
	width: 50px;
	height: 6px;
	display: block;
	overflow: hidden;
	border-radius: 3px;
	position: absolute;
	background: #FFFFFF;
	margin: -3px 0 0 -25px;
	transform: rotate(45deg);
}
.video-masked .masked-x:after {
	transform: rotate(-45deg);
}
.video-masked video {
	top: 50%;
	left: 50%;
	width: 1200px;
	max-width: 90%;
	display: block;
	position: relative;
	background: #000000;
	transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 750px) {
	.video-masked .masked-x {
		top: 10px;
		right: 10px;
		width: 25px;
		height: 25px;
	}
	.video-masked .masked-x:before,.video-masked .masked-x:after {
		width: 34px;
		height: 4px;
		border-radius: 2px;
		margin: -2px 0 0 -17px;
	}
}
/*阀门系列*/
.index3 {
	width: 100%;
	overflow: hidden;
}
.index3 a {
	padding: 70px;
	margin: 27px 0 0;
	width: calc(50% - 12px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	display: block;
	color: #ffffff;
}
.index3 a:nth-of-type(2n+1) {
	float: left;
}
.index3 a:nth-of-type(2n) {
	float: right;
}
.index3 a img {
	float: none;
	width: 360px;
	height: 520px;
	object-fit: contain;
	transition: all 0.5s ease;
}
.index3 a h2 {
	width: 100%;
	color: #ffffff;
	overflow: hidden;
	margin: 28px 0 13px;
}
.index3 a p {
	width: 100%;
	overflow: hidden;
}
.index3 a:hover img {
	transform: scale(1.1);
}
@media only screen and (max-width: 1199px) {
	.index3 a {
		height: 700px;
		padding: 55px 25px ;
	}
	.index3 a img {
		width: 330px;
		height: 470px;
	}
}
@media only screen and (max-width: 991px) {
	.index3 a {
		height: 600px;
		padding: 40px 25px;
	}
	.index3 a img {
		width: 250px;
		height: 360px;
	}
}
@media only screen and (max-width: 750px) {
	.index3 {
		padding: 30px 0 0;
	}
	.index3 a {
		width: 100%;
		height: 490px;
		margin: 20px 0 0;
		padding: 40px 30px;
	}
	.index3 a img {
		width: 230px;
		height: 320px;
	}
	.index3 a h2 {
	    margin: 20px 0 10px;
	}
}
@media only screen and (min-width: 1200px) {
	.index3 a {
		height: 550px;
		margin: 23px 0 0;
		padding: 30px 35px 0;
		width: calc(50% - 8px);
	}
	.index3 a img {
		width: 280px;
		height: 380px;
	}
	.index3 a h2 {
		margin: 20px 0 10px;
	}
}
@media only screen and (min-width: 1450px) {
	.index3 a {
		height: 660px;
		margin: 25px 0 0;
		padding: 50px 75px 0;
		width: calc(50% - 10px);
	}
	.index3 a img {
		width: 320px;
		height: 450px;
	}
	.index3 a h2 {
		margin: 25px 0 12px;
	}
}
@media only screen and (min-width: 1700px) {
	.index3 a {
		height: 775px;
		margin: 27px 0 0;
		padding: 70px 110px 0;
		width: calc(50% - 12px);
	}
	.index3 a img {
		width: 360px;
		height: 520px;
	}
	.index3 a h2 {
		margin: 28px 0 13px;
	}
}
.index4 {
	width: 100%;
	padding: 115px 0;
	overflow: hidden;
	text-align: center;
}
.index4 h2 {
	margin: 0 0 25px;
}
.index4 p {
	color: #595757;
}
.index4 a {
	width: 186px;
	color: #ffffff;
	display: block;
	font-size: 24px;
	overflow: hidden;
	line-height: 46px;
	font-weight: bold;
	text-align: center;
	background: #e94709;
	border-radius: 25px;
	margin: 40px auto 0;
	border: 2px solid #e94709;
	transition: all 0.15s ease-in-out;
}
.index4 a:hover {
	background: #ff4500;
	border-color: #ff4500;
}
@media only screen and (max-width: 750px) {
	.index4 {
		padding: 50px 0;
	}
	.index4 h2 {
		margin: 0 0 15px;
	}
	.index4 p br {
		display: none;
	}
	.index4 a {
		width: 120px;
		font-size: 16px;
		line-height: 32px;
		margin: 20px auto 0;
	}
}
@media only screen and (min-width: 1200px) {
	.index4 {
		padding: 120px 0 100px;
	}
	.index4 h2 {
		margin: 0 0 20px;
	}
	.index4 a {
		width: 165px;
		font-size: 20px;
		line-height: 40px;
		border-radius: 22px;
		margin: 30px auto 0;
	}
}
@media only screen and (min-width: 1450px) {
	.index4 {
		padding: 140px 0 115px;
	}
	.index4 h2 {
		margin: 0 0 25px;
	}
	.index4 a {
		width: 175px;
		font-size: 22px;
		line-height: 43px;
		border-radius: 24px;
		margin: 35px auto 0;
	}
}
@media only screen and (min-width: 1700px) {
	.index4 {
		padding: 165px 0 130px;
	}
	.index4 h2 {
		margin: 0 0 30px;
	}
	.index4 a {
		width: 186px;
		font-size: 24px;
		line-height: 46px;
		border-radius: 25px;
		margin: 40px auto 0;
	}
}
.index5 {
	width: 100%;
	position: relative;
}
.index5-right {
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	position: absolute;
}
.index5-right .index5-img {
	top: 0;
    right: 0;
	width: 100%;
	height: 100vh;
    position: sticky;
    transition: all 0.5s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.index5-left {
	width: 50%;
	height: 100%;
	color: #595757;
	padding: 30vh 0;
	position: relative;
}
.index5-left .index5-txt {
	width: 100%;
	overflow: hidden;
	padding: 0 55px 0 75px;
}
.index5-txt h5 {
	color: #e7e7e7;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
}
.index5-txt h2 {
	margin: 35px 0 53px;
}
.index5-txt>img {
	width: 100%;
	display: block;
}
.index5-txt h4 {
	color: #e94709;
	font-size: 28px;
	line-height: 35px;
	font-weight: bold;
	margin: 55px 0 10px;
}
.index5-txt ul {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 40px 0 150px;
}
.index5-txt ul li {
	width: 148px;
	margin: 0 22px;
	overflow: hidden;
	display: inline-block;
}
.index5-icon {
	width: 148px;
	height: 148px;
	margin: 0 0 40px;
	overflow: hidden;
	line-height: 146px;
	border-radius: 50%;
	background: #e94709;
}
.index5-txt ul li .index5-icon img {
	transition: all 0.5s;
}
.index5-txt ul li:hover .index5-icon img {
	transform: rotateY(180deg);
}
.index5-left ul li p {
	width: 100%;
	color: #595757;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
}
.index5-left a {
	float: left;
	display: block;
	color: #595757;
	font-size: 18px;
	line-height: 30px;
	padding-left: 30px;
	background-image: url(https://website-liduan.oss-cn-shanghai.aliyuncs.com/website-liduan/image/web/cldgvalve/Dist/img/more.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 23px;
}
.index5-left a:hover {
	color: #e94709;
}
@media only screen and (max-width: 1199px) {
	.index5-txt ul li {
		width: 110px;
		margin: 0 4px;
	}
	.index5-icon {
		width: 110px;
		height: 110px;
		margin: 0 0 25px;
		line-height: 108px;
	}
	.index5-icon img {
		width: 70px;
	}
	.index5-left ul li p {
		font-size: 18px;
		line-height: 22px;
	}
}
@media only screen and (max-width: 991px) {
	.index5-right {
		width: 100%;
	}
	.index5-left {
	    z-index: 2;
	    width: 100%;
	    padding: 900px 0 0;
	    position: relative;
	}
	.index5-left .index5-txt {
		padding: 55px 0;
	    background: rgba(255,255,255,0.9);
	}
	.index5-left h5,.index5-txt h2,.index5-left h4,.index5-left p {
		padding: 0;
		width: 680px;
		margin: 0 auto;
	}
	.index5-txt h2 {
		margin: 35px auto 53px;
	}
	.index5-left h4 {
		margin: 55px auto 10px;
	}
	.index5-txt ul {
		width: 680px;
		margin: 40px auto 100px;
	}
	.index5-txt ul li {
		width: 148px;
		margin: 0 14px;
	}
	.index5-icon {
		width: 148px;
		height: 148px;
		margin: 0 0 40px;
		line-height: 146px;
	}
	.index5-icon img {
		width: 110px;
	}
	.index5-left ul li p {
		font-size: 25px;
		line-height: 30px;
	}
	.index5-left a {
		left: 50%;
		position: relative;
		margin-left: -340px;
	}
}
@media only screen and (max-width: 750px) {
	.index5-left {
	    padding: 600px 0 0;
	}
	.index5-left .index5-txt {
		padding: 40px 0;
	}
	.index5-left h5,.index5-txt h2,.index5-left h4,.index5-left p {
		width: 340px;
	}
	.index5-left h5 {
		font-size: 16px;
	}
	.index5-txt h2 {
		margin: 20px auto 30px;
	}
	.index5-left h4 {
		font-size: 20px;
		margin: 30px auto 5px;
	}
	.index5-txt ul {
		width: 340px;
		margin: 30px auto 50px;
	}
	.index5-txt ul li {
		width: 90px;
		margin: 0 10px;
	}
	.index5-icon {
		width: 90px;
		height: 90px;
		margin: 0 0 20px;
		line-height: 88px;
	}
	.index5-icon img {
		width: 60px;
	}
	.index5-left ul li p {
		font-size: 16px;
		line-height: 20px;
	}
	.index5-left a {
		font-size: 14px;
		line-height: 26px;
		padding-left: 26px;
		margin-left: -170px;
		background-size: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.index5-left .index5-txt {
		padding: 0 35px 0 55px;
	}
	.index5-left h5 {
		font-size: 16px;
		line-height: 16px;
	}
	.index5-left h2 {
		margin: 25px 0 40px;
	}
	.index5-left h4 {
		font-size: 24px;
		line-height: 30px;
		margin: 40px 0 10px;
	}
	.index5-txt ul {
		margin: 30px 0 100px;
	}
	.index5-txt ul li {
		width: 100px;
		margin: 0 4px;
	}
	.index5-icon {
		width: 100px;
		height: 100px;
		margin: 0 0 20px;
		line-height: 98px;
	}
	.index5-icon img {
		width: 60px;
	}
	.index5-left ul li p {
		font-size: 18px;
		line-height: 22px;
	}
	.index5-left a {
		font-size: 14px;
		line-height: 26px;
		padding-left: 26px;
		background-size: 20px;
	}
}
@media only screen and (min-width: 1450px) {
	.index5-left .index5-txt {
		padding: 0 45px 0 65px;
	}
	.index5-left h5 {
		font-size: 18px;
		line-height: 18px;
	}
	.index5-left h2 {
		margin: 30px 0 45px;
	}
	.index5-left h4 {
		font-size: 26px;
		line-height: 32px;
		margin: 50px 0 10px;
	}
	.index5-txt ul {
		margin: 35px 0 125px;
	}
	.index5-txt ul li {
		width: 120px;
		margin: 0 10px;
	}
	.index5-icon {
		width: 120px;
		height: 120px;
		margin: 0 0 30px;
		line-height: 118px;
	}
	.index5-icon img {
		width: 80px;
	}
	.index5-left ul li p {
		font-size: 22px;
		line-height: 25px;
	}
	.index5-left a {
		font-size: 16px;
		line-height: 28px;
		padding-left: 28px;
		background-size: 22px;
	}
}
@media only screen and (min-width: 1700px) {
	.index5-left .index5-txt {
		padding: 0 55px 0 75px;
	}
	.index5-left h5 {
		font-size: 20px;
		line-height: 20px;
	}
	.index5-left h2 {
		margin: 35px 0 53px;
	}
	.index5-left h4 {
		font-size: 28px;
		line-height: 35px;
		margin: 55px 0 10px;
	}
	.index5-txt ul {
		margin: 40px 0 150px;
	}
	.index5-txt ul li {
		width: 148px;
		margin: 0 14px;
	}
	.index5-icon {
		width: 148px;
		height: 148px;
		margin: 0 0 40px;
		line-height: 146px;
	}
	.index5-icon img {
		width: 110px;
	}
	.index5-left ul li p {
		font-size: 25px;
		line-height: 30px;
	}
	.index5-left a {
		font-size: 18px;
		line-height: 30px;
		padding-left: 30px;
		background-size: 23px;
	}
}
/*来自Goetze世界的新闻!*/
.index6 {
	width: 100%;
	overflow: hidden;
	padding: 150px 0 0;
}
.index6-title {
	width: 100%;
	margin: 0 0 70px;
	overflow: hidden;
}
.index6-title h5 {
	color: #efefef;
	font-size: 20px;
	margin: 0 0 15px;
	line-height: 20px;
	font-weight: bold;
}
.index6-title h2 {
	color: #e94709;
}
.index6-title h2 span {
	font-family: arial;
}
.index6-list {
	width: 100%;
	overflow: hidden;
}
.index6-list a {
	float: left;
	display: block;
	overflow: hidden;
	background: #f2f3f3;
	width: calc(33.33% - 16px);
}
.index6-list .list-img {
	width: 100%;
	height: 280px;
	overflow: hidden;
}
.index6-list .list-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	object-position: center center;
}
.index6-list a:hover .list-img img {
	transform: scale(1.15);
}
.index6-list .list-txt {
	width: 100%;
	height: 460px;
	overflow: hidden;
	position: relative;
	padding: 40px 35px 55px;
}
.index6-list .list-txt h5 {
	color: #000000;
	font-size: 24px;
	line-height: 25px;
}
.index6-list .list-txt h4 {
	width: 100%;
	color: #595757;
	margin: 15px 0;
	font-size: 28px;
	overflow: hidden;
	font-weight: bold;
	line-height: 40px;
	max-height: 120px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.index6-list .list-txt p {
	width: 100%;
	color: #595757;
	font-size: 16px;
	margin: 0 0 25px;
	overflow: hidden;
	max-height: 130px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.index6-list .list-txt .list-time {
	left: 0px;
	width: 100%;
	bottom: 30px;
	padding: 0 40px;
	overflow: hidden;
	line-height: 20px;
	position: absolute;
}
.index6-list .list-txt span {
	color: #020A0E;
	font-family: arial;
}
.index6-list .list-txt em {
	width: 25px;
	height: 20px;
	float: right;
	display: block;
	overflow: hidden;
	background-image: url(https://website-liduan.oss-cn-shanghai.aliyuncs.com/website-liduan/image/web/cldgvalve/Dist/img/more.png);
	background-position: right center;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
	.index6-list a {
		width: calc(50% - 12px);
	}
	.index6-list a:nth-of-type(2n+1) {
		margin: 0 24px 24px 0;
	}
	.index6-list a:nth-of-type(2n) {
		margin: 0 0 24px;
	}
	.index6-list .list-img {
		height: 260px;
	}
}
@media only screen and (max-width: 750px) {
	.index6 {
	    padding: 50px 0 0;
	}
	.index6-title {
		margin: 0 0 30px;
	}
	.index6-title h5 {
	    font-size: 16px;
	    margin: 0 0 10px;
	}
	.index6-list a {
		float: none;
		width: 100%;
	}
	.index6-list .list-img {
		height: 230px;
	}
	.index6-list .list-txt {
		height: 345px;
		padding: 25px 25px 40px;
	}
	.index6-list .list-txt h5 {
		font-size: 16px;
		margin: 0 0 10px;
	}
	.index6-list .list-txt h4 {
		font-size: 20px;
		margin: 0 0 15px;
		line-height: 30px;
	}
	.index6-list .list-txt p {
		font-size: 14px;
		margin: 0 0 15px;
		line-height: 22px;
		max-height: 110px;
	}
	.index6-list .list-txt .list-time {
		bottom: 30px;
		padding: 0 25px;
	}
	.index6-list .list-txt .list-time em {
		background-size: 18px;
	}
}
@media only screen and (min-width: 992px) {
	.index6 {
		padding: 150px 0 0;
	}
	.index6-title {
		margin: 0 0 70px;
	}
	.index6-title h5 {
		font-size: 20px;
		margin: 0 0 15px;
	}
	.index6-list a {
		width: calc(33.33% - 16px);
	}
	.index6-list .list-img {
		height: 200px;
	}
	.index6-list .list-txt {
		height: 455px;
		padding: 30px;
	}
	.index6-list .list-txt h5 {
		font-size: 24px;
		line-height: 25px;
	}
	.index6-list .list-txt h4 {
		margin: 15px 0;
		font-size: 28px;
		line-height: 40px;
		max-height: 120px;
	}
	.index6-list .list-txt p {
		font-size: 16px;
		line-height: 26px;
		max-height: 130px;
	}
	.index6-list .list-txt .list-time {
		bottom: 30px;
		padding: 0 30px;
		line-height: 20px;
	}
	.index6-list a:nth-of-type(1) {
		margin: 12px 8px 12px 0;
		width: calc(66.66% - 8px);
	}
	.index6-list a:nth-of-type(2) {
		margin: 12px 0 12px 16px;
	}
	.index6-list a:nth-of-type(3),.index6-list a:nth-of-type(4) {
		margin: 12px 24px 12px 0;
	}
	.index6-list a:nth-of-type(5) {
		margin: 12px 0;
	}
	.index6-list a:nth-of-type(1) .list-img {
		height: 410px;
	}
	.index6-list a:nth-of-type(1) .list-txt {
		height: 330px;
		background: #e94709;
		padding: 30px 40px 25px;
	}
	.index6-list a:nth-of-type(2) .list-txt {
		height: 540px;
	}
	.index6-list a:nth-of-type(4) .list-txt {
		background: #353b3e;
	}
	.index6-list a:nth-of-type(1) .list-txt h5,.index6-list a:nth-of-type(1) .list-txt h4,.index6-list a:nth-of-type(1) .list-txt p,.index6-list a:nth-of-type(1) .list-txt span,
	.index6-list a:nth-of-type(4) .list-txt h5,.index6-list a:nth-of-type(4) .list-txt h4,.index6-list a:nth-of-type(4) .list-txt p,.index6-list a:nth-of-type(4) .list-txt span {
		color: #FFFFFF;
	}
	.index6-list a:nth-of-type(1) .list-txt h4 {
		max-height: 80px;
		margin: 15px 0 50px;
		-webkit-line-clamp: 2;
	}
	.index6-list a:nth-of-type(1) .list-txt p {
		max-height: 52px;
		-webkit-line-clamp: 2;
	}
	.index6-list a:nth-of-type(1) .list-txt .list-time {
		bottom: 25px;
		padding: 0 40px;
	}
	.index6-list a:nth-of-type(2) .list-txt .list-time {
		bottom: 50px;
	}
	.index6-list a:nth-of-type(1) .list-txt .list-time em {
		background-image: url(https://website-liduan.oss-cn-shanghai.aliyuncs.com/website-liduan/image/web/cldgvalve/Dist/img/moreW.png);
	}
}
@media only screen and (min-width: 1200px) {
	.index6 {
		padding: 110px 0 0;
	}
	.index6-title {
		margin: 0 0 50px;
	}
	.index6-title h5 {
		font-size: 16px;
		margin: 0 0 10px;
	}
	.index6-list a {
		width: calc(33.33% - 12px);
	}
	.index6-list .list-img {
		height: 180px;
	}
	.index6-list .list-txt {
		height: 360px;
		padding: 25px;
	}
	.index6-list .list-txt h5 {
		font-size: 20px;
		line-height: 20px;
	}
	.index6-list .list-txt h4 {
		margin: 10px 0;
		font-size: 24px;
		max-height: 90px;
		line-height: 30px;
	}
	.index6-list .list-txt p {
		font-size: 14px;
		line-height: 24px;
		max-height: 120px;
	}
	.index6-list .list-txt .list-time {
		bottom: 25px;
		padding: 0 25px;
	}
	.index6-list .list-txt .list-time em {
		background-size: 21px;
	}
	.index6-list a:nth-of-type(1) {
		margin: 10px 6px 10px 0;
		width: calc(66.66% - 6px);
	}
	.index6-list a:nth-of-type(2) {
		margin: 10px 0 10px 12px;
	}
	.index6-list a:nth-of-type(3),.index6-list a:nth-of-type(4) {
		margin: 10px 18px 10px 0;
	}
	.index6-list a:nth-of-type(5) {
		margin: 10px 0;
	}
	.index6-list a:nth-of-type(1) .list-img {
		height: 350px;
	}
	.index6-list a:nth-of-type(1) .list-txt {
		height: 270px;
		padding: 25px 35px 20px;
	}
	.index6-list a:nth-of-type(2) .list-txt {
		height: 440px;
	}
	.index6-list a:nth-of-type(1) .list-txt h4 {
		max-height: 60px;
		margin: 10px 0 30px;
	}
	.index6-list a:nth-of-type(1) .list-txt p {
		max-height: 48px;
	}
	.index6-list a:nth-of-type(1) .list-txt .list-time {
		bottom: 25px;
		padding: 0 35px;
	}
	.index6-list a:nth-of-type(2) .list-txt .list-time {
		bottom: 40px;
	}
}
@media only screen and (min-width: 1450px) {
	.index6 {
		padding: 130px 0 0;
	}
	.index6-title {
		margin: 0 0 60px;
	}
	.index6-title h5 {
		font-size: 18px;
		margin: 0 0 12px;
	}
	.index6-list a {
		width: calc(33.33% - 16px);
	}
	.index6-list .list-img {
		height: 230px;
	}
	.index6-list .list-txt {
		height: 430px;
		padding: 30px;
	}
	.index6-list .list-txt h5 {
		font-size: 22px;
		line-height: 22px;
	}
	.index6-list .list-txt h4 {
		margin: 12px 0;
		font-size: 26px;
		line-height: 35px;
		max-height: 105px;
	}
	.index6-list .list-txt p {
		font-size: 15px;
		line-height: 25px;
		max-height: 125px;
	}
	.index6-list .list-txt .list-time {
		bottom: 30px;
		padding: 0 30px;
	}
	.index6-list .list-txt .list-time em {
		background-size: 22px;
	}
	.index6-list a:nth-of-type(1) {
		margin: 12px 8px 12px 0;
		width: calc(66.66% - 8px);
	}
	.index6-list a:nth-of-type(2) {
		margin: 12px 0 12px 16px;
	}
	.index6-list a:nth-of-type(3),.index6-list a:nth-of-type(4) {
		margin: 12px 24px 12px 0;
	}
	.index6-list a:nth-of-type(5) {
		margin: 12px 0;
	}
	.index6-list a:nth-of-type(1) .list-img {
		height: 460px;
	}
	.index6-list a:nth-of-type(1) .list-txt {
		height: 300px;
		padding: 30px 40px 25px;
	}
	.index6-list a:nth-of-type(2) .list-txt {
		height: 530px;
	}
	.index6-list a:nth-of-type(1) .list-txt h4 {
		max-height: 70px;
		margin: 12px 0 40px;
	}
	.index6-list a:nth-of-type(1) .list-txt p {
		max-height: 50px;
	}
	.index6-list a:nth-of-type(1) .list-txt .list-time {
		bottom: 25px;
		padding: 0 40px;
	}
	.index6-list a:nth-of-type(2) .list-txt .list-time {
		bottom: 50px;
	}
}
@media only screen and (min-width: 1700px) {
	.index6 {
		padding: 150px 0 0;
	}
	.index6-title {
		margin: 0 0 70px;
	}
	.index6-title h5 {
		font-size: 20px;
		margin: 0 0 15px;
	}
	.index6-list .list-img {
		height: 280px;
	}
	.index6-list .list-txt {
		height: 455px;
	}
	.index6-list .list-txt h5 {
		font-size: 24px;
		line-height: 25px;
	}
	.index6-list .list-txt h4 {
		margin: 15px 0;
		font-size: 28px;
		line-height: 40px;
		max-height: 120px;
	}
	.index6-list .list-txt p {
		font-size: 16px;
		line-height: 26px;
		max-height: 130px;
	}
	.index6-list .list-txt .list-time em {
		background-size: 23px;
	}
	.index6-list a:nth-of-type(1) .list-img {
		height: 570px;
	}
	.index6-list a:nth-of-type(1) .list-txt {
		height: 330px;
	}
	.index6-list a:nth-of-type(2) .list-txt {
		height: 620px;
	}
	.index6-list a:nth-of-type(1) .list-txt h4 {
		max-height: 80px;
		margin: 15px 0 50px;
	}
	.index6-list a:nth-of-type(1) .list-txt p {
		max-height: 52px;
	}
}
/*来自阀门和配件世界的更多新闻*/
.index7 {
	width: 100%;
	padding: 110px 0;
	overflow: hidden;
	text-align: center;
}
.index7 h2 {
	margin: 0 0 30px;
}
.index7 a {
	width: 205px;
	display: block;
	color: #e94709;
	overflow: hidden;
	line-height: 44px;
	margin: 0 auto 15px;
	border-radius: 26px;
	transition: all 0.5s;
	border: 4px solid #e94709;
}
.index7 a:last-of-type {
	color: #595757;
	font-weight: bold;
	font-family: arial;
}
.index7 a:hover {
	color: #FFFFFF;
	background: #e94709;
}
@media only screen and (max-width: 750px) {
	.index7 {
		padding: 40px 0;
	}
	.index7 h2 {
		margin: 0 0 15px;
	}
	.index7 a {
		width: 160px;
		height: 40px;
		font-size: 16px;
		line-height: 36px;
		border-width: 2px;
		border-radius: 20px;
		margin: 0 auto 10px;
	}
}
@media only screen and (min-width: 1200px) {
	.index7 {
		padding: 90px 0;
	}
	.index7 h2 {
		margin: 0 0 20px;
	}
	.index7 a {
		width: 185px;
		line-height: 40px;
		border-width: 2px;
		border-radius: 22px;
		margin: 0 auto 10px;
	}
}
@media only screen and (min-width: 1450px) {
	.index7 {
		padding: 100px 0;
	}
	.index7 h2 {
		margin: 0 0 25px;
	}
	.index7 a {
		width: 195px;
		line-height: 42px;
		border-width: 3px;
		border-radius: 24px;
		margin: 0 auto 12px;
	}
}
@media only screen and (min-width: 1700px) {
	.index7 {
		padding: 110px 0;
	}
	.index7 h2 {
		margin: 0 0 30px;
	}
	.index7 a {
		width: 205px;
		line-height: 44px;
		border-width: 4px;
		border-radius: 26px;
		margin: 0 auto 15px;
	}
}
