.poster{
	margin-top: 20px;
}
/* product */
.product{
	padding: 50px 0;
}
.product_left{
	width: 300px;
	float: left;
}
.product_right{
	width: 860px;
	float: right;
}
.product_right li{
	width: 206px;
	float: left;
	margin-right: 12px;
	margin-bottom: 9px;
	margin-top: 9px;
	overflow: hidden;
	position: relative;
}
.product_right li:nth-child(4n+4){
	margin-right: 0;
}
.product_right li img{
	display: block;
	width: 204px;
	height: 160px;
	border: 1px solid #dedede;
	-webkit-transition: .3s all;
	transition: .3s all;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.product_right li p{
	width: 100%;
	line-height: 50px;
	color: #333;
	text-align: center;
	-webkit-transition: .3s all;
	transition: .3s all;
}
.product_right li:hover p{
	color: rgb(255,138,0);
}
/* abouts */
.abouts{
	width: 100%;
	padding: 50px 0;
}
.titles b{
	display: inline-block;
	font-size: 36px;
	line-height: 36px;
	position: relative;
}
.titles b::after, .titles b::before{
	content: '';
	width: 50px;
	height: 6px;
	background: #444;
	position: absolute;
	top: 50%;
	margin-top: -3px;
}
.titles b::after{
	left: -70px;
}
.titles b::before{
	right: -70px;
}
.titles span{
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #666;
	padding-top: 20px;
}
.abouts-box{
	margin-top: 40px;
}
.abouts-img{
	width: 500px;
	position: relative;
	height: 340px;
}
.abouts-img img{
	display: block;
	width: 480px;
	height: 320px;
	position: absolute;
	bottom: 0; 
	right: 0;
	z-index: 2
}
.abouts-img::after{
	content: '';
	width: 200px;
	height: 140px;
	background: #0462a0;
	position: absolute;
	top: 0; 
	left: 0;
}
.abouts-text{
	width: 650px;
}
.abouts-text h3{
	font-size: 22px;
	color: #0462a0;
}
.abouts-text p{
	font-size: 16px;
	line-height: 26px;
	margin-top: 15px;
}
.abouts-text p:nth-child(3){
	display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden;
}
.abouts a{
	width: 120px;
	line-height: 44px;
	font-size: 14px;
	background: #0462a0;
	color: #fff;
	margin-top: 30px;
}
.abouts a:hover{
	background: #ff8b00;
}
.news{
	width: 100%;
	padding: 50px 0; 
}
.news_box{
	margin-top: 40px;
}
.news_box li{
	width: 570px;
	height: 160px;
	float: left;
	margin-right: 60px;
	margin-bottom: 30px;
}
.news_box li:nth-child(2n+2){
	margin-right: 0px;
}
.news_box li i{
	display: block;
	width: 230px;
	height: 150px;
	border: 1px solid #d6d6d6;
	padding: 4px;
	overflow: hidden;
	float: left;
}
.news_box li i img{
	display: block;
	width: 100%;
	height: 100%;
}
.news_text{
	width: 310px;
	float: left;
	padding: 15px 0 0 20px ;
}
.news_text p{
	font-size: 18px;
	line-height: 18px;
	-webkit-transition: .3s all;
	transition: .3s all;
}
.news_box li:hover p{
	 color: #ff8a00;
    text-decoration: underline;
}
.news_text span{
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 16px;
	padding: 15px 0;
}
.news_text b{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	font-weight: lighter;
	display: -webkit-box; 
   -webkit-box-orient: vertical; 
   -webkit-line-clamp: 3; 
   overflow: hidden;
}
/* links */
.links{
	background: #f5f5f5;
	padding:10px 0 10px;
}
.links h4{
	margin: 0px 10px 15px;
	line-height: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d7d7d7;
}
.links span{
display: block;
width: 1180px;
padding: 0 10px;
}
.links span a{
display: inline-block;
font-size: 14px;
color: #666;
line-height: 16px;
padding: 0px 10px 10px;
}
.links span a:hover{
color: #ff8a00;
text-decoration: underline;
}