
.clearfix {
	*zoom: 1
}

.clearfix:after {
	clear: both
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table
}

html {
	font-size: 16px;
	font-family: 'Microsoft YaHei';
}

@media (max-width: 1366px) {
	html {
		font-size: 14px
	}

	/* .qrcode-fixed {
		display: none;
	} */
}

@media (min-width: 1366px) and (max-width: 1600px) {
	/* .qrcode-fixed {
		display: none;
	} */
}

.W1000 {
	width: 75rem;
	margin-left: auto;
	margin-right: auto;
}

a {
	text-decoration: none;
	color: #242424
}

* {
	margin: 0;
	padding: 0
}

body {
	min-width: 81.25rem;
}

.important-news * {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.site-nav {
	height: 7.56rem;
	position: relative;
}

.site-nav .bg-wrapper {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .8;
}

.site-nav .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 75rem;
	height: 100%;
	z-index: -1;
}

.site-nav .bg .left {
	height: 100%;
}

.site-nav .bg .right {
	height: 100%;
	float: right;
}

.site-nav .logo {
	text-align: center;
	margin-top: -15px;
}

.site-nav .logo img {
	display: block;
	width: 37.5rem;
	height: auto;
	margin: 2.4rem auto 0;
}

.apply-nav-wrapper {
	height: 3.125rem
}

.apply-nav {
	background: #293e91;
	height: 3.125rem
}

.apply-nav.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 20;
}

.apply-nav .W1000 {
	position: relative;
}

.apply-nav .nav-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	line-height: 3.125rem;
	padding: 0 2rem;
	display: inline-block;
	color: #fff;
	font-weight: 600;
	font-size: 1rem
}

.apply-nav .nav-item:first-child {
	padding-left: 0;
}

/* .apply-nav .nav-item:nth-child(9) {
	padding-right: 0;
} */

.apply-nav .nav-item .nav-title {
	display: inline-block
}

.apply-nav .nav-item.active .nav-title {
	line-height: 2.8125rem;
	border-bottom: 5px solid #ffd128
}

.form-group {
	margin-bottom: 1rem;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-sm-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-sm-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.content img {
	max-width: 90% !important;
}

.search-box-wrapper {
	position: absolute;
	top: -4rem;
	right: 0;
	padding: .5rem;
	border-radius: 0 0 .1875rem .1875rem;
}

.search-box {
	background: #fff;
	height: 2.15rem;
	border-bottom: 1px solid #293e91;
	overflow: hidden;
}

.search-box,
.search-box input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.search-box input {
	border: none;
	background: none;
	display: inline-block;
	vertical-align: top;
	width: 3.5rem;
	line-height: 2rem;
	height: 2rem;
	font-size: 0.7rem;
	padding: 0 0 0 .625rem;
	outline: none;
	color: #999
}

.search-box .btnn {
	color: #293e91;
	display: inline-block;
	height: 2.15rem;
	width: 2.15rem;
	line-height: 2.15rem;
	text-align: center;
	cursor: pointer
}

.search-box .btnn i {
	font-size: 1rem
}

.college-box{
	width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	flex-wrap: wrap;
}
.college-box-little{
	width:30%;
	margin-bottom:2rem;
	margin-left:2rem;
}

.college-box-little-box{
	width:100%;
	height:13rem;
	overflow: hidden;
}
.college-box-little-p{
	text-align: center;
	line-height:1.5rem;
	margin-top:1rem;
}

.college-box-little-box-img{
	width: 100%;
	height: 100%;
	transition:all .6s;
	border-radius:2rem;
}

.college-box-little-box-img:hover{
	transform: scale(1.2);
}

.right-speed-title{
	text-align: center;
	font-size:1.5rem;
	font-weight:600;
}

.right-speed-luqu-span{
	display: inline-block;
	margin-right:1.5rem;
	margin-top:2rem;
}

.right-speed-luqu-span img{
	position: relative;
	top:.2rem;
	left: .2rem;
}

.ks-box-input{
	width:15rem;
	height:2rem;
	outline: none;
	margin-left:1rem;
	padding-left:.2rem;
}
.ks-box-button{
	height:3rem;
	padding:0rem 3rem;
	background-color: #293e91;
	color: #fff;
	cursor: pointer;margin: 0px;
    border: 0px;
    outline: none;
	border-radius:1rem;
}