.ACCA {
	padding: 30px 0px;
}

.ACCA .info .txt {
	margin-bottom: 20px;
}

.ACCA .info .txt .p1 {
	font-size: 26px;
	color: #002868;
	margin-bottom: 15px;
}

.ACCA .info .txt .p2 {
	font-size: 13px;
	color: #898989;
	text-align: justify;
	line-height: 24px;
}

.ACCA .info .box {
	clear: both;
	overflow: hidden;
	border: 1px solid #eee;
}

.ACCA .info .box .mk {
	width: 33.33%;
	float: left;
	transition-duration: 0.2s;
}

.ACCA .info .box .mk a {
	display: block;
	padding: 28px 20px;
	transition-duration: 0.3s;
}

.ACCA .info .box .mk .p1 {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 20px;
	color: #002868;
}

.ACCA .info .box .mk .p2 {
	clear: both;
	overflow: hidden;
}

.ACCA .info .box .mk .p2 span.icon {
	float: left;
	color: #092964;
	font-size: 24px;
	line-height: 20px;
}

.ACCA .info .box .mk .p2 span:last-child {
	float: right;
	line-height: 24px;
	font-size: 12px;
	color: #092964;
	border: 1px solid #092964;
	padding: 0px 10px;
}

.ACCA .info .box .mk:nth-child(1) {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.ACCA .info .box .mk:nth-child(3) {
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.ACCA .info .box .mk:nth-child(5) {
	border-top: 1px solid #eee
}

.ACCA .info .box .mk a:hover {
	background-color: #002868;
}

.ACCA .info .box .mk a:hover .p1,
.ACCA .info .box .mk a:hover .p2 span.icon {
	color: #fff;
}

.ACCA .info .box .mk a:hover .p2 span:last-child {
	border-color: #fff;
	color: #fff;
}

.ACCA .new .txt p {
	line-height: 40px;
	font-size: 26px;
	color: #002868;
}

.ACCA .new .txt p span {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #eee;
	font-size: 18px;
	color: #3274ad;
}

.ACCA .new .info {
	height: 385px;
	padding: 20px;
	padding-top: 0px;
	margin-top: 15px;
	background-color: #f3f3f3;
}

.ACCA .new .info ul {
	padding-top: 20px;
}

.ACCA .new .info li {
	margin-bottom: 10px;
}

.ACCA .new .info a {
	display: block;
	clear: both;
	overflow: hidden;
}

.ACCA .new .info a .p1 {
	width: 50px;
	height: 50px;
	font-size: 22px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	float: left;
	background-color: #002868;
}

.ACCA .new .info a .p2 {
	float: right;
	width: 80%;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.more {
	clear: both;
	overflow: hidden;
}

.more a {
	float: right;
	line-height: 26px;
	font-size: 12px;
	color: #092964;
	border: 1px solid #092964;
	padding: 0px 10px;
}

/*国际研学*/
.international {
	margin: 30px 0px;
	background-color: #eeeeee;
}

.title {
	padding: 25px 0px;
}

.title p {
	font-size: 26px;
	color: #002868;
}

.title p span {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #ddd;
	font-size: 18px;
	color: #3274ad;
}

.international .main {
	clear: both;
	overflow: hidden;
	padding-bottom: 40px;
}

.international .info1 {
	width: 39%;
	float: left;
}

.international .info2 {
	width: 22%;
	float: left;
}

.international .main .info1 .mk {
	width: 56%;
	padding: 5px;
	float: left;
	overflow: hidden;
}

.international .main .info1 .mk:first-child {
	width: 44%;
}

.international .main .info2 .mk {
	width: 100%;
	padding: 5px;
	float: left;
	overflow: hidden;
}


.international .main .mk a {
	display: block;
	position: relative;
	overflow: hidden;
}

.international .main .mk a img {
	transition-duration: 0.4s;
}

.international .main .mk a:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.international .main .mk2 a {
	height: 176px;
	margin-bottom: 10px;
}

.international .main .mk p {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: #fff;
	font-size: 18px;
	line-height: 176px;
	text-align: center;
	background-color: rgba(106, 57, 6, .4);
}

.international .main .info1 .mk:first-child p {
	text-align: right;
	padding-top: 250px;
	padding-right: 15px;
	font-size: 22px;
}

/*.international .main .info1:nth-child(1) .mk2 a:nth-child(1) p{
	line-height: 176px;
	padding: 0px;
}*/

.international .main .info3 .mk2 a:nth-child(1) p {
	line-height: 26px;
	padding: 65px 20px;
}

/*一站式留学服务*/
.study {
	margin: 60px 0px;
}

.study .title {
	padding-left: 20px;
	background-color: #eee;
	margin-bottom: 20px;
}

.study .info {
	clear: both;
	overflow: hidden;
}

.study .info a {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	height: 168px;
}

.study .info a img {
	transition-duration: 0.4s;
}

.study .info a:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.study .info a p {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 170px;
	background-color: rgba(106, 57, 6, .4);
}

/*公司介绍*/
.aboutUs {
	margin: 60px 0px;
	padding: 80px 0px;
	margin-bottom: 0px;
	background-image: url(../images/index_aboutUs_bg.jpg);
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.aboutUs .col-sm-6 {
	float: right;
	padding-right: 0px;
}

.aboutUs .info {
	background-color: #fff;
	border-left: 6px solid #002868;
	padding: 15px;
}

.aboutUs .info .txt p {
	font-size: 26px;
	color: #002868;
}

.aboutUs .info .txt p span {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #ddd;
	font-size: 16px;
	color: #3274ad;
}

.aboutUs .info .box {
	overflow-y: auto;
	height: 200px;
	padding: 10px 0px;
	margin: 20px 0px;
	padding-right: 20px;
}

.aboutUs .info .box::-webkit-scrollbar {
	width: 6px;
	border-radius: 50px;
}

.aboutUs .info .box::-webkit-scrollbar-thumb {
	background-color: #f6f2ed;
	border-radius: 50px;
}

.aboutUs .info .box::-webkit-scrollbar-track {
	background-color: #cccccc;
	border-radius: 50px;
}

.aboutUs .info .box .p1 {
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
	line-height: 24px;
}

/*往期案例*/
.case {
	margin-top: 10px;
	margin-bottom: 60px;
}

.case .info {
	clear: both;
	overflow: hidden;
}

.case .box {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	background-size: 48%;
	background-repeat: no-repeat;
	background-position: left;
}

.case .box .txt {
	width: 65%;
	padding: 25px;
	float: right;
}

.case .box .txt a {
	padding: 25px 30px;
	padding-left: 25%;
	display: block;
	clear: both;
	overflow: hidden;
	padding-bottom: 15px;
	border: 1px solid #3274ad;
}

.case .box .txt p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.case .box .txt span {
	font-size: 12px;
	color: #fff;
	padding: 3px 10px;
	background-color: #222;
	float: right;
}

.case .more {
	text-align: center;
	margin-top: 20px;
}

.case .more a {
	background-color: #bfbfbf;
	padding: 2px 25px;
	color: #fff;
	float: none;
	font-size: 13px;
	border: 0px;
	display: inline-block;
}

/*合作学校*/
.school {
	padding: 50px 0px;
	background-color: #eeeeee;
}

.school p {
	font-size: 22px;
	color: #002868;
	line-height: 50px;
}

.school .slider {
	text-align: center;
}

.school .slider img {
	width: 50px;
	margin: auto;
}

.school .slick-slider {
	margin-bottom: 0px;
}

.slick-prev:before,
.slick-next:before {
	color: #889ba6
}

.school .tel {
	display: none;
	text-align: center;
}

.school .tel img {
	width: 100%;
	margin: auto;
	margin-bottom: 10px;
	display: inline-block;
}

/*友情链接*/
.friendly {
	background-color: #002868;
	padding: 20px 0px;
}

.friendly .p1 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 15px;
}

.friendly .info {
	clear: both;
	overflow: hidden;
}

.friendly .info .col-sm-2 {
	padding: 15px 0px;
	border-right: 1px dashed #599bf2;
}

.friendly .info li {
	text-align: center;
	line-height: 26px;
}

.friendly .info li a {
	color: #599bf2;
}

.friendly .info li a:before {
	content: '>';
	font-size: 16px;
	padding-right: 5px;
}

.ACCA .newWrap {
	display: none;
}

@media screen and (max-width: 768px) {
	.banner {
		margin-top: 62px;
	}

	.ACCA .info .box .mk {
		width: 50%;
	}

	.ACCA .info .box {
		border: 0px;
	}

	.ACCA .info .box .mk {
		border: 1px solid #eee;
	}

	.ACCA .info .box .mk a {
		padding: 10px;
		padding-bottom: 20px;
	}

	.col-xs-12 {
		padding: 0px;
	}

	.ACCA .new {
		margin-top: 30px;
	}

	.ACCA .newPc {
		display: none;
	}

	.ACCA .newWrap {
		display: block;
		padding-bottom: 30px;
	}

	.ACCA .new .txt {
		margin-bottom: 15px;
	}

	.ACCA .new .info .more a {
		width: 100%;
		text-align: center;
	}

	.ACCA .info .txt .p1 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.ACCA .new .txt p {
		font-size: 20px;
	}

	.international {
		margin-top: 0px;
	}

	.international .info1,
	.international .info2 {
		width: 100%;
		background-color: #fff;
		padding: 5px;
	}

	.international .info2 {
		padding: 0px 5px;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}

	.international .info3 {
		padding-bottom: 10px;
	}

	.international .main .info1 .mk2 a {
		height: 130px;
		width: 50%;
		float: left;
		padding: 5px;
	}

	.international .main .info1 .mk2 a:last-child {
		margin-bottom: 0px;
	}

	.international .main .info1 .mk:first-child p {
		padding-top: 180px;
	}

	.international .main .info1 .mk:first-child {
		display: none;
	}

	.international .main .info1 .mk {
		height: 130px;
		width: 100%;
		padding: 0px 5px;
	}

	.international .main .info2 .mk {
		height: 130px;
	}

	.international .main .mk2 a {
		height: 130px;
		float: left;
		width: 50%;
		padding: 5px;
	}

	.international .main .mk p {
		font-size: 15px;
		line-height: 130px;
	}

	.title {
		padding: 20px 0px;
		padding-bottom: 15px;
	}

	.title p {
		font-size: 20px;

	}

	.title p span {
		font-size: 14px;
	}

	.study {
		margin: 20px 0px;
	}

	.study .info a {
		height: 72px;
		margin-bottom: 10px;
	}

	.study .info a p {
		line-height: 72px;
	}

	.study .info {
		margin-left: 0px;
		margin-right: 0px;
	}

	.study .col-xs-6 {
		padding: 0px 5px;
	}

	.aboutUs {
		margin-top: 20px;
	}

	.case {
		margin-bottom: 30px;
	}

	.case .box {
		margin-left: 15px;
	}

	.case .box .txt {
		padding: 0px 15px;
	}

	.school {
		padding: 30px 0px;
	}

	.school .slick-slider {
		display: none;
	}

	.school p {
		text-align: center;
	}

	.friendly .p1 {
		text-align: center;
	}

	.school .tel {
		display: block;
	}

	.friendly .info .col-sm-2:nth-child(2),
	.friendly .info .col-sm-2:nth-child(4),
	.friendly .info .col-sm-2:nth-child(6) {
		border-right: 0px;
	}

	.international .main .info3 .mk2 a:nth-child(1) p {
		line-height: 26px;
		padding: 38px 20px;
	}

	.international .main .info3 .mk2 a:nth-child(2) p {
		line-height: 26px;
		padding: 40px 20px;
	}


	.ACCA .new .info {
		height: auto;
	}
}