/*  reset  */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,body {
	-webkit-text-size-adjust: none;
	color: #45505d;
	background: #fff;
}

body {
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
	font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
	font-size: 14px;
}

section, article, aside, header, footer, nav, dialog, figure {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #DDD;
}

td {
	padding: 0;
}

table>thead {
	background: #F8F8F8;
}

table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border: 1px solid #ddd;
}
table>tbody>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	font-weight:bold;
	border:1px solid #DDD;
}
table>tbody>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border: 1px solid #ddd;
}

fieldset, img {
	border: 0 none;
	max-width:100%;
 
}

em, strong, th {
	font-style: inherit;
	font-weight: inherit;
}

li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: none;
}

input, button, textarea, select {
	*font-size: 100%;
	vertical-align: middle;
}

input {
	border: medium none;
}

strong {
	font-weight: bold;
}

area {
	outline: none;
}

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

a:hover {
	color: #158fe4;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.wp {
	padding: 0 10px;
	width: 1260px;
	margin: 0 auto;
}

.row {
	padding: 0 30px;
}

.bgf {
	background-color: #fff !important;
}

.pd-wp {
	padding: 0 60px;
}
.pd30{
	padding:30px;
}

.main {
	overflow: hidden;
}

.container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}

.mr0 {
	margin-right: 0 !important;
}

.pr {
	position: relative;
}

.abs {
	position: absolute;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.left {
	float: left;
}

.right {
	float: right;
}

.bottom-ad {
	padding-bottom: 30px;
}
.whiteline{
	height:1px;
	background:#FFF;
}
.block{display:block;}
.none{display:none;}
/**
 *  header
 */
body.bd2 {
	padding-top: 0;
}

body.bd2 .header {
	position: static;
}

.header {
	width: 100%;
	background-color: #158fe4;
	min-width: 1200px;
}

.logo {
	padding: 10px 0 6px 0;
	position: relative;
}

.logo a {
	display: block;
}
.logo a> img {
	height: 50px;
}


/*nav*/


.nav_c {
	height: 105px;
	padding-left: 316px;
	background-image: url(http://test.hxzy.cn/themes/theme_cn_59/pc/img/logo.gif);
	background-repeat: no-repeat;
	background-size: 316px 26px;
	background-position: left center;
}

.nav_c ul li {
	float: left;
}

.nav_c ul li a {
	display: block;
	width: 90px;
	line-height: 105px;
	text-align: center;
}

.nav_c ul li a:hover {
	background: #d1121b;
	color: #fff;
}

.nav_c ul li .nav_xz {
	background: #d1121b;
	color: #fff;
}

.nav {
	text-align: center;
	font-size: 0;
}

.nav li {
	display: inline-block;
	line-height: 70px;
	height: 70px;
}

.nav li > a {
	font-size: 16px;
	color: #FFF;
	margin: 0 15px;
}

.nav li.on > a,.nav a:hover {
	color: #fff;
}

.nav dd.on > a {
	color: #fff;
}

.nav li > a:hover {
	color: #DDD;
}

.nav li {
	position: relative;
}

.nav li:hover > a {
	color: #FFF;
}

.nav li:hover dl {
	display: block;
}

.nav dl {
	display: none;
	position: absolute;
	top: 70px;
	left: -18px;
	width: 140%;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
	overflow: hidden;
	z-index: 99999;
}

.nav dl a {
	display: block;
}

.nav dl a:hover {
	background-color: #F8F8F8;
	color: #158fe4;
}

.hdr {
	float: right;
	margin: 20px 0 0 0;
    width: 3px;
}

.hdr > a {
	float: left;
	width: 116px;
	height: 34px;
	margin-left: 25px;
	line-height: 34px;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
}

.hdr >a span {
	display: inline-block;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 15px 16px;
	background-size: 15px 16px;
}

.hdr .a1 {
	background-color: #0071b3;
	background-image: url(../images/site-switcher.png);
	background-repeat: no-repeat;
	background-position: 94% 13px;
	color: #fff;
	background-size: 15px auto;
}

.hdr >a.a1 span {
	padding-right: 20px;
}

.hdr .a2 {
	background-color: #dbdbdb;
	color: #333;
}

.hdr .a1 span {
	background-image: url(../images/hdr-icon1.png);
}

.hdr .a2 span {
	background-image: url(../images/hdr-icon2.png);
}

.hdr >a:hover {
	opacity: .8;
}

.pop-zixun {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -160px 0 0 -200px;
	background-color: #fff;
	width: 400px;
	padding-bottom: 25px;
/*height: 380px;*/
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0,0,0,.5);
	z-index: 100;
}

.pop-zixun .close {
	position: absolute;
	width: 22px;
	height: 22px;
	top: 20px;
	right: 18px;
	background: url(/themes/theme_5/pc/images/icon-close2.png) no-repeat center center;
	cursor: pointer;
}

.pop-zixun .tit {
	line-height: 56px;
	font-size: 14px;
	color: #000;
}

.pop-zixun .tit .icon {
	float: left;
	background: url(/themes/theme_5/pc/images/icon-kefu.png) no-repeat center center;
	width: 65px;
	height: 56px;
}

.pop-zixun .bd {
	height: 200px;
	background: url(/themes/theme_5/pc/images/kefu-bg.jpg) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}

.pop-zixun .bd h2 {
	color: #fff;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	margin: 60px auto 30px;
}

.pop-zixun .bd .btn {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 36px;
	line-height: 36px;
	border-radius: 36px;
	color: #fff;
	background-color: #b0393d;
}

.pop-zixun .form {
	width: 364px;
	height: 36px;
	line-height: 36px;
	border-radius: 36px;
	background-color: #ebebeb;
	margin: 17px auto 15px;
	overflow: hidden;
	font-size: 16px;
	color: #3c3c3c;
}

.pop-zixun .form .inp {
	float: left;
	border: none;
	background-color: transparent;
	width: 275px;
	height: 36px;
	padding: 0 15px;
}

.pop-zixun .form .btn {
	float: right;
	width: 55px;
	height: 36px;
	background-color: #323232;
	color: #fff;
	border: none;
}

.pop-zixun .link {
	overflow: hidden;
	margin: 0 18px;
}

.pop-zixun .link a {
	float: left;
	width: 169px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
}

.pop-zixun .link .s1 {
	background-color: #323232;
}

.pop-zixun .link .s2 {
	background-color: #b0393d;
	margin-left: 25px;
}

.pop-zixun .link .s1:hover {
	background-color: #000;
}

.pop-zixun .link .s2:hover {
	background-color: #bf2b38;
}

.website-switch {
	background: #fff;
	right: 0;
	padding: 20px;
	position: absolute;
	top: 116px;
	width: 267px;
}

.website-switch span {
	display: inline-block;
	width: 50px;
	height: 30px;
	line-height: 30px;
}

.website-switch span.current a {
	color: #bf2b38;
}

.new_index_top_box_a {
	text-align: left !important;
	margin-left: 10px !important;
}

.topTxt {
	width: 100%;
	background: #FFF;
	border-bottom: 1px #DDD solid;
	height: 40px;
}

.topa {
	width: 1200px;
	margin: 0 auto;
}

.top_left {
	float: left;
	line-height: 40px;
}

.top_right {
	float: right;
}

.top_right > li {
	float: left;
	position: relative;
	line-height: 40px;
}

.top_right > li > a {
	padding: 0 3px;
}

.top_right > span {
	color: #999;
	margin: 0 5px;
	float: left;
	line-height: 40px;
}

.search_tool {
	margin-right: 15px;
}

.search_btn {
	position: relative;
	z-index: 2;
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	margin-top: 5px;
	line-height: 30px;
}

.search_input {
	border: 1px solid #DDD;
	height: 36px;
	padding: 3px 10px;
	width: 0;
	position: relative;
	right: -30px;
	display: block;
	float: left;
	margin-top: 2px;
	transition: 0.5s;
	visibility: hidden;
	opacity: 0;
}

.search_tool .search_input_show {
	visibility: visible;
	width: 300px;
	opacity: 1;
	transition: 0.5s;
}

.select_province {
	width: 700px;
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 999;
	background: #FFF;
	padding: 10px 30px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.select_province_t {
	font-size: 22px;
	padding: 10px 0;
	border-bottom: 1px solid #DDD;
	text-align: center;
	line-height: 20px;
}

.select_province_list {
	width: 50%;
	padding: 20px 0;
}

.select_province_list .list-fd {
	left: 0;
	font-size: 16px;
	color: #158fe4;
	font-weight: bold;
}

.province_list {
	text-align: left;
	padding: 0 0 0 60px;
	line-height: 20px;
	overflow: hidden;
}

.province_list a {
	margin-right: 5px;
	width: 80px;
	float: left;
	height: 35px;
	font-size: 14px;
	color: #777;
}
.province_list a i{vertical-align:middle;}

.province_list a:hover {
	color: #158fe4;
}

.zkzl {
	background: #FFF;
}

.zkzl .lbox {
	width: 360px;
}

.zkzl .lbox .lpic {
	display: block;
	overflow: hidden;
	width: 360px;
	height: 344px;
}

.zkzl .lbox .lpic img {
	width: 360px;
	height: 344px;
	transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
}

.zkzl .cbox {
	width: 462px;
	margin-left: 40px;
}

.zkzl .cbox .cbtop {
	height: 22px;
	margin-bottom: 15px;
}

.zkzl .cbox .cbtop li {
	float: left;
	line-height: 22px;
	font-size: 18px;
	color: #666;
	margin-right: 25px;
	cursor: pointer;
}

.zkzl .cbox .cbtop li.on {
	color: #0279ce;
}

.zkzl .cbox .cbtop li.on a {
	color: #0279ce;
}

.zkzl .cbox .cbtop a.index_more {
	font-size: 14px;
	color: #787878;
	padding-top: 2px;
}

.zkzl .cbox .cbbot {
	display: none;
}

.zkzl .cbox .cbbot .hot {
	padding-bottom: 6px;
	border-bottom: 1px solid #e8e8e8;
}

.zkzl .cbox .cbbot .hot-top {
	display: block;
	height: 38px;
	line-height: 38px;
	padding-left: 30px;
	font-size: 18px;
	background-position: 0 -289px;
	background-image: url(../images/in-an.png);
	background-repeat: no-repeat;
}

.zkzl .cbox .cbbot .hot-cen {
	display: block;
	overflow: hidden;
	height: 44px;
	line-height: 22px;
	font-size: 14px;
	color: #666;
}

.zkzl .cbox .cbbot .hot-bot {
	height: 30px;
	line-height: 30px;
}

.zkzl .cbox .cbbot .hot-bot .txt2, .zkzl .cbox .cbbot .hot-bot .txt3 {
	display: block;
	width: 84px;
	text-align: right;
	font-size: 12px;
	color: #999;
}

.zkzl .cbox .cbbot .list {
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #e8e8e8;
}

.zkzl .cbox .cbbot .list .txt {
	display: block;
	width: 370px;
	height: 46px;
	padding-left: 30px;
	font-size: 14px;
	background-position: 0 -285px;
	background-image: url(../images/in-an.png);
	background-repeat: no-repeat;
}

.zkzl .cbox .cbbot .list .txt2, .zkzl .cbox .cbbot .list .txt3 {
	display: block;
	width: 84px;
	text-align: right;
	font-size: 12px;
	color: #999;
}

.rbox {
	width: 298px;
}

.rbox .m0 {
	margin: 0;
}

.rbox .tpic {
	display: block;
	overflow: hidden;
	width: 298px;
	height: 162px;
	margin-bottom: 20px;
}

.zkzl .cbox .cbtop .last {
	margin: 0;
}

.ggtit {
	text-align: center;
	padding-top: 20px;
}

.ggtit .cen {
	display: inline-block;
	padding: 0 130px;
	height: 110px;
	line-height: 110px;
	font-size: 36px;
}

.ggtit .cen .lx, .ggtit .cen .rx {
	width: 100px;
	height: 1px;
	display: block;
	overflow: hidden;
	top: 50%;
	left: 0;
	background: url(../images/in_02.png) no-repeat;
}

.ggtit .cen .rx {
	left: auto;
	right: 0;
	background: url(../images/in_03.png) no-repeat;
}

.zkkc {
	background: #FFF;
}

.zkkc .lbox {
	width: 360px;
}

.lhtban {
	width: 100%;
	height: 344px;
	position: relative;
	overflow: hidden;
}

.lhtban .bd {
	z-index: 1;
}

.lhtban .hd {
	position: absolute;
	width: 100%;
	height: 12px;
	text-align: right;
	bottom: 18px;
	left: 0;
	z-index: 2;
}

.lhtban .hd ul {
	padding-right: 14px;
}

.lhtban .hd li {
	overflow: hidden;
	display: inline-block;
	width: 10px;
	height: 10px;
	line-height: 40px;
	background: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
	margin: 0 6px;
	cursor: pointer;
	border-radius: 12px;
}

.lhtban .hd li.on {
	opacity: 1;
	filter: alpha(opacity=100);
}

.zkkc .cbox {
	width: 800px;
}

.zkkc .cbox .cbtop {
	height: 20px;
}

.zkkc .cbox .cbtop li {
	float: left;
	line-height: 20px;
	font-size: 18px;
	color: #666;
	margin-right: 40px;
	cursor: pointer;
}

.zkkc .cbox .cbbot .rlist {
	display: block;
	overflow: hidden;
	width: 185px;
	height: 142px;
	margin: 10px 10px 0 0;
	position: relative;
}

.zkkc .cbox .cbtop li.on {
	color: #00cbda;
}

.zkkc .cbox .cbbot .more {
	line-height: 20px;
	font-size: 14px;
	color: #999;
	right:0;
	top:-20px;
}

.zkkc .cbox .cbbot {
	display: none;
	position:relative;
}

.zkkc .cbox .cbbot {
	display: none;
}

.zkkc .cbox .cbbot .rlist img {
	width: 185px;
	height: 142px;
	transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
}

.zkkc .cbox .cbbot .rlist .txt {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#0279ce',endColorstr='#0279ce');
	background: rgba(4, 141, 227, 0.86);
	position: absolute;
}

.zkkc .cbox .cbbot .mlist {
	display: block;
	overflow: hidden;
	width: 185px;
	height: 142px;
	line-height: 142px;
	margin: 10px 10px 0 0;
	background: url(../images/pic_09.jpg) no-repeat;
}




/*首页热点排行榜*/
.HotArc{}
.HotArc h2{font-size:18px;color:#666;line-height:22px;padding-bottom:10px;}
.HotArc h2 i{font-size:24px;vertical-align:middle;color:#2e9fef;}
.HotArc h2 ii{font-size:24px;vertical-align:middle;color:#ef2e2e;}
.HotArc h2 span.HotArc_tab{font-size:14px;color:#DDD;}
.HotArc h2 span.HotArc_tab a{color:#787878;}
.HotArc ul li{line-height:35px;height:35px;overflow:hidden;}
.HotArc ul li i{width:22px;font-size:12px;height:22px;border-radius:3px;background:#DDD;color:#555;display:inline-block;margin-right:10px;text-align:center;line-height:22px;font-style:normal;}
.HotArc ul li i.c1{color:#FFF;background:#2e9fef;}
.HotArc ul li i.c2{color:#FFF;background:#2e9fef;}
.HotArc ul li i.c3{color:#FFF;background:#2e9fef;}


/*首页专业滚动推荐*/
.HotMajor{background:#2e9fef;padding:10px;height:344px;overflow:hidden;background: linear-gradient(120deg, #59c3ff, #1c91d8);}
.HotMajor li a{color:#FFF;}

.record_college{padding-top:30px;}
.record_college h2{width:25px;height:90px;background:#DDD;color:#555;float:left;text-align:center;padding-top:5px;}
.record_college ul{float:left;width:1175px;padding:10px;height:90px;background:#F8F8F8;overflow:hidden;}
.record_college ul li{float:left;padding:0 11px;text-align:center;}
.record_college ul li img{width:50px;height:50px;}

/*首页文章板块*/
.leftbox{width:860px;}
.Arcleft{background:#F8F8F8;padding:25px;height:343px;}

.Type_tab{font-size:18px;padding-bottom:15px;border-bottom:1px solid #DDD;}
.Type_tab a{margin-right:15px;display:inline-block;position:relative;}
.Type_tab a.current:after{content:" ";display:block;width:70px;height:1px;background:#2e9fef;top:39px;position:absolute;}
/*.Type_tab a:after{display:none;content:" ";display:block;width:70px;height:3px;background:#2e9fef;margin-top:5px;}*/

.Arc_box{display:none;position:relative;}

.ArcTab{padding-bottom:10px;position:absolute;right:0;top:-40px;}
.ArcTab a{display:inline-block;margin-right:10px;font-size:16px;}

.Arc_list{display:none;padding-top:10px;}
.Arc_list li{line-height:31px;width:50%;float:left;}


/*自考专业列表页*/
.major_list {
	padding-top: 15px;
}

.major_list li {
	padding-bottom: 20px;
	border-bottom: 1px solid #F8F8F8;
	margin-bottom: 20px;
}

.major_list li img.majorpic {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-right: 20px;
}

.major_list .majorbox {
	width: 740px;
}

.major_list .majorbox h3 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

.major_list .majorbox h3 span.title_college {
	font-size: 18px;
	color: #777;
}

.major_list .majorbox p {
	color: #777;
	line-height: 1.6;
	padding-bottom: 10px;
}

.major_link a {
	margin-right: 20px;
	vertical-align: middle;
	color: #888;
}


.page{
	overflow:hidden;
	margin-top:20px;
}
.page li{
	float:left;
	margin-right:10px;
	line-height:30px;
}
.page li a{
	display:inline-block;
	border:1px solid #DDD;
	border-radius:3px;
	padding:0 10px;
}
.page li.thisclass a{
	background:#F8F8F8;
}


.ys-flex {
	background: #FFF;
}

.float-box {
	text-align: center;
}

.float-box .item {
	float: left;
	width: 400px;
	margin-right: 0;
	margin-bottom: 54px;
}

.float-box .item .icon {
	height: 78px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 26px;
}

.float-box .icon1 {
	background-image: url(../images/ys01.png);
}

.float-box .icon2 {
	background-image: url(../images/ys02.png);
}

.float-box .icon3 {
	background-image: url(../images/ys03.png);
}

.float-box .icon4 {
	background-image: url(../images/ys04.png);
}

.float-box .icon5 {
	background-image: url(../images/ys05.png);
}

.float-box .icon6 {
	background-image: url(../images/ys06.png);
}

.float-box .item .p1 {
	line-height: 1;
	font-size: 26px;
	color: #333;
	margin-bottom: 16px;
}

.float-box .item .p2 {
	line-height: 1;
	font-size: 16px;
	color: #999;
}

/*学子*/
.byBox {
	background: #F8F8F8;
	padding: 0 0 40px 0;
	position: relative;
}

.bycontent {
	height: 360px;
}

.byBox ul {
	width: 1213px;
	height: 360px;
	position: absolute;
	display: none;
}

.byBox ul.by-block {
	display: block;
}

.byBox ul li {
	width: 290px;
	height: 360px;
	margin-right: 13px;
	padding: 0 16px;
	float: left;
	background-color: #fff;
	cursor: pointer;
}

.byBox ul li.w-last-li {
	margin-right: 0;
}

.byBox ul li img {
    height: 125px;
    width: 150px;
	display: block;
	margin: 35px auto 10px;
	border-radius: 50%;
}

.byBox ul li h5 {
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
	font-weight: bold;
}

.byBox ul li p {
	color: #9a9a9d;
	padding-top: 20px;
	text-align: justify;
}

.w-hp-byCircle {
	width: 90px;
	height: 18px;
	margin: 30px auto 0;
	cursor: pointer;
}

.w-hp-byCircle li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 0 10px;
	float: left;
	background-color: #555;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.w-hp-byCircle li.w-hp-curfff {
	background-color: #373737;
	opacity: 1;
}



/*牌匾*/
.paibian {
	padding-bottom: 60px;
}

.PaibianBox {
width:1280px;
	height: 200px;
	margin: 25px auto;
	position: relative;
	overflow: hidden;
}

.PaibianBox ul {
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
}

.PaibianBox ul li {
	float: left;
	width: 282px;
	margin-right: 24px;
}






/**
 *  banner
 */
.ban {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner {
	height: 450px;
}

.slick-list,.slick-track,.slick-slide {
	height: 100%;
}

.banner .item {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	outline: none;
	text-align:center;
}

.banner .item a {
	display: block;
	height: 100%;
}

.slick-dots {
	position: absolute;
	bottom: 37px;
	left: 50%;
	--webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow: hidden;
}

.slick-dots li {
	float: left;
	width: 24px;
	margin: 0 5px;
}

.slick-dots button {
	display: block;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
	border: none;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #fff;
	outline: none;
	cursor: pointer;
	--webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.slick-active button {
	width: 100%;
	background-color: #b0393d;
}

.float-ft {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #ef1138;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 70px;
	z-index: 9;
}

.ft-form {
	float: right;
	margin-top: 19px;
	position: relative;
	padding-right: 40px;
}

.ft-form input {
	float: left;
	width: 180px;
	height: 35px;
	border: none;
}

.ft-form .inp {
	padding: 0 20px;
	width: 140px;
	background-color: #fff;
	margin-right: 10px;
	font-size: 14px;
}

.ft-form .btn {
	background-color: #ff8416;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.ft-form .close {
	position: absolute;
	top: 3px;
	right: 0;
	width: 30px;
	height: 30px;
	background: url('/themes/theme_5/pc/images/icon-close.png');
	?>) no-repeat 0 0;cursor: pointer;
	-webkit-background-size: cover;
	background-size: cover;
}

.first.disabled > span,.last.disabled > span {
	background: #fff none repeat scroll 0 0;
	font-size: 12px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	display: block;
	height: 39px;
	line-height: 38px;
	width: 48px;
}

.prev.disabled > span,.next.disabled > span {
	background: #fff none repeat scroll 0 0;
	font-size: 12px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	display: block;
	height: 39px;
	line-height: 38px;
	width: 60px;
}

.active > a {
	background: #bf2b38 none repeat scroll 0 0;
	color: #fff;
}

.pages .txt {
	display: inline-flex;
	height: 40px;
	line-height: 37px;
}

.pages ul {
	display: inline-flex;
}

.pages-prev.disabled > span,.pages-next.disabled > span {
	border: 1px solid #dddddd;
	border-radius: 5px;
	display: block;
	height: 25px;
	padding: 6px;
}

#text_area {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: border-image: none;
	border-radius: 8px;
	float: left;
	margin-left: 4%;
	width: 94%;
	padding: 5px;
	height: 120px;
}

.pop-zixun {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -160px 0 0 -200px;
	background-color: #fff;
	width: 400px;
	height: 325px;
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0,0,0,.5);
	z-index: 99;
}

.pop-zixun .close {
	position: absolute;
	width: 22px;
	height: 22px;
	top: 20px;
	right: 18px;
	background: url(../images/icon-close2.png) no-repeat center center;
	cursor: pointer;
}

.pop-zixun .tit {
	line-height: 56px;
	font-size: 14px;
	color: #000;
}

.pop-zixun .tit .icon {
	float: left;
	background: url(../images/icon-kefu.png) no-repeat center center;
	width: 65px;
	height: 56px;
}

.pop-zixun .bd {
	height: 200px;
	background: url(../images/kefu-bg.jpg) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}

.pop-zixun .bd h2 {
	color: #fff;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	margin: 60px auto 30px;
}

.pop-zixun .bd .btn {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 36px;
	line-height: 36px;
	border-radius: 36px;
	color: #fff;
	background-color: #b0393d;
}

.pop-zixun .form {
	width: 364px;
	height: 36px;
	line-height: 36px;
	border-radius: 36px;
	background-color: #ebebeb;
	margin: 17px auto 15px;
	overflow: hidden;
	font-size: 16px;
	color: #3c3c3c;
}

.pop-zixun .form .inp {
	float: left;
	border: none;
	background-color: transparent;
	width: 275px;
	height: 36px;
	padding: 0 15px;
}

.pop-zixun .form .btn {
	float: right;
	width: 55px;
	height: 36px;
	background-color: #323232;
	color: #fff;
	border: none;
}

.pop-zixun .link {
	overflow: hidden;
	margin: 0 18px;
}

.pop-zixun .link a {
	float: left;
	width: 169px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
}

.pop-zixun .link .s1 {
	background-color: #323232;
}

.pop-zixun .link .s2 {
	background-color: #b0393d;
	margin-left: 25px;
}

.pop-zixun .link .s1:hover {
	background-color: #000;
}

.pop-zixun .link .s2:hover {
	background-color: #bf2b38;
}

@media screen and (max-width: 1359px) {
	.logo {
		padding-left: 15px;
	}

	.hdr {
		margin-right: 15px;
	}

	.hdr a {
		margin-left: 10px;
	}
}

.bt_close {
	background: rgba(0, 0, 0, 0) url("/themes/theme_nj_35/pc/images/icon-close.png") repeat scroll 0 0;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
}

.kfbtn {
	top: 80%;
	right: 5px;
	z-index: 9999;
	position: fixed;
}

.kfbtn a {
	display: block;
	text-decoration: none;
}

.kfbtn img {
	left: -10px;
	top: 50%;
	margin-top: -35px;
	position: absolute;
	z-index: 9999;
	border: 0;
}

.kfbtn p {
	font-size: 15px;
	width: 230px;
	height: 45px;
	line-height: 45px;
	text-indent: 55px;
	text-align: center;
	color: #fff;
	display: block;
	overflow: hidden;
	position: relative;
	background: #ff5400;
	background: linear-gradient(rgba(254,84,0,.8),rgba(255,118,50,.8));
	text-transform: uppercase;
	border-radius: 20px;
}

.kfbtn p.bubble:after {
	content: "";
	background: #fff;
	position: absolute;
	width: 200px;
	height: 200px;
	left: 35px;
	;  right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	margin: auto;
	border-radius: 50%;
	transform: scale(1);
	animation: 1s btn ease-in-out infinite;
}

@keyframes btn {
	0% {
		transform: scale(0);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}

@media screen and (max-width: 1200px) {
	.kfbtn {
		display: none
	}
}

.layui-layer {
	-webkit-overflow-scrolling: touch;
	margin: 0;
	padding: 0;
	background-color: #fff;
	-webkit-background-clip: content;
	box-shadow: -16px 20px 38px rgba(0, 0, 0, .2);
	animation-name: bounceIn;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	position: fixed;
	_position: absolute;
	pointer-events: auto;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -320px;
	margin-top: -180px;
	z-index: 999999;
	border-radius: 14px;
	overflow: hidden;
	display: none;
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.cform {
	display: none;
	width: 640px;
	height: 360px;
	z-index: 999;
	overflow: hidden;
}

.cform>.cform-left {
	display: block;
	width: 385px;
	height: 360px;
	float: left;
	background: #fff;
	padding-left: 20px;
	overflow: hidden;
}

.cform-right {
	display: block;
	width: 234px;
	height: 360px;
	float: right;
	position: relative;
}

.cform-right>a {
	display: block;
	width: 234px;
	height: 360px;
	background: url(../images/windowbg.jpg) no-repeat center
}

.cform-right>.layui-layer-close {
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 3px;
	right: 3px;
	background: url('../images/close.png') no-repeat;
	background-position: center center;
	background-size: 10px;
	background-color: #534f49;
	cursor: pointer;
	z-index: 2;
	border-radius: 50%;
	transition: all 0.5s;
}

.cform-right>.layui-layer-close:hover {
	transform: rotate(180deg);
}

.cform>.cform-left>p.topt {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #333;
	margin-top: -18px;
}

.cform>.cform-left>p.topt>span {
	font-size: 16px;
	font-weight: 600;
	color: #ff3701;
}

.cform h2 {
	font-size: 24px;
	color: #333;
	padding-top: 25px;
}

.cform-year {
	display: block;
	width: 100%;
	padding-top: 15px;
}

.cform-year > p {
	font-size: 16px;
	color: #333;
	padding: 10px 0;
}

.tan-input {
	display: block;
	width: 100%;
}

.selector {
	height: 26px;
	float: left;
	padding: 0 14px;
	line-height: 26px;
	margin-right: 10px;
	display: inline;
	text-align: center;
	font-size: 14px;
	border: 1px solid #e1e1e1;
	background: #f6f6f6;
	color: #808080;
	cursor: pointer;
}

.selector > input {
	display: none
}

.tan-input .on {
	border-color: #0279ce;
	color: #0279ce;
	background-image: url(../images/a.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.tan-input > a.active {
	background: #0279ce;
	color: #fff;
}

.cform-major {
	font-size: 16px;
	color: #333;
	padding-top: 15px;
}

.clearfix.hsldxzy {
	margin-top: 10px;
}

.form-push {
	display: block;
	width: 100%;
	margin-top: 15px;
	height: 30px;
}

.form-push>input {
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	color: #757474;
	margin-right: 5px;
	background: #F8F8F8;
	border: 1px solid #F5F5F5;
	float: left;
	padding-left: 6px;
	outline: none;
	margin-bottom: 5px;
}

.form-push>input#uphone {
	width: 200px;
}

.form-push img {
	height: 30px;
	width: auto;
}

.form-push>input:hover {
	border: 1px solid #0279ce;
}

.form-val {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 1;
	padding-top: 20px;
	color: #666;
}

.form-val>span {
	font-size: 18px;
	font-weight: 600;
	color: #ff3701;
}

.form-btn {
	display: block;
	width: 100%;
}

.form-btn .hslbtn {
	display: block;
	width: 220px;
	height: 40px;
	background: #0279ce;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-weight: 300;
	font-size: 16px;
	float: left;
	margin-right: 9px;
	border: none;
	cursor: pointer;
	border-radius: 0;
	margin-top: 0;
}

.form-btn {
	padding-top: 15px;
}

.form-btn a {
	display: block;
	width: 120px;
	height: 40px;
	background: #0279ce;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-weight: 300;
	font-size: 16px;
	float: left;
	margin-right: 9px;
}

.layui-layer-page .layui-layer-content {
	overflow: hidden !important;
}

.layer-anim {
	overflow: hidden !important;
}

.topbanner {
	height: 200px;
	background: url(../images/article_bg.jpg) no-repeat center;
}

.TopNav {
	padding: 15px 0;
	color: #787878;
	font-size: 12px;
}

.TopNav a {
	color: #787878;
}

.article {
	width: 860px;
	background: #FFF;
	margin-bottom: 30px;
}

.article h1.arctitle {
	font-size: 28px;
	padding-bottom: 15px;
	line-height: 1.4;
	font-weight: bold;
	color: #45505d;
}
.ainfo {
	font-size: 14px;
	color: #787878;
}

.ainfo span {
	margin-right: 20px;
}

.content {
	padding-top: 20px;
	font-size: 16px;
	line-height: 1.6;
	color: #696969;
}

.content h1{font-size:22px;padding-bottom:10px;color:#45505d;}
.content h2{font-size:20px;padding-bottom:10px;font-weight:bold;color:#45505d;}
.content h3{font-size:18px;
	color:#158fe4;
	padding-bottom:10px;font-weight:bold;
	}
.content h5{border-left: #78bdff 4px solid;font-size: 18px;color: #333; height: 19px;line-height: 19px !important;padding-left: 15px;margin: 15px 0 10px;font-weight: bold;}

.content>p {
	padding-bottom: 15px;
	 
	line-height: 35px;
	letter-spacing:1.2px;
}

.content>h2 {
	font-size: 24px;
	padding-bottom: 5px;
	border-bottom:1px solid #DDD;
	margin-bottom:10px;
}

.content>h4 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.content>p>img{
	max-width:800px;
	height:auto !important;
	margin-left:1rem;
}

.content a {
	color: #158fe4;
	text-decoration: underline;
}

.content>table{
	background:#F8F8F8;
	font-size:13px;
	margin-bottom:15px;
}
.content>table td{word-wrap:break-word !important;vertical-align:middle;}

.content .editor{font-size:14px;text-align:right;padding:15px 0 10px 0;}

.arcnotice {
	border: 1px solid #F0F0F0;
	background: #F8F8F8;
	font-size: 14px;
	color: #888;
	line-height: 1.6;
	padding: 15px;
	margin-top: 15px;
}

.likearc {
	padding-top: 15px;
}

.likearc h2 {
	font-size: 18px;
	font-weight: bold;
}

.likearc ul {
	overflow: hidden;
	padding-top: 15px;
}

.likearc ul li {
	width: 50%;
	float: left;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}

.likearc ul li a {
	padding-left: 10px;
	position: relative;
	display:inline-block;
}

.likearc ul li a:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #999;
	top: 13px;
	left: 0;
}

.recmajor h2{
	font-size: 18px;
    font-weight: bold;
}
.recmajor ul{
	width:875px;
	padding-top:15px;
	}

.recmajor li{
	margin-right:15px;
	margin-bottom:15px;
	float:left;
}
.recmajor li h3{
	text-align:center;
	padding-top:5px;
}


.rside {
	width: 300px;
}

h2.tit {
	font-size: 24px;
	color: #4c4c4c;
	margin: 5px 0;
	position: relative;
	border-bottom:2px solid #DDD;
}

h2.tit > div {
	position:relative;
	bottom:-2px;
	line-height:40px;
	display:inline-block;
	border-bottom:2px solid #158fe4;
}

.recnews ul{
}
.recnews li{
	position:relative;
	font-size:14px;
	padding-left:6px;
	line-height:30px;
	height:30px;
	overflow:hidden;
}
.recnews li i{
	position:absolute;
	left:-6px;
	width:3px;
	display:block;
	color:#158fe4;
}
.topnews li {
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 1.5;
	border-bottom: 1px dashed #F0F0F0;
	margin-top: 10px;
}

.topnews .topbtn {
	width: 34px;
	height: 36px;
	text-align: center;
	margin-top: 5px;
}

.topnews .topbtn p.topcard {
	font-size: 12px;
	color: #158fe4;
	background: #b0dfff;
	height: 16px;
	line-height: 16px;
}

.topnews .topbtn p.topindex {
	font-size: 12px;
	color: #158fe4;
	background: #cfebff;
	height: 20px;
	line-height: 20px;
}

.toparclist {
	margin-left: 40px;
}

.toparclist a {
	display: inline-block;
	font-size:14px;
}

.toparclist p {
	color: #787878;
	font-size: 12px;
}

.toparclist p a {
	color: #787878;
}


.pageno{padding-bottom:15px;}
.pageno li{float:left;line-height:30px;margin-right:15px;}
.pageno li a{display:inline-block;padding:0 10px;border:1px solid #999;border-radius:3px;}


/*commemt*/
.comments{
	padding-top:20px;
}

.studyNav ul {
	padding-top: 15px;
}

.studyNav ul img {
	max-width: 100%;
}

.studyNav ul li {
	padding-bottom: 5px;
}

.cur {
	line-height: 54px;
	font-size: 14px;
	color: #999;
	height: 54px;
}

.cur a,.cur a + em {
	margin-right: 6px;
	font-style: normal;
}

.cur a:hover {
	color: #b0393d;
}

.ul-imgtxt {
	padding: 10px 0 0 20px;
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
}

.ul-imgtxt li {
	overflow: hidden;
	padding: 20px 20px 20px 0;
}

.ul-imgtxt li + li {
	border-top: 1px dashed #ddd;
}

.ul-imgtxt .pic {
	float: left;
	height: 130px;
	width: 210px;
	overflow: hidden;
	margin-right: 20px;
}

.ul-imgtxt .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.ul-imgtxt .txt {
	overflow: hidden;
}

.ul-imgtxt h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ul-imgtxt p {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ul-imgtxt span {
	display: inline-block;
	margin-top: 15px;
	text-indent: 20px;
	color: #999;
	font-size: 14px;
	margin-right: 20px;
}

.ul-imgtxt .li-date {
	background: url(../images/ico-ztime.png) no-repeat left center;
}

.ul-imgtxt .li-see {
	background: url(../images/ico-zsee.png) no-repeat left center;
}

.ul-imgtxt h3:hover {
	color: #b0393d;
}






/*.ul-crimg{width: 300px;}*/
.ul-crimg li {
	width: 300px;
	height: 180px;
	overflow: hidden;
	margin-bottom: 15px;
}

.pages {
	padding: 50px 20px;
	text-align: center;
}

.pages .pages-line {
	border-top: 1px solid #ddd;
}

.pages ul {
	display: inline-block;
}

.pages li {
	float: left;
	margin-right: 10px;
}

.pages a {
	display: block;
	text-align: center;
	background-color: #fff;
	width: 39px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 12px;
}

.pages .on a {
	color: #fff;
	background-color: #bf2b38;
	border: none;
}

.pages .first a,.pages .last a {
	width: 48px;
}

.pages .prev a,.pages .next a {
	width: 58px;
}

.pages .all a {
	width: 128px;
}

.pages a:hover {
	border-color: #bf2b38;
}

.col-l {
	margin-bottom: 20px;
	background-color: #fff;
	width: 940px;
}

.col-r {
	width: 300px;
}


/*咨询组件*/
.nav_right {
	width: 132px;
	position: fixed;
	top: 208px;
	left: 50%;
	margin-left: -770px;
	background-color: white;
	margin-top: 10px;
    /* display: none; */
	border: 1px solid #e4e4e4;
	z-index: 999999;
}

.nav-right1 {
	width: 114px;
	margin: auto;
	text-align: center;
	margin-top: 14px;
}

.right_content {
	width: 132px;
	margin: auto;
	text-align: center;
}

.right_p {
	width: 112px;
	margin: auto;
	text-align: center;
	margin-bottom: 14px;
}

.right_close {
	position: absolute;
	right: -10px;
	top: -10px;
	cursor: pointer;
}

.ycfc-fix {
	position: fixed;
	left: 50%;
	margin-left: 620px;
	;
    top: 300px;
	z-index: 6666;
	text-align: right;
}

.ycfc-1, .ycfc-2 {
	position: relative;
	padding-left: 5px;
	margin-top:10px;
}

.ycfc-1 img.i2 {
	position: absolute;
	top: -52px;
	right: 67px;
	cursor: pointer;
}

.ycfc-4 {
	cursor: pointer;
	margin-bottom: 20px;
}

.ycfc-2 span img {
	position: absolute;
	top: 0px;
	right: 56px;
}

.ycfc-3 span img {
	top: -52px;
}

.footer-link {
	width: 100%;
	height: auto;
	background: #fafbfd;
	padding: 23px 0;
}
.footer-link-image{padding-bottom:15px;}
.footer-link-image a{margin-right:10px;}

.footer-link .footer-link-con {
	width: 1190px;
	margin: 0 auto;
	position: relative;
}

.footer-link .footer-link-con .footer-link-con-a {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 1140px;
	height: 25px;
	padding-left: 90px;
	overflow: hidden;
}

.footer-link .footer-link-con .footer-link-con-a strong {
	position: absolute;
	left: 0;
	top: 2px;
}

.footer-link .footer-link-con .footer-link-con-a a {
	display: inline-block;
	padding-right: 18px;
	line-height: 24px;
	color: #828282;
	text-decoration: none;
}

.footer-link .footer-link-con .footer-link-con__more {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 24px;
	background: url(//images.koolearn.com/shark/project/zt/2017/1205koolearn-home-gf/i/content/more_jiantou.png?916af0) right center no-repeat;
	padding-right: 10px;
	color: #99999a;
	cursor: pointer;
}

.footer-help {
	height: 240px;
	background: #f5f7fa;
}

.footer-help .footer-help-con {
	width: 1190px;
	margin: 0 auto;
	padding-top: 30px;
}

.footer-help .footer-help-con dl {
	float: left;
	width: 200px;
}

.footer-help .footer-help-con dl dt {
	line-height: 42px;
	font-size: 18px;
	color: #545e64;
}

.footer-help .footer-help-con dl dd {
	line-height: 26px;
	font-size: 12px;
}

.footer-help .footer-help-con dl dd a {
	font-size: 12px;
	text-decoration: none;
	color: #828282;
}

.footer-help .footer-help-con dl.wxcode {
	padding-top:10px;
	float: right;
	width: 280px;
}
.footer-help .footer-help-con dl.wxcode dd{
text-align:center;float:left;
margin-left:20px;
}
.footer-help .footer-help-con dl.wxcode dd p{
color:#999;
}
.footer {
	color: #999;
	background: #FFF;
	padding: 30px 0;
}

.copyright {
	text-align: center;
	color:#989898;
}

.copyright a {
	color: #868686;
}

.copyright p {
	padding-bottom: 10px;
}



/*about*/
.hq-banner {
	height: 300px;
	background: url(../images/topbanner.jpg) no-repeat center;
	position: relative;
	overflow: hidden;
}

.comehq .menu {
	width: 1200px;
	margin: 0 0 30px;
	box-sizing: border-box;
	position: relative;
}

.comehq .menu .tab {
	text-align: center;
	position: relative;
}

.comehq .menu .tab::before {
	content: '';
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #f7f7f7;
	bottom: 0;
	left: 0;
}

.comehq .menu .tab li:hover, .comehq .menu .tab li.active {
	color: #158fe4;
	transition: all .3s;
	border-color: #158fe4;
}

.comehq .menu .tab li {
	display: inline-block;
	margin: 0 40px;
	line-height: 56px;
	height: 56px;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 16px;
	color: #333;
	position: relative;
	border-bottom: 3px solid transparent;
}

.about-content {
	font-size: 16px;
	color: #515151;
	line-height: 1.7;
	overflow: hidden;
	padding-bottom: 60px;
}
.about-content h2{
	font-size:16px;font-weight:bold;
	padding-bottom:15px;
}
.about-content h3{
	font-size:18px;
	font-weight:bold;
	padding-bottom:15px;
}
.about-content ul{
	padding-bottom:20px;
}
.about-content ul li{
	
}
.about-content hr{
	height:1px;border:none;border-top:1px dashed #DDD;
	padding-bottom:15px;
}

.about-content p {
	padding-bottom: 1em;
}







/*help page*/
.PositionNav {
	padding:20px 0;
	color:#797979;
}

.PositionNav .helpNav {
	font-size: 14px;
}
.PositionNav a{color:#797979;}

.qatitle {
	background: #0279ce;
	color: #FFF;
	padding: 15px;
	text-align: center;
}

.qatitle h1 {
	font-size: 18px;
	font-weight: bold;
}

.qatitle h2 {
	font-size: 18px;
	font-weight: bold;
}

.qatitle p {
	padding-top: 5px;
	font-size: 14px;
	color: #aeddff;
}

.qalist {
	background:#FFF;
}

.qanav ul {
	padding: 15px 20px;
}

.qanav ul a{
	display:inline-block;
	line-height: 1.6;
	font-size: 16px;
}
.help_like{
	background:#FFF;
	padding:15px 20px;
}
.help_like li{
	font-size:14px;
	line-height:30px;
}

.hp_info{color:#787878;padding-bottom:15px;border-bottom:1px solid #F3F3F3;}
.hp_info span{margin-right:15px;}

.fliter_tab{
	padding:15px 20px;background:#F8F8F8;border:1px solid #F0F0F0;
}
.fliter_tab h2{float:left;margin-right:10px;}
.fliter_tab a{display:inline-block;margin-right:15px;}

.help_cat{
	font-size:24px;
}
.help_cat i{
	font-size:24px;
}
.help_list{
	padding:20px 0;
}
.help_list a{
	display:inline-block;
	padding:7px 10px;
	background:#F8F8F8;
	border:1px solid #DDD;
	margin:0 20px 15px 0;
}


.helpbody{
	background:#F8F8F8;
	padding-bottom:60px;
}
.help_search{
	padding:60px 0 0;
	width:640px;
	margin-left:auto;
	margin-right:auto;
}
.help_so{
	border:1px solid #D0D0D0;padding:7px 15px;line-height:35px;width:500px;
	float:left;
	font-size:18px;
}
.help_so_btn{
	height:51px;
	float:left;
	width:140px;
	text-align:center;
	font-size:18px;
	color:#FFF;
	background:#158fe4;
	transition:1s;
	cursor:pointer;
}
.help_so_btn:hover{
	background:#0f7ac5;
}
.hot_search{
	padding:20px 0 60px;
	text-align:center;
}
.hot_search h2{
	display:inline-block;
}
.hot_search a{
	display:inline-block;
	margin-right:10px;
}
.help_cat_Nav a{
	float:left;
	background:#FFF;
	display:block;
	width:300px;
	height:200px;
	text-align:center;
	border:1px solid #F8F8F8;
	padding-top:30px;
	border-right:0;
}
.help_cat_Nav a:last-child{
	border-right:1px solid #F8F8F8;
}
.help_cat_Nav a i{
	font-size:80px;
	color:#158fe4;
}
.help_cat_Nav a h2{
	font-size:20px;
	padding-top:20px;
	font-weight:normal;
}
.help_cat_Nav a:hover{
	background:#F8F8F8;
}

.help_cat_card{
	padding-top:40px;
}
.help_cat_card li{
	width:580px;
	padding:30px;
	background:#FFF;
	position:relative;
	float:left;
}
.help_cat_card li h2{
	font-size:24px;
	padding-bottom:20px;
	color:#158fe4;
}
.help_cat_card li p{
	font-size:16px;
	line-height:1.7;
}
.help_cat_card li a.kf_btn{
	margin-top:20px;
	display:inline-block;
	padding:10px 15px;
	background:#158fe4;
	color:#FFF;
	font-size:16px;
	border-radius:3px;
}
.help_cat_card li i{
	display:block;
	font-size:72px;
	position:absolute;
	right:30px;
	bottom:30px;
	color:#158fe4;
}

/*list page*/
.l-list {
	width: 850px;
}

.l-list .navtit {
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
}

.l-list .navtit .diyu {
	width: 50px;
	padding-left: 10px;
	z-index: 1;
	cursor: pointer;
	margin-right: 20px;
	border-right:1px solid #DDD;
}

.l-list .navtit .nlist {
	display: block;
	float: left;
	padding:0 10px;
	text-align: center;
}

.l-list .bot {
	padding-top:20px;
	margin-bottom: 30px;
}

.l-list .bot li {
	padding-bottom:15px;
	border-bottom:1px solid #F8F8F8;
	margin-bottom:15px;
}

.l-list .bot li>div{padding-bottom:10px;}

.l-list .bot li a h3{font-size:18px;color:#212121;}
.l-list .bot li .time {
	display: block;
	padding:2px 5px;
	font-size: 12px;
	border:1px solid #158fe4;
	border-radius:3px;
	color:#158fe4;
	margin-top:3px;
	margin-right:10px;
}

.l-list .bot li .txt {
	width: 700px;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.l-list .bot li p{color:#737373;line-height:1.8;}
.l-list .bot li p a{color:#484848;}

.l-list .bot li p.tag{padding-top:10px;font-size:12px;}
.l-list .bot li p.tag span{margin-right:30px;}
.l-list .bot li p.tag a{color:#737373;margin-left:5px;}


.l-list .xgzx .xtit {
	height: 39px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 12px;
}

.l-list .xgzx .xtit-l {
	line-height: 39px;
	height: 39px;
	font-size: 16px;
	border-bottom: 1px solid #02bcc9;
}

.l-list .xgzx .bbotM li {
	overflow: hidden;
	float: left;
	width: 130px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	margin-right: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cat_nav{
	margin-bottom:20px;border:1px solid #DDD;
}
.cat_nav_title{
	padding:10px 15px;
	font-size:16px;
	border-bottom:1px solid #DDD;
}
.cat_nav ul{
	padding:15px;
}
.cat_nav ul a{
	display:inline-block;
	font-size:14px;
	padding:5px 7px;
	background:#F0F0F0;
	margin:0 10px 10px 0;
}



/*学院列表*/
.collegelist {
	width: 875px;
}

.collegelist li {
	float: left;
	margin-right: 30px;
	margin-bottom: 100px;
	width: 260px;
	height: 130px;
}

.collegelist li h3 {
	font-size: 18px;
	padding: 10px 0;
	font-weight: bold;
	color: #555;
}
.collegelist li h3 i{
	display:inline-block;
	background:#ff3800;
	color:#FFF;
	padding:3px 5px;
	font-size:14px;
	margin-left:10px;
	font-style:normal;
	border-radius:3px;
	font-weight:normal;
}

.collegelist .collegelink a {
	font-size: 14px;
	display: inline-block;
	border: 1px solid #158fe4;
	padding: 5px 7px;
	margin-right: 10px;
	border-radius: 5px;
	color: #158fe4;
}


/*学院主页*/
.school_txt {
	font-size: 16px;
	line-height: 1.7;
	overflow: hidden;
}

.school_txt h1 {
	font-size: 24px;
	padding: 0;
	line-height: 24px;
	padding-bottom: 10px;
}

.school_txt h1 i {
	font-size: 24px;
	margin-right: 10px;
}

.school_txt .sinfo{font-size:14px;line-height:1.5;}
.school_txt .sinfo p{padding-bottom:5px;}
.school_txt .sinfo span{margin-right:50px;}

.school_txt h1 span.school_type {
	font-size: 18px;
}

.school_txt .scontent p {
	padding-bottom: 15px;font-size:14px
}
.school_txt .scontent img{max-width:100%;}

.school_pic {
	width: 400px;
	height: 250px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.school_pic img {
	width: 100%;
	height: 100%;
}

.school_body .clickall {
	width: 100%;
	height: 30px;
	background: #F0F0F0;
	border: 1px solid #DDD;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	display: block;
	margin-top: 15px;
}

.schooltj {
	width: 300px;
}

.majorlist {
	width: 850px;
}

.school_tab{border-color:#e5544d;border-left-width:0;border-bottom-width:1px;border-style:solid;border-top-width:0;border-right-width:0;}
.school_tab li{display:inline-block;border:1px solid #DDD;padding:10px 20px;font-size:16px;border-bottom:0;background:#FFF;position:relative;margin-right:15px;bottom:-1px;cursor:pointer;}
.school_tab li.current{border:1px solid #e5544d;border-bottom:1px solid #FFF;position:relative;bottom:-1px;}
.school_tab li:hover{color:#e5544d;}
.tab_box{overflow:hidden;}
.zsjz_content{font-size:14px;line-height:1.5;}
.zsjz_content > p{padding-bottom:10px;}

.zkmajor {
	width: 100%;
}

.zkmajor h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
}

.zkmajor table {
	width: 100%;
}

.zkmajor a.redziti{color:#d0101b;}


/*专业内容页*/
.maj_t {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}

.maj_t img.zytp {
	width: 100px;
	height: 100px;
	margin: 0 20px 0 0;
}

.zyText {
	width: 730px;
	position: relative;
}

.zyText h3 {
	font-size: 18px;
}

.zyText .sp1, .maj_t .sp2 {
	float: left;
	margin-top: 10px;
}

.zyText .sp1 {
	margin-right: 30px;
}

.zyText .sp2 {
	margin-right: 30px;
}

.zyText .sp3 {
	line-height: 22px;
}

.zyText .sp3 p {
	display: inline;
}

.zyText span {
	display: block;
	font: normal 14px "微软雅黑";
	color: #666;
	margin: 5px 0;
}

.zyText a.wybm {
	border: 1px solid #158fe4;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 5px;
	display: block;
	width: 125px;
	height: 45px;
	font: bold 14px/45px "微软雅黑";
	color: #158fe4;
}

.zyText a.wybm i {
	float: left;
	font-size: 24px;
	padding-left: 20px;
	padding-right: 5px;
}

.maj_c {
	font-size: 16px;
	line-height: 1.7;
	padding: 20px 0;
}

.maj_c>p {
	padding-bottom: 15px;
}

.zkcontent_box {
	padding-bottom: 15px;
}

.zkcontent_box h2 {
	padding-bottom: 15px;
}

.zkcontent_box h2 span {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #158fe4;
	display: inline-block;
	padding-bottom: 5px;
}

.zkcontent_box>p {
	padding-bottom: 15px;
}

.zkcontent_box table {
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
}




/*教师*/
.teacherbox{background:#F8F8F8;}
.teacher_list{padding:30px 0;width:1220px;}
.teacher_list li{width:590px;margin-right:20px;float:left;padding:20px;background:#FFF;margin-bottom:20px;}
.teacher_list li a.teacher_thumb{display:block;float:left;margin-right:20px;}
.teacher_list li a.teacher_thumb img{width:230px;}
.teacher_intro{padding:20px 0;}
.teacher_intro h2{font-size:18px;font-weight:bold;padding-bottom:15px;}
.teacher_intro h3{font-size:16px;padding-bottom:15px;color:#899196;}
.teacher_intro p{font-size:14px;line-height:1.6;color:#899196;}
.teacher_intro .teacher_more{display:block;float:right;font-size:14px;line-height:30px;padding-top:30px;}
.teacher_intro .teacher_more i{font-sizE:18px;font-weight:bold;}

.t_contant{}
.t_contant h1{font-size:24px;padding-bottom:10px;}
.t_contant h1 span{color:#787878;margin-left:20px;font-size:16px;}
.t_contant h3{font-size:18px;padding-bottom:10px;}
.t_contant p{font-size:14px;padding-bottom:10px;line-height:1.6;color:#878788;}
.t_contant .tthumb{float:left;margin-right:30px;}
.t_more h2{font-size:18px;padding-bottom:15px;}
.t_more h2 span{color:#888888;margin-left:20px;font-size:12px;}
.t_more ul{width:110%;}
.t_more ul li{float:left;margin-right:25px;width:150px;margin-bottom:20px;}
.t_more ul li img{width:100%;}
.t_more ul li h3{text-align:center;padding:5px 0;font-size:16px;color:#888888;}


/*store page*/
.goodsthunmb{width:560px;}
.goodsthunmb img{width:560px;height:300px;}
.goodsmx{width:640px;padding-left:30px;}
.goodsmx h1{font-size:24px;font-weight:bold;padding-bottom:15px;}
.goodsintro{font-size:14px;color:red;line-height:1.6;padding-bottom:10px;border-bottom:1px solid #F8F8F8;}
.goodsservice{padding:10px 0;}
.goodsprice{padding:10px 0;}
.goodsjg{margin-right:20px;font-size:16px;}
.goodsjg span{font-size:18px;}
.goodstp{font-size:18px;}
.goodstp span{font-size:34px;color:red;}
.goodstp em{font-size:14px;color:#585858;}
.goodsprice .gyj{text-decoration:line-through;}
.cmdbtn{padding-top:10px;}
.cmdbtn a{display:inline-block;background:#e03838;color:#FFF;padding:7px 20px;font-size:18px;border-radius:3px;margin-right:15px;}
.goodsleft{width:860px;}
.liketeacher{padding:15px;border:1px solid #DDD;}
.liketeacher h2{font-size:18px;padding-bottom:10px;border-bottom:1px solid #F8F8F8;}
.liketeacher ul{width:880px;padding-top:10px;}
.liketeacher ul a{display:block;float:left;width:126px;margin-right:14px;text-align:center;}
.liketeacher ul a img{width:100%;}
.goodscontent{margin-top:20px;}


.goodsright{width:310px;}
.likeshop h2{font-size:18px;padding-bottom:10px;border-bottom:1px solid #F8F8F8;}
.likeshop ul{padding-top:10px;}
.likeshop ul li{padding-bottom:15px;text-align:center;}
.likeshop ul li img{width:100%;}
.likeshop ul li h3{font-size:16px;padding:5px;}
.likeshop ul li p span{font-size:18px;color:red;}

.select_type{background:#F8F8F8;padding:15px;line-height:30px;}
.select_type h2{float:left;font-size:18px;font-weight:bold;}
.select_type a{float:left;display:block;margin-left:20px;font-size:16px;}
.store_list{width:1230px;}
.store_list li{width:380px;float:left;margin-right:30px;margin-bottom:30px;}
.store_list li img{width:100%;vertical-align: middle;}
.store_list li a:hover{color:#555;}
.storelistdesc {background:#F8F8F8;padding:10px 15px;}
.storelistdesc h3{font-size:18px;}
.storelistdesc p{padding:2px 0;}
.storelistdesc p span{font-size:18px;color:#f00;margin-right:20px;}
.storelistdesc p span.yuanjia{font-size:18px;color:#888;text-decoration:line-through;}
.storelistdesc p.true span{font-size:24px;}

.store_info{border:1px solid #DDD;padding:15px;}
.store_info_t{font-size:18px;line-height:30px;padding-bottom:5px;}
.store_info_t i{font-size:24px;color:#158fe4;vertical-align:middle;padding-right:5px;}
.store_info_c {font-size:14px;line-height:1.7;}
.store_info_c p{padding-bottom:5px;}
.store_info_c ul{list-style:disc;padding-left:20px;}
.store_info_c ul li{list-style-type:disc;padding-bottom:10px;}
.store_ts{display:inline-block;margin-right:10px;width:180px;line-height:30px;}
.store_line{border-top:1px solid #DDD;height:0;margin:15px 0;}

.store_body{padding:15px;border:1px solid #DDD;margin-top:20px;}
.store_body h2{font-size:18px;border-bottom:5px solid #158fe4;padding-bottom:10px;display:inline-block;}
.goodsbody{padding-top:15px;font-size:16px;line-height:1.6;}
.goodsbody p{padding-bottom:10px;}
.goodsbody img{max-width:100%;}

.ke_title{line-height:50px;}
.ke_title h1{font-size:24px;float:left;}
.ke_info{float:right;font-size:14px;color:#999;}
.ke_info span{margin-left:20px;}
.playbox iframe{border:0;padding:0;}
.playbox video{background:#000;}
.play_content{border:1px solid #DDD;background:#F8F8F8;padding:15px;line-height:1.6;}
.play_content h2{display:inline;font-weight:bold;}


.ke_block_title{text-align:center;padding-bottom:25px;}
.ke_block_title h2{font-size:28px;padding-bottom:15px;}
.ke_block_title p{font-size:14px;color:#999;}

.ke_more_btn{text-align:center;}
.ke_more_btn a{display:inline-block;padding:15px 30px;font-size:16px;color:#555;background:#F5F5F5;border-radius:5px;}

.like_ke h2{font-size:24px;padding-bottom:10px;}
.like_ke ul{width:1215px;}
.like_ke ul li{float:left;width:228px;margin-right:15px;margin-bottom:15px;}
.like_ke ul li img{width:100%;height:150px;}
.like_ke ul li h3{font-size:16px;text-align:center;line-height:1.5;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.ke_banner{height:400px;}


/*search*/
.search_header .keyword{width:400px;height:40px;padding:10px;font-size:16px;border:1px solid #DDD;box-shadow:0 0 2px rgba(0,0,0,0.1) inset;}
.search_header .keyword:focus{box-shadow:none;}
.search_header .search-submit{    display: inline-block;
    height: 40px;
    line-height:40px;
    padding: 0 30px;
    background-color: #158fe4;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    opacity: .9;
    filter: alpha(opacity=90);}
.resultbar{padding-top:10px;}
.resultlist li{padding-bottom:20px;}
.resultlist li h3{font-size:16px;padding-bottom:2px;}
.resultlist li h3 a{text-decoration:underline;color:#00c;}
.resultlist li p{font-size:14px;line-height:1.5;padding-bottom:3px;color:#333;}
.resultlist li span{color:#008000;}
.resultlist li span a{color:#008000;}

.sidebar {padding-top:20px;}
.sidebar h2{font-size:16px;font-weight:bold;}
.sidebar ul{padding:20px 0;overflow:hidden;}
.sidebar li {width:25%;float:left;}
.sidebar li a{color:#00c;text-decoration:underline;}

.pagelist li{float:left;margin-right:10px;}
.pagelist li a{display:inline-block;padding:0 12px;height:40px;text-align:center;line-height:40px;border:1px solid #999;color:#00c;font-size:16px;}
.pagelist span{line-height:40px;color:#777;}

/*全国分校*/
.campus_list ul{width:1230px;}
.campus_list li{width:380px;margin-right:30px;margin-bottom:30px;float:left;}
.campus_list li a>img{width:120;height:240px;}
.campus_list li a h3{font-size:20px;text-align:center;padding:10px;}
.campus_list li a p{font-size:14px;line-height:1.7;}
.campus_list li:hover a{color:#373737;}


.foot_pos{width: 100%;height: 50px;
	position: fixed;
    bottom: 0;
    background: white;
}
.foot_bot{
	display: flex;
    text-align: center;
    justify-content: space-around;
    border: 1px solid #ddd;
}

.foot_bot a{display: inline-block;width: calc(100% / 4);text-align: center;background-position: center 7px;background-size: auto 20px;background-repeat: no-repeat;height: 50px;padding-top: 25px;}
.foot_bot a span{font-size: 14px;}
.foot_bot a:nth-child(1){background-image: url('../images/icon-index.png');background-size: 30px 20px; }
.foot_bot a:nth-child(2){background-image: url('../images/icon-wsbm.png');}
.foot_bot a:nth-child(3){background-image: url('../images/icon-zxzx.png');}
.foot_bot a:nth-child(4){background-image: url('../images/icon-tel.png');}