@charset "utf-8";
/* CSS Document */
.head_top {
	width: 1200px;
	margin: -220px auto 100px;
	text-align: center;
}
.head_top h1 {
	font-size: 66px;
	line-height: 101px;
	font-family: "Candara"; 
	color: #fff;
}
/****************Course in Beijing***********************/
.all_bj {
	width: 100%;
}
.all_bj .course_in_city {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.all_bj .course_in_city .course_tab {
	margin-bottom: 25px;
	float: left;
}
.all_bj .course_in_city .course_tab a {
	display: block;
	width: 260px;
	height: 50px;
	background-color: #bbb;
	float: left;
	font-family: "Candara";
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	border-radius: 30px;
	margin-right: 20px;
	transition:background-color 0.2s;
	-moz-transition:background-color 0.2s;
	-webkit-transition:background-color 0.2s;
	-o-transition:background-color 0.2s;
	-ms-transition:background-color 0.2s;
}
.all_bj .course_in_city .course_tab a:hover, .all_bj .course_in_city .course_tab a.active {
	background-color: #f01e46;
}
.all_bj .course_in_city table {
	width: 1200px;
	float: left;
	border-spacing: 0;
}
.all_bj .course_in_city table th {
	color: #f01e46;
	height: 60px;
	font-family: "Candara";
	font-size: 16px;
}
.all_bj .course_in_city table tr:nth-child(2n) {
	background-color: #eee;
}
.all_bj .course_in_city table tr:hover {
	background-color: #fef0f0;
	cursor: pointer;
}
.all_bj .course_in_city table td {
	height: 40px;
	color: #666;
	font-weight: bold;
}
.all_bj .course_in_city table td .sch_name a, .all_bj .course_in_city table td a {
	color: #666;
}
.all_bj .course_in_city table td .course_name a {
	color: #116BC0;
}
.all_bj .course_in_city table td .course_name a.cu {
	font-weight: bold;
}
.all_bj .course_in_city table td .course_name a:hover {
	color: #f01e46;
	text-decoration: underline;
}
.all_bj .course_in_city table td .sch_name a:hover {
	color: #f01e46;
	text-decoration: none;
}
.all_bj .course_in_city table td:first-child {
	text-align: left;
	border-radius: 20px 0 0 20px;
	padding: 7px 0 ;
	padding-left: 50px;
	line-height: 20px;
}
.all_bj .course_in_city table td:last-child {
	width: 7.5%;
	border-radius: 0 20px 20px 0;
	padding-left: 20px;
}
.all_bj .course_in_city table td span {
	color: #999;
}
.all_bj .course_in_city table td a {
	color: #116BC0;
	cursor: pointer;
}
.all_bj .course_in_city table td a:hover {
	color: #f01e46;
	text-decoration: underline;
}
.all_bj .course_in_city table td a.add {
	display: block;
	width: 16px;
	height: 13px;
	background: #f01e46 url(../images/add3.png) 4px 3px no-repeat;
	border-radius: 20px;
	padding: 7px 14px 8px 30px;
	font-size: 12px;
	font-family: "Candara";
	color: #fff;
}
.all_bj .course_in_city table td a.add:hover {
	background-color: #B31532;
	text-decoration: none;
}
.all_bj .btm_page {
	width: 800px;
	padding: 50px 0 20px 400px;
	margin: 0 auto;
	float: left;
	text-align: center;
}
.all_bj .btm_page .pages {
	height: 40px;
	padding: 5px 4px 5px 8px;
	background-color: #FFF;
	border-radius: 25px;
	float: left;
}
.all_bj .btm_page .pages a {
	width: 40px;
	height: 40px;
	background-color: #CCC;
	border-radius: 20px;
	display: block;
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	margin-right: 5px;
	font-family: Arial;
}
.all_bj .btm_page .pages a {
	color: #999;
	background-color: #FFF;
	transition:color 0.2s;
	-moz-transition:color 0.2s;
	-webkit-transition:color 0.2s;
	-o-transition:color 0.2s;
	-ms-transition:color 0.2s;
}
.all_bj .btm_page .pages a.prev {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	background: #CCC url('../images/arrow4.png') 16px center no-repeat;
	transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
}
.all_bj .btm_page .pages a.next {
	background: #CCC url('../images/arrow4.png') 16px center no-repeat;
	margin-right: 0;
	transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
}
.all_bj .btm_page .pages a:hover {
	color: #F01E46;
}
.all_bj .btm_page .pages a.active {
	background-color: #f01e46;
	color: #fff;
}
.all_bj .btm_page .pages span {
	background-color: #F01E46;
}
.all_bj .btm_page .pages a.next {
	background: #CCC url('../images/arrow4.png') 16px center no-repeat;
	transition:background-color 0.2s;
	-moz-transition:background-color 0.2s;
	-webkit-transition:background-color 0.2s;
	-o-transition:background-color 0.2s;
	-ms-transition:background-color 0.2s;
}
.all_bj .btm_page .pages a.next:hover {
	background-color: #F01E46;
}
.all_bj .btm_page .pages a.prev {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	background: #CCC url('../images/arrow4.png') 16px center no-repeat;
	transition:background-color 0.2s;
	-moz-transition:background-color 0.2s;
	-webkit-transition:background-color 0.2s;
	-o-transition:background-color 0.2s;
	-ms-transition:background-color 0.2s;
}
.all_bj .btm_page .pages a.prev:hover {
	background-color: #F01E46;
}
.all_bj .btm_page p {
	float: left;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #666;
	font-family: "Candara";
	margin-left: 20px;
	margin-top: 10px;
}
.all_bj .btm_page p span {
	color: #f01e46;
	margin-left: 10px;
}
/****************Schools in Beijing***********************/
.all_bj .course_in_city table.sch {
	width: 1200px;
	float: left;
	border-spacing: 0;
}
.all_bj .course_in_city table.sch th {
	color: #f01e46;
	height: 60px;
	font-family: "Candara";
	font-weight: bold;
	font-size: 16px;
}
.all_bj .course_in_city table.sch tr:nth-child(2n) {
	background-color: #eee;
}
.all_bj .course_in_city table.sch td {
	color: #333;
	padding: 15px 0;
	font-weight: normal;
}
.all_bj .course_in_city table.sch td p {
	margin-bottom: 10px;
}
.all_bj .course_in_city table.sch td:nth-child(3) p, .all_bj .course_in_city table.sch td:nth-child(2) {
	text-align: left;
}
.all_bj .course_in_city table.sch td:nth-child(2) {
	font-family: "Candara";
	font-weight: bold;
	font-size: 16px;
	
}
.all_bj .course_in_city table.sch td p:last-child {
	margin-bottom: 0;
}
.all_bj .course_in_city table.sch td:first-child {
	border-radius: 20px 0 0 20px;
	padding: 7px 0 ;
	padding-left: 50px;
	line-height: 20px;
}
.all_bj .course_in_city table.sch td:last-child {
	width: 7.5%;
	border-radius: 0 20px 20px 0;
	padding-left: 20px;
}
.all_bj .course_in_city table.sch td span {
	color: #999;
}
.all_bj .course_in_city table td a.add {
	display: block;
	width: 16px;
	height: 13px;
	background: #f01e46 url(../images/add3.png) 4px 3px no-repeat;
	border-radius: 20px;
	padding: 7px 14px 8px 30px;
	font-size: 12px;
	font-family: "Candara";
	color: #fff;
}
.all_bj .course_in_city table td a.add:hover {
	background-color: #B31532;
}
/***************Why Study in Beijing***********************/
.all_bj .why_in_bj {
	width: 1200px;
	margin: 0 auto;
}
.all_bj .why_in_bj .part_1 {
	text-align: center;
}
.all_bj .why_in_bj .part_1 .reason {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin-top: -90px;
	text-align: center;
	margin-right: 46px;
}
.all_bj .why_in_bj .part_1 .reason .type_mod {
	width: 170px;
	height: 170px;
	margin: 0 auto 20px;
	border-radius: 100px;
	position: relative;
	border: 10px solid #fff;
	overflow: hidden;
}
.all_bj .why_in_bj .part_1 .reason .type_mod .bg {
	width: 170px;
	height: 170px;
	border-radius: 100px;
	position: relative;
	top: 0;
	left: 0;
}
.all_bj .why_in_bj .part_1 .reason .type_mod .bg_pic {
	position: absolute;
	left: 65px;
	top: 65px;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.all_bj .why_in_bj .part_1 .reason .type_mod .text_bg1, .all_bj .why_in_bj .part_1 .reason .type_mod .text_bg2, .all_bj .why_in_bj .part_1 .reason .type_mod .text_bg3, .all_bj .why_in_bj .part_1 .reason .type_mod .text_bg4, .all_bj .why_in_bj .part_1 .reason .type_mod .text_bg5 {
	width: 170px;
	height: 170px;
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 0;
	position: absolute;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.all_bj .why_in_bj .part_1 .reason .type_mod .text_bg1 {
	-webkit-box-shadow: 0 0 10px 100px rgba(255,164,40,.5) inset;
	-moz-box-shadow: 0 0 10px 100px rgba(255,164,40,.5) inset;
	box-shadow: 0 0 10px 100px rgba(255,164,40,.5) inset;
}
.all_bj .why_in_bj .part_1 .reason .type_mod:hover .text_bg1 {
	-webkit-box-shadow: 0 0 0 0 rgba(255,164,40,.0) inset;
	-moz-box-shadow: 0 0 0 0 rgba(255,164,40,.0) inset;
	box-shadow: 0 0 0 0 rgba(255,164,40,.0) inset;
	color: rgba(255,255,255,0);
}
.all_bj .why_in_bj .part_1 .reason .type_mod .text_bg2 {
	-webkit-box-shadow: 0 0 10px 100px rgba(135,253,0,.6) inset;
	-moz-box-shadow: 0 0 10px 100px rgba(135,253,0,.6) inset;
	box-shadow: 0 0 10px 100px rgba(135,253,0,.6) inset;
}
.all_bj .why_in_bj .part_1 .reason .type_mod:hover .text_bg2 {
	-webkit-box-shadow: 0 0 0 0 rgba(135,253,0,.1) inset;
	-moz-box-shadow: 0 0 0 0 rgba(135,253,0,.1) inset;
	box-shadow: 0 0 0 0 rgba(135,253,0,.1) inset;
	color: rgba(255,255,255,0);
}
.all_bj .why_in_bj .part_1 .reason .type_mod .text_bg3 {
	-webkit-box-shadow: 0 0 10px 100px rgba(36,214,255,.6) inset;
	-moz-box-shadow: 0 0 10px 100px rgba(36,214,255,.6) inset;
	box-shadow: 0 0 10px 100px rgba(36,214,255,.6) inset;
}
.all_bj .why_in_bj .part_1 .reason .type_mod:hover .text_bg3 {
	-webkit-box-shadow: 0 0 0 0 rgba(36,214,255,0) inset;
	-moz-box-shadow: 0 0 0 0 rgba(36,214,255,0) inset;
	box-shadow: 0 0 0 0 rgba(36,214,255,0) inset;
	color: rgba(255,255,255,0);
}
.all_bj .why_in_bj .part_1 .reason .type_mod .text_bg4 {
	-webkit-box-shadow: 0 0 10px 100px rgba(22,40,255,.6) inset;
	-moz-box-shadow: 0 0 10px 100px rgba(22,40,255,.6) inset;
	box-shadow: 0 0 10px 100px rgba(22,40,255,.6) inset;
}
.all_bj .why_in_bj .part_1 .reason .type_mod:hover .text_bg4 {
	-webkit-box-shadow: 0 0 0 0 rgba(22,40,255,0) inset;
	-moz-box-shadow: 0 0 0 0 rgba(22,40,255,0) inset;
	box-shadow: 0 0 0 0 rgba(22,40,255,0) inset;
	color: rgba(255,255,255,0);
}
.all_bj .why_in_bj .part_1 .reason .type_mod .text_bg5 {
	-webkit-box-shadow: 0 0 10px 100px rgba(223,99,255,.6) inset;
	-moz-box-shadow: 0 0 10px 100px rgba(223,99,255,.6) inset;
	box-shadow: 0 0 10px 100px rgba(223,99,255,.6) inset;
}
.all_bj .why_in_bj .part_1 .reason .type_mod:hover .text_bg5 {
	-webkit-box-shadow: 0 0 0 0 rgba(223,99,255,0) inset;
	-moz-box-shadow: 0 0 0 0 rgba(223,99,255,0) inset;
	box-shadow: 0 0 0 0 rgba(223,99,255,0) inset;
	color: rgba(255,255,255,0);
}
.all_bj .why_in_bj .part_1 .reason .type_mod:hover .bg_pic {
	opacity: 0;
}
.all_bj .why_in_bj .part_1 .reason a p {
	width: 200px;
	font-family: "Candara";
	line-height: 140%;
	font-weight: bold;
	font-size: 16px;
}
.all_bj .why_in_bj .part_1 .reason a:hover {
	color: #f01e46;
}
.all_bj .why_in_bj .part_2 {
	width: 700px;
	margin: 50px auto 0;
}
.all_bj .why_in_bj .part_2 p {
	text-align: center;
	line-height: 160%;
	font-size: 14px;
	color: #666;
}
.all_bj .why_in_bj .part_3 {
	width: 1200px;
	margin: 50px auto 0;
}
.all_bj .why_in_bj .part_3:hover {
	cursor: pointer;
}
.all_bj .why_in_bj .part_3 .pic_group {
	width: 400px;
	float: left;
	margin-left: 120px;
}
.all_bj .why_in_bj .part_3 .pic_group ul {
	width: 400px;
	height: 250px;
	float: left;
}
.all_bj .why_in_bj .part_3 .pic_group ul li {
	width: 400px;
	height: 250px;
	border-radius: 20px;
	position: relative;
}
.all_bj .why_in_bj .part_3 .pic_group ul li img {
	width: 400px;
	height: 250px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 20px;
}
.all_bj .why_in_bj .part_3 .pic_group .imgbtn {
	width: 400px;
	float: left;
	margin-top: 10px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.all_bj .why_in_bj .part_3 .pic_group .imgbtn a {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50px;
	background-color: #c3c3c3;
	margin-right: 15px;
}
.all_bj .why_in_bj .part_3 .pic_group .imgbtn a:hover, .all_bj .why_in_bj .part_3 .pic_group .imgbtn a.active {
	background-color: #f01e46;
}
.all_bj .why_in_bj .part_3 .text {
	width: 525px;
	height: 280px;
	float: right;
	margin-right: 75px;
}
.all_bj .why_in_bj .part_3 .text h3 {
	font-size: 28px;
	color: #333;
	margin: 20px auto;
}
.all_bj .why_in_bj .part_3 .text .text_s {
	width: 525px;
	height: 170px;
	font-size: 14px;
	line-height: 140%;
	color: #666;
	overflow: hidden;
}
.all_bj .why_in_bj .part_3 .text .text_s a.more {
	color: #f01e46;
	text-decoration: underline;
	font-size: 16px;
	font-family: "Candara";
	margin-left: 30px;
}
.all_bj .why_in_bj .part_4 {
	width: 1200px;
	margin: 50px auto 0;
}
.all_bj .why_in_bj .part_4:hover {
	cursor: pointer;
}
.all_bj .why_in_bj .part_4 .pic_group {
	width: 400px;
	float: right;
	margin-right: 210px;
}
.all_bj .why_in_bj .part_4 .pic_group ul {
	width: 400px;
	height: 250px;
	float: left;
}
.all_bj .why_in_bj .part_4 .pic_group ul li {
	width: 400px;
	height: 250px;
	border-radius: 20px;
	position: relative;
}
.all_bj .why_in_bj .part_4 .pic_group ul li img {
	width: 400px;
	height: 250px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 20px;
}
.all_bj .why_in_bj .part_4 .pic_group .imgbtn {
	width: 400px;
	float: left;
	margin-top: 10px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.all_bj .why_in_bj .part_4 .pic_group .imgbtn a {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50px;
	background-color: #c3c3c3;
	margin-right: 15px;
}
.all_bj .why_in_bj .part_4 .pic_group .imgbtn a:hover, .all_bj .why_in_bj .part_4 .pic_group .imgbtn a.active {
	background-color: #f01e46;
}
.all_bj .why_in_bj .part_4 .text {
	width: 500px;
	height: 280px;
	float: left;
	margin-left: 20px;
}
.all_bj .why_in_bj .part_4 .text h3 {
	font-size: 28px;
	color: #333;
	margin: 20px auto;
}
.all_bj .why_in_bj .part_4 .text .text_s {
	width: 525px;
	height: 150px;
	line-height: 140%;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}
.all_bj .why_in_bj .part_4 .text a.more {
	color: #f01e46;
	text-decoration: underline;
	font-size: 16px;
	font-family: "Candara";
	margin-left: 30px;
}
.all_bj .why_in_bj .embassies {
	width: 1200px;
	margin: 80px auto 0;
}
.all_bj .why_in_bj .embassies h3 {
	width: 1200px;
	text-align: center;
	font-size: 28px;
	color: #333;
	margin: 20px auto;
}
.all_bj .why_in_bj .embassies ul {
	width: 280px;
	margin-right: 26px;
	margin-bottom: 20px;
	float: left;
}
.all_bj .why_in_bj .embassies ul li {
	padding: 5px 0;
	color: #333;
}
.all_bj .why_in_bj .embassies table td p {
	
}
.all_bj .why_in_bj .embassies ul li.name {
	color: #f01e46;
	border-top: 1px solid #ccc;
	padding-top: 20px;
	font-weight: bold;
	font-family: Arial;
}
