* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,
html {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "思源黑体";
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cen {
	text-align: center;
}

.container {
	width: 1160px;
	margin: 0 auto;
}

.clearfix::before,
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}

body {
	width: 100%;
	height: 100%;
	background: rgba(241, 241, 245, 1);
	opacity: 1
}

/*弹窗*/

.tj_tc {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 500;
	display: none;
}

.bmtc_bg {
	width: 540px;
	height: 355px;
	background: url(../images/bmtc_bg.png) no-repeat;
	width: 574px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 520;
	display: none;
	text-align: center;
	padding-top: 120px;
}

.bm_close {
	width: 33px;
	height: 33px;
	background: url(../images/bm_close.png) no-repeat;
	position: absolute;
	right: 0;
	top: -40px;
	z-index: 520;
	cursor: pointer;
}

form::before,
form::after {
	display: block;
	content: '';
	clear: both;
}

.bmtc_bg li {
	width: 400px;
	margin: 0 auto;
	text-align: left;
	font-size: 20px;
	margin-bottom: 40px;
	height: 40px;
	line-height: 40px;
}

.bmtc_bg label {
	display: inline-block;
	width: 100px;
	color: #000000;
}

.bmtc_bg input {
	width: 280px;
	height: 40px;
	outline: none;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	vertical-align: middle;
	text-indent: 20px;
}

.bmtc_bg a {
	display: block;
	width: 180px;
	margin: 0 auto;
	margin-top: 30px;
	height: 46px;
	line-height: 46px;
	color: white;
	background: #5798fe;
	text-align: center;
	border-radius: 8px;
}
/*弹窗二*/
.bk_tc{
    width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 500;
	display: none;
}
.bkzl_bg{
	width: 360px;
	height: 424px;
	background: url(../images/tk1.png) no-repeat;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 520;
	display: none;
	text-align: center;
	background-size:100% 100%;
	padding-top: 260px;
}
.bm_close {
	width: 33px;
	height: 33px;
	background: url(../images/bm_close.png) no-repeat;
	position: absolute;
	right: -40px;
	top: -20px;
	z-index: 520;
	cursor: pointer;
}
.bkzl_bg input{
	display: block;
	width: 300px;
	margin: 0 auto 15px;
	height: 36px;
	font-size: 16px;
	line-height: 34px;
    text-indent: 16px;
	color: #333333;
	border-radius: 3px;
	outline: none;
	border: 1px solid #e4e4e4;
}
.bkzl_bg a{
	display: block;
	width: 300px;
	margin: 0 auto 10px;
	height: 36px;
	background: #0053b9;
	line-height: 36px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	letter-spacing: 2px;
	text-indent: 2px;
}
.bkzl_bg .indu{
	width: 300px;
	margin: 0 auto;
	font-size: 14px;
	color: #5D5D5D;
	text-align: center;
}
/*回到顶部*/

.hTop {
	width: 80px;
	height: 85px;
	position: fixed;
	right: 20px;
	bottom: 60px;
	background: #FFFFFF;
	box-shadow: 0 0 10px #CCCCCC;
	display: none;
	z-index: 999;
}

.hTop a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 10px;
}

.hTop img {
	width: 45px;
	height: 45px;
	margin-bottom: 5px;
	font-size: 14px;
}

.hTop .topfont {
	text-align: center;
	color: #8a8a8a;
}


/*header*/

header {
	width: 100%;
	height: 38px;
	background: #FFFFFF;
}

header .container {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.hd_nav {
	display: flex;
	display: -webkit-flex;
}

.hd_nav li a {
	display: block;
	font-size: 18px;
	color: #666;
	padding: 0 7px;
	line-height: 38px;
	position: relative;
}

.hd_nav li a::after {
	display: block;
	content: '';
	width: 1px;
	height: 18px;
	background: #666666;
	position: absolute;
	top: 11px;
	right: 0;
}

.hd_nav li:last-of-type a::after {
	display: none;
}

header .telphone {
	font-size: 18px;
	color: #666;
	line-height: 38px;
}

header .telphone span {
	color: red;
}


/*banner*/

.banner {
	width: 100%;
	height: 8.8vw;
	background: url(../images/NoPath.png) no-repeat;
	background-size: 100% 100%;
}

.banner .container {
	padding-top: calc(4.4vw - 31px);
}

.banner img {
	vertical-align: top;
	margin-right: 30px;
}

.banner .xm {
	display: inline-block;
	width: 270px;
	height: 62px;
	font-size: 39px;
	line-height: 60px;
	color: #0053B9;
	border: 1px solid #0053B9;
	border-radius: 5px;
	text-align: center;
	font-weight: 600;
	background: #ffffff;
}


/*nav*/

.nav {
	width: 100%;
	margin-bottom: 15px;
}

.nav .container {
	background: #FFFFFF;
}

.nav_top {
	width: 100%;
	height: 70px;
	background: #0053B9;
	display: flex;
	display: -webkit-flex;
}

.nt_lf {
	width: 60%;
}

.nf_nav {
	display: flex;
	display: -webkit-flex;
}

.nf_nav li a {
	display: block;
	font-size: 20px;
	color: #ffffff;
	padding: 0 18px;
	line-height: 70px;
	position: relative;
}

.nf_nav li a::after {
	display: block;
	content: '';
	width: 1px;
	height: 20px;
	background: #ffffff;
	position: absolute;
	top: 27px;
	right: 0;
}

.nf_nav li.active a {
	background: #FF6600;
}

.nf_nav li.active a::after {
	display: none;
}

.nf_nav li:last-of-type a::after {
	display: none;
}

.nt_lr {
	flex: 1;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.nr_lf {
	display: flex;
	display: -webkit-flex;
}

.nr_img {
	width: 44px;
	height: 44px;
	margin: 13px 10px 0;
}

.nr_img img {
	width: 100%;
	height: 100%;
}

.nr_djs {
	margin-top: 9px;
}

.djs_top {
	font-size: 22px;
	color: #FFFFFF;
	font-family: "微软雅黑";
}

.djs_bot {
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	opacity: 0.5;
	font-family: "微软雅黑";
}

.nr_lr {
	padding-top: 11px;
	display: flex;
}

.nr_lr div {
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	color: #FFFFFF;
	margin: 0 10px 0 5px;
}

.nr_lr span {
	display: inline-block;
	padding: 0 5px;
	border: 1px solid #ffffff;
	border-radius: 2px;
	width: 32px;
	height: 48px;
	line-height: 46px;
	font-size: 38px;
	color: #ffffff;
	margin: 0 3px;
}

.nav_bottom {
	width: 100%;
	display: flex;
	display: -webkit-flex;
}

.nb_lf {
	width: 60%;
	height: 320px;
}

.swiper-container {
	width: 100%;
	height: 320px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
.swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
}

.swiper-slide p {
	width: 100%;
	height: 42px;
	background: rgba(58, 58, 58, 1);
	opacity: 0.6;
	color: #fff;
	line-height: 42px;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	text-align: left;
	text-indent: 30px;
}

.swiper-container .swiper-pagination {
	text-align: right;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: #fff;
	border-radius: 0;
}

.swiper-pagination-bullet-active {
	color: #fff;
	background: #0053B9;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 11px;
	left: 0;
	width: calc(100% - 20px);
}

.nb_lr {
	flex: 1;
	height: 320px;
}

.bl_tit {
	width: 100%;
	height: 50px;
	line-height: 49px;
	border-bottom: 1px solid #EEEEEE;
	font-size: 20px;
	color: #0A52B0;
	text-align: center;
}

.bl_cont {
	width: 100%;
	height: 100%;
	padding: 14px 17px 0 20px;
}

.bl_cont li {
	width: 100%;
	height: 24px;
	margin-bottom: 12px;
}

.cir {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #CCCCCC;
	margin-top: 7px;
	float: left;
	margin-right: 10px;
}

.mat {
	float: left;
	font-size: 16px;
	color: #555555;
	line-height: 24px;
	width: 320px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dem {
	display: block;
	float: right;
	width: 50px;
	height: 24px;
	line-height: 23px;
	font-size: 11px;
	text-align: center;
	border: .5px solid #666666;
	color: #666666;
	border-radius: 3px;
}

.bl_cont li:hover .cir {
	border: 1px solid #0063DC;
}

.bl_cont li:hover .mat {
	color: #0063DC;
}

.bl_cont li:hover .dem {
	color: #0063DC;
	border: .5px solid #0063DC;
}


/*查询通道*/

.channel {
	width: 100%;
	margin: 15px 0;
}

.channel .container {
	height: 44px;
	background: #FFFFFF;
	display: flex;
	display: -webkit-flex;
}

.channel .clock {
	width: 44px;
	height: 44px;
	background-color: #0053B9;
	text-align: center;
	line-height: 44px;
}

.channel .clock img {
	width: 60%;
	height: 60%;
}

.channel .model {
	width: 11px;
	height: 44px;
	background: #BED1E8;
	margin-right: 15px;
}

.quesyCh {
	font-size: 24px;
	color: #0053B9;
	line-height: 44px;
	font-weight: bold;
}


/*查询表单*/

.fasttips {
	width: 100%;
}

.fasttips .container {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	height: 350px;
}

.fasttips .container>div {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 100%;
	padding: 0 11px;
}

.tj_ch {
	width: 320px;
}

.sj_ch {
	width: 460px;
}

.guide {
	width: 350px;
}

.tj_ch .title,
.sj_ch .title,
.guide .title {
	width: 100%;
	height: 50px;
	line-height: 49px;
	border-bottom: 1px solid #B1C4DE;
	color: #0053B9;
	font-size: 20px;
	display: flex;
}

.tj_ch .title>div,
.sj_ch .title>div,
.guide .title>div {
	width: 2px;
	height: 20px;
	background: #0053B9;
	margin: 15px 10px 0;
}

.formbd {
	width: 100%;
	padding-top: 17px;
}

.bd {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	height: 36px;
	margin-bottom: 20px;
}

.bd_lf {
	color: #555555;
	font-size: 16px;
	line-height: 36px;
}

.bd_lf span {
	color: #FF0000;
	margin-right: 5px;
}

.bd input,
.bd select {
	width: 200px;
	height: 36px;
	font-size: 16px;
	color: #000000;
	text-indent: 10px;
	outline: none;
	border: 1px solid rgba(204, 204, 204, 1);
	opacity: 1;
	border-radius: 3px;
}
.bd select{
	color: #999999;
}
.bd select option {
	color: #000000;
}

input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999999;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999999;
}

.tj_ch button {
	display: block;
	width: 165px;
	margin: 0 auto;
	height: 35px;
	background: rgba(0, 83, 185, 1);
	opacity: 1;
	border-radius: 3px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #FFFFff;
	border: none;
}

.city {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 12px;
	margin-bottom: 5px;
}

.city li {
	width: 74px;
	height: 30px;
	border: 1px solid rgba(112, 112, 112, 1);
	opacity: 1;
	border-radius: 3px;
	font-size: 16px;
	line-height: 28px;
	color: #707070;
	text-align: center;
	margin-bottom: 15px;
}

.city li:hover {
	color: #0053B9;
	border: 1px solid #0053B9;
	cursor: pointer;
}

.city li.active1 {
	color: #FFFFFF;
	background: #0053B9;
	border: none;
	line-height: 30px;
}

.sub {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.pho {
	width: 167px;
	height: 36px;
	border: .5px solid #707070;
}

.pho div,
.nam div {
	width: 40px;
	height: 35px;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #222222;
	float: left;
}

.pho input {
	float: left;
	width: 125px;
	outline: none;
	border: none;
	height: 35px;
	font-size: 14px;
	background: transparent;
}

.nam {
	width: 129px;
	height: 36px;
	border: .5px solid #707070;
}

.nam input {
	float: left;
	width: 87px;
	outline: none;
	border: none;
	height: 35px;
	font-size: 14px;
	background: transparent;
	color: #AAAAAA;
}

#submit1 {
	display: block;
	width: 107px;
	height: 36px;
	background: rgba(0, 83, 185, 1);
	opacity: 1;
	border-radius: 3px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #FFFFff;
	border: none;
}

.glist {
	width: 100%;
	padding-top: 12px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
}

.glist li {
	width: 155px;
	height: 56px;
	margin-bottom: 15px;
}

.glist li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 56px;
	background: #F1F5FD;
	font-size: 20px;
	color: #222222;
	display: flex;
}

.glist li.active2 a {
	background: #0053B9;
	color: #FFFFFF;
}

.glist li .icon {
	background: #DDEAFB;
	width: 35px;
	height: 35px;
	margin: 10px 12px 0 10px;
	background: url(../images/img/shijian.png) no-repeat;
}
.glist li:nth-of-type(2) .icon{
background: url(../images/img/ziliao.png) no-repeat;
}
.glist li:nth-of-type(4) .icon{
background: url(../images/img/liucheng_1.png) no-repeat;
}
.glist li:nth-of-type(3) .icon{
background: url(../images/img/rukou_1.png) no-repeat;
}
.glist li:nth-of-type(5) .icon{
background: url(../images/img/cailiao.png) no-repeat;
}
.glist li:nth-of-type(6) .icon{
background: url(../images/img/kaoshi.png) no-repeat;
}
.glist li:nth-of-type(7) .icon{
background: url(../images/img/jiaofei_1.png) no-repeat;
}
.glist li:nth-of-type(8) .icon{
background: url(../images/img/ziliao_1.png) no-repeat;
}
.glist li.active2 .icon {
    background: url(../images/shijian.png) no-repeat;
}
.glist li:nth-of-type(2).active2 .icon {
    background: url(../images/ziliao.png) no-repeat;
}
.glist li:nth-of-type(3).active2 .icon {
    background: url(../images/rukou.png) no-repeat;
}
.glist li:nth-of-type(4).active2 .icon {
    background: url(../images/liucheng.png) no-repeat;
}
.glist li:nth-of-type(5).active2 .icon {
    background: url(../images/cailiao.png) no-repeat;
}
.glist li:nth-of-type(6).active2 .icon {
    background: url(../images/kaoshi.png) no-repeat;
}
.glist li:nth-of-type(7).active2 .icon {
    background: url(../images/jiaofei.png) no-repeat;
}
.glist li:nth-of-type(8).active2 .icon {
    background: url(../images/ziliao_1.png) no-repeat;
}
/*参考资料*/

.resource {
	width: 100%;
	margin-bottom: 5px;
	background: #0053B9;
	padding-bottom: 20px;
}


.resource .cont {
	width: 100%;
	display: flex;
}

.resource .cont_lf {
	width: 254px;
	height: 326px;
	background: url(../images/2313.jpg) no-repeat;
	background-size: cover;
	margin-right: 20px;
	cursor: pointer;
}

.resource .cont_lr {
	flex: 1;
	height: 326px;
}

.zl_top {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom: 12px;
}

.zl_top>div {
	width: 280px;
	height: 94px;
	background: #FFFFFF;
	display: flex;
	padding-top: 17px;
}

.monit img {
	display: block;
	width: 60px;
	height: 60px;
	margin-left: 23px;
}

.monit .mnxz {
	flex: 1;
	text-align: center;
}

.mnxz h3 {
	font-size: 16px;
	margin-top: -5px;
	font-family: Source Han Sans CN;
	font-weight: 500;
}

.mnxz .pl {
	font-size: 12px;
	line-height: 14px;
	color: #999999;
	margin-bottom: 5px;
}

.mnxz a {
	display: inline-block;
	padding: 0 10px;
	height: 22px;
	background: #F95F5D;
	color: #FFFFFF;
	border-radius: 11px;
	font-size: 14px;
	line-height: 22px;
}

.zl-bot {
	width: 100%;
	height: calc(100% - 106px);
	background: #FFFFFF;
	display: flex;
	display: -webkit-flex;
}

.zl-bot>div {
	width: 50%;
	height: 100%;
	padding: 11px 0;
}

.zl-bot>div:nth-of-type(1) table {
	border-right: 1px solid #E4E4E4;
}

.zl-bot>div table {
	width: 100%;
	padding: 0 15px 0;
}

.zl-bot table th,
.zl-bot table td {
	height: 33px;
	line-height: 33px;
	font-size: 13px;
	text-align: center;
	color: #444444;
	padding: 0 5px;
	font-weight: normal;
}

.zl-bot table th {
	background: #F1F1F7;
}

.zl-bot table td img {
	width: 13px;
	height: 14px;
	margin-right: 3px;
}

.zl-bot table th:nth-of-type(1),
.zl-bot table td:nth-of-type(1) {
	text-align: left;
}

.zl-bot table td a {
	text-decoration: underline;
	color: #0053B9;
}


/*报考事项*/

.bklc {
	width: 100%;
	height: 180px;
	margin: 15px 0;
}

.bklc .container {
	height: 100%;
	background: #FFFFFF;
}

.zysx {
	margin-bottom: 15px;
}

.zysx .top {
	width: 100%;
	height: 135px;
	border-bottom: 1px solid #F1F1F5;
	background: #FFFFFF;
	display: flex;
	display: -webkit-flex;
}

.zysx .top .zy_lf {
	width: 254px;
	height: 100%;
	background: #0053B9;
}

.zysx .top .zy_lr {
	flex: 1;
	height: 100%;
	display: flex;
	display: -webkit-flex;
}

.zysx .top .zy_lf .km {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	margin: 13px 0 5px 0;
}

.zysx .top .zy_lf .tz {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 35px;
	margin-bottom: 8px;
	font-weight: bold;
}

.zysx .top .zy_lf .bk {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	opacity: .7;
}

.zysx .top .zy_lr>div {
	width: 50%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
}

.zysx .top .zy_lr .ques_a {
	width: 39px;
	height: 39px;
	line-height: 35px;
	font-size: 17px;
	color: #FFFFFF;
	background: #0053B9;
	border: 2px solid rgba(207, 229, 255, 1);
	margin: 14px 11px 0 32px;
	text-align: center;
	font-weight: bold;
}

.zysx .top .zy_lr .ques_b {
	flex: 1;
}

.zysx .top .zy_lr .ques_b .tit {
	margin: 10px 0 7px 0;
	font-size: 20px;
	font-weight: bold;
}

.zysx .top .zy_lr .ques_b .tit span {
	color: #0053B9;
}

.zysx .top .zy_lr .ques_b .cont {
	font-size: 13px;
	color: #131313;
	line-height: 20px;
}

.zysx .top .zy_lr .ques_b .cont span {
	color: #999999;
}

.zysx .bot {
	width: 100%;
	height: 100px;
	background: #FFFFFF;
	display: flex;
	display: -webkit-flex;
}

.zysx .bot .zy_lf {
	width: 254px;
	height: 100%;
	background: #0053B9;
}

.zysx .bot .zy_lf .nd {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 35px;
	margin: 16px 0 7px 0;
	font-weight: bold;
}

.zysx .bot .zy_lf .bk {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	opacity: .7;
}

.zysx .bot .zy_lr {
	flex: 1;
	display: flex;
	height: 100%;
	display: -webkit-flex;
}

.zysx .bot .zy_lr>div {
	width: 33.333%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
}

.zysx .bot .zy_lr>div:nth-of-type(3) {
	padding-right: 5px;
}

.zysx .bot .zy_lr .ques_a {
	width: 39px;
	height: 39px;
	line-height: 35px;
	font-size: 17px;
	color: #FFFFFF;
	background: #0053B9;
	margin: 14px 11px 0 32px;
	text-align: center;
	font-weight: bold;
	border: 2px solid rgba(207, 229, 255, 1);
}

.zysx .bot .zy_lr .ques_a1 {
	margin: 16px 11px 0 20px;
}

.zysx .bot .zy_lr .ques_b {
	flex: 1;
}

.zysx .bot .zy_lr .ques_b .tit {
	margin: 10px 0 7px 0;
	font-size: 20px;
	font-weight: bold;
}

.zysx .bot .zy_lr .ques_b .cont {
	font-size: 12px;
	color: #131313;
	line-height: 20px;
}


/*备考资料轮播图*/

#bkzl {
	width: 100%;
	height: 540px;
	background: #0053B9;
	padding-top: 10px;
}

#bkzl .title {
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	margin-bottom: 25px;
}

#bkzl .container>div {
	width: 100%;
	height: 208px;
	background: #FFFFFF;
	margin-bottom: 20px;
	display: flex;
	display: -webkit-flex;
}

#bkzl .container>div .lbt {
	width: 906px;
	height: 100%;
}

.lbt-left,
.lbt-right {
	width: 20px;
	text-align: center;
	height: 208px;
	cursor: pointer;
}

.lbt-left img,
.lbt-right img {
	display: block;
	width: 100%;
	height: 37px;
	margin-top: 85px;
}

.lbt-left {
	margin-right: 15px;
	margin-left: 30px;
}

.lbt-right {
	margin-right: 14px;
}

.screen {
	width: 786px;
	margin: 0 auto;
	height: 208px;
	overflow: hidden;
	position: relative;
}

.screen ul {
	width: 300%;
	height: 208px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.screen .lbt-mid li {
	float: left;
	width: 138px;
	margin-right: 24px;
	text-align: center;
	padding-top: 30px;
}

.screen .lbt-mid li>div:nth-of-type(1) {
	/*	border: 1px dashed #222222;*/
	width: 100%;
	height: 138px;
}

.screen .lbt-mid li>div:nth-of-type(2) {
	font-size: 13px;
}

.screen .lbt-mid li img {
	width: 100%;
	height: 100%;
}

.screen .lbt-mid li:nth-last-child {
	margin-right: 0;
}

.screen .lbt-mid li div {
	margin-bottom: 5px;
}

.sjbd {
	flex: 1;
	height: 100%;
}

.sjbd .tit {
	color: #0050B2;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	margin: 7px 0 0 0;
}

.sjbd .ftit {
	color: #4E4E4E;
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
	font-family: Source Han Sans CN;
}

.tjbd input,
.tjbd select,
.tjbd button {
	display: block;
	width: 208px;
	margin: 0 auto;
	height: 30px;
	font-size: 14px;
	color: #222222;
	text-indent: 8px;
	margin-bottom: 7px;
}

.tjbd button {
	outline: none;
	background: #0053B9;
	border-radius: 3px;
	color: #FFFFFF;
	line-height: 30px;
	border: none;
	margin-bottom: 4px;
}

.sjbd .wr {
	width: 208px;
	margin: 0 auto;
	color: #444444;
	font-size: 12px;
	text-align: center;
}

.sjbd .wr span {
	color: red;
}


/*师资团队*/

#sztd .tit {
	text-align: center;
	font-size: 30px;
	color: #0053B9;
	line-height: 90px;
	font-weight: bold;
	font-family: Source Han Sans CN;
}

#sztd .cont {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.cont .lab {
	width: 272px;
	height: 330px;
	background: #FFFFFF;
	position: relative;
}

.cont .lab:hover {
	margin-top: -6px;
	box-shadow: 0 0 10px #cccccc;
	transition: all .4s ease;
}

.cont .labe {
	width: 100%;
	height: 330px;
	background: #FFFFFF;
	padding-top: 16px;
}

.cont .labe .img {
	width: 166px;
	height: 166px;
	margin: 0 auto;
}

.cont .labe .img img {
	width: 100%;
	height: 100%;
}

.cont .labe .name {
	font-size: 25px;
	color: #0053B9;
	font-weight: bold;
	line-height: 52px;
	text-align: center;
}

.cont .labe .course {
	font-size: 17px;
	text-align: center;
	color: #000000;
	margin-bottom: 25px;
}

.cont .labe .btnA {
	width: calc(100% - 58px);
	margin: 0 29px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.cont .labe .btnA a {
	display: block;
	width: 90px;
	height: 30px;
	border: 1px solid #707070;
	line-height: 28px;
	text-align: center;
	border-radius: 14px;
	color: #000000;
	font-size: 15px;
}

.cont .lab .labeCo {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	z-index: 9;
	background: #FFFFFF;
	padding: 16px 20px 0;
	overflow: hidden;
}

.cont .labeCo .intro {
	width: 100%;
	height: 73px;
	border-bottom: 1px solid #CCCCCC;
	display: flex;
	display: -webkit-flex;
	margin-bottom: 13px;
}

.labeCo .intro .avd {
	width: 61px;
	height: 61px;
	margin-right: 15px;
}

.labeCo .intro .avd img {
	width: 100%;
	height: 100%;
}

.labeCo .intro .aut {
	flex: 1;
	height: 100%;
}

.labeCo .intro .aut .name {
	font-size: 26px;
	color: #0053B9;
	font-weight: bold;
	font-family: Source Han Sans CN;
}

.labeCo .intro .aut .course {
	font-size: 16px;
	color: #000000;
}

.labeCo .det {
	width: 100%;
	height: 165px;
	color: #444444;
	font-size: 14px;
}

.labeCo .pack {
	width: 120px;
	margin: 0 auto;
	text-align: center;
	line-height: 63px;
	color: #0053B9;
	font-size: 17px;
	cursor: pointer;
}

.labeCo .pack span {
	display: inline-block;
	transform: rotate(-90deg);
}


/*招生简章*/

#zsjz {
	width: 100%;
	margin-bottom: 20px;
}

#zsjz .title {
	text-align: center;
	font-size: 30px;
	color: #0053B9;
	line-height: 90px;
	font-weight: bold;
	font-family: Source Han Sans CN;
}

.jzCont {
	width: 100%;
	height: 425px;
	display: flex;
	display: -webkit-flex;
}

.lf_tit {
	width: 247px;
	height: 100%;
	padding-top: 25px;
	padding-left: 18px;
	background: #FFFFFF;
}

.lf_tit li {
	width: 100%;
	height: 75px;
	border-bottom: 1px solid #6D6D6D;
	line-height: 74px;
	font-size: 24px;
	color: #444444;
	font-family: Source Han Sans CN;
	text-indent: 30px;
	cursor: pointer;
}

.lf_tit li.activeT {
	background: #0053B9;
	color: #FFFFFF;
	border-radius: 5px 0 0 5px;
}

.lr_cont {
	flex: 1;
	height: 100%;
	background: #FFFFFF;
	border: 20px solid #0053B9;
	border-radius: 20px;
	position: relative;
}

.lr_cont li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.lr_cont li:nth-of-type(1) {
	display: block;
}

.vipDz {
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
}

.vipDz .modelT {
	width: 572px;
	height: 100%;
	padding: 15px 0 0 22px;
}

.courseMd,
.zzSer,
.prep,
.dire {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	margin-bottom: 4px;
}

.cMd_lf,
.zSer_lf,
.prep_lf,
.dire_lf {
	width: 100px;
	font-size: 20px;
	color: #0053B9;
	line-height: 30px;
}

.cMd_lr {
	flex: 1;
	height: 108px;
}

.cMd_lr>div {
	float: left;
	width: 146px;
	height: 30px;
	margin-right: 6px;
	margin-bottom: 6px;
	text-align: center;
	color: #444444;
	font-size: 16px;
	line-height: 28px;
	border: 1px solid #eeeeee;
}

.cMd_lr>div:nth-of-type(3n) {
	margin-right: 0;
}

.zzSer {
	margin-bottom: 10px;
}

.zSer_lr {
	flex: 1;
	border: 1px solid #EEEEEE;
	padding: 10px 0 0 16px;
	height: 100px;
}

.zSer_lr>div {
	color: #444444;
	font-size: 14px;
	line-height: 26px;
}

.prep {
	margin-bottom: 10px;
}

.prep_lr {
	flex: 1;
	border: 1px solid #EEEEEE;
	padding: 10px 0 0 16px;
	height: 90px;
}

.prep_lr>div {
	line-height: 24px;
	font-size: 14px;
	color: #444444;
}

.dire .dire_lf {
	color: #FFFFFF;
	background: #0053B9;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	border-radius: 3px 0 0 3px;
}

.dire_lr {
	flex: 1;
	height: 40px;
	line-height: 38px;
	border: 1px solid #EEEEEE;
	font-size: 14px;
	color: #444444;
	text-indent: 16px;
	border-radius: 0 6px 6px 0;
}

.price {
	flex: 1;
	height: 100%;
}

.price>div {
	text-align: center;
}

.price .face {
	width: 100%;
	height: 52px;
	margin-bottom: 13px;
}

.price .face>div {
	float: right;
	width: 152px;
	height: 100%;
	line-height: 52px;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	background: #DC2424;
}

.price .titr {
	font-size: 24px;
	line-height: 64px;
	color: #0053B9;
	text-align: center;
	font-family: Source Han Sans CN;
	font-weight: 500;
}

.price .dkP,
.price .qkP {
	font-size: 22px;
	color: #444444;
	line-height: 34px;
}

.price .dkY,
.price .qkY {
	font-size: 18px;
	color: #CCCCCC;
	line-height: 26px;
	text-decoration: line-through;
	margin-bottom: 15px;
}

.price .dkP span,
.price .qkP span {
	color: #DE2123;
	font-weight: 600;
}

.price .qkY {
	margin-bottom: 30px;
}

.price .coun {
	width: 159px;
	margin: 0 auto;
	height: 54px;
	background: rgba(220, 36, 36, 1);
	border-radius: 10px;
	line-height: 54px;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}
/*底部*/
footer{
    background-color: #295373;
    font-size: 16px;

}
footer p{
    padding: 10px 0;
}
footer a{
    color: #fff;
}