.banner > h1 {
    position: absolute;
    left: -9999px;
    z-index: -999;
}
.banner-text{
    width: 100%;
    padding: 70px 0 102px;
    text-align: center;
    color: #fff;
}
.banner-text1{
    font-size: 50px;
    color: #ffd19c;
    line-height: 1;
}
.banner-text1 > span {
    position: relative;
}
.banner-text1 > span::before,.banner-text1 > span::after{
    position: absolute;
    display: block;
    content: '';
    width: 61px;
    height: 100%;
    top: 0;
}
.banner-text1 > span::before{
    left: -81px;
    background: url(../images/banner-text-l.png) no-repeat right center
}
.banner-text1 > span::after{
    right: -81px;
    background: url(../images/banner-text-r.png) no-repeat left center
}
.banner-main-text{
    font-size: 104px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 38px;
    margin-top: 30px;
    text-shadow: 8px  0 rgba(255,255,255,.2);
    letter-spacing: 10px;
}

.banner-sub-text span{
    font-size: 40px;
    padding: 7px 80px 13px;
    background: url(../images/banner-sub-text-bg.png) no-repeat center center;
    background-size: contain
}

/* breadcrumb-bg */
.tabNav-box{
    position: relative;
}
.breadcrumb-bg{
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: -40px;
    background: none !important;
}
.breadcrumb, .breadcrumb a{
    background: none !important;
    color: #999;
}
/* breadcrumb-bg */

/* Ã§Â§Â»Ã¥Å Â¨Ã§Â«Â¯Ã¦ÂµÂ®Ã¥Â±â€š */
.navbar-mark{
    position: fixed;
    top: 71px;
    left: 0;
    background: none;
    width: 100%;
    height: 100%;
}
.banner-bg{
    max-height: 450px;
    overflow: hidden;
    text-align: center;
    background: url(../images/banner-bg.jpg) no-repeat center;
}
.tabNav-main{
    position: relative;
    top: -40px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 5px 10px rgba(0,0,0,.15);
    z-index: 1;
}
.tabNav-main::after,.tabNav-main::before{
    display: block;
    position: absolute;
    content: '';
    height: 81px;
    border-radius: 80px;
    background: #fff;
    z-index: -1;
    opacity: .2;
}
.tabNav-main::after{
    width: 98%;
    top: -10px;
    left: 1%;
}
.tabNav-main::before{
    width: 96%;
    top: -20px;
    left: 2%;
}
.tabNav-main ul{
    padding: 0 40px;
}
.tabNav-main ul li {
    position: relative;
    float: left;
    width: 16.666%;
    line-height: 20px;
    padding: 30px 0;
    text-align: center;
}
.tabNav-main ul li::after{
    display: block;
    content: '';
    width: 2px;
    height: 20px;
    position: absolute;
    top: 30px;
    right: 0;
    background: #d7ddea;
}
.tabNav-main ul li:last-child::after{
    display: none;
}
.tabNav-main ul li a{
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.tabNav-main ul li a:hover{
    color: #258192;
}
.tabNav-main ul li a:hover::after{
    display: block;
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #258192;
    bottom: -31px;
}

.module{
    padding: 60px 0 ;
}
#f1{
    padding-top:30px;
}

.module,.tabNav-box{
    background: #fff;
}
.module-title,.sub-tit{
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
}
.module-title>h2{
    position: relative;
    display: inline-block;
    font-size: 42px;
    font-weight: bold;
    color: #333;
}
.module-title>h2::after,.module-title>h2::before{
    display: block;
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
}
.module-title>h2::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 > 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;
}

.explain-box{
    font-size: 16px;
    line-height: 36px;
    padding: 30px;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,.2);
    border-radius: 10px;
}
.explain-cnt{
    margin-bottom: 10px;
}
.explain-box b{
    position: relative;
    font-size: 22px;
    color: #1d1939;
    margin-left: 12px;
    margin-right: 10px;
    padding-top: 5px;
    z-index: 1;
}
.explain-box b em{
    display: block;
    position: absolute;
    width: 100%;
    height: 9px;
    background: #d3e6e9;
    left: 0;
    bottom: 0px;
    z-index: -1;
}
.explain-box b::before{
    display: block;
    content: '';
    position: absolute;
    width: 38px;
    height: 100%;
    left: -12px;
    top: 0;
    border-top: 2px solid #258192;
    border-left: 2px solid #258192;
}
.explain-type{
    padding: 12px 20px;
    background: #e9f2f4;
    color: #258192;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
}
.explain-type p{
    padding-left: 13px;
    background: url(../images/p-li.png) no-repeat top 17px left;
}
.jump-box a{
    display: inline-block;
    border: 1px solid #258192;
    color: #258192;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal !important;
    text-align: center;
    padding: 0 14px;
    border-radius: 3px;
    margin-right: 5px
}
.jump-box a:hover{
    color: #fff;
    background: #258192
}

.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;
}

.diff dl{
    float: left;
    width: 31.333%;
    padding: 1%;
    margin: 0 1%;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
}
.diff dl dt{
    float: left;
    width: 110px;
    margin-right: 10px;
    min-height: 126px;
}
.diff dl dt.diff-icon1{background: url(../images/diff01.jpg) no-repeat center center;}
.diff dl dt.diff-icon2{background: url(../images/diff02.jpg) no-repeat center center;}
.diff dl dt.diff-icon3{background: url(../images/diff03.jpg) no-repeat center center;}
.diff dl p{
    font-size: 14px;
    color: #666;
    height: 40px;
}
.diff dl p.p01{
	margin-bottom:8px;
	}
.diff dl p:last-child{
    height: 18px;
}
.diff dl b{
    display: block !important;
    font-size: 16px;
    color: #333;
    background: url(../images/b-l.png) no-repeat left center;
}
.diff dl b,.diff dl p{
    display: inline-block;
    padding-left: 12px;
}
.diff dl dd{
    float: left;
    width: 64%;
    width: calc(100% - 120px);
    background: #e5eef3;
    padding: 10px;
    border-radius: 3px;
}


/* 优势 start */
.advantage-moudle{
    background: url(../images/forte-bg.jpg) no-repeat center center;
    background-size: cover
}
.advantage-main {
    padding-top: 53px
}
.advantage-main dl {
    float: left;
    position: relative;
    padding-top: 60px;
    width: 23%;
    margin: 0 1%;
    background: #fff;
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.16);   
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.16);    
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    z-index: 0;
    border-radius: 4px;
}
.advantage-main dl dt{
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -60px
}
.advantage-main dl dd {
    padding: 20px;
}
.advantage-main dl dd .tit{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom:12px;
}
.advantage-main dl dd .cnt p{
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
/* 优势 end */

/* forte staty */
.forte-box{
    position: relative;
    padding: 27px 0;
}
.forte,.forte-tit{
    background: url(../images/forte-bg.jpg) no-repeat center center;
    background-size: cover;
}
.forte-tit{
    position: relative;
    width: 230px;
    height: 230px;
    padding: 20px;
    border-radius: 100%;
    margin: 0 auto;
    z-index: 2;
}
.forte-circle{
    width: 197px;
    height: 197px;
    padding: 60px 0;
    border-radius: 197px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #258192;
    background: linear-gradient(0deg,#258192,#2cd2ca);
    margin: 0 auto;
}
.forte-main {
    position: absolute;
    top: 0;
    z-index: 1;
}
.forte-main dl{
    float: left;
    width: 43.5%;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.forte-main dl.left-forte{
    margin-right: 6.5%;
}
.forte-main dl.right-forte{
    margin-left:6.5%;
}
.forte-main dl dt{
    /* display: inline-block; */
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 7px 0;
    margin-bottom: 5px;
}
.forte-main dl dd{
    padding: 10px 20px 20px;
}
.forte-main dl dd p{
    height: 48px;
	line-height:24px;
	font-size:16px;
    color:#777;
    overflow: hidden;
}
.forte-main dl.left-forte dd{
    padding-right: 80px;
}
.forte-main dl.right-forte dd{
    padding-left: 80px;
}
.forte-main dl.left-forte dt{
    text-align: left;
}
.forte-main dl.right-forte dt{
    text-align: right;
}
.forte-main dl span{
    position: relative;
    background: #258192;
    /* padding: 0 10px; */
    padding: 7px 15px;
}
.forte-main dl span::after{
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 15px;
    background: #fff;
    top: 12px;
}
.forte-main dl.left-forte span::after{
    border-radius: 0 3px 3px 0; 
    left: 10px;
}
.forte-main dl.right-forte span::after{
    border-radius: 3px 0 0 3px;
    right: 10px;
}
.forte-main dl.left-forte span{
    padding-left: 20px;
    border-radius: 0 0 10px 0;
}
.forte-main dl.right-forte span{
    padding-right: 20px;
    border-radius: 0 0 0 10px;
}
/* forte end */
.flow{
    background: #258192 url(../images/flow-bg1.png) no-repeat center left;
    background-size: auto 100% ;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
}
.flow .flow-title{
    float: left;
    width: 8%;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #FFF;
    padding: 20px 16px;
}
.flow ul {
    float: left;
    width: 92%;
    padding: 21.5px 3%;
    text-align: center;
    background-color: #fff;
}
.flow ul li {
    display: inline-block;
    text-align: left;
    margin: 0 4px;
    height: 35px;
}
.flow ul li dl dt{
    margin-right: 4px;
}
.flow ul li dl dt img{
    vertical-align: baseline !important
}
.flow ul li dl dd,.flow ul li dl dt{
    display: inline-block;
}
.flow ul li dl a{
    font-size: 16px;
    line-height: 20px;
    color: #0b244b
}
.flow ul li dl a:hover{
    color: #b58e4b;
}
.flow ul li.li-bg{
    min-width: 139px;
    background: url(../images/flow-bg.png) no-repeat center center
}

/* school start */
.zhu{
    text-align: center;
    margin-top: 20px;
}
.zhu b{
    position: relative;
    display: inline-block;
    padding: 10px 20px 10px 50px;
    line-height: 20px;
    font-size: 16px;
    color: #cb7512;
    border-radius: 40px;
    background: #f9e7d1 url(../images/zhu-bg2.png) no-repeat left 25px center
}
.zhu b::after{
    display: block;
    content: '';
    position: absolute;
    width: 24px;
    height: 11px;
    background: url(../images/zhu-bg.png) no-repeat center center;
    top: -11px;
    left: 50%;
    margin-left: -12px
}

.school-list-main .nav-tabs{
    text-align: center;
    border: none;
    margin-bottom: 23px
}
.school-list-main .nav > li{
    float: none;
    display: inline-block;
    margin: 0 auto;
}
.school-list-main .nav > li > a{
    font-size: 16px;
    line-height: 20px;
    padding: 5px 15px;
    color: #258192;
    border: 1px solid #258192;
    background: #fff !important;
    border-radius: 4px;
    margin: 0 10px
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    background: #258192 !important;
    color: #fff;
}

.school-list-main{
    margin: 0 -0.5% 40px
}
.school-list-main dl {
    float: left;
    width: 19%;
    margin: 0.5%;
    border-radius: 4px;
    overflow: hidden;
}
.school-list-main dt{
    height: 107px;
    overflow: hidden;
}
.school-list-main dt img{
    width: 100%;
}
.school-list-main dd{
    padding: 0 10px 10px;
    border: 1px solid #e3e3e8
}
.school-list-main dd a{
    display: block;
    height: 70px;
    margin-bottom: 0 !important;
    overflow: hidden;
}
.school-list-main dd a span{
    display: flex;
    height: 62px;
    margin: 4px 0;
    float: left;
    width: 66%;
    width: calc(100% - 77px);
    font-size: 16px;
    line-height: 21px;
    overflow: hidden;
    font-weight: bold;
    color: #31404c;
    align-items: center
}
.school-list-main dd img{
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-top: 10px
}
.school-list-main dd p{
    color: #888;
    height: 36px;
    line-height: 18px;
    margin-bottom: 12px;
    overflow: hidden;
}
.school-list-main dd a.more{
    display: inline;
    color: #066189
}
.school-list-main .tag-list{
    border-top: 1px dashed #e3e3e8;
    padding-top: 10px;
    height: 38px;
    line-height: 24px;
    overflow: hidden;
}
.school-list-main .tag-list span,.type-list span,.school-list-main dd p{
    font-size: 12px
}
/* school end */
/* tag style start */
.type-list {
    margin: 0 auto 5px;
}
.type-list em{
    font-size: 12px;
    color: #b79051;
    padding: 0 5px;
    margin: 0 2px;
    border: 1px solid #b79051;
    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: #258192;
	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: #258192;
}
.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: #258192;
}


.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: 200%;
    max-width: 246px;
    top: 32px;
    right: 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: #258192;
    margin-bottom: 30px;
}
.school-form .form-group{
    width: 29.333%;
    margin: 0 2% 15px;
    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: #e2851a;
    background: linear-gradient(0deg,#e2851a,#f1bd6d);
    color: #fff;
    border: none !important;
}
.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: 10px 10px 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-cnt{
 width: 30%;
}
.table-box .tb-cnt p{
    height: 60px;
    overflow: hidden;
}
.table-box .tb-time{
    width: 18%;
    text-align: center;
}
.table-box .tb-time span{
    display: inline-block;
    width: 26px;
    padding: 2px 0;
    color: #fff;
    background: url(../images/rq-bf.png) no-repeat center center;
    background-size: cover;
    margin: 0 3px;
}
.table-box .tb-time span.day-span{
    display: inline;
    background: none !important;
    color: #444 !important
}
.table-box .tb-address,.table-box .tb-btn{
    width: 11%;
    text-align: center;
}
.table-box th,.table-box td{
    border-right: 1px solid #e7e7e7;
}
.table-box .last-tb{
    border-right: none !important;
}
.table-box th{
    font-size: 18px;
    line-height: 20px;
    padding: 20px 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #258192;
}
.table-box td{
    font-size: 14px;
    line-height: 20px;
    padding: 20px 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: #e2851a;
}
.tb-btn{
    text-align: center;
}
.tb-btn a{
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #e2851a;
    border: 1px solid #e2851a;
    padding: 4px 14px;
    border-radius: 3px;
}
.tb-btn a:hover{
    color: #fff;
    background: #e2851a;
    background: linear-gradient(0deg,#e2851a,#f1bd6d);
    border-color: #fff;
}

.school-table{
    background: #f0f2fb url(../images/school-table-bg.jpg) no-repeat center center;
    background-size: cover
}
.school-table .table-box{
    background: #fff;
    padding-bottom: 30px;
}
.school-table .more-btn,.faq .more-btn{
    text-align: center;
    padding-top: 20px;
}
.school-table .more-btn a,.faq .more-btn a{ 
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    width: 210px;
    color: #fff;
    background: #258192;
    border-radius: 3px;
    box-shadow: 0 4px 10px rgba(37,129,146,.4);
}
/* school-table end */


form{
    max-width: 900px;
    margin: 0 auto;
}
/* faq start */
.zhinan{
    background: url(../images/zhinan-bg.jpg) no-repeat center center;
    background-size: cover
}
.faq-main{
    margin-bottom: 0 !important;
}
.faq .school-form{
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0;
    border: 20px solid #e3e3e3; 
    background: #fff url(../images/faq-bg.png) no-repeat center bottom;
}
.faq-main .more-btn{
    float: left;
    width: 100%;
    text-align: center;
}
.faq-main .more-btn a{
    background: #258192;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    border-radius: 3px;
    min-width: 120px;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(37,129,146,.4);
}
/*.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% 1.5%;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
    background: #fff;
}
.faq dl dt {
    margin-bottom: 10px;
}
.faq dl dt a,.faq dl dt > div{
    display: block;
    line-height: 30px;
    color: #333;
    padding-left: 40px;
    background: url(../images/q-icon.jpg) no-repeat 0 2px;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.faq dl dt a:hover{
    color: #e2851a;
}
.faq dd i{
    padding: 0 10px;
    margin-right: 5px;
    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 #d9e9ec;
    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 */

@media only screen and (max-width: 1024px){
    .banner-text1,.banner-sub-text span{
        font-size: 30px
    }
    .banner-main-text{
        font-size: 60px
    }

    .tabNav-box{
        margin-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,.flow{
        margin-bottom: 3%;
    }
    .sub-tit{
        margin-bottom: 5%;
    }
    .module-title>h2{
        font-size: 30px;
    }
    .module-title > p > span{
        font-size: 18px;
    }
    .module-title > p{
        padding: 0 15px;
    }

    /* .faq-main{
        margin-bottom: 3%;
    } */

    .diff dl dt{
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .diff dl dd{
        width: 100%;
    }

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


    .flow ul{
        display: -webkit-box;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 0;
    }
    .flow ul li{
        display: -webkit-box;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px
    }
    .flow .flow-title,.flow ul{
        width: 100%;
    }
    .flow .flow-title{
        text-align: center;
    }
    .flow .flow-title p{
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 767px){
    .banner-text{
        padding: 5% 0 8%;
    }
    .banner-main-text{
        margin: 3% 0;
    }
    .breadcrumb-bg{
        margin-top: -20px;
    }
    #f4{
        padding-top:40px !important;
    }
    /* Ã§Â§Â»Ã¥Å Â¨Ã¤Â¸â€¹Ã¦â€¹â€° */
    .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;
    }
    .explain-cnt,.explain-type p{
        font-size: 14px;
        line-height: 28px;
    }

    .diff dl{
        display: flex;
        justify-content: center;
        /* flex-wrap: wrap; */
        width: 48%;
        margin-bottom: 3%;
    }
    .diff dl b{
        display: block;
    }
    .diff dl dt{
        width: 110px;
        margin-right: 10px;
    }
    .diff dl dd{
        width: calc(100% - 120px);
    }


    .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;
    }
    
    .advantage-moudle{
        background: none
     }
     .advantage-main{
         padding-top: 35px
     }
     .advantage-main dl dt{
         width: 90px;
         top: -44px;
         margin-left: -45px
     }
     .advantage-main dl{
         width: 48%;
         margin: 0 1% 60px !important;
     }
     .advantage-main dl.dl03,.advantage-main dl.dl04{
         margin-bottom: 0 !important
 
     }
     .advantage-main dl dd{
         padding: 0 5% 5%
     }

    .forte-main dl{
        width: 98%;
        margin: 1% !important;
    }
    .tabNav-main ul li a:hover::after,.tabNav-main::after,.tabNav-main::before,.forte-tit,.table-box .tb-address,.table-box .tb-cnt,.school-list-main dd img{
        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;
    }

    .zhu b{
        font-size: 14px
    }
    .school-list-main .nav > li{
        float: left;
        width: 33.333%;
        margin: 1% 0;
    }
    .school-list-main .nav > li > a{
        padding: 5px 10px;
    }
    .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-time{
        width: 30%;
    }
    .table-box .tb-time span.day-span{
        display: block;
        padding-top: 4px;
        width: 100%;
    }
    .table-box .tb-btn{
        width: 26%;
    }
    .tb-btn a{
        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;
    }
    .explain-box{
        margin-bottom: 5%;
    }

    .module-title>h2{
        font-size: 28px;
    }
	.forte-main dl dt{
		margin-bottom:0;
    }
    .forte-main dl dd p{
	    font-size:14px;
	}
    
    
    .table-box th{
        padding: 2% 10px;
    }
    .explain-box{
        padding: 20px 3% 3%;
    }
	.pull-left{
		float:none !important;
    }
    
        
    .flow ul li.li-bg{
        min-width:25px;
    }
    
    .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;
        width: 100%;
    }
    select[disabled]{
        background-color: #eee !important;
    }
}
@media only screen and (max-width: 680px){
    
    .tabNav-main ul li a,.diff dl b,.school-tel span, .school-tel span b{
        font-size: 14px;
    }
    .diff dl p{
        font-size: 12px;
    }
    .school-form .form-group{
        width: 46%;
    }
    .faq dl,.diff dl{
        width: 98%;
        margin-bottom: 3%;
    }
	.diff dl p{
        height:auto;
    }
    .diff dl dt{
        min-height:auto;
    }


    .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;
    }
}
@media only screen and (max-width: 425px){
    .advantage-main dl{
        width: 98%;
    }
    .advantage-main dl.dl03{
        margin-bottom: 60px !important
    }
    .school-list-main .nav > li{
        width: 50%;
    }
    .school-list-main .nav > li > a{
        font-size: 15px
    }
    .zhu b{
        font-weight: normal
    }
    .module-title>h2 {
        font-size: 26px;
    }
    .module-title > span::before {
        background-size: 30px;
    }
    .module-title>h2::after {
        background-size: 24px;
    }
    
    .tabNav-main ul li a,.school-tel span, .school-tel span b{
        font-size: 12px;
    }
    .school-form .form-group{
        width: 96%;
    }
    .school-list dt{
        height: 90px;
    }
    
}
