html,body{
    width: 100%;
    font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
    font-size: 16px;
    overflow-x: hidden;
    background: #fff !important;
}
img{
    max-width: 100%;
    height: auto;
}
a{
    color: #323232;
    text-decoration: none !important;
}
ul,dl{
    list-style: none;
    padding: 0;
    margin: 0;
}
h1,h2,h3{
    padding: 0;
    margin: 0 auto;
}
.container,.container-fluid{
    padding: 0;
}
em{
    font-style: normal
}


.head>h1{
    position: absolute;
    left: -9999999px;
    z-index: -99;
}
/* header start */
.header .icon {
    padding: 2px 10px;
    margin-right: 10px;
    background: url(../images/icon1.png);
        background-position-x: 0%;
        background-position-y: 0%;
}
.header{
    font-size: 12px;
    color: #838c94;
    background-color:#eeeeee;
    height: 40px;
    line-height: 40px;
}
.header dl {
    float: left;
    position: relative;
    color: #333;
    margin: 0 10px;
    cursor: pointer;
}
.header dl dt{ 
    height: 40px;
    line-height: 40px
}
.header dl:hover dd{
    display: block;
}
.header dl dd {
    display: none;
    position: absolute;
    width: 110px;
    text-align: center;
    right: -10px;
    text-align: right;
    top: 40px;
    background-color: #fff;
    box-shadow: 0 0px 10px rgba(0,0,0,.2);
    z-index: 99;
}
.header dl dd p{
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 5px;
    text-align: center
}
.header dl dd::before{
    position: relative;
    content: '';
    display: block;
    margin: 0 auto;
    width:0;
    height:0;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:7px solid #fff;
    top: -5px;
}


.header .wxtools-icon{
    background-position: -4px -190px;
}
.header .wxpublic-icon{
    background-position: -4px -145px;
}
/* header end */
/* top-bg start */
.top-bg{
    background-color: #eeeeee;
    line-height: 40px;
    font-size: 12px;
    color: #555;
}

/* top-bg end */

/* nav start */
/*modify nav default style start*/
.head {
    border-bottom: 1px solid #dedede;
}
.head .navbar-default .navbar-brand{
    margin: 10px 0 0 0 ;
}
/* .head .navbar-nav>li{
    border-top:3px solid #fff;
} */
.head .navbar-nav>li>a{
    color: #333333;
    font-weight: 900;
    line-height: 57px;
}
.navbar-nav > li.active a::after,.navbar-nav > li:hover a::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 15%;
    left: 10%;
    width: 80%;
    height: 2px;
    background-color: #2d8390;
}
.head .navbar-default .navbar-nav>.active>a,.head .navbar-default .navbar-nav>.active>a:focus, .head .navbar-default .navbar-nav>.active>a:hover{
    color: #333333;
    font-weight: 900;
    background-color: #fff;
}
.head .navbar-default .navbar-nav>.open>a,.head .navbar-default .navbar-nav>.open>a:focus,.head .navbar-default .navbar-nav>.open>a:hover{
    background-color: #fff;
    color: #2d8390;

}
.head .dropdown-menu{
    min-width: auto;
    width: 100%;
    top: 60px;
    border: none;
}
.head .dropdown-menu>li>a{
    font-size: 14px;
    line-height: 2;
}
.head .navbar-nav>li.open{
    border-top: 3px solid #2d8390;
    -moz-box-shadow:0 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
    box-shadow:0 6px 12px rgba(0,0,0,.175);
}
.head .dropdown-menu>li>a:hover,.head .navbar-nav > li > a:hover{
    color: #2d8390!important;
}

.head .navbar-nav>li.open .caret{
    border: #2d8390 solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
    margin: 5px 8px;
}
.head .navbar-nav>li .caret{
    width: 8px;
    height: 8px;
    border: #333 solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
    margin: 0 8px 5px;
}
/*modify nav default style end*/
.head .navbar-right{
    margin: 0;
}
.head .navbar-collapse{
    padding: 0;
    background-color: #fff;
}
.head .navbar {
    border: none;
    margin-bottom: 0;
}
.head .navbar-header{
    padding-top: 11px;
    margin: 0;
}
.head .navbar-header > h1, .head .navbar-header > span {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    padding: 0 15px;
    background-color: #2d8390;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin-top: 15px;
}
.head .navbar-header > h1{
    padding: 3px 15px;
}
.navbar-default{
	background-color:#fff;}
.navbar-brand{
    padding: 0;
    height: auto
}
.nav-tel{
    margin-left: 20px;
    margin-top: 31px;
    padding-left: 36px;
    background: url(../images/phone.png) no-repeat left center;
    background-size: contain;
}
.nav-tel p{
    font-size: 14px;
    line-height: 16px;
    color: #2d8390;
    margin-bottom: 0;
}
/* nav end */

/* abstract end */

.breadcrumb-bg{
	background-color: none !important
}

.breadcrumb,.breadcrumb a{
    font-size:14px;
    line-height: 40px;
	color:#9a9a9a;
	background-color: none !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.breadcrumb a:hover,.activty-title a.more:hover, .news-item-title a.more:hover{
    color: #b58e4b;
}


/* banner */
    .banner{
        position: relative;
    }
    .banner .carousel-inner{
        text-align: center;
    }
    .banner img{
        display: block !important;
        margin: 0 auto;
    }
    .banner-bg{
        position: absolute;
        width: 1200px;
        margin: 0 auto;
        top: 0;
        left: 50%;
        margin-left: -600px
    }
    .banner-cnt {
        position: absolute;
        top: 15px;
        right: 0;
        width: 355px;
        background: rgba(255,255,255,.3);
        border: 1px solid #fff;
        border-radius: 6px;
    }
  
    .banner-cnt .banner-cnt-tit {
        text-align: center;
        line-height: 0;
    }
    
    .banner-cnt .banner-cnt-tit span {
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        color: #2d8390;
        padding: 0 40px;
        line-height: 34px;
        background: url(../images/banner-tit-bg.png) no-repeat top center;
        background-size: 100% 100%
    }
    
    .banner-news {
        padding: 10px 7px;
    }
    
    .banner-news li {
        float: left;
        width: 107px;
        margin: 3px;
        text-align: center;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    }
    .banner-news li p{
        font-size: 14px;
        color: #333;
        line-height: 20px
    }
    
    .banner-news li a {
        display: block;
        padding: 13px 0 9px;
        color: #333;
        background: #f1f1f5;
        border: 1px solid #e8e8e8;
        border-radius: 4px;
    }
    
    .banner-news li a:hover {
        color: #fff;
        background: #ac8b57;
        border-color: #ac8b57;
    }
    .banner-news li a:hover p{
        color: #fff;
    }
    
    .banner-news li:hover .banner-icon.icon1 {
        background-position: -72px -102px;
    }
    
    .banner-news li:hover .banner-icon.icon2 {
        background-position: -72px -162px;
    }
    
    .banner-news li:hover .banner-icon.icon3 {
        background-position: -72px -222px;
    }
    
    .banner-news li:hover .banner-icon.icon4 {
        background-position: -72px -282px;
    }
    
    .banner-news li:hover .banner-icon.icon5 {
        background-position: -72px -342px;
    }
    
    .banner-news li:hover .banner-icon.icon6 {
        background-position: -72px -402px;
    }
    
    .banner-news li:hover .banner-icon.icon7 {
        background-position: -72px -462px;
    }
    
    .banner-news li:hover .banner-icon.icon8 {
        background-position: -72px -522px;
    }
    
    .banner-news li:hover .banner-icon.icon9 {
        background-position: -72px -582px;
    }
    
    .banner-news li:hover .banner-icon.icon10 {
        background-position: -72px -642px;
    }
    
    .banner-news li:hover .banner-icon.icon11 {
        background-position: -72px -702px;
    }
    
    .banner-news li:hover .banner-icon.icon12 {
        background-position: -72px -762px;
    }
    
    .banner-icon {
        display: block;
        width: 36px;
        height: 36px;
        margin: 0 auto;
        background: url(../images/banner-icon.png) no-repeat;
    }
    
    .banner-icon.icon1 {
        background-position: -3px -102px;
    }
    
    .banner-icon.icon2 {
        background-position: -3px -162px;
    }
    
    .banner-icon.icon3 {
        background-position: -3px -222px;
    }
    
    .banner-icon.icon4 {
        background-position: -3px -282px;
    }
    
    .banner-icon.icon5 {
        background-position: -3px -342px;
    }
    
    .banner-icon.icon6 {
        background-position: -3px -402px;
    }
    
    .banner-icon.icon7 {
        background-position: -3px -462px;
    }
    
    .banner-icon.icon8 {
        background-position: -3px -522px;
    }
    
    .banner-icon.icon9 {
        background-position: -3px -582px;
    }
    
    .banner-icon.icon10 {
        background-position: -3px -642px;
    }
    
    .banner-icon.icon11 {
        background-position: -3px -702px;
    }
    
    .banner-icon.icon12 {
        background-position: -3px -762px;
    }
    
    .error-icon, .success-icon {
        padding: 0 10px;
        background: url(../images/icon.png) no-repeat;
    }
    
    .error-icon {
        background-position: -10px -48px;
    }
    
    .success-icon {
        background-position: -10px 1px;
    }
/* banner end */

/* guide */
.guide{
    padding: 0 0 20px;
    background: #f2f2f2;
}
.guide-main{
    position: relative;
    background: #fff;
    padding: 15px 20px 25px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15)
}
.guide-l{
    float: left;
    width: 75%;
}
.guide-tit{
    font-size: 28px;
    font-weight: bold;
    padding-left: 20px;
    background: url(../images/guide-tit-bg.jpg) no-repeat left center;
    margin-left: -20px;
    margin-bottom: 15px
}
.guide-cnt li{
    position: relative;
    padding: 6px 0 6px 104px;
    border-bottom: 1px dashed #efefef;
}
.guide-cnt li b{
    position: absolute;
    width: 87px;
    left: 0;
    top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: normal;
    background: #2d8390;
    background: linear-gradient(90deg,#4db9c9,#2d8390);
    border-radius: 2px 0 0 2px
}
.guide-cnt li b::before{
    display: block;
    content: '';
    position: absolute;
    width: 7px;
    height: 20px;
    background: url(../images/b-bg.png) no-repeat center center;
    right: -7px;
    top: 0
}
.guide-cnt li i{
    padding: 0 10px;
    margin-right: 3px;
    background: url(../images/banner-icon.png) no-repeat;
}
.guide-cnt li.li1 b i{
    background-position: -10px -661px
}
.guide-cnt li.li2 b i{
    background-position: -10px -711px
}
.guide-cnt li.li3 b i{
    background-position: -10px -761px
}
.guide-cnt li.li4 b i{
    background-position: -10px -811px
}
.guide-cnt li.li5 b i{
    background-position: -10px -861px
}
.guide-cnt li.li6 b i{
    background-position: -10px -911px
}
.guide-cnt li.li7 b i{
    background-position: -10px -961px
}
.guide-cnt li .error-icon{
    background-position: -10px -46px
}
.guide-cnt li .success-icon{
    background-position: -10px 2px
}

.guide-cnt li span{
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    color: #444;
    margin: 0 30px 0px 0;
}
.guide-cnt li.li2 span{
    margin-right: 10px
}
.guide-cnt li.li7 span{
    margin-right: 0
}
.guide-cnt li p{
    line-height: 28px;
    margin: 0 auto;
}
.guide-cnt li .price{
    font-weight: bold;
    color: #f47070;
}
.guide-cnt li em{
    width: 14px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    color: #fff;
    display: inline-block;
    background: #c7a771;
    border-radius: 2px;
    margin-right: 9px;
}
.guide-cnt li:last-child{
    border: none !important
}
.guide-cnt li .xq-a{
    font-size: 14px;
    color: #b38e4f;
}
.guide-cnt li .kc-a{
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #b38e4f;
    border: 1px solid #b38e4f;
    border-radius: 3px;
    padding: 0 6px;
    margin-right: 4px;
    margin-bottom: 8px;
    margin-top: 7px
}
.guide-cnt li .kc-a:hover{
    color: #fff;
    background: #b38e4f
}


.form-main{
    width: 254px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    overflow: hidden;
}
.guide-main .form-title{
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    padding: 15px 0;
    font-weight: bold;
    text-align: center;
    background: url(../images/form-tit-bg.jpg) no-repeat center center
}
.form-main form{
    padding: 10px 20px
}
.form-main .form-group{
    margin-bottom: 10px
}
.form-group input,.form-group textarea,.form-group select{
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    padding-top: 0;
    padding-bottom: 0
}
.form-group > div{
    padding-right: 0;
}
.form-group label{
    font-size: 14px;
    line-height: 28px
}
.textarea-group textarea{
    height: 62px;
    padding-top: 0;
}
.submit-group .btn{
    width: 139px;
    line-height: 30px;
    height: 30px;
    background: #b38e4f;
    border-color: #b38e4f;
}
/* guide end */

/* news-module */
.news-module{
    padding: 20px 0;
}
.news-module .news-module-main{
    margin: 0 -0.5%;
}
.news-tit {
    height:44px;
    margin: 0 14px;
    border-bottom:1px solid #ebebeb
}
.news-tit span {
    display: inline-block;
    height:44px;
    font-size:20px;
    line-height:20px;
    font-weight: bold;
    color: #333;
    padding:14px 0;
}
.news-tit span i{
    padding: 0 15px;
    background: url(../images/banner-icon.png) no-repeat
}
.news-tit span i.news-icon1{
    background-position: -78px -661px
}
.news-tit span i.news-icon3{
    background-position: -78px -721px
}
.news-tit span i.news-icon2{
    background-position: -78px -781px
}
.news-tit span em{
    color: #2d8390;
}

.news-tit .new-more {
    width:48px;
    font-size:12px;
    line-height:18px;
    text-align:center;
    color:#bbb;
    border-radius:20px;
    border:1px solid #bbb;
    margin-top:12px;
    margin-right:20px
}
.news-tit .new-more:hover {
    color:#fff;
    border-color:#be9448;
    background: #be9448
}
.news-list-box {
    width:31.8333%;
    margin: 0 .75%;
    border-radius:6px;
    overflow:hidden;
    box-shadow:0 0 10px rgba(0,0,0,0.16)
}
.news-list-box dl {
    padding:20px 14px 10px
}
.news-list-box dl dt{
    width:30%;
    border-radius: 3px;
    overflow: hidden;
    margin-right:2%;
    float: left;
}

  .news-list-box dl dd{
    float:right;
    width: 65%;
  }
.news-list-box dl dd a {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
}
.news-list-box dl dd a:hover {
    color:#be9448
}
.news-list-box dl dd p{
    font-size:12px;
    height:36px;
    overflow:hidden;
    line-height:18px;
    color:#666
}
.news-list-box ul {
    padding:0 14px 10px
}
.news-list-box ul li{
    height:30px;
    line-height:30px
}
.news-list-box ul li a {
    float:left;
    width:80%;
    font-size:14px;
    line-height:30px;
    color:#333;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden
}
.news-list-box ul li a:hover{
    color:#be9448
}
.news-list-box ul li span{
    float:right;
    font-size:14px;
    width:44px;
    color:#999;
    text-align: right
}
/* news-module end */




/* school start */
.public-title{
    height: 40px;
    margin-bottom: 20px;
    background: url(../images/title-bg.jpg) no-repeat center center;
    text-align: center
}
.public-title span{
    padding: 0 20px;
    font-size: 30px;
    font-weight: bold;
    color: #2d8390;
}
.major-course {
    margin-bottom: 40px;
}
.school,.rules{
    padding: 30px 0;
}
.modular-list{
    margin-bottom: 20px;
}
.modular-title{
    margin-bottom: 20px;
}
.modular-title  a.more{
    color: #999999
}
.modular-title span,.modular-title h3,.modular-title h2{
    display: block;
    font-size: 24px;
    font-weight:bold;
    height: 30px;
    line-height: 26px;
    color: #333333;
    padding-left: 17px;
    background: url(../images/modular-title-bg.jpg) no-repeat left center
}
/*modify nav-tabs default style start*/
.tabs-box{
    border-bottom: none;
    margin-left: 50px;
}
.tabs-box .nav-tabs{
    border: none;
}
.tabs-box li{
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}
.tabs-box li a,.tabs-box li.active a,.tabs-box li.active a:hover,.tabs-box li.active a:focus{
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    padding: 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none
}
.tabs-box li.active a,.tabs-box li.active a:focus,.tabs-box li.active a:hover,.tabs-box li a:hover{
    background-color:#2d8390 ; 
    color: #fff;
    border: none
}
/*modify nav-tabs default style end*/

.school-list-item,.rules-item{
    float: left;
    width: 23%;
    margin: 1%;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
   
}
.school-list-item:hover,.rules-item:hover{
    -moz-box-shadow:0 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
    box-shadow:0 6px 12px rgba(0,0,0,.175);
}
.school-list-item:last-child{
    margin-right: 0;
}
.list-item-title{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    color: #333333;
    font-weight: 900;
}
.list-item-title .school-logo{
    flex-basis: 60px;
    width: 60px;
    margin-right: 15px;
}
.list-item-title span{
    flex: 1;
}

.school-list-item dd{
    padding: 20px;
    border: 1px solid #eeeeee;
}
.school-list-item .list-item-main p{
    font-size: 12px;
    height: 36px;
    line-height: 18px;
    margin-bottom: 16px;
    color: #999;
}
.list-item-cost{
    padding-top: 15px;
    max-height: 75px;
    font-size: 14px;
    line-height: 20px;
    color: #838c94
}
.list-item-cost a.more{
    color: #ea5e3b
}

/* school end */


/* main01 start */
.main01 {
    padding: 40px 0;
}
ul.major-tag-cnt{
    float: left;
    width: 32%;
}
ul.major-tag-cnt h3{
    font-size:inherit;
    font-weight:inherit;
}
.major-tab-big{
   margin: 0 2%;
}
ul.major-tag-cnt .li-nobottom{
    margin-bottom: 0 !important
}
ul.major-tag-cnt li{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 0 5px;
    margin: 0 auto 15px;
}
ul.major-tag-cnt li.li-rowspan2{
    font-size: 20px;
}
ul.major-tag-cnt li.li-more{
    font-size: 18px
}
ul.major-tag-cnt li a{
    display: -webkit-box;
    display: flex;
    display: block \9;
    justify-content: center;
    align-items: center;
    line-height: 32px;
    color: #fff;
    padding: 15px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.lookmore-icon{
    padding: 9px;
    margin-left: 5px;
    background: url(../images/li-more.png) no-repeat center center;

}

ul.major-tag-cnt .li-rowspan2 a{
    height: 140px;
    padding: 40px 5px;
}
ul.major-tag-cnt .xg a{
    height: auto;
    padding: 15px 5px;

}

ul.major-tag-cnt li:hover > h3{
    -moz-box-shadow: 0px 10px 10px -5px rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 10px 10px -5px rgba(0,0,0,.3);
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,.3);
}
.tab-bg1,.tab-bg9{
    max-height: 62px;
    line-height: 24px !important; 
}
.tab-bg1{
    background-color: #d09879
}
.tab-bg2{
    background-color: #73babc
}
.tab-bg3{
    background-color: #7c8cbf
}
.tab-bg4{
    background-color: #73b0dc
}
.tab-bg5{
    background-color: #98b984
}
.tab-bg6{
    background-color: #c58686
}
.tab-bg7{
    background-color: #9c7cc0
}
.tab-bg8{
    background-color: #6f90c6
}
.tab-bg9{
    background-color: #d6a76f
}
.tab-bg10{
    background-color: #68af9a
}


.school-hot-list li{
    float: left;
    width: 18%;
    margin: 0 1% 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.school-hot-list li:hover,.school-list-main dl:hover{
    box-shadow: 0 0 6px rgba(0,0,0,.2)
}
.school-hot-list li a{
    display: block;
    height: 75px;
    padding: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.school-hot-list li:hover a{
    border-color: #fff;
}
.school-hot-list li img{
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.school-hot-list li span,.school-list-main dd a span{
    display: flex;
    height: 42px;
    margin: 4px 0;
    float: left;
    width: 66%;
    width: calc(100% - 60px);
    font-size: 16px;
    line-height: 21px;
    overflow: hidden;
    font-weight: bold;
    color: #31404c;
    align-items: center
}
/* main01 end */



/* main02 start */
.main02 .school-list {
    background-color: #fff;
    margin-bottom: 30px
}
.main02 .module-sub-title{
    padding: 30px 0 20px;
    border-bottom: 1px solid #d0d5da;
}
.main02 .module-sub-title h3, .main02 .module-sub-title .school-tabs{
    float: left;
}
.main02 .module-sub-title .more{
    float: right;
    margin-right: 10px;
    color: #838c94
}
.main02 .module-sub-title .more:hover{
    color: #b58e4b
}
.main02 .module-sub-title h3{
    height: 23px;
    font-size: 24px;
    line-height: 18px;
    font-weight: bold;
    color: #0b244b;
    padding-left: 13px;
    margin-right: 20px;
    border-left: 3px solid #334d72;
}
.main02 .module-sub-title .school-tabs,.main02 .module-sub-title .more{
    font-size: 16px;
}
.nav-tabs{
    border:0;
}

.main02 .nav > li {
    margin: 0 10px;
}
.main02 .nav > li > a{
    padding: 0px 10px;
    line-height: 24px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border:1px  #b58e4b solid;
    color:#b58e4b;
    font-size:14px;
}
.main02 .nav > li > a:hover,.main02 .nav > li.active > a{
    background-color: #b58e4b;
    color: #fff;
}

.school-list .tab-content{
    padding: 10px 0
}
.school-list-main{
    margin: 0 -8px;
}
.school-list dl{
    float: left;
    width: 18%;
    min-width: 227.2px;
    margin: 10px 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
}
.school-list dl:hover dt,.school-list dl:hover dd{
    border-color: #fff;
}
.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;
    position: relative;
}

.school-list dd .school-logo{
    position: relative;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
.school-list .address-icon{
    margin-right: 4px;
    background-position: 0 -238px
}
.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: 16px;
    overflow: hidden;
}
.school-list dd .school-name{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #0b244b;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.school-list dd .school-name:hover,.school-list dd .school-cnt a{
    color: #b58e4b;
}
.school-list-main .tag-list {
    border-top: 1px dashed #e3e3e8;
    padding-top: 16px;
    height: 40px;
    line-height: 24px;
    overflow: hidden;
}
.school-list-main .tag-list span{
    font-size: 12px
}
.tag{
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  padding: 1px 5px;
  margin-right: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  font-style: normal;
} 
.tag:last-child{
    margin-right: 0
}
.tag-color1 {
    color: #4a5aa6;
  }
.tag-color2 {
    color: #458bbe;
  }
  
  .tag-color3 {
    color: #d37464;
  }
  
  .tag-color4 {
    color: #6958a3;
  }
  
  .tag-color5 {
    color: #c15d5d;
  }
  
  .tag-color6 {
    color: #98592c;
  }
  
  .tag-color7 {
    color: #5aa48f;
  }
  
  .tag-color1 {
    background-color: #f1f2f8;
  }
  
  .tag-color2 {
    background-color: #ecf1f5;
  }
  
  .tag-color3 {
    background-color: #f8efed;
  }
  
  .tag-color4 {
    background-color: #eeebf7;
  }
  
  .tag-color5 {
    background-color: #f8eded;
  }
  
  .tag-color6 {
    background-color: #f6efe9;
  }
  
  .tag-color7 {
    background-color: #e8f5f1;
  }
  
  
.list-item-cost {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 17px;
    padding: 8px 6px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  
  .list-item-cost a {
    float: left;
    width: 31.333%;
    margin: 0 1%;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    border-radius: 3px;
    display: block;
  }
  
  .list-item-cost .look-rules {
    color: #e38944;
    border: 1px solid #e38944;
  }
  
  .list-item-cost .look-rules:hover {
    color: #fff;
    background: #e38944;
  }
  
  .list-item-cost .look-faq {
    color: #4a5aa6;
    border: 1px solid #4a5aa6;
  }
  
  .list-item-cost .look-faq:hover {
    color: #fff;
    background: #4a5aa6;
  }
  
  .list-item-cost .look-news {
    color: #458bbe;
    border: 1px solid #458bbe;
  }
  
  .list-item-cost .look-news:hover {
    color: #fff;
    background: #458bbe;
  }
/* main02 end */



/* rules start */
.rules{
    padding: 30px 0;
    background-color: #f5f7f9
}
.rules-item{
    padding: 20px;
    border: 1px solid #ebebeb;
}
.rules-item dt{
    margin-bottom: 20px;
}
.rules-item dt a{
    display: flex;
    justify-content: center;
    align-items: center
}
.rules-logo{
    max-width: 60px;
    margin-right: 15px;
}
.rules-name{
    width: 70%;
    font-size: 18px;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
}
.rules-item dd p {
    font-size: 14px;
    color: #838c94;
}
.rules-item dd b{
    font-weight: normal;
}
.rules-item .list-item-cost{
    border-top: 1px solid #f5f5f5;
    margin-top: 15px;
}
.rules-item .list-item-cost p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 28px;
}
.rules-item .look-rules{
    padding: 0 10px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #ea5e3b;
    border-radius: 3px;
    color: #ea5e3b;
    float: right;
}
.rules-item .look-rules:hover{
    background-color: #ea5e3b;
    color: #fff;
}
.rules-item .address-icon{
    padding: 0 12px;
    background: url(../images/icon.png) no-repeat center -760px 
}
/* rules end */



/* link start */
.link a {
    padding: 0 10px 10px;
    display: block;
    float: left;
}
/* link end */

/* copyright start */

.copyright{ display:none; padding:1em 0em 1em; text-align:center;border-top:2px solid #2b4d8b; margin:1.5em 0 1em;background-color: #fff;}
.copyright p{ margin-bottom:0.3em; margin:0 0.3em 0.3em;font-size: 12px;}
.copyright p a{ margin-right:5px;}

.last{ display:none;width:100%; height:40px; line-height:40px; background:#2b4d8b; position:fixed; z-index:99999; bottom:0px;}
.last ul li{ float:left; width:33%; height:40px; border-right:1px #fff solid; background-color:#2b4d8b; text-align:center; display:block; overflow:hidden;}
.last ul li a { display:inline-block; height:40px; width:99.8%; color:#FFF; text-align:center; }
.last ul li a span { font-size:14px; font-weight:600;}
/* copyright end */



.banner img{
    max-width:none \9;
    width: auto \9;
}



@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
   
}
@media only screen and (max-width: 1200px) {
    /* 4.1 */
    .banner-bg{
        position: static;
        width: 100%;
        margin: 0 auto;
    }
    .container{
         width: 96%;
     }
   /* 4.1 */
    
    .school,.rules{
        padding: 3% 0;
    }
    .major-course{
        margin-bottom: 3%
    }
    .school-list-item{
        width: 23%;
        margin: 1%;
    }
    .head .navbar-nav>li>a{
        font-size: 14px;
        line-height: 34px;
    }
    .head .navbar-default .navbar-brand{
        float: left;
        width: 45%;
        margin-top: 6px;
    }
    .head .navbar-header > h1, .head .navbar-header > span{
        font-size: 14px;
        line-height: 30px;
        margin-top: 0;
    }
    .nav-tel{
        margin-top: 18px;
    }
    .carousel{
        width: 100%;
        margin-bottom: 3%;
        border-radius: 0;
    }
   

    .school-list-item dd{
        padding: 5%
    }
    .school-list-item .list-item-cost {
        height: 95px;
        max-height: 95px;
        overflow: hidden;
    }


    .major-tag-cnt{
        width: 50% !important;
        margin: 0 auto ;
    }
    ul.major-tag-cnt li a{
        line-height: 32px !important;
    }
    ul.major-tag-cnt .li-rowspan2 a{
        height: 134px;
    }
    ul.major-tag-cnt li{
        font-size: 16px !important;
        margin-bottom: 10px;
    }

    .flow{
        margin-bottom: 5%
    }
    .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;
    }


    .school-hot-list li,.school-list dl{
        width: 23%;
        margin: 1%;
    }
    .school-list .tab-content {
        padding: 1%;
        overflow: hidden;
    }
    .main02 .school-list{
        margin-bottom: 2%
    }
    

}

@media only screen and (max-width: 1024px) {
    /* 4.1 */
    .banner-cnt{
        position: static;
        width: 90%;
        margin: 2% 5%
    }
    .banner-cnt .banner-cnt-tit{
       margin-bottom: 1%
    }
    .banner-cnt .banner-cnt-tit span{
        font-size: 28px
    }
    .banner-news li{
        width: 18%;
        margin: 1%;
    }
    .guide-l,.form-main{
        width: 100%;
    }
    .guide-l{
        margin-bottom: 3%
    }
    .form-main{
        max-width: none;
    }
    .guide-main .form-title{
        background: #4959a4;
        margin-bottom: 2%
    }
    .form-main .form-group{
        float: left;
        width: 48%;
        margin: 0 1% 15px;
    }
    .must-box{
        float: left;
    }
    .form-main .submit-group,.must-box{
        width: 98% !important;
        margin: 0 1% !important;
    }
    .news-list-box{
        width: 48%;
        margin: 1%;
    }


    /* 4.1 */


    .head,.container .container{
        width: 100%;
    }
    .head .navbar-nav>li.nav-tel{display: none;}
    .head .navbar-nav>li>a{
        font-size: 14px;
        line-height: 34px;
        padding: 15px 9px;
    }
    .head .navbar-default .navbar-brand{
        float: left;
        width: 45%;
    }
    .school-list-item,.rules-item{
        width: 31.333%;
        margin: 1%
    }
   
    .tabs-box{
        width: 100%;
        margin: 2% auto 0;
    }

    
    
    .school-hot-list li, .school-list dl{
        width: 31.333%;
    }
    .order-form .submit-group, .order-form .must-box{
        width: 100%;
        text-align: center;
    }
    .order-form .submit-group input{
        margin: 0 auto;
    }
    .order-form .must-box{
        font-size: 12px
    }

    .flow ul{
        display: -webkit-box;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap
    }
    .flow ul li{
        display: -webkit-box;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px
    }

    .main02 .module-sub-title{
        position: relative;
        /* margin-bottom: 30px */
        border-bottom: none;
        padding-bottom: 0 !important;
    }
    .main02 .module-sub-title .more{
        position: absolute;
        right: 0;
        font-size: 14px
    }
    .main02 .module-sub-title h2{
        margin-bottom: 2%
    }
    .main02 .module-sub-title .school-tabs,.main02 .module-sub-title h2{
        width: 100%;
    }
    .main02 .module-sub-title .school-tabs{
        padding-top:2%;
        border-top: 1px solid #d0d5da;
		margin-top:2%;
    }
    .main02 .nav > li{
        margin: 1%;
    }

		.major-recd{
		margin-bottom:0;
		}
	.main02 .module-sub-title{
		padding-top:5px;}

}

@media only screen and (max-width: 767px){
    .banner .carousel-inner > .item > a > img, .banner .carousel-inner > .item > img{
        max-width: 120%;
        margin-left: -10%
    }

    ul.major-tag-cnt li{
        width: 100%;
    }
    ul.major-tag-cnt li li{
        padding: 0;
    }
    ul.major-tag-cnt li a{
        padding: 5px 0 !important;
        height: auto !important;
    }
    /* 4.1 */
    .guide-main{
        padding: 2% 15px;
    }
    .guide-cnt li span{
        margin-right: 0
    }
    .guide-tit{
        margin-bottom: 2%;
        margin-left: -15px
    }
    .guide-tit,.banner-cnt .banner-cnt-tit span{
        font-size: 24px
    }
    .news-module{
        margin-bottom: 0 !important;
        padding-bottom: 0 !important
    }
    .news-list-box{
        width: 98%;
    }
    /* 4.1 */
    
    .major-tag-cnt{
        width: 100% !important;
        margin: 0 auto ;
    }
    .carousel-control .glyphicon-chevron-right,.carousel-control .glyphicon-chevron-left{
        background-size:80%;
        background-position-y: 0 
    }
    .public-title span{
        font-size:24px;
    }
    .modular-title{
        margin-bottom:3%;
    }
    .modular-title h3{
        font-size:18px;
    }
    .school,.rules{
        padding: 4% 0;
    }
	.main01{padding:4% 0 0;}
    .major-course{
        margin-bottom: 4%
    }
    .head .navbar-default .navbar-brand{
        margin-top: 0
    }
    
    .navbar-nav .open .dropdown-menu > li > a{
        padding: 5px 20px;
    }
  
    
    .head .navbar-header{
        padding:10px 0;
    }
    .head .navbar-header > span{
        margin-top: 10px;
        margin-left: -45px;
    }
    .head .navbar-default .navbar-brand {
        width: auto;
        height: 50px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
    }
    .navbar-brand>img {
        width:70%
    }
    .head .navbar-nav > li > a{
        padding: 5px 15px
    }
    .head .navbar-header > h1 {
        margin-top:10px;
        margin-left: -45px;
        padding: 0 15px
    }

    .head .navbar-nav>li>a{
        line-height: 20px;
    }
    .header-r,.list-item-title .school-logo,.nav-tel,.navbar-nav > li.active a::after,.navbar-nav > li:hover a::after{
        display: none !important;
    }



    .school-list .tab-content{
        padding: 2% 1%
    }
    .school-list dd .school-cnt,.module-mb,.main02 .school-list{
        margin-bottom: 5%
    }
    .school-list-main .tag-list{
        padding-top: 9px;
        height: 38px;
    }

    .headlines dt{
        font-size: 16px;
    }
    .modular-title a.more{
        font-size: 12px;
    }

 
    .link a,.tabs-box li a, .tabs-box li.active a, .tabs-box li.active a:hover, .tabs-box li.active a:focus{
        font-size: 14px;
    }


  
    
   
    .tabs-box li , .tabs-box li.active{
        margin-bottom: 1%
    }

    #bs-example-navbar-collapse-1{
        height: 0px !important;
        position: absolute;
        right: 0;
        z-index: 999;
    }
    .head .navbar-right{
        width: 170px;
        position: absolute;
        top: -1px;
        right: -15px;
        z-index: 999;
        background: #fff;
        -moz-box-shadow:0 6px 12px rgba(0,0,0,.175);
        -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
        box-shadow:0 6px 12px rgba(0,0,0,.175);
    }
    .navbar-collapse.in{
        overflow: initial
    }
    .navbar-nav .open .dropdown-menu{
        position: absolute;
        background: #fff;
        left: -96px;
        top: 0;
        -moz-box-shadow:0 6px 12px rgba(0,0,0,.175);
        -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
        box-shadow:0 6px 12px rgba(0,0,0,.175);
    }
    .rules-item{
       width: 48%
    }
   
    .school-list-item .list-item-main p,.list-item-title{
        margin-bottom: 2%
    }
    .school-list-item .list-item-main p{
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .list-item-title{
        font-size: 16px;
        height: 48px;
        line-height: 24px;
    }
    .list-item-title .school-logo{
        max-width: 40px;
    }
    
    .school-list-item .list-item-cost{
        padding-top: 2%
    }
    


    #footer,#qiao-wrap,#QIAO_INVITE_CONTAINER,#QIAO_ICON_CONTAINER .qiao-icon-sector-inner{ display:none !important;}
	#QIAO_INVITE_CONTAINER{ width:0 !important; height:0 !important;}
	.copyright,.last{ display:block;}
}
@media only screen and (max-width: 600px){
    /* 4.1 */
    .form-main .form-group{
        width: 98%;
    }
    .banner-cnt{
        width: 98%;
        margin: 3% 1%;
    }
    .banner-news li{
        width: 31.333%;
    }
    /* 4.1 */
    .school,.rules{
        padding: 5% 0;
    }
    .major-course{
        margin-bottom: 5%
    }
    .tabs-box{
        margin: 5% auto 0;
    }
    .tabs-box li, .tabs-box li.active{
        width: 23%;
        margin: 1%
    }

    .tabs-box li a{
        padding: 0 !important;
    }

    .review-tabs{
        margin-bottom: 5%
    }
    .school-list-item{
        width: 48%;
    }

    .school-hot-list li, .school-list dl,.card-dl{
        width: 48%;
        margin: 1%;
        min-width:140px;
    }

    .school-hot-list li a {
        height: 121px;
        text-align: center;
    }
    .school-hot-list li img {
        float: none;
        margin-bottom: 10px;
    }
    .school-hot-list li span{
        display: block;
        width: 100%;
    }
}
@media only screen and (max-width: 500px){
    .school-list-item .list-item-main p,.news .faq-chat {
        margin-bottom: 5%;
    }
    .school-list-item,.rules-item{
        margin-bottom: 2%
    }
    .banner .carousel-indicators{
        margin-bottom: 0;
        bottom: 0
    }
    
}
@media only screen and (max-width: 425px){
  
    
    .head .navbar-header > h1,.list-item-cost{
        font-size: 12px;
    }
    .carousel-control .glyphicon-chevron-right,.carousel-control .glyphicon-chevron-left{
        background-size:60% ;
        background-position-y: 0
    }
   
    .list-item-title{
        font-size: 16px;
        line-height: 20px
    }
    .list-item-cost b{
        margin-right: 10px;
        margin-bottom: 5%;
    }
    .list-item-tag{
        float: left;
        margin: 0 auto;
    }

    
}
@media only screen and (max-width: 400px){
    ul.major-tag-cnt ul li{
        font-size: 12px !important
    }
   
    .list-item-cost b{
        margin-bottom: 5%;
    }
    .list-item-tag{
        float: left;
    }
    .tabs-box li , .tabs-box li.active{
        width: 31.333%
    }

  
    .list-item-title .school-logo{
        max-width: 34px;
        margin-right: 10px;
    }
    .school-list-item .list-item-cost{
        height: 90px;
        max-height: 90px;
    }
    
}

::-webkit-scrollbar-thumb{
    background-color:#ddd;
    height:50px;
    outline-offset:-2px;
    outline:2px solid #fff;  
 }  

 /* 滚动条大????? */  
 
 ::-webkit-scrollbar{
    width:8px;  
    height:8px;
 }  
 
 /* 滚动框背?????样式 */  
 
 ::-webkit-scrollbar-track-piece{  
    background-color:#fff;  
 } 