﻿/*上一个下一个*/
.point{ clear: both; margin:20px 0px 40px 0px; padding-bottom: 40px; }
.point span.to_prev{text-align:center; }
.point span.to_prev a{color:#0068b7;}
.point span.to_prev a:hover{color: #26B458; text-decoration: none;}
.point span.to_next{text-align:center; }
.point span.to_next a{color:#0068b7;}
.point span.to_next a:hover{color: #26B458; text-decoration: none;}
.to_page{ text-overflow: ellipsis; white-space: nowrap;  overflow: hidden;}





/* Portfolio */
.portfolio-single .work-title h3 {
    margin-bottom: 20px !important;
}

.portfolio-wrap .item {
    width: 24.99%;
}
.posts-block {
    float:left;
    width: 45%;
    margin-bottom:25px;
}

.item .item-inner,.post-image {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
}

.post-image, .img-content {
	padding: 4px;
	border: 1px solid #ddd;
	background: url(../images/bg_off.png) repeat;
}

.img-content {
	float: left;
	margin: 5px 20px 20px 0;
}

.img-content img {
	width: 100%;
}

.post-image a {
	display:block;
	position:relative;
}

.post-image .nivoSlider a {
	position: absolute !important;
}

.portfolio .item .portfolio-item {
	margin-bottom: 30px;
}

.post-sidebar{ width: 53%; float: right; margin-bottom: 25px; }
.post-widget{ font-size: 18px; font-weight: bold; margin-bottom: 12px; }
.project_details span{ padding: 8px 0; font-weight: normal; }
.a-widget{ padding: 10px 0;  }
.a-widget .btn-normal{ border:0px solid #ddd; padding: 10px 15px; display: inline-block; background: #505356; margin-right: 10px; border-radius: 3px; }
.a-widget .btn-normal:hover{ background: #333333; }

@media screen and (max-width: 768px) {
    .posts-block{ width: 100%; float: none; }
    .post-sidebar{width: 100%; float: none; }
    }

/*产品展示*/
#pic-page {text-align: center; margin-top:10px;}
#pic-page a {margin: 0 2px;}
#pic-page a img {width:40px;padding: 2px;border: solid #ccc 1px; margin-bottom:5px;}
#pic-page a:hover img,#pic-page a.active img {border: solid #5280DD 1px;}
.showpic_box,.proinfo_box{margin: 30px 0px 20px 0px;}
.product_h1{ margin:0px; line-height:22px; font-size:18px; color: #29BFB1; padding-bottom:10px;border-bottom: 1px dotted #cccccc;}
.product_info{list-style:none; padding:0px; margin-top:10px;}
.product_info li{ line-height:24px; padding-bottom:12px;}
.product_con{ clear: both; border-top: 1px dotted #ccc; margin:10px 0px 20px 0px;padding:20px 0px 0px 0px; line-height:26px; color:#060606;overflow: auto;}

