body {
    width: 100%;

    background: #eeeff1;
}

* {
    margin: 0px;
    padding: 0px
}

body {
    background: #F2F2F2;
}

header {
    width: 100%;
    background: #2b303b;
}

a {
    cursor: pointer;
    text-decoration: none;
    color:#333;
}

ul li {
    list-style: none;
}

header {
    width: 100%;
    font-size: 0;
    position: fixed;
    top: 0px;
    z-index: 1111;
}

#header {
    /*max-width:95%;*/
    /*margin:0px auto;*/
}

#header .blueBG {
    width: 100%;
    background: #2b303b;
}

#header .transBG {
    width: 100%;
    background: white;
    border-bottom: solid 1px rgba(0, 0, 0, .03);
}

#header .header-top {
    max-width: 95%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px 0px;
}

#header .header-top .header-top-left {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;

}

#header .header-top .header-top-left img {
    width: 30px;
    height: auto;
}

#header .header-top .header-top-left h3 {
    color: white;
    font-size: 16px;
    margin-left: 5px;
    font-weight: 400;
}

#header .header-top .header-top-right {
    font-size: 0;
}

#header .header-top .header-top-right li {
    color: white;
    font-size: 14px;
    display: inline-block;
}

/*#header .header-top .header-top-right li:first-child a{*/
/*    color:#00a4ff !important;*/
/*    background: #383e4d;*/
/*}*/
#header .header-top .header-top-right li img {
    width: 21px;
    height: auto;
    vertical-align: sub;
    margin-right: 3px;
}

#header .header-top .header-top-right li::after {
    content: '/';
    color: #999;
    padding: 0px 5px;
}

#header .header-top .header-top-right li:last-child::after {
    content: '';
}

#header .header-top .header-top-right li a {
    /*line-height: 40px;*/
    padding: 0px 10px;
    display: inline-block;
    color: white;
}

#header .header-bottom {
    max-width: 95%;
    margin: 0px auto;
}

#header .header-bottom .header-bottom-left {


}

#header .header-bottom .header-bottom-left li {
    font-size: 14px;
    color: #282828;
    display: inline-block;
    line-height: 60px;
    margin-right: 15px;
}

#header .header-bottom .header-bottom-left li a {
    font-size: 16px;
    display: inline-block;
}

#link {
    width: 1200px;
    padding-top: 47px;
    margin: 0px auto 0px;

}

#link ul {
    margin: 10px 0px;
}

#link ul li {

    display: inline-block;
}

#link ul li a:after {
    content: '';
    background: url("../image/superior_teacher_rjt.png") no-repeat center;
    background-size: contain;
    width: 8px;
    height: 10px;
    position: absolute;
    right: 3px;
    top: 30%;
}

#link ul li a {
    padding-right: 20px;
    display: inline-block;
    font-size: 14px;
    position: relative;
    color:gray;
}

#link ul li a:hover {
    text-decoration: underline;
}

#link ul li:last-child a:after {
    content: '';
    background: none;
}

#footer {
    width: 100%;
    padding: 30px 0px;
    background: #2e3033;
}

#footer .linkMore {
    width: 1200px;
    margin: 0px auto 10px;

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
}

#footer .linkMore span {
    color: white;
    font-size: 12px;
}

#footer .linkMore ul {
    flex: 1;
    margin-left: 10px;
}

#footer .linkMore ul li {
    display: inline-block;
}

#footer .linkMore ul li a {
    color: #c6c6c6;
    font-size: 12px;
    display: inline-block;
    padding: 0px 5px;
    line-height: 20px;
}

.read-content {
    width: 100%;
    background: white;
    margin-bottom: 30px;
}

.read-content p {
    margin: 15px 0px;
    color: #00a4ff;
    border-left: 2px solid #00a4ff;
    display: inline-block;
    padding-left: 10px;

}

.read-content ul {
    border-top: 1px solid #e8e8e8;
    padding: 10px 10px 10px 15px;
}

.read-content ul li {
    width: 100%;
    line-height: 28px;
}

.read-content ul li:hover a {
    color: #00a4ff;
    transition: color 0.3s;
}

.read-content ul li a {
    width: 100%;
    display: inline-block;
    color: #333;
    font-size: 14px;
}

.master_recommend {
    padding: 20px 20px 20px;
    background-color: #fff;
}

.master_recommend .master_recommend_title {
    display: flex;
    justify-content: space-between;
}

.master_recommend .master_recommend_title span {
    font-weight: 700;
    font-size: 16px;
    color: #3d464d;
}

.master_recommend .master_recommend_title a {
    font-size: 12px;
    color: #333;
    text-decoration: none;
}

.master_recommend ul {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 26px;
}

.master_recommend ul li {
    margin-top: 15px;
    display: flex;
}

.master_recommend ul li a {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    color: #3d464d;
}

.master_recommend ul li img {
    width: 70px;
    height: 70px;
}

.master_recommend .master_recommend_li {
    width: 73%;
    display: inline-block;
    color: #9b9fa2;
    font-size: 12px;
}

.master_recommend .master_recommend_li h2 {
    font-size: 14px;
    color: #3d464d;
}

.master_recommend .master_recommend_li p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

#content {
    width: 1200px;
    margin: 0px auto;

}

#content .content-top {
    padding: 20px;
    display: flex;
    flex-wrap: nowrap;
    background: white;
}

#content .content-top .content-top-left {
    width: 70%;
}

#content .content-top .content-top-left .content-top-left-top {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

#content .content-top .content-top-left .content-top-left-top h4 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

#content .content-top .content-top-left .content-top-left-top p {
    color: #666;
    font-size: 14px;
    margin-top: 5px;
}

#content .content-top .content-top-left .content-top-left-bottom {
    width: 100%;
}

#content .content-top .content-top-left .content-top-left-bottom {
    width: 100%;
    padding-top: 20px;
    display: flex;
    flex-wrap: nowrap;
}

#content .content-top .content-top-left .content-top-left-bottom .content-top-left-bottom-left {
    width: 50%;
    max-width:360px;
    margin-right: 20px;
}

#content .content-top .content-top-left .content-top-left-bottom .content-top-left-bottom-right {
    width: 55%;
}

#content .content-top .content-top-left .content-top-left-bottom .content-top-left-bottom-right > div {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    margin-bottom: 10px;
}

#content .content-top .content-top-left .content-top-left-bottom .content-top-left-bottom-right > div span {
    color: #999;
    font-size: 14px;
}

#content .content-top .content-top-left .content-top-left-bottom .content-top-left-bottom-right > div > div {
    flex: 1;
    color: #333;
    font-size: 14px;
    margin-left: 10px;
}

#content .content-top .content-top-left .content-top-left-bottom .content-top-left-bottom-right > div > div p {
    color: #333;
    font-size: 16px;
}
.callPhone{
    margin-left: 0;
}
.detail-count{
    width:100%;
    height: 40px;
    line-height: 40px;
    border-top:1px dashed #eee;
    border-bottom:1px dashed #eee;
    font-size: 12px;
}
.detail-count b{
    color:#00a4ff;
    font-size: 14px;
    font-weight: 400;

}
.detail-count span{
    font-size: 14px;
}
.star-data{
    display: flex;
    flex-wrap: nowrap;
}
.star-data b{
    margin-left: 12px;
    color:#666;
    font-size: 14px;
    font-weight: 400;
}
.detail-count>div{
    margin:0px !important;
    flex:auto !important;
}
.detail-count .star{

}
.detail-count .star img{
    width:12px;
    height: auto;
    margin-right: -2px;
}
#content .content-top .content-top-left .content-top-left-bottom .content-top-left-bottom-right > div .callPhone a {
    padding: 0px 16px;
    background: #00a4ff;
    color: white;
    text-align: center;
    line-height: 55px;
    font-size: 22px;
    width: 91%;
    display: inline-block;
}

#content .content-top .content-top-right {
    width: 24%;
    margin-left: 2%;
    padding: 20px;
    border: 1px solid #ddd;
}

#content .content-top .content-top-right .content-top-right-top {
    text-align: center;
}

#content .content-top .content-top-right .content-top-right-top img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

#content .content-top .content-top-right .content-top-right-top h4 {
    color: #333;
    font-size: 18px;
    margin-top: 8px;
}

#content .content-top .content-top-right .content-top-right-top p {
    margin-top: 3px;
    color: #999;
    font-size: 14px;
}

#content .content-top .content-top-right .content-top-right-div {
    margin-top: 15px;
    border-top: 1px dashed #e6e6e6;
}

#content .content-top .content-top-right .content-top-right-div h4 {
    color: #666;
    font-size: 16px;
    margin-top: 10px;
}

#content .content-top .content-top-right .content-top-right-div p {
    color: #666;
    font-size: 14px;
    margin-top: 5px;
}

#content .content-bottom {
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;

}

#content .content-bottom .content-bottom-left {
    width: 78%;
    background: white;
}

#content .content-bottom .content-bottom-right {
    width: 28%;
    margin-left: 2%;
    background: white;
}

#content .content-bottom .content-bottom-left .content-bottom-left-top {
    padding: 20px;
}

#content .content-bottom .content-bottom-left .content-bottom-left-top .serve-desc {

}

#content .content-bottom .content-bottom-left .content-bottom-left-top .serve-desc .serve-desc-title {
    border-bottom: 1px solid #e6e6e6;
}

#content .content-bottom .content-bottom-left .content-bottom-left-top .serve-desc .serve-desc-title h4 {
    color: #333;
    font-size: 16px;
    padding-bottom: 10px;
}

#content .content-bottom .content-bottom-left .content-bottom-left-top .serve-desc .serve-desc-nav {
    padding: 20px 0px;
    color: #999;
    font-size: 14px;

}
.serve-desc-nav img {
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
}
#content .content-bottom .content-bottom-left .content-bottom-left-top .serve-desc .serve-desc-img {
    width: 100%;
    font-size: 0;
}

#content .content-bottom .content-bottom-left .content-bottom-left-top .serve-desc .serve-desc-img img {
    width: 32%;
    height: 160px;
    margin-right: 1%;
    margin-bottom: 10px;
}

#content .content-bottom .content-bottom-left .content-bottom-left-top .serve-desc .serve-desc-img img:nth-child(3n) {
    margin-right: 0%;
}

#Map {
    width: 100%;
    height: 285px;
    margin: 20px 0px;
}

#content .content-bottom .content-bottom-left .content-bottom-left-top .tip {
    padding: 20px;
    background: #f9f9f9;
}

#content .content-bottom .content-bottom-left .content-bottom-left-top .tip h4 {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
}

#content .content-bottom .content-bottom-left .content-bottom-left-top .tip p {
    color: #999;
    font-size: 14px;
}

#content .content-bottom .content-bottom-left .content-bottom-left-top .sift {
    width: 100%;
}

#content .content-bottom .content-bottom-left .content-bottom-left-top .sift .recommendTitle {
    margin-top: 20px;
}

#content .content-bottom .content-bottom-left .content-bottom-left-top .sift .recommendTitle h4 {
    color: #333;
    font-size: 16px;

}

#content .content-bottom .content-bottom-left .content-bottom-left-top .sift .recommendNav {
    width: 100%;
    margin-top: 10px;
}

#content .content-bottom .content-bottom-left .content-bottom-left-top .sift .recommendNav li {
    width: 32%;
    margin-right: 1%;
    display: inline-block;
    background: #f9f9f9;
}

#content .content-bottom .content-bottom-left .content-bottom-left-top .sift .recommendNav li:nth-child(3n) {
    margin-right: 0px;
}

#content .content-bottom .content-bottom-left .content-bottom-left-top .sift .recommendNav li a {
    width: 92%;
    padding: 10px;
    display: inline-block;

}

#content .content-bottom .content-bottom-left .content-bottom-left-top .sift .recommendNav li a h4 {
    font-weight: 500;
    color: #444;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#content .content-bottom .content-bottom-left .content-bottom-left-top .sift .recommendNav .recommendNavBottom {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.content-bottom-left-top .sift .recommendNav .recommendNavBottom img {
    width: 66px;
    height: 66px;
    margin-right: 5px;
}

.content-bottom-left-top .sift .recommendNav .recommendNavBottom div {
    flex: 1;
}

.content-bottom-left-top .sift .recommendNav .recommendNavBottom div p {
    color: #999;
    font-size: 14px;
}


.bg {
    width: 100%;
    height: auto;
    max-height: 500px;
    margin: 0 auto;

    box-sizing: border-box;
    background: #fff;

}

.bg_left {
    width: 100%;
    height: auto;
}

.bg_right {
    width:500px;
    height: 500px;
    margin-top: -487px;
    margin-left: 422px;
    z-index:1111;
    position: relative;
    top:40%;
    left: 40%;
}

.show {
    width: 100%;
    max-width: 360px;
    max-height: 285px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #E8E8E8;
    text-align: center;
}

.show img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 285px;
}

.mask {
    width: 215px;
    height: 215px;
    background: #000;
    filter: Alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.bigshow {
    width: 430px;
    height: 430px;
    overflow: hidden;
    margin-left: 10px;
    display: none;
    border: 1px solid #E8E8E8;
}

.bigshow img {
    width: 860px;
    height: 860px;
    margin-right: 10px;
}

.smallshow {
    width: 100%;
    height: 70px;
    position: relative
}

.smallshow img {
    width: 100%;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    transition: all 0.5s
}

.smallshow > .middle_box {
    margin-left: 30px;
    margin-right: 30px;
    /*width: 370px;*/
    overflow: hidden;
    height: 70px;
}

.smallshow .middle {
    overflow: hidden;
    transition: all 0.5s;
    height: 70px;
}

.smallshow .middle > li {
    width: 64px;
    height: 64px;
    float: left;
    cursor: pointer;
    padding: 0 5px;
}

.smallshow > p {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 32px;
    margin-top: -16px;
}

.smallshow > .prev {
    left: 0;
    background: url(../image/prev-act.png) no-repeat;
    background-size: contain;
    transition: all 0.5s
}

.smallshow > .next {
    right: 0;
    background: url(../image/next-act.png) no-repeat;
    background-size: contain;
    transition: all 0.5s
}

.smallshow > .prev.prevnone {
    left: 0;
    background: url(../image/prev-gray.png) no-repeat;
    background-size: contain;
    cursor: not-allowed
}

.smallshow > .next.nextnone {
    right: 0;
    background: url(../image/next-gray.png) no-repeat;
    background-size: contain;
    cursor: not-allowed
}

#footer .link{
    width: 1200px;
    margin: 0px auto 0px;
    padding-bottom:.3rem;
}
#footer .link>div{
    display: inline-block;
    width: 100%;
    border-bottom:1px solid #434548
}
#footer .link>div>p{
    font-size: .24rem;
    line-height: 30px;
    display: inline-block;
    padding: 0px 10px;
    color: #7b7f81;
    background: #202224;
    margin-right: 10px;
}
#footer .link>div>p.active{
    background: #474b50;
    color: white;
}
#footer .link>div>p:hover{
    cursor:hand
}

#footer .link ul {
    margin:10px 0;
    display: none;
    overflow: hidden;
    color:#636060;
}
#footer .link .ul ul:first-child {
    display: block;
}
#footer .link ul li{
    display: inline-block;
}
#footer .link ul li a{
    color:#c6c6c6;
    font-size: 12px;
    padding:0px 10px 0 10px;
    position: relative;
    line-height: 30px;
}
#footer .link ul li:hover a{
    color:#00a4ff;
}
.lastChildUl{
    border-bottom:0px !important;
}
.lastChildUl ul{
    display: none;
    margin: 0px!important;
}
.active a{
    color:#00a4ff !important;
}

.wap_show{
    display: none;
}


@media screen and (max-width: 1024px) {
    #link{
        width:93%;
        margin:0px auto;
    }

    #content{
        max-width: 100%;
    }

    #content .content-top{
        flex-wrap: wrap;
    }

    #content .content-top .content-top-left{
        width:100%;
    }

    #content .content-top .content-top-left .content-top-left-bottom .content-top-left-bottom-left{
        display: none;
    }

    #content .content-top .content-top-left .content-top-left-bottom .content-top-left-bottom-right{
        width:100%;
        margin-top: 20px;
    }

    #content .content-top .content-top-right{
        width:100%;
        display: none;
    }

    /*.web_show{*/
    /*    display: none !important;*/
    /*}*/

    /*.wap_show{*/
    /*    display: flex;*/
    /*    margin-top:20px;*/
    /*    justify-content: center;*/
    /*}*/

    .callPhone{
        text-align: center;
    }

    #content .content-bottom{
        flex-wrap: wrap;
    }

    #content .content-bottom .content-bottom-left{
        width: 100%;
    }

    #content .content-bottom .content-bottom-left .content-bottom-left-top .sift .recommendNav li{
        width: 100%;
    }

    #content .content-bottom .content-bottom-right{
        width: 100%;
        margin: 0;
    }

    #footer{
        padding:15px 0;
    }

    #footer .link{
        max-width: 100%;
        overflow: hidden;
    }

    #footer .link>div:first-child{
       white-space: nowrap;
        overflow-x: scroll;
        padding:0px 10px;
    }

    #footer .link>div>p{
        padding:5px;
        margin-right: 0px;
        line-height: 20px;
    }


    #content .content-top .content-top-left .content-top-left-bottom{
        padding:0px;
    }

    .read-content{
        width: auto;
        padding:0px 10px;
    }

    .fixedBtn{
        display: block;
        position: fixed;
        bottom:0px;
        left: 0px;
        width: 100%;
        background-color: white;
        padding:10px 0;
        text-align: center;
    }
    .fixedBtn a{
        width: 94%;
        margin:0px auto;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        color:white;
        background-color: #00a4ff;
        border-radius: 5px;
    }
}
