.banner {
	background-image: url(../images/banner-bg.jpg);
	background-position: center;
	height: 734px;
}

.banner .logo {
	padding-top: 38px;
	padding-bottom: 18px;
	border-bottom: 1px solid #858d9f;
}

.banner .logo .home-btn {
	display: block;
	font-size: 24px;
	color: #ccc;
	padding: .6rem 2rem;
	border: 1px solid #fff;
	border-radius: 6px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.banner .logo .home-btn:hover {
	background-color: #fff;
	color: #444;
}

.banner .title {
	position: relative;
	text-align: center;
	color: #fff;
	height: 592px;
	padding-top: 26px;
	z-index: 0;
}

.banner .title h1 {
	position: relative;
	z-index: 5;
	font-size: 72px;
	font-weight: normal;
}

.banner .title:before {
	position: absolute;
	content: "";
	width: 540px;
	height: 540px;
	top: 50%;
	left: 50%;
	margin-left: -270px;
	margin-top: -270px;
	display: block;
	z-index: 0;
	background-image: url(../images/ban-tit-bg.png);
}

.banner .title h1 .years {
	padding-top: 100px;
}

.banner .title h1 .pro-name {
	font-size: 62px;
	line-height: 90px;
}

.nav-group {
	padding-top: 80px;
	padding-bottom: 42px;
	border-bottom: 1px solid #949494;
}

.nav-group ul {
	width: 1200px;
	margin: 0 auto;
}

.nav-group .nav-item {
	float: left;
	width: 12.5%;
	margin-bottom: 30px;
	text-align: center;
}

.nav-group .nav-item a {
	display: block;
	margin: 0 5px;
	font-size: 28px;
	color: #130e0f;
	background: #fff;
	padding: .8rem 0;
	border: 2px solid #949494;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.nav-group .nav-item a:hover {
	background-color: #0148dd;
	border-color: #0148dd;
	color: #fff;
}

.area-state {
	font-size: 20px;
	color: #777;
	text-align: center;
}

.area-state h3 {
	line-height: 1em;
	font-size: 28px;
	color: #130e0f;
	padding-top: 60px;
	padding-bottom: 30px;
}

.area-state h3 span {
	display: inline-block;
	position: relative;
}

.area-state h3 span:before,
.area-state h3 span:after {
	content: ' ';
	display: inline-block;
	position: absolute;
	height: 1em;
	width: 62px;
	background-image: url(../images/area-tit.png);
	background-position: center;
	background-repeat: no-repeat;
}

.area-state h3 span:before {
	left: -100%;
	margin-left: -12px;
}

.area-state h3 span:after {
	right: -100%;
	margin-right: -12px;
}

.area-state p {
	line-height: 42px;
	padding-bottom: 90px;
}

.currency-tit {
	width: 302px;
	margin: auto;
	margin-bottom: 90px;
	text-align: center;
	color: #fff;
	letter-spacing: 2px;
	font-size: 26px;
	line-height: 54px;
	background-color: #0148dd;
	box-shadow: 7px 7px 0 #99b6f1;
}

.table .ls-header {
	width: 100%;
	padding-bottom: 26px;
}

.table .ls-header-item {
	float: left;
	width: 20%;
	text-align: center;
	color: #0148dd;
	font-size: 26px;
	line-height: 1em;
}

.ls-row,
.ls-td {
	zoom: 1
}

.ls-row:after,
.ls-td:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.ls-group {
	display: table;
	width: 100%;
	border-top: 5px solid #0148dd;
	border-bottom: 5px solid #0148dd;
}

.ls-row {
	display: table-row;
	width: 100%;
}

.ls-row:last-of-type .ls-td {
	border-bottom: 0px solid #0148dd;
}

.ls-td {
	display: table-cell;
	width: 20%;
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
	border-right: 2px solid #0148dd;
	border-bottom: 2px solid #0148dd;
}

.ls-td:last-of-type {
	border-right: 0px;

}

.ls-dl {
	line-height: 3em;
}

.ls-dl {
	width: 100%;
	display: table;
	border-bottom: 1px solid #c2c2c2;
}

.ls-td .ls-dl:last-of-type {
	border-bottom: 0px;
}

.ls-td:last-of-type .ls-dl {}

.ls-td .sch-href {
	color: #130e0f;
	border-bottom: 1px solid #130e0f;
}

.ls-dl .t-btn,
.ls-dl .f-btn {
	display: inline-block;
	border: 2px solid #0148dd;
	border-radius: 10px;
	padding: .75rem 2.5rem;
}

.ls-dl .t-btn {
	color: #0148dd;
	line-height: 1em;

}

.ls-dl .t-btn:hover {
	color: #fff;
	background: rgba(1, 72, 221, 0.8);
}

.ls-dl .f-btn {
	color: #ff0505;
}

.take-care {
	text-align: center;
	font-size: 24px;
	padding-top: 36px;
	padding-bottom: 100px;
}

.reg-take-care {
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	padding-bottom: 100px;
}

.footer {
	color: #fff;
	background-color: rgb(52, 110, 236);
}

.footer h3 {
	font-size: 27px;
	font-weight: normal;
	padding-top: 80px;
	padding-bottom: 20px;
}

.footer .container p {
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 80px;
}

.footer .code {
	margin-top: 90px;
}

.footer .copyright {
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	background-color: #0a3288;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: -20px;
}

.sign {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 2;
}

.sign .sign-panel {
	position: absolute;
	height: 672px;
	top: 50%;
	left: 50%;
	width: 980px;
	margin-left: -490px;
	margin-top: -336px;
	background-color: #fff;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 16px;
}

.sign-header {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #d9d9d9;
}

.sign-logo,
.sign-text {
	display: inline-block;
}

.sign-panel .form {
	width: 520px;

	padding-top: 50px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0px auto;
	font-size: 18px;
}

.sign-panel .form-row {
	margin-bottom: 20px;
}

.sign-panel .form-row>label {
	display: inline-block;
	width: 100px;
}

.sign-panel .form-int-a {
	display: inline-block;
	width: 398px;
	border: 1px solid #afafaf;
	border-radius: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.sign-panel .form-int-b {
	width: 60px;
	font-size: 16px;
	margin-right: 12px;
	margin-left: 2px;
	border-bottom: 1px solid #afafaf;
}

.sign-panel .close {
	float: right;
	cursor: pointer;
	width: 38px;
	height: 38px;
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	background-position: center;
}

.sign-panel .form-int-b:last-of-type {
	margin-right: 0px;
}

.sign-panel .form-row:last-of-type {
	padding-top: 20px;
}

.sign-panel .form-btn {
	display: block;
	font-size: 18px;
	width: 132px;
	color: #fff;
	padding-top: 6px;
	padding-bottom: 8px;
	margin: 0px auto;

	border-radius: 6px;
	background-color: #0148dd;
}

.sign-panel .form .notes {
	font-size: 14px;
	text-align: center;
	color: #afafaf;
}

.success {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.course {
	padding-top: 60px;
}

.tjActive {
	padding-top: 60px;
}

.fixed-nav {
	position: fixed;
	top: 50%;
	margin-top: -300px;
	right: 0;
	opacity: 0.6;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.fixed-nav:hover {
	opacity: 1;
}

.fixed-nav li {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #2c2c2c;
	border: 1px solid #ababab;
	width: 118px;
	height: 85px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.fixed-nav li:hover {
	background-color: #6f6f6f;
	color: #eee;
}

.fixed-nav li:hover>a {
	color: #eee;
}

.fixed-nav li>a {
	color: #ababab;
	text-align: center;
}

.fixed-nav li>a>i {
	display: block;
	text-align: center;
	font-size: 40px;
	margin-bottom: 10px;
}

/* 调剂报名热度图标 */
.hotSvg {
	width: 35px;
	height: 35px;
	position: absolute;
	top: -20px;
	left: 75px;
	z-index: 2;
	background: none;
}


/* 手机端希望改动的样式 */
@media screen and (max-width:1200px) {
	.fixed-nav ul li {
		display: none;
	}

	.fl {
		margin-left: 60px;
	}

	.fr {
		margin-right: 60px;
	}
}


/* 广告位样式 */
.adverBox {
	/* position: relative; */
	border-top: 3px solid #0558e0;
	border-bottom: 3px solid #0558e0;
	/* background: #f8f9f9; */
	/* display: block; */
	width: 1200px;
	margin: 0 auto;
	/* margin-top: 40px; */
	margin-bottom: 60px;
}

.adverBlock {
	/* display: block; */
	height: 92px;
	width: 1200px;
}

.adverBlock li {
	float: left;
}

.adverLongBlock li {
	height: 92px;
	display: none;
}

.adverLongBlock li img {
	width: 1200px;
	height: 92px;
}

.adverBox .adverBlock li a {
	display: block;
	width: 150px;
	height: 92px;
}

/* .adverBlock li a:hover{
	background: navajowhite;
} */
.adverBlock li a img {
	display: block;
	float: left;
	width: 100%;
	height: 92px;
	padding: 0%;
	margin: 0;
}

/* 底部轮播广告 */
.adverBox2 {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 50px;
	border-top: 5px solid #346eec;
}

.adverSwiper {
	width: 1200px;
	height: 100px;
}

/* 调剂活动表格 */
.tjActive {
	margin-bottom: 60px;
}

.activeTable {
	width: 550px;
	margin: 0 25px 50px 25px;
	float: left;
	/* line-height: 50px; */
	text-align: left;
	border-collapse: collapse;
	border: 2px solid #2A52A6;
}
.activeTable02 {
	border: 2px solid #3C75EE;
}
.activeTable03{
	border: 2px solid #3C75EE;
}
.activeTable04{
	border: 2px solid #2A52A6;
}
.activeTable tr td {
	border: 2px solid #2A52A6;
	padding: 10px;
}
.activeTable02 tr td {
	border: 2px solid #3C75EE;
	padding: 10px;
}
.activeTable03 tr td {
	border: 2px solid #3C75EE;
	padding: 10px;
}
.activeTable04 tr td {
	border: 2px solid #2A52A6;
	padding: 10px;
}

.titleTh {
	text-align: center;
	line-height: 30px;
	padding: 15px 15px;
	color: #fff;
	background: #2A52A6;
	font-family: 宋体;
}
.activeTable02 .titleTh{
	background: #3C75EE;
}
.activeTable03 .titleTh{
	background: #3C75EE;
}
.activeTable04 .titleTh{
	background: #2A52A6;
}

.signTd {
	text-align: center;
}

.signUp {
	color: #fff;
	background: #2A52A6;
	line-height: 60px;
	border-radius: 5px;
	padding: 10px 25px;
	cursor: pointer;
}
.activeTable02 .signUp{
	background: #3C75EE;
}
.activeTable03 .signUp{
	background: #3C75EE;
}
.activeTable04 .signUp{
	background: #2A52A6;
}
