/*轮播图片*/
.teachers_banner{
    width:100%;
    height:560px;
    position: relative;
    overflow: hidden;
}
.teachers_b{
	position:relative;
}
#slide {
    margin: 0 auto;
    width: 760px;
    height: 535px;
    position: relative;
}

#slide li {
    position: absolute;
    background-image: url(../images/hzs.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    box-shadow: 0 0 20px #1d374d;
    overflow: unset!important;
    border: 1px solid #ff6700;
    border-radius: 4px;
}

.slide_left{
 /* width:240px;*/
}
.slide_right{
 /* width:440px;*/
	padding: 40px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width: 0;
}
.slide_right h3{
	color:#222222;
}
.slide_right h3 span{
	display:inline-block;
	margin-left:10px;
	font: 400 14px/36px "Microsoft Yahei";
	color:#555555;
}
.slide_right p{
	padding:20px 0 30px;
	border-bottom: 1px solid #dbdbdb;
}
.slide_right dl{
	padding-top:30px;
}
.slide_right dd{
	float: left;
	width:33.3%;
}
.slide_right dd h3{
	margin-bottom:20px;
}
.arrow {
   /* display: none;*/
}

.arrow .prev,
.arrow .next {
    position: absolute;
	width: 246px;
    top: 15%;
    z-index: 9;
    opacity: 1;
    cursor: pointer;
}

.arrow .prev {
    left: -52px;
    height: 355px;
}

.arrow .next {
    right: -52px;
    height: 355px;
}
