/*导航的默认字体颜色*/

.nav_shequ {
	color: #3179FF;
}


/*社区主体*/

.shequ_box {
	height:950px;
}


/*背景图*/

.bj_img,
.bj_color {
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, .6);
}

.bj_img img {
	width: 100%;
	height: 100%;
}


/*社区内容*/

.shequ_con_box {
	top: 0;
	left: 50%;
	margin-left: -600px;
	padding: 50px 0;
}


/*选项卡按钮*/

.shequ_btn_box {
	margin-top: 20px;
}

.dongcha {
	width: 100px;
	height: 40px;
	color: #2251ac;
	margin: 0 50px;
	border: 1px solid #2251ac;
	cursor: pointer;
}


/*文字*/

.shequ_btn_wenzi {
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 2;
	top: 0;
	left: 0;
	transition: 0.3s;
}

.dongcha_css {
	background-color: #2251ac;
	color: #fff;
}


/*蓝色三角形*/

.sanjiaoxing {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 18px solid #2251ac;
	bottom: 0px;
	left: 50%;
	margin-left: -15px;
	transition: 0.3s;
	z-index: 1;
}

.sanjiaoxing_css {
	bottom: -18px;
}

/* 行业洞察 */
._scroll{
	height: 400px;
	margin: 50px 0px 0px;
}

/*社区列表*/

.shequ_list_box {
	/* height: 538px; */
	height:620px;
	margin-top: 50px;
}

.shequ_list_w {
	height: 100%;
	top: 0;
	left: 0;
}


/*左边的图片*/

.shequ_img {
	width: 800px;
	height: 100%;
}

.shequ_img img {
	width: 100%;
	height: 100%;
}


/*右边的文字*/

.shequ_wenzi {
	width: 400px;
	height: 100%;
	background-color: rgba(7, 67, 138, 0.3);
	padding: 20px 28px;
}


/*右边文字的标题*/

.shequ_wenzi_tit {
	width: 120px;
	height: 70px;
	border: 1px solid #fff;
}
.zhenghe {
	cursor: pointer;
	margin-bottom: 40px;
}

.zhenghe:hover {
	color: #2251AC;
}


/*注册送书*/

.zhuce_yaoshu {
	width: 100%;
}

.zhuce_box:hover .zhuce_img {
	background-image: url(../../icon/zhucehuiyuan_lan.png);
}

.yaoshu_box:hover .yaoshu_img {
	background-image: url(../../icon/shu_lan.png);
}

.yaoshu_box:hover .yaoshu_z,
.zhuce_box:hover .zhuce_z,
.choujiang:hover .zhuce_z,
.wenjuan:hover .zhuce_z,
.baoming:hover .zhuce_z {
	color: #2251ac;
}

.zhuce_img,
.yaoshu_img {
	width: 78px;
	height: 78px;
	background-image: url(../../icon/zhucehuiyuan_bai.png);
	background-size: 100%;
	cursor: pointer;
}

.yaoshu_img {
	background-image: url(../../icon/shu_bai.png);
	background-size: 90%;
}

.jiantou {
	width: 20px;
	height: 27px;
	margin: 0 50px;
}

.jiantou img {
	width: 100%;
	height: 100%;
}
.zhuce_z,
.yaoshu_z {
	color: #fff;
}


/*查看更多*/

.chakan {
	width: 80px;
	height: 30px;
	border: 1px solid #fff;
	margin-top: 80px;
	cursor: pointer;
}
.chakan:hover{
	background-color: #2251ac;
	border: 1px solid #2251ac;
}


/*抽奖工具*/
.shequ_gongju{
	margin-top:140px;
}
.choujiang_img,
.wenjuan_img,
.baoming_img {
	width: 78px;
	height: 78px;
	background-image: url(../../icon/choujiang_bai.png);
	background-size: 100%;
	cursor: pointer;
}

.choujiang:hover .choujiang_img {
	background-image: url(../../icon/choujiang_lan.png);
}


/*问卷工具*/
.wenjuan{
	margin:0 40px;
}
.wenjuan_img {
	background-image: url(../../icon/wenjuan_bai.png);
}

.wenjuan:hover .wenjuan_img {
	background-image: url(../../icon/wenjuan_lan.png);
}


/*报名工具*/

.baoming_img {
	background-image: url(../../icon/baoming_bai.png);
}

.baoming:hover .baoming_img {
	background-image: url(../../icon/baoming_lan.png);
}


.footer_box{
	margin: 0;
}