/*产品列表页*/
.section-main .middle{
	width: 960px;
}
.section-main .middle .product .productlist{
	height: 692px;
}
.section-main .middle .product .productlist li {
    margin-right: 30px;
    width: 207px;
}
.section-main .middle .product .productlist li:nth-child(4){
	margin-top: 0;
}
.section-main .middle .product .productlist li:nth-child(4n){
	margin-right: 0;
}

/*单页*/
.section-main .middle .product .page{
	line-height: 2;
	font-size: 14px;
	color: #333333;
	min-height: 550px;
}
/*单页*/
.page .table{overflow-x: scroll;}
.page table{border-collapse:collapse;width:100%;border-collapse:collapse;border:1px solid #83c0c0;}
.page table tr th{padding:5px 10px;background:#bedede;white-space:nowrap;}
.page table tr td{padding:5px 10px;font-size:12px;white-space:nowrap;}
.page table tr:nth-of-type(2n) td{background:#e1f0f0;}

/*在线留言*/
.singlepage{
	padding: 15px 40px 30px 40px;
	font-size: 14px;
}
.form{
	width: 604px;
	margin: 30px auto 0;
}
.form .title{
	padding: 10px 0;
    line-height: 1.5;
    color: #5a5a5a;
    font-size: 14px;
}
.form ol{
	font-size: 0;
}
.form ol li{
	display: inline-block;
	margin-right: 5px;
}
.form ol li label{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	width: 57px;
	background: #eeeeee url(../image/radio_bg.png) no-repeat left 6px center;
	border-radius: 3px;
	font-size: 12px;
	text-align: right;
	padding: 0 8px;
	cursor: pointer;
}
.form ol li label.cur{
	color: #fff;
	background: #a85068 url(../image/radio_checkedbg.png) no-repeat left 6px center;
}
.form input[type=text]{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #a85068;
	border-radius: 3px!important;
	padding: 0 15px;
}
.form input[type=text]:focus{
	border: 1px solid #a85068;
}
.form textarea{
	display: block;
	width: 100%;
	border: 1px solid #a85068;
	border-radius: 3px!important;
	padding: 15px;
}
.form textarea:focus{
	border: 1px solid #a85068;
}
.form input[type=submit]{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #a85068;
	background: #a85068;
	color: #fff;
	border-radius: 3px!important;
	margin-top: 12px;
	font-size: 14px;
	cursor: pointer;
}
.form input[type=submit]:hover{
	background: #a85068;
}
.form p{
	text-align: center;
	margin-top: 55px;
}
/*在线留言*/

/*新闻资讯*/
.news-page {
	
}

.news-page .news-page-list {
	padding-bottom: 20px;
	min-height: 680px;
}

.news-page .news-page-list li {
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px dashed #999999;
	overflow: hidden;
}

.news-page .news-page-list .img-fa-scale {
	width: 135px;
	height: 90px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.news-page .news-page-list .img-fa-scale img {
	width: 100%;
	height: 90px;
}

.news-page .news-page-list .news-page-con {
	/*float: right;*/
	width: 82%;
}

.news-page .news-page-list .news-page-con h2 {
	font-size: 14px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-page .news-page-list .news-page-con h2 a {
	color: #555;
	display: block;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.news-page .news-page-list .news-page-con h2 a:hover {
	color: #a85068;
	text-decoration: none;
}

.news-page .news-page-list .news-page-con span {
	font-size: 12px;
	color: #cccccc;
}

.news-page .news-page-list .news-page-con p {
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #999999;
}
.news-page .news-page-list .news-page-con p a{
	color: #555;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.news-page .news-page-list .news-page-con p a:hover {
	color: #a85068;
	text-decoration: none;
}
/*新闻资讯*/

/*新闻详情页*/
.news-info {
	
}

.news-info .hd {
	padding-bottom: 20px;
	text-align: center;
}

.news-info .hd h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	word-wrap: break-word;
	/*//word-break设置强行换行;normal 亚洲语言和非亚洲语言的文本规则，允许在字内换行*/
	word-break: normal;
	margin-bottom: 5px;
}

.news-info .hd p {
	font-size: 14px;
	line-height: 1.6;
	color: #666666;
}
.news-info .hd p span{
	margin-right: 10px;
}
.news-info .hd p span:last-child{
	margin-right: 0;
}
.news-info .bd {
	
}
/*新闻详情页*/

/*上一页/下一页*/
.turn {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px 10px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.turn p {
	font-size: 12px;
	line-height: 30px;
	color: #333333;
}

.turn p:first-child {
	float: left;
}

.turn p:last-child {
	float: right;
}

.turn p a {
	color: #666666;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.turn p a:hover {
	color: #a85068;
	text-decoration: none;
}
/*上一页/下一页*/

/*分页*/
.pagination-wrapper{ 
  	margin: 40px 0 0px 0;
  	text-align: center;
} 
.pagination{  
  	font-size: 0;
} 
.pagination li{
	display: inline-block;
	vertical-align: top;
}
.pagination li a{ 
  	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	margin-right: 8px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #dfdfdf; 
  	color: #999; 
  	text-decoration: none; 
  	border-radius: 4px;
  	box-sizing: border-box;
  	transition: all .3s;
  	background: #f7f7f7;
} 
.pagination li:last-child{
	margin-right: 0;
}
.pagination li a:hover{ 
  	background:#a85068; 
  	color:#fff; 
  	border-color: #a85068;
} 
.pagination li.active a { 
  	background: #a85068; 
  	color: #fff;
  	border-color: #a85068;
} 
.pagination .pageinfo{
	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #555555; 
  	color: #555555; 
  	box-sizing: border-box;
}