.indexBanner{
    height: 500px;
}
.bannerLi{
    background-size: auto 500px!important;
}
.swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    width: 15px;
    height: 15px;
    background: #0063CC;
    border-radius: 50%;
    opacity: 1;
}
.leftSlide{
    width: 680px;
    height: 380px;
    margin-left:0;
}
.leftSlideImg{
    background-size: 100% 100%!important;
}
.slide-pagination{
    text-align: right;
    padding-right: 18px;
    box-sizing: border-box;
}
.slide-pagination span{
    width: 12px;
    height: 12px;
}
.slideTitle{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    height: 42px;
    line-height: 42px;
    background: rgba(0, 0, 0, 0.5);
    padding-left:20px;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom:0;
}
.rightNews{
    width: 500px;
}
.menuHead{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:16px;
    position: relative;
}
.menuHead>a:hover{
    color:#0063CC;
}
.menuHead:after{
    content:'';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #CFCFCF;
    bottom:0;
}
.menuHeadLeft{
    display: flex;

}
.menuHeadLeft>div{
    height: 38px;
    padding:0 28px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color:#333333;
    position: relative;
    z-index: 2;
}
.menuHeadLeft>div.on{
    color: #FFFFFF;
    background: #FF9000;
}
.topTabNav>div{
    cursor: pointer;
}
.topRightNewsBox{
    width: 500px;
    padding-top:12px;
    overflow: hidden;
    display: flex;
}
a:hover,a{
    text-decoration: none;
}
.topNewsBox{
    width: 500px;
    min-width: 500px;
    transition: 0.3s;
    min-height: 300px;
}
.topNewsBox a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#333333;
    cursor: pointer;
    text-decoration: none;
    width: 80%;
    transition: 0.3s;
    font-size: 14px;
}
.topNewsBox>div{
    padding:0 5px;
    display: flex;
    justify-content: space-between;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color:#999999;
}
.topNewsBox>div:hover{
    background: #DAECFF;
}
.topNewsBox>div:hover a{
    color:#0063CC;
}
.bmrk{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:26px;
}
.bmrk>a{
    display: block;
    height: 120px;
    width: 298px;
    background-color:#F4F4F4;
    text-align: center;
    padding-top:76px;
    box-sizing: border-box;
    transition: 0.3s;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.bmrk>a:hover{
    background-color: #e0e0e0;
}
.bm-1{
    background-image: url("img/bm-1.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 28px;
}
.bm-2{
    background-image: url("img/bm-2.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 28px;
}
.bm-3{
    background-image: url("img/bm-3.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 28px;
}
.menuHead a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
}
.menuHead a:hover{
    opacity: 0.8;
}
.schoolMainBox{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:10px;
}
.schoolMainBox .schoolBox:nth-child(5n){
    margin-right: 0;
}
.schoolBox{
    display: flex;
    width: 232px;
    height: 108px;
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    align-items: center;
    padding-left:8px;
    box-sizing: border-box;
    margin-right: 10px;
    margin-bottom:12px;
}
.schoolBox>div>a:hover{
    color:#0063CC;
}
.schoolBox img{
    width: 80px;
    margin-right: 12px;
    height: 80px;
}
.schoolBox>div{
    width: 116px;
}
.schoolBox .schoolTitle{
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.schoolEntry{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top:8px;
}
.schoolEntry>a{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0063CC;
}
.schoolEntry>a:hover{
    opacity: 0.8;
}
.schoolEntry>a:first-child{
    margin-bottom:6px;
}
.friendLinkBox{
    background: #F4F4F4;
    padding:22px 12px 14px 12px;
    margin-bottom:32px;
}
.friendLinkBox>a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-right: 20px;
    margin-bottom:8px;
    display: inline-block;
}
.friendLinkBox>a:hover{
    color:#0068a6;
}
.bottomAd{
    display: flex;
    margin-bottom:28px;
}
.bottomAd>a{
    margin-right:2px;
}
.bottomAd>a:last-child{
    margin-right: 0;
}
.bottomAd img{
    width: 299px;
    height: 76px;
}
.midNewsMainBox{
    display: flex;
    justify-content: space-between;
    margin-bottom:36px;
}
.midNewsBox{
    width: 580px;
}
.midNewsContent>.listA{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color:#333333;
    margin-bottom:14px;
}
.midNewsContent>.listA>a{
    color:#333333;
}
.midNewsContent>.listA>a:hover{
    color:#0063CC;
}
.midNewsContent>.listA>span{
    color:#999999;
}
.midTopNews{
    display: flex;
    align-items: center;
    margin-bottom:16px;
}
.midTopNews>a{
    display: block;
}
.midTopNews>a:hover .title{
    color:#0063CC;
}
.midTopNews img{
    width: 200px;
    height: 120px;
    margin-right: 16px;
}
.midTopNews .title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom:18px;
}
.midTopNews .desc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-bottom:10px;
    line-height: 20px;
}
.midTopNews .time{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    padding-bottom:10px;
    border-bottom:1px solid #EEEEEE;
}

.jlbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:26px;
}
.jlbox>a{
    display: block;
    height: 140px;
    width: 298px;
    background-color:#F4F4F4;
    text-align: center;
    padding-top:76px;
    box-sizing: border-box;
    transition: 0.3s;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.jlbox>a:hover{
    background-color: #e0e0e0;
}
.jl-1{
    background-image: url("img/qq.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 28px;
}
.jl-2{
    background-image: url("img/wx.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 28px;
}
.jl-3{
    background-image: url("img/gzh.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 28px;
}
.jl-4{
    background-image: url("img/1v1.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 28px;
}
.jl-desc{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top:6px;
}

.schoolSuggestListBox{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:28px;
}
.schoolSuggestListBox>a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CFCFCF;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    flex-direction: column;
    width: 294px;
    height: 150px;
    background: #FFFFFF;
    margin-right: 5px;
    margin-bottom:12px;
    transition: 0.3s;
}
.schoolSuggestListBox>a:hover{
    border-color:#0063CC;
    color:#0063CC;
}
.schoolSuggestListBox>a:nth-child(4n){
    margin-right: 0;
}
.schoolSuggestListBox img{
    width: 80px;
    height: 80px;
    margin-bottom:18px;
}

.lastSchoolBox{
    margin-top:50px;
    margin-bottom:44px;
}
.lastSchool{
    display: flex;
}
.lastSchool>div{
    width: 297px;
    box-sizing: border-box;
    padding:18px 20px;
    background: #F4F4F4;
    margin-right: 4px;
}
.lastSchool>div:last-child{
    margin-right: 0;
}
.lastSchool>div>a{
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lastSchool>div>a:hover{
    color:#0063CC;
}

.bm_tit{ clear:both; padding:30px 0;}
.bm_tit h2{text-align:center;margin:0;font-size: 28px;}
.bm_tit p{ text-align:center; padding-top:10px;margin:0;font-size: 14px;}


.zyListLeft{
    float: left;
    width: 290px;
    box-sizing: border-box;
}
.zyListRight{
    float:right;
    width: 880px;
    border:1px solid #dddddd ;
    box-sizing: border-box;
}
.zyList{
    margin-top:30px;
    margin-bottom:80px;
}
.selectCss{
    font-size: 14px;
    padding-left:16px;
    margin:20px 0;
}
.selectCss>select{
    border:1px solid #dddddd;
    outline: none;
    padding: 4px 8px;
    box-sizing: border-box;
    width: 130px;
    overflow : hidden;
    text-overflow : ellipsis;
    white-space : nowrap;
}
.zyBorderCss{
    border:1px solid #dddddd;
    border-top:none;
    padding:10px;
}
.zySearchBtn{
    display: inline-block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    background: #0063CC;
    border-radius: 6px;
    color: #FFFFFF;
    padding: 6px 20px;
}
.zyListLeftTop{
    color:white;
    background: #0063CC;
    padding:10px 26px;
    font-size: 16px;
}
.zyListBox{
    border-bottom:1px solid #CCCCCC;
    display: flex;
    align-items:center;
    justify-content: space-between;
    padding:10px 0;
}
.zyListBox a,.zyListBox div{
    display: block;
    font-size: 14px;
}
.zyListBox .zyName{
    font-size: 16px;
    color:#333333;
    font-weight: bold;
    transition: 0.3s;
}
.zyName:hover{
    color:#0063CC;
}
.zyListBox .xxName{
    margin:8px 0;
    transition: 0.3s;
    display: initial;
}
.xxName:hover{
    color:#0063CC;
}
.zyListMainBox{
    padding:20px;
}
.quickBg{
    background: url("img/quickBg.png") no-repeat center;
    background-size: 1200px 780px;
    width: 1200px;
    height: 780px;
    box-sizing: border-box;
    margin:0 auto 70px auto;
}
.tabRow{
    display: flex;
    align-items: center;
    margin-bottom:14px;
}
.tabRow>div{
    position: relative;
}
.tabRow>div:first-child{
    width: 100px;
    text-align: right;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-right: 16px;
}
.tabRow input{
    width: 400px;
    height: 36px;
    background: #FFFFFF;
    border:none;
    outline:none;
    box-sizing: border-box;
    padding:0 12px;
}
.quickForm{
    padding-top:36px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tabRow textarea{
    width: 400px;
    height: 100px;
    background: #FFFFFF;
    outline: none;
    border:none;
    resize: none;
    box-sizing: border-box;
    padding:8px 10px;
    font-family: Microsoft YaHei;
}
.tabRow select{
    width: 400px;
    outline: none;
    border:none;
    height: 36px;
    box-sizing: border-box;
    padding:0 8px;
}
#quickSubmitBtn{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 42px;
    width: 140px;
    height: 42px;
    background: #FF9000;
    text-align: center;
    display: inline-block;
}
.errorTips{
    position: absolute;
    left: 410px;
    top:6px;
    color:red;
    white-space: nowrap;
    font-size: 14px;

}