html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0;font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';}  /* 初始化标签在所有浏览器中的margin、padding值 */
fieldset,img {border:0 none;}  /* 重置fieldset（表单分组）、图片的边框为0*/
dl,ul,ol,menu,li {list-style:none;}   /* 重置类表前导符号为onne,menu在HTML5中有效 */
input,select,textarea,button {vertical-align:middle;border:none;outline:none;}  /* 重置表单控件垂直居中*/
input:focus,select:focus,textarea:focus,button:focus {border:none;outline:none;background-image: none;}  /* 重置表单控件选中样式*/
button {border:0 none;background-color:transparent;cursor:pointer}  /* 重置表单button按钮效果 */
th,td,input,select,textarea,button {font-size:12px;font-family:"Microsoft YaHei", "黑体","宋体";color:#444} /* 重置页面文字属性 */
a {color:#666;margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration: none !important;}  /* 重置链接a标签 */
a:active, a:hover {text-decoration:none}   /* 重置链接a标签的鼠标滑动效果 */
table {border-collapse:collapse;border-spacing:0;table-layout:fixed;margin:0 auto;}  /* 重置table属性 */
iframe{border: none;width: 100%;height: 100%;box-sizing: border-box;}
img {border: 0;max-width: 100%;height: auto;vertical-align: middle;}
em{font-style: normal}
input:focus,select:focus,textarea:focus,button:focus {border:1px solid #dedede;outline:none;background-image: none;}  
a:focus, a:hover,.card-cnt > a:hover,.news .review-main ul li a:hover,.module-title .more:hover{
    color: #ce9b5b
}
.container,.container-fluid{
    padding: 0;
}

.container{
    width: 1200px;
}
html, body{
    width: 100%;
    overflow-x: hidden;
}
body, html {
    font-family: 'Microsoft YaHei','\5FAE \8F6F \96C5\91';
    font-size: 16px
}

body{
    background: #fff !important;
}
/* 移动端浮层 */
.navbar-mark{
    position: fixed;
    top: 71px;
    left: 0;
    background: none;
    width: 100%;
    height: 100%;
}

.banner h1{
    position: absolute;
    left: -99999px;
    z-index: -9999;
}
.banner{
    background: url(../images/banner-bg.jpg) no-repeat center center;
    text-align: center
}
.banner-bg{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

/* positionTop */

.positionTop{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
    left: 0;
    border-radius: 0;
}
.positionTop .container{
    width: 100%;
    padding: 0;
}

.sub-nav.positionTop .nav-icon{
display: none !important
}
.sub-nav ul{
    width: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0 0 10px rgba(0,0,0,.2)
}
.sub-nav li:hover a::after,.sub-nav li.active a::after{
    display: block;
    content: '';
    position: absolute;
    width: 83px;
    height: 6px;
    background: #ce9b5b;
    border-radius: 3px 3px 0 0;
    left: 50%;
    bottom: -30px;
    margin-left: -41px;
}


.sub-nav li {
    /* margin: 0 20px; */
    width: 20%;
    /* padding-left: 1px; */
    text-align: center;
    background: url(../images/sub-nav-li-bg.jpg) no-repeat center left
}
.sub-nav li.dom-first{
    background: none
}
.sub-nav ul li {
    position: relative;
    /* float: left;
    width: 20%; */
    display: inline-block;
    line-height: 20px;
    padding: 0 5.222%;
    text-align: center;
}
.sub-nav ul li::after{
    display: block;
    content: '';
    width: 2px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: #d7ddea;
}
.sub-nav ul li:last-child::after{
    display: none;
}
.sub-nav li a{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    background: #fff !important;
    padding: 0;
}
.sub-nav li a:hover,.sub-nav li.active a{
    color: #ce9b5b
}
.sub-nav.positionTop .navbar-nav{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    border-radius: 0;
}
.sub-nav.positionTop li,.sub-nav.positionTop li > a{
    position: static;
}
.sub-nav.positionTop .container{
    width: 100%;
    margin: 0 auto !important;
    /* padding: 10px; */
}
.sub-nav.positionTop li{
    width: 19%;
    text-align: center;
    margin:  0.5%;
    padding: 0;
    background: #fff;
}
.sub-nav.positionTop li a::after{
    display: none !important
}
.sub-nav.positionTop li a{
    padding: 8px 27px;
    font-size: 16px;
    color: #222;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #999999;
}
.sub-nav.positionTop li:hover a,.sub-nav.positionTop li.active a{
    background: #ce9b5b !important;
    color: #fff;
    border-color: #ce9b5b
}
.anchor{
    height: 0px !important;
    position: relative
}
/* 悬浮导航 end */
/* tabNav-box start */
.tabNav-box{
    position: absolute;
    /* margin-top: -124px; */
    left: 0;
    bottom: 0;
    z-index: 1;
}

/* tabNav-box end */

/* moudle */
.moudle{
    padding: 55px 0  70px;
}
.moudle-title{
    margin-bottom: 47px;
    text-align: center;
    overflow: hidden;
}
.moudle-title h2{
    padding-top: 10px;
    font-size: 42px;
    font-weight: bold;
    color: #333;
    background: url(../images/moudle-tit-bg.png) no-repeat center top;
    margin-bottom: 15px
}
.moudle-title > span{
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #999;
    height: 22px;
}
.moudle-title > span::after,.moudle-title > span::before{
    display: block;
    content: '';
    position: absolute;
    width: 64px;
    height: 100%;
    top: 0
}
.moudle-title > span::after{
    left: -72px;
    background: url(../images/moudle-tit-l.png) no-repeat center center
}
.moudle-title > span::before{
    right: -72px;
    background: url(../images/moudle-tit-r.png) no-repeat center center
}
/* moudle 公共样式 end */

/* 课程介绍 start */
.introduction{
    padding-bottom: 0 !important
}
.introduction-main{
    margin-top: -15px;
    background: url(../images/introduction-bg.jpg) no-repeat right bottom
}
.introduction-main p{
    width: 76%;
    font-size: 16px;
    line-height: 34px;
    color: #333;
    margin-bottom: 14px
}
.introduction-main p a{
    font-size: 16px;
    color: #b27932;
}
.introduction-main .p2{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0;
    line-height: 1
}
/* 课程介绍 start */




/* 优势 start */
.advantage-moudle{
    background: url(../images/advantage-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 */

/* 认可度  start */
.agreed-list{
    padding: 36px;
    margin-top: -23px;
    /* margin-bottom: 30px; */
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    border-radius: 4px
}
.agreed-list li{
    float: left;
    width: 20%;
    text-align: center;
}
.agreed-list li p{
    font-size: 16px;
    color: #333;
    font-weight: bold
}
.agreed-list li > div{
    border-right: 1px solid #ddd;
   
    padding-top: 28px
}
.agreed-list li.li-top > div{
    border-bottom: 1px solid #ddd;
    padding-top: 0;
    padding-bottom: 26px;
}
.agreed-list li:last-child > div,.agreed-list li.li05 > div{
    border-right: none
}
.agreed-list li img{
    width: 180px;
    height: 50px;
    margin-bottom: 20px
}

.ad{
    display: block;
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    border-radius: 4px;
    background: #d5d5d5;
    text-align: center;
}
/* 认可度  end */

/* 开设学校 start */
.school-moudle{
    background: url(../images/school-moudle.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 60px
}
.school-list{
    margin: -30px -0.75% 0
}
.school-list dl{
    float: left;
    width: 18.5%;
    margin: 30px 0.75% 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
    background: #fff;
}
.school-list dl:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16)

}

.school-list dt{
    height: 107px;
    border: 1px solid #ebebeb;
    border-bottom: none;
    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: 44px;
    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{
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 1px 3px;
    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: #98b984;
}
.tag-color2{
    background-color: #6f90c6;
}
.tag-color3{
    background-color: #f4ab6f;
}
.tag-color4{
    background-color: #c58686;
}
/* 开设学校 end */


/* 常见问题 start */


/* 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 */
form{
    max-width: 900px;
    margin: 0 auto;
}
/* faq start */
.faq-main{
    margin:0 -1.5% 10px;
}
.faq .school-form{
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0;
    border: 20px solid #e8eaf4; 
    background: #fff url(../images/faq-bg.png) no-repeat center bottom;
}
/*.faq .school-form form{
    padding: 0 20px;
}
*/
.faq .sub-tit{
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}
.sub-tit span{
    font-size: 30px;
    color: #193495;
    position: relative;
	font-weight:bold;
}
.sub-tit span::after,.sub-tit span::before{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    width: 88px;
    height: 100%;
}
.faq .sub-tit span::after{
    left: -108px;
    background: url(../images/faq-l.png) no-repeat center right;
}
.faq .sub-tit span::before{
    right: -108px;
    background: url(../images/faq-r.png) no-repeat center left;
}
.faq dl{
    float: left;
    width: 47%;
    padding: 20px;
    margin: 0 1.5% 40px;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
}
.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 0 2px;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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: 66px;
    overflow: hidden;
    color: #666;
}
.dashed-box{
    position: relative;
    width: 100%;
    height: 1px;
    border: 1px dashed #dee2ee;
    margin-bottom: 30px;
}
.dashed-box::after,.dashed-box::before{
    display: block;
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #e8eaf4;
    top: -7px;
}
.dashed-box::after{
    right: -8px;
}
.dashed-box::before{
    left: -8px;
}
/* faq end */
/* 常见问题 end */
/* 报名 start */

.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;
    color: #999;
    line-height: 1.42857143;
    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: 64%;
    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 .form-group{
    width: 29.333%;
    margin: 0 2% 15px;
    float: left;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.school-form .submit-group{
    width: 100% !important;
    text-align: center;
}
.school-form .submit-group .btn-default{
    width: 140px;
    line-height: 22px;
    background: #ce9b5b;
    color: #fff;
    border: none !important;
    box-shadow: 0 5px 5px rgba(206,155,91,.4)
}
.school-form .submit-group,
.form-control{
    border: none !important;
    box-shadow: none !important;
    background: none !important;
}
.form-control{
  color: #999
}


.control-label em{
    position: absolute;
    color: #ae2a2a;
    z-index: 0;
    left: 5px;
}
.input-group-addon{
    border: none !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;
}
/* 报名 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: 1200px){
    .container {
        width: 96% !important;
        margin: 0 2% !important;
    }     
    .sub-nav.positionTop .container{
        width: 100% !important;
        margin: 0 auto;
    }
    .banner-bg,.tabNav-box,.ad{
        width:100%;
        margin:0;
    }
    .moudle{
        padding: 5% 0
    }

    .sub-nav ul{
        padding: 1% 0;
        border-radius: 0;
        margin: 0 auto;
    }
    .sub-nav li{
        float: left;
        width: 18%;
        margin: 1%;
        text-align: center
    }
    .sub-nav.positionTop .navbar-nav{
        padding: 10px 0;
    }
    .sub-nav.positionTop li{
        min-width: auto;
        float: left !important;
        width: 23%;
        margin: 5px 1% !important;
    }
    .sub-nav li:hover a::after,.sub-nav li.active a::after{
        display: none
    }
    /* .form-box{
        width: 100%;
    }
    .form-wx dl{
        padding: 8% 0 0;
    }
    .form-wx dl dd{
        padding: 0 5%
    } */
}
@media only screen and (max-width: 1024px){
    .agreed,.sub-nav ul li::after{
        display: none
    }
    .advantage-moudle,.school-moudle{
        margin-bottom: 5%
    }

    .school-list{
        margin: -1% auto 0;
    }
    .school-list dl{
        width: 31.333%;
        margin: 1%;
        min-width: auto;
    }
    .moudle-title h2{
        font-size: 30px
    }

/*     
    .coach-list dl{
        width: 30.2%;
        padding: 1.5%;
    }
    .coach-list dl dt{
        width: 100%;
        text-align: center;
        margin: 0 auto 5%;
    }
    .coach-list dl dd{
        float: left;
        width: 100%;
    }
    .coach-name{
        width: 100%;
        font-size: 16px;
        margin-bottom: 2%
    }
    .coach-list dl .xq-btn{
        width: 80%;
        margin: 0 10%;
    } */
     /* 移动下拉 */
     .form-horizontal .control-label{
        padding-top: 7px
    }
    .select-search button,.select-search .school-option input,.tabNav-main ul li a:hover::after{
        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
    }
    /* 移动下拉 */
    .faq dl dt .tit{
        font-size: 16px;
        padding-left: 35px
    }
    .school-form .sub-tit,.sub-tit{
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px){
    .yuloo-nav-box .container-fluid{
        margin: 0 auto !important;
    }
    .header-r{
        display: none
    }
    .tabNav-box{
        position: relative;
        height: auto !important;
        margin-top: -5%
    }
    .sub-nav li{
        width: 23% !important;
        margin: 1%;
    }
    .sub-nav li a{
        padding: 4px 10px !important;
        font-size: 14px !important;
        font-weight: normal !important;
        color: #222;
        line-height: 20px;
        border-radius: 4px;
        border: 1px solid #999999;
    }
    .sub-nav li:hover a,.sub-nav li.active a,.sub-nav li a:focus{
        background: #ce9b5b !important;
        color: #fff;
        border-color: #ce9b5b
    }

    .introduction-main{
        background: none
    }
    .introduction-main .p2{
        line-height: 1.4
    }
    .introduction-main p{
        width: 100%;
    }
    .tag-list{
        height: auto;
    }

    /* .coach-list{
        margin: -1.4% auto 0 ;
    }
    .coach-list dl{
        width: 47.2%;
        padding: 3%;
        margin: 1.4%;
    } */

    /* .faq-list dl{
        padding: 3% 0;
    } */

    .advantage-moudle{
       background: none
    }
    .advantage-main{
        padding-top: 35px
    }
    .advantage-main dl dt{
        width: 90px;
        top: -40px;
        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% 2%
    }

    .moudle-title,.form-moudle{
        margin-bottom: 5%
    }
    /* .form-main,.form-wx{
        width: 100%;
    }
    .form-main{
        background: none;
        padding: 5% 0;
    }
    .form-main::after,.form-main::before{
        display: none
    }

    .form-main .sub-tit{
        font-size: 20px;
        margin-bottom: 3%
    }
    .form-main .form-horizontal{
        width: 90%;
        max-width: none;
    }
    .form-wx dl {
        padding: 0 5% 5%;
        display: flex;
        width: 90%;
        margin: 0 auto;
        flex-wrap: wrap
    }
    .form-wx dl dt{
        width: 150px;
        height: 150px;
    }
    .form-wx dl dd{
        display: flex;
        flex: 1;
        align-content: center;
        flex-wrap: wrap;
        text-align: center
    }
    .form-wx dl dd p,.form-wx-tit{
        width: 100%;
    } */
    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;
    }

}
@media only screen and (max-width: 680px){
    .sub-nav li,.school-list dl{
        width: 48% !important;
    }


    .school-form .form-group{
        width: 46%;
    }
    .school-form .form-group a{
        display: block;
        width: 100%;
        margin-top: 2%
    }
    .faq dl,.diff dl{
        width: 98%;
        margin: 0 1% 3%;
    }
	.diff dl p{
        height:auto;
    }
    .diff dl dt{
        min-height:auto;
    }
    .control-label{
        padding-top: 7px;
        padding-left: 28px;
    }


   
    .school-form{
        padding: 30px 3% 10px;
    }

    .faq dl dt{
        margin-bottom: 5px;
    }
   
}
@media only screen and (max-width: 425px){
    .advantage-main dl{
        width: 98%;
    }
    .advantage-main dl.dl03{
        margin-bottom: 60px !important
    }

    .faq .school-form{
        border: 10px solid #e8eaf4;
    }
/* 
    .faq-list dl{
        padding: 5% 0;
    } */

    /* .form-main .form-group{
        width: 96%;
    }
    .form-wx dl dd{
        flex: auto
    } */
    .school-form .form-group{
        width: 96%;
    }
}