html,
body {
	width: 100% !important;
}

.intro_content {
	width: 100%;
}

.intro_content_banner {
	width: 100%;
	background-image: url(../images/intro_banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

.intro_content_banner img {
	width: 100%;
	padding-top: 80px;
}

.intro_content_main {
	width: 1200px;
	margin: 0 auto;
}

@media screen and (min-width:240px) {
	.intro_content_main {
		padding: 0 8px;
	}
}

.intro_content_banner {
	height: 450px;
	margin-top: 80px;

}

@media screen and (max-width: 800px) {
	.intro_content_banner {
		height: 16rem;
		margin-top: 4rem;
	}
}

@media screen and (max-width:1200px) {
	.intro_content_main {
		width: 100%;
	}
}


/*关于智库*/

.title_box {
	padding: 10px 0;
	padding-bottom: 0;
	width: 100%;
}

.title_box h3 {
	padding: 26px 0;
	font-size: 24px;
	color: #2f3538;
	border-bottom: 3px solid #ccc;
}

.about_branbase_content {
	padding: 26px 0;
}

.about_branbase_content .logo_box {
	background: #55C3E8;
	display: inline-block;
	border-radius: 10px;
}

.about_branbase_content .logo_box img {
	padding: 6px;
	width: 185px;
	height: 70px;
}

.about_branbase_content h4 {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	padding: 26px 0;
}

.about_branbase_content p {
	font-size: 16px;
	color: #2F3538;
	line-height: 26px;
}

.about_branbase_content span {
	display: inline-block;
	font-size: 16px;
	color: #2F3538;
	line-height: 34px;
	padding: 20px 30px;
}

.about_branbase_content h5 {
	font-size: 16px;
	color: #2F3538;
	line-height: 26px;
}


/*使命与愿景*/

.hope_branbase_content h4 {
	font-size: 23px;
	color: #56c2e9;
	font-weight: 700;
	padding-top: 44px;
}

.hope_branbase_content b {
	display: inline-block;
	font-size: 18px;
	color: #2F3538;
	font-weight: 700;
	padding: 20px 0 0 0;
	margin-bottom: 40px;
}

.hope_branbase_content p {
	font-size: 18px;
	color: #56c2e9;
	font-weight: 700;
	padding: 0 0 20px 0;
}

.hope_branbase_content p span {
	font-size: 14px;
	color: #9c9b9b;
	font-weight: 400;
}


/*服务人数*/

.serveNum_branbase_content {
	padding-top: 44px;
}

.serveNum_branbase_content div {
	display: inline-block;
	width: 100%;
}

@media screen and (min-width:240px) {
	.serveNum_branbase_content div {
		margin-bottom: 26px;
	}
}

.serveNum_branbase_content div h5 {
	display: inline-block;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	width: 100%;
}

@media screen and (min-width:240px) {
	.serveNum_branbase_content div h5 {
		margin-bottom: 8px;
	}
}

.serveNum_branbase_content div b {
	display: inline-block;
	color: #56c2e9;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	width: 100%;
}

.serveNum_branbase img {
	padding-top: 36px;
}

@media screen and (min-width:240px) {
	.serveNum_branbase img {
		width: 100%;
	}
}


/*融资情况*/

.financing_branbase {
	margin-bottom: 60px;
}

@media screen and (min-width:240px) {
	.financing_branbase {
		display: none;
	}
}

.financing_branbase h3 {
	/*width: 1200px;*/
	margin: 0 auto;
	margin-bottom: 60px;
}

.financing_branbase .home_timeline .timeline-box {
	background: transparent;
}

.financing_branbase .home_timeline .timeline-box ul li {
	height: 172px;
}

.financing_branbase .home_timeline .timeline-box ul li.event_0 {
	left: 40px;
}

.financing_branbase .home_timeline .timeline-box ul li.event_1 {
	left: 320px;
}

.financing_branbase .home_timeline .timeline-box ul li.event_2 {
	left: 680px;
}

.financing_branbase .home_timeline .timeline-box ul li.event_3 {
	left: 930px;
}