* {
	margin: 0;
	padding: 0;
}
.main {
	width: 1200px;
}
ul,ul li,ol,ol li {
	list-style-type: none;
}
/*banner图滚动*/
.gk_banner {
	width: 1200px;
    height: 502px;
    margin: auto;
    position: relative;
    margin-top: 30px;
}
.swiper-slide .jz_image_name{
	color: #e14a39;
    line-height: 26px;
    font-size: 26px;
    display: block;
    padding: 82px 60px 40px 60px;
}
.swiper-slide .jz_image_name i{
	background: url(../img/xiaobiao.png) no-repeat center left;
	background-size: 42px;
	padding-left: 65px;
}
.swiper-slide .jz_name{
	font-size: 48px;
    line-height: 65px;
    padding: 0 60px;
    box-sizing: border-box;
    display: block;
    font-weight: bold;
    color: #643d2d;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.gk_banner .swiper-container {
	width: 894px;
    height: 502px;
    float: right;
    overflow: hidden;
    border-radius: 7px;
}
.gk_banner .swiper-slide {
	width: 100%;
	height: 502px;
}
.gk_banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #c03c30;
}
.gk_banner .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #c03c30;
    width: 20px;
	opacity: 1;
    border-radius: 10px;
}
/*竖向导航*/
#gk_nav {
	/* width: 1200px;
    margin: 0 auto;
    position: relative; */
	width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
}
.gk_nav {
	/* margin-left: 14px;
    margin-top: 17px; */
    position: absolute;
    z-index: 2;
    width: 276px;
    /* top: -538px; */
    top: 0;
    z-index: 2;
}
.gk_nav_left {
	width: 276px;
	height: 125px;
	background: rgba(0,0,0,0.5);
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.gk_nav_left:hover {
	background: rgba(0,0,0,0.6);
}
.gk_nav_left:first-child {
	border-radius: 7px 7px 0 0;
}
.gk_nav_left:last-child {
	border-radius: 0 0 7px 7px;
}
.gk_nav_left b {
	float: left;
	width: 5px;
	height: 5px;
	background: #ff7e00;
	border-radius: 50%;
	margin-top: 33px;
	margin-left: 20px;
}
.gk_nav_left dl {
	width: 160px;
	float: left;
	margin-top: 25px;
	margin-left: 9px;
}
.gk_nav_left dl dt,.gk_nav_left h4 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.gk_nav_left h4 {
	margin-top: 25px;
	margin-left: 9px;
	float: left;
	margin-bottom: 8px;
}
.gk_nav_left dl dd {
	margin-top: 10px;
}
.gk_nav_left dl dd a {
	font-size: 14px;
	color: #d3d3d3;
	display: block;
	text-decoration: none;
	line-height: 26px;
	font-family: "微软雅黑";
}
.gk_nav_left i {
	float: right;
	width: 9px;
	height: 15px;
	margin-top: 55px;
	margin-right: 23px;
	background: url(../img/icon_left.png);
}
.gk_nav_left ul {
	width: 200px;
	overflow: hidden;
	margin-left: 30px;
}
.gk_nav_left ul li {
	font-size: 14px;
	line-height: 28px;
	float: left;
	margin: 0 4px;
}
.gk_nav_left ul li a {
	color: #d3d3d3;
	text-decoration: none;
	cursor: pointer;
}

.gk_nav_left:hover .gk_nav_right {
	display: block;
}
.gk_nav_right {
	position: absolute;
	left: 276px;
	width: 595px;
	height: 504px;
	border-radius: 7px;
	background: rgba(0,0,0,0.6);
	display: none;
}

.gk_nav_left:nth-child(2) .gk_nav_right {
	top: -126px;
} 
.gk_nav_left:nth-child(3) .gk_nav_right {
	top: -252px;
} 
.find_class ul {
	height: auto;
	width: 535px;
	padding-top: 34px;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.find_class ul li {
	/*padding: 9px 15px 7px 31px;*/
	width: 160px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px 23px 12px;
	color: #333333;
	font-family: "微软雅黑";
	font-size: 14px;
	background: #e0ebff;
	border-radius: 15px;
	position: relative;
	cursor: pointer;
}
.find_class ul li:hover {
	background: #ccd9ef;
}
.find_class ul li a {
	display: block;
	color: #333333;
	width: 134px;
	margin-left: 20px;
	text-align: center;
}
.find_class ul li strong {
	width: 30px;
	height: 35px;
	display: block;
	position: absolute;
	left: -10px;
	top: -5px;
}
.find_class ul li strong.hot {
	background: url(../img/icon_hot.png);
}
.find_class ul li strong.new {
	background: url(../img/icon_new.png);
}
.gk_nav_province {
	width: 535px;
	margin: 35px auto 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.gk_nav_type {
	width: 535px;
	margin: 33px auto 0;
}
.gk_nav_province div,.gk_nav_type div {
	overflow: hidden;
	margin-bottom: 10px;
}
.gk_nav_province div span {
	float: left;
	color: #3c82ff;
	width: 34px;
    font-size: 16px;
    font-family: "微软雅黑";
}
.gk_nav_type div span {
	float: left;
	color: #3c82ff;
	width: 70px;
	font-size: 16px;
    font-family: "微软雅黑";
}
.gk_nav_type div ol li a:hover {
	color: #e4e4e4;
}
.gk_nav_province div ol,.gk_nav_type div ol {
	overflow: hidden;
}
.gk_nav_province div ol li {
	float: left;
	margin-left: 30px;
	margin-bottom: 14px;
} 
.gk_nav_province div ol li a:hover {
	color: #e4e4e4;
}
.gk_nav_type div ol li {
	float: left;
	margin-left: 6px;
	margin-bottom: 14px;
	width: 110px;
	text-align: center;
}
.gk_nav_province div ol li a,.gk_nav_type div ol li a {
	color: #fff;
	font-family: "微软雅黑";
	font-size: 16px;
	text-decoration: none;
}
.popular_exam {
	overflow: hidden;
	width: 685px;
}
.popular_exam ol {
	margin-top: 36px;
}
.popular_exam ol li {
	width: 305px;
	float: left;
	margin-left: 36px;
	cursor: pointer;
	font-family: "微软雅黑";
	font-size: 16px;
	margin-bottom: 28px;
}
.popular_exam ol li.hot a,.popular_exam ol li.new a {
	color: #ffae00;
}
.popular_exam ol li a {
	color: #fff;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 16px;
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}
.popular_exam ol li strong {
	float: left;
	width: 24px;
	height: 28px;
}
.popular_exam ol li.hot strong {
	background: url(../img/icon_hot.png);
	background-size: 100% 100%;
}
.popular_exam ol li.new strong {
	background: url(../img/icon_new.png);
	background-size: 100% 100%;
}
.popular_exam ol li.hot a {
	color: #ffae00;
	width: 270px;
}
.good_class {
	width: 594px;
	overflow: hidden;
}
.good_class .l {
	float: left;
	border-right: 1px solid rgba(255,255,255,0.5);
}
.good_class .r {
	float: right;
}
.good_class div {
	width: 295px;
	margin: 46px auto 0;
}
.good_class ol {
	width: 255px;
	margin: 0 auto;
}
.good_class ol li {
	width: 106px;
	height: 88px;
	text-align: center;
	line-height: 88px;
	font-family: "微软雅黑";
	font-size: 16px;
	float: left;
	margin: 0 10px 40px;
}
.good_class ol li a {
	color: #fff;
	display: block;
	font-size: 16px;
	text-decoration: none;
}
.good_class ol li.blue {
	background: url(../img/blue.png);
}
.good_class ol li.purple {
	background: url(../img/purple.png);
}
.good_class ol li.orange {
	background: url(../img/orange.png);
}
.good_class ol li.gree {
	background: url(../img/gree.png);
}
.good_class ol li.lakeBlue {
	background: url(../img/lakeBlue.png);
}
.good_class ol li.pink {
	background: url(../img/pink.png);
}
.good_class button {
	width: 235px;
	height: 30px;
	font-family: "微软雅黑";
	font-size: 16px;
	border: none;
	line-height: 30px;
	border-radius: 15px;
	display: block;
	margin: 0 auto 10px;
	background: -moz-linear-gradient(top, #ffa200 0%, #ff8400 100%);
    background: -webkit-linear-gradient(top, #ffa200 0%,#ff8400 100%);
    background: -o-linear-gradient(top, #ffa200 0%,#ff8400 100%);
    background: -ms-linear-gradient(top, #ffa200 0%,#ff8400 100%);
    background: linear-gradient(to top, #ffa200 0%,#ff8400 100%);
	color: #fff;
	display: block;
}
/*顶部banner图结束*/


/*活动课*/
.gk_activity_class {
	width: 1230px;
	margin: 20px auto 0;
}
.gk_activity_class ul {
	overflow: hidden;
	padding: 10px 0;
}
.gk_activity_class ul li {
	float: left;
	width: 277px;
	height: 130px;
	margin: 0 15px;
	transition: 0.5s;
}
.gk_activity_class ul li:hover {
	transform: scale(1.05);
}
.gk_activity_class ul li.yellow {
	background: url(../img/yellow.jpg);
	background-size: 100% 100%;
}
.gk_activity_class ul li.yellow h3,.gk_activity_class ul li.yellow p {
	text-shadow: 0 0 10px #ca6800;
}
.gk_activity_class ul li.yellow a button {
	color: #ff7e00;
}
.gk_activity_class ul li.blue {
	background: url(../img/blue.jpg);
	background-size: 100% 100%;
}
.gk_activity_class ul li.blue h3,.gk_activity_class ul li.blue p {
	text-shadow: 0 0 10px #00559d;
}
.gk_activity_class ul li.blue a button {
	color: #398eee;
}
.gk_activity_class ul li.green {
	background: url(../img/green.jpg);
	background-size: 100% 100%;
}
.gk_activity_class ul li.green h3,.gk_activity_class ul li.green p {
	text-shadow: 0 0 10px #009940;
}
.gk_activity_class ul li.green a button {
	color: #0f9e39;
}
.gk_activity_class ul li.red {
	background: url(../img/red.jpg);
	background-size: 100% 100%;
}
.gk_activity_class ul li.red h3,.gk_activity_class ul li.red p {
	text-shadow: 0 0 10px #ba001b;
}
.gk_activity_class ul li.red a button {
	color: #cc0f37;
}
.gk_activity_class ul li a {
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.gk_activity_class ul li a h3 {
	width: 220px;
	color: #fff;
	margin: 20px auto 10px;
	font-family: "微软雅黑";
	font-size: 25px;
	line-height: 27px;
    font-weight: bold;
}
.gk_activity_class ul li a p {
	width: 220px;
	color: #fff;
	margin: 0 auto;
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 20px;
}
.gk_activity_class ul li a button {
	width: 88px;
	height: 25px;
	line-height: 25px;
	font-family: "微软雅黑";
	font-size: 14px;
	border: none;
	border-radius: 13px;
	background: #fff;
	line-height: 25px;
	margin-left: 27px;
	margin-top: 10px;
}
/*活动课结束*/


/*正在直播*/
.live_broadcast {
	width: 1200px;
	margin: 50px auto 0;
	position: relative;
}
.live_broadcast h1 {
	width: 753px;
	height: 26px;
	line-height: 26px;
	text-indent: 39px;
	font-size: 24px;
	font-weight: bold;
	background: url(../img/live_broadcast_title.jpg);
}
.live_broadcast h6 {
	width: 861px;
	height: 26px;
	margin: 32px auto 12px;
	background: url(../img/live_broadcast_play.jpg);
}
.live_broadcast .swiper-container {
	width: 1100px;
	margin: 0 auto;
	padding: 0 12px;
	overflow: hidden;
	height: 260px;
}
.live_broadcast .swiper-slide h4 {
	color: #333333;
	font-size: 16px;
	text-align: center;
	font-family: "微软雅黑";
}
.live_broadcast_content {
	width: 260px;
	height: 200px;
	margin-top: 20px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 10px 3px #eae9e9;
	transition: 0.5s;
}
.live_broadcast_content:hover {
	transform: scale(1.05);
}
.live_broadcast_content a {
	text-decoration: none;
	color: #333;
}
.live_broadcast_content h3 {
	width: 220px;
	line-height: 26px;
	font-size: 18px;
	margin: 24px auto 20px;
    font-weight: bold;
    font-family: "微软雅黑";
    display: -webkit-box;             
    -webkit-box-orient: vertical;     
    -webkit-line-clamp: 1;            
    overflow: hidden;                 
}
.live_broadcast_content p {
	width: 220px;
	margin: 0 auto 22px;
	font-size: 12px;
	line-height: 16px;
	font-family: "微软雅黑";
	display: -webkit-box;             
    -webkit-box-orient: vertical;     
    -webkit-line-clamp: 1;            
    overflow: hidden;  
}
.live_broadcast_content ul {
	width: 220px;
	overflow: hidden;
	margin: 0 auto;
	height: 26px;
}
.live_broadcast_content ul li {
	padding: 0 15px;
	height: 26px;
	background: #e8e8e8;
	font-size: 14px;
	float: left;
	line-height: 26px;
	margin-right: 10px;
	border-radius: 13px;
	font-family: "微软雅黑";
}
.live_broadcast_content div {
	width: 220px;
	overflow: hidden;
	margin: 20px auto 0;
}
.live_broadcast_content a div span {
	float: left;
	font-size: 14px;
	color: #3c82ff;
	font-family: "微软雅黑";
}
.live_broadcast_content div span b {
	font-size: 26px;
	margin-left: 3px;
}
.live_broadcast_content div button {
	width: 88px;
	height: 30px;
	color: #fff;
	font-size: 12px;
	background: #3c82ff;
	float: right;
	border-radius: 15px;
	line-height: 30px;
	text-decoration: none;
	border: none;
	text-align: center;
}
.live_broadcast_content div button.yellow {
	background: #febd27;
}
.swiper-button-prev:after,.swiper-button-next:after {
    content: none;
}
.swiper-button-prev {
	background: url(../img/left.jpg);
	border-radius: 19px;
	width: 38px;
	height: 38px;
	box-shadow: 0 0 5px 3px #eeeeed;
	top: 240px;
	left: 0;
}
.swiper-button-next {
	background: url(../img/right.jpg);
	border-radius: 19px;
	width: 38px;
	height: 38px;
	box-shadow: 0 0 5px 3px #eeeeed;
	top: 240px;
	right: 0;
}
/*正在直播结束*/


/*8月国企招聘*/
#gk_recruit {
	width: 100%;
	height: 410px;
	background: url(../img/gk_recruit.jpg) center;
	margin-top: 36px;
}
.gk_recruit {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.gk_recruit h1 {
	width: 820px;
    height: 25px;
    line-height: 25px;
    text-indent: 39px;
    font-family: "微软雅黑";
	font-size: 24px;
    margin: 34px 0 40px;
    background: url(../img/gk_recruit_title.png);
}


.gk_recruit .swiper-pagination {
	border-bottom: 1px solid #c4c4c4;
	height: 39px;
	top: 100px;
	width: 100%;
}
.gk_recruit .swiper-wrapper {
	padding: 79px 0 20px;
	width: 1100px;
	z-index: 99;
	
}
.gk_recruit .swiper-pagination span {
	float: left;
	width: 130px;
	height: 42px;
	position: relative;
	font-family: "微软雅黑";
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}
.gk_recruit .swiper-pagination span b {
	width: 155px;
	height: 10px;
	position: absolute;
	bottom: -7px;
	display: none;
	background: url(../img/recruit_icon.jpg);
}
.gk_recruit .swiper-pagination .my-bullet-active {
	font-family: "微软雅黑";
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.gk_recruit .swiper-pagination .my-bullet-active b {
	display: block;
}
.gk_recruit_conbtent {
	background: #fff;
	width: 260px;
	height: 190px;
	margin: 0 auto;
	box-shadow: 0 2px 10px 3px #dddde1;
	border-radius: 10px;
	overflow: hidden;
	transition: 1s;
}
.gk_recruit_conbtent:hover {
	transform: scale(1.05);
}
.gk_recruit_conbtent h2 {
	overflow: hidden;
	height: 50px;
	width: 100%;
	line-height: 50px;
	color: #fff;
	font-weight: normal;
}
.gk_recruit_conbtent.pink h2 {
	background: #ed7d86;
}
.gk_recruit_conbtent.blue h2 {
	background: #6c9af8;
}
.gk_recruit_conbtent.green h2 {
	background: #66d6b0;
}
.gk_recruit_conbtent.yellow h2 {
	background: #f0a543;
}
.gk_recruit_conbtent.pink i {
	background: #ed7d86;
}
.gk_recruit_conbtent.blue i {
	background: #6c9af8;
}
.gk_recruit_conbtent.green i {
	background: #66d6b0;
}
.gk_recruit_conbtent.yellow i {
	background: #f0a543;
}
.gk_recruit_conbtent h2 b {
	font-family: "微软雅黑";
	font-size: 18px;
	float: left;
	margin-left: 20px;
}
.gk_recruit_conbtent h2 span {
	font-family: "微软雅黑";
	font-size: 16px;
	float: right;
	line-height: 54px;
	margin-right: 20px;
}
.gk_recruit_conbtent ul {
	width: 235px;
	margin: 20px auto 5px;
	overflow: hidden;
}
.gk_recruit_conbtent ul li {
	float: left;
	overflow: hidden;
	width: 110px;
	margin: 0 3.5px 10px;
}
.gk_recruit_conbtent ul li i {
	width: 4px;
	height: 4px;
	float: left;
	margin-top: 8px;
}
.gk_recruit_conbtent ul li a {
	font-family: "微软雅黑";
	font-size: 16px;
	width: 94px;
	margin-left: 5px;
	text-decoration: none;
	color: #333;
}
.gk_recruit_conbtent div {
	width: 240px;
    overflow: hidden;
    margin: 0 auto 0;
}
.gk_recruit_conbtent div a {
	display: block;
	width: 108px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	text-decoration: none;
	margin: 0 5px;
	border-radius: 18px;
	font-family: "微软雅黑";
    font-size: 16px;
}
.gk_recruit_conbtent div a:first-child {
	float: left;
}
.gk_recruit_conbtent div a:last-child {
	float: right;
}
.gk_recruit_conbtent.pink div a {
	background: #ffe8e8;
	color: #c24152;
}
.gk_recruit_conbtent.blue div a {
	background: #e6edfc;
	color: #3c74e6;
}
.gk_recruit_conbtent.green div a {
	background: #e4f9f1;
	color: #29ad8d;
}
.gk_recruit_conbtent.yellow div a {
	background: #fff4d8;
	color: #bd7807;
}
/*8月国企招聘结束*/


/*爆款课程*/
.gk_hotCurriculum_content {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center
}
.gk_hotCurriculum {
	width: 1260px;
    margin: 40px auto 0;
    padding: 0 10px;
}
.gk_hotCurriculum h1 {
    width: 1200px;
    height: 26px;
    margin: 0 auto;
    line-height: 26px;
    font-family: "微软雅黑";
	font-size: 24px;
    background: url(../img/hotCurriculum_title.jpg) no-repeat;
    background-size: 753px 26px;
}
.gk_hotCurriculum h1 span {
	float: left;
    margin-left: 39px;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    font-family: "微软雅黑";
}
.gk_hotCurriculum h1 a {
	float: right;
    margin-right: 15px;
    color: #3c82ff;
    font-family: "微软雅黑";
	font-size: 16px;
    text-decoration: none;
    font-weight: normal;
}
.gk_hot_curriculum {
	width: 270px;
	height: 565px;
	background: #fff;
	box-shadow: 0 2px 10px 3px #eae9e9;
	margin-top: 33px;
	border-radius: 10px;
	margin: 33px 20px 50px;
	float: left;
	cursor: pointer;
	transition: 0.5s;
	position: relative;
}
.gk_hot_curriculum a {
	text-decoration: none;
}
.gk_hot_curriculum:hover{
	transform: scale(1.05);
}
.gk_hot_curriculum .top {
	height: 140px;
	overflow: hidden;
} 
.gk_hot_curriculum .top.green {
	background: url(../img/green1.jpg);
}
.gk_hot_curriculum .top.orange {
	background: url(../img/orange1.jpg);
}
.gk_hot_curriculum .top.purple {
	background: url(../img/purple1.jpg)
}
.gk_hot_curriculum .top.blue {
	background: url(../img/blue1.jpg)
}
.gk_hot_curriculum .top h4 {
	font-family: "微软雅黑";
    font-size: 20px;
    line-height: 22px;
    width: 238px;
    color: #fff;
    margin-top: 29px;
    margin-left: 23px;
    margin-bottom: 28px;
}
.gk_hot_curriculum .top h2 {
	margin-left: 28px;
	font-family: "微软雅黑";
	font-size: 30px;
	line-height: 36px;
	width: 217px;
	color: #fff;
	font-weight: bold;
}
.gk_hot_curriculum .center {
	width: 230px;
	margin: 25px auto 0;
	height: 220px;
	overflow: hidden;
}
.gk_hot_curriculum:nth-child(4) .center {
	width: 100%;
	background: url(../img/blue1-1.jpg);
	margin: 0 auto 20px;
	height: 350px;
}
.gk_hot_curriculum:nth-child(4) .center ul {
	text-align: center;
	float: inherit;
	height: 224px;
	margin: 22px auto 0;
	color: #fff;
}
.gk_hot_curriculum:nth-child(4) .center ul li {
	width: 100%;
}
.gk_hot_curriculum:nth-child(4) .center .l {
	display: none;
}
.gk_hot_curriculum .center .l {
	width: 6px;
	height: 194px;
	background: url(../img/line.jpg);
	float: left;
	margin-top: 8px;
}
.gk_hot_curriculum .center ul {
	width: 215px;
	float: right;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 24px;
	position: relative;
	color: #333;
}
.gk_hot_curriculum .center ul li {
	position: absolute;
	font-size: 16px;
    font-family: "微软雅黑";
}
.gk_hot_curriculum .center ul li:nth-child(1) {
	top: 0;
}
.gk_hot_curriculum .center ul li:nth-child(2) {
	top: 72px;
}
.gk_hot_curriculum .center ul li:nth-child(3) {
	top: 140px;
}
.gk_hot_curriculum .center ul li:nth-child(4) {
	top: 187px;
}
.gk_hot_curriculum .bottoming {
	background: #e6efff;
	width: 100%;
	margin: 18px auto 22px;
	padding: 10px 0 20px;
	color: #333;
    height: 56px;
}
.gk_hot_curriculum:nth-child(4) .bottoming {
	background: none;
    color: #fff;
    margin: 15px auto;
    padding: 0;
    position: absolute;
    top: 387px;
}
.gk_hot_curriculum .bottoming h5 {
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 33px;
	width: 200px;
	margin: 0 auto;
	font-weight: bold;
}
.gk_hot_curriculum .button {
	width: 236px;
	margin: 0 auto;
	overflow: hidden;
	font-weight: bold;
}
.gk_hot_curriculum .button .l {
	float: left;
	width: 110px;
	color: #3c82ff;
	border: 1px solid #3c82ff;
	background: none;
	border-radius: 17px;
	height: 35px;
	cursor: pointer;
	line-height: 35px;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
}
.gk_hot_curriculum .button .r {
	float: right;
	width: 110px;
	color: #fff;
	border: 1px solid #3c82ff;
	background: #3c82ff;
	text-decoration: none;
	text-align: center;
	line-height: 33px;
	border-radius: 17px;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	height: 33px;
	cursor: pointer;
}
/*爆款课程结束*/


/*热门课程*/
#gk_hotClass {
	width: 100%;
	height: auto;
	background: url(../img/hotClass.jpg) center;
	overflow: hidden;
}
#gk_hotClass h1 {
    width: 1200px;
    height: 26px;
    margin: 38px auto 0;
    line-height: 26px;
    font-family: "微软雅黑";
	font-size: 24px;
    background: url(../img/gk_hotClass_title.png) no-repeat;
    background-size: 753px 26px;
}
#gk_hotClass h1 span {
	float: left;
    margin-left: 41px;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    font-family: "微软雅黑";
}
#gk_hotClass h1 a {
	float: right;
    margin-right: 15px;
    color: #3c82ff;
    font-family: "微软雅黑";
	font-size: 16px;
    text-decoration: none;
    font-weight: normal;
}
.gk_hotclass {
	width: 1236px;
	overflow: hidden;
	margin: 0 auto;
	padding: 34px 0;
}
.gk_hotclass_content {
	overflow: hidden;
	width: 271px;
	height: 318px;
	background: #fff;
	box-shadow: 0 2px 10px 3px #d1d3d5;
	margin: 0 18px 24px;
	border-radius: 5px;
	transition: 0.5s;
	float: left;
}
.gk_hotclass_content:hover {
	transform: scale(1.15);
}
.gk_hotclass_content .top {
	width: 100%;
	height: 140px;
}
.gk_hotclass_content .top img {
	display: block;
	width: 100%;
	height: 100%;
}
.gk_hotclass_content .bottoming a {
	text-decoration: none;
	display: block;
}
.gk_hotclass_content .bottoming p {
	font-family: "微软雅黑";
	font-size: 16px;
	width: 245px;
	margin: 19px auto 14px;
	color: #333333;
	line-height: 18px;
}
.gk_hotclass_content .bottoming h4 {
	font-family: "微软雅黑";
	font-size: 18px;
	width: 245px;
	margin: 0 auto 18px;
	color: #333333;
	line-height: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:1; 
}
.gk_hotclass_content .bottoming ul {
	overflow: hidden;
	width: 253px;
	margin: 0 auto 15px;
}
.gk_hotclass_content .bottoming ul li {
	background: #ededed;
	font-family: "微软雅黑";
	font-size: 12px;
	width: 73px;
	height: 26px;
	float: left;
	margin: 0 4px;
	line-height: 26px;
	text-align: center;
	color: #333333;
}
.gk_hotclass_content .bottoming div {
	overflow: hidden;
	margin: 0 auto;
	width: 230px;
}
.gk_hotclass_content .bottoming div a.l{
	width: 107px;
	height: 30px;    
	float: left;
    color: #3c82ff;
    border: 1px solid #3c82ff;
    background: none;
    border-radius: 17px;
    cursor: pointer;
    line-height: 30px;
    font-family: "微软雅黑";
	font-size: 16px;
    text-align: center;
}
.gk_hotclass_content .bottoming div a.r {
	width: 107px;
	height: 30px;    
	float: right;
    color: #fff;
    background: #3c82ff;
    border: 1px solid #3c82ff;
    border-radius: 17px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    font-family: "微软雅黑";
	font-size: 16px;
}
/*热门课程结束*/


/*考试资讯/备考资料*/
.gk_examination {
	width: 1200px;
	overflow: hidden;
	margin: 32px auto 39px;
}
.gk_examination .l {
	float: left;
	width: 587px;
	height: 352px;
	background: #f3f3f3;
}
.gk_examination .r {
	float: right;
	width: 587px;
	height: 352px;
	background: #f3f3f3;
}
.gk_examination .l h1 {
    width: 587px;
    height: 27px;
    margin: 38px auto 0;
    line-height: 27px;
    font-family: "微软雅黑";
	font-size: 24px;
    background: url(../img/gk_examination_title.jpg) no-repeat;
}
.gk_examination .r h1 {
    width: 587px;
    height: 27px;
    margin: 38px auto 0;
    line-height: 27px;
    font-family: "微软雅黑";
	font-size: 24px;
    background: url(../img/gk_examination_title1.jpg) no-repeat;
}
.gk_examination h1 span {
    float: left;
    margin-left: 58px;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    font-family: "微软雅黑";
}
.gk_examination h1 p {
	float: right;
	overflow: hidden;
	margin-right: 20px;
}
.gk_examination h1 a {
    float: left;
    margin-left: 10px;
    color: #3c82ff;
    font-family: "微软雅黑";
	font-size: 16px;
    text-decoration: none;
}
.gk_examination div {
	overflow: hidden;
	margin: 35px auto 0;
	width: 545px;
}
.gk_examination div b {
	float: left;
	width: 9px;
	height: 211px;
	margin-top: 3px;
	background: url(../img/line1.jpg);
}
.gk_examination div ul {
	float: right;
	width: 520px;
	height: 229px;
	overflow: hidden;
}
.gk_examination div ul li {
	font-family: "微软雅黑";
	font-size: 16px;
	/* font-weight: bold; */
	margin-bottom: 22px;
	line-height: 18px;
}
.gk_examination div ul li a {
	/* font-weight: bold; */
	text-decoration: none;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical; 
	font-family: "微软雅黑";
	-webkit-line-clamp:1; 
}
/*考试资讯/备考资料结束*/

/*常见问题/学习平台*/
.gk_problem_study {
	width: 100%;
	height: 680px;
	background: url(../img/gk_problem_study.jpg) center;
	overflow: hidden;
}
/*常见问题*/
.gk_proble {
	width: 1228px;
	margin: 95px auto 0;
	overflow: hidden;
	padding-bottom: 10px;
}
.gk_proble div {
	float: left;
	margin: 0 14px;
	background: #fff;
	width: 380px;
	height: 158px;
	border-radius: 10px;
	box-shadow: 0 2px 10px 3px #e2e3e5;
}
.gk_proble div ul {
	width: 340px;
	margin: 23px auto 0;
}
.gk_proble div ul li {
	overflow: hidden;
	margin-bottom: 16px;
	cursor: pointer;
}
.gk_proble div ul li b {
	background: #3c82ff;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	float: left;
	margin-top: 9px;
}
.gk_proble div:first-child ul li b {
	float: left;
	width: 19px;
	height: 24px;
	margin-top: 0;
	border-radius: inherit;
	background: url(../img/gk_problem_study_icon.jpg);
}
.gk_proble div ul li span {
	font-family: "微软雅黑";
	font-size: 18px;
	margin-left: 6px;
	line-height: 24px;
	float: left;
}
/*学习平台*/
.gk_study {
	margin: 92px auto 0;
	width: 1230px;
}
.gk_study dl {
	width: 218px;
	height: 270px;
	float: left;
	background: #fff;
	box-shadow: 0 2px 10px 3px #e2e3e5;
	margin: 0 14px;
	border-radius: 10px;
	overflow: hidden;
}
.gk_study dl dt {
	height: 194px;
	overflow: hidden;
}
.gk_study dl dt img {
	display: block;
	width: 158px;
	height: 160px;
	margin: 18px auto 0;
}
.gk_study dl dd {
	background: #3c82ff;
	height: 76px;
	overflow: hidden;
	color: #fff;
	font-family: "微软雅黑";
	font-size: 16px;
	text-align: center;
}
.gk_study dl dd h5 {
	font-family: "微软雅黑";
	font-size: 18px;
	margin: 13px 0 5px;
}
/*常见问题/学习平台结束*/

.copyRight, .offcnCopy {
    background: #444546;
}
.offcnCopy {
    padding: 45px 0 80px 0;
    line-height: 32px;
    color: #aaa;
    text-align: center;
}
.offcnCopy a {
    color: #aaa;
    text-decoration: none;
}
.offcnCopy img {
	display: initial;
}

/* @media screen and (max-width: 1400px) {
    .gk_banner {
        width: 100%;
		height: 342px;
		margin-top: 20px;
		min-width: 1200px;
    }
    .gk_banner .swiper-container {
		width: 100%;
		height: 342px;
	}
	.gk_banner .swiper-slide {
		width: 100%;
		height: 342px;
		
	}
	.gk_banner .swiper-slide a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.gk_nav {
	    width: 210px;
	    top: -348px;
	}
	.gk_nav_left {
		width: 210px;
		height: 79px;
		background: rgba(0,0,0,0.5);
		position: relative;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	.gk_nav_left:hover {
		background: rgba(0,0,0,0.6);
	}
	.gk_nav_left:first-child {
		border-radius: 7px 7px 0 0;
	}
	.gk_nav_left:last-child {
		border-radius: 0 0 7px 7px;
	}
	.gk_nav_left b {
		width: 4px;
		height: 4px;
		margin-top: 18px;
		margin-left: 19px;
	}
	.gk_nav_left dl {
		width: 140px;
		float: left;
		margin-top: 12px;
		margin-left: 10px;
	}
	.gk_nav_left dl dt,.gk_nav_left h4 {
		color: #fff;
		font-size: 12px;
		font-weight: bold;
	}
	.gk_nav_left h4 {
		margin-top: 12px;
		margin-left: 10px;
		float: left;
		margin-bottom: 5px;
	}
	.gk_nav_left dl dd {
		margin-top: 5px;
	}
	.gk_nav_left dl dd a {
		font-size: 12px;
		color: #d3d3d3;
		display: block;
		text-decoration: none;
		line-height: 18px;
		font-family: "微软雅黑";
	}
	.gk_nav_left i {
		float: right;
	    width: 5px;
	    height: 10px;
	    margin-top: 37px;
	    margin-right: 23px;
	    background: url(../img/icon_left.png);
	    background-size: 100% 100%;
	}
	.gk_nav_left ul {
		width: 160px;
		overflow: hidden;
		margin-left: 20px;
	}
	.gk_nav_left ul li {
		font-size: 12px;
		line-height: 18px;
		float: left;
		margin: 0 2.5px;
	}
	.gk_nav_left ul li a {
		color: #d3d3d3;
		text-decoration: none;
		cursor: pointer;
	}
	.gk_nav_left:hover .gk_nav_right {
		display: block;
	}
	.gk_nav_right {
		position: absolute;
		left: 210px;
		width: 565px;
		height: 320px;
		border-radius: 7px;
		background: rgba(0,0,0,0.6);
		display: none;
	}
	.gk_nav_left:nth-child(2) .gk_nav_right {
		top: -80px;
	} 
	.gk_nav_left:nth-child(3) .gk_nav_right {
		top: -160px;
	} 
	.find_class ul {
		height: auto;
		width: 530px;
		padding-top: 15px;
		overflow: hidden;
		padding-bottom: 5px;
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	.find_class ul li {
		width: 160px;
		height: 28px;
		line-height: 30px;
		margin: 0 5px 10px 10px;
		color: #333333;
		font-family: "微软雅黑";
		font-size: 12px;
		background: #e0ebff;
		border-radius: 15px;
		position: relative;
		cursor: pointer;
	}
	.find_class ul li:hover {
		background: #ccd9ef;
	}
	.find_class ul li a {
		display: block;
		color: #333333;
		width: 153px;
		margin-left: 10px;
		text-align: center;
	}
	.find_class ul li strong {
		width: 25px;
		height: 30px;
		display: block;
		position: absolute;
		left: -8px;
		top: -3px;
	}
	.find_class ul li strong.hot {
		background: url(../img/icon_hot.png);
		background-size: 100% 100%;
	}
	.find_class ul li strong.new {
		background: url(../img/icon_new.png);
		background-size: 100% 100%;
	}
	.gk_nav_province {
		width: 530px;
		margin: 15px auto 0;
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	.gk_nav_type {
		width: 530px;
		margin: 15px auto 0;
	}
	.gk_nav_province div,.gk_nav_type div {
		overflow: hidden;
		margin-bottom: 10px;
	}
	.gk_nav_province div span {
		float: left;
		color: #3c82ff;
		width: 30px;
	    font-size: 14px;
	    font-family: "微软雅黑";
	}
	.gk_nav_type div span {
		float: left;
		color: #3c82ff;
		width: 60px;
		font-size: 14px;
	    font-family: "微软雅黑";
	}
	.gk_nav_type div ol li a:hover {
		color: #e4e4e4;
	}
	.gk_nav_province div ol,.gk_nav_type div ol {
		overflow: hidden;
	}
	.gk_nav_province div ol li {
		float: left;
		margin-left: 15px;
		margin-bottom: 10px;
	} 
	.gk_nav_province div ol li a:hover {
		color: #e4e4e4;
	}
	.gk_nav_type div ol li {
		float: left;
		margin-left: 6px;
		margin-bottom: 10px;
		width: 75px;
		text-align: center;
	}
	.gk_nav_province div ol li a,.gk_nav_type div ol li a {
		color: #fff;
		font-family: "微软雅黑";
		font-size: 14px;
		text-decoration: none;
	}
	.popular_exam {
		overflow: hidden;
		width: 625px;
	}
	.popular_exam ol {
		margin-top: 15px;
	}
	.popular_exam ol li {
		width: 280px;
		float: left;
		margin-left: 30px;
		cursor: pointer;
		font-family: "微软雅黑";
		font-size: 14px;
		margin-bottom: 10px;
	}
	.popular_exam ol li.hot a,.popular_exam ol li.new a {
		color: #ffae00;
	}
	.popular_exam ol li a {
		color: #fff;
		text-decoration: none;
		font-family: "微软雅黑";
		font-size: 14px;
		float: left;
		margin-top: 8px;
		margin-left: 10px;
	}
	.popular_exam ol li strong {
		float: left;
		width: 24px;
		height: 28px;
	}
	.popular_exam ol li.hot strong {
		background: url(../img/icon_hot.png);
		background-size: 100% 100%;
	}
	.popular_exam ol li.new strong {
		background: url(../img/icon_new.png);
		background-size: 100% 100%;
	}
	.popular_exam ol li.hot a {
		color: #ffae00;
		width: 245px;
	}
	.good_class {
		width: 392px;
		overflow: hidden;
	}
	.good_class .l {
		float: left;
		border-right: 1px solid rgba(255,255,255,0.5);
	}
	.good_class .r {
		float: right;
	}
	.good_class div {
		width: 195px;
		margin: 20px auto 0;
	}
	.good_class ol {
		width: 168px;
		margin: 0 auto;
	}
	.good_class ol li {
		width: 74px;
		height: 72px;
		text-align: center;
		line-height: 72px;
		font-family: "微软雅黑";
		font-size: 12px;
		float: left;
		margin: 0 5px 10px;
	}
	.good_class ol li a {
		color: #fff;
		display: block;
		font-size: 12px;
		text-decoration: none;
	}
	.good_class ol li.blue {
		background: url(../img/blue.png);
		background-size: 100% 100%;
	}
	.good_class ol li.purple {
		background: url(../img/purple.png);
		background-size: 100% 100%;
	}
	.good_class ol li.orange {
		background: url(../img/orange.png);
		background-size: 100% 100%;
	}
	.good_class ol li.gree {
		background: url(../img/gree.png);
		background-size: 100% 100%;
	}
	.good_class ol li.lakeBlue {
		background: url(../img/lakeBlue.png);
		background-size: 100% 100%;
	}
	.good_class ol li.pink {
		background: url(../img/pink.png);
		background-size: 100% 100%;
	}
	.good_class button {
		width: 153px;
		height: 30px;
		font-family: "微软雅黑";
		font-size: 16px;
		border: none;
		line-height: 30px;
		border-radius: 15px;
		display: block;
		margin: 0 auto 10px;
		background: -moz-linear-gradient(top, #ffa200 0%, #ff8400 100%);
	    background: -webkit-linear-gradient(top, #ffa200 0%,#ff8400 100%);
	    background: -o-linear-gradient(top, #ffa200 0%,#ff8400 100%);
	    background: -ms-linear-gradient(top, #ffa200 0%,#ff8400 100%);
	    background: linear-gradient(to top, #ffa200 0%,#ff8400 100%);
		color: #fff;
		display: block;
	}
} */

