/*投资企业*/

.invest_enterprises {
	width: 1000px;
	margin: 0 auto;
	margin-top: 123px;
	padding-top: 60px;
}
.invest_enterprises p {
	line-height: 40px;
	font-size: 24px;
	color: #09A39B;
}
.invest_enterprises .sepreat {
	display: inline-block;
	margin: 15px 0px 60px 0px;
}
.invest_enterprises_content {
	width: 100%;
	height: auto;
	/*padding : 0px 70px;*/
	box-sizing: border-box;
	text-align: left;
}
.invest_enterprises_content .invest_comp {
	padding: 2px;
	float: left;
	width:33.333%;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.invest_enterprises_content .invest_comp .include {
	padding: 40px 0px;
}
.invest_enterprises_content .invest_comp .include img {
	height: 50px;
}
.invest_enterprises_content .invest_comp :hover {
	cursor: pointer;
}
.invest_enterprises_content .right {
	border-right: 2px dotted #9D9B9B;
}
.invest_enterprises_content .down {
	border-bottom: 2px dotted #9D9B9B;
	width: 33.333%;
	box-sizing: border-box;
}
.invest_enterprises_content .invest_comp .big {
	margin-top: 40px;
	font-size: 14px;
}
.invest_enterprises_content .invest_comp .big span{
	color: #9D9B9B;
}
.invest_enterprises_content .invest_comp .float {
	width:100%;
	box-sizing: border-box;
	background-color: #25A8A1;
	position: absolute;
	top: 0%;
	display: none;
	opacity: 0.8;
	font-size:12px;
	text-indent: 2em;
	text-align: left;
	padding: 10px;
	line-height: 20px;
}

.fp-controlArrow {
    top: 74% !important;
    display: none;
}
.fp-controlArrow.fp-prev {
    left: 125px !important;
    background-image: url(../images/jiantouLV_prev.png) !important;
    background-repeat: no-repeat;
    height: 88px;
    width: 50px;
    border: none !important;
}
.fp-controlArrow.fp-prev:hover {
	 background-image: url(../images/jiantouL_prev.png) !important;
}
.fp-controlArrow.fp-next {
    right: 125px !important;
    background-image: url(../images/jiantouLV_next.png) !important;
    background-repeat: no-repeat;
    height: 88px;
    width: 50px;
    border: none !important;
}
.fp-controlArrow.fp-next:hover {
	 background-image: url(../images/jiantouL_next.png) !important;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
	background-color: #898989 !important;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	border-color: #898989 !important;
}