body {
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	font: 14px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
	color: #333;
}

.homepage {
	background: url(../img/school-bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.homepage .logo {
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
}

.homepage .logo-xs {
	display: none;
}

.homepage .logo>h3 {
	display: inline-block;
	border-left: 1px solid #fff;
	font-size: 24px;
	color: #fff;
	font-weight: 300;
	padding-left: 20px;
	vertical-align: 42px;
}

.homepage .content {
	width: 100%;
	padding-top: 30px;
}

.homepage .content>.card {
	width: 70%;
	height: 650px;
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
}

.homepage .content>.card>div {
	height: 650px;
}

.homepage .content>.card>.left-card {
	float: left;
	width: 40%;
	background-color: #eee;
}
.homepage .content>.card .cardImg-xs {
	display: none;
}
.homepage .content>.card>.left-card>.title-xs {
	display: none;
}

.homepage .content>.card>.left-card>.school-bg-xs>img {
	display: none;
}

.homepage .content>.card>.left-card>p {
	text-align: center;
	margin: 50px 0;
	font-size: 18px;
	overflow: hidden;
}

.homepage .content>.card>.left-card>ul {
	padding-left: 0px;
}

.homepage .content>.card>.left-card>ul>li {
	list-style: none;
	margin: 0 auto 20px auto;
	text-align: left;
	width: 330px;
	overflow: hidden;
	border-radius: 4px;
}

.homepage .content>.card>.left-card>ul>li:first-child {
	background-color: #589FF1;
}

.homepage .content>.card>.left-card>ul>li:nth-child(2) div.btn1 {
	background-color: #6A55EE;
	width: 330px;
	overflow: hidden;
	cursor: pointer;
}
.homepage .content>.card>.left-card>ul>li:nth-child(2) .tips {
	background-color: #fff;
	overflow:hidden;
	box-shadow: 0px 0px 20px rgba(60, 55, 200, 0.49);
	cursor: pointer;
}
.homepage .content>.card>.left-card>ul>li:nth-child(2) .tips p {
	float: left;
	width: 95%;
	text-align: center;
	margin-left: 10px;
	margin-top:9px;
}
.homepage .content>.card>.left-card>ul>li:nth-child(2) .btn1 .left {
	width: 75%;
	height: 65px;
	float: left;
}
.homepage .content>.card>.left-card>ul>li:nth-child(2) .tips a,
.homepage .content>.card>.left-card>ul>li:nth-child(2) .btn1 .right {
    float:right;
	width:25%;
	background-color: #EAC130;
}
.homepage .content>.card>.left-card>ul>li:nth-child(2) .tips a button,
.homepage .content>.card>.left-card>ul>li:nth-child(2) .btn1 .right button {
	height: 65px;
	border: 1px solid #EAC130;
	background-color: #EAC130;
	font-size: 16px;
	padding: 0 17px;
	color: #fff;
	cursor:pointer;
}
.homepage .content>.card>.left-card>ul>li>a>.text>p.toggle-title {
	display: block;
}
.homepage .content>.card>.left-card>ul>li>a>.text>p.toggle-title-xs {
	display: none;
}
.homepage .content>.card>.left-card>ul>li:nth-child(3) {
	background-color: #58C2F4;
}

.homepage .content>.card>.left-card>ul>li:last-child {
	background-color: #1CD5C7;
}

.homepage .content>.card>.left-card>ul>li>a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 10px 23px;
	width: 100%;
}

.homepage .content>.card>.left-card>ul>li img {
	float: left;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.homepage .content>.card>.left-card>ul>li:first-child img {
	width: 35px;
	margin-top: 9px;
	margin-right: 10px;
	margin-left: -4px;
}
.homepage .content>.card>.left-card>ul>li:nth-child(2) img {
	width: 35px;
	margin-top: 13px;
	margin-left: 20px;
	margin-right: 5px;
}
.homepage .content>.card>.left-card>ul>li:nth-child(3) img {
	width: 30px;
	margin-top: 4px;
	margin-right: 10px;
}
.homepage .content>.card>.left-card>ul>li:nth-child(4) a {
	padding: 5px 15px;
}
.homepage .content>.card>.left-card>ul>li:nth-child(4) img {
	width: 25px;
	margin-top: 8px;
	margin-right: 10px;
	margin-left: 11px;
}
.homepage .content>.card>.left-card>ul>li>a>.text,
.homepage .content>.card>.left-card>ul>li .two-text {
	width: 75%;
	float: left;
}

.homepage .content>.card>.left-card>ul>li>a>.text>p {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 16px;
}

.homepage .content>.card>.left-card>ul>li .two-text>p {
	margin: 0 0 0 10px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.homepage .content>.card>.left-card>ul>li .two-text>p>a {
	text-decoration: none;
	color: #fff;
}

.homepage .content>.card>.left-card .two-text .sm-text {
	font-size: 12px;
}

.homepage .content>.card>.left-card>ul>li .two-text{
	position: relative;
}
.homepage .content>.card>.left-card .two-text button {
	    position: absolute;
	    right: -25px;
	    bottom: -18px;
	    padding: 2px 3px;
	    background-color: #EAC130;
	    border: 0 groove #EAC130;
	    color: #fff;
	    width: 56px;
	    height: 76px;
		box-shadow: inset 0 0.3rem 0.2rem rgb(255 255 255 / 20%), inset 0 -0.3rem 0.2rem rgb(0 0 0 / 20%), 0 0.2rem 0.4rem rgb(0 0 0 / 20%);
}

.homepage .content>.card>.left-card .two-text button:hover {
	cursor: pointer;
}

.homepage .content>.card>.right-card {
	position: relative;
	float: right;
	width: 60%;
	/*background: url(../img/bg_bottom.png) no-repeat right bottom;
	background-size: 100%;*/
}

.homepage .content>.card>.right-card>.note>h4 {
	text-align: center;
	padding: 15px 0;
	font-size: 18px;
}

.homepage .content>.card>.right-card>.note>p {
	padding: 3px 15px 3px 30px;
	margin: 0;
}

.homepage .content>.card>.right-card .question {
	padding: 15px 0 30px 0;
	overflow: hidden;
}

.homepage .content>.card>.right-card .question>ul {
	padding-left: 30px;
}

.homepage .content>.card>.right-card .question>ul>li {
	width: 33.33%;
	float: left;
	list-style: none;
}

.homepage .content>.card>.right-card .question>ul>li>div {
	width: 90%;
	background-color: #fff;
	box-shadow: 0px 5px 15px rgb(0 0 0 / 8%);
}

.homepage .content>.card>.right-card .question>ul>li .header {
	text-align: center;
	padding: 15px 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.homepage .content>.card>.right-card .question>ul>li .header>img {
	max-width: 40px;

}

.homepage .content>.card>.right-card .question>ul>li .header>p {
	color: #fff;
	margin: 0;
}

/*
.homepage .content>.card>.right-card .question>ul>li:first-child .header {
	background-image: linear-gradient(to right, #46a3ed, #8bc6f5);
}

.homepage .content>.card>.right-card .question>ul>li:nth-child(2) .header {
	background-image: linear-gradient(to right, #687bfd, #8b97e9);
}

.homepage .content>.card>.right-card .question>ul>li:last-child .header {
	background-image: linear-gradient(to right, #ffb783, #ffd5b6);
}
*/

.homepage .content>.card>.right-card .question>ul>li:first-child .header {
	background-image: linear-gradient(to right, #DCDCDC, #DCDCDC);
}

.homepage .content>.card>.right-card .question>ul>li:nth-child(2) .header {
	background-image: linear-gradient(to right, #DCDCDC, #DCDCDC);
}

.homepage .content>.card>.right-card .question>ul>li:last-child .header {
	background-image: linear-gradient(to right, #DCDCDC, #DCDCDC);
}

.homepage .content>.card>.right-card .question>ul>li .text {
	height: 150px;
	padding: 0 10px;
}

.homepage .content>.card>.right-card .question>ul>li .text a {
	text-decoration: none;
	color: #46a3ed;
}

.homepage .content>.card>.right-card .copyright {
	position: absolute;
	left: 40px;
	bottom: 20px;
}

.homepage .content>.card>.right-card .copyright-xs {
	display: none;
}
.homepage .content .copyright-xs{
	display: none;
}
@media (max-width: 1680px) {
	.homepage .content>.card {
		width: 90%;
	}
}

@media (max-width: 1280px) {
	.homepage .logo {
		width: 90%;
	}

	.homepage .content>.card>.right-card .question>ul>li .text {
		height: 180px;
	}
}

@media (max-width: 768px) {
	.homepage {
		position: relative;
		background: url(../img/bg-mobile2.png) no-repeat;
		background-size: 100% 100%;
	}
	.homepage .content>.card,
	.homepage .content>.card>div {
		height: auto;
		border-radius: 4px;
	}
	.homepage .content>.card .cardImg-xs {
		display: block;
		padding-left: 15%;
		margin: 30px 0 20px 0;
		width: 70%;
	}
	.homepage .content>.card .cardImg-xs img {
		width:100%;
	}
	.homepage .content>.card>.left-card>ul {
		padding-left: 5%;
		width: 90%;
	}
	.homepage .content>.card>.left-card>ul>li>a {
		text-align: center;
		width: auto;
	}
	.homepage .content>.card>.left-card>.title-xs {
		display: block;
		line-height: 25px;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.homepage .content>.card>.right-card {
		width: 100%;
		height: auto;
	}

	.homepage .logo,
	.homepage .content>.card>.left-card>.title,
	.homepage .content>.card>.right-card .copyright,
	.homepage .content>.card>.right-card .note,
	.homepage .content>.card>.right-card .question,
	.homepage .content>.card>.left-card>ul>li:nth-child(2),
	.homepage .content>.card>.left-card>ul>li:nth-child(3) {
		display: none;
	}

	.homepage .content .copyright-xs {
		display: block;
		position: absolute;
		bottom: 10px;
		width: 100%;
	}
	.homepage .content .copyright-xs p {
		text-align: center;
		color: #fff;
		font-size: 13px;
	}
	.homepage .logo-xs {
		display: block;
		text-align: left;
	}

	.homepage .content>.card>.left-card>.school-bg-xs {
		position: relative;
	}

	.homepage .content>.card>.left-card>.school-bg-xs:after {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		box-shadow: 0 0 20px 20px #fff inset;
	}

	.homepage .content>.card>.left-card>.school-bg-xs>img {
		display: block;
		width: 100%;
		height: 200px;
		border-radius: 50%;
		margin-bottom: 30px;
		box-shadow: 0 0 50px 30px #fff inset;
	}
	.homepage .content>.card>.left-card>ul>li {
		width: auto;
	}
	.homepage .content>.card>.left-card>ul>li>a {
		padding: 10px 50px;
	}
	.homepage .content>.card>.left-card>ul>li:nth-child(4) a {
		padding: 5px 43px;
	}
	.homepage .content>.card>.left-card>ul>li>a>.text>p.toggle-title {
		display: none;
	}
	.homepage .content>.card>.left-card>ul>li>a>.text>p.toggle-title-xs {
		display: block;
	}
	.homepage .content>.card>.left-card>ul>li>a>.text, .homepage .content>.card>.left-card>ul>li .two-text {
		width: 70%;
	}
	.homepage .logo-xs>img {
		width: 60%;
		margin-top: 20px;
		padding-left: 5%;
	}

	.homepage .content>.card>.left-card>p {
		font-size: 22px;
		margin-top: 10px;
	}

	.homepage .content>.card>.left-card {
		width: 100%;
		background-color: #fff;
	}

}
@media (max-width: 350px) {
	.homepage .content>.card>.left-card>ul>li>a {
		padding: 10px 30px;
	}
	.homepage .content>.card>.left-card>ul>li:nth-child(4) a {
		padding: 5px 24px;
	}
}
@media (max-width: 300px) {
	.homepage .content>.card>.left-card>ul>li>a {
		padding: 10px 15px;
	}
	.homepage .content>.card>.left-card>ul>li:nth-child(4) a {
		padding: 5px 9px;
	}
}
