@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #595c5b;
	overflow-x: hidden;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #828282;
}

a:hover,
a:visited {
	text-decoration: none;
}

a:hover {
	color: #006ec7;
}

p,
ul {
	margin: 0;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.col-md-3,
.col-sm-3,
.col-xs-12,
.col-md-4,
.col-md-6,
.col-md-12,
.col-sm-6,
.col-xs-12,
.col-sm-12 {
	padding: 0;
}

/*头部*/

.header-top {
	background: #2b58a7;
	text-align: right;
	padding: 5px 0;
}

.top-tel {
	margin-top: 3px;
	font-size: 16px;
	color: #fff;
	margin-right: 10px;
	float: right;
}

.top-tel img {

	margin-right: 10px;

}

.header {
	margin: 17px 0 0;
}

.container {
	padding: 0;
}

.header .container {
	position: relative;
}

.logo {
	display: block;
	width: 30%;
	float: left;
}

.navbar-toggle {
	display: none;
	position: relative;
	float: right;
	width: 24px;
	height: 22px;
	background: url(../images/anniu.png) no-repeat;
	margin-top: 18px;
	padding: 0;
	margin-right: 0;
	margin-bottom: 8px;
	border: none;
	border-radius: 0px;
}

/*导航*/

.nav {
	width: 67%;
	float: left;
	margin-top: 10px;
}

.nav ul li {
	float: left;
	width: 11.6%;
	margin-left: 1.5%;
	height: 79px;
	line-height: 45px;
	position: relative;
	text-align: center;
}

.nav ul li:first-child {
	width: 6%;
}

.nav ul li a {
	font-size: 18px;
	color: #333;
	height: 79px;
	font-weight: bold;
	display: block;
	position: relative;
}

.nav ul li:hover a {
	color: #0056a0;
}


.nav ul li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 6px;
	width: 0;
	background-color: #0056a0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.nav ul li:hover a::after {
	width: 100%;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.nav ul li.active a {
	color: #0056a0;
}

.nav ul li.active a::after {
	width: 100%;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.nav ul li .nav_item {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	background: #fff;
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	filter: alpha(opacity=95);
	width: auto;
	padding-top: 10px;
	z-index: 999;
}

.nav ul li:hover .nav_item {
	display: block;
	-webkit-animation: nav 0.2s ease;
	-moz-animation: nav 0.2s ease;
	-ms-animation: nav 0.2s ease;
	-o-animation: nav 0.2s ease;
	animation: nav 0.2s ease;
}

.nav ul li .nav_item li {
	float: none;
	width: auto;
	min-width: 128px;
	height: 38px;
	line-height: 38px;
	text-align: left;
	border-bottom: none;
	background: none;
	margin-left: 0;
}

.nav ul li .nav_item li a {
	width: auto;
	font-size: 14px;
	color: #333333;
	padding: 0 20px;
	height: 38px;
	line-height: 38px;
	white-space: nowrap;
}

.nav ul li:hover .nav_item {
	background: #fff;
}

.nav ul li:hover .nav_item a {
	background: #fff;
	position: inherit;
}

.nav ul li .nav_item li:hover a {
	background: #e1bc4d;
	color: #fff;
}

.search {
	position: absolute;
	right: 0;
	bottom: 45px;
	z-index: 55;
	height: 23px;
	padding-left: 10px;
	border-left: 1px solid #e1e1e1;
	padding-top: 1px;
}


.search1 {
	display: block;
	width: 190px;
	height: 28px;
	background: #fff;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	/* border-left: 1px solid #e2e2e2; */
	/* margin: 8px 0 29px auto; */
	text-align: right;
	position: relative;
	/* position: initial; */
	/* right: 0; */
	/* top: 0; */
	float: right;
	border-radius: 15px;
}

#search_kang {
	width: 145px;
	height: 26px;
	outline: none;
	float: left;
	margin-left: 13px;
}

#search_image {
	/* height: 37px; */
	outline: none;
	vertical-align: top;
	position: absolute;
	right: 12px;
	top: 3px;
}

/*banner相关设置*/

#full-width-slider {
	width: 100%;
	min-height: 120px;
	color: #000;
}

#full-width-slider .rsGCaption {
	font-size: 24px;
	color: #fff;
	width: 38%;
	position: absolute;
	left: 10.3%;
	bottom: 25px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	z-index: 32;
}

#full-width-slider .rsArrow {
	display: none;
	background: #003f97;
	width: 2.3%;
	z-index: 32;
}

.rsMinW .rsBullets {
	position: absolute;
	bottom: 60px;
	right: 48%;
	z-index: 35;
	padding-top: 4px;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
}

.rsMinW .rsBullet {
	/*width: 45px;*/
	height: 13px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: content-box;
	padding: 6px 5px 6px 4px;
}

.rsMinW .rsBullet span {
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #8289a7;
}

.rsMinW .rsBullet.rsNavSelected span {
	background: #dbdbdb;
}

/*首页内容部分*/

.index-icon {
	padding-top: 120px;
	padding-bottom: 32px;
}

.index-icon .container {
	position: relative;
}

/* 图标入口 */

.icon-tuwen {
	position: absolute;
	top: -160px;
	left: 0;
	width: 100%;
}

.icon-tuwen ul {
	overflow: hidden;
	width: 100%;
}

.icon-tuwen ul li {
	width: 14.285%;
	float: left;
	padding: 20px 0;
	background: #2b58a7;
	text-align: center;
	-webkit-transition: all .6s linear;
	transition: all .6s linear;
}

.icon-tuwen ul li:hover {
	background: #b99977;
	-webkit-transition: all .6s linear;
	transition: all .6s linear;
}

.icon-tuwen ul li .icon-tuwen-img {
	height: 38px;
}

.icon-tuwen ul li p {
	font-size: 18px;
	color: #fff;
	margin-top: 5px;
}

/* 精品课程 */

.boutique {
	padding-left: 1%;
	background: url(../images/boutique-shawe.png) center top no-repeat;
	background-size: 99%;
}

.boutique .boutique-text {
	background: url(../images/boutique-bj.png) 180% 270% no-repeat;
	overflow: hidden;
	margin: 0 15px 0 9px;
	padding: 45px 35px 25px;
}

.boutique-text .index-title h3 {
	float: none;
	text-align: center;
	padding: 1px 0 10px;
	position: relative;
	margin-bottom: 26px;
	background: url(../images/boutique-title.png) center 2px no-repeat;
	background-size: 100%;
}

.boutique-text h3:after,
.greyimg-content .index-title h3:after {
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 50px;
	position: absolute;
	bottom: 0;
	background: #20438c;
}

.boutique-text h3:after {
	left: 45%;
}

.greyimg-content .index-title h3:after {
	left: 48%;
}

.boutique-text .boutique-xinxi p {
	font-size: 16px;
	color: #393939;
	margin-bottom: 12px;
}

.boutique .boutique-text .boutique-xinxi {
	height: 248px;
	overflow: hidden;
}

.boutique-text .more {
	display: block;
	background: #b85051;

	font-size: 16px;
	color: #fff;
	text-align: center;
	margin: 28px 0 0;
	padding: 14px 0 12px;

}

.boutique-text .more:hover {

	background: #d56d6e;

}

.boutique-text .more img {
	margin-right: 6px;
	margin-bottom: 4px;
}

/* 学院新闻 */

.college {
	padding-right: 2%;
	margin-top: 10px;
}

.college ul.college-rel {
	margin-left: -5.5%;
}

.college ul.college-rel li {
	width: 44.5%;
	float: left;
	margin-left: 5.5%;
	margin-top: 22px;
	border-bottom: 1px dashed #bebebe;
}

.college ul.college-rel li .college_picture {
	width: 100%;
	height: 196px;
	overflow: hidden;
	position: relative;
}

.college ul.college-rel li .college_picture .college_date {
	background: url(../images/index-img-title.png);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 4px 8px;
	color: #fff;
}

.college ul.college-rel li .college_picture img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.college ul.college-rel li:hover .college_picture img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.college ul.college-rel li .college-title {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	margin: 20px 0;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-decoration: none;
}

.college ul.college-rel li:hover .college-title {
	color: #2b58a7;
}

.college ul.college-normal {
	margin-left: -5.5%;
}

.college ul.college-normal li {
	width: 44.5%;
	float: left;
	margin-left: 5.5%;
	border-bottom: 1px dashed #bebebe;
}

.college ul.college-normal li a {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	margin: 24px 5px;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.college ul.college-normal li:hover a {
	color: #2b58a7;
}

.college ul.college-normal li a img {
	margin-right: 10px;
}

/* 最新开班 */

.greyimg-content {
	background-color: #f4f4f4;
	background-image: url(../images/index-new.jpg);
	background-size: 100%;
	padding: 0 0 40px;
	background-position: center;
	background-repeat: no-repeat;
}

.greyimg-content .index-title {
	margin-top: 40px;
}

.greyimg-content .index-title h3 {
	text-align: center;
	position: relative;
	float: initial;
	padding-bottom: 10px;
}

.greyimg-content .more {
	display: block;
	width: 17%;
	font-size: 16px;
	color: #2b58a7;
	padding: 8px 0;
	text-align: center;
	margin: 27px auto 0;
	border: 1px solid #264d97;
	position: relative;
	z-index: 1;

}

.greyimg-content .more:hover {
	color: #fff;
}

.greyimg-content .more::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background-color: #2b58a7;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.greyimg-content .more:hover::after {
	width: 100%;
}

.greyimg-content .swiper-container {
	padding-bottom: 20px;
}

.greyimg-content .swiper-container .swiper-wrapper .swiper-slide {
	background: #fff;
	padding: 30px 22px;
	margin-top: 20px !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.greyimg-content .swiper-container .swiper-wrapper .swiper-slide:hover {
	box-shadow: 0 1px 2px -2px rgb(0 0 0 / 16%), 0 3px 6px 0 rgb(0 0 0 / 12%), 0 5px 12px 4px rgb(0 0 0 / 9%);

}

.greyimg-content .swiper-container .swiper-wrapper .swiper-slide .pull-left {
	margin-right: 20px;
	width: 72px;
	background: url(../images/greyimg-date.jpg);
	text-align: center;
	padding: 8px 0;
}

.greyimg-content .swiper-container .swiper-wrapper .swiper-slide .pull-left p {
	font-size: 14px;
	color: #fff;
}

.greyimg-content .swiper-container .swiper-wrapper .swiper-slide .pull-left h3 {
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	font-family: "Arial";
	margin: 0;
	line-height: 36px;
}

.greyimg-content .swiper-container .swiper-wrapper .swiper-slide .media-body {
	margin: 11px 0;
}

.greyimg-content .swiper-container .swiper-wrapper .swiper-slide .media-body p {
	font-size: 17px;
	line-height: 24px;
	color: #333;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.greyimg-content .swiper-container .swiper-wrapper .swiper-slide:hover .media-body p {
	color: #2b58a7;
}

.greyimg-content .container {
	position: relative;
	overflow-x: hidden;
}

.greyimg-content .container.container-button {
	overflow: initial;
}

.greyimg-content .container .swiper-button-prev {
	width: 22px;
	height: 37px;
	left: -40px;
	top: -230%;
	background: url(../images/course-left.png);
}

.greyimg-content .container .swiper-button-next {
	width: 22px;
	height: 37px;
	right: -40px;
	top: -230%;
	background: url(../images/course-right.png);
}

/* 通知公告 */

.index-title {
	margin: 10px 0;
}

.index-title h3 {
	float: left;
	font-size: 30px;
	color: #04070f;
	font-weight: normal;
	margin: 0;
}

.index-title .more {
	float: right;
	text-align: center;
	color: #b99977;
	font-size: 16px;
	margin-top: 10px;
	-moz-transition: -moz-transform .4s;
	-o-transition: -o-transform .4s;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
}

.index-title .more:hover {
	margin-right: -15px;
	-moz-transition: -moz-transform .4s;
	-o-transition: -o-transform .4s;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
}

.index-title .more img {
	margin-bottom: 3px;
	-moz-transition: -moz-transform .4s;
	-o-transition: -o-transform .4s;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
}

.index-title .more:hover img {
	-moz-transform: translateX(-60px);
	-ms-transform: translateX(-60px);
	-webkit-transform: translateX(-60px);
	transform: translateX(-60px);
	-moz-transition: -moz-transform .4s;
	-o-transition: -o-transform .4s;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
}

a.tisi {
	font-size: 16px;
	color: #ff0000;
	margin-left: 10px;
	display: block;
	float: left;
	margin-top: 5px;
}

.new {
	padding-right: 2%;
	margin: 25px 0 50px;
}

.new ul li {
	border-bottom: 1px solid #eeeeee;
}

.new ul li a {
	width: 100%;
	display: block;
	line-height: 65px;
	height: 65px;
}

.new ul li a p {
	font-size: 17px;
	color: #333;
	overflow: hidden;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.new ul li:hover a p {
	color: #2b58a7;
}

.new ul li a span {
	float: left;
	color: #b99564;
	font-size: 16px;
	margin: 0px 20px 0px 5px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.new ul li:hover a span {
	margin: 0px 20px 0px 10px;
}

.new ul li a span img {
	margin-bottom: 5px;
	margin-right: 5px;
}

/* 快速通道 */

.link {
	padding-left: 1.2%;
	margin: 25px 0 50px;
}

.link ul {
	margin-left: -3.5%;
	margin-left: -2%;
	margin-top: 18px;
	margin-top: 30px;
}

.link ul li {
	float: left;
	width: 46.2%;
	margin-left: 3.8%;
	width: 31.33%;
	margin-left: 2%;
	margin-bottom: 25px;
	margin-bottom: 15px;
	position: relative;
}

.link ul li .link-pic {
	overflow: hidden;
	height: 92px;
}

.link ul li .link-pic img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.link ul li:hover .link-pic img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.link ul li p {
	font-size: 16px;
	font-size: 15px;
	color: #fff;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 36%;
	padding: 3px 18px;
	padding: 3px 2px;
}

.link ul li p:before {
	content: "";
	position: absolute;
	left: 45%;
	bottom: -4px;
	width: 20px;
	height: 2px;
	background: #fff;
	z-index: 2;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

/*子页面大图片*/

.x-banner {
	position: relative;
}

.x-banner-img {
	width: 100%;
}

.banner-sanleft {
	position: absolute;
	left: 0;
	top: 29%;
	width: 14.5%;
}

.banner-sanright {
	position: absolute;
	right: 0;
	top: 22%;
	width: 16.5%;
}

.x-banner .container p {
	font-size: 36px;
	color: #fff;
	margin-top: -180px;
	/* font-style: oblique;*/
	font-family: "华文细黑";
	font-family: "苹方";
	font-weight: 300;
	text-shadow: #002a56 3px 4px 5px;
}

/* 内页左侧 */

.left-box {
	padding-right: 3.2%;
}

.left-box .left-nav {
	background: url(../images/left-nav.png) center top no-repeat;
	background-size: 99%;
	margin-top: -70px;
	padding: 30px 40px;
}

.left-box .left-nav .column {
	height: 53px;
	margin-bottom: 21px;
}

.left-box .left-nav .column .nav-bolid {
	width: 62px;
	display: block;
	float: left;
}

.left-box .left-nav .column .nav-column {
	display: block;
	font-size: 24px;
	color: #2b58a7;
	font-weight: bold;
	margin-left: 74px;
	padding: 9px 0 9.5px;
	background: url(../images/left-nav-bolid.png) 2px bottom no-repeat;
	background-size: 100%;
}

.left-box .left-nav ul li {
	border-bottom: 1px solid #ebebeb;
	padding: 8px 0;
	margin-bottom: 3px;
	position: relative;
}

.left-box .left-nav ul li::after {
	-webkit-transition: all .4s;
	transition: all .4s;
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	bottom: -1px;
	width: 0;
	height: 1px;
	background-color: #2b58a7;
	z-index: 10;
}

.left-box .left-nav ul li.active::after {
	-webkit-transition: width .4s;
	transition: width .4s;
	left: 0;
	width: 100%;
}

.left-box .left-nav ul li:hover::after {
	-webkit-transition: width .4s;
	transition: width .4s;
	left: 0;
	width: 100%;
}

.left-box .left-nav ul li a {
	display: block;
	font-size: 18px;
	color: #333;
	background: url(../images/left-nav-dian-h.png) 97% bottom no-repeat;
	padding: 0 15px 0 0;
}

.left-box .left-nav ul li.active a {
	color: #2b58a7;
	background: url(../images/left-nav-dian.png) 97% bottom no-repeat;
}

.left-box .left-nav ul li:hover a {
	color: #2b58a7;
	background: url(../images/left-nav-dian.png) 97% bottom no-repeat;
}

/* 内页右侧 */

.location {
	font-size: 14px;
	color: #8e8e8e;
	margin-top: 20px;
}

.location a {
	font-size: 14px;
	color: #8e8e8e;
}

.location span {
	margin: 0 3px;
}

.columntitle {
	margin: 25px 0 20px;
	height: 46px;
	border-bottom: 1px solid #e8e8e8;
}

.columntitle span {
	font-size: 30px;
	padding-bottom: 8px;
	color: #0b0b0b;
	border-bottom: 3px solid #2b58a7;
}

.right-content {
	margin-bottom: 50px;
}

/* 列表 */

.list ul li {
	width: 100%;
	border-bottom: 1px solid #eeeeee;
}

.list ul li a {
	display: block;
	font-size: 17px;
	line-height: 70px;
	height: 70px;
	box-sizing: border-box;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list.list-download ul li a {
	padding-right: 70px;
	background: url(../images/download.png) right center no-repeat;
}

.list ul li:hover a {
	color: #2b58a7;
	font-weight: bold;
	text-decoration: none;
}

.list ul li span {
	color: #b99564;
	text-align: left;
	font-size: 16px;
	margin: 0 20px 0 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.list ul li:hover span {
	padding-left: 8px;
}

.list ul li span img {
	margin: 0 10px 4.5px 5px;
}

/*图片列表页 */

.list-img ul {
	margin-left: -2.03%;
	overflow: hidden;
}

.list-img ul li {
	width: 31.3%;
	float: left;
	margin-left: 2.03%;
	margin-bottom: 45px;
}

.list-img ul li .list-img-box {
	width: 100%;
	height: 193px;
	overflow: hidden;
}

.list-img ul li .list-img-box img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.list-img ul li:hover .list-img-box img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.list-img ul li .list-img-title {
	padding: 12px 10px;
	box-shadow: 0px 5px 10px 5px rgba(87, 87, 87, 0.15);
	-webkit-box-shadow: 0px 5px 10px 5px rgba(87, 87, 87, 0.15);
	-moz-box-shadow: 0px 5px 10px 5px rgba(87, 87, 87, 0.15);
}


.list-img ul li:hover .list-img-title {
	background: #2b58a7;

}

.list-img ul li:hover .list-img-title p {
	color: #fff;
}

.list-img ul li .list-img-title p {
	color: #333;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.about img {
	max-width: 100%;

}

.about p img {
	max-width: 100%;

}




/* 在线教育 */


.list-education ul {
	margin-left: -2.03%;
	overflow: hidden;
	margin-top: 45px;
}

.list-education ul li {
	width: 31.3%;
	float: left;
	margin-left: 2.03%;
	margin-bottom: 45px;
}

.list-education ul li .list-education-box {
	width: 100%;
	height: 194px;
	overflow: hidden;
	position: relative;
}

.list-education ul li .list-education-box .list-education-img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.list-education ul li:hover .list-education-box .list-education-img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.list-education ul li .list-education-box .list-education-play {
	position: absolute;
	left: 40%;
	top: 40%;
}

.list-education ul li .list-education-title {
	padding: 12px 10px;
	box-shadow: 0px 5px 10px 5px rgba(87, 87, 87, 0.15);
	-webkit-box-shadow: 0px 5px 10px 5px rgba(87, 87, 87, 0.15);
	-moz-box-shadow: 0px 5px 10px 5px rgba(87, 87, 87, 0.15);
}


.list-education ul li:hover .list-education-title {
	background: #2b58a7;

}

.list-education ul li:hover .list-education-title p {
	color: #fff;
}

.list-education ul li .list-education-title p {
	color: #333;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


/* 精品课程 */
.swiper1 {
	width: 100%;
	margin-bottom: 30px;
}

.swiper3 {
	width: 100%;
	margin-bottom: 15px;
}

.swiper3 .swiper-wrapper {
	display: inherit;
}

.swiper1 .swiper-slide {
	padding-bottom: 20px;
}

.swiper3 .swiper-slide {
	width: 16%;
	margin-left: 0.6%;
	float: left;
}

.swiper3 .swiper-slide:hover {
	background: url(../images/jinpin-jiao.png) center bottom no-repeat;
	background-size: 100% 100%;
}

.swiper1 .swiper-slide .project-item-img {
	width: 38px;
	height: 38px;
	margin: 5px auto 5px;
}

.swiper3 .swiper-slide .project-item-img {
	width: 38px;
	height: 38px;
	margin: 5px auto 5px;
	overflow: hidden;
}

.swiper3 .swiper-slide .project-item-img .project-itemimg {
	/*-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;*/
	margin-left: 0;
}

.swiper3 .swiper-slide.selected .project-item-img .project-itemimg {
	margin-left: -38px;
}

.swiper3 .swiper-slide:hover .project-item-img .project-itemimg {
	margin-left: -38px;
}


.swiper3 .swiper-slide {
	text-align: center;
	padding-bottom: 20px;
}

.swiper3 .swiper-slide.selected p {
	color: #fff;
}

.swiper3 .swiper-slide:hover p {
	color: #fff;
}

.project {
	margin-top: 45px;
}

.project-item1 {
	background: url(../images/jinpin-cadre.png);
}

.selected .project-item1 {
	background: url(../images/jinpin-cadre-hover.png);
}

.swiper-slide:hover .project-item1 {
	background: url(../images/jinpin-cadre-hover.png);
}

.project-item2 {
	background: url(../images/jinpin-teachers.png);
}

.selected .project-item2 {
	background: url(../images/jinpin-teachers-hover.png);
}

.swiper-slide:hover .project-item2 {
	background: url(../images/jinpin-teachers-hover.png);
}

.project-item3 {
	background: url(../images/jinpin-enterprise.png);
}

.selected .project-item3 {
	background: url(../images/jinpin-enterprise-hover.png);
}

.swiper-slide:hover .project-item3 {
	background: url(../images/jinpin-enterprise-hover.png);
}

.project-item4 {
	background: url(../images/jinpin-industry.png);
}

.selected .project-item4 {
	background: url(../images/jinpin-industry-hover.png);
}

.swiper-slide:hover .project-item4 {
	background: url(../images/jinpin-industry-hover.png);
}

.project-item5 {
	background: url(../images/jinpin-high.png);
}

.selected .project-item5 {
	background: url(../images/jinpin-high-hover.png);
}

.swiper-slide:hover .project-item5 {
	background: url(../images/jinpin-high-hover.png);
}

.swiper1 .swiper-slide p {
	font-size: 16px;
	color: #0b0b0b;
}

.swiper3 .swiper-slide p {
	font-size: 16px;
	color: #0b0b0b;
}

.swiper1 .swiper-slide.selected {
	background: url(../images/jinpin-jiao.png) center bottom no-repeat;
	background-size: 100% 100%;
}

.swiper3 .swiper-slide.selected {
	background: url(../images/jinpin-jiao.png) center bottom no-repeat;
	background-size: 100% 100%;
}

.swiper1 .swiper-slide:hover {
	background: url(../images/jinpin-jiao.png) center bottom no-repeat;
	background-size: 100% 100%;
}

.swiper1 .swiper-slide.selected p {
	color: #fff;
}

.swiper1 .swiper-slide:hover p {
	color: #fff;
}

.swiper1 .swiper-slide {
	text-align: center;
	font-size: 16px;
	/* Center slide text vertically */
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center; */
	cursor: pointer;
}

.swiper2 {
	width: 100%;
}

/* .swiper2 .swiper-slide {
	height: calc(100vh - 50px);
	background-color: #ccc;
	color: #fff;
	text-align: center;
	box-sizing: border-box !important;
	overflow-x: hidden !important;
} */

.swiper2 .swiper-slide ul {
	padding: 10px 10px 30px;
}

.swiper2 .swiper-slide ul li {
	background: #fff;
	box-shadow: 0px 5px 10px 5px rgb(87 87 87 / 15%);
	-webkit-box-shadow: 0px 12px 13px 1px rgb(87 87 87 / 15%);
	-moz-box-shadow: 0px 5px 10px 5px rgba(87, 87, 87, 0.15);
	margin-bottom: 13px;

}

.swiper2 .swiper-slide ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	height: 48px;
	line-height: 48px;
	background: url(../images/project-list.png) 10px center no-repeat;
	padding-left: 30px;
	padding-right: 10px;
	overflow: hidden;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;

}



/* 简介 */

.about {
	margin-top: 35px;
}

.about p {
	font-size: 16px;
	color: #666;
	line-height: 28px;

}


/* 联系我们 */

.contact table {
	width: 100%;
	box-shadow: 0px 5px 10px 5px rgb(87 87 87 / 15%);
	-webkit-box-shadow: 0px 5px 10px 5px rgb(87 87 87 / 15%);
	-moz-box-shadow: 0px 5px 10px 5px rgba(87, 87, 87, 0.15);

}

.contact table tr:nth-child(odd) {
	background: #efefef;
}

.contact table tr:first-child {
	background: #6587bf;
	border-bottom: 3px solid #efefef;
}

.contact table tr:nth-child(odd):hover {
	background: #436baf;
}

.contact table tr td {
	padding: 15px 5% !important;
	font-size: 16px;
	color: #0b0b0b;
	border: none !important;
}

.contact table tr th {
	padding: 15px 5% !important;
	font-size: 18px;
	color: #efefef;
	border: none !important;
}

.contact table tr:first-child td {
	padding: 15px 5% !important;
	font-size: 18px;
	color: #efefef;
	border: none !important;
}

.contact table tr:nth-child(odd):hover td {
	color: #fff;
}

/* 内容页 */

.article {
	padding-top: 20px;
}

.article h1.intro {
	text-align: center;
	font-size: 18px;
	color: #595c5b;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin: 0 0 8px;
}

.article h2.title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #2b58a7;
	font-family: "微软雅黑";
	line-height: 36px;
	margin: 0;
	border-bottom: none;
	background: none;
}

.article h3.subtitle {
	font-size: 18px;
	color: #393939;
	line-height: 1.5;
	text-align: center;
	margin: 8px 0 0;
}

.article h4.information {
	margin: 0;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
	color: #666666;
	padding-top: 0px;
	border-bottom: 1px dashed #e8e8e8;
	margin-bottom: 20px;
}


.article .content {
	font-size: 16px !important;
	font-family: "微软雅黑" !important;
	color: #666 !important;
	line-height: 28px !important;
	min-height: 250px;
	margin-bottom: 50px;
	padding: 10px 0px;
}

.article .content p {
	font-size: 16px !important;
	font-family: "微软雅黑" !important;
	color: #666 !important;
	line-height: 28px !important;
}

.article .content p img {
	max-width: 100% !important;
	height: auto !important;
}

.article .content p span {
	font-size: 16px !important;
	font-family: "微软雅黑" !important;
	color: #666 !important;
	line-height: 28px !important;
}

.article .content span {
	font-size: 16px !important;
	font-family: "微软雅黑" !important;
	color: #666 !important;
	line-height: 28px !important;
}

/*尾部*/

.footer {
	background-color: #2e5492;
	background-image: url(../images/footer.jpg);
	padding: 22px 0;
}

.footer .footer-code {
	width: 26.5%;
	float: left;
}

.footer .footer-code h4,
.footer .footer-center h4,
.footer .footer-right h4 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 14px;
	padding-bottom: 8px;
	background: url(../images/footer-bolid.jpg) left bottom no-repeat;
}

.footer .footer-code .footer-code-box {
	width: 108px;
	height: 108px;
}

.footer .footer-code .footer-code-box img {
	width: 100%;
}

.footer .footer-center {
	width: 42.5%;
	float: left;
}

.footer .footer-center ul li {
	margin-right: 22px;
	float: left;
	margin-bottom: 3px;
}

.footer .footer-center ul li a {
	font-size: 16px;
	color: #fff;
}

.office-address p {
	font-size: 16px;
	color: #fff;
}

.footer .footer-right {
	width: 27%;
	float: left;
	margin-left: 4%;
}

.footer .footer-right p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 4px;
}

.footer .footer-copyright {
	border-top: 2px solid #2f5692;
	padding-top: 15px;
	margin-top: 45px;
}

.footer .footer-copyright p {
	font-size: 14px;
	color: #fff;
	text-align: center;
}

/*分页栏*/

.pagebar {
	background: #f4f4f4;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-bottom: 90px;
	margin-top: 30px;
}

.p_first_d,
.p_last_d {
	display: none;
}

.p_first,
.p_last {
	display: none;
}

.p_prev_d,
.p_prev {
	font-size: 12px;
	color: #808080;
	padding: 5px 9px;
	width: 60px;
	margin: 0px 4px;
	cursor: pointer;
}

.p_no {
	padding: 2px 8px;
	margin: 0px 4px;
	color: #333;
	cursor: pointer;
}

.p_no a {
	color: #333;
}

.p_no_d {
	background: #2b58a7;
	color: #fff;
	padding: 2px 8px;
	margin: 0px 4px;
	border-radius: 20px;
	cursor: pointer;
}

.p_next,
.p_next_d {
	font-size: 12px;
	color: #808080;
	padding: 5px 9px;
	width: 60px;
	margin: 0px 4px;
	cursor: pointer;
}