@import url("../mainTop.css");


    /*        专业教师介绍       */

/*图片介绍*/
#main h3 { margin:100px 0 0;}
#zyTec
{
    margin-bottom:50px;
    }
#zyTec .row{
    position: relative;
}

#zyTec .glyphicon-chevron-left{
    position: absolute;
    top:40%;
    left: -2%;
}

#zyTec .glyphicon-chevron-right{
    position: absolute;
    top:40%;
    right: -2%;
}

#zyTec .row {
    margin-left: 2%;
    margin-top: 5%;
}

#zyTec img{
    width: 84%;
    margin: 0 auto;
    margin-top: 20px
}

/*文字介绍*/
#zyTec .row .p_text{
    background: #e87500;
    width: 84%;
    margin: 0 auto;
    height:180px;
}
#zyTec .row .p_text .h4
{
    margin-bottom:10px;
    display:block;
    }

#zyTec .row .p_text p:first-child{
    padding: 20px 0px 0 10px;
    color: #fff;
    line-height: 1.1em;
}

#zyTec .row .p_text .hfont{
    font-size: 10px;
    color: #fff;
    line-height: 20px;
    padding:  10px 10px 24px 10px;
}

/* 轮番  */
#myCarousel{
    position: relative;
}
 .lunfan_ol{
    position: absolute;
    bottom: -12px;
}

.carousel-control{
    opacity: 0;
}

a[data-slide="prev"]{
    margin-left: -6%;
}
a[data-slide="next"]{
    margin-right: -6%;
}

/*取消阴影*/
.carousel-control>span{
    color:#e87500;
}


.carousel-control.left {  
    
    background-image:none;  
    background-repeat: repeat-x;  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);  
  }  
  .carousel-control.right {  
    left: auto;  
    right: 0;  
     
    background-image:none;  
    background-repeat: repeat-x;  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);  
  }  
 