section.query {
    height: 680px;
    background: url("../images/ot-bg4.png") no-repeat 0 0;
    background-size: cover;
}

.querytext {
    margin: 35px 0;
    display: inline-block;
    vertical-align: middle;
    background: rgba(36, 47, 103, 0.55);
    font-size: 30px;
    padding: 0 50px;
    height: 54px;
    line-height: 54px;
    color: #ffffff;
    border-radius: 20px;
}

.intWrap {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    margin-right: 12px;
    padding: 10px 5px 10px 0;
    border-right: 1px solid #ffffff;
}

.intWrap em {
    font-size: 18px;
    color: #e7e7e7;
}

.intWrap input {
    width: 90px;
    height: 35px;
    border: none;
    outline: none;
    color: #ffffff;
    background: transparent;
    padding-left: 5px;
}

.querySelect {
    margin-right: 12px;
    background: url("../images/crow-3.png") no-repeat 110px center, rgba(50, 45, 67, 0.3);
    padding-right: 45px;
    padding-left: 10px;
    width: 150px;
    height: 35px;
    outline: none;
    border: none;
    color: #e7e7e7;
    font-size: 18px;
    border-radius: 10px;
}

.submit {
    outline: none;
    border: none;
    vertical-align: middle;
    font-size: 24px;
    color: #ffffff;
    background: transparent;
    cursor: pointer;
}

.queryInt {
    display: inline-block;
    padding: 15px 25px 15px 35px;
    border-radius: 15px;
    background: rgba(86, 75, 98, 0.3);
    -webkit-box-shadow: 0px 0px 10px 0px #5a6f94;
    -moz-box-shadow: 0px 0px 10px 0px #5a6f94;
    box-shadow: 0px 0px 10px 0px #5a6f94;
}

/*****************************老师列表*****************************/

.teachWrap {
    background: url("../images/ot-bg5.jpg") no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}
.teacherList{
    padding: 50px 5px 20px 5px;
}
.teacherList li {
    background: #ffffff;
    padding: 25px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 0px 15px 0px #e7e7e7;
    -moz-box-shadow: 0px 0px 15px 0px #e7e7e7;
    box-shadow: 0px 0px 15px 0px #e7e7e7;
}
.teacherList li:last-child{
    margin-bottom: 0;
}

.teacher-img {
    width: 214px;
    height: 214px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.teachInfo-L {
    vertical-align: top;
    width: 225px;
}

.teacherName {
    margin: 20px 0;
    color: #292929;
    font-size: 34px;
}

.teachTag span {
    display: inline-block;
    vertical-align: middle;
    width: 106px;
    height: 32px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    background: #74e3cd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;;
    margin-right: 6px;
}

.teachTag span:nth-child(2n) {
    margin-right: 0;
}

.teachInfo-R {
    padding-top: 15px;
    padding-left: 50px;
    vertical-align: top;
    width: 760px;
}

.infoTit {
    font-size: 24px;
    color: #ff942a;
    margin-bottom: 10px;
}

.infoText {
    font-size: 16px;
    text-align: justify;
    line-height: 24px;
    color: #292929;
    margin-bottom: 15px;
}

.teachSub-wrap {
    width: 750px;
    padding: 10px 5px;
    background: rgba(255, 227, 195, 0.5);
}

.teachSub-wrap span {
    display: inline-block;
    vertical-align: top;
    width: 285px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 3px;
    color: #747474;
}

.teachSub-wrap span::before {
    content: "●";
    margin-right: 10px;
    color: #ff8600;
}

.testBtn {
    margin-top: 25px;
    color: #ff8600;
    font-size: 24px;
    width: 190px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #ff8600;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.testBtn:hover {
    color: #ffffff;
    background: #ff8600;
}
.pageSize a{
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #ff8600;
    margin-right: 5px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border: 1px solid #ff8600;
}
.pageSize a.on{
    color: #ffffff;
    background: #ff8600;
}
.pageSize{
    padding: 35px 10px;
}
/******************学生感言*********************/
.tbg-1{
    background: #323745;
    padding-top: 50px;
}
.commonTit{
    margin-bottom: 45px;
}
.feelList{
    padding-bottom: 100px;
}
.feelList li{
    width: 235px;
    margin: 0 4px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    padding: 0 23px 45px;
    background: #393f4f;
    border-top: 2px solid;
}
.feelList li:nth-child(1){
    border-color: #ffb15b;
}
.feelList li:nth-child(2){
    border-color: #b7ffa4;
}
.feelList li:nth-child(3){
    border-color: #83b3ff;
}
.feelList li:nth-child(4){
    border-color: #f2ffa8;
}
.ferImg{
    width: 115px;
    height: 115px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 40px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.studentName{
    color: #ffffff;
    font-size: 24px;
    margin: 18px 0 45px;
}
.studentFeel{
    color: #ffffff;
    height: 170px;
    overflow: hidden;
    line-height: 28px;
    font-size: 16px;
}
.slideBox-1 .hd {
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -0px;
    bottom: 40px;
    z-index: 10;
}

.slideBox-1 .hd li {
    width: 10px;
    height: 10px;
    float: left;
    margin: 0 2px;
    cursor: pointer;
    border-radius: 50%;
    background: #ffffff;
}

.slideBox-1 .hd li.on {
    width: 20px;
    border-radius: 8px;
    background: #00b38b;
}
