/* .ny-page2 .qywh .qywh-list li .qywh-right .whlninfo{
	display: block;
 */}

.ny-page3 .qyry .hd ul li{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.nav-bar ul li .xl .nav-dan dl{
	width: 40%;
}

.cx-section5 .dibu .list .tit h3{
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.cx-section5 .dibu .list .left-mid li p{
    font-size: 15px;
}

.nyxwxq .xwtj .xwtuijian .swiper-slide .xw-left h3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.nyxwxq .xwtj .xwtuijian .swiper-slide .xw-left p{
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

/***xin***/
.ny-page2 .qywh .qywh-list li .qywh-right .whlninfo .whln p{
	width: 90%;
}

.ny-news .ny-wx-list .xqinfo h3{
	width: 100%;
}

/* 手机屏幕 */
@media (max-width: 599px) {
	.cx-section4 .company .company-left .gsjj p{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
	
	.send-form{
		width: 100%;
	}
	.send-form .order-content{
		padding: 2% 3%;
	}
	
	.send-form .order-content .order-line{
		height: auto;
		margin-bottom: 10px;
	}
	
	.send-form .order-content .order-line lable{
		width: 100%;
		text-align: left;
	}
	
	.send-form .order-content .order-line.sc lable{
		width: 30%;
	}
	
	.send-form .order-content .order-line.sc .order-zhi{
		width: 60%;
	}
	
	.send-form .order-content .order-line .dwid{
		width: 100%;
		box-sizing: border-box;
	}
	
	.send-form .order-content .order-line .yz{
		width: 40%;
	}
	
	.send-form .order-content .go-sub{
		margin-left: 0px;
	}
	
	/**新闻列表**/
	.nav-list li{
	    max-width: inherit;
	}
	
	/**xin**/
	.home-page3 .about-nav ul li a{
		font-size: 14px;
	}
	.home-page1 .prolist .pro-right .ysbt i{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;

	}
	
}

@media (min-width: 1281px) and (max-width: 1700px) {
    .nyxwxq .xwtj .xwtuijian .swiper-slide .xw-left h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .nyxwxq .xwtj .xwtuijian .swiper-slide .xw-left p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
}