﻿*{
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: .5rem;*/
    color: #333;
}
.bx-wrapper {
    position: relative;
    margin: 0 auto;
/*    padding-top: .5rem;*/
    *zoom: 1
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
  /*  padding-bottom: .4rem;*/
}

.bx-wrapper {
    background: #fff;
}
.bx-viewport{
    background: #fff;
    margin: 0 auto;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%
}



.bx-wrapper .bx-prev {
    left: -.1rem;
    background: url(../images/controls.png) no-repeat 0 -32px
}

.bx-wrapper .bx-next {
    right: -.1rem;
    background: url(../images/controls.png) no-repeat -43px -32px
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, .75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

/**教师团队**/
/*
.team{
    width: 100%;
    padding: .3rem 0 0 0;

}
.team1{
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.team1 span img{
    width: 25px;
}
.teacher{
    display: flex;
    justify-content: center;
    padding: .3rem 0 .6rem 0;
}
.pic{
    width: 30%;
    display: flex;
    flex-direction: column;
    margin-left: 5px;
    font-size: .4rem;
    padding-bottom: .2rem;
    border-bottom:  1px solid #d3d3d3;
}

.pic p{ padding: .1rem 0;}

@media (min-width: 500px) {
    .pic p{        font-size: .25rem;}
}
.pic  img{
    width: 100%;
}
.pic1 span img{
    width: 100%;
}

.pic2{
    width: 30%;
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}


.pic2 span img{
    width: 100%;
}

.zhiwei{
    color: #999;
font-size: .28rem;
}
@media (min-width: 500px) {
.zhiwei{font-size:.22rem;}
}

.slide p{
    font-size: .35rem;
    height: .5rem;
}

@media (min-width: 500px) {
.slide p{font-size:.28rem;}
}
hr{

    height: .3rem;
    border-bottom: 1px solid #999;
}*/
