@charset "utf-8";
.intro-style{
	margin-bottom:70px;
}

.intro-title h3{
	height: 48px;
	line-height: 48px;
	color: #FFFFFF;
	margin-bottom: 24px;
	background: linear-gradient(45deg,#0e9249 8%,#21d571 45%, #0e9349 100%);
	padding: 0 20px;
}
.intro-title h3 strong{
	padding-right: 10px;
}
.intro-style1 .intr-map{
	float: right;
	width:450px;
}
.intro-style2 .intr-map{
	float: left;
	width:450px;
}
.intro-style1 .intr-details,.intro-style2  .intr-details{
	margin-right:550px ;
	line-height: 170%;
	padding-top: 10px;
}
.intro-style2  .intr-details{
	margin:0 0 0 500px ;
}
.intro-style .intr-details article p{
	margin-bottom: 10px;
}
.intr-art{
	margin-top:24px;
}
.intr-art ul li{
	list-style-type: decimal;
	margin-left: 20px;
	padding: 6px 0;
	line-height: 160%;
}
.intr-art ul li a:hover{
	text-decoration: underline;
}
.intr-details>.self-btn-default{
	height: 48px;
	line-height: 48px;
	background-color: #0d7753;
	border-radius: 4px;
	width: 144px;
	margin-top: 30px;
}
.intr-details>.self-btn-default:hover {
    background-color: rgba(13, 119, 83, 0.8)
}
.intr-right{
	float: right;
}
.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: 5px 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;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.select-other a:hover{
	background-color: #11b55a
}

.factor-selected{
	margin-top: 10px;
	line-height: 24px;
	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;
    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;
}
