@charset "utf-8";
.banner img {
	max-width: 100%;
}

.english {
	background: #FFFFFF;
	padding: 60px 0 150px 0;
	font-family: SHSCN;
}

.english .lead {
	text-align: center;
	color: #3e8fe8;
	font-size: 24px;
	border-bottom: 1px solid #EEEEEE;
}

.english .lead p:last-child,
.english .lead a {
	text-align: right;
	color: #999999;
	font-size: 12px;
	padding: 10px 0 20px;
	margin-top: 20px;
}

.english .lead a:hover {
	color: #3D8FE8;
}

.english .progress {
	background: #F0F0F0;
	padding: 50px 0;
	margin-top: 50px;
}

.english .progress li {
	background: url(../img/first.png) no-repeat center;
	width: 800px;
	height: 260px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.english .progress li:nth-child(2) {
	background: url(../img/sec.png) no-repeat center;
	height: 280px;
}

.english .progress li:nth-child(3) {
	background: url(../img/thr.png) no-repeat center;
height: 290px;
}

.english .progress li:nth-child(4) {
	background: url(../img/four.png) no-repeat center;
height: 280px;
}

.english .progress li:nth-child(5) {
	background: url(../img/five.png) no-repeat center;
	height: 280px;
}


.english .progress li .cnt {
	width: 570px;
	float: right;
	margin: 15px 25px;
	font-size: 12px;
	color: #074d9a;
	line-height: 25px;
}

.english .progress li .cnt .fir {
	font-size: 20px;
	color: #004098;
}

.english .progress li .tests p {
	height: 30px;
	line-height: 30px;
	background: #3582d6;
	margin: 10px 0;
	padding-left: 10px;
}

.english .progress li .tests p span:first-child {
	margin-right: 45px;
}

.english .progress li .tests p span:nth-child(2){
	display: flex;
	align-items: center;
	height: 30px;
	display: inline-block;
}

.english .progress li a{
	float: right;
	background: url(../img/a-bg.png) no-repeat center;
	display: inline-block;
	width: 120px;
	color: #FFFFFF;
	text-align: center;
}

.english .progress li a:hover{
	background-size: 90%;
}

.single{
	background: #f0f0f0;
	margin-top: 50px;
	padding: 50px 20px;
}

.single .fir{
	color: #3E8FE8;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}

.single li{
	margin: 15px 0;
}

.single .choose{
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}

.single .choose .item{
	min-width: 185px;
	min-height: 45px;
	/*max-width: 250px;*/
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
	align-items: center;
	background: #FFFFFF;
	text-align: center;
	margin: 0 4px 20px;
	padding: 5px;
	box-sizing: border-box;
}

.single .choose .text{
	/*padding-top: 20px;*/
}

.single .submit{
	width: 420px;
	height: 60px;
	display: block;
	background: #3E8FE8;
	color: #FFFFFF;
	text-align-last: center;
	line-height: 60px;
	margin: 100px auto 80px; 
	font-size: 16px;
	outline: none;
	border: 1px solid #3E8FE8;
	cursor: pointer;
}

.single .submit:hover{
	background: transparent;
	color: #3E8FE8;
}

.all-test {
	background: #F0F0F0;
	padding: 50px 100px;
	margin-top: 50px;
}

.all-test li{
	height: 50px;
	line-height: 50px;
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background: #3582d6;
	padding: 0 20px;
	box-sizing: border-box;
}


.all-test li span:first-child {
	margin-right: 30px;
	width: 700px;
	display: block;
	max-width: 700px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.all-test li span:nth-child(2) {
	width: 180px;
	display: inline-block;
	text-align: left;
}

.all-test li a{
	display: block;
	opacity: 0;
	background: url(../img/a-bg.png) no-repeat center;
	width: 0;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	text-align: center;
	transition: all .5s ease-in-out;
}

.all-test li:hover a{
	opacity: 1;
	width: 90px;
}



