
@charset "gb2312";
/* CSS Document */
body{
    font-size: 16px;
    line-height: 24px;
    font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
    color:#444;
}

h4{
    line-height: 50px;
    font-weight: 500;
    font-size: 18px;
}

/*确认框*/
.pop,.pop2{
    text-align: center;
    display: none;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.pop .popMain,.pop2 .popMain{ width: 40%;  background: #fff; position: fixed; left: 30%; top: 20%;}
.popMiddle p{ text-align: center; font-size: 18px; color: #666; padding: 10% 0;}
.pop .popBottom,.pop2 .popBottom{display: flex; width: 100%; height: 80px; text-align: center;}
.pop .popBottom span,.pop2 .popBottom span{ flex: 1; text-align: center; font-size: 24px; color: #fff; line-height: 80px; cursor: pointer; background: #e84c35;}
.pop .popBottom  span:hover,.pop2 .popBottom span:hover{  background: #e84c35;}
.pop .popBottom span:first-of-type,.pop2 .popBottom span:first-of-type{ border-right: 1px solid #fff;}
/*确认框end*/
/*顶部样式*/

.container:after,.jz-box-nav:after,.cp-f1:after,.cp-f1-down:after,.hot-paihang ul:after,.gj-box ul:after,.youhui:after,.compare-sub>ul>li:after,
.compare-btn:after,.jz-box:after,.qiehuan-box:after,.duibi:after,.duibi2:after,.tuijian:after,.cnt-left-down:after,.cnt-right:after,.fun:after,.cnt:after,.recommend1>a:after,.recommend1:after{
    visibility: hidden;clear: both;content: "";display: block;height: 0px;
}


.container h1{
    font-size: 38px;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    color: #e84c35;
    width: 30%;
    float:left;
    margin-right:3%;
}
.container .search{
    width: 38%;
    margin-top:2px;
}
.search_l{
    position: relative;
}
#dxk{
    color: #bbbbbb;
    width: 80%;
    padding:0 0 0 5px;
    font-size: 14px;
    height:44px;
    border: 1px solid #c2c2c2;
    background-color: rgba(0,0,0,0);
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius:3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius:3px
}

#search_an{
    position: relative;
    width: 15%;
    height: 46px;
    background:#e84c35  url("search.png") no-repeat center ;
    border:1px solid #e84c35;
    left: -6px;
    cursor: pointer;
    -moz-border-radius-rightleft: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius:3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius:3px
}
#search_an:hover{
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
#search_l{
    font-size: 16px;
    color: #e84c35;
}

#search_l a{
    font-size: 14px;
    color: #fff;
}
#search_l a:hover{color:#e84c35}
.container>span,.container>div{
    float: left;
}

.container .lianxi{
    float: right;
    width: 15%;
    line-height: 30px;
    background: url(phone.png) no-repeat left center;
    padding-left:5%;
}
.zixun{
    font-size:22px;
    line-height: 24px;
    color:#fff;
}
.lianxi .phone{
    font-size: 20px;
    color:  #e84c35;
    line-height: 26px;
}


.ad,.nav-top,.header,.container,.breadCrumbs,.jz-box,.qiehuan-box{
    width:1200px;
    margin:0 auto;
}
.ad{
    text-align: center;
}

.bread-bg{
    height: 50px;
    font-size: 14px;
    line-height: 50px;

    margin-bottom: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.bread-cnt{
    float:left;
}

/*顶部样式结束*/
.cnt-left {
    margin-right: 2%;
    width: 73.3%;
    margin-bottom: 20px;
}
.clearfix .right{
    float: right;
}
.cnt-right{
    width: 23.5%;
}
/*分类开始*/
.fenlei{
    border-bottom:1px dashed #d8d8d8;
    padding:15px 0;
}
.zl-nav{
    float: left;
    margin-left: 10px;
}
.zl-nav span{
    margin-left: 20px;
}
.clear{
    clear: both;
}

.fenlei p{
    font-size: 16px;
    font-weight:700;
    height: 34px;
    line-height: 34px;
}
.fenlei ul{
    float: left;
}
.fenlei .zl-cnt{
    float:left;
    width:85%;
    margin-left:3%;
}

.fenlei>ul>li{
    color: #333333;
    height: 34px;
    line-height: 34px;
    list-style: none;
    float: left;
}
.fenlei>ul>li>span{
    cursor:pointer;
    font-size: 14px;
    padding:4px 10px;
}
.fenlei>ul>li>span:hover{
    color: #e84c35;
}
.fenlei>ul>li>.active{
    color: white;
    background-color: #e84c35;
}

.fenlei>ul>li>.active a{color:#fff}

.fenlei>ul>li>.active:hover{
    color: #ffffff;
}

.cnt-left-top{
    margin-bottom: 3%;
    padding:3%;
    background-color: #f5f5f5;

}
.recommend-box{
    line-height: 50px;
    background-color: #f5f5f5;
    margin-bottom: 3%;
}


.cnt-left-top .jieguo{
    text-align:right;
}
.cnt-left-top>p>span{
    line-height: 40px;
    color: #e84c35
}
.rec-box,.recommend1{float: left}
.rec-box{
    width: 8%;
    padding:0 2%;
    background-color: #e84c35;
    position: relative;
}
.rec-box:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 8px solid  #e84c35;
    border-bottom:6px solid transparent;
    position: absolute;
    right:-6px;
    top:40%;
    z-index: 10;
}
.recommend1{
    width: 87%;
}
.recommend1>a{
    color: #fff;
    font-size: 16px;
    float: left;
    display: block;
    width: 20%;
    text-align: center;
    color:#e84c35;
}
.recommend{
    display: block;
    color: #fff;
    padding-left: 25px;
    background: url("hz-bg.png") no-repeat left;
}

/*分类搜索结束*/

/*scchool开始*/
.school-list-cnt{
    border:1px #dedede solid;
    padding:3%;
    margin-bottom:3%;
}
.school-list-cnt .school-logo{
    float: left;
    width:15%;
    text-align: center;
}
.school-list-cnt .school-cnt{
    float: left;
    width:68%;
    margin:0 2%;
}
.school-list-cnt .school-cnt a.school-tit{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size:22px;
}
.school-list-cnt .school-cnt p{
    font-size:14px;
    color:#666;
    line-height:32px;
}
.school-list-cnt .school-cnt p.p02 span{
    float: left;
    display: block;
    width:20%;
}
.school-list-cnt .school-cnt p.p02 .q-qun{
    width:45%;
    margin-right:3%;
}
.school-list-cnt .school-cnt p.p02 span.cp-people{
    background: url("ck.png") no-repeat left center;margin-right:2%;
    padding-left:5%;
}
.school-list-cnt .school-cnt p.p02 span.cp-massage{
    background: url("icon-gjc.png") no-repeat left center;
    padding-left:5%;
}
.school-list-cnt .school-zx{
    float:right;
    width:12%;
}

.school-list-cnt .school-zx p{
    width: 85%;
    height: 40px;
    line-height: 40px;
    padding-left: 15%;
    text-align: center;
    font-size: 16px;
    color: #e84c35;
    background: url("add.png") no-repeat left center;
    cursor: pointer;
}


.school-list-cnt .school-zx  a{
    margin-top: 20px;
    line-height: 30px;
    text-align: center;
    color: white;
    display: block;
    background: #e84c35;
    border-radius: 2px;
}



.page{
    width: 100%;
    margin-bottom: 2%;
}
.page>li{
    float: left;

}
.page .pagezong:hover{ background-color: #f5f5f5;
    color: #444;}
.page>li>a, .page>b{
    width: 10%;
    background-color: #f5f5f5;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    padding:10px 20px;
    border-radius: 2px;
    margin-right:10px;
}
.page>b{
    background-color: #fff;
}
.page>li>a:hover{
    background-color: #e84c35;
    color:#fff;
}
.page>li.thisclass a{
    color: white;
    background-color: #e84c35;
}
.page>ul>li>.active{
    color: white;
    background-color: #e84c35;
}

.fst-page a,.last-page a{
    padding-left: 5px;
    padding-right: 5px;
}
/*产品展示结束*/

/**right开始**/
.cnt-right{float: right}
.bk,.exit,.news01,.news02{
    width: 100%;
    padding: 8%;
    margin-bottom: 14%; box-sizing:border-box;
}
.bk h3{
    font-size: 24px;
    line-height: 26px;
    padding-left: 15px;
    margin-bottom: 14%;
    font-weight: normal;
    border-left: 3px solid #e84c35;
}
.cnt-right .ad {
    display: block;
    width: 100%;
    margin-bottom: 5%;
    text-align: center;
}
.bk,.exit{
    background-color: #f6f6f6;
    border-top:3px solid #e84c35;
}

.exit span{display:block;font-size: 14px;text-align: center}
.bk{
    background: #f6f6f6;
    border-top:3px solid #e84c35;
}
.news01, .news02 {
    background: #f6f6f6;
}
.bk a{
    font-size: 12px;
    width: 33.333%;
    margin-bottom: 8%;
    text-align: center;
    float: left;
}
.bk a:hover{color: #e84c35}
.bk a img{
    display: block;
    margin:0 auto 8%;
}

.contant .exit {
   width:100%;
    padding:0 0 8%;
    border:0;
}
.exit h3{
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #e84c35;
    color:#fff;
    text-align: center;
    font-size:20px;
    margin-bottom:20px;

}
.exit .exit-cnt{
    padding:0 8%;
}

.exit  .form-bd div{
    margin-bottom:5%;
}
 .exit input{
    width:96%;
    line-height: 30px;
    padding-left:3%;
    height: 30px;
    outline: none;
    border:1px #dedede solid;
}
.exit textarea{
    width: 96%;
    margin:0 0% 3%;
    height: 90px;
    resize: none;
    outline: none;
    border:1px #dedede solid;
	padding-left:3%;
}
 .exit input,.exit textarea{
  color:#999;
    font-size: 12px;
	font-family:"微软雅黑"
	 }
#btn{
    cursor: pointer;
    width: 70%;
    margin:0% 15%;
    line-height:32px;
    height: 32px;
    text-align: center;
    color:#fff;
    font-size:16px;
    background: #e84c35;
    border:0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.exit p.exit-tel{
    font-size:20px;
    height: 50px;
    line-height: 50px;
    padding-left:15%;
    background: url(icon-tel.png) no-repeat left center;
    margin:0 10%;
}
.exit-lx a{
    display: block;
    width: 19.33333333333%;
    float:left;
    margin:0 1%;
    padding-left:12%;
    font-size:14px;
    cursor: pointer;
}
.exit .exit-lxxx p{
    display: block;
}
.exit-lx a.exit-qq{
    background: url(icon-qq.png) no-repeat left center;
}
.exit-lx a.exit-wx{
    background: url(icon-wx.png) no-repeat left center;
    position: relative;
}
.exit-lx a .wx_tc{
    position:absolute;
    top:30px;
    left:-50px;
    z-index:200;
    display: block;
}
.exit-lx a.exit-wb{
    background: url(icon-wb.png) no-repeat left center;
}

.box_cnt{
    display: none;
}
.box_hover{
    display: block;
}
#tab1 .tabList li,#tab2 .tabList li{
    width: 50%;
    border-bottom: 2px solid #ccc;
    cursor: pointer;
    line-height: 30px;
    margin-top:1%;
    padding-bottom:2%;
    text-align: center;
    float: left;
    font-size: 20px;
}

#bb1,#cc1{
    background: url(right_bg.png) no-repeat right top;
}
#tab1 .tabList .hover,#tab2 .tabList .hover{
    color:#e84c35;
    border-bottom: 2px solid #e84c35;
}
#tab1 .tabCon li,#tab2 .tabCon li{
    background: url(li_bg.png) no-repeat left center;
    padding-left: 4%;
}
#tab1 .tabCon li,#tab2 .tabCon li{
    width: 86%;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 36px;
    margin-left: 5%;
}
#tab1 .tabCon li{
    width: 86%;
}
#tab2 .tabCon li{
    /*width: 41%;*/
    float: left;
}
#tab1 .tabList,#tab2 .tabList{
    margin-bottom: 6%;
}
#tab1 .tabCon li a,#tab2 .tabCon li a{
    font-size: 14px;
    color:#666;
}
#tab1 .tabCon li a:hover,#tab2 .tabCon li a:hover{
    color:#e84c35;
}
/**right结束**/


.bk h3,.exit h3{background-image: none}

/*对比框*/
.compare-cont{
    display: none;
    position: fixed;
    top:25%;
    right:6%;
    width: 220px;
}
.compare-nav{
    height: 45px;
    background: url("db-bg.jpg") no-repeat;
}
.compare-nav>span{
    padding-left: 45px;
    color: white;
    font-size: 24px;
    line-height: 38px;
    margin-left: 20px;
    background: url("home.png") no-repeat left center;
}
.compare-sub{
    background-color: #fff1db;
    border-radius: 0 0 5px 5px;
}

.compare-sub ul li{
    border-bottom: 1px dashed #ddceb7;
    margin-right: 20px;
}
.compare-sub ul li>a{
    color: #e84c35;
    font-size: 14px;
    line-height: 30px;
    float: left;
}
.compare-sub ul li>span{
    margin-top: 10px;
    width: 10px;
    height: 10px;
    background: url("close-cheng.png") no-repeat center;
    float: right;
    cursor: pointer;
}
.compare-sub>p{
    text-align: center;
    font-size: 14px;
    margin-bottom:5px;
    margin-right: 20px;
}
.compare-sub>p>span{
    font-size: 16px;
    color: #e84c35;
    line-height: 30px;
}
.compare-sub>div,.compare-sub>ul,.compare-sub>p{
    margin-left: 20px;
}
.compare-btn span,.compare-btn>a{
    color: white;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    background-color:#e84c35 ;
    border-radius: 4px;
    width: 40%;
    margin-right: 10%;
    float: left;
    cursor: pointer;
}
.compare-btn .compare-clear{
    color: #676767;
    background-color: #d2d2d2;
}
.compare-nav .close{
    position: absolute;
    padding: 0;
    right: 10px;
    top:10px;
    width: 10px;
    height: 10px;
    background: url("close-gray.png") no-repeat center;
    cursor: pointer;
}


.news2 ul li a:hover{color:#e84c35}
.duibi>.fun>a,.duibi2>.fun>a{
    display: inline-block;
}.duibi>.fun>a:hover,.duibi2>.fun>a:hover{
     color: #e84c35;
}
.duibi .fun,.duibi2 .fun{
    padding: 4% 0;
    border-bottom: 1px solid #d8d8d8;
}
.duibi .fun .active,.duibi2 .fun .active{
    color: white;
    background:#e84c35 ;
}
.duibi .fun p,.duibi2 .fun p{
    width: 20%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding: 0;
    margin-left: 0;
    text-indent:0;
    color: #e84c35;
    background:white ;
    float: right;
    border-radius:5px;
    border: 1px solid #e84c35;
}

.cnt-left-down #con_aa_1{
    display:block;
}
.cnt-left>.cnt-left-down>.cnt{
    display:none;
}
.cnt-left-down .paihang .cnt li,.cnt-left-down .news .cnt li,.cnt-left-down .news2 .cnt li{
    padding-left: 2.5%;
    border: none;
}
.paihang>.cnt>li{
    padding-left: 2.5%;
}
.cnt-left-down>.cnt>li{
    background: url(li_bg.jpg) no-repeat left center;
    padding-left: 1%;
    font-size: 14px;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #d8d8d8;
}
.cnt-left-down>.cnt>li:hover a{color:#e84c35}
.cnt-left-down .add{
    margin-bottom: 5%;
    text-align: center;
    font-size: 20px;
}
.cnt-left-down .add a{
    color: #e84c35;
    line-height: 40px;
}
.jiucuo{
    background: url("jiucuo.png") no-repeat left center;
    padding-left: 20px;
    margin: 2% 0;
    float: right;
}
.jiucuo a{
    font-size: 14px;
    color: #666666;
}

/*footer开始*/
#footer{ width:1200px; margin:30px auto ; text-align:center; }
#footer table{ width:100% !important; font-size:14px;}

.copyright{ display:none; padding:1em 0em 1em; text-align:center;border-top:2px solid #fb6a55; margin:1.5em 0 2em;}
.copyright p{ 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:#e8533d; position:fixed; z-index:99999; bottom:0px;}
.last ul li{ float:left; width:33%; height:40px; border-right:1px #fb6a55 solid; background:#e8533d; text-align:center; display:block; overflow:hidden;}
.last ul li a { display:inline-block; height:40px; width:99.8%; color:#FFF; border-right:1px #e8533d solid; text-align:center; }
.last ul li a span { font-size:14px; font-weight:600;}

@media only screen and (max-width:1200px) {
    .container h1{
        font-size:34px;
    }
    .rec-box{
        width:10%;
    }

    .contant .exit{
        width:100%;
    }
    .school-list-cnt .school-cnt{
        width:65%;
    }
    .school-list-cnt .school-zx{
        width:15%;
    }
    .ad,.qiehuan-box, .header, .container, .breadCrumbs,#footer,.nav-top{
        width: 1024px;
    }
    .cnt-right{
        width: 23.5%;
    }
    .header .logo{
        width: 250px;
        margin-right:10px;
    }
    .container .lianxi {
        float: right;
        width: 18%;
        line-height: 30px;
    }



}

@media only screen and (max-width:1024px){
    .bk, .exit, .news01, .news02, .mzsm{width: 100%;padding: 2%}

    .rec-box{
        width: 10%;
    }
    .recommend1{
        width:96%;
        padding:2%;
    }
    .recommend-box{
        line-height: 40px;
    }
    .rec-box::after{
        border-top: 20px solid transparent;
        border-left: 30px solid  #e84c35;
        border-bottom:20px solid transparent;
        right:-30px;
        top:0;
    }
    .recommend1 > a{
        line-height: 30px;
    }
    #tab1 .tabList, #tab2 .tabList{
        margin-bottom: 3%;
    }
    #tab1 .tabCon li {
        float: left;
        width: 44%;
        margin: 0 1%;
        padding-left:2%
    }
    #tab2 .tabCon li{
        width: 18%;
        margin-left: 0;
        padding-left: 2%;
    }
    .contant .exit{
        padding-bottom:5%;
    }
    .exit .exit-cnt{
        padding:0 4%;
    }

    .contant .exit .form-bd div{
        float: left;
        width: 47%;
        margin: 0 1.5% 3%;
        height: 32px;
        line-height: 32px;
    }
    .contant .exit .form-bd div.bd-btn{
        width:95%;
    }
    .exit  .form-bd{
        margin-bottom:3%;
    }
    .exit textarea{
        height: 30px;
    }
    .exit .exit-lxxx p{
        float:left;
        width:40%;
        margin:0 2.5%;
        height: 30px;
        line-height: 30px;
    }
    .exit .exit-lxxx p.exit-tel{
        padding-left:5%;
        width:30%;
    }
    #btn {
        width: 30%;
        margin: 2% 35%;
    }
    .bk h3, .exit h3,.cnt-right>div,.news02{margin-bottom: 6%}
    .bk a {
        width: 16.66666%;
        margin-bottom: 3%;
        font-size: 12px;
    }

    .ad,.nav-top{
        width: 100%;
    }
    .pop .popMain,.pop2 .popMain{ width: 60%; background: #fff; position: fixed; left: 20%; top: 20%;}
    .header,.container{
        width: 96%;
        margin:2% 2%;
    }
    .breadCrumbs{margin-left: 2.5%}
    .page{
        margin-bottom: 6%;
    }

    nav .nav-top a span {
        color: #e84c35;
    }
    .container .lianxi {
        float: right;
        width: 20%;
        line-height: 30px;
        padding-left:8%;
    }
    .header .nav,.cnt-left{
        width: 100%; margin-bottom:0;
    }
    .page a, .page>b{
        width: 10%;
    }
     .container .search, .cnt-right>img, .hot-paihang,.cnt-right .duibi,.cnt-right .news{
        display: none;
    }
    .container h1{
        width:60%;
    }

    .cnt-right{
        width: 100%;
    }
    .compare-cont {
        padding-bottom: 40px;
        position: fixed;
        z-index: 999999;
        background-color: rgba(0,0,0,0.7);
        right: 0%;
        top:inherit;
        bottom: -332px;
        width: 100%;
    }
    .compare-nav {
        background: url(db-bg.jpg) ;
        width: 80%;
        margin:0 auto;
        margin-top: 40px;

    }
    .compare-sub {
        width: 80%;
        margin: auto;
        background-color: #fff1db;
        border-radius: 0 0 5px 5px;
    }
    #footer{
        width:95%;
        margin:3% 2.5% 3%
    }
}
@media only screen and (max-width:970px){
    .header .logo{
        width: 100%;
    }

}
@media only screen and (max-width:800px){
    .nav-top{
        width: 91%;
    }
    .page [title],.page>.pagezong{
        display: none;
    }
    .page{
       margin-bottom: 6%;
    }
    .pop .popMain,.pop2 .popMain{ width: 80%; background: #fff; position: fixed; left: 10%; top: 20%;}
    .header .logo{
        width: 100%;
    }
    .container .lianxi {
        float: right;
        width: 24%;
        line-height: 30px;
    }


    .page a, .page>b {
        width: 22%;
        padding: 0;
        display: inline-block;
    }
}

@media only screen and (max-width:767px){
    .fenlei{
        padding: 2% 0;
    }
    .fenlei a.more{
        float: right;
        width:15%;
        text-align: right;
        display: block;
        height: 34px;
        line-height: 34px;
        font-size:14px;
    }
    .fenlei>.zl-cnt {
        margin-top:1%;
        float: left;
        width: 100%;
    }
    .header .logo{
        width: 100%;
    }
    .ad,.header .nav,.lianxi{
        display: none;
    }
    .head{
        padding:4% 0;
    }
    .container h1{
        width: 100%;
        margin-right:0;
    }
    .school-list-cnt{
        float:left;
        width:41.5%;
        margin:0 1% 2%;
    }
    .school-list-cnt .school-logo{
        width:30%;
        margin-top:2%;
    }
    .school-list-cnt .school-cnt{
        width:60%;
        float:right;
    }
    .school-list-cnt .school-cnt a.school-tit{
        height:50px;
        line-height: 50px;
        margin-bottom:10px;
    }
    .school-list-cnt .school-cnt p.p02 span{
        width: 33%;
        padding-left:15% !important;
        margin:0 1% !important;
    }

    .school-list-cnt .school-cnt p.p01,.school-list-cnt .school-cnt p.p02 .q-qun,.school-list-cnt .school-zx{
        display: none;
    }

    .container>span{
        margin-top: 20px;
        font-size: 30px;
        font-weight: 700;
        color: #e84c35;
        width: 30%;
    }
    .container .search {
        width: 70%;
    }
    .recommend1 {
        width: 100%;
        padding:3% 0;
    }
    .recommend1 > a{
        width:33.3333333%;
        height: 30px;
        line-height: 30px;
    }
    .rec-box{width: 15%}
    .page a,.page>b{
        display: none;
    }
    .page a.fst-page,.page a.pre,.page a.next,.page a.last-page{
        display: inline-block;
    }
    .read,#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:680px){
    .bk h3, .exit h3 {
        margin-bottom: 5%;
    }
    #tab2 .tabCon li {
        width: 23%;
    }
    .search-box{
        padding: 10px 0;
    }
    #search_l,#dxk{
        font-size: 14px;
    }
    .fenlei>ul>li>span{
        font-size: 12px;
    }


    .fenlei>.zl-cnt li{
        margin-left: 1%;
    }

    .fun p{

        width: 40%;
        margin: 0 10% 0 0;
        padding: 0;
        float: right;
    }


}
@media only screen and (max-width:600px){
    .cnt-right .paihang, .cnt-right .tuijian, .cnt-right .duibi2, .cnt-right .news2{
        width: 100%;
        margin-bottom: 8%;
    }
    #tab2 .tabCon li {
        width: 31.333333%;
    }

    .school-list-cnt .school-cnt a.school-tit{
        height:36px;
        line-height: 36px;
        font-size:18px;
        margin-bottom:0;
    }
    .school-list-cnt .school-cnt p.p02 span{
        width:28%;
        padding-left:20% !important;
    }

    .bk a {
        width: 20%;
        margin-bottom: 5%;
    }
    .gj-box,.duibi, .duibi2{
        margin-bottom: 8%;
    }
    .duibi,.duibi2,.cp-f1-down .fun {
        width: 100%;
    }
    .fun p,.cp-f1-down .fun a{
        width: 40%;
        float: right;
    }
    .fun p{
        background-position-x:10%
    }
    .exit .exit-lxxx p.exit-tel{
        padding-left:8%;
        width:33%;
        margin:0;
    }
    .exit .exit-lxxx p{
        width:50%;
    }

}

@media only screen and (max-width:540px){
    .rec-box {
        width: 14%;
    }
    .gj-box ul li {
        width: 23.85%;
    }
    .zl-nav{
        font-size: 15px;
    }
    .zl-nav span{
        margin-left: 5px;
    }
    .fun p {
        background-position-x: 22%;
    }

}
@media only screen and (max-width:480px){
    .school-list-cnt{
        width:100%;
        margin:0 0 3%;
    }
    .school-list-cnt .school-logo{
        width:20%;
        margin:0 5%;
    }
    .school-list-cnt .school-cnt{
        width:65%;
        margin:0;
    }
    .school-list-cnt .school-cnt a.school-tit{
        font-size:18px;
        height: 40px;
        line-height: 40px;
        margin-bottom:10px;
    }
    .school-list-cnt .school-cnt p.p02 span{
        width:32%;
        padding-left:15% !important;
    }
    .rec-box {
        width: 25%;
    }
    .paihang .cnt li,.cp-f1 img{width: 100%}
    .recommend1>a{
        width:48%;
        margin:0 1%;
    }
    .bk h3, .exit h3 {
        margin-bottom: 8%;
    }
    #btn {
        width: 50%;
        margin: 0 25%;
    }
    #tab1 .tabCon li {
        width: 94%;
    }
    .page a,.page>b{
        width: 22%;
    }

    .pop .popBottom, .pop2 .popBottom{
        height: 100%;
    }
    .cnt-left-down .cnt li{
        padding-left: 2%;
    }
    .pop .popBottom span, .pop2 .popBottom span{
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }
    .container .search{
        margin-left: 5%;
        width: 90%;
    }
    .cnt-left-down .cnt li{
        line-height: 40px;
    }
    .exit .exit-lxxx p.exit-tel{
        width:90%;
        height: 50px;
        line-height: 50px;
    }
    .exit .exit-lxxx p{
        width:100%;
        margin:0;
    }
    .exit-lx a{
        padding-left:8%;
    }
}

@media only screen and (max-width:390px){
    .container h1{
        font-size:30px;
    }
    .school-list-cnt .school-logo{
        width:26%;
        margin:0 2%;
    }
    #tab2 .tabCon li {
        width: 46%;
        padding-left: 4%;
    }
    .page,.cp-f1{
        margin-bottom: 10%;
    }
    .container .search{
        margin-left: 3.5%;
        width: 100%;
    }
    .contant .exit .form-bd div{
        width: 100%;
        margin:0 0 3%;
    }
    .fun p{
        background-position-x:15%
    }
    .bk a {
        width: 25%;
        margin-bottom: 8%;
    }
    .exit .exit-lxxx p.exit-tel{
        padding-left:10%
    }
    .exit-lx a{
        padding-left:10%;
    }

}
@media only screen and (max-width:320px){
    .rec-box {
        width: 46%;
        text-align: center;
    }
    .recommend{padding-left: 0}

    .page,.contant .bk,.contant .exit,.contant .news01,.contant .news02,.contant .mzsm{
        margin-bottom: 10%;
    }
    .fun p {
        background-position-x: 0%;
    }

}