.banner > h1 {
    position: absolute;
    left: -9999px;
    z-index: -999;
}
/* ç§»åŠ¨ç«¯æµ®å±‚ */
.navbar-mark{
    position: fixed;
    top: 71px;
    left: 0;
    background: none;
    width: 100%;
    height: 100%;
}
.banner-bg{
    text-align: center;
    background: url(../images/banner-bg.jpg) no-repeat center;
}
.tabNav-box{
    position: relative;
}
.tabNav-box .breadcrumb-bg{
    position: absolute;
    background: none;
    width: 100%;
    bottom: 0;
}
.tabNav-box .breadcrumb,.tabNav-box .breadcrumb a{
    background: none
}
.tabNav-main{
    position: relative;
    top: -40px;
    background-color: #fff;
    border-radius: 20px 4px 20px 4px;
    box-shadow: 0px 10px 10px rgba(0,0,0,.2);
}
.tabNav-main ul{
    padding: 0;
}
.tabNav-main ul li {
    position: relative;
    float: left;
    width: 20%;
    line-height: 20px;
    padding: 30px 0;
    text-align: center;
}
.tabNav-main ul li::after{
    display: block;
    content: '';
    width: 1px;
    height: 32px;
    position: absolute;
    top: 25px;
    right: 0;
    background: #ededed;
}
.tabNav-main ul li:last-child::after{
    display: none;
}
.tabNav-main ul li a{
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.tabNav-main ul li a:hover{
    color: #b59366;
}
.tabNav-main ul li a:hover::after{
    display: block;
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #b59366;
    bottom: -31px;
}

.module{
    padding: 50px 0 ;
}
#f1{
    padding-top:20px;
    padding-bottom: 10px
}
.module,.tabNav-box{
    background: #fff;
}
.module-title{
    padding-top: 44px;
}
.module-title,.sub-tit{
    text-align: center;
    margin-bottom: 44px;
    overflow: hidden;
}
.module-title>span{
    position: relative;
    display: inline-block;
    font-size: 42px;
    font-weight: bold;
    color: #333;
}
.module-title>span::after,.module-title>span::before{
    display: block;
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
}
.module-title>span::after{
    left: -60px;
    width: 40px;
    background: url(../images/module-l.png) no-repeat center right;
}
.module-title > span::before{
    right: -70px;
    width: 50px;
    background: url(../images/module-r.png) no-repeat center left;
}
.module-title .line-box{
    width: 100%;
    text-align: center
}
.module-title .line-box > span{
    display: inline-block;
    width: 48px;
    height: 8px;
    background: #a37b46;
    border-radius: 4px
}
.tit-smalltext{
    font-size: 18px;
    line-height: 24px;
    color: #a37b46;
    font-weight: bold;
    text-align: center;
    margin-top: 13px;
}
/* .module-title > p{
    max-width: 400px;
    margin: 0 auto;
    padding: 10px 50px;
}
.module-title > p > span{
    position: relative;
    padding: 0 10px;
    font-size: 24px;
    color: #e0e0e0;
}
.module-title > p > span::before,.module-title > p > span::after{
    position: absolute;
    content: '';
    display: block;
    width: 80px;
    height: 100%;
    background: url(../images/p-bg.jpg) repeat-x center;
    top: 0;
}
.module-title > p > span::after{
    left: -80px;
}
.module-title > p > span::before{
    right: -80px;
} */

.sub-tit {
    text-align: center;
}
.sub-tit span{
    position: relative;
	font-weight:bold;
}
.sub-tit span::after,.sub-tit span::before{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    width: 88px;
    height: 100%;
}
.sub-tit span::after{
    left: -108px;
    background: url(../images/sub-tit-l.png) no-repeat center right;
}
.sub-tit span::before{
    right: -108px;
    background: url(../images/sub-tit-r.png) no-repeat center left;
}

.main01 .module-title{
    background: url(../images/tit-1.png) no-repeat top center;
}
.main02 .module-title{
    background: url(../images/tit-2.png) no-repeat top center;
}
.main03 .module-title{
    background: url(../images/tit-3.png) no-repeat top center;
}
.main04 .module-title{
    background: url(../images/tit-4.png) no-repeat top center;
}
.main05 .module-title{
    background: url(../images/tit-5.png) no-repeat top center;
}

/* main01 start */

.main01-bg{
    background: url(../images/main01-bg.jpg) no-repeat top center;
    background-size: cover;
}
.main01-bg .tabNav-box,.main01-bg .module{
    background: none
}
.main01-left,.main01-right{
    float: left;
    padding: 0 30px;
    box-shadow: 0 0px 10px rgba(0,0,0,.2);
    border-radius: 4px;
    background: #fff;
}
.main01-left{
    width: 70%;
    min-height: 310px;
    padding-top: 27px;
    padding-bottom: 20px;
    margin-right: 2%;
    background: url(../images/bg1.jpg) no-repeat right top
}
.main01-right{
    width: 28%;
}
.main01-cnt-tit{
    margin-bottom: 10px
}
.main01-cnt-tit span{
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 6px;
    margin-right: 5px;
    padding: 0 6px;
    border-radius: 4px 4px 4px 0;
    color: #fff;
    background: #a37b46;
    background: linear-gradient(90deg,#a37b46,#dcb582)

}
.main01-cnt {
    margin-bottom: 24px
}
.main01-cnt:last-child{
    margin-bottom: 0 !important
}
.main01-cnt > p{
    font-size: 16px;
    color: #333;
    line-height: 32px
}
.main01-cnt-tit p{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.main-news-tit{
    text-align: center;
    margin-bottom: 4px
}
.main-news-tit span{
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding: 12px 35px;
    background: url(../images/news-bg.png) no-repeat center center;
    background-size: contain
}   
.main01-right ul{
    margin-bottom: 17px
}
.main01-right ul li {
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px dashed #eee;
    padding: 8px 0 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.main01-right ul li:last-child{
    border: none
}
.main01-right ul li a:hover{
    color: #b59366;
}
.main01-right ul li a{
    color: #333;
    padding-left: 13px;
    background: url(../images/li-img.png) no-repeat left center
}
/* main01 end */


/* main02 start */
.main02-cnt{
    margin: 0 -1%;
}
.main02 dl{
    width: 23%;
    margin: 0 1%;
    padding: 30px 26px 26px;
    float: left;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,.2)
}
.main02 dl dt {
    text-align: center;
    margin-bottom: 20px
}
.main02 dl dd > div{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    margin-bottom: 16px
}
.main02 dl dd p {
    font-size: 16px;
    color: #333;
    line-height: 24px
}
/* main02 end */

/* school start */
.main03{
    background: url(../images/main03-bg.jpg) no-repeat center center;
    background-size: cover
}

.school-list-main .nav-tabs {
    border-color: #4a5478;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    border-radius: 4px
}
.school-list-main .nav-tabs li{
    width: 50%;
}
.school-list-main .nav-tabs li a {
    position: relative;
    padding: 23px 15px;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    color: #4a5478;
    background: #fff;
    border: none !important;
    border-bottom:2px solid #4a5478 !important;
    margin: 0;
}
.school-list-main .nav-tabs li{
    box-shadow: 0 8px 10px -9px rgba(0, 0, 0, 0.2)
}
.school-list-main .nav-tabs > li.active > a,.school-list-main .nav-tabs > li.active > a:focus,.school-list-main .nav-tabs > li.active > a:hover{
    color: #fff;
    background: url(../images/jb.png) no-repeat;
    background-size: cover;
    box-shadow: none
}
.school-list-main .nav-tabs > li.active > a::after{
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 10px;
    background: url(../images/sanjiao.png) no-repeat center center;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
}
.tab-content {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}
.tab-content .people{
    background: #f4f4f4;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 20px;
    color: #a37b46;
    border-radius: 3px;
    margin: 0
}
.tab-content .people b,.tab-content .people p{
    float: left;
}
.tab-content .people b{
    width: 155px;
    padding-left: 26px;
    background: url(../images/people.png) no-repeat left 4px
}
.tab-content .people p{
    width: calc(100% - 155px);
}



.school-list{
    margin:0 -0.75% 0;
    padding-bottom: 10px
}
.school-list dl{
    float: left;
    width: 18.5%;
    margin: 20px 0.75% 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
    background: #fff;
}
.school-list dl:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16)

}

.school-list dt{
    height: 107px;
    overflow: hidden;
}
.school-list dd {
    padding: 0 10px 10px;
    border: 1px solid #ebebeb;
}
.school-list dd .school-logo{
    position: relative;
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px;
}
.school-list .address-icon{
    padding: 0 6px;
    margin-right: 4px;
    background: url(../images/address-icon.png) no-repeat center center
}
.school-list dd .school-logo a{
    position: absolute;
    width: 60px;
    height: 60px;
    padding: 5px;
    background-color: #fff;
    left: 0;
    bottom: 0;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,.1);
    -moz-box-shadow:  0 0 6px 3px rgba(0,0,0,.1);
    box-shadow: 0 0 6px 3px rgba(0,0,0,.1);
}
.school-list dd p{
    font-size: 12px; 
}
.school-list dd .school-logo p{
   text-align: right;
   color: #8d959d;
}
.school-list dd .school-cnt{
    height: 32px;
    color: #888;
    line-height: 16px;
    margin-bottom: 8px;
    overflow: hidden;
}
.school-list dd .school-name{
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 6px;
    max-height: 48px;
    overflow: hidden;
    padding-bottom: 12px;
    /* border-bottom: 1px solid #f2f2f2; */
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.school-list dd .school-name:hover,.school-list dd .school-cnt a{
    color: #b58e4b;
}
.tag-list {
    border-top: 1px solid #f2f2f2;
    padding-top: 4px;
    line-height: 24px;
    overflow: hidden;
}
.tag-list span{
    font-size: 12px;
    color: #666
}

.tag:last-child{
    margin-right: 0
}
.school-price {
    border-top: 1px dashed #eee;
    padding-top: 11px;
    line-height: 18px
}
.school-price b{
    font-size: 14px;
    color: #333;
    font-weight: normal
}
.school-price span{
    font-size: 16px;
    color: #de4a4c;
    font-weight: bold
}
/* school end */
/* tag style start */
.type-list > span {
    display: block;
    width: 65px;
    position: absolute;
    left: 0;
}
.type-list {
    position: relative;
    padding-left: 65px;
    margin: 0 auto 5px;
}
.type-list2{
   margin-bottom: 10px;
}
.type-list em{
    display: inline-block;
    font-size: 14px;
    color:#666;
    text-align: center
}
.type-list .tag{
    width: 60px;
    font-size: 12px;
    line-height: 16px;
    color: #b59366;
    padding: 0 5px;
    margin: 0 3px 4px 0;
    border: 1px solid #e5d8c8;
    border-radius: 2px;
}
.tag{
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 0 5px;
    margin: 0 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
} 
.tag:last-child{
    margin-right: 0
}
.tag-color1{
    background-color: #7491cf;
}
.tag-color2{
    background-color: #e8a16f;
}
.tag-color3{
    background-color: #7eb7c8;
}
.tag-color4{
    background-color: #eb968b;
}
.tag-color5{
    background-color: #cfa589;
}
.tag-color6{
    background-color: #9197d6;
}
/* tag style end */


.module-sub-title {
    border-bottom: 1px solid #efefef;
}
.module-sub-title .nav-tabs {
    float: left;
	border: none
}

.module-sub-title li {
	line-height: 24px;
	cursor: pointer
}

.module-sub-title li a,.module-sub-title li.active a,.module-sub-title li.active a:focus,.module-sub-title li.active a:hover {
	color: #333;
    font-size: 18px;
    font-weight: bold;
	line-height: 24px;
	padding: 18px 13px;
	border-radius: 3px;
    border: none;
    position: relative;
}

.module-sub-title li a:hover,.module-sub-title li.active a,.module-sub-title li.active a:focus,.module-sub-title li.active a:hover {
	background: none !important;
	color: #b59366;
	border: none
}
.module-sub-title li a:hover::before,.module-sub-title li.active a::before{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    background: url(../images/tab-bg.png) no-repeat center center;
    bottom: -5px;
    left: 0;
}

.school-tel{
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
}

.school-tel span,.school-tel span b{
    font-size: 16px;
    padding: 10px;
    background: #e5eef3;
    color: #b59366;
}
.school-tel span{
    border-radius: 3px;
    padding-left: 30px;
    background: #e5eef3 url(../images/school-tel.png) no-repeat center  left 13px;
}
.school-tel span a{
    color: #b59366;
}


.select-search{
    height: 34px;
    position: relative;
}
.schoolName-box,.school-option ul{
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
select[multiple], select[size] {
    width: 100%;
    max-height: 200px !important;
}
.school-option select {
    border: none !important;
}
.select-search .school-option.hidden{
    display: none
}
.select-search button{
    height: 34px;
    line-height: 1.42857143;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    background: url(../images/select-icon.png) no-repeat center right 5px;
}
.select-search .school-option input{
    /* position: absolute; */
    margin: 10px auto 5px;
    height: 30px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    width: 100%;
    /* width: 82%; */
}
/* .schoolName-box{
    padding-top: 45px;
} */
.select-search .school-option{
    position: absolute;
    background-color: #fff;
    width: 100%;
    /* max-height: 200px; */
    /* max-height: 245px; */
    top: 32px;
    left: 0;
    padding: 0 15px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 5px 10px  rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px  rgba(0,0,0,.1);
    box-shadow: 0 5px 10px  rgba(0,0,0,.1);
}
.select-search .school-option li{
    font-size: 14px;
    color: #555;
    line-height: 30px;
    cursor: pointer;
}
.school-option select option{
	padding: 8px 12px;
	line-height: 30px;
	border: none !important
}
.control-label,.form-group-main{
    float: left;
}
.control-label{
    position: relative;
    font-size: 14px;
    font-weight: normal;
    width: 97px;
    padding-left: 27px;
    line-height: 30px\9;
    margin-bottom: 0\9;
    /* margin-right: 15px; */
    color: #666;
    z-index: 0;
}
.form-group-main{
    position: relative;
    width: 90%;
    width: calc(100% - 97px);
}
.school-form{
    padding: 30px 30px 20px;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
    margin-bottom: 40px;
}
.school-form .sub-tit{
    font-size: 28px;
    font-weight: bold;
    color: #a37b46;
    margin-bottom: 30px;
}
.school-form .form-group{
    width: 29.333%;
    margin: 0 2% 20px;
    float: left;
    border: 1px solid #ddd;
}
.school-form .submit-group{
    width: 100% !important;
    text-align: center;
}
.school-form .submit-group .btn-default{
    width: 140px;
    line-height: 22px;
    background: #a37b46;
    background: linear-gradient(90deg,#a37b46, #dcb582);
    color: #fff;
    border: none !important;
    box-shadow: 0 3px 10px rgba(163, 123, 71, 0.4)
}
.school-form .submit-group,
.form-control{
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    color: #999;
}

.control-label em{
    position: absolute;
    color: #ae2a2a;
    z-index: 0;
    left: 5px;
}
.input-group-addon{
    /* display: none !important; */
    border: none !important;
    border-radius: 0 !important
}
.school-form .sex-bg{
    background: url(../images/form-icon.png) no-repeat -5px 10px;
}
.school-form .custom-bg{
    background: url(../images/form-icon.png) no-repeat -5px -47px;
}
.school-form .phone-bg{
    background: url(../images/form-icon.png) no-repeat -5px -103px;
}
.school-form .yixiang-bg{
    background: url(../images/form-icon.png) no-repeat -5px -162px;
}
.school-form .grade-bg{
    background: url(../images/form-icon.png) no-repeat -5px -219px;
}
.school-form .birthday-bg{
    background: url(../images/form-icon.png) no-repeat -5px -276px;
}


/* form public start */
.form-group .layui-bg-value,.form-group .layui-bg-value{
    position: absolute;
    left: 0;
    height: 32px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
    line-height: 30px;
    padding: 2px 12px;
    cursor: text;
    z-index: 0;
}
.form-group .bg-value-left{
    left: 3%;
}
.form-group .layui-bg-value em{
    color: #ae2a2a;
    margin-right: 3px
}
/* form public end */

/* school-table start */

.kfr-icon{
    padding: 0 10px;
    margin-left: 5px;
    background: url(../images/kfr-icon.png) no-repeat center center;
}
.table-main{
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.table-box{
	-webkit-box-shadow: 0 0 14px rgb(0,0,0,0.2);
    -moz-box-shadow: 0 0 14px rgb(0,0,0,0.2);
	box-shadow:0 0 14px rgb(0,0,0,0.2);
	border-radius: 10px 10px 0 0;
	
	}
.table-box table{
    width: 100%;
	
}
.table-box .tb-school{
 width: 30%;
}
.table-box .tb-cnt p{
    height: 60px;
    overflow: hidden;
}
.table-box .tb-price,.table-box .tb-hj{
    width: 9.5%;
}
.table-box td.tb-city,.table-box .tb-cnt,.table-box .tb-btn,.table-box .tb-price,.table-box .tb-hj{
    text-align: center;
}
.table-box td.tb-price{
    color: #a37b46;
    font-weight: bold;
}

.table-box .tb-cnt,.table-box .tb-btn{
    width: 13%;
}
.table-box th{
    border-right: 1px solid #6a7396
}.table-box td{
    border-right: 1px solid #e6e6e6;
}
.table-box .last-tb{
    border-right: none !important;
}
.table-box .th-tit{
    background: #2b3459;
    background: linear-gradient(-90deg,#2a345b,#4a5478)
}
.table-box th{
    font-size: 18px;
    line-height: 20px;
    padding: 20px 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.table-box td{
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
}
.table-box td img{
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.tb-school a{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.tb-school a:hover{
    color: #a37b46;
}
.school-table .more-btn a:hover{
    background: #c4a071
}
.tb-btn{
    text-align: center;
}
.tb-btn a{
    display: inline-block;
    width: 100px;
    font-size: 14px;
    line-height: 18px;
    color: #a37b46;
    border: 1px solid #a37b46;
    padding: 5px 14px;
    border-radius: 3px;
}
.tb-btn a:hover{
    color: #fff;
    border: none;
    line-height: 20px;
    background: #a37b46;
    background: linear-gradient(90deg,#a37b46,#dcb582);
    box-shadow: 0 3px 10px rgba(163, 123, 71, 0.4)
}

.school-table{
    background: #fff
}
.school-table .table-box{
    background: #fff;
    padding-bottom: 30px;
}
.school-table .more-btn{
    text-align: center;
    padding-top: 20px;
}
.school-table .more-btn a{ 
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    width: 210px;
    color: #fff;
    background: #b59366;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
/* school-table end */


form{
    max-width: 900px;
    margin: 0 auto;
}
/* faq start */
.main05{
    background: url(../images/main05-bg.jpg) no-repeat center center;
    background-size: cover
}
.faq-main{
    margin: 0 -1.5% 0
}
.faq .school-form{
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0;
    border: 20px solid #e3e3e3; 
    background: #fff url(../images/faq-bg.png) no-repeat center bottom;
    background-size: cover;
    background-clip:padding-box;
    border-color: rgba(74, 84, 120, 0.1)
}
.faq-main .more-btn{
    float: left;
    width: 100%;
    text-align: center;
}
.faq-main .more-btn a{
    background: #b59366;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    border-radius: 3px;
    min-width: 120px;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
/*.faq .school-form form{
    padding: 0 20px;
}
*/
.faq .sub-tit{
    margin-bottom: 20px;
}
.faq .sub-tit span::after{
    background: url(../images/faq-l.png) no-repeat center right;
}
.faq .sub-tit span::before{
    background: url(../images/faq-r.png) no-repeat center left;
}
.faq dl{
    float: left;
    width: 47%;
    padding: 20px;
    margin: 0 1.5% 2.5%;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
}
.faq dl dt {
    margin-bottom: 10px;
}
.faq dl dt .tit{
    display: block;
    line-height: 30px;
    color: #333;
    padding-left: 40px;
    background: url(../images/q-icon.jpg) no-repeat top left;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.faq dd i{
    padding: 0 10px;
    margin-right: 11px;
    background: url(../images/a-icon.jpg) no-repeat center center;
}
.faq dd p{
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #666;
}
.dashed-box{
    position: relative;
    width: 100%;
    height: 1px;
    border: 1px dashed #f0e9e1;
    margin-bottom: 30px;
}
.dashed-box::after,.dashed-box::before{
    display: block;
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #e3e3e3;
    top: -7px;
}
.dashed-box::after{
    right: -8px;
}
.dashed-box::before{
    left: -8px;
}
/* faq end */

/* link start */
.link-box{
    background: #fff;
}
.link {
    padding-top: 2%;
}

.link .link-title {
    width: 100%;
    text-align: left;
    font-size: 24px;
    height: 26px;
    line-height: 24px;
    font-weight: bold;
    color: #222;
    margin: 0 auto 25px;
    position: relative;
    padding-left: 20px;
}

.link .link-title::before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 0;
    background: #373c77;
    width: 6px;
    height: 26px;
    border-radius: 0 3px 3px 0;
}

.link .module-title {
    margin-bottom: 20px;
}

.link a {
    padding: 0 10px 10px;
    display: block;
    float: left;
    font-size: 14px;
    color: #666;
}

.link a:hover {
    color: #b49277;
}
  
/* link end */

@media only screen and (max-width: 1024px){
    .tabNav-box{
        margin-bottom: -20px;
        padding-bottom: 20px
    }
    .tabNav-main ul{
        padding: 0 20px
    }
    .tabNav-main ul li{
        margin: 3% 0;
        padding: 0;
    }
    .tabNav-main ul li::after{
        top: 0;
    }
    .module{
        padding: 3% 0 ;
    }
    .module-title{
        margin-bottom: 3%;
    }
    .sub-tit{
        margin-bottom: 5%;
    }
    .module-title>span{
        font-size: 30px;
    }
    .module-title > p > span{
        font-size: 18px;
    }
    .module-title > p{
        padding: 0 15px;
    }

    .faq-main{
        margin: 0 auto 3%;
    }

    .main01-left,.main01-right{
        width: 100%;
    }
    .main01-left{
        margin: 0 auto 3%;
    }

  

    
    .school-list-main dl{
        width: 31.333%;
    }
    .school-list-main dd a{
        height: 40px;
        margin-bottom: 3% !important;
    }
    .school-list-main dd a span{
        width: calc(100% - 50px);
        margin: 0
    }


}
@media only screen and (max-width: 767px){
    /* ç§»åŠ¨ä¸‹æ‹‰ */
    .form-horizontal .control-label{
        padding-top: 7px
    }
    .select-search button,.select-search .school-option input{
        display: none;
    }
    .select-search .school-option{
        display: block !important;
        position: static;
        padding: 0;
        height: auto;
        box-shadow: none;
        border: none
    }
    .schoolName-box{
        height: auto;
    }
    .school-option select{
        height: 34px;
        line-height: 34px
    }
    /* ç§»åŠ¨ä¸‹æ‹‰ */
    .tabNav-box{
        margin:0 ;
    }
    .tabNav-main{
        top: -20px;
        border-radius: 5px;
    }
    .tabNav-main ul{
        padding: 0 2%;
    }
    .tabNav-main ul li{
        width: 33.333%;
        margin: 2% 0;
    }
    .module{
        padding: 4% 0;
    }
   
    .main02 dl{
        width: 48%;
        margin: 1%;
    }
    .module-title{
        padding-top: 20px;
        background-size: 70px !important
    }

    .tab-content{
        padding: 3%;
    }
    .school-list-main dd p{
        font-size: 12px
    }
    .school-logo-list li span{
        width: 100%;
    }
    /* .school-list-main dd a span,.school-logo-list li span{
        width: 100%;
    } */
    .school-list-main dd a span{
        width: 100%;
        height: 42px;
    }
    .school-list-main dd{
        padding: 5%
    }
    .school-list-main dd p{
        margin-bottom: 5%
    }
    .school-list-main .tag-list{
        padding-top: 5%;
        height: auto;
    }
    
  

    .forte-main dl{
        width: 98%;
        margin: 1% !important;
    }
    .forte-tit,.table-box .tb-address,.table-box .tb-cnt{
        display: none !important;
    }
    .forte-main{
        position: initial;
    }

    .forte-main dl dt{
        text-align: left !important;
        padding: 0 !important;
    }
    .forte-main dl dt span{
        display: block;
        width: 100%;
        border-radius: 0 !important;
        padding: 7px 20px !important;
    }
    .forte-main dl dd{
        padding: 3% !important;
    }
    .forte-main dl span::after{
        border-radius: 0 3px 3px 0 !important;
        left: 10px !important;
    }
    .forte-box{
        padding: 0 !important;
    }

    .school-list .h3-tit{
        font-size: 18px;
        padding: 5px 40px 5px 20px;
    }
    .module-sub-title li a{
        font-size: 14px !important;
        padding: 6px 10px !important;
    }

    

    .table-box td img{
        width:20px;
        height:20px;
    }
    .table-box td{
        padding:2% 1.5%;
    }
	.table-box td.tb-school{
		width:20%;
    }
    .table-box .tb-btn{
        width: 20%;
    }


    .tb-btn a{
        width: 80%;
        font-size:12px;
        padding:2px 5px;
    }

    .faq dl dt .tit,.table-box th,.forte-main dl dt,.tb-school a{
        font-size: 16px;
    }
    .school-form .sub-tit,.sub-tit{
        font-size: 20px;
    }


    .module-title>span{
        font-size: 28px;
    }
	.forte-main dl dt{
		margin-bottom:0;
    }
    .forte-main dl dd p{
	    font-size:14px;
	}
    
    
    .table-box th{
        padding: 2% 10px;
    }
   
	.pull-left{
		float:none !important;
    }
    
    
    .faq-main .more-btn{
        padding: 2% 0
    }


    select,select.form-control{
        appearance:none;
        -moz-appearance:none;
        -webkit-appearance:none;
        font-size: 14px;
        height: 32px;
        line-height: 30px;
        color: #999 !important;
        padding-left: 12px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        background:#fff url(../images/select-icon.png) no-repeat right 5px center !important;
        border-radius: 0 !important
    }
    .form-main .select-search .school-option{
        border-radius: 0
    }
    select[disabled]{
        background-color: #eee !important;
    }

    .school-form .form-group{
        width: 46%;
    }

    .tab-content .people b, .tab-content .people p{
        float: none;
        display: inline;
        font-size: 14px
    }

    .table-box .tb-school{
      width: 38%;
    }
    .table-box .tb-price{
        width: 20%;
    }
    .table-box .tb-btn{
        width: 16%;
    }
    .table-box .tb-hj{
        display: none
    }
    .table-box td.tb-city{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }
}
@media only screen and (max-width: 680px){
   
    .tabNav-main ul li a,.school-tel span, .school-tel span b{
        font-size: 14px;
    }
  
    .school-form .form-group{
        width: 96%;
    }
    .faq dl{
        width: 98%;
        margin-bottom: 3%;
    }



    .school-list-main dl{
        width: 48%;
        margin: 1%
    }

    .control-label{
        padding-top: 7px;
        padding-left: 28px;
    }
    .forte-main dl{
        margin-bottom: 3% !important;
    }
    .school-form{
        padding: 30px 3% 10px;
    }
    .forte-main dl dd p{
        height: auto;
    }
    .faq dl dt{
        margin-bottom: 5px;
    }
    .forte-main dl:last-child{
        margin-bottom: 0 !important;
    }

    .school-list-main .nav-tabs li a{
        font-size: 16px;
        padding: 10px 15px;
    }
}
@media only screen and (max-width: 425px){
    .type-list1 > span{
        position: static
    }
    .type-list1{
        padding-left: 0
    }
    .module-title>span {
        font-size: 26px;
    }
    .module-title > span::before {
        background-size: 30px;
    }
    .module-title>span::after {
        background-size: 24px;
    }
    
    .tabNav-main ul li a,.school-tel span, .school-tel span b{
        font-size: 12px;
    }
   
    .school-list dt{
        height: 90px;
    }
  
    #school-bb .type-list2{
        padding-left: 0
    }
    #school-bb .type-list2 span{
        position: static;
    }
}
@media only screen and (max-width: 320px){
    .school-list-main dl{
        width: 98%;
    }
}
