.banner{
    position: relative;
}
.banner>div{
    position: absolute;
    left:46%;
    top:29%;
    overflow: hidden;
}
.banner>div>p{
    font-size: 30px;
    width: 30px;
    float:left;
    color:#474847;
}
.banner>div>p:first-child{
    padding: 10px 40px 0 200px;
    background: url("../img/bn01.png") no-repeat;
}
.banner>div>p.sx{
    padding:10px 220px 45px 0;
    background: url("../img/whyx/bn02.png") no-repeat right bottom;
}

.jqjs{
	padding:40px 0 0;
	background: #fff;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
}
.jqjs>div{
    width:76.2%;
    margin:0 auto;
    min-width: 1280px;
}
.news-b{
    margin: 0;
    background: #fff;
    padding: 50px 0 40px 0;

}
.news-b p{
    width: 76.2%;
    margin: 0 auto;
    min-width: 1280px;
}
.js-img{
    width: 290px;
    height:413px;
    border:1px solid #bfbfbf;
    position: relative;
    float:left;;
    margin:0 19% 0 5%;
}
.js-img>div{
    width: 100%;
    height:100%;
    position: absolute;
    top:20px;
    left: 20px;
    overflow: hidden;
}
.js-btm{
    position: relative;
}
.red-line{
    position: absolute;
    width: 20%;
    height:4px;
    background: #c1180b;
    left: -26%;
    top:81px;
}
.js-content{
    float:left;
    width:46.09375%;
    position: relative;
}

.js-name{
    margin: 50px 0 55px;
    font-size: 30px;
}
.js-name span{
    color:#676767;
    font-size: 16px;
    margin-left: 25px;
    font-weight: normal;
}
.js-js{
    font-size: 16px;
    color:#676767;
    line-height: 38px;
    text-align: justify;
}
.js-jz{
    margin: 50px 0 64px;
    font-size: 22px;
    color:#81756f;
}
a.lookmore{
    margin: 0;
    background: none;
    border: 1px solid #000;
    color:#000;
    font-size: 18px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a.lookmore:hover{
    background: #c1180b;
    border:1px solid #c1180b;
    color:#fff;
}
.bg-gray{
    background: #f2f2f2;
    padding-top: 50px;
}
.bg-gray .js-img{
    float:right;
    margin-right: 6%;
}
.bg-gray .js-content{
    margin-left:19%;
}


/*其他名师*/
.qt-content ul{
    overflow: hidden;
}
.qt-content ul li{
    float:left;
    overflow: hidden;
}
.t-img,.t-content{
    width: 20%;
    height: 320px;
}
.t-img{
    background: url("../img/teacher/t02.png") no-repeat center;
    background-size: cover;
    position: relative;
}
.t-img .zzc{
    height:60px;
    text-align: center;
    line-height: 60px;
    background: #000;
    opacity: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    color:#fff;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear ;
    -ms-transition: all 0.5s linear ;
    -o-transition: all 0.5s linear ;
    transition: all 0.5s linear ;
}
.t-img:hover .zzc{
    opacity: 0.5;
}
li.show{
    width: 20%;
    padding: 36px 0;
    height: 320px;
    *height:250px;
}

.t-content{
    width: 0;
    background: #f5f5f5;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
}
.t-name{
    font-size: 20px;
    min-width: 256px;
}
.t-js{
    font-size: 14px;
    color:#8f8b8b;
    margin:23px 0 30px;
    *margin:12px 0 24px;
    line-height: 25px;
    text-indent: 2em;

}
.t-name,.t-js,.t-content>a{
    margin-left:20px;
    margin-right:20px;
}
/*底部*/
#footer{
    background: #fff;
}

/*背景线条*/
#bg-lf,#bg-rt{
    position:absolute;
    background: url("../img/hdzx/666.png") no-repeat;
    width: 340px;
    min-width: 340px;
    height:60px;
}
#bg-lf{
    background-position: right;
    top:10%;
}
#bg-rt{
    right:0;
    bottom:60%;

}