/*
* @Author: Administrator
* @Date:   2017-04-24 11:25:44
* @Last Modified by:   Administrator
* @Last Modified time: 2017-05-02 22:48:56
*/
/* 行业新闻 */
.trade-ct{
	position: relative;
}
.trade{
	padding:0 25px 50px;
	background-color: #f2f2f2;
}
.trade h3{
	margin:0;
	font-size: 30px;
	line-height: 90px;
}
.trade img{
	width: 100%;
	height: auto;
	max-width:450px;
	max-height:303px;
}
.trade-news h4{
	margin:0;
	font-size: 18px;
	line-height: 50px;
}
.trade-news p{
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 3; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
	line-height: 20px;
	font-size: 14px;
}
/* 关于长纺 */
.about-CF{
	color:#fff;
	right: 0;
	padding:0px 25px 60px;
	background-color: #333333;
}
.about-CF-head h3{
	margin:0;
	line-height: 90px;
	font-size: 30px;
}
.about-CF-txt{
	padding-bottom: 20px;
}
.about-CF-txt p{
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 20px;
}
.about-CF-btn{
	display: block;
	margin:0px auto;
	outline: none;
	width: 200px;
	height: 60px;
	font-size: 22px;
	background-color: transparent;
	border: 1px solid #fff;
	letter-spacing: .2em;
}
/* 公司新闻 */
.lines{
	position: relative;
	margin-top: 80px;
	margin-bottom: 65px;
	height: 1px;
	background-color: #000;
}
.line-txt{
	position: absolute;
	left:50%;
	top:50%;
	margin-left: -75px;
	margin-top: -30px;
	background-color: #fff;
	padding:0px 20px;
	font-size: 28px;
	text-align:center;
}
.line-txt:before,.line-txt:after{
	content:'';
	position: absolute;
	top:25px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #333;
}
.line-txt:before{
	left:0;
}
.line-txt:after{
	right: 0;
}

/* 轮播图 */
.cp-slide{
	width: 900px;
	max-height: 360px;
	position: relative;
	margin:0 auto;
}
.cp-slide-img{
	width: 100%;
	overflow: hidden;
}
.cp-slide-img ul{
	position: relative;
	left:0;
	top:0;
	margin:0;
	padding:0;
	width: 1000%;
}
.cp-slide-img ul li{
	list-style: none;
	float: left;
	padding:0 10px;
}
.cp-slide-img li>div{
	overflow: hidden;
	position: relative;
}
.cp-slide-img li>div img{
	width: 430px;
	height: auto;
	max-height:290px;
	transition:all 0.5s;
-ms-transition:all 0.5s; 	/* IE 9 */
-moz-transition:all 0.5s; 	/* Firefox */
-webkit-transition:all 0.5s; /* Safari 和 Chrome */
-o-transition:all 0.5s; 	/* Opera */
}
.cp-slide-img li>div:hover img{
	transform:scale(1.08);
-ms-transform:scale(1.08); 	/* IE 9 */
-moz-transform:scale(1.08); 	/* Firefox */
-webkit-transform:scale(1.08); /* Safari 和 Chrome */
-o-transform:scale(1.08); 	/* Opera */
}
.cp-slide>a{
	cursor: pointer;
	position: absolute;
	top:35%;
	width: 40px;
	height: 40px;
}
a.cp-arrow-lt{
	left:10px;
	background: url(../image/index/cp-arrow-lt.png) no-repeat center center;
	background-size: 100% 100%;
}
a.cp-arrow-rt{
	right:10px;
	background: url(../image/index/cp-arrow-rt.png) no-repeat center center;
	background-size: 100% 100%;
}
.cp-slide-img li div.cp-txt-current{
	background-color: rgba(0,0,0,.5);
}
.cp-li-txt{
	text-align: center;
	position: absolute;
	left:;
	top:0;
	padding:10px;
	height:100%;
	width: 100%;
	color: #fff;
}
.cp-li-txt>div{
	width: 100%;
	position: absolute;
	top:50%;
}
.cp-li-txt>div span{
	height: 32px;
	font-size: 19px;
	display: block;
}
.cp-li-txt>div i{
	font-size: 14px;
	font-style: normal;
}
.cp-slide-img .cp-li-btn{
	color: #000;
	font-size: 20px;
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #f2f2f2;   
	display:block;
	opacity:0;
	filter: alpha(opacity=0);
}
 .cp-slide-img .cp-liBtn-show{
 	opacity:1;
 	filter: alpha(opacity=100);
 } 
.cp-slide-img .cp-li-btn b{
	font-size: 28px;
}
a.cp-li-btn b{
	font-size: 28px;
}
/* 新闻中心 */
.cp-news-list{
	margin-top: 30px;
}
.cp-news-list .row>div{
	color: #000;
	height:300px;
	background-color: #f2f2f2;
	padding:0 30px 20px;
	margin-bottom: 30px;
	border-right: 1px solid #fff;
	transition:all 0.5s;
-ms-transition:all 0.5s; 	/* IE 9 */
-moz-transition:all 0.5s; 	/* Firefox */
-webkit-transition:all 0.5s; /* Safari 和 Chrome */
-o-transition:all 0.5s; 	/* Opera */
}
.cp-news-list .row>div.cp-list-bg{
	color: #fff;
	background-color: rgba(51,51,51,1);
}
.cp-news-list .row>div.cp-list-bg a{
	display: block;
}
.cp-list-head{
	text-align: center;
	display: block;
	font-size: 18px;
	padding-top: 75px;
	margin-bottom:10px;
}
.cp-news-list .row>div p{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 5; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}
a.cp-list-btn{
	color: #fff;
	display: none;
	margin:30px auto 0px;
	width: 180px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	border:1px solid #fff;
}
@media (max-width:930px) {
	.trade{
		width: 100%;
	}
	.trade img{
		width: 80%;
	}
	.about-CF{
		width: 100%;
		position: static;
	}
	.cp-slide{
		width: 640px;
	}
	.cp-slide-img li>div img{
		width: 300px;
		height: auto;
	}
}
@media (max-width:660px) {
	.cp-slide{
		width: 300px;
	}
	.cp-slide-img li>div img{
		width: 280px;
		height: auto;
	}
}
@media (max-width:550px) {
	.trade img{
		width: 100%;
	}
}
