
html,body{
  font-family: "Microsoft YaHei";
  min-width: 900px;
}
h1, h2, h3, h4, h5, h6{
  font-weight: 600 !important;
}
a{
  text-decoration: none;
}
ul,li{
  list-style: none;
  padding: 0;
}

@media screen and (min-width:0px) {
  html{
    font-size: 14px;
  }
}
@media screen and (min-width:992px) {
  html{
    font-size: 16px;
  }
}
@media screen and (min-width:1200px) {
  html{
    font-size: 20px;
  }
}

.layui-container{
  padding: 0 !important;
}
.heart{
  max-width: 1200px;
  margin: 0 auto;
}

.displayflex{
  display: flex !important;
  justify-content: space-between !important;
}
/* 头部 */
.head{
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 3px 4px 10px 0px rgba(0,41,93,0.05);
}
.headBox{
  width: 100%;
  height:6rem ;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headBox .logoBox{
  max-width: 50%;
  display: block;
}
.headBox .logo{
  max-width: 100%;
  max-height: 6rem;
}
.headBox ul{
  display: flex;
}
.headBox ul li a{
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000000;
  margin-left: 2rem;
}
.headBox ul li .active{
  color: #1658A0;
}

/* 中部 */
.topImg{
  width: 100%;
  height: 23rem;
}
.topImg img{
  width: 100%;
  height: 100%;
}

/* 轮播 */
.lunbo {
  position: relative;
  top: -8rem;
}
.lunbo #lunbo{
  border-bottom: 0.4rem solid #1492FF;
  height: 9rem !important;
}
.lunbo .layui-carousel-ind ul{
  background-color: transparent;
}
.lunbo .item {
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  padding: 0 3rem;
  background-color: #ffffff !important;
  box-sizing: border-box;
}
.lunbo .item img{
  width: 60px;
  padding-right: 1rem;
}
.lunbo .item h2{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.5rem;
}
.lunbo .item a:hover h2{
  color: #000000;
}
.lunbo .layui-carousel-ind li{
  border-radius:0 ;
  width: 25px;
  height: 5px;
  background-color: #F0F0F0;
}
.lunbo .layui-carousel-ind li.layui-this{
  background-color: #1492FF;
}

/* 查询 */
.chaxun{
  position: relative;
  top: -4rem;
}
.chaxun>div>h4{
  font-size: 1.2rem;
  margin-bottom: .9rem;
}
.chaxun a{
  display: inline-block;
  width: 100%;
  height: 5.8rem;
  background: url('../img/luqu.png') no-repeat;
  background-size: 100% 100%;
}
.chaxun .xuehao{
  background: url('../img/xuehao.png') no-repeat;background-size: 100% 100%;
}
.chaxun .chengji{
  background: url('../img/chengji.png') no-repeat;
  background-size: 100% 100%;
}
.chaxun .center{
  background: url('../img/center.png') no-repeat;
  background-size: 100% 100%;
}
.chaxun a h4{
  color: #ffffff;
  margin: 2.3rem 0 0 1.6rem;
  font-size: 1.2rem;
}
/* 登录 */
.login {
  position: relative;
  top: -6rem;
}
.login h4{
  font-size: 1.2rem;
  margin-bottom: .9rem;
}
.login #loginEnt{
  height: 25rem !important;
  background-color: #EFF7FC;
  padding:2.3rem 1.75rem ;
  box-sizing: border-box;
}
.login .loginItem{
  background-color: #EFF7FC !important;
}
.login .bottom{
  margin-top: 1.1rem;
}
.login .box{
  display: flex;
}
.login .box .item{
  width: 23.5%;
  height: 6rem;
  margin-right: 2%;
  background: #FFFFFF;
  border: 1px solid #CFECFF;
  box-shadow: 3px 4px 10px 0px rgba(0,41,93,0.05);
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.login .box .item:nth-child(4n){
  margin: 0;
}
.login .box .item p{
  width: 72px;
  height:72px;
  background: url(../img/icon.png) no-repeat 0 0;
  margin: 0;
  margin:0 0.7rem ;
}
.login #loginEnt .box:first-child .item:nth-child(2) p{
  background: url(../img/icon.png) no-repeat -292px 0;
}
.login #loginEnt .box:first-child .item:nth-child(3) p{
  background: url(../img/icon.png) no-repeat -581px 0;
}
.login #loginEnt .box:first-child .item:nth-child(4) p,
.login #loginEnt .box:nth-child(3) .item:nth-child(2) p{
  background: url(../img/icon.png) no-repeat -872px 0;
}
.login #loginEnt .box:nth-child(2) .item:nth-child(1) p{
  background: url(../img/icon.png) no-repeat 0 -142px;
}
.login #loginEnt .box:nth-child(2) .item:nth-child(2) p{
  background: url(../img/icon.png) no-repeat -291px -142px;
}
.login #loginEnt .box:nth-child(2) .item:nth-child(3) p,
.login #loginEnt .box:nth-child(3) .item:nth-child(1) p{
  background: url(../img/icon.png) no-repeat -581px -142px;
}
.login #loginEnt .box:nth-child(2) .item:nth-child(4) p{
  background: url(../img/icon.png) no-repeat -872px -142px;
}
.login #loginEnt .box .item div h5{
  font-weight: 400 !important;
  font-size: 0.9rem;
  margin-bottom: .6rem;
}
.login #loginEnt .box .item div a{
  display: inline-block;
  width: 5rem;
  height: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  background: #5CACF1;
  box-shadow: 0rem 0rem 5px 0rem rgba(61,142,242,0.5);
  border-radius: .85rem;
  color: #FFFFFF;
  font-size: .7rem;
}

/* 专业 */
.major{
  margin-top: -2rem;
}
.major .d-flex{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.major h4{
  font-size: 1.2rem;
  margin-bottom: .9rem;
}
.major .d-flex .more{
  font-size: .7rem;
}
.major ul{
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.major .list li{
  width: 32%;
  margin-right: 2%;
  box-sizing: border-box;
  border: 1px solid #CFECFF;
  border-top: 4px solid #1492FF;
  box-shadow: 3px 4px 10px 0px rgba(0,41,93,0.05);
  margin-bottom: 1.4rem;
}
.major .list li:nth-child(3n){
  margin: 0;
  margin-bottom: 1.4rem;
}
.major .list li .title{
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 ;
  align-items: center;
}
.major .list li .title h5{
  width: 75%;
  font-size: 1.1rem;
  margin-left: .5rem;
}
.major .list li .title p{
  width: 3.5rem;
  height: 1.8rem;
  line-height: 1.8rem;
  text-align: center;
  border-top-left-radius:.9rem ;
  border-bottom-left-radius:.9rem ;
  font-size: .8rem;
  background-color: #1492FF;
  color: #FFFFFF;
}
.major .list li>p{
  height: 3.2rem;
  background: #F5F4F4;
  padding-left: 1.4rem;
  color: #BB3129;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: .8rem;
}
.major .list li>span{
  display: inline-block;
  margin: 1rem 0;
  margin-left: 1.4rem;
  color: #444444;
  font-size: .8rem;
}
/* 底部 */
.footer .footerTop{
  padding: 1.5rem 0;
  color: #FFFFFF;
  background-color: #3564CE;
}
.footer .footerTop>div{
  display: flex;
  justify-content: space-between;
}
.footer .footerTop img{
  height: 5rem;
}
.footer .footerTop h6{
  font-size: .8rem;
  padding-bottom: .5rem;
  border-bottom:1px solid  #EEEEEE;
}
.footer .footerTop .firendLink{
  width: 18%;
  font-size: .6rem;
}
.footer .footerTop .firendLink div a{
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  color: #FFFFFF;
  margin-top: .5rem ;
}
.footer .footerTop .contact{
  width: 25%;
}
.footer .footerTop .contact ul{
  margin: 0;
}
.footer .footerTop .contact li{
  font-size: .6rem;
  margin-top: .5rem ;
  display: flex;
}
.footer .footerTop .contact li span{
  display: inline-block;
  width: 80%;
  font-weight: 600;
}
.footer .footerTop .learn{
  width: 25%;
}
.footer .footerTop .learn img{
  margin-top: .5rem;
}

.footer .footerBootom{
  height: 2.5rem;
  line-height: 2.5rem;
  color: #FFFFFF;
  background-color: #003487;
  text-align: center;
  font-size: .65rem;
}
.footer .footerBootom i{
  font-style:normal;
}
.footer .footerBootom p{
  display: inline-block;
  margin:0 .5rem ;
}
.footer .footerBootom p a{
  color: #FFFFFF;
}

/* 专业页面 */
.majorIndex{
  min-height: calc(100vh - 20.5rem);
  margin: 1.2rem 0;
  overflow: hidden;
}
.majorIndex .labelBox{
  padding:1.5rem ;
  padding-bottom: 1rem;
  background-color: #FFFFFF;
  margin-bottom: 1.2rem;
}
.majorIndex .labelBox h6{
  position: relative;
  font-size: .9rem;
}
.majorIndex .labelBox h6::before{
  content: "";
  width: .25rem;
  height: 1.4rem;
  background-color: #1492FF;
  position: absolute;
  top: 0%;
  left: -10px;
}
.majorIndex .labelBox div{
  margin: 1rem 0;
}
.majorIndex .labelBox div span{
  display: inline-block;
  margin: 0 .5rem;
  font-size: .7rem;
  padding:.2rem .5rem;
  cursor: pointer;
}
.majorIndex .labelBox div .active{
  background-color: #1492FF;
  color: #FFFFFF;
  border-radius: 1rem;
}
.majorIndex .list li {
  background-color: #F2F8FD;
}
.majorIndex .list li>div{
  background-color: #FFFFFF;
}
.majorIndex .list li>div {
  border-top: .2rem solid #1492FF;
}
.majorIndex .list li .title{
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 ;
  align-items: center;
}
.majorIndex .list li .title h5{
  width: 75%;
  font-size: 1.1rem;
  margin-left: 1rem;
}
.majorIndex .list li .title p{
  width: 3.5rem;
  height: 1.8rem;
  line-height: 1.8rem;
  text-align: center;
  border-top-left-radius:.9rem ;
  border-bottom-left-radius:.9rem ;
  font-size: .7rem;
  background-color: #1492FF;
  color: #FFFFFF;
}
.majorIndex .list li>div>p{
  font-size: .9rem;
  background-color: #F5F4F4;
  color: #BB3129;
  padding: 1rem;
}
.majorIndex .list li>div>span{
  display: block;
  font-size: .8rem;
  color: #444444;
  padding: 1rem;
}
.majorIndex #page{
  margin-top: 1rem;
  text-align: center;
}
.majorIndex #page .layui-laypage select{
  background-color: #1492FF;
  color: #FFFFFF;
}

/* 帮助中心 */
.helpImg img{
  width: 100%;
}
.helpBox {
  width: 100%;
  min-height: calc(100vh - 27.75rem);
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
}
.helpBox .meauList {
  width: 20%; 
  background:#fff;
  padding:1.6rem 0;
}
.helpBox .meauList .item {
  margin-bottom: .7rem;
}
.helpBox .meauList h4 {
  font-size: .8rem;
  color: #333333;
  box-sizing: border-box;
  position: relative;
  padding-left: 1.3rem;
  margin-bottom: 1rem;
}
.helpBox .meauList h4::before{
  content: "";
  width: .25rem;
  height: 1.4rem;
  background-color:#1492FF;
  position: absolute;
  top: -4px;
  left: 15px;
}
.helpBox .meauList p {
  width: 100%;
  display: block;
  font-size: .7rem;
  color: #333333;
  padding: 10px 0;
  padding-left: 2rem;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.helpBox .meauList p span{
  display: inline-block;
  width: 80%;
}
.helpBox .meauList p i {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/more.png) no-repeat;
  background-size: 100% 100%;
}
.helpBox .meauList .active {
  color: #317AC9;
  background-color: #F6FBFF;
}
.helpBox .meauCont {
  width: 78%;
  background:#fff;
  padding:2rem;
  box-sizing: border-box;
}
.helpBox .meauCont .itemCont h3{
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.helpBox .meauCont .itemCont {
  text-align: center;
}
.helpBox .meauCont .itemCont span{
  color: #999;
  font-size: .7rem;
  margin: 0 .5rem;
}
.helpBox .meauCont .itemCont i{
  color: #333;
  font-size: .8rem;
}
.helpBox .meauCont .itemCont img{
  display: block;
  margin: 10px auto;
}
.helpBox .meauCont .itemCont div{
  width: 100%;
  overflow: hidden;
}
.helpBox .meauCont .itemCont .content{
  margin: 1rem 0;
  font-size: 1rem;
}
.helpBox .meauCont .itemCont .download{
  margin:0 10px;
  font-size:.8rem;
  color: #009688;
  text-decoration: underline;
}


/* 公告 */
.noticeImg img{
  width: 100%;
}
.noticeBox{
  width: 100%;
  background-color: #FFFFFF;
  padding:0 2.3rem;
  box-sizing: border-box;
  margin: 1.2rem 0;
  overflow: hidden;
}
.noticeBox li{
  display: flex;
  justify-content: space-between;
  margin: 2.2rem 0;
}
.noticeBox li .noticeBoxLeft{
  width: 3rem;
  text-align: center;
  margin:0 1rem;
}
.noticeBox li .noticeBoxLeft img{
  width: 2.5rem;
  height: 2.5rem;
}
.noticeBox li .noticeBoxLeft div{
  width: 100%;
  color: #999999;
  margin: 0 auto;
}
.noticeBox li .noticeBoxLeft div p{
  font-size: 1.9rem;
  border-bottom: 1px solid #D2D2D2;
  margin: 0;
  padding: .4rem 0;
}
.noticeBox li .noticeBoxLeft div span{
  font-size: .6rem;
}
.noticeBox li .noticeBoxRight{
  width: 90%;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 1rem;
}
.noticeBox li .noticeBoxRight h4{
  font-weight: 400;
  font-size: 1.1rem;
}
.noticeBox li .noticeBoxRight img{
  display: block;
  margin: 0 auto ;
  height: 60px;
}
.noticeBox li .noticeBoxRight p{
color: #666666;
font-size: 14px;
width: 100%;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
margin: 1rem 0;
}
.noticeBox li .noticeBoxRight a{
  display: block;
  width: 3.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border: 1px solid #D2D2D2;
  color: #666666;
  font-size: .6rem;
  text-align: center;
}
.noticeDetail{
  width: 100%;
  min-height: calc(100vh - 27.75rem);
  margin: 1.2rem 0;
}
.noticeDetail .noticeDetailBox{
  width: 100%;
  padding:1rem 2.3rem;
  background-color: #ffffff;
  box-sizing: border-box;
  text-align: center;
}
.noticeDetail .noticeDetailBox h2{
  font-size: 1.5rem;
}
.noticeDetail .noticeDetailBox>p{
  margin: 1rem 0;
  font-size: .7rem;
  color: #666666
}
.noticeDetail .noticeDetailBox>p span{
  margin-right: 1rem;
  color: #000000;
  font-size: .8rem;
}
.noticeDetail .noticeDetailBox img{
  display: block;
  height: 100px;
  margin: 0 auto;
}
.noticeDetail .noticeDetailBox .content{
  margin: 1rem 0;
  line-height: 30px;
}
.noticeDetail .noticeDetailBox a{
  color: #1492FF;
}
.notice  #page{
  text-align: center;
}
.notice #page .layui-laypage select{
  background-color: #1492FF;
  color: #FFFFFF;
}

/* 录取 */
.enrollBox{
  width: 550px;
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: 1.4rem;
  box-sizing: border-box;
  margin: 2rem auto;
}
.enrollBox h4{
  color: #1492FF;
  border-bottom:1px solid #1492FF ;
  padding-bottom: 1rem;
  padding-left: 2rem;
}
.enrollBox>div{
  margin-top: 1.4rem;
  text-align: center;
}
.enrollBox div p{
  display: flex;
  align-items: center;
  justify-content: center;
}
.enrollBox>div>p>span{
  display: inline-block;
  width: 80px;
  text-align: right;
  margin-right: 20px;
}
.enrollBox div p .input{
  width: 300px;
  height: 50px;
  outline: none;
  border: 1px solid #D5D7DB;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 14px;
}
.enrollBox div p .form-select:focus{
  box-shadow: none;
}
.enrollBox div p .input::placeholder{
  font-size: 12px;
  color: #999999;
}
.enrollBox div .subbtn{
  width: 60%;
  height: 50px;
  text-align: center;
  background: var(--color);
  font-size: 1rem;
  color: #FEFEFE;
  border-radius: 25px;
  cursor: pointer;
}
.enrollBox .btn-default {
  color:#999999;
}
.enrollBox .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
  width: 300px;
}
.enrollBox .bootstrap-select>.dropdown-toggle{
  height: 50px;
}
.enrollBox .bs3.bootstrap-select .dropdown-toggle .filter-option{
  display: flex;
  align-items: center;
}
.enrollBox .bootstrap-select .dropdown-toggle:focus{
  outline: none !important;
}
.enrollBox .btn-default:hover,.enrollBox .btn-default:focus{
  background-color: #FFFFFF;
}

 /* 首页漂浮公告 */
 #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%;
}