@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: "苹方";
	font-size: 14px;
	color: #595c5b;
}

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;
}

/*头部*/

.container {
	padding: 0;
}

/*样式开始*/

.header {
	padding: 11px 0 16px;
}

.logo {
	display: block;
	width: 50%;
	float: left;
}

.slogan {
	margin-top: 28px;
	float: right;
}

/*banner相关设置*/

.banner {
	position: relative;
	background: #fff;
}

.banner .banner-line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 65%;
	z-index: 3;
}

.banner .container {
	position: relative;
	float: initial;
}

.banner img {
	width: 100%;
}

.banner .fullWidth {
	overflow: hidden;
}

#full-width-slider {
	width: 100%;
}

#full-width-slider .rsBullets {
	position: absolute;
	bottom: 40px;
	right: 47%;
	z-index: 9;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

#full-width-slider .rsBullet {
	height: 11px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: content-box;
	padding: 0 5px;
}

#full-width-slider .rsBullet span {
	display: block;
	width: 11px;
	height: 11px;
	background: #fff;
	border-radius: 50%;
}

#full-width-slider .rsBullet.rsNavSelected span {
	background: #eaad34;
}

#full-width-slider .rsGCaption .container {
	position: relative;
}

#full-width-slider .rsGCaption .banner-xinxi {
	position: absolute;
	left: 0;
	bottom: 80px;
	width: 390px;
	background: url(../images/banner-title.png);
}

#full-width-slider .rsGCaption p {
	font-size: 18px;
	line-height: 26px;
	height: 52px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #fff;
	text-align: left;
	margin: 12px 10px 0;
}

#full-width-slider .rsGCaption a {
	font-size: 16px;
	color: #fff;
	float: right;
	margin: 0 15px 13px 0;
}

#full-width-slider .rsArrowLeft {
	position: absolute;
	left: 2%;
	top: 43%;
	z-index: 23;
}

#full-width-slider .rsArrowLeft .rsArrowIcn {
	width: 55px;
	height: 55px;
	background: url(../images/banner-arrowl.png);
}

#full-width-slider .rsArrowRight {
	position: absolute;
	right: 2%;
	top: 43%;
	z-index: 23;
}

#full-width-slider .rsArrowRight .rsArrowIcn {
	width: 55px;
	height: 55px;
	background: url(../images/banner-arrowr.png);
}

/*首页*/

.banner .column {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 40%;
    left:0;
    width: 100%;
	text-align: center;
    /* text-align: left; */
    padding: 20px 0 0 40px;

}

.banner .column img {
    width: auto;
    margin-top: -40px;
    margin-right: -140px;
}

.title {
	height: 60px;
	line-height: 60px;
}

.title h3 {
	font-size: 36px;
	color: #8b1829;
	float: left;
	margin: 0;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
	margin-right: 18px;
}

.title span.title-img {
	display: block;
	float: left;
	width: 40px;
	height: 32px;
	margin-right: 15px;
}

.title span.title-img img {
	width: 100%;
}

.title .more {
	float: right;
	margin-top: 12px;
	font-size: 16px;
	height: 55px;
	color: #333;
}

.title .kechneg-xinxi {
	font-size: 20px;
	color: #333;
	height: 52px;
	line-height: 52px;
	border: 1px solid #e1e1e1;
	padding: 0 26px;
	border-radius: 45px;
	margin-top: 5px;
	float: left;
	text-align: center;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
	position: relative;
}

.title .kechneg-xinxi:hover{
	/* background: #8b1829; */
	color: #fff;
	border: 1px solid #8b1829;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.title .kechneg-xinxi:before, .title .kechneg-xinxi:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
}

.title .kechneg-xinxi:before {
    background: linear-gradient(to right, rgba(0,0,0,0) 50%,#a73143 50%);
    background-size: 200% 100%;
    background-position: left bottom;
}



.title .kechneg-xinxi:hover:before {
    background-position: left bottom;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.title .kechneg-xinxi:after {
    background: linear-gradient(to right, #a73143 50%,#ffffff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

.title .kechneg-xinxi:hover:after {
    background-position: left bottom;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.title .kechneg-xinxi span {
    position: relative;
    z-index: 3;
}

.title .kechneg-xinxi .span-img {
    width: 27px;
    height: 52px;
    margin-right: 10px;
    display: block;
    overflow: hidden;
	float: left;
}

.title .kechneg-xinxi span img {
	margin-bottom: 3px;
	margin-left: -27px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.title .kechneg-xinxi:hover span img{
	margin-left: 0px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/* 关于我们 */

.about-us {
	background-color: #efefef;
}

.about-us .container {
	background-image: url(../images/banner-tisi-img.png);
	background-position: 65% center;
	background-repeat: no-repeat;
	padding: 30px 0 28px;
	position: relative;
}

.about-us-title {
	width: 13%;
	float: left;
}

.about-us-title h3 {
	font-weight: 300;
	font-size: 26px;
	margin: 0;
}

.about-us-title h2 {
	font-size: 28px;
	font-weight: bold;
	color: #a73143;
	margin: 3px 0 0;
}

.about-us-text {
	padding-right: 360px;
	line-height: 30px;
	color: #333;
	font-size: 16px;
}

.about-us-rukou {
	width: 300px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/banner-tisi.png) center no-repeat;
	z-index: 22;
}

.about-us-rukou .rukou-img {
	text-align: center;
	margin: 28px 0 20px;
}

.about-us-rukou h4 {
	font-family: "微软雅黑";
	font-size: 24px;
	text-align: center;
	color: #fff;
	margin: 0 0 22px;
}

.about-us-rukou p {
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	margin: 0 60px;
	opacity: 0.62;
}

.about-us-rukou a {
	display: block;
	font-size: 16px;
	color: #fff;
	opacity: 0.59;
	border: 1px solid #c58c94;
	background: #ae5361;
	padding: 10px;
	margin: 50px 60px 70px;
	border-radius: 60px;
	text-align: center;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.about-us-rukou a:hover{
     background: #fff;
    opacity: 1;
    color: #ae5361;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/* 选修课 */

.courses {
	padding: 50px 0 40px;
}

.courses .title {
	position: relative;
}

.courses .title::after {
	content: "";
	visibility: inherit;
	position: absolute;
	left: 0;
	bottom: 6px;
	width: 100%;
	height: 6px;
	background: url(../images/index-title-line.png) right bottom no-repeat;
}

.courses ul {
	margin-left: -2%;
	margin-top: 50px;
}

.courses ul li {
	width: 48%;
	height: 240px;
	float: left;
	margin-left: 2%;
	margin-bottom: 60px;
        overflow: hidden;
}

.courses ul li .pull-left {
	margin-right: 35px;
	width: 298px;
	height: 207px;
	overflow: hidden;
	padding-right: 0;
	position: relative;
}



.courses ul li .pull-left .xuanxiu-xinxi{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background: url(../images/xuanxiu-shawot.png) center repeat;
	-webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
	transition: all 500ms;
}

.courses ul li:hover .pull-left .xuanxiu-xinxi{
	height: 0;
	-webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
	transition: all 500ms;
}

.courses ul li .pull-left .xuanxiu-xinxi1 {
	position: absolute;
	left: 0;
	bottom:0;
	width: 100%;
    height: 0;
    background: url(../images/xuanxiu-shawob.png) center repeat;
	-webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
	transition: all 500ms;
}

.courses ul li:hover .pull-left .xuanxiu-xinxi1 {

	width: 100%;
    height: 100%;
	line-height: 207px;
	-webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
	transition: all 500ms;
}

.courses ul li .pull-left .xuanxiu-xinxi1 p{
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	display: inline-block;
    vertical-align: middle;
}

.courses ul li .pull-left .xuanxiu-xinxi1.n2 p{
   display: block;
}

.courses ul li .pull-left .xuanxiu-xinxi1.n2 p.n1{
   margin-top: 25%;
}


.courses ul li .pull-left 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;
}

.courses ul li:hover .pull-left 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);
	-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;
}

.courses ul li:hover .pull-left {
	background: #1f38a2;
}

.courses ul li .pull-left h3 {
	font-size: 20px;
	color: #1f38a2;
	text-align: center;
	margin: 0;
	padding-top: 4px;
}

.courses ul li:hover .pull-left h3 {
	color: #fff;
}

.courses ul li .pull-left p {
	font-size: 12px;
	color: #666;
	width: 100%;
	line-height: 26px;
	text-align: center;
}

.courses ul li:hover .pull-left p {
	color: #fff;
}

.courses ul li .media-body .courses-title {
	font-size: 24px;
	line-height: 28px;
	color: #443839;
	margin: 12px 0 7px;
}

.courses ul li .media-body .courses-futitle {
    font-size: 20px;
    color: #443839;
}

.courses ul li:hover .media-body .courses-title {
	color: #8b1829;
}

.courses ul li .media-body .courses-en {
	font-size: 16px;
	line-height: 28px;
	height: 56px;
        color: #333;
        margin: 0px;
}

.courses ul li .media-body a {
	display: block;
	width: 240px;
	font-size: 16px;
	color: #a73143;
	padding: 8px 0;
	border: 1px solid #8b1829;
	text-align: center;
	border-radius: 20px;
	margin-top: 10px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.courses ul li .media-body a:hover{
	background: #8b1829;
	color: #fff;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.courses ul li .media-body a span{
	display: inline-block;
    width: 11px;
    height: 13px;
    overflow: hidden;
	margin-left: 3px;

}

.courses ul li .media-body a span img{
	margin-bottom: 9px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
	
}

.courses ul li .media-body a:hover span img{
	margin-left: -11px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
	
}

/* 国际课程 */

.curriculum-title {
	background: url(../images/international-bk.png) center no-repeat;
	background-size: auto 100%;
	padding: 55px 0 120px;
}

.curriculum-title .container {
	position: relative;
}

.curriculum-title .title {
	float: left;
	width: 27.5%;
	margin-bottom: 100px;
}

.curriculum-title .title h3 {
	color: #fff;
	text-shadow: 2px 8px 45px #000000;
}

.curriculum-title .title span.title-img {
	margin-right: 5px;
}

.curriculum-title .curriculum-text {
	padding-right: 260px;
	line-height: 36px;
	color: #fff;
	font-size: 18px;
}

.curriculum-title .kechneg-xinxi {
	font-size: 20px;
	color: #333;
	height: 52px;
	line-height: 52px;
	/* border: 1px solid #e1e1e1; */
	background: #fff;
	padding: 0 26px;
	border-radius: 45px;
	margin-top: 5px;
	float: left;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


.curriculum-title .kechneg-xinxi:before, .curriculum-title .kechneg-xinxi:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
	z-index: 2;
}

.curriculum-title .kechneg-xinxi:before {
    background: linear-gradient(to right, rgba(0,0,0,0) 50%,#a73143 50%);
    background-size: 200% 100%;
    background-position: left bottom;
}

.curriculum-title .kechneg-xinxi:hover:before {
    background-position: left bottom;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}



.curriculum-title .kechneg-xinxi:after {
    background: linear-gradient(to right, #a73143 50%,#ffffff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

.curriculum-title .kechneg-xinxi:hover:after {
    background-position: left bottom;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.curriculum-title .kechneg-xinxi:hover{
	color: #fff;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
	/* border: 1px solid #a73143; */
}
.curriculum-title .kechneg-xinxi span{
	position: relative;
	z-index: 3;
}

.curriculum-title .kechneg-xinxi .span-img {
	width: 27px;
    height: 52px;
    margin-right: 10px;
    display: block;
    overflow: hidden;
	float: left;
	
}

.curriculum-title .kechneg-xinxi span img {
	margin-left: -27px;
    margin-bottom: 3px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.curriculum-title .kechneg-xinxi:hover span img {
    margin-left: 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.curriculum {
	background: #dcdcdc;
}

.curriculum-slider {
	padding: 45px 0 100px;
}

.curriculum-slider .container {
	position: relative;
}

#swiper-container {
	height: 345px;
}

#swiper-container .swiper-wrapper .swiper-slide {
	background: #fff;
	height: 136px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 20px;
	margin-bottom: 12px;
	/* 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%); */
	
}

#swiper-container .swiper-wrapper .swiper-slide:hover{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	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%);
}

#swiper-container .swiper-wrapper .swiper-slide a {
	display: block;
	padding: 23px 30px;
	text-decoration: none;
	position: relative;
z-index: 22;
}

#swiper-container .swiper-wrapper .swiper-slide::before ,#swiper-container .swiper-wrapper .swiper-slide::after{
	content: "";
	position: absolute;
	width: 0;
    height: 0;
	border: 2px solid transparent;
z-index: 21;
    
}

#swiper-container .swiper-wrapper .swiper-slide:hover::before {
	width: 100%;
    height: 100%;
	right:  0;
	top:0;
    border-top-color: #972438;
    border-left-color: #972438;
	-webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
   
}

#swiper-container .swiper-wrapper .swiper-slide:hover::after {
	width: 100%;
    height: 100%;
	bottom: 0;
    left: 0;
    border-bottom-color: #972438;
    border-right-color: #972438;
	-webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
   
}

#swiper-container .swiper-wrapper .swiper-slide a::after{
	content: "";
	position: absolute;
	left: 30px;
	bottom: 0;
	width: 55px;
	height: 2px;
	background:#972438;

}

#swiper-container .swiper-wrapper .swiper-slide .slide-title {
	font-size: 24px;
	color: #333;
	height: 34px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#swiper-container .swiper-wrapper .swiper-slide .slide-en {
	font-size: 16px;
	color: #333;
	height: 22px;
	margin-bottom: 14px;
       white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#swiper-container .swiper-wrapper .swiper-slide .slide-source {
	font-size: 14px;
	color: #333;
}

.curriculum-slider .swiper-pagination {
	width: 100%;
	margin-top: 20px;
	left: 0;
}

.curriculum-slider .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background: #fff;
	opacity: 1;
}

.curriculum-slider .swiper-pagination-bullet-active {
	background: #962438;
}

/* 历史数据 */

.history {
	padding: 70px 0 40px;
}

.history-slider {
	padding: 0 100px;
}

#swiper-container1 {
	margin: 0 100px;
}

.history .container {
	position: relative;
}

.history .swiper-button-prev {
	width: 100px;
	height: 42px;
	left: 100px;
	top: 65%;
	background: url(../images/shuju-arrowl.png) left center no-repeat;
}

.history .swiper-button-next {
	width: 100px;
	height: 42px;
	right: 100px;
	top: 65%;
	background: url(../images/shuju-arrowr.png) right center no-repeat;
}

#swiper-container1 .swiper-slide {
	background: #fff;
}

#swiper-container1 .swiper-slide .slide-title {
	text-align: center;
	font-size: 24px;
	color: #333;
	margin-bottom: 55px;
}

#swiper-container1 .swiper-slide .slide-box {
	width: 44%;
	margin: 0 3%;
	float: left;
	text-align: center;
}

#swiper-container1 .swiper-slide .slide-box .slide-guoji, #swiper-container1 .swiper-slide .slide-box .slide-xuesheng {
	width: 160px;
	height: 160px;
	position: relative;
	border-radius: 50%;
}

#swiper-container1 .swiper-slide .slide-box .slide-guoji {
	border: 1px dashed #eaad34;
}

#swiper-container1 .swiper-slide .slide-box .slide-xuesheng {
	border: 1px dashed #8b1829;
}

#swiper-container1 .swiper-slide .slide-box .slide-guoji .slide-img, #swiper-container1 .swiper-slide .slide-box .slide-xuesheng .slide-img {
	position: absolute;
	top: -33px;
	left: 30%;
}

#swiper-container1 .swiper-slide .slide-box h4 {
	font-size: 16px;
	color: #333;
	margin-top: 50px;
}

#swiper-container1 .swiper-slide .slide-box h4 span {
	font-size: 48px;
	font-family: "Tahoma";
}

#swiper-container1 .swiper-slide .slide-box .slide-guoji h4 span {
	color: #ffbf27;
}

#swiper-container1 .swiper-slide .slide-box .slide-xuesheng h4 span {
	color: #8b1829;
}

#swiper-container1 .swiper-slide .slide-box p{
	font-size: 16px;
	color: #333;
}


/* 往期图片 */
.past-img .container{
	position: relative;
}
.past-img-slider {
    margin: 36px 44px 52px;
    background: #f4f4f4;
    padding: 22px;
}

.past-img-slider .swiper-container{
       height: 180px;
}

.past-img-slider .swiper-container .swiper-slide{
   height: 100%;
}

.past-img-slider .swiper-container .swiper-slide a{
     height: 100%;
}

.past-img-slider .swiper-container .swiper-slide a .swiper-img{
   height: 100%;
}


#swiper-container2 .swiper-slide .swiper-img 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;
}

#swiper-container2 .swiper-slide:hover .swiper-img 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);
	-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;
}


.past-img .swiper-button-prev1 {
    width: 31px;
    height: 225px;
   /* height: 131px;*/
	position: absolute;
    left: 0;
    top:95px;
	background-color: #f4f4f4;
    background-image: url(../images/past-arrowl.png) ;
	background-position: center;
	background-repeat: no-repeat;
}

.past-img .swiper-button-prev1.swiper-button-disabled ,.past-img .swiper-button-next1.swiper-button-disabled{
	opacity: 0.3;
}

.past-img .swiper-button-next1 {
	width: 31px;
    height: 225px;

	position: absolute;
    right: 0;
    top: 95px;
	background-color: #f4f4f4;
	background-image: url(../images/past-arrowr.png) ;
	background-position: center;
	background-repeat: no-repeat;
}


/* 内容页 */

/*当前位置*/

.location {
	font-size: 14px;
	color: #8b1829;
	padding: 12px 0;
	text-align: right;
}

.location a {
	font-size: 14px;
	color: #8b1829;
}

.location span{
	margin: 0 10px;
}

.location span img{
	margin-bottom: 2px;
}

/* 内页 */
.content-box{
	background: url(../images/about-bj.jpg) center no-repeat;
	background-size: 100% 100%;
	padding: 80px 0 50px;
}

/* 左边 */

.left-box {
	width: 23.48%;
	float: left;
}

.left-nav {
	margin-bottom: 20px;
}

.left-nav ul li{
	background: #8b1829;
	min-height: 85px;
	border-bottom: 1px solid #97303f;
	position: relative;
border-left: 4px solid  #8b1829;
}

.left-nav ul li:hover{
	background: #9a2338;
       border-left: 4px solid #eaad34;
}

.left-nav ul li:hover:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 14px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 14px solid transparent;
    position: absolute;
    right: 0;
    bottom: 40px;
}

.left-nav ul li.active{
	background: #9a2338;
        border-left: 4px solid #eaad34;

}

.left-nav ul li.active:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 14px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 14px solid transparent;
    position: absolute;
    right: 0;
    bottom: 40px;
}

.left-nav ul li a {
	display: block;
	padding: 20px 0 28px 20px;
	text-align: left;
	text-decoration: none;
}

.left-nav ul li a h3{
	font-size: 16px;
	color: #fff;
	margin: 0;
}


.left-nav ul li a h4 {
    font-size: 14px;
    color: #fff;
}


.left-nav ul li a p{
	font-size: 16px;
	color: #fff;
	margin: 0;
	height: 44px;
}




/* 右边 */

.right-box {
	width: 76.52%;
	float: left;
	background: #fff;
	padding: 0 40px;
	height: 1072px;
}

.nav-column{
	margin: 40px 0;
}

.nav-column ul li{
	background: #8b1829;
	float: left;
	width: 25%;
	margin-right: 1px;
	text-align: center;
}

.nav-column ul li.active{
	background: #eaad34;
	position: relative;
}

.nav-column ul li.active:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 14px solid transparent;
    border-top: 12px solid #eaad34;
    border-left: 14px solid transparent;
    position: absolute;
    right: 116px;
    bottom: -12px;
}

.nav-column ul li:hover{
	background: #eaad34;
	position: relative;
}

.nav-column ul li:hover:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 14px solid transparent;
    border-top: 12px solid #eaad34;
    border-left: 14px solid transparent;
    position: absolute;
    right: 116px;
    bottom: -12px;
}

.nav-column ul li a {
	display: block;
	font-size: 24px;
	color: #fff;
	padding: 12px 0;
}

.zhina{
	display: block;
	background: #8b1829;
	text-align: left;
	font-size: 18px;
	color: #fff !important;
	font-weight: bold;
	padding: 18px 0 18px 30px;
	text-decoration: none;
}

.zhina:hover{
	color: #fff !important;
	text-decoration: none !important;
}

.zhina img{
	margin-right: 10px;
	margin-bottom: 5px;
}


/* 列表 */

.list {
	margin-top: 20px;
	margin-bottom: 40px;
}

.list ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 48px;
	height: 48px;
	padding: 0 5px;
}

.list ul li a:hover {
	background: #f1f1f1;
}

.list ul li a p {
	float: left;
	width: 80%;
	font-size: 16px;
	overflow: hidden;
	line-height: 48px;
	height: 48px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list ul li a:hover p {
	color: #014983;
}

.list ul li a span {
	float: left;
	text-align: right;
	width: 20%;
	font-size: 14px;
	color: #888;
}


/* 简介页 */

.about {
	padding: 90px 110px 200px;
	background: #fff;
}

/* .about h2.title {
	text-align: center;
	font-size: 24px;
	color: #005c95;
	line-height: 30px;
	margin: 0 0 15px;
	height: auto;
	padding-bottom: 25px;
	border-bottom: 1px solid #dfdfdf;
} */

.about .content h3{
	font-size: 36px;
	color: #333;
}

.about .content  p {
	color: #333;
	font-size: 16px !important;
	line-height: 48px !important;
}

.about p img {
	max-width: 100%;
}

.jijing h3 {
	background-color: #eaeaea;
	font-size: 16px;
	color: #333;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
}

.jijing h3 a {
	color: #333;
}

/*内容页*/


.content-box .article {
	padding: 90px 110px 200px;
	background: #fff;
}

.article h1.intro {
	text-align: left;
	font-size: 16px;
	color: #595c5b;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin: 0;
}

.article h2.title {
	text-align: left;
	font-size: 36px;
	color: #333;
	line-height: 30px;
	margin: 8px 0;
	height: auto;
	border-bottom: none;
}

.article h3.subtitle {
	font-size: 16px;
	color: #393939;
	line-height: 1.5;
	text-align: center;
	margin: 0
}

.article h4.information {
	margin: 15px 0 10px;
	text-align: center;
	font-size: 14px;
	color: #888;
	padding: 15px 0;
	border-bottom: 1px solid #dfdfdf;
}

.article .content {
	color: #333;
	font-size: 16px;
	line-height: 48px;
	min-height: 250px;
	padding-bottom: 15px;
	margin-top: 50px;
}

.article .content p {
	margin: 5px 0;
	color: #333;
	font-size: 16px;
	line-height: 48px;
}

.article .content p img {
	max-width: 100%;
}

/*老师页面*/

.article .lao-content .content {
	overflow: hidden;
}

.article .lao-content .content .content-left {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 30px;
	width: 75%;
	float: left;
	margin-right: 10%;
}

.article .lao-content .content .content-left h3 {
	color: #002f55;
	font-size: 16px;
	font-weight: bold;
	font-family: "微软雅黑";
}

.article .lao-content .content .content-left p {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 30px;
}

.article .lao-content .content .content-right {
	float: left;
	width: 15%;
	background: #eaeaea;
	padding-bottom: 3px;
}

.article .lao-content .content .content-right .content-img {
	line-height: 20px;
	margin-bottom: 3px;
	height: 180px;
	overflow: hidden;
}

.article .lao-content .content .content-right img {
	width: 100% !important;
	height: auto !important;
	min-height: 100% !important;
}

.article .lao-content .content .content-right p {
	font-size: 16px;
	color: #002f55;
	margin: 0;
	padding: 0 5px;
	line-height: 24px;
}

/* 课程提纲 */
.tigang-text {
    word-break: break-all;
    margin: 20px 0;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    overflow-y: scroll;
    height: 850px;
    padding-right: 15px;
}

.tigang-text p{
	color: #333;
	font-size: 16px;
	line-height: 30px;

}

.tigang-text table {
    width: 100%;
    border: 1px solid #f2c4cb !important;
	margin: 10px 0;
}

.tigang-text table tr{
	border: 1px solid #f2c4cb !important;
}

.tigang-text table tr td{
	padding:  0 !important;
	height: 100% !important;
	border: 1px solid #f2c4cb !important;
	vertical-align: middle;
	min-height: 61px;
}

.tigang-text table tr td p{
	padding: 3px 30px;
}

.tigang-text table tr td{
  background: #f7f3f4;
}

.tigang-text table tr td{
  background: #f7f3f4;
}

.tigang-text table tr td h4{
	background: #f7f3f4;
	padding: 21px 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	margin: 0;
}

.tigang-text table tr td h2{
	background: #ebe2e4;
	padding: 15px 30px;
	line-height: 30px;
	text-align: center;
	margin: 0;
	font-size: 24px;
	color: #8b1829;

}

.tigang-text table tr td h3{
	padding: 15px 30px;
	line-height: 30px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #8b1829;
}

.tigang-text table tr td strong{
	background: #f7f3f4;
	
}


/* 教师信息 */
.teacher-img{
	padding-bottom: 120px;
	/* overflow-y: scroll;
    height: 850px;
    padding-right: 15px; */
}
.teacher-img ul{
	margin-left: -2%;
	overflow: hidden;
}
.teacher-img ul li{
	width: 23%;
	margin-left: 2%;
	float: left;
	text-align: center;
	margin-bottom: 40px;
}

.teacher-img-box {
    width: 200px;
    height: 200px;
    margin: 20px auto;
	border-radius: 50%;
overflow: hidden;
}

.teacher-img-box a img{
	width: 100%;
	min-height: 100%;
}

.teacher-img-xinxi .teacher-title {
    font-size: 24px;
    color: #8b1829;
    font-weight: bold;
}


.teacher-img-xinxi  .teacher-zhicheng {
    font-size: 14px;
    color: #888;
    margin: 5px 0 0;
}

/*尾部*/

.footer {
	background: #9a2338;
	padding: 35px 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	font-family: "苹方";
}

.footer a {
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	font-family: "苹方";
}

.footer span {
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	font-family: "苹方";
	margin: 0 10px;
}

/*分页栏*/

.pagebar {
	background: #fff;
	margin: 40px auto;
}

.p_first_d, .p_last_d {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
}

.p_first, .p_last {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
}

.p_prev_d, .p_prev {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
}

.p_no {
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 0px 4px;
	color: #595c5b;
}

.p_no_d {
	background: #8b1829;
	color: #fff;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 0px 4px;
	display: inline-table;
}

.p_next, .p_next_d {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	margin: 12px 0 12px 4px;
	border: 1px solid #e8e8e8;
	display: inline-table;
}