/* 配置全局颜色 */
/* // $("body").css('--color','green') */
:root{
    --color:#FFFFFF;
    --linkcolor:#FFFFFF;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
form {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    background: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    border: none;
}

.fff {
    background-color: #fff;
}

.part_main {
    padding: 20px;
    box-sizing: border-box;
    background-color: #f2f2f2;
}

.clearfix {
    content: "";
    display: block;
    clear: both;
}

.font12 {
    font-size: 12px;
}

.width22 {
    width: 220px;
}

.m_2 {
    margin: 20px;
}

.mlr_2 {
    margin: 0 20px;
}

.mtb_2 {
    margin: 20px 0;
}

.mtb_1 {
    margin: 10px 0;
}

.mt_2 {
    margin-top: 20px;
}

.mr_2 {
    margin-right: 20px;
}

.mb_2 {
    margin-bottom: 20px;
}

.ml_2 {
    margin-left: 20px;
}

.mt_1 {
    margin-top: 10px;
}

.mr_1 {
    margin-right: 10px;
}

.mb_1 {
    margin-bottom: 10px;
}

.ml_1 {
    margin-left: 10px;
}

.flex_row {
    display: flex;
    flex-direction: row;
}

.spaceBet {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.spaceAro {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.flex_end {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.flex-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub {
    width: 150px;
    margin: 50px auto 0;
}

.pointer {
    cursor: pointer;
}

.pointer :hover {
    color: #fff;
}

.elli {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.ellis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.width1200 {
    width: 1260px;
    margin: 0 auto;
}

.square {
    width: 0;
    height: 0;
    border: 10px solid #43c3a0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    margin: 10px auto 0;
}

.mainBorder {
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    width: 100%;
}

/*控制整个滚动条*/
::-webkit-scrollbar {
    background-color: transparent;
    width: 6px;
    height: 6px;
    background-clip: padding-box;
}

/*滚动条两端方向按钮*/
::-webkit-scrollbar-button {
    background-color: transparent;
    width: 0;
    height: 0;
}

/*滚动条中间滑动部分*/
::-webkit-scrollbar-thumb {
    background-color: rgba(170, 170, 170, 0.7);
    border-radius: 5px;
}

/*滚动条右下角区域*/
::-webkit-scrollbar-corner {
    background-color: transparent;
    width: 0;
    height: 0;
}

/* 版心 */
.w {
    width: 1200px;
    margin: 0 auto;
}

/* t头部 */
header {
    width: 100%;
    height: 150px;
    min-width: 1200px;
    /* background: url(../images/headerbg.png) no-repeat; */
    background-size: 100% 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.logoBox {
    margin-right: 24px;
}

.logoBox img {
    height: 70px;
}

.titleBox {
    font-size: 36px;
    color: #F9FAFB;
}

.title {
    width: 100%;
    height: 100px;
    background-color: #fff;
    font-size: 14px;
    color: #666666;
}

.title div {
    height: 100px;
    display: flex;
    align-items: center;
    justify-items: center;
}

.title h2,.title a {
    display: block;
    width: 25%;
    height: 40px;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #333333;
    cursor: pointer;
}

.title h2 {
    border-right: 1px solid #BCBCBC;
}

.title h2:last-child {
    border: 0;
}

.title .active {
    color: var(--color);
    position: relative;
}

.title .active::after {
    content: '';
    width: 70%;
    height: 4px;
    /* background: url(../images/choose.png) no-repeat; */
    background: var(--color);
    background-size: 100% 100%;
    border-radius: 2px;
    position: absolute;
    bottom: -30px;
    left: 15%;
        opacity: .8;
}
.date{
    height: 40px;
    line-height: 40px;
}

/* 尾部 */
#footer {
    width: 100%;
    font-size: 14px;
    color: #FFFFFF;
}
#footer .footerlink{
    background-color:var(--linkcolor);
}
#footer .footerlink>div{
    display: flex;
    padding: 20px 0 10px;
}
#footer .footerlink>div span{
    display: inline-block;
    width: 100px;
    height: 30px;
}
#footer .footerlink>div p{
    line-height: 20px;
    background-color:var(--linkcolor);
    text-align: left;
}
#footer .footerlink>div p>a{
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #FFFFFF;
}
#footer .footerbottom{
    height: 150px;
    background-color: var(--color);
}
#footer .footerbottom>div{
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer .footerbottom>div>img{
    width: 105px;
}
#footer .footerbottom ul{
    line-height:25px;
    margin-left: 20px;
}
#footer .footerbottom ul li{
    display: flex;
    flex-direction: row;
}
#footer .footerbottom ul li span{
    margin-right: 20px;
    display: flex;
    align-items: center;
}
#footer .footerbottom ul .hw{
    margin-top: 5px;
}
#footer .footerbottom ul a{
 color: #FFFFFF;
 margin-right: 20px;
}

.iconfont{
    font-size: 80px !important;
    color: var(--color) !important;
    margin-top: 50px;
    font-weight: 100;
}
.iconfontfff{
    color: #ffffff !important;
}

.main {
    background-color: #EDF1F5;
    padding-top: 15px;
	min-height: calc(100vh - 400px);
    box-sizing: border-box;
    overflow: hidden;
}
.main .bgOne{
    background-color: var(--color);
}
.main .main_box{
	display: none;
}
.main .main_box:first-child{
	display: block;
}
.main div>ul{
    display: flex;
    flex-wrap: wrap;
    color: #FFFFFF;
}
.main div>ul>li{
   margin-left: 15px;
}
.main div>ul>li:first-child,.main div>ul>li:nth-child(5n){
    margin-left: 0;
}
.main div ul li{
    height: 260px;
    margin-bottom: 15px;
}
.main div ul .liOne{
    width: 471px;
    padding: 20px 30px;
    box-sizing: border-box;
    background-color: var(--color);
}
.main div ul .liOne div a{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
}
.main div ul .liOne div a img{
    margin-left: 5px;
    width: 8px;
}
.main div ul .liOne h3{
    font-size: 24px;
}

.main div ul .liOne>ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.main div ul .liOne ul li{
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}
.main div ul .liOne ul li a{
    width: 100%;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.main div ul .liOne ul li a h4{
    width: 70%;
    font-weight: 500;
}


.main ul li>a{
	width: 228px;
	height: 100%;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.main .fff p{
	color: #333333;
}
.main .bgOne p{
	color: #FFFFFF;
}
.main div ul li .imgbox{
	width: 76px;
	height: 76px;
	margin-top: 50px;
}
.main div ul li .imgboxone{
	background: url(../images/icon-all.png) no-repeat -487px 0px;
}
.main div ul li .imgboxtwo{
	background: url(../images/icon-all.png) no-repeat -731px  0px;
}
.main div ul li .imgboxthree{
	background: url(../images/icon-all.png) no-repeat -974px   -1px;
}
.main div ul li .imgboxfour{
	background: url(../images/icon-all.png) no-repeat 0px   -274px;
}
.main div ul li .imgboxfive{
	background: url(../images/icon-all.png) no-repeat -244px -270px;
}
.main div ul li .imgboxsix{
	background: url(../images/icon-all.png) no-repeat -487px -270px;
}
.main div ul li .imgboxseven{
	background: url(../images/icon-all.png) no-repeat -731px -270px;
}
.main div ul li .imgboxeight{
	background: url(../images/icon-all.png) no-repeat -974px -271px;
}

/* 登录入口背景 */
.main .login ul li a .imgloginone{
	background: url(../images/student.png) no-repeat;
}
.main .login ul li a .imglogintwo{
	background: url(../images/teacher.png) no-repeat;
}
.main .login ul li a .imgloginthree{
	background: url(../images/centeradmin.png) no-repeat;
}
.main .login ul li a .imgloginfour{
	background: url(../images/admin.png) no-repeat;
}
.main .login ul li a .imgloginfive{
	background: url(../images/examlogin.png) no-repeat;
}

/* 学习平台 */
.main .learn ul li a .imglearnone{
	background: url(../images/learn1.png) no-repeat;
}
.main .learn ul li a .imglearntwo{
	background: url(../images/learn2.png) no-repeat;
	background-size: 100% 100%;
}
.main .learn ul li a .imglearnthree{
	background: url(../images/learn3.png) no-repeat;
	
}
.main .learn ul li a .imglearnfour{
	background: url(../images/learn4.png) no-repeat;
}
.main #link{
	display: flex;
	flex-wrap: wrap;
	padding:0px 20px 20px 0px;
	box-sizing: border-box;
	background-color: #fdfffd;
	text-align: center;
}
.main #link a{
	width: 275px;
	height: 60px;
	line-height: 60px;
	display: block;
	color: #333333;
	background-color: #FFFFFF;
	margin-top:20px;
	margin-left: 20px;
	padding:0 20px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 1px solid #b6debf;
	
} 
.main #link a:hover{
	background-color: var(--color);
	color: #FFFFFF;
}
.main #link p{
	width: 100%;
	font-size: 20px;
	padding:20px;
}

/* 查询页面 */
.breadNav {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.areaBox {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.areaBox img {
    width: 100%;
    height: 100%;
}
.navTitle{
    font-size: 14px;
    color: #999999;
}
.navTitle span {
    font-size: 14px;
    color: var(--color);
}
.formBox{
   width: 565px; 
   /* height: 450px; */
   margin: 40px auto ;
   background-color: #fff;
}
.formBox .formTitle {
    width: 100%;
    height: 53px;
    line-height: 53px;
    font-size: 18px;
    color: var(--color); 
    padding-left: 20px;
    padding-bottom: 16px;
    box-sizing: border-box; 
    border-bottom:1px solid #EEEEEE; 
    display: flex;
    justify-content: flex-start;
}
.formBox .formTitle .iconBox i{
    width: 26px;
    height: 26px;
    margin-right: 10px;
    font-size: 24px !important;
    font-weight: 600;
}
.formBox .formTitle .iconBox img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.smallTitle {
    position: relative;
    height: 53px;
    line-height: 53px;
}
.smallTitle::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--color);
}
.formMain {
    width: 450px;
    margin: 30px auto 0;
}
.formMain .item{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.formMain .item span {
    display: inline-block;
    width: 80px;
    text-align: right;
    font-size: 16px;
    color: #444444;
    margin-right: 20px;
}
.formMain .item input {
    width: 330px;
    height: 50px;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #D5D7DB;
    border-radius: 5px;
}
.findBtn {
    width: 330px;
    height: 50px;
    margin: 20px auto 0;
    line-height: 50px;
    text-align: center;
    background: var(--color);
    font-size: 18px;
    color: #FEFEFE;
    border-radius: 25px;
    cursor: pointer;
}

.helpBox {
    width: 100%;
    height: auto;
    padding: 40px 40px;
    margin: 20px 0px;
    background:#fff;
    display: flex;
    justify-content: space-between;
}
.helpBox .menuList {
    width: 25%; 
    padding-right: 20px;
    border-right:1px solid #ccc ;
    box-sizing: border-box;
}
.helpBox .menuList h2{
    text-align: center;
    background-color: var(--color);
    padding: 10px 0;
    color: #fff;
    margin-bottom: 20px;
}
.helpBox .menuList ul {
    display: flex;
    flex-direction: column;
}
.helpBox .menuList ul li{
    height: 70px;
    line-height: 70px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #CACACA;
    padding: 20px 10px;
    color: #333;
    box-sizing: border-box;
}
.helpBox .menuList ul h4 {
    width: 90%;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    box-sizing: border-box;
    cursor: pointer;
    
}
.helpBox .menuList ul .active {
    color: var(--color);
}
.helpBox .menuList ul .active img {
    display: none;
}

.helpBox .contentBox {
    width: 72%;
}
.helpBox .contentBox h3{
    font-weight: 600;
    border-bottom: 2px solid var(--color);
    padding-bottom: 10px;
}
.helpBox .contentBox ul {
    display: flex;
    flex-direction: column;
}
.helpBox .contentBox ul li{
    height: 30px;
    padding: 15px;
    border-bottom: 1px dashed #DADADA;
    margin: 0;
}
.helpBox .contentBox ul li a{
    width: 100%;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;

}
.helpBox .contentBox ul li a:hover{
    color: var(--color);
}
.helpBox .contentBox ul li a:hover p{
    color: var(--color);
}

.helpBox .contentBox ul li a h4{
    width: 80%;
}

.helpBox .contentBox ul li a p{
    color: #999;
}
.helpBox .pageBox {
    margin: 10px 0px;
    text-align: center;
}

.helpDetailBox{
    width: 100%;
    height: auto;
    padding: 40px 40px;
    margin: 20px 0px;
    background:#fff;
}
.helpDetailBox .contentBox{
    width: 100%;
}
.helpDetailBox .contentBox .itemCont h2,
.helpDetailBox .contentBox .itemCont .tips{
    text-align: center;
}
.helpDetailBox .contentBox .itemCont span{
    color: #999;
    font-size: 14px;
}
.helpDetailBox .contentBox .itemCont i{
    color: #333;
    font-size: 14px;
}
.helpDetailBox .contentBox .itemCont img{
    display: block;
    margin: 10px auto;
}
.helpDetailBox .contentBox .itemCont div{
    width: 100%;
    overflow: hidden;
}
.helpDetailBox .contentBox .itemCont .download{
    margin:0 10px;
    font-size: 16px;
    color: #409eff;
    text-decoration: underline;
}
.helpDetailBox .contentBox .itemCont .content{
    line-height: 30px;
}

.show{
    display: block;
}
.hide{
    display: none;
}
/* 录取通知书 */
.enrollBox {
    position: relative;
    width: 100%;
    margin: 20px auto 0;
    padding: 20px;
    background-color: #fff;
}
.enrollBox .comeBack {
    /* width: 100px; */
    position: relative;
   
}
.enrollBox .comeBack a {
    font-size: 14px;
    color: #333333;
}
.enrollBox .comeBack img {
    width: 17px;
    height: 14px;
    margin-right: 10px;
    margin-bottom: 2px;
    vertical-align: middle;
}
.enrollBox .comeBack::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #E3E3E3;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.enrollBox .bookImg {
    width: 90%;
    margin: 15px auto 0;
    page-break-inside: avoid;
}
.enrollBox .bookImg img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.enrollBox span {
    position: absolute;
    right: 50px;
    top: 200px;
    width: 14px;
    color: #C90000;
    font-size: 12px;
}

/* 成绩查询 */
.scorequery{
    width: 100%;
    background-color: #ffffff;
    margin-top: 10px;
    text-align: center;
    padding:40px 20px;
    box-sizing: border-box;
}
.scorequery p{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    color: red;
}
.scorequery div{
    padding: 10px;
    display: inline-block;
    border: 1px solid #ccc;
    font-size: 0;
}

 /* 首页漂浮公告 */
 #boxFloat{
    /* width:300px;
    height:200px; */
    position:fixed;
    top:0;
    left:0;
    z-index:999;
    background-color: #fff;
    font-size: 0;
    display: none;
}
#boxFloat img{
    width: 100%;
    height: 100%;
    max-width: 300px;
}
#boxFloat h3{
    width: 200px;
    padding:10px 20px;
    font-size: 20px;
}
#boxFloat .close{
    width: 25px;
    height: 25px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
}