﻿/*.r-doc {
	min-width: 1300px;
}*/

.r-bd .choice {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fff;
}

.r-bd .choice .m-ft {
	margin-top: 60px;
}

.r-bd .choice .m-bd {
	padding-top: 30px;
}

.r-bd .choice .m-bd .col-3 {
	float: left;
	padding-bottom: 10px;
	padding-top: 20px;
	width: 300px;
	width: 25%;
	box-sizing: border-box;
	overflow: hidden;
}

.r-bd .choice .m-bd .item1 .icon {
	background-position: 0 0;
}

.r-bd .choice .m-bd .item2 .icon {
	background-position: 0 -112px;
}

.r-bd .choice .m-bd .item3 .icon {
	background-position: 0 -224px;
}

.r-bd .choice .m-bd .item4 .icon {
	background-position: 0 -336px;
}

.r-bd .choice .m-bd .icon {
	margin: 0 auto;
	width: 136px;
	height: 112px;
	/*background-image: url(../images/icon.jpg);*/
	background-position: 0 0;
	background-repeat: no-repeat;
}

.r-bd .choice .m-bd .intro {
	padding-top: 20px;
}

.r-bd .choice .m-bd .intro h1 {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
}

.r-bd .choice .m-bd .intro p {
	margin: 0 auto;
	width: 200px;
	line-height: 30px;
	font-size: 16px;
	color: #888;
}

/*level*/
.r-bd .level {
	padding-top: 50px;
	padding-bottom: 50px;
	/* background-image: url(../images/bg_icon.png); */
	background-color: #ffffff;
	margin: 0 auto;
	width: 1200px
}
.r-bd .level .m-bd {
	margin-top: 46px;
}

.r-bd .level .m-bd .col-3 {
	float: left;
	/* padding-bottom: 10px; */
	/* padding-top: 20px; */
	width: 360px;
	margin: 0 20px;
	/*width: 25%;*/
	box-sizing: border-box;
	overflow: hidden;
	
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 10px #c5c3c4;
    -moz-box-shadow: 0 1px 10px #c5c3c4;
    -ms-box-shadow: 0 1px 10px #c5c3c4;
    box-shadow: 0 1px 10px #c5c3c4;
}

.r-bd .level .m-bd .col-3 .box {
	margin: 0 auto;
	width: 360px;
	background-color: #fff;
	padding-bottom: 30px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}

.r-bd .level .m-bd .item5 {
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 10px #c5c3c4;
    -moz-box-shadow: 0 1px 10px #c5c3c4;
    -ms-box-shadow: 0 1px 10px #c5c3c4;
    box-shadow: 0 1px 10px #c5c3c4;
}

.r-bd .level .m-bd .col-3 .box .active {
	box-shadow: 0 0 15px #c1c1c1;
	transform: translate(0, -15px);
}

.r-bd .level .m-bd .col-3 .box .fixed {
	position: fixed;
	top: 14px;
	width: 360px;
}

.r-bd .level .m-bd .col-3 .icon-polygons {
	position: relative;
	width: 100%;
	height: 66px;
	line-height: 33px;
	font-size: 28px;
	margin: 0 auto 36px;
	padding-top: 36px;
	color: #fff;
}

.r-bd .level .m-bd .item5 .icon-polygons {
	position: relative;
	width: 100%;
	height: 66px;
	line-height: 33px;
	font-size: 28px;
	padding-top: 36px;
	margin: 0 auto 36px;
	color: #fff;
}

.r-bd .level .m-bd .col-3 .icon-polygons span {
	font-size: 16px;
    border: 1px solid #ffffff;
    padding: 0px 8px;
    border-radius: 20px;
}

.r-bd .level .m-bd .col-3 .icon-polygons .top,
.r-bd .level .m-bd .col-3 .icon-polygons .bottom {
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: -36px;
	border-left: 180px solid transparent;
	border-right: 180px solid transparent;
	border-bottom-width: 36px;
	border-bottom-style: solid;
}

.r-bd .level .m-bd .item5 .icon-polygons .top {
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: -36px;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom-width: 36px;
	border-bottom-style: solid;
}

.r-bd .level .m-bd .col-3 .icon-polygons .bottom {
	top: 66px;
	border-left: 180px solid transparent;
	border-right: 180px solid transparent;
	border-bottom: 0;
	border-top-width: 36px;
	border-top-style: solid;
	margin-top: 36px;
}

.r-bd .level .m-bd .item5 .icon-polygons .bottom {
	top: 102px;
}

.r-bd .level .m-bd .col-3.item1 .icon-polygons,
.r-bd .level .m-bd .col-3.item1 .icon-num-box {
	background-color: #33a3ff;
}

.r-bd .level .m-bd .col-3.item1 .icon-polygons .top,
.r-bd .level .m-bd .col-3.item1 .icon-num-box .top {
	border-bottom-color: #33a3ff;
}

.r-bd .level .m-bd .col-3.item1 .icon-polygons .bottom,
.r-bd .level .m-bd .col-3.item1 .icon-num-box .bottom {
	border-top-color: #33a3ff;
}

.r-bd .level .m-bd .col-3.item2 .icon-polygons,
.r-bd .level .m-bd .col-3.item2 .icon-num-box {
	background-color: #008cff;
}

.r-bd .level .m-bd .col-3.item2 .icon-polygons .top,
.r-bd .level .m-bd .col-3.item2 .icon-num-box .top {
	border-bottom-color: #008cff;
}

.r-bd .level .m-bd .col-3.item2 .icon-polygons .bottom,
.r-bd .level .m-bd .col-3.item2 .icon-num-box .bottom {
	border-top-color: #008cff;
}

.r-bd .level .m-bd .col-3.item3 .icon-polygons,
.r-bd .level .m-bd .col-3.item3 .icon-num-box {
	background-color: #008cff;
}

.r-bd .level .m-bd .col-3.item3 .icon-polygons .top,
.r-bd .level .m-bd .col-3.item3 .icon-num-box .top {
	border-bottom-color: #008cff;
}

.r-bd .level .m-bd .col-3.item3 .icon-polygons .bottom,
.r-bd .level .m-bd .col-3.item3 .icon-num-box .bottom {
	border-top-color: #008cff;
}

.r-bd .level .m-bd .col-3.item4 .icon-polygons,
.r-bd .level .m-bd .col-3.item4 .icon-num-box {
	background-color: #97a7b5;
}

.r-bd .level .m-bd .col-3.item4 .icon-polygons .top,
.r-bd .level .m-bd .col-3.item4 .icon-num-box .top {
	border-bottom-color: #97a7b5;
}

.r-bd .level .m-bd .col-3.item4 .icon-polygons .bottom,
.r-bd .level .m-bd .col-3.item4 .icon-num-box .bottom {
	border-top-color: #97a7b5;
}

.r-bd .level .m-bd .col-3.item5 .icon-polygons,
.r-bd .level .m-bd .col-3.item5 .icon-num-box {
	background-color: #008cff;
}

.r-bd .level .m-bd .col-3.item5 .icon-polygons .top,
.r-bd .level .m-bd .col-3.item5 .icon-num-box .top {
	border-bottom-color: #008cff;
}

.r-bd .level .m-bd .col-3.item5 .icon-polygons .bottom,
.r-bd .level .m-bd .col-3.item5 .icon-num-box .bottom {
	border-top-color: #008cff;
}

.r-bd .level .m-bd .col-3 .icon-level,
.r-bd .level .m-bd .col-3 .intro {
	padding-top: 15px;
}

.r-bd .level .m-bd .col-3 .icon-level .course_kc {
    display: inline-block;
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    background: #fe8846\0;
    *background: fe8846\9;
    /*background: linear-gradient(to right, #ff6f37, #fda759);*/
    background-image: linear-gradient(120deg, #008cff 0%, #33a3ff 100%);
}

.r-bd .level .m-bd .col-3 .intro {
	margin: 0 auto;
	width: 195px;
	width: 65%;
	height: 270px;
	font-size: 16px;
	line-height: 22px;
	color: #777;
}

.r-bd .level .m-bd .col-3 .intro_ziliao {
	margin: 0 auto;
	padding-top: 15px;
	width: 195px;
	width: 60%;
	height: 180px;
	font-size: 14px;
	line-height: 22px;
	color: #777;
}

.r-bd .level .m-bd .col-3 .intro p{
	text-align: left;
}

.r-bd .level .m-bd .col-3 .intro p b{
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	color: #008cff;
}

.r-bd .level .m-bd .col-3 .intro_ziliao p.ziliao{
	text-align: left;
	font-size: 15px;
	line-height: 30px;
	color: #808080;
}

.r-bd .level .m-bd .col-3 .intro_ziliao p.ziliao1{
	text-align: left;
    font-size: 15px;
    line-height: 30px;
    color: #808080;
    width: 50%;
    float: left;
}

.r-bd .level .m-bd .col-3 .info1 p {
    margin-top: 10px;
    padding: 8px 10px;
    color: #2a6bc1;
    font-size: 20px;
    background: transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.r-bd .level .m-bd .col-3 .info1 .btn {
    margin-top: 10px;
    padding: 8px 40px;
    border-radius: 20px;
    color: #2a6bc1;
    background: transparent;
    border: 1px solid #2a6bc1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.r-bd .level .m-bd .col-3 .info1 .btn:hover {
    margin-top: 10px;
    padding: 8px 40px;
    border-radius: 20px;
    color: #ffffff;
    background: #2a6bc1;
    border: 1px solid #2a6bc1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.r-bd .level .m-bd .col-3 .icon-num {
	margin-top: -20px;
}

.r-bd .level .m-bd .col-3 .icon-num-box {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	line-height: 100px;
	color: #fff;
	font-size: 20px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

/*course*/
.course {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 1200px;
    margin: 0 auto;
}

.course .lists {
	margin-top: 50px;
}

.course .lists li {
	position: relative;
	float: left;
	width: 97px;
	height: 380px;
}

.course .lists li .box {
	position: absolute;
	bottom: 0;
	left: 6px;
	margin: 0 auto;
	width: 97px;
	background-color: #01a9cd;
}

.course .lists li .box.active .text {
	display: block;
}

.course .lists li .text {
	display: none;
	background: #fff;
	color: #666;
	position: absolute;
	left: -50px;
	top: -128px;
	width: 180px;
	border: 1px solid #1487f4;
	border-radius: 5px;
	padding: 10px;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	z-index: 999;
}

.course .lists li .text i {
	position: absolute;
	left: 50%;
	bottom: -7px;
	margin-left: -3px;
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #1487f4;
}

.course .lists li .rank {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 94px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}

.course .lists .l1 {
	width: 300px;
}

.course .lists .l1 .box {
	left: 5px;
	width: 291px;
	height: 30px;
	background-color: #33a3ff;
}

.course .lists .l1 .box .text {
	width: 220px;
	left: 20px;
}

.course .lists .l1 .box .rank {
	width: 291px;
}

.course .lists .l2 .box {
	height: 70px;
	background-color: #008cff;
}

.course .lists .l3 .box {
	height: 105px;
	background-color: #008cff;
}

.course .lists .l3 .box .text {
	width: 145px;
	left: -30px;
}

.course .lists .l4 .box {
	height: 140px;
	background-color: #008cff;
}

.course .lists .l5 {
	margin-left: 10px;
}

.course .lists .l5 .box {
	height: 175px;
	background-color: #008cff;
}

.course .lists .l5 .box .text {
	width: 160px;
	left: -38px;
}

.course .lists .l6 .box {
	height: 210px;
	background-color: #008cff;
}

.course .lists .l6 .box .text {
	width: 160px;
	left: -38px;
}

.course .lists .l7 .box {
	height: 245px;
	background-color: #008cff;
}

.course .lists .l7 .box .text {
	width: 160px;
	left: -38px;
}

.course .lists .l8 {
	margin-left: 10px;
}

.course .lists .l8 .box {
	height: 280px;
	background-color: #33a3ff;
}

.course .lists .l8 .box .text {
	width: 170px;
}

.course .lists .l9 .box {
	height: 315px;
	background-color: #33a3ff;
}

.course .lists .l10 .box {
	height: 350px;
	background-color: #33a3ff;
}

.course .lists .l10 .box .text {
	width: 170px;
	left: -45px;
}

@media screen and (max-width: 1458px) {
	/*.course .lists li {
		width: 86px;
	}
	.course .lists li .box {
		left: 1px;
		width: 84px;
	}
	.course .lists .l5,
	.course .lists .l8 {
		margin-left: 10px;
	}
	.course .lists .l1 {
		width: 200px;
	}
	.course .lists .l1 .box {
		width: 188px;
	}
	.course .lists .l1 .box .rank {
		width: 188px;
	}
	.course .lists .l1 .box .text {
		top: -168px;
		width: 130px;
		left: 20px;
	}*/
}

.course .introlists {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	width: 291px;
	font-size: 14px;
	color: #fff;
}

.course .introlists li {
	line-height: 50px;
	border-bottom: 1px solid #fff;
}

.course .introlists.last {
	margin-right: 0;
}


.course .intro {
	margin-top: 0;
}

.course .intro .content {
	padding-left: 15px;
	padding-right: 15px;
	height: 110px;
	text-align: left;
	line-height: 22px;
}

.course .step1 {
	background-color: #33a3ff;
}

.course .step2 {
	background-color: #008cff;
}

.course .step3 {
	background-color: #008cff;
}

.course .step4 {
	background-color: #33a3ff;
}

.course .m-bd {
	margin-top: 30px;
}

.course .tab-nav li {
	position: relative;
	margin-right: 6px;
	float: left;
	width: 295px;
	height: 100px;
	line-height: 100px;
	font-size: 28px;
	color: #fff;
	background-color: #ff8989;
	border-radius: 8px;
	cursor: pointer;
}

.course .tab-nav li.current {
	background: #ff3535;
	color: #ffffff;
}

.course .tab-nav li.last {
	margin-right: 0;
}

.course .tab-nav li span {
	font-size: 14px;
}

.course .tab-con {
	width: 1200px;
	height: 452px;
	position: relative;
	overflow: hidden;
}

.course .tab-con-item {
	width: 1200px;
	display: none;
}

.course .tab-con-item:after,
.course .tab-con-item:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: ".";
}

.course .tab-con-item .item-box {
	margin-top: 15px;
	padding: 30px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.course .tab-con-item .pic {
	float: left;
	width: 380px;
}

.course .tab-con-item .pic img {
	border-radius: 10px;
}

.course .tab-con-item .content {
	float: right;
	width: 720px;
}

.course .tab-con-item .content p {
	font-size: 22px;
	line-height: 34px;
}

.course .tab-con-item .content ul {
	margin-top: 20px;
}

.course .tab-con-item .content ul li {
	line-height: 28px;
	font-size: 16px;
	margin-bottom: 5px;
}

.course .tab-con-item .content .result-title,
.course .tab-con-item .content .result {
	font-size: 16px;
}

.course .tab-con-item .content .result-title {
	font-size: 18px;
	color: #fe3030;
	font-weight: bold;
}


.contain {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}

.contain .m-bd {
	margin-top: 30px;
}

.contain .m-bd li {
	position: relative;
	float: left;
	height: 200px;
	width: 360px;
	background-color: #ccc;
	overflow: hidden;
}

.contain .m-bd li:hover .hover {
	display: block;
}

.contain .m-bd li .hover {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	height: 200px;
	width: 360px;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}

.contain .m-bd li .hover .box {
	position: absolute;
	top: 60px;
	left: 21px;
	width: 190px;
	height: 80px;
	border: 3px solid #fff;
	color: #fff;
}

.contain .m-bd li .hover .cn {
	line-height: 46px;
	font-size: 24px;
}

.contain .m-bd li .hover .en {
	line-height: 30px;
	font-size: 16px;
}

.contain .m-bd .l1 {
	background-image: url(../images/4.jpg);
	background-repeat: no-repeat;
}

.contain .m-bd .l2 {
	background-image: url(../images/4.jpg);
	background-repeat: no-repeat;
}

.contain .m-bd .l3 {
	background-image: url(../images/4.jpg);
	background-repeat: no-repeat;
}

.contain .m-bd .l4 {
	background-image: url(../images/4.jpg);
	background-repeat: no-repeat;
}

.contain .m-bd .l5 {
	background-image: url(../images/4.jpg);
	background-repeat: no-repeat;
}

.contain .m-bd .l6 {
	background-image: url(../images/4.jpg);
	background-repeat: no-repeat;
}

.contain .m-bd .l7 {
	background-image: url(../images/4.jpg);
	background-repeat: no-repeat;
}

.contain .m-bd .l8 {
	background-image: url(../images/4.jpg);
	background-repeat: no-repeat;
}

.contain .m-bd .l9 {
	background-image: url(../images/4.jpg);
	background-repeat: no-repeat;
}

.contain .m-bd .l10 {
	background-image: url(../images/4.jpg);
	background-repeat: no-repeat;
}

.myscroll {
	width: 1200px;
	height: 420px;
	margin: 0 auto;
	border: 2px solid #ccc;
	line-height: 60px;
	font-size: 12px;
	overflow: hidden;
	margin-top: 45px;
}
.p1{
	width: 50%;
	float: left;
	margin: auto;
	text-align: center;
	font-size: 20px;
	color:#fff;
	/*border-right:1px solid #fff;*/
}
.p2{
	width: 50%;
	margin: auto;
	text-align: center;
	float: right;
	font-size: 20px;
	color:#fff;
}
.myscroll li {
	height: 40px;
	padding:0 40px;
	
	
}
.a1{
	float: left;
	width: 50%;
}
.a2{
	float: right;
	text-align: left;
	width: 50%;
}
.myscroll a {
	color: #333;
	text-decoration: none;
	font-size: 16px;
}

.myscroll a:hover {
	color: #e60014;
	
}

/*lesson*/

.lesson_top {
	position: relative;
	margin: auto;
	background-color: #fff;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.lesson {
	width: 1200px;
	padding: 30px 0;
	margin: auto;
}

.lesson .p {
	padding: 30px 20px;
}

.title1 {
	padding: 30px 15px;
}

.les-left {
	position: relative;
	height: 380px;
	background-color: #008cff;
	width: 230px;
	float: left;
}

.les-left h3 {
	color: #FFF;
	padding-bottom: 10px;
}

.bottons {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.bottons a {
	font-size: 14px;
	width: 49.7%;
	color: #fff;
	float: left;
	text-align: center;
	background: rgba(255, 255, 255, .2);
	line-height: 50px;
}

.bottons a:last-child {
	border-left: 1px solid #e05b20;
}

.les-left p {
	color: #FFF;
	line-height: 28px;
	font-size: 16px;
	margin-top:15px;
}

.les-right {
	float: left;
	width: 970px;
}

.les-right p {
	color: #000;
	font-size: 15px;
}

.les-right li {
	background-color: #efefefe2;
	width: 228px;
	height: 185px;
	margin: 0 0 10px 10px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
}

.les-right li img:hover {
	transform: scale(1.1);
}

.les-right li p:hover {
	color: #e60014;
}


/*youfu*/

.youfu {
	position: fixed;
	right: 0;
	top: 25%;
	z-index: 20;
	text-align: center;
}

.youfu ul {
	border: 1px solid #E0E0E0;
	background: #FFF;
	padding-left: 0px;
}
.youfu i {
    font-size: 27px;
    margin: 0 auto;
}
.youfu li a {
	padding: 8px;
	border-bottom: 1px solid #E0E0E0;
	display: inline-block;
}

.youfu li:first-child {
	background: #2ca7ff;
	border-color: #2ca7ff;
}

.youfu li:first-child a {
	color: #FFF;
}

.youfu li:last-child a {
	border-bottom-style: none;
	background: #2ca7ff;
	color: #FFF;
}

.youfu li a:hover {
	background: #2ca7ff;
	border-color: #2ca7ff;
	color: #FFF;
	text-decoration: none;
}

#b4 {
	position: relative;
}

.hong {
	position: absolute;
	z-index: 90;
	right: 64px;
	top: 241px;
	width: auto;
	height: 40px;
    line-height: 18px;
	background: #2ca7ff;
	padding: 10px 0;
	display: none;
}

.youfu .hong a {
	border-bottom-style: none;
	color: #FFF;
	padding: 10px 0;
}


.assess {
  padding-top: 60px;
  padding-bottom: 50px; }
  .assess .m-hd p {
    line-height: 30px; }
  .assess .m-bd {
    margin-top: 46px; }
    .assess .m-bd .navbar {
      padding-left: 2px; }
      .assess .m-bd .navbar li {
        float: left;
        padding-right: 83px;
        display: block;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        width: 100px;
        height: 100px;
        line-height: 100px;
        background-image: url(../images/assess-line.jpg);
        background-repeat: no-repeat;
        background-position: 122px 46px; }
        .assess .m-bd .navbar li.active a {
          border-color: #33a3ff;
          background-color: #33a3ff;
          color: #fff; }
        .assess .m-bd .navbar li.last {
          padding-right: 0; }
        .assess .m-bd .navbar li.dbline {
          line-height: 30px; }
          .assess .m-bd .navbar li.dbline a {
            height: 80px;
            padding-top: 18px; }
        .assess .m-bd .navbar li a {
          display: block;
          height: 98px;
          width: 98px;
          border: 1px solid #b3b3b3;
          border-radius: 100%; }
/*    @media screen and (max-width: 1458px) {
      .assess .m-bd .navbar li {
        padding-right: 83px;
        height: 100px;
        width: 100px;
        background-position: 105px 46px; } }*/
    .assess .m-bd .ascon {
      padding-top: 50px;
      margin-left: 30px;
      margin-right: 30px; }
      .assess .m-bd .ascon .asbox {
        height: 300px; }
    .assess .m-bd .img-group {
      float: left;
      width: 530px;
      height: 300px; }
    .assess .m-bd .text-group {
      float: right;
      width: 600px;
      height: 300px; }
      .assess .m-bd .text-group p {
        padding-top: 60px;
        font-family: 'microsoft yahei light';
        margin: 0 auto;
        width: 500px;
        text-align: left;
        font-size: 20px;
        line-height: 30px; }
      .assess .m-bd .text-group .btn {
        margin-top: 40px;
        padding: 15px 130px;
        font-size: 18px;
        background-color: transparent;
        border: 1px solid #bbb;
        border-radius: 100px;
        color: #666;
        transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s; }
        .assess .m-bd .text-group .btn:hover {
          border-color: #33a3ff;
          background-color: #33a3ff;
          color: #fff; }
/*    @media screen and (max-width: 1458px) {
      .assess .m-bd .ascon {
        margin: 0; }
      .assess .m-bd .img-group {
        width: 500px; }
        .assess .m-bd .img-group img {
          width: 500px; }
      .assess .m-bd .text-group {
        width: 480px; } }*/


/*# sourceMappingURL=course.css.map */


/* ***************************师资团队********************* */
.teacher {
    /* height: 830px; */
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 40px;
	position: relative;
	background: #ffffff;
}
/* .teacher .m-t {
    height: 100px;
    overflow: hidden;
} */
.teacher .m-bd {
    /* height: 560px; */
	margin-top: 30px;
	margin-bottom: 30px;
    overflow: hidden;
}
.teacher .m-bd .bd ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.teacher .m-bd .bd ul li {
    width: 224px;
    height: 470px;
    overflow: hidden;
    background: #eaeaea;
    float: left;
    margin: 0 10px;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px;
    transition: all ease-out 0.3s;
	cursor: pointer;
}
.teacher .m-bd .bd ul li:hover {
    background: #2ca7ff;
}
.teacher .m-bd .bd ul li:hover img {
    transform: scale(1.1);
}
.teacher .m-bd .bd ul li:hover .txt h3, .teacher .m-bd .bd ul li:hover .txt p {
    color: #fff;
}
.teacher .m-bd .bd ul li:first-child {
    margin-left: 0;
}
.teacher .m-bd .bd ul li:last-child {
    margin-right: 0;
}
.teacher .m-bd .bd ul li .img {
    display: block;
    width: 180px;
    height: 180px;
    overflow: hidden;
    margin: 0 auto;
    background: #2ca7ff;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 4px;
}
.teacher .m-bd .bd ul li .img img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: all ease-out 0.3s;
    box-sizing: border-box;
    border-radius: 50%;
}
.teacher .m-bd .bd ul li .txt {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 24px;
}
.teacher .m-bd .bd ul li .txt h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    font-weight: normal;
    color: #333;
    text-align: center;
}
.teacher .m-bd .bd ul li .txt p {
    width: 100%;
    /* height: 90px; */
    overflow: hidden;
    margin-top: 20px;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.teacher .m-bd .bd ul li .txt a {
    color: inherit;
}
.teacher .m-f {
    height: auto;
}
.teacher .m-f a {
    display: block;
    width: 290px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    padding-right: 30px;
    border: 2px solid #2ca7ff;
    border-radius: 10px;
    font-size: 18px;
    line-height: 46px;
    color: #2ca7ff;
    text-align: center;
    transition: all ease-out 0.3s;
}
.teacher .m-f a:hover {
    transform: translateY(-5px);
}
.teacher .m-f a:after {
    content: '';
    position: absolute;
    z-index: 1;
    display: inline-block;
    width: 24px;
    height: 46px;
    overflow: hidden;
    margin-left: 10px;
    background: url(../images/14.png) no-repeat 0 center;
    background-size: 100% auto;
}
.multipleColumn .arrow a.prev{
	left: 0;
	top: 50%;
	margin-top: -100px;
	background: url(../images/arrow-left.png) center center no-repeat;
}
.multipleColumn .arrow a.next{
	right: 0;
	top: 50%;
	margin-top: -100px;
	background: url(../images/arrow-right.png) center center no-repeat;
}
.multipleColumn .arrow a:hover{
	background-color: rgba(0,0,0,.3);
}
.multipleColumn .pagination{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 10px;
	text-align: center;
}
.multipleColumn .pagination ul li{
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #eaeaea;
	display: inline-block;
	margin: 0 8px;
	text-indent:-9999px; 
}
.multipleColumn .pagination ul li.on{
	background: #2069ff;
}