/* ==========
基本默认值
========== */
html,
body,
ul,
li{
	padding: 0;
	margin: 0;
}
p{
	text-align: justify;
}
html {
	font-size: 62.5%;
	color: #2b2b33;
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body{
	background-color: #fff;
	font-family: 'Arial' !important; /* 1 */
}

ul,li{
	list-style: none;
}
a:hover,a:focus{
	text-decoration: none;
}

.fl{
	float: left;	
}
.fr{
	float: right;
}
.centerend-con{
	width: 940px !important;
	color: #636363 !important;
}

/* 导航栏 */
header{
	width: 100%;
	height: 100px;
	background-color: #ffffff;
	background: url('/en/user_guide/img/header/bg.png') no-repeat;
	background-size: 100% 100%;
	min-width: 1200px;
	position: absolute;
	z-index: 1000;
}
.main{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}
.header_search{
	height: 35px;
	display: block;
	width: 100%;
	position: relative;
}
.header_search_div{
	float: right;
	padding: 0 15px;
	height: 100%;
	line-height: 40px;
}
.search_a{
	text-decoration: none;
	height: 100%;
	display: inline-block;
	padding: 0 10px;
	color: #333333;
}
.search_a:hover{
	text-decoration: none;
}
.search_right{
	width: 1px;
	height: 16px;
	display: inline-block;
	background:  #666;
	position: relative;
	top: 3px;
}
.search_text{
	padding: 0 10px;
	display: inline;
	width: 150px;
	height: 30px;
	float: right;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5; 
	border-radius: 4px;
	border-radius: 4px;
	position: relative;
	top: 5px;
	outline: none;
	margin-right: 1px;
}
.search_submit{
	display: inline;
	width: 30px;
	float: right;
	height: 30px;
	position: relative;
	top: 5px;
	background: #f5f5f5; 
	border: solid 1px #f5f5f5;
	border-radius: 4px;
	border-radius: 4px;
}
.search_submit img{
	position: relative;
	top: 0px;
	float: left;
}
.header_search_div form{
	display: inline;
}
header .nav_main {
	padding: 0;
	position: relative;
}


header .nav_main .brand {
	float: left;
	display: inline-block;
	position: relative;
	top: -15px;
}
header .nav_main .brand img{
	height: 39px;
}

header .nav_main .first-nav {
	position: relative;
	top: 8px;
	text-align: left;
	display: inline-block;
	float: right;
	font-size: 16px;
}

header .nav_main .nav_right{
	float: right;
	display: inline-block;
	text-align: right;
	position: relative;
}

header .nav_main .nav_right .search,
header .nav_main .nav_right .cn,
header .nav_main .nav_right .en{
	padding: 10px 8px 0;
	line-height: 5rem;
	font-size: 16px;
	text-decoration: none;
	color: #252b2b;
}

header .nav_main .nav_right .en{
	margin-right: 20px;
}


header .nav_main .first-nav > li {
	display: inline-block;
}

header .nav_main .first-nav > li a {
	display: inline-block;
	padding: 0px 15px;
	font-size: 16px;
	color: #2b2b33;
	text-decoration: none;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
}

header .nav_main .first-nav > li a:hover,
header .nav_main .first-nav > li a:active,
header .nav_main .first-nav > li a.active {
	color: #d22619;
}
header .nav_main .second-nav{
	position: absolute;
	z-index: 9999;
	display: none;
	background: #f5f5f5;
}
header .nav_main .second-nav > li a{
	display: inline-block;
	padding: 0 15px;
	line-height: 40px;
	font-size: 13px;
	color: #2b2b33;
	text-decoration: none;
	width: 200px;
}
header .nav_main .second-nav > li a:hover{
	background-color: #d22619;
	color: #fff;
}
.row{
	margin: 0;
	overflow: hidden;
}
.col-md-4{
	padding: 0;
}

/* banner图片 */
.banner{
	min-width: 1200px;
	padding-top: 80px;
	overflow:hidden;
}
.banner img{
	width: 100%;
}

/* 中间内容 */
.content{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	overflow: hidden;
}

/* 侧边栏 */
.content_nav{
	width: 225px;
	display: inline-block;
	margin-right: 30px;
	float: left;
}

.content_nav_top{
	width: 225px;
	height: 130px;
	background: url('/en/user_guide/img/common/nav_bg.png');

}

.content_nav_top h2{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	display: block;
	color: #ffffff;
	margin: 0;
	text-align: center;
	line-height: 130px;
}

.content_list{
	width: 100%;
	display: inline-block;
}
.content_list ul li a{
	/*width: 225px;
	height: 50px;
	background-color: #e7e7e7;
	border: solid 1px #e6e6e6;
	display: inline-block;*/
	display: inline-block;
	width: 100%;
	height: 50px;
	background-image: linear-gradient(180deg, #ffffff 1%, #f3f3f3 100%), 
	linear-gradient(#f5f5f5, #f5f5f5);
	background-blend-mode: normal, normal;
	border-bottom: solid 1px #e6e6e6;
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
	font-size: 16px;
	font-weight: normal;
	line-height: 50px;
	text-align: center;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}
.content_list ul li .active{
	color: #333333;
	text-decoration: none;
	background-image: linear-gradient(180deg, #e7e7e7 1%, #e7e7e7 100%), 
	linear-gradient(#e7e7e7, #e7e7e7);
}
.content_list ul li a:hover{
	border:1px solid #f5f5f5;
	color: #333333;
	text-decoration: none;
	background-image: linear-gradient(180deg, #e7e7e7 1%, #e7e7e7 100%), 
	linear-gradient(#e7e7e7, #e7e7e7);
}

/* 内容 */
.content_box{
	width: 940px;
	display: inline-block;
}

/*面包屑导航栏*/

.content_box .bar{
	width: 100%;
	overflow: hidden;
}
.content_box .bar .back{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}
.content_box .bar ul{
	float: right;
}
.content_box .bar ul li{
	display: inline-block;
}
.content_box .bar ul li a,.content_box .bar ul li span{
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}
.content_box .bar ul li a:hover,.content_box .bar ul li a:focus{
	text-decoration: none;
}
.content_box hr{
	width: 100%;
	height: .5px;
	background: #e6e6e6;
	margin: 0;
	margin-top: 5px;
	border-top: 0;
	margin-bottom: 25px;
}

/* 人才理念 */
.content_box .join_concept img{
	width: 100%;
}
.content_box .join_concept .join_concept_msg{
	margin-top: 10px;
}
.content_box .join_concept .join_concept_msg p{
	text-indent: 2em;
	font-size: 15px;
	color: #636363;
	margin: 0;
	line-height: 22px;
}
.content_box .join_concept .join_concept_msg ul{
	margin-top: 15px;
}
.content_box .join_concept .join_concept_msg ul li{
	line-height: 22px;
	margin: 0;
	margin-top: 10px;
	font-size: 15px;
	color: #636363;
	padding-left: 25px;
}
.content_box .join_concept .join_concept_msg ul li strong{
	font-size: 15px;
	padding-left: 18px;
	color: #636363;
}
.content_box .join_concept .join_concept_msg ul li strong:before{
	display: inline-block;
	position: relative;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #d22819;
	top: -2px;
	right: 12px;
}

/* 人才策略 */
.content_box .talent_strategy{
	height: 100%;
	width: 100%;
	border: solid 1px #e6e6e6;
}
.content_box .talent_strategy .talent_strategy_title{
	background-image: linear-gradient(180deg, 
		#f5f5f5 1%, 
		#eeeeee 54%, 
		#e6e6e6 100%), 
	linear-gradient(
		#f5f5f5, 
		#f5f5f5);
	background-blend-mode: normal, 
	normal;
}
.content_box .talent_strategy .talent_strategy_title ul{
	overflow: hidden;
}
.content_box .talent_strategy .talent_strategy_title ul li{
	display: inline-block;
	float:left;
}
.content_box .talent_strategy .talent_strategy_title ul li a{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	color: #2b2b33;
	margin: 0;
}
.content_box .talent_strategy .talent_strategy_title ul li a:hover{
	color: #d22819;
}
.content_box .talent_strategy .talent_strategy_title ul li .active{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	background: url('/en/user_guide/img/about/left.png');
	background-size: 100% 40px;
	color: #d22819;
}
.content_box .talent_strategy .talent_strategy_title ul .protect .active{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	background: url('/en/user_guide/img/about/center.png');
	background-size: 100% 40px;
	color: #d22819;
}

.content_box .talent_strategy .talent_strategy_content{
	padding: 20px;
}
.content_box .talent_strategy .talent_strategy_content .talent_strategy_box img{
	width: 100%;
	margin-bottom: 10px;
}
.content_box .talent_strategy .talent_strategy_content .talent_strategy_box .talent_strategy_msg p{
	text-indent: 2em;
	font-size: 15px;
	line-height: 22px;
	color: #636363;
	margin: 0;
	margin-bottom: 10px;
}
.content_box .talent_strategy .talent_strategy_content .talent_strategy_box .talent_strategy_msg li span{
	text-indent: 2em;
	font-size: 15px;
	line-height: 22px;
	color: #636363;
	margin: 0;
	margin-bottom: 10px;
}
.content_box .talent_strategy .talent_strategy_content .talent_strategy_box .talent_strategy_msg ul li strong{
	font-size: 15px;
	padding-left: 18px;
	color: #636363;
}
.content_box .talent_strategy .talent_strategy_content .talent_strategy_box .talent_strategy_msg ul li strong:before{
	display: inline-block;
	position: relative;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #d22819;
	top: -2px;
	right: 12px;
}

/* 员工福利 */
.content_box .talent_welfare{
	height: 100%;
	width: 100%;
	border: solid 1px #e6e6e6;
}
.content_box .talent_welfare .talent_welfare_title{
	background-image: linear-gradient(180deg, 
		#f5f5f5 1%, 
		#eeeeee 54%, 
		#e6e6e6 100%), 
	linear-gradient(
		#f5f5f5, 
		#f5f5f5);
	background-blend-mode: normal, 
	normal;
}
.content_box .talent_welfare .talent_welfare_title ul{
	overflow: hidden;
}
.content_box .talent_welfare .talent_welfare_title ul li{
	display: inline-block;
	float:left;
}
.content_box .talent_welfare .talent_welfare_title ul li a{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	color: #2b2b33;
	margin: 0;
}
.content_box .talent_welfare .talent_welfare_title ul li a:hover{
	color: #d22819;
}
.content_box .talent_welfare .talent_welfare_title ul li .active{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	background: url('/en/user_guide/img/about/left.png');
	background-size: 100% 40px;
	color: #d22819;
}
.content_box .talent_welfare .talent_welfare_title ul .protect .active{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	background: url('/en/user_guide/img/about/center.png');
	background-size: 100% 40px;
	color: #d22819;
}

.content_box .talent_welfare .talent_welfare_content{
	padding: 20px;
}
.content_box .talent_welfare .talent_welfare_content .talent_welfare_box img{
	width: 100%;
	margin-bottom: 10px;
}
.content_box .talent_welfare .talent_welfare_content .talent_welfare_box .talent_welfare_msg p{
	text-indent: 2em;
	font-size: 15px;
	line-height: 22px;
	color: #636363;
	margin: 0;
	margin-bottom: 10px;
}
.content_box .talent_welfare .talent_welfare_content .talent_welfare_box .talent_welfare_msg li p{
	font-size: 15px;
	text-indent: 0em;
	line-height: 22px;
	color: #636363;
	margin: 0;
	margin-bottom: 10px;
	padding-left: 25px;
}

.content_box .talent_welfare .talent_welfare_content .talent_welfare_box .talent_welfare_msg ul li p:before{
	display: inline-block;
	position: relative;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #d22819;
	top: -2px;
	right: 20px;
}

/* 员工关怀 */
.content_box .talent_care{
	height: 100%;
	width: 100%;
	border: solid 1px #e6e6e6;
}
.content_box .talent_care .talent_care_title{
	background-image: linear-gradient(180deg, 
		#f5f5f5 1%, 
		#eeeeee 54%, 
		#e6e6e6 100%), 
	linear-gradient(
		#f5f5f5, 
		#f5f5f5);
	background-blend-mode: normal, 
	normal;
}
.content_box .talent_care .talent_care_title ul{
	overflow: hidden;
}
.content_box .talent_care .talent_care_title ul li{
	display: inline-block;
	float:left;
}
.content_box .talent_care .talent_care_title ul li a{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	color: #2b2b33;
	margin: 0;
}
.content_box .talent_care .talent_care_title ul li a:hover{
	color: #d22819;
}
.content_box .talent_care .talent_care_title ul li .active{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	background: url('/en/user_guide/img/about/left.png');
	background-size: 100% 40px;
	color: #d22819;
}
.content_box .talent_care .talent_care_title ul .protect .active{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	background: url('/en/user_guide/img/about/center.png');
	background-size: 100% 40px;
	color: #d22819;
}

.content_box .talent_care .talent_care_content{
	padding: 20px;
}
.content_box .talent_care .talent_care_content .talent_care_box img{
	width: 100%;
	margin-bottom: 10px;
}
.content_box .talent_care .talent_care_content .talent_care_box .talent_care_msg p{
	text-indent: 2em;
	font-size: 15px;
	line-height: 22px;
	color: #636363;
	margin: 0;
	margin-bottom: 10px;
}
.content_box .talent_care .talent_care_content .talent_care_box .talent_care_msg li p{
	font-size: 15px;
	text-indent: 0em;
	line-height: 22px;
	color: #636363;
	margin: 0;
	margin-bottom: 10px;
	padding-left: 25px;
}

.content_box .talent_care .talent_care_content .talent_care_box .talent_care_msg ul li p:before{
	display: inline-block;
	position: relative;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #d22819;
	top: -2px;
	right: 20px;
}
/* 社会招聘 */
.content_box .talent_socio .talent_socio_title{
	height: 50px;
}
.content_box .talent_socio .talent_socio_title li{
	font-size: 16px;
	display: inline-block;
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #e6e6e6;
	background-color: #f5f5f5;
}
.content_box .talent_socio .talent_socio_title li:nth-child(1){
	width: 280px;
}
.content_box .talent_socio .talent_socio_title li:nth-child(2){
	width: 280px;
}
.content_box .talent_socio .talent_socio_title li:nth-child(3){
	width: 190px;
}
.content_box .talent_socio .talent_socio_title li:nth-child(4){
	width: 190px;
}
.content_box .talent_socio .accordion {
	width: 100%;
	margin: 0px auto 40px;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.content_box .talent_socio .accordion .link {
	height: 50px;
	cursor: pointer;
	display: block;
	padding: 15px 0px 10px 0px;
	color: #333;
	font-size: 16px;
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.content_box .talent_socio .accordion .link span{
	font-size: 14px;
	display: inline-block;
	float: left;
	text-align: center;
}
.content_box .talent_socio .accordion .link>span:nth-child(2){
	width: 280px;
	display: inline-block;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}
.content_box .talent_socio .accordion .link>span:nth-child(3){
	width: 280px;
	display: inline-block;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}
.content_box .talent_socio .accordion .link>span:nth-child(4){
	width: 190px;
	display: inline-block;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}
.content_box .talent_socio .accordion .link>span:nth-child(5){
	width: 180px;
	display: inline-block;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}
.content_box .talent_socio .accordion li i{
	position: absolute;
	top: 15px;
	right: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.content_box .talent_socio .accordion li.open .link .glyphicon{
	color: #1d51ba;
}
.content_box .talent_socio .accordion li.open i {
	color: #fff;
}
.content_box .talent_socio .accordion li.open i.glyphicon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.content_box .talent_socio .accordion .submenu {
	display: none;
	font-size: 14px;
	width: 100%;
}
.content_box .talent_socio .accordion .submenu li {
	background-color: #f5f5f5;
	padding: 15px;
	width: 100%;
}

.content_box .talent_socio .page_btn{
	float: right;
	margin-right: 5px;
}

/* 分页 */
.talent_socio .page{
	margin-top: 40px;
}
.talent_socio .page ul{
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.talent_socio .page ul li{
	display: inline-block;
	margin: 0px 5px;
}
.talent_socio .page ul li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	border: solid 1px #e6e6e6;
	display: inline-block;
	font-size: 14px;
	color: #666666;

}
.talent_socio .page ul li .active{
	background-color: #d22819;
	color: #fff;
}

/* 校企合作招生 */
.content_box .talent_cooperat .talent_cooperat_title{
	height: 50px;
}
.content_box .talent_cooperat .talent_cooperat_title li{
	font-size: 16px;
	display: inline-block;
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #e6e6e6;
	background-color: #f5f5f5;
}
.content_box .talent_cooperat .talent_cooperat_title li:nth-child(1){
	width: 280px;
}
.content_box .talent_cooperat .talent_cooperat_title li:nth-child(2){
	width: 280px;
}
.content_box .talent_cooperat .talent_cooperat_title li:nth-child(3){
	width: 190px;
}
.content_box .talent_cooperat .talent_cooperat_title li:nth-child(4){
	width: 190px;
}
.content_box .talent_cooperat .accordion {
	width: 100%;
	margin: 0px auto 40px;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.content_box .talent_cooperat .accordion .link {
	height: 50px;
	cursor: pointer;
	display: block;
	padding: 15px 0px 10px 0px;
	color: #333;
	font-size: 16px;
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.content_box .talent_cooperat .accordion .link span{
	font-size: 14px;
	display: inline-block;
	float: left;
	text-align: center;
}
.content_box .talent_cooperat .accordion .link>span:nth-child(2){
	width: 280px;
	display: inline-block;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}
.content_box .talent_cooperat .accordion .link>span:nth-child(3){
	width: 280px;
	display: inline-block;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}
.content_box .talent_cooperat .accordion .link>span:nth-child(4){
	width: 190px;
	display: inline-block;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}
.content_box .talent_cooperat .accordion .link>span:nth-child(5){
	width: 180px;
	display: inline-block;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}
.content_box .talent_cooperat .accordion li i{
	position: absolute;
	top: 15px;
	right: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.content_box .talent_cooperat .accordion li.open .link .glyphicon{
	color: #1d51ba;
}
.content_box .talent_cooperat .accordion li.open i {
	color: #fff;
}
.content_box .talent_cooperat .accordion li.open i.glyphicon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.content_box .talent_cooperat .accordion .submenu {
	display: none;
	font-size: 14px;
	width: 100%;
}
.content_box .talent_cooperat .accordion .submenu li {
	background-color: #f5f5f5;
	padding: 15px;
	width: 100%;
}

.content_box .talent_cooperat .page_btn{
	float: right;
	margin-right: 5px;
}

/* 分页 */
.talent_cooperat .page{
	margin-top: 40px;
}
.talent_cooperat .page ul{
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.talent_cooperat .page ul li{
	display: inline-block;
	margin: 0px 5px;
}
.talent_cooperat .page ul li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	border: solid 1px #e6e6e6;
	display: inline-block;
	font-size: 14px;
	color: #666666;

}
.talent_cooperat .page ul li .active{
	background-color: #d22819;
	color: #fff;
}

/* 校园招聘 */
.content_box .join_school .join_school_describe{
	margin-bottom: 15px;
}
.content_box .join_school .join_school_describe h3{
	font-size: 17px;
	padding-left: 15px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.content_box .join_school .join_school_describe h3:before{
	display: inline-block;
	position: relative;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #d22819;
	top: -2px;
	right: 15px;
}
.content_box .join_school .join_school_describe p{
	font-size: 15px;
	text-indent: 2em;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
}

.content_box .join_school .join_school_table .join_school_table_title{
	height: 40px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}
.content_box .join_school .join_school_table .join_school_table_title li{
	font-size: 15px;
	display: inline-block;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
}
.content_box .join_school .join_school_table .join_school_table_title li:nth-child(1){
	border-right: 1px solid #e6e6e6;
	width: 158px;
	height: 100%;
}
.content_box .join_school .join_school_table .join_school_table_title li:nth-child(2){
	width: 282px;
	border-right: 1px solid #e6e6e6;
	height: 100%;

}
.content_box .join_school .join_school_table .join_school_table_title li:nth-child(3){
	width: 158px;
	border-right: 1px solid #e6e6e6;
	height: 100%;

}
.content_box .join_school .join_school_table .join_school_table_title li:nth-child(4){
	width: 118px;
	border-right: 1px solid #e6e6e6;
	height: 100%;

}
.content_box .join_school .join_school_table .join_school_table_title li:nth-child(5){
	width: 222px;
	height: 100%;

}
.content_box .join_school .join_school_table .accordion {
	width: 100%;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.content_box .join_school .join_school_table .accordion .link {
	height: 50px;
	cursor: pointer;
	display: block;
	color: #333;
	font-size: 16px;
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.content_box .join_school .join_school_table .accordion .link span{
	font-size: 14px;
	display: inline-block;
	float: left;
	text-align: center;
	line-height: 50px;
}
.content_box .join_school .join_school_table .accordion .link>span:nth-child(1){
	width: 158px;
	display: inline-block;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
	border-right: 1px solid #e6e6e6;
	height: 100%;

}
.content_box .join_school .join_school_table .accordion .link>span:nth-child(2){
	width: 282px;
	display: inline-block;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
	border-right: 1px solid #e6e6e6;
	height: 100%;

}
.content_box .join_school .join_school_table .accordion .link>span:nth-child(3){
	width: 158px;
	display: inline-block;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
	border-right: 1px solid #e6e6e6;
	height: 100%;

}
.content_box .join_school .join_school_table .accordion .link>span:nth-child(4){
	width: 118px;
	display: inline-block;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
	border-right: 1px solid #e6e6e6;
	height: 100%;

}
.content_box .join_school .join_school_table .accordion .link>span:nth-child(5){
	width: 222px;
	display: inline-block;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
	height: 100%;
}

.content_box .join_school .page{
	margin-top: 40px;
}
.content_box .join_school .page ul{
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.content_box .join_school .page ul li{
	display: inline-block;
	margin: 0px 5px;
}
.content_box .join_school .page ul li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	border: solid 1px #e6e6e6;
	display: inline-block;
	font-size: 14px;
	color: #666666;

}
.content_box .join_school .page ul li .active{
	background-color: #d22819;
	color: #fff;
}

/* 底部栏 */
footer{
	margin-top: 60px;
	width: 100%;
	height: 179px;
	background-color: #f0f0f0;
	padding: 20px 0px;
}
footer .bottom{
	width: 1200px;
	margin: 0 auto;
}
.bottom_blogroll h2{
	font-family: SourceHanSansCN-Medium;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
	margin: 0;
}
.bottom hr{
	width: 1200px;
	height: 1px;
	background: #cccccc;
	margin: 0 auto;
	margin-top: 12px;
	margin-bottom: 10px;
}
.bottom_blogroll_nav{
	overflow: hidden;
}
.bottom_blogroll_nav ul li{
	display: inline-block;
}
.bottom_blogroll_nav ul li a{
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	margin-right: 30px;
	line-height: 25px;
}
.bottom_blogroll_nav ul li a:hover{
	text-decoration: none;
}
.bottom_address{
	margin-top: 25px;
}
.bottom_address .bottom_address_title span{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	margin-right: 20px;
}
.bottom_address .bottom_address_title p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	margin: 0;
	margin-top: 5px;
}
.bottom_address div{
	display: inline-block;
}
.bottom_address .bottom_ident{
	float: right;
}
.bottom_ident img{
	width: 40px;
	height: 37px;
	float: left;
}
.bottom_ident span{
	float: left;
	margin-left: 10px;
	line-height: 55px;

	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}