@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	box-sizing: border-box;
	font-family: "微软雅黑";
}

body {
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
	color: #000;
}

.clear {
	clear: both;
}
.clearfix:after{
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
html,
body {
	width: 100%;
	background: #fafafa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

u {
	text-decoration: none;
}


/*网站首页样式*/

.mid {
	width: 1360px;
	margin: 0 auto;
}

.head {
	overflow: hidden;
	padding: 20px 0;
	min-width: 1200px;
}

.head .logo {
	width: 400px;
	float: left;
}

.head .search {
	width: 650px;
	float: left;
	margin-top: 20px;
	padding-left: 100px;
	*width: 550px;
}

.head .search input {
	width: 400px;
	height: 40px;
	line-height: 40px;
	border: #ccc 1px solid;
	position: relative;
	top: -1px;
	outline: none;
	padding: 0 10px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #ccc;
}

.head .search button {
	width: 80px;
	height: 40px;
	line-height: 40px;
	border: #ccc 1px solid;
	position: relative;
	left: -5px;
	font-size: 16px;
	font-family: "微软雅黑";
	*left: 2px;
	*top: -3px;
}


/* banner切换样式 */

.banner {
	height: 560px;
	border-top: 1px solid #d7d7d7;
	overflow: hidden;
	position: relative;
	min-width: 1200px;
}

.bimg {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.bimg ul {
	width: 9999px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}

.bimg li {
	float: left;
	width: 100%;
	height: 100%;
}

.bimg li img {
	width: 100%;
}

div.point {
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 999;
	width: 300px;
	height: 21px;
	margin: 0 0 0 -50px;
}

div.point a {
	float: left;
	width: 21px;
	height: 21px;
	margin: 0;
	padding: 0;
	background: url(../img/btn_main_img.png) 0 0 no-repeat;
	display: block;
	text-indent: -1000px
}

div.point a.on {
	background-position: 0 -21px
}

#btn_prev,
#btn_next {
	z-index: 11111;
	position: absolute;
	display: block;
	width: 73px!important;
	height: 74px!important;
	top: 50%;
	margin-top: -37px;
}

#btn_prev {
	background: url(../img/hover_left.png) no-repeat left top;
	left: 100px;
}

#btn_next {
	background: url(../img/hover_right.png) no-repeat right top;
	right: 100px;
}

.nav {
	background: #c09950;
	font-size: 18px;
	/* min-width: 1200px; */
}

.nav a {
	color: #fff;
}

.nav .mid {
	position: relative;
}

.nav .nav-1 {
	overflow: hidden;
}

.nav .nav-1 li {
	float: left;
	line-height: 50px;
	padding: 0 40px;
}

.nav .nav-1 li:hover {
	background: #efa10f;
}

.nav .nav-1 li.one {
	background: url(../img/sanjiao1.png) 162px center #efa10f no-repeat;
	background-size: 20px 20px;
	margin-right: 50px;
	padding-right: 70px;
}

.nav .nav-2 {
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 1000;
	background: #c09950;
	width: 228px;
	height: 530px;
	display: none;
}

.nav .nav-2 li {
	padding-left: 90px;
	line-height: 50px;
	border-top: #efa10f 1px dashed;
	font-size: 17px;
}

.nav .nav-2 li:nth-child(1) {
	background: url(../img/icon-jz.png) 50px center no-repeat;
	background-size: 25px 25px;
}

.nav .nav-2 li:nth-child(2) {
	background: url(../img/icon-jj.png) 50px center no-repeat;
	background-size: 25px 25px;
}

.nav .nav-2 li:nth-child(3) {
	background: url(../img/icon-jr.png) 50px center no-repeat;
	background-size: 25px 25px;
}

.nav .nav-2 li:nth-child(4) {
	background: url(../img/icon-gw.png) 50px center no-repeat;
	background-size: 25px 25px;
}

.nav .nav-2 li:nth-child(5) {
	background: url(../img/icon-yy.png) 50px center no-repeat;
	background-size: 25px 25px;
}

.nav .nav-2 li:nth-child(6) {
	background: url(../img/icon-wy.png) 50px center no-repeat;
	background-size: 25px 25px;
}

.nav .nav-2 li:nth-child(7) {
	background: url(../img/icon-01.png) 50px center no-repeat;
	background-size: 25px 25px;
}

.nav .nav-2 li:nth-child(8) {
	background: url(../img/icon-wy2.png) 50px center no-repeat;
	background-size: 25px 25px;
}

.nav .nav-2 li:nth-child(9) {
	background: url(../img/icon-hot.png) 50px center no-repeat;
	background-size: 25px 25px;
}

.nav .nav-2 li:nth-child(1).active {
	background: url(../img/icon-jz.png) 50px center #efa10f no-repeat;
	background-size: 25px 25px;
}

.nav .nav-2 li:nth-child(2).active {
	background: url(../img/icon-jj.png) 50px center #efa10f no-repeat;
	background-size: 25px 25px;
}

.nav .nav-2 li:nth-child(3).active {
	background: url(../img/icon-jr.png) 50px center #efa10f no-repeat;
	background-size: 25px 25px;
}

.nav .nav-2 li:nth-child(4).active {
	background: url(../img/icon-gw.png) 50px center #efa10f no-repeat;
	background-size: 25px 25px;
}

.nav .nav-2 li:nth-child(5).active {
	background: url(../img/icon-yy.png) 50px center #efa10f no-repeat;
	background-size: 25px 25px;
}

.nav .nav-2 li:nth-child(6).active {
	background: url(../img/icon-wy.png) 50px center #efa10f no-repeat;
	background-size: 25px 25px;
}

.nav .nav-2 li:nth-child(7).active {
	background: url(../img/icon-01.png) 50px center #efa10f no-repeat;
	background-size: 25px 25px;
}
.nav .nav-2 li:nth-child(8).active {
	background: url(../img/icon-wy2.png) 50px center #efa10f no-repeat;
	background-size: 25px 25px;
}
.nav .nav-2 li:nth-child(9).active {
	background: url(../img/icon-hot.png) 50px center #efa10f no-repeat;
	background-size: 25px 25px;
}
.nav .nav-3 {
	position: absolute;
	top: 50px;
	left: 228px;
	width: 972px;
	height: 390px;
	background: none;
	z-index: 1000;
}

.nav .nav-3 a {
	color: #666;
	font-size: 16px;
	display: inline-block;
}

.nav .nav-3 a:hover {
	color: #efa10f;
}

.nav .nav-3 li {
	float: left;
	line-height: 40px;
	margin-right: 40px;
}

.nav .nav-3 h3 {
	font-size: 17px;
	color: #efa10f;
	line-height: 50px;
	border-bottom: #efa10f 1px dashed;
	margin-bottom: 20px;
}

.nav .nav-3 ul {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	padding: 0 50px;
	background: #fff\9;
	background: rgba(255, 255, 255, 0.98);
	width: 100%;
	height: 100%;
	display: none;
	transition: 0.2s;
}

.index .nav .nav-2 {
	height: 560px;
}

.index .nav .nav-3 {
	height: 560px;
}

.content {
	width: 1200px;
	margin: 0 auto;
	/* padding: 20px 0; */
}
.flowchart-outer{
	margin-top: 60px;
}
.flowchart-outer li{
	width: 190px;
	float: left;
}
.flowchart-num{
	float: left;
	width: 60px;
	height: 60px;
	background-color: #c09950;
	border-radius: 50%;
	font-size: 40px;
	line-height: 60px;
	color: #fafafa;
	text-align: center;
}
.flowchart-text{
	margin-left: 30px;
	margin-top: 12px;
	float: left;
}
.flowchart-text p{
	font-size: 16px;
	color: #000000;
	height: 18px;
}
.flowchart-suc{
	width: 60px!important;
}
.flowchart-suc img{
	width: 100%;
}
.timeplan-con{
	width: 100%;
	margin-top: 68px;
	padding-bottom: 50px;
}
.calendar-con{
	float: left;
	width: 220px;
	height: 202px;
	background-image: url(../img/calendar_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.cur-year{
	display: block;
	text-align: center;
	font-size: 30px;
	color: #fafafa;
	margin-top: 16px;
}
.calendar-text{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #555555;
	width: 120px;
	margin: 42px auto 0;
}
.plan-list{
	margin-left: 22px;
	float: left;
	width: 958px;
	height: 202px;
}
.plan-list li{
	float: left;
	width: 178px;
	height: 90px;
	margin-left: 15px;
	margin-bottom: 19px;
	background-color: white;
	border-bottom: 4px solid #c09950;
	overflow: hidden;
	text-align: center;
	border-radius: 4px;
	transition: all .3s;
}
.plan-list li:hover{
	background-color: #c09950;
}
.plan-list li:nth-of-type(5n+1){
	margin-left: 0;
}
.plan-list li:last-of-type{
	border-bottom: 4px solid #FFFFFF;
}
.plan-list li img{
	margin-top: 16px;
}
.plan-list li a{
	display: block;
	margin-top: 4px;
	font-size: 15px;
	color: #000000;
	transition: all .3s;
}
.plan-list li:hover a{
	color: #FFFFFF;
}
.nav2 {
	width: 100%;
	overflow: hidden;
	margin-top: 48px;
}

.nav2 .left {
	width: 1200px;
	padding-bottom: 12px;
}

.nav2 .left ul {
	width: 222px;

	float: left;
	margin-right: 18px;
	padding-bottom: 15px;
	background-color: #f0f0f0;
	border-radius: 10px;
	margin-bottom: 10px;
	height: 209px;
}


.nav2 .left ul h3 {
	line-height: 40px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	padding-top: 10px;
}

.nav2 .left ul h3 a {
	color: #000;
	width: 165px;
	height: 43px;
	background-color: #ffffff;
	border-radius: 22px;
	display: inline-block;
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: normal;
}

.nav2 .left ul li {
	float: left;
	width: 50%;
	line-height: 36px;
	font-size: 12px;
	text-align: center;
}

.nav2 .left ul:hover {
	background: #e7bc6c;
}

.nav2 .left ul li a {
	color: #666;
}

.nav2 .left ul:hover li a {
	color: #000;
}

.nav2 .left ul li a:hover {
	color: #fd4703;
}

.nav2 .right {
	float: right;
	width: 330px;
	position: relative;
}

.nav2 .right .ad {
	height: 209px;
	margin-bottom: 10px;
	border: #eee 1px solid;
}

.nav2 .right .ad img {
	width: 100%;
	height: 100%;
}

.nav2-2 h2 {
	background-color: #f0f0f0;
	box-shadow: 9px 8px 10px 0px rgba(164, 164, 164, 0.42);
	padding-left: 21px;
	border-radius: 3px;
	color: #000;
	font-size: 21px;
	line-height: 70px;
}

.nav2-2 h2 a {
	width: 158px;
	height: 40px;
	background-color: #d0d0d0;
	border-radius: 20px;
	text-align: center;
	font-size: 15px;
	display: inline-block;
	color: #000;
	line-height: 38px;
	padding: 0 25px;
	margin: 0 4px;
	border: #fff 1px solid;
}

.nav2-2 h2 a:hover {
	background: #ed723b;
	color: #fff;
}

.nav2 .right h3 {
	position: absolute;
	font-size: 24px;
	font-weight: normal;
	top: -35px;
}

.nav2 .right a {
	display: block;
}

.content .list1 {
	overflow: hidden;
	margin-top: 20px;
}

.content .list1 h2 {
	font-size: 45px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
	color: #000;
	font-weight: normal
}

.content .list1 ul {
	float: left;
	width: 33%;
	*width: 398px;
	border: #eee 1px solid;
	margin-bottom: 20px;
	padding-bottom: 10px;
	overflow: hidden;
	margin-right: 0.5%;
	background-color: #ffffff;
	border-radius: 8px;
}

.content .list1 ul:nth-child(3n+1) {
	margin-right: 0;
}

.content .list1 ul h3 {
	line-height: 46px;
	border-bottom: #eee 1px solid;
	padding: 7px 20px;
	margin-bottom: 15px;
	position: relative;
	font-weight: bold;
	font-size: 22px;
	color: #000000;
	vertical-align: middle;
}

.content .list1 ul h3:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 35px;
	background-color: #fecc1a;
	vertical-align: middle;
	margin-right: 10px;
}

.content .list1 ul h3 a {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 8px;
	font-size: 16px;
}

.content .list1 ul li {
	padding: 5px 20px;
	transition: 0.1s;
	border-radius: 2px;
}

.content .list1 ul li a {
	color: #111;
	display: block;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis
}

.content .list1 ul li a:hover {
	text-decoration: underline;
}

.content .list2 {
	margin-top: 30px;
}

.content .list2 h2,
.newsbg .listbox2 {
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 40px;
	vertical-align: middle
}

.newsbg .listbox2:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 35px;
	background-color: #fecc1a;
	vertical-align: middle;
	margin-right: 10px;
}

.listbox2-more {
	line-height:30px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.content .list2 h2,
.listbox3 {
	font-size: 30px !important;
	/* line-height: 50px; */
	color: #3d3f58;
	text-align: center;
}

.content .list2 ul {}

.content .list2 li {
	float: left;
	width: 33%;
	height: 220px;
	margin-right: 0.5%;
	margin-bottom: 6px;
	color: #fff;
	border-radius: 2px;
	overflow: hidden;
	transition: 0.5s;
}

.content .list2 li div {
	width: 100%;
	height: 100%;
	background: #fff;
	transition: 0.1s;
	padding: 20px 30px;
	border: #eee 1px solid;
}

.content .list2 ul li:nth-child(3n) {
	margin-right: 0;
}

.content .list2 li h4 {
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../img/icon-hot.png) left center no-repeat;
	background-size: 24px 24px;
	color: #333;
	background: none\9;
}

.content .list2 li h4 a {
	color: #333;
}

.content .list2 li h4 a:hover {
	text-decoration: underline;
}

.content .list2 li p {
	font-size: 14px;
	line-height: 28px;
	color: #666;
}

.content .list2 li:hover {
	transform: scale(1.1, 1.1);
}

.content .list2 li:hover div {
	background: #ff905f;
	border: none;
}

.content .list2 li:hover p {
	color: #fff;
}

.content .gg h2 {
	text-align: center;
	font-size: 45px;
	padding: 15px 0 20px;
}

.content .gg {
	overflow: hidden;
	margin-bottom: 20px;
	*margin-top: 30px;
}

.majorrecom-con{
	width: 100%;
	overflow: hidden;
}
.majortil-outer{
	margin-top: 30px;
}
.majortil-outer span{
	display: block;
	height: 38px;
	border-radius: 4px;
	padding: 0 25px;
	line-height: 38px;
	text-align: center;
	color: #555555;
	float: left;
	margin-left: 25px;
	cursor: pointer;
	transition: all .3s;
}
.majortil-outer span:first-of-type{
	margin-left: 0;
}
.majortil-outer span:hover{
	background-color: #ee2c35!important;
	color: white!important;
}
.majortil-active{
	background-color: #ee2c35!important;
	color: white!important;
}
.majortil-outer a{
	float: right;
	color: #241503;
	margin-top: 8px;
}
.majorcon-outer{
	width: 100%;
	padding-top: 20px;
	display: none;
}
.majorcon-outer li{
	width: 185px;
	height: 242px;
	background-color: #fafafa;
	box-shadow: 0px 2px 2px 0px 
		rgba(23, 23, 23, 0.1);
	border-radius: 4px;
	border: solid 1px #d2e1ee;
	float: left;
	margin-top: 20px;
	margin-left: 18px;
}
.majorcon-outer li:nth-of-type(6n+1){
	margin-left: 0;
}
.majorcon-outer li>img{
	width: 165px;
	height: 148px;
	margin: 10px;
}
.majorcon-outer li>p{
	width: 165px;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.majorcon-outer .majorcon-do{
	width: 165px;
	margin: 0 auto;
	height: 28px;
	margin-top: 8px;
}
.majorcon-outer .majorcon-do p{
	max-width: 172px;
	line-height: 28px;
	font-size: 18px;
	font-weight: bold;
	color: #ee2c35;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.majorcon-outer .majorcon-do button{
	display: block;
	float: right;
	border: none;
	outline: none;
	width: 76px;
	height: 28px;
	background-color: #ee2c35;
	border-radius: 4px;
	font-size: 14px;
	color: #ffffff;
}
/*在线考场*/
.online-exam{
	overflow: hidden;
	background-color: white;
}
.online-exam h2{
	text-align: center;
	font-size: 45px;
	padding: 15px 0 20px;
}
.onlineexam-con{
	width: 100%;
	overflow: hidden;
}
.onlineexam-con .online-img{
	padding-top: 20px;
	display: block;
	float: left;
}
.onlineexam-con .online-img img{
	width: 270px;
	height: 418px;
}
.onlinetil-outer{
	margin-top: 30px;
}
.onlinetil-outer span{
	display: block;
	height: 38px;
	border-radius: 4px;
	padding: 0 25px;
	line-height: 38px;
	text-align: center;
	color: #555555;
	float: left;
	margin-left: 25px;
	cursor: pointer;
	transition: all .3s;
}
.onlinetil-outer span:first-of-type{
	margin-left: 0;
}
.onlinetil-outer span:hover{
	background-color: #ee2c35!important;
	color: white!important;
}
.onlinetil-active{
	background-color: #ee2c35!important;
	color: white!important;
}
.onlinetil-outer a{
	float: right;
	color: #241503;
	margin-top: 8px;
}
.onlinecon-outer{
	margin-left:2%;
	float: left;
	width: 75%;
	padding-top: 20px;
	display: none;
}

.onlinecon-outer li{
	width: 100%;
	height: 77px;
	background-color: #fcfcfc;
	margin-top: 10px;
	/* margin-left: 18px; */
	padding-left:15px;
	float: left;
}
.onlinecon-outer li:nth-of-type(1){
	margin-top: 0px;
}
.onlinecon-top{
	float: left;
	width: 730px;
	height: 77px;
	padding-top: 15px;
}
.online-serial{
	background-image: url(../img/serial_bg.png);
	width: 50px;
	height: 50px;
	border-radius: 8px;
	line-height: 50px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #107dfd;
	float: left;
}
.exam-infor{
	margin-left:8px;
	float: left;
	margin-right: 10px;
	padding-top: 4px;
}
.exam-infor .online-title{
	width: 100%;
	line-height: 15px;
	font-size: 15px;
	color: #262626;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.exam-infor .online-content{
	padding-top:16px;
	width: 100%;
	line-height: 14px;
	font-size: 14px;
	color: #656565;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.onlinecon-bottom{
	padding-top: 10px;
}
.onlinecon-bottom time{
	display: block;
	line-height: 15px;
	font-size: 15px;
	color: #262626;
}
.onlinecon-bottom button{
	display: block;
	width: 82px;
	height: 28px;
	background-color: #0788ff;
	border-radius: 4px;
	outline: none;
	border: none;
	margin-top: 14px;
	color: #ffffff;
}
.footer-img{
	background-color: #fff;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 70px;
}
.foot {
	width: 100%;
	min-width: 1200px;
	background: #1f57d6;
	color: #fff;
	padding: 30px 0;
	padding-bottom: 100px;
}

.foot .mid {
	position: relative;
}

.foot h3 {
	margin-bottom: 10px;
}

.foot h4 {
	font-size: 15px;
	position: relative;
	left: -10px;
	margin-bottom: 10px;
}

.foot h4 a {
	color: #fff;
	margin: 0 10px;
}

.foot h4 a:hover {
	text-decoration: underline;
}

.foot p {
	line-height: 30px;
}

.foot .wechat {
	position: absolute;
	top: 30px;
	right: 0;
}

.foot .wechat p {
	/*    position: absolute;bottom: 2px;right: 180px;*/
	line-height: 20px;
	font-size: 14px;
	text-align: center;
}

.foot .wechat img {
	width: 140px;
	height: 140px;
	margin: 4px 10px;
}

.foot2 {
	background: #0c44c4;
	min-width: 1200px;
	padding: 10px 0 8px 0;
	position: fixed;
	left: 0;
	bottom: -2px;
	width: 100%;
	opacity: 0.9;
}

.foot2 ul {
	overflow: hidden;
}

.foot2 ul li {
	float: left;
	padding: 6px 30px;
	background: #3e6fdf;
	margin-right: 22px;
	border-radius: 2px;
	transition: 0.5s;
	border: #fff 1px solid;
}

.foot2 ul li:nth-last-child(1) {
	margin-right: 0;
}

.foot2 ul li a {
	color: #fff;
	font-size: 17px;
}

.foot2 ul li:hover {
	background: #fff;
}

.foot2 ul li:hover a {
	color: #1b52ce;
}


/*关于我们页面样式*/

.banner2 {
	min-width: 1200px;
}

.banner2 img {
	width: 100%;
}

.cont {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}

.cont .left {
	width: 900px;
	float: left;
}

.cont .right {
	width: 270px;
	float: right;
	margin-top: 70px;
}

.cont .left h1.title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #444;
	border-bottom: #ccc 1px solid;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.cont .left p {
	font-size: 14px;
	color: #666;
	text-align: justify;
}

.cont .left h4.title {
	color: #888;
	margin-bottom: 15px;
}

.cont .left h4.title a {
	color: #888;
}

.cont .left h4.title a:hover {
	color: #222;
}

.cont .right .list1 {
	background: #fff;
	padding: 15px 10px;
	border: #eee 1px solid;
	margin-bottom: 20px;
}

.cont .right .list1 h3 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #005EB4;
}

.cont .right .list1 li {
	font-size: 15px;
	line-height: 30px;
}

.cont .right .list1 li a {
	color: #666;
}

.cont .right .list1 li a:hover {
	text-decoration: underline;
}

.cont .right .list1 li span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #999;
	color: #fff;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	margin-right: 5px;
}

.cont .right .list1 li:nth-child(2) a {
	color: #e43821;
}

.cont .right .list1 li:nth-child(2) span {
	background: #e43821;
}

.cont .right .list1 li:nth-child(3) a {
	color: #35ae29;
}

.cont .right .list1 li:nth-child(3) span {
	background: #35ae29;
}

.cont .right .list1 li:nth-child(4) a {
	color: #ed9803;
}

.cont .right .list1 li:nth-child(4) span {
	background: #ed9803;
}

.cont .right .list2 {
	background: #fff;
	padding: 15px 10px;
	border: #eee 1px solid;
	overflow: hidden;
	padding-right: 0;
}

.cont .right .list2 h3 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #005EB4;
}

.cont .right .list2 li {
	float: left;
	padding: 4px 8px;
	font-size: 14px;
	background: #35ae29;
	border-radius: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.cont .right .list2 li a {
	color: #fff;
}

.cont .right .list2 li:nth-child(3n-2) {
	background: #ed9803;
}

.cont .right .list2 li:nth-child(3n-1) {
	background: #e43821;
}

.cont .page {
	text-align: center;
	font-size: 15px;
}

.cont .page a {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px;
	color: #555;
}

.cont .page a.current {
	color: #005EB4;
}

.cont .page span {
	color: #444;
	margin-left: 5px;
}

.about .cont_about {
	padding: 30px;
	border: #eee 1px solid;
	background: #fff;
}

.news .left .list1 {}

.news .left .list1 li {
	border: #07ace1 1px solid;
	border-radius: 2px;
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;
	transition: 0.2s;
}

.news .left .list1 li h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	position: relative;
}

.news .left .list1 li h3 a {
	color: #333;
}

.news .left .list1 li h3 a:hover {
	color: #00688A;
}

.news .left .list1 li h3 span {
	position: absolute;
	top: 0;
	right: 0;
	color: #888;
}

.news .left .list1 li:hover {
	background: #ebfaff;
	transform: scale(1.01, 1.01);
}

.about .cont_about h2.title {
	font-size: 22px;
	color: #222;
	margin-bottom: 15px;
}

.about .cont_about h5.time {
	font-size: 14px;
	color: #999;
	border-bottom: #ccc 1px dashed;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.about .cont_about h5 span {
	margin-right: 30px;
}

.about .cont_about .link h4 {
	font-size: 15px;
	line-height: 32px;
}

.about .cont_about .link h4 a {
	color: #005EB4;
}

.about .cont_about .link {
	margin-top: 20px;
}

.about .cont_about .link h4 a:hover {
	text-decoration: underline;
}

.about .contact .map {
	margin-top: 20px;
}

.course .left .list1 {}

.course .left .list1 li {
	border: #eee 1px solid;
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.course .left .list1 li .pic {
	width: 240px;
	height: 240px;
	border-radius: 5px;
	overflow: hidden;
	float: left;
}

.course .left .list1 li .pic img {
	float: left;
	width: 100%;
}

.course .left .list1 li .word {
	width: 600px;
	float: right;
}

.course .left .list1 li .word h3 {
	font-size: 20px;
	color: #333;
	margin-bottom: 15px;
}

.course .left .list1 li .word span {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: inline-block;
	padding: 5px 10px;
	background: #E43821;
	font-size: 16px;
	border-radius: 2px;
	transition: 0.2s;
}

.course .left .list1 li .word span a {
	color: #fff;
}

.course .left .list1 li .word span:hover {
	padding: 5px 30px;
}


/*分页样式*/

.page {
	text-align: center;
	width: 100%;
	margin-top: 45px;
}

.page a {
	display: inline-block;
	padding: 5px 10px;
	border: #ccc 1px solid;
}

.page span {
	display: inline-block;
	margin-left: 1px;
	border: #07ace1 1px solid;
	background: #07ace1;
	padding: 4px 10px;
}

.page span b {
	color: #333;
}

.page a.current {
	background: #07ace1;
	border: #07ace1 1px solid;
	color: #fff;
}

.page span.current {
	background: #07ace1;
	border: #07ace1 1px solid;
	color: #fff;
}

.page .current {
	display: inline-block;
	/* margin-left: 1px; */
	border: #07ace1 1px solid;
	background: #07ace1;
	padding: 5px 10px;
	margin: 0 2px;
	color: #fff;
}


/*右侧浮动窗口*/

.qqserver-body {
	position: absolute;
	right: 0;
	width: 125px;
	height: auto;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #0a96b2;
}

.close {
	position: absolute;
	right: 2px;
	top: 6px;
	width: 16px;
	height: 16px;
	background: url(http://img.233.com/wx/img/union/kefuservice/gd.png) -2px -1691px no-repeat;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.qqserver-header {
	color: #fff;
	text-align: center;
	height: 32px;
	font: 14px/30px "Microsoft YaHei";
	background: #0c44c4;
}

.service_table {
	margin-left: 10px;
	margin-top: 3px;
	border-collapse: initial;
	border-spacing: initial;
}

.service_table {
	margin-left: 10px;
	margin-top: 3px;
	border-collapse: initial;
	border-spacing: initial;
}

.service_title_td {
	width: 105px;
	height: 24px;
	border-bottom: 1px dashed #d9d9d9;
	padding: 1px;
	text-align: left;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

.service_table {
	margin-left: 10px;
	margin-top: 3px;
	border-collapse: initial;
	border-spacing: initial;
}

.lianxi_tel_td {
	background-color: #fff;
	padding: 1px;
	text-align: left;
}

.main_top {
	background: #f2f2f2;
	width: 100%;
	height: 20px;
	border-radius: 0 0 5px 5px;
	border-top: 1px solid #e5e5e5;
	margin-top: 5px;
}

.main_top a {
	display: block;
	height: 20px;
	width: 25px;
	background: url(http://img.233.com/wx/img/union/kefuservice/gd.png) 2px -1712px no-repeat;
	text-align: center;
	margin: 0 auto;
}

.qqservice {
	position: absolute;
	top: 190px;
	right: 0;
	height: auto;
	z-index: 999999;
}

.qqserver_fold {
	position: absolute;
	right: 0;
	padding: 14px 7px 14px 13px;
	cursor: pointer;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #FFF;
	font: 14px "microsoft yahei";
	background: url(http://img.233.com/wx/img/union/kefuservice/gd.png) -242px -220px no-repeat #0c44c4;
}

.qqserver_fold span {
	width: 12px;
	display: block;
}


/*表格样式*/


/*.about table{width: 100%;border: #ccc 1px solid;border-right:none ;border-bottom: none;border-collapse: collapse;border-spacing: 0px;}*/

.about .cont_about table {
	width: 100%;
	border: #ccc 1px solid;
	border-right: none;
	border-bottom: none;
	border-collapse: collapse;
	border-spacing: 0px;
}


/*.about .cont_about table th{
	padding: 8px 2px;
	font-size: 15px;
	color: #333;
	background: #eee;
}*/

.about .cont_about table td {
	border: #ccc 1px solid;
	border-left: none;
	border-top: none;
}

/*日历页面*/
.rilipage-con{
	width: 1400px;
	margin: 50px auto 195px;
}
.industry-con{
	display: flex;
	flex-wrap:wrap;
}
.industry-item{
	width: 200px;
	padding-top: 14px;
	margin-right: 17px;
	background-color: white;
	margin-bottom: 20px;
	box-shadow: 0px 0px 2px 0px 
		#b7b7b7;
}
.industry-til{
	height: 40px;
	background-image: url(../img/industrytil_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.industry-list{
	padding: 16px 10px;
}
.industry-list li{
	margin-top: 6px;
	margin-left: 12px;
	float: left;
	width: 70px;
	color: #6b6b73;
	overflow: hidden;
	white-space: nowrap;
}

.course-outer{
	position: relative;
	width: 1170px;
	padding: 136px 42px 42px;
	background-color: #ffffff;
	box-shadow: 0px 0px 2px 0px 
		#b7b7b7;
	float: right;
}
.course-outer .rili-banner{
	position: absolute;
	top:0;
	left:0;
}
/* .course-outer>h2{
	font-size: 32px;
	color: #000000;
	margin-left: 20px;
}
.course-outer>p{
	font-size: 16px;
	color: #000000;
	margin-top: 12px;
	margin-left: 20px;
} */
.monthnum-outer{
	width: 100%;
	height: 60px;
	background-color: #c09950;
	border-radius: 4px;
}
.monthnum-outer li{
	width: 44px;
	height: 44px;
	margin-left: 40px;
	float: left;
	margin-top: 9px;
	line-height: 44px;
	text-align: center;
	border-radius: 50%;
	float: left;
	color: white;
	cursor: pointer;
	transition: all .3s;
}
.monthnum-outer li:hover{
	background-color: white!important;
	color: #c09950!important;
}
.monthnum-active{
	background-color: white!important;
	color: #c09950!important;
}
.exam-tableouter{
	padding-top: 10px;
	display: none;
}
.navexam-tableouter{
	display: none;
}
.exam-table{
	width: 100%;
	
}
.exam-table .examtable-til{
	font-size: 18px;
	padding: 20px 0;
}
.exam-table td{
	text-align: center;
	padding: 15px 0;
}
.hudong-td{
	width: 290px;
}
.interact-btn{
	display: inline-block;
	text-align: center;
	width: 83px;
	height: 22px;
	border-radius: 4px;
	border: solid 1px #beddfe;
	line-height: 18px;
	font-size: 15px;
	color: #4c4c4c;
	margin: 0 4px;
	transition: all .3s;
}

.interact-btn:hover{
	background-color: #0788ff;
	color: white;
}
