@charset "utf-8";
.select-layer{
	background-color: #e9e9e9;
	border-bottom: 2px solid #0e9249;
	padding: 18px 0 4px 25px;
}
.select-list{
	width: 900px;
}
.select-list li {
    overflow: hidden;
    line-height: 24px;
}
.select-list li>p,.factor-selected>p{
	width: 80px;
	text-align: right;
}
.select-list li>div,.factor-selected>div {
    margin-left: 90px;
    overflow: hidden;
}
.select-list li a {
    float: left;
    margin-right: 36px;
    margin-bottom: 10px;
    display: block;
    color: #555;
}
.select-list a.selected{
    color: #0e9249;	
    text-decoration: underline;
}
.select-list a:hover{
	color: #0e9249;	
}

.select-other{
	width: 260px;
	padding: 34px 10px 0 0;
	float: right;
}
.select-other a{
	display: block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	background-color: #0e9249;
	border-radius: 2px;
	color: #FFFFFF;
	text-align: center;
	padding: 0 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.factor-selected{
	margin-top: 10px;
	line-height: 24px;
	background-color: #0e9249;
    padding:12px 0 12px 25px;
	color: #FFFFFF;
}
.factor-selected>div a{
	display: block;
	float: left;
	border-radius: 2px;
	padding: 0 3px 0 10px;
	line-height: 24px;
	height: 24px;
    margin-right: 15px;
    border-radius: 12px;
    color: #0e9249;
    background-color: #FFFFFF;
    min-width: 80px;
}
.factor-selected>div a span{
	float: right;
	width: 18px;
	height: 18px;
    margin: 3px 0 0 8px;
    vertical-align: top;
    background-color: #0e9249;
    color: #FFFFFF;
    border-radius: 100%;
    line-height: 18px;
    text-align: center;
}
.factor-selected>div a:hover{
	color: #07bf5a;
	border-color: #07bf5a;
}
.factor-selected>div a:hover span{
	background-color: #07bf5a;
}
.factor-selected-btn{
	width: 110px;
	height: 36px;
	line-height: 36px;
	background-color: #ffffff;
	box-shadow: 0px 2px 1px 0px rgba(52, 52, 52, 0.58);
	border-radius: 2px;
    margin: 6px 6px 0 0;
    color: #0e9249;
}
.factor-layer .factor-selected-btn:hover{
	background-color: rgba(255, 255, 255, 0.8);
}
.section-project{
		margin: 50px 0 100px;
}
.section-project li{
	float: left;
	background-color: #FFFFFF;
	width: 224px;
	box-shadow: 0px 1px 4px 0px rgba(52, 52, 52, 0.1);
	padding-bottom: 12px;
	margin: 0 20px 20px 0;
	text-align: center
}
.section-project li:nth-child(5n){
	margin-right: 0;
}
.section-project li .pBg-parent,.section-project li .pBg{
	padding-bottom: 200px;
}
.section-project li .p-text1{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 44px;
	height: 44px;
	background-color: rgba(0,0,0,0.7);
	transition: all 0.3s;
	color: #FFFFFF;
}
.section-project li:hover .p-text1{
	line-height:200px;
	height: 200px;	
}
.section-project li .p-text2{
	line-height: 48px;
	height: 44px;
	border-bottom: 1px solid #bfbfbf;
	margin: 0 20px;
	color: #666;
}
.section-project li .p-text2 span+span{
	padding-left: 4px;
}
.section-project li:hover .p-text2{
	color: #0e9249;
	border-color: #0e9249;
}
.default-effect .self-navbar{
	border-bottom-color: #0d7753;
}
.self-navbar ul li{
	color: #0d7753;
	min-width: 110px;
	padding: 0 10px;
	transition: all 0.3s;
}
.self-navbar ul li+li {
    margin-left: 0;
}
.section-details .self-tab .self-navbar ul li.tab-show{
	background-color: #0d7753;
	color: #FFFFFF;
}
.tab-content .tab-item{
	padding: 0 40px 40px;
	word-break: break-all;
	word-wrap: break-word;
	line-height: 170%;
	text-align: justify;
	letter-spacing: 4px;
}
.tab-content .tab-item img{
	width: auto;
	max-width: 100% !important;
}
.tab-content .tab-item p{
	margin:10px 0;
}
