.navTab span.on {
    color: #c49c52;
    border-bottom: 1px solid #c49c52;
}

.navTab span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 13px;
    cursor: pointer;
}

.navTab span a {
    color: #333;
}

.button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.school-style {
    width: 100%;
    height: 130px;
    overflow: hidden;
    position: relative;
}

.school-style img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.style {
    padding: 12px;
    -moz-transition: all .2s ease; /* Firefox 4 */
    -webkit-transition: all .2s ease; /* Safari 和 Chrome */
    -o-transition: all .2s ease; /* Opera */
    transition: all .2s ease;
}

.style:hover {
    background: white;
    box-shadow: 0 0 10px #bbb;;
}

.content-style p {
    width: 90%;
    overflow: hidden;
    margin: 5px 0 5px 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #a8a8a8;
}

/*详情*/
.slash:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.slash {
    display: inline-block;
}

a {
    color: #333
}

.list li {
    float: left;
    width: 142px;
    padding: 14px;
    background-color: #e2e2e26e;
    text-align: center;
    cursor: pointer
}
.list li:hover{
    background-color: #f44336;
}
.list li:hover p{
    color: white;
}
.list li:hover span{
    color: white;
}
/*.list-style {*/
    /*width: 100%;*/
    /*height: 279px;*/
    /*background-size: 100% 100%;*/
    /*overflow: hidden;*/
    /*margin-top: 24px;*/
    /*position: relative;*/
    /*background-position: center;*/
    /*background-color: gray;*/
/*}*/
.swiper-container{
    width: 887px;
    height: 423px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.one-floor img {
    width: 100%;
    height: 100%;
}
.swiper-slide{
    width: 887px;
    position: relative;
}
.swiper-slide div{
    position: absolute;
    cursor: pointer;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.one-floor div {
    position: absolute;
    cursor:pointer
}
.swiper-button-next{
    background-image: url("../images/banner-left-button.png");
    right: 0;
    bottom: 100px;
    top: auto;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.swiper-button-prev{
    background-image: url("../images/banner-left-button.png");
    right: 0;
    left: auto;
    top: 100px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform: rotate(90deg);
}
.swiper-button-next, .swiper-button-prev{
    width: 36px;
    height: 36px;
    background-size: 100%;
}
.list .on {
    background-color: #f44336;
}

.list .on p, .list .on span {
    color: white;
}



/*弹出框样式*/
.show-book {
    padding: 10px;
}

.show-book .classroom-img {
    width: 45%;
    height: 184px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.show-book .classroom-img img{
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.classroom-content{
    width: 45%;
    height: 184px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-left: 5%;
}
.classroom-content .content{
    color: #b9b9b9;
    font-size: 14px;
    margin-top: 10px;
}
.classroom-content .size-style{
    font-size: 16px;
    line-height: 28px;
}
.bottom-style{
    padding: 10px 0;
    background-color: #f5f5f5;
}
.tz-lay p{
    text-align: center;
}

.tc-button{
    text-align: right;
    padding: 0 15px 12px;
}
/*第二个*/
.tc-button button{
    height: 28px;
    line-height: 28px;
    margin: 5px 5px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
    border-radius: 3px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}
.tc-button .qd_submit{
    background-color: #1E9FFF;
    border-color: #1E9FFF;
    color: white;
}
.layui-form-pane .layui-form-label{
    width: 160px;
}
#submit_form .layui-form-item{
    display: inline-block;
    margin-left: 26px;
}
