.swiper-pagination-bullet-active {
    background: #fc8042;
}
.banner {
    text-align: center;

}
.banner a {
    display: block;

    background-position: center;
    background-repeat: no-repeat;
}
.banner img{
	width:100%;
}
/* 2017-8-1 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #757575;
	opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #757575;
	opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #757575;
	opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #757575;
	opacity: 1;
}
.text-center{text-align:center;}
/*1*/
.one-l,
.one-r{
	display: inline-block;
	float: left;
	box-sizing: border-box;
}
.one-l{
	width: 34%;
}
.one-r{
	width: 66%;
}
.sm1-left{
	padding: 5.5em 5em 1em;
}
.sm1-left p{
	font-size: 2.1em;
	color: #424242;
	/*font-family: 'Source Han Sans';*/
	line-height: 1.3em;
}
.sm1-left p font{
	/*font-family: '思源黑体';*/
	/*font-weight: bold;*/
	color: #fc8042;
	font-size: 1.1em;
}
.sm1-left h1{
	/*font-family: 'Source Han Sans';*/
	color: #424242;
	font-size: 2.25em;
	margin-top: 3em;
}
a.hovercolor{
	width: 4.375em;
	height: 4.375em;
	position: relative;
	display: inline-block;
	margin-top: 2.75em;
	border-radius: 50%;
	background: url(../images/sm1-btn.png) no-repeat center #fc8042;
	background-size: 100%;
}
a.hovercolor:before{
	content: '';
	width: 100%;
	height: 100%;
	border: #fc8042 solid 2px;
	border-radius: 50%;
	position: absolute;
	top: -2px;
	left: -2px;
	animation: lineround linear 1s infinite;
	-webkit-animation: lineround linear 1s infinite;
}

@keyframes lineround{
	0% { transform: scale(1); -webkit-transform: scale(1); opacity: 0; }
	100% { transform: scale(1.3); -webkit-transform: scale(1.3); opacity: 1; }
}
@-webkit-keyframes lineround{
	0% { transform: scale(1); -webkit-transform: scale(1); opacity: 0; }
	100% { transform: scale(1.3); -webkit-transform: scale(1.3); opacity: 1; }
}
.sm1-left h1.hoverelent{
	color: #000;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.sm1-left h1.hoverelent.change{
	color: #fc8042;
}
ul.sm1-right li{
	display: inline-block;
	float: left;
	width: 25%;
	height: auto;
	color: #ffffff;
}
ul.sm1-right li.li-bgimg{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #424242;
}
ul.sm1-right li .media_left{
	height: 20em;
	width: 320px;
	text-align: center;
}
ul.sm1-right li span{
	display: inline-block;
	width: 5.625em;
	height: 5.625em;
	border: 1px solid #ffffff;
	border-radius: 50%;
	margin-bottom: 1.35em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	transition: all 0.5s;
}
ul.sm1-right li.li-bgimg span{
	border-color: #424242;
}
ul.sm1-right li h1{
	font-size: 1.7em;
	line-height: 1.1em;
	padding-bottom: 0.7em;
	margin-bottom: 0.4em;
	position: relative;
}
ul.sm1-right li h1:after{
	content: '';
	position: absolute;
	width: 1.6em;
	height: 1px;
	left: 50%;
	margin-left: -0.8em;
	bottom: 0;
	background: #ffffff;
	opacity: 0;
	transition: all 0.5s;
}
ul.sm1-right li.li-bgimg h1:after{
	background: #424242;
}
ul.sm1-right li p{
	line-height: 1.7em;
	padding: 0 1em;
	height: 0;
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
}
ul.sm1-right li a{
	display: inline-block;
	font-size: 0.875em;
	background: #ffffff;
	border-radius: 15px;
	padding: 0 1.2em;
	line-height: 1.78em;
	transition: all 0.5s;
	margin-top: 0;
}
ul.sm1-right li:hover span{
	height: 0;
	border: 0;
	margin-bottom: 0;
}
ul.sm1-right li:hover a{
	margin-top: 2.14em;
}
ul.sm1-right li:hover h1:after{
	opacity: 1;
}
.sm2{
	padding: 6.375em 0 4.25em;
	text-align: center;
	overflow: visible;
	color: #ffffff;
	background: url(../images/home_22.jpg) no-repeat center;
	background-size: cover;
}
h1.sm2-title{
	/*font-family: 'Source Han Sans';*/
	font-size: 3.125em;
	line-height: 1.2em;
	padding-bottom: 0.92em;
}
h1.sm2-title strong{
	/*font-family: '思源黑体';*/
	font-weight: normal;
}
p.sm2-p{
	line-height: 2em;
}
.color-box{
	position: relative;
	width: 60.75em;
	height: 24.5625em;
	margin: 6.125em auto 0;
	background: url(../images/color-box-bg.png) no-repeat center;
	background-size: cover;
}
.color-bio{
	position: absolute;
	border-radius: 3px;
}
.color-table,
.color-table .media_body,
.color-table .media_left{
	width: 100%;
	height: 100%;
}
.color-table{
	display: table;
	text-align: center;
}
.color-table .media_body{
	font-size: 1.125em;
	cursor: pointer;
	line-height: 1.28em;
}
.color-mcm{
	position: absolute;
	width: 23em;
	height: 20em;
	left: 50%;
	top: 50%;
	margin: -10em 0 0 -11.5em;
	box-sizing: border-box;
	padding: 1.87em;
	border-radius: 3px;
	z-index: 30;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transform: scale(0);
	-o-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
}
.color-bio:hover .color-mcm{
	transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}


.color-mcm h1{
	font-size: 1.357em;
	line-height: 1.2em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	position: relative;
}
.color-mcm h1:after{
	content: '';
	position: absolute;
	width: 4em;
	height: 2px;
	background: #ffffff;
	left: 50%;
	margin-left: -2em;
	bottom: 0;
}
.color-mcm p{
	text-align: justify;
	line-height: 1.8em;
}
.color-mcm a{
	font-size: 0.875em;
	line-height: 1.857em;
	display: inline-block;
	border-radius: 15px;
	background: #ffffff;
	padding: 0 1.57em;
	margin-top: 3em;
}
.color_1{
	width: 8.625em;
	height: 8em;
	left: 0;
	top: 7.75em;
	background: #3bd2b1;
}
.color_1 .color-mcm{
	background: #3bd2b1;
}
.color_1 .color-mcm a{
	color: #3bd2b1;
}
.color_2{
	width: 10.4em;
	height: 9.8em;
	top: 0;
	left: 11.75em;
	background: #b39e81;
}
.color_2 .color-mcm{
	background: #b39e81;
}
.color_2 .color-mcm a{
	color: #b39e81;
}
.color_3{
	width: 8.5em;
	height: 8.5em;
	top: 11.75em;
	left: 12.5em;
	background: #a970ff;
}
.color_3 .color-mcm{
	background: #a970ff;
}
.color_3 .color-mcm a{
	color: #a970ff;
}
.color_4{
	width: 9.875em;
	height: 9.875em;
	top: 4.812em;
	left: 25.375em;
	background: #f17c43;
}
.color_4 .color-mcm{
	background: #f17c43;
}
.color_4 .color-mcm a{
	color: #f17c43;
}
.color_5{
	width: 7.5em;
	height: 7.5em;
	bottom: 0;
	left: 26.875em;
	background: #55cdd8;
}
.color_5 .color-mcm{
	background: #55cdd8;
}
.color_5 .color-mcm a{
	color: #55cdd8;
}
.color_6{
	width: 10.8em;
	height: 9.8em;
	top: 1.5625;
	right: 11.875em;
	background: #ed5e61;
}
.color_6 .color-mcm{
	background: #ed5e61;
}
.color_6 .color-mcm a{
	color: #ed5e61;
}
.color_7{
	width: 9.375em;
	height: 9.1875em;
	bottom: 2.125em;
	right: 14em;
	background: #5d96ff;
}
.color_7 .color-mcm{
	background: #5d96ff;
}
.color_7 .color-mcm a{
	color: #5d96ff;
}
.color_8{
	width: 9.75em;
	height: 9.437em;
	right: 0;
	top: 6.625em;
	background: #f8b551;
}
.color_8 .color-mcm{
	background: #f8b551;
}
.color_8 .color-mcm a{
	color: #f8b551;
}
.swiper-colorbox{
	display: none;
}
.swiper-colorbox .color-pagination{
	padding-top: 10px;
}
.swiper-colorbox .swiper-pagination-bullet-active{
	background-color: #fc8042;
}

/*5*/
.sm7{
	padding: 6.375em 0 7em;
	text-align: center;
	background-color: #f3f3f3;
}
h1.sm7-h1{
	/*font-family: 'Source Han Sans';*/
	font-size: 2.5em;
	padding-bottom: 1.9em;
}
h1.sm7-h1 strong{
	color: #fc8042;
	font-weight: normal;
}
.sm3 .one-l,
.sm3 .one-r{
	float: right;
}
.sm3 .one-l{
	width: 33%;
}
.sm3 .one-r{
	width: 67%;
}
.sm3left,
.sm3right{
	min-height: 51.25em;
}
.sm3left{
	background: url(../images/school.jpg) no-repeat center;
	background-size: cover;
}
.sm3left .box{
	position: absolute;
	width: 62.5em;
	min-height: 31.25em;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.8);
	padding: 6.25em;
	padding-bottom: 1em;
	box-sizing: border-box;
}
.sm3left .swiper-container{
	width: 100%;
	position: relative;
	padding-bottom:30px;
}
.sm3left .swiper-container .slidec h1{
	font-size: 2.125em;
	color: #424242;
	line-height: 1.2em;
}
.sm3left .swiper-container .slidec h1:after{
	content: '';
	display: block;
	width: 2.5em;
	height: 2px;
	background: #de0011;
	position: relative;
	margin: 1em 0;
}
.sm3left .swiper-container .slidec p{
	font-size: 1.25em;
	color: #8e8e8e;
	line-height: 1.9em;
	overflow: hidden;
	text-align: justify;
}
.sm3left .swiper-container .slidec p a{
	float: right;
	padding: 6px 16px;
	font-size: 14px;
	line-height: 20px;
	border: #fc8042 solid 1px;
	color: #fc8042;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.sm3left .swiper-container .slidec p a:hover{
	background-color: #fc8042;
	color: #fff;
}

.sm3left .swiper-container .swiper-button-prev,.sm3left .swiper-container .swiper-button-next{
	background-color:#fda97f;
	background-size:10px 20px;
	width:44px;
	top:22px;
}
.sm3left .swiper-container .swiper-button-prev{
	right:54px!important;
	left: auto;
}

.sm3left .swiper-container  .swiper-pagination{
	text-align:left;
}
.sm3left .swiper-container .owl-dots .owl-dot{
	float: left;
	margin-right: 12px;
}
.sm3left .swiper-container .owl-dots .owl-dot span{
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #d6d6d8;
	opacity: 1;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
}
.sm3left .swiper-container .owl-dots .owl-dot.active span,
.sm3left .swiper-container .owl-dots .owl-dot span:hover{
	background: #de0011;
}
.sm3left .swiper-container .owl-nav{
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.sm3left .swiper-container .owl-nav div{
	border-radius: 0;
	opacity: 1;
	margin: 0;
	padding: 0;
	float: left;
	width: 2.8125em;
	height: 2.8125em;
	display: inline-block;
	background-repeat: no-repeat;
	transition: all 0.4s;
	background-color: #fda97f;
	background-repeat: no-repeat;
	background-position: center;
}
.sm3left .swiper-container .owl-nav div:hover{
	background-color: #fc8042;
}
.sm3left .swiper-container .owl-nav div.owl-prev{
	background-image: url(../../images/ygyy/owl-prev.png);
}
.sm3left .swiper-container .owl-nav div.owl-next{
	background-image: url(../../images/ygyy/owl-next.png);
}

.sm3right .media_body{
	height: 51.25em;
	width: 640px;
	text-align: center;
}
.sm3right h1{
	font-size: 2.5em;
	line-height: 1em;
	color: #424242;
	font-weight: normal;
	padding-bottom: 3.6em;
}
.sm3right h1 strong{
	color: #fc8042;
	font-weight: normal;
}
.sm3right p a{
	color: #d6d6d8;
	transition: all 0.4s;
	font-weight: bold;
}
.sm3right p a:hover,
.sm3right p.on a{
	color: #424242;
}
.sm3right p{
	line-height: 1em;
	font-size: 1.25em;
	padding-bottom: 2.8em;
}

/*4*/
.sm4 .sm4left{
	background: #f3f3f3;
	position: absolute;
	width: 36%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 6em 4.625em 0;
	box-sizing: border-box;
}
.sm4 .sm4left h1{
	font-size: 2.1em;
	color: #424242;
	line-height: 1.2em;
}
.sm4 .sm4left h1 strong{
	font-weight: normal;
	font-size: 1.1em;
	color: #fc8042;
}
.sm4 .sm4left p{
	font-size: 1.25em;
	color: #8c8c8c;
	line-height: 1.9em;
	padding: 3em 0;
}
.sm4 .sm4left a{
	color: #8c8c8c;
	line-height: 3.875em;
	display: inline-block;
	padding: 0 7em;
	border: 2px solid #e2e2e2;
	transition: all 0.4s;
}
.sm4 .sm4left a:hover{
	border-color: #fc8042;
	background: #fc8042;
	color: #ffffff;
}
ul.sm4ul{
	width: 64%;
	min-height: 1px;
	display: inline-block;
	float: right;
}
ul.sm4ul li{
	display: inline-block;
	float: left;
	width: 50%;
	padding-left: 1.25em;
	padding-bottom: 1.25em;
	box-sizing: border-box;
}
ul.sm4ul li.pbottm0{
	padding-bottom: 0;
}
ul.sm4ul li img{
	width: 100%;
	transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
ul.sm4ul li:hover img{
	transform: scale(1.03);
	-o-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
}
ul.sm4ul li a{
	position: absolute;
	width: auto;
	height: 41px;
	line-height: 41px;
	font-size: 16px;
	color: #000;
	padding-left: 45px;
	left: 1.875em;
	bottom: 1.875em;
	right: 1.875em;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

	text-indent: 2em;
}
ul.sm4ul li a:after{
	content: '';
	width: 41px;
	height: 41px;
	border: 4px solid #000;
	background: url(../images/sm4video.png) no-repeat center;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
ul.sm4ul li p.addinfo{
	display: none;
}

.sm5{
	padding: 5.2% 0 3.9%;
	background: url(../images/story.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.sm5 .title{
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	text-align: center;
}
.sm5 .swiper-container{
	margin-top: 3.125%;
}
.sm5 .item{
	color: #fff;
	margin: 0 auto;
}
.sm5 .item .time{
	font-size: 30px;
	line-height: 50px;
	color: #fff;
	text-align: center;
}
.sm5 .item .line{
	position: relative;
	margin: 35px 0;
	height: 1px;
	background-color: #fff;
	background-color: rgba(255,255,255,.2);
}
.sm5 .item .line span{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -11px 0 0 -11px;
	display: block;
	width: 20px;
	height: 20px;
	border: #fff solid 1px;
	border-color: rgba(255,255,255,.2);
	border-radius: 50%;
}
.sm5 .item .line span:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	background-color: #fff;
	border-radius: 50%;
}
.sm5 .item h1{
	position: relative;
	padding-bottom: 25px;
	font-size: 24px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
.sm5 .item h1 a{
	display: block;
	line-height: 50px;
	height: 50px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sm5 .item h1:before{
	content: '';
	width: 7.88%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -3.99%;
}
.sm5 .item p{
	width: 55%;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	height: 128px;
	overflow: hidden;
}

.sm8{
        padding: 4.375em 0;
        text-align: center;
    }
    .sm8-h1{font-size: 2.5em;padding-bottom: 0.92em;}
    .sm8-p{margin-bottom: 30px;}
    .s8des{float:left;text-align: center;display: block;height: 160px;transition: all ease 1s;}
    .sm8-1,.sm8-2{height: 160px;}
    .sm8-1{width:80%;margin:0 auto;}
    .sm8-2{width:80%;margin-left:auto;margin-right:auto;margin-top: 40px;}
    .s8des img{
	    border: solid 1px #fc8042;
	    border-radius: 50%;
	    background: #fc8042;
    }
    .s8des h4{
        padding-top: 10px;
        font-size: 20px;
    }
    .s8des:hover{
        transform: translateY(-10px);
    }
    .sm8-1 .s8des{width: 25%;}
    .sm8-2 .s8des{width: 33.33%;}
/*6*/
.corporation{
	background-image:url(../images/s6bg1.jpg);
	background-size:cover;
}
h1.sm6-h1{
	/*font-family: 'Source Han Sans';*/
	font-size: 2.5em;
	padding-bottom: 1.9em;
}
h1.sm6-h1 strong{
	color: #fc8042;
	font-weight: normal;
}
.sm6{
	padding: 4.375em 0;
	background-color: #f3f3f3;
}
.sm6-ul{
	display: inline-block;
	float: left;
	padding-right: 2.5em;
	box-sizing: border-box;
}
.sm6-ul .boxm{
	padding: 1.25em 0 0 2.5em;
}
.sm6-ul .boxm p{
	text-align:center;
	font-size:1em;
	padding-top:5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#swiper-grow{
	padding-bottom:40px;
}
.sm6-ul .boxm img{
	width:100%;
}
.sm6-ul li{
	display: inline-block;
	float: left;
	padding: 1.25em 0 1.25em 2.5em;
	width: 33.33%;
	box-sizing: border-box;
}
.sm6-ul li img{
	width: 100%;
	transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.sm6-ul li:hover img{
	transform: scale(1.03);
	-o-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
}
.sm6-ul2{
	text-align:center;
}
.sm6-ul2 li{
	display: inline-block;
	padding: 1.25em 0 1.25em 2.5em;
	width: 18%;
	box-sizing: border-box;
}
.sm6-ul2 li img{
	width: 100%;
	transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.sm6-ul2 li:hover img{
	transform: scale(1.03);
	-o-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
}

.sm6right{
	min-height: 51.25em;
}
.sm6right .media_body{
	height: 43.25em;
	width: 640px;
	text-align: center;
}
.sm6right .media_body .pbox{
	font-size: 1.25em;
    color: #8c8c8c;
    line-height: 1.9em;
    padding: 3em 0;
}
.sm6right .media_body .pbox p{
	line-height: 1.5em;
    font-size: 1em;
    padding-bottom: 0.2em;
    color:#424242;
}
.sm6right h1{
	/*font-family: 'Source Han Sans';*/
	font-size: 3.125em;
	line-height: 1em;
	color: #424242;
	font-weight: normal;
	padding-bottom: 3.6em;
}
.sm6right h1 strong{
	color: #fc8042;
	font-weight: normal;
}
.sm6right p a{
	color: #d6d6d8;
	transition: all 0.4s;
	font-weight: bold;
}
.sm6right p a:hover,
.sm6right p.on a{
	color: #424242;
}
.sm6right p{
	line-height: 1em;
	font-size: 1.25em;
	padding-bottom: 2.8em;
}
.sm6 .sm6right{
	position: absolute;
	min-height: inherit;
	top: 0;
	bottom: 0;
	right: 0;
}

.sm6-table{
	display: table;
}
.sm6-table h1{
	font-size: 2.5em;
	padding-bottom: 0;
	
}
h6.btn{
	padding-top: 0.4em;
}
h6.btn a{
	line-height: 3em;
	padding: .5em 3.45em;
	border: 2px solid #fc8042;
	transition: all 0.4s;
	display: inline-block;
	color: #fc8042;
	font-size: 16px;
}
h6.btn a:hover{
	background: #fc8042;
	color: #ffffff;
}

.input-border{
	border: 1px solid #e8e8e8;
	font-size: 0.875em;
	margin: 1.714em 0;
}
.input-border input{
	height: 50px;
	line-height: 50px;
	width: 100%;
	border: 0;
	text-indent: 1em;
}
.two-text{
	overflow: visible;
}
.two-text input{
	width: 50%;
	display: inline-block;
	float: left;
}
.two-text .dropdown{
	float: left;
	width: 50%;
	position: relative;
}
.two-text .dropdown input[type='text']{
	color: #757575;
}
.two-text .dropdown input[type='button']{
	width: 100%;
	padding: 0;
	background-color: transparent;
	text-align: left;
	text-indent: 1em;
	color: #757575;
}
.two-text .dropdown .selectUl{
	border: 1px solid #eaeaea;
	border-top: none;
	background: #fff;
	width: 100%;
	position: absolute;
	top: 50px;
	z-index: 9;
	display: none;
}
.two-text .dropdown .selectUl li{
	height: 30px;
	line-height: 30px;
	color: #7b7b7b;
	padding: 0 25px;
	cursor: pointer;
}
.two-text .dropdown .selectUl li:hover{
	background: #fc8042;
	color: #fff;
}
.two-text .dropdown.open .selectUl{
	display: block;
}
input.slide-7-submit{
	display: block;
	width: 100%;
	height: 3.625em;
	padding: 0;
	border: 0;
	background: #fc8042;
	color: #ffffff;
}
.slide-7 .media_left p{
	text-align: center;
	color: #fc8042;
	padding-top: 1.1em;
}

.teacherc{height: 500px;}
.teacherc .left{height: 100%; position: relative; width: 100%; float: none;}
.teacherc .swiper-container{height: 100%; padding-bottom: 50px;}
.teacherc .swiper-wrapper{height: 100% !important;}
.teacherc .swiper-slide{height: 100% !important; position: relative; background-position: center center; background-repeat: no-repeat; background-size: cover;}
.teacherc .swiper-slide .box{position: absolute; bottom: 0; left: 0; width: 100%; height: 60%; overflow: hidden; 
	margin-bottom: 15px;}
.teacherc .swiper-slide .box img{height: 100%; width: auto; position: absolute; left: 50%; transform: translateX(-50%);
 -webkit-transform: translateX(-50%);}
.teacherc .swiper-slide .box.select{ box-shadow: 0 8px 18px rgba(0,0,0,.3); }
.teacherc .swiper-slide .box .name{position: absolute; width: 82%; height:80px; line-height: 80px; bottom: 0; margin: 0 auto; left: 4%; right: 4%; font-size: 20px; color: #fff; padding: 0 10px; text-align: center; background-color: #fc8042; background-color: rgba(252,128,66,.95); transition: all ease 0.5s; -webkit-transition: all ease 0.5s; box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.teacherc .swiper-slide .box .info{ padding:0 10px 10px; font-size: 13px; background-color: #fc8042; background-color: rgba(252,128,66,.95); position: absolute; bottom: -60px; width: 82%; right: 4%; left: 4%; margin: 0 auto;
 	transition: all ease 0.5s; -webkit-transition: all ease 0.5s; text-align: center; color: #fff; box-sizing: border-box; overflow: hidden;}
 .teacherc .swiper-slide .box .info p{ height: 40px; line-height: 20px; overflow: hidden; }
 	.teacherc .swiper-slide .box:hover .name{ bottom: 60px; }
 	.teacherc .swiper-slide .box:hover .info{ bottom: 0; }
.teacherc .btn{position: absolute; bottom: 0; right: 0; width: 100%; overflow: hidden; z-index: 2; font-size: 0; text-align: center;}
.teacherc .btn .prev,
.teacherc .btn .next{width: 11px; height: 20px; display: inline-block; background-repeat: no-repeat; background-position: center; cursor: pointer; position: relative;}
.teacherc .btn .prev{background-image: url(../image/icon-prev.png)}
.teacherc .btn .prev:hover{background-image: url(../image/icon-hprev.png)}
.teacherc .btn .next{background-image: url(../image/icon-next.png)}
.teacherc .btn .next:hover{background-image: url(../image/icon-hnext.png)}
.teacherc .pagination{text-align: center; position: absolute; bottom: 0; left: 0.001%; right: 0.001%; margin: 0 auto; font-size: 0; z-index: 3;}
.teacherc .pagination span{display: inline-block; width: 21px; height: 21px; border: #e2e2e2 solid 2px; border-radius: 50%; margin: 0 3px; cursor: pointer; box-sizing: border-box;}
.teacherc .swiper-active-switch{background-color: #fc8042; border-color: #fc8042 !important;}


@media screen and (max-width: 1440px){
	.teacherc{height: 400px;}
}
@media screen and (max-width: 1024px){
	.teacherc{height: 300px;}
	.teacherc .swiper-slide .box .name{
		height: 60px;
		line-height: 60px;
		font-size: 16px;
	}
	.teacherc .swiper-slide .box .info{
		font-size: 14px;
	}
}
