.banner{
	background: url(../images/bg2.png) center;
}
.banner_txt{
	font-size: 60px;
	color: #fff;
	margin-top: 50px;
	position: absolute;
	right: 0;
	top: 140px;
	line-height: 60px;
	font-weight: bold;
}
.banner_txt span{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 32px;
}

.cooperation_content{
	width: 960px;
	height: 445px;
	background: #fff;
	margin-top: -60px;
	box-shadow: 0 6px 20px rgba(190,208,233,0.3);
	border-radius: 4px;
	position: relative;
	z-index: 1;
}
.cooperation_title_wrap{
	position: absolute;
	top: -30px;
	left: 0;
}
.cooperation_title_wrap .title{
	width: 188px;
	height: 60px;
	line-height: 42px;
	text-align: center;
	background: url(../images/box_bg.png);
	cursor: pointer;
	float: left;
	margin-left: 30px;
	font-size: 18px;
	color: #006cff;
}
.cooperation_title_wrap .title:hover{
	background: url(../images/box_bg_h.png);
	color: #fff;
}
.cooperation_title_wrap .title.check{
	background: url(../images/box_bg_h.png);
	color: #fff;
}
.content_box{
	width: 840px;
	padding-top: 64px;
}
.now_location{
	width: 100%;
	height: 31px;
}
.now_location div{
	float: right;
	line-height: 30px;
	border-bottom: 1px solid #eaf3ff;
}
.now_location strong{
	color: #006cff;
	font-weight: normal;
}
.now_location a{
	color: #666;
}
.now_location a:hover{
	color: #006cff;
	text-decoration: underline;
}
.content_txt{
	width: 656px;
}
.content_txt h3{
	width: 100%;
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin-top: 12px;
}
.content_txt p{
	line-height: 38px;
}
.content_txt p.p1{
	line-height: 28px;
	margin-top: 12px;
	margin-bottom: 40px;
}
.content_txt p.p2{
	margin-top: 100px;
}
/*.footer{
	margin-top: 120px;
}*/


