body{
   /* background-color: #f3f3f3 !important;*/
    width: 100%; 
    min-height: 900px;
    background: url(https://www.hbmzu.edu.cn/hxhj/statics/images/bg_01.png) top center no-repeat;
}
*{
    margin: 0;
    padding: 0;
    /*font-size: 0;*/
}
.top{
    width: 100%;
    height: 3px;
    background-color: goldenrod;
}
#head{
    background-image: url(../images/bac-1.png);
    height: 169px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
#head-top{
    margin-top: 25px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.head-top-box{
    width: 1160px;
    height: 60px;
    display: flex;
    justify-content: space-between;
}
#head-top .top1{
    height: 90px;
    width: 389px;
}
#head-top .top1 span{
    display: inline-block;
    width: 2px;
    height: 40px;
    margin: 6px 15px 5px 12px;
    background: #7d8c8e;
}


#head-top .top1{
    /*display: flex;*/
    justify-content: space-around;
}
#head-top .top1 img{
    height: 100%;
}
#head-top .top2{
    height: 55px;
    width: 211px;
    display: flex;
    flex-direction: column;
}
#head-top .top2 ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
}
#head-top .top2 li a{
    font-size: 12px;
    color: wheat;
    list-style: none;
    font-weight: bold;
}


#head-top .top2 #baidu{
    height: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    
}
#head-top .top2 .search{
   height: 30px;
   width: 100%;
   padding: 5px 15px;
}
#head-top .top2 .search .searchTerm {
    width: 80%;
    border: 2px solid;
    border-right: none;
    height: 20px;
    border-radius: 25px;
    outline: none;
    color: whitesmoke;
  }
#head-top .top2 .search .searchTerm:focus{
    color: #00B4CC;
  }
#head-top .top2 .search .searchButton {
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    right: 26px;
    top: 3px;
    position: relative;
  }
  .searchButton img{
      display: block;
      border: none;
  }
#head-top2{
   background-color: #003a6a;
   width: 100%;
   height: 55px;
   margin-top: 32px;
  }

nav {
    width: 100%;
    height: 54px;
    background: #0058b6;
}

nav span {
    display: inline-block;
    width: 1px;
    height: 20px;
    margin: 15px 10px;
    background: #8080806e;
}

.nav {
    width: 1177px;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
}
.nav li {
    list-style: none;
}
.sub {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    z-index: 100;
    position: relative;
    cursor: pointer;

    
}
.sub a {
    font-size: 16px;
    color: #fff;
    font-weight:bold;
    /*width: 82px;
    height: 52px;  */
    line-height: 50px;
}

a {
    text-decoration: none;
    
}
.nav .sub a:link,a:visited
{
	display:block;
	/* color:#FFFFFF; */
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
    position: relative;
    /* top: 10px; */
}
.nav .sub a:hover,a:active
{
   background-color: #005ab7;
   
}

nav .nav li dl{
    width: 100%;
    position: absolute;
    display:none;
    background-color: rgb(241, 111, 4);
}
nav .nav li dl a{
    border-bottom: 1px solid whitesmoke;
}
nav .nav li dl a:last-child{
    border: none;
}




/* 轮播图 */
.container-1 {
    height: 403px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  #container-0{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

  /* .wrap */
  .wrap-0 {
    /*position: relative;
    left: 0px;
    width: 4047px;
    animation: animateImg ease 5s infinite normal;*/
  }

  .wrap-0 li{
    list-style: none;
  }  

  /* 图片大小 */
  .wrap-0 img {
    width: 100%;
    float: left;
    height: 403px;
    display: block;
  }
  
  /* 动画 */
  @keyframes animateImg {
    0% {
      left: 0px;
    }
    20% {
      left: -0px;
    }
    40% {
      left: -1349px;
    }
    60% {
      left: -1349px;
    }
    80% {
      left: -2698px;
    }
    100% {
      left: -2698px;
    }
  }
  
  .container-1 .tab1{
      width: 100%;
      position: absolute;
      bottom: 10px;
      text-align: end;
      z-index: 5;
      /* background-color: black; */
      display: flex;
      justify-content: center;
  }
   .tab1 span{
      width: 13px;
      height: 13px;
      background-color: wheat;
      display: inline-block;
      border-radius: 60%;
      cursor: pointer;
      margin-right: 15px;
  } 
/* 左右按钮 */
.container-1 .wrap-button>a{
    width: 46px;
    height: 92px;
    position:absolute;
    display: block;
    z-index: 3;
    cursor: pointer;
    top: 40%;
}
.wrap-button .fl{
    left: 0;
    background: url(../images/ico_left.png);
}

.wrap-button .fr{
    right: 0;
    background: url(../images/ico_right.png);
}





/* 学院新闻 */
#school-news{
    height: 467px;
    width: 100%;
    /*background: #fff; */
    display: flex;
    flex-direction: column;
}
#school-news .news{
    width: 100%;
    display: flex;
    justify-content: center;
}
#school-news .new-top{
    margin: 15px;
    padding: 3px;
    width: 180px;
    height: 40px;
    display: flex;
    align-items: center;
}
#school-news .new-top img{
    width: 20px;
    height: 25px;
}
#school-news .new-top .new-text{
    width: 200px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#school-news .new-top .new-text #text1{
    font-size: 20px;
    color: #004ca3;
    font-weight:bold;
}
#school-news .new-top .new-text #text2{
font-size: 20px;
color: grey;
font-weight:bold;
}

#school-news .logo-text{
    width: 100%;
    height: 404px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 7px;
}

/*  学院新闻轮播图 */
#school-news .logo-text .logo{
    /*height: 380px;*/
    width: 600px;
    /*background-color: #9fefc3;*/
    position: relative;
    box-sizing: content-box;
}

.banner-list {
	width: 2400px;
	/*height: 100%;*/
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	animation: banner-swipe 10s ease-in infinite;
}

.banner-list .item {
	width: 600px;
	/*height: 100%;*/
	display: inline-block;
	float: left;
	font-weight: bold;
	/*font-size: 40px;
	line-height: 150px;*/
	font-size:0;
}

.banner-list .item img{
    width: 100%;
    /*height: 100%;*/
}

.banner-list .item p{ 
	background: #024188;
	color: #fff; 
	width: 600px; 
	font-weight: bold; 
	font-size: 18px; 
	height: 45px; 
	line-height: 45px;  
	text-align: center; 
	padding: 0px 10px; 
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}

.wrap .num {
	position:absolute; 
	z-index:3; 
	bottom:55px; 
	right:15px;
}
.wrap .num li {
	/*width: 14px; 
	height: 14px; 
	background: #fff; 
	border-radius: 50%; 
	float: left; 
	cursor: pointer; 
	margin-left: 10px;*/
}
.wrap .num li.on{ background: #ff0000;}
.logo .wrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

@keyframes banner-swipe {
	0% { left: 0; }
	23% {left: 0;}
	25% { left: -600px; }
	48% {left: -600px;}
	50% { left: -1200px; }
	73% { left: -1200px; }
	75% { left: -1800px; }
	98% { left: -1800px; }
	100% { left: -2400px; }
}

#school-news .logo-text .wrap .tab{
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: end;
    z-index: 1;
}
.wrap .tab span{
    width: 13px;
    height: 13px;
    background-color: wheat;
    display: inline-block;
    border-radius: 60%;
    cursor: pointer;
    margin-right: 15px;
} 



.wrap .logo-text-button a{
    width: 46px;
    height: 92px;
    position: absolute;
    display: block;
    z-index: 5;
    cursor: pointer;
    top: 40%;
}
.wrap .fl{
    left: 0;
    background: url(../images/ico_left.png);
}

.wrap .fr{
    right: 0;
    background: url(../images/ico_right.png);
}


/* 描述 */
#caption{
    width: 100%;
    height: 50px;
    background-color: rgba(19, 42, 172, 0.5);
    position: absolute;
    bottom: 0;
    text-align: end;
    /* z-index: -1; */

}
#caption p{
    position: absolute;
    font-size: 16px;
    color: whitesmoke;
    left: 15px;
    top: 12px;
}




/*  */
#school-news .logo-text .Text{
    width: 600px;
    height: 404px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}

#school-news .logo-text .Text .Text-top{
    width: 100%;
    height: 90px;
    display: flex;
    flex-direction: row;
}
.top-left{
    width: 130px;
    height: 80px;
    background-color: #004ca3;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 18px;
}
.top-left b{
    color: white;
}
.top-left b:first-child{
    font-size: 40px;
}
.top-left b:last-child{
    font-size: 15px;
}
.top-right{
    margin: 3px 0 2px 20px;  
}
.top-right b{
    font-size: 17px;
    color: black;
}
.top-right p{
    font-size: 16px;
    color:grey;
    margin-top: 5px;
}


.Text-bottom{
    width: 100%;
    height: 100%;
}

.Text-bottom ul li{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 18px;
}
.Text-bottom a{
    background: url(../images/ico_li.png) left center no-repeat;
    font-size: 15px;
    padding-left: 20px;
    color: black;
}
.Text-bottom ul p{
    font-size: 15px;
    color: grey;
}
.Text-bottom p:first-child{
    margin-left: 20px;

}
/* 公告 */

#Notice{
    height: 350px;
    width: 100%;
    background-image: url(../images/not-bac.png);
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 18px;
}
#Notice .Nte{
    width: 600px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.Nte-logo{
    display: flex;
    flex-direction: row;
    margin-top: 25px;
}

.Nte-logo .Nte-text{
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Nte-logo .Nte-text .Nte-text-1{
    margin-left: 10px;
}
.Nte-logo .Nte-text .Nte-text-1 b{
    font-size: 17px;
    
}
.Nte-logo .Nte-text p{
    font-size: 17px;
    color: grey;
}
.Nte-text .Nte-text-1 b:first-child{
    color: #004ca3;
}
.Nte-text b{
    font-size: 10px;
    color: grey;
}
#notice-text {
   width: 100%;
   display: flex;
   flex-direction: column;
}
#notice-text span{
    display: inline-block;
    width: 2px;
    height: 15px;
    margin: 0 15px 0 10px;
    background: grey;
}
#notice-text li{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
}

#not-text{
    width: 440px;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
}
#notice-text li p{
    font-size: 14px;
    color: grey;
}
#notice-text li a{
    list-style: none;
    font-size: 15px;
    color: black;
}




#Notice .Aca{
width: 600px;
height: 100%;
/* background-color: brown; */
margin-left: 20px;
}


/* logo位置 */
.Aca-logo{
    display: flex;
    flex-direction: row;
    margin-top: 25px;
}
.Aca-logo .Aca-text{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Aca-logo .Aca-text .Aca-text-1{
    margin-left: 10px;
}
.Aca-logo .Aca-text .Aca-text-1 b{
    font-size: 17px;
    
}
.Aca-logo .Aca-text p{
    font-size: 17px;
    color: grey;
}
.Aca-text .Aca-text-1 b:first-child{
    color: #004ca3;
}
.Aca-text b{
    font-size: 10px;
    color: grey;
}
#Academic-text{
    width: 100%;
    display: flex;
    flex-direction: column;
    
}
#Academic-text li{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}
#Academic-text .Aca-text-left{
    width: 65px;
    height: 60px;
    border: 1px solid gray;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#Academic-text .Aca-text-left .Aca-text-left-top{
    width: 100%;
    height: 50%; 
    background-color: #004ca3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Aca-text-left-top b:first-child{
    font-size: 10px;
    color: white;
}
.Aca-text-left b{
    margin-top: 4px;
    font-size: 13px;
    color: #024188;
}

.Aca-text-right{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}
.Aca-text-right p:first-child{
    font-size: 15px;
    color: #004ca3;
}
.Aca-text-right p:last-child{
    font-size: 15px;
    color: black;
    line-height:45px;
}

/* middle */
#middle{
    width: 100%;
    /*height: 650px;*/
    margin-top: 30px;
    /* background-color: #00B4CC; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.middle-text{
    width: 1225px;
    height: 100%;
    /* background-color: crimson; */
    display: flex;
    align-items: center;
    flex-direction: column;
}
.middle-top-box{
  width: 1225px;
  margin: auto;
  display: flex;
  flex-direction: row;
}

.text-box1{
    width: 280px;
    height: 100%;
    background-image: url(../images/box1.png);
    margin-right: 20px;
}
.middle-top-box .text-box1 a{
    font-size: 16px;
    color: white;
    padding: 22px 33px 25px 35px;
    display: flex;
    flex-direction: column;
}
.text-box2{
    width: 280px;
    height: 100%;
    background-image: url(../images/box2.png);
    margin-right: 20px;
}
.middle-top-box .text-box2 a{
    font-size: 16px;
    color: white;
    padding: 35px 23px 25px 28px;
    display: flex;
    flex-direction: column;
}
.text-box3{
    width: 280px;
    height: 100%;
    background-image: url(../images/box3.png);
    margin-right: 20px;
}
.middle-top-box .text-box3 a{
    font-size: 16px;
    color: white;
    padding: 33px 33px 25px 80px;
    display: flex;
    flex-direction: column;
}
.text-box4{
    width: 280px;
    height: 100%;
    background-image: url(../images/box4.png);
}
.middle-top-box .text-box4 a{
    font-size: 16px;
    color: white;
    padding: 22px 33px 25px 120px;
    display: flex;
    flex-direction: column;
}

.middle-bottom{
    width: 100%;
    /*height: 500px;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.middle-bottom-left{
    height: 100%;
    width: 600px;
}
.mbl-logo{
  margin-top: 25px;
  display: flex;
  flex-direction: row;
}
.mbl-logo .mbl-text{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mbl-logo .mbl-text .mbl-text-1{
    margin-left: 10px;
}
.mbl-logo .mbl-text .mbl-text-1 b{
    font-size: 17px;
}
.mbl-logo .mbl-text p{
    font-size: 17px;
    color: grey;
}
.mbl-text .mbl-text-1 b:first-child{
    color: #004ca3;
}
.mbl-text b{
    font-size: 10px;
    color: grey;
}

#middle-bottom-text {
    width: 100%;
    display: flex;
    flex-direction: column;
 }
 #middle-bottom-text span{
     display: inline-block;
     width: 2px;
     height: 15px;
     margin: 0 15px 0 10px;
     background: grey;
 }
 #middle-bottom-text li{
     width: 100%;
     display: flex;
     flex-direction: row;
     align-items: center;
     margin-top: 30px;
 }
 
 #middle-bottom-text li p{
     font-size: 14px;
     color: grey;
 }
 #texts{
    width: 445px;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
 }
 #middle-bottom-text li a{
     list-style: none;
     font-size: 15px;
     color: black;
 }
 /*  */
 .middle-bottom-right{
    /* background-color: red; */
     margin-left: 20px;
     width: 600px;
     height: 100%;
     display: flex;
     flex-direction: column;
 }
 .mbr-logo{
    margin-top: 25px;
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .mbr-logo .mbr-text{
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .mbr-logo .mbr-text .mbr-text-1{
      margin-left: 10px;
  }
  .mbr-logo .mbr-text .mbr-text-1 b{
      font-size: 17px;
  }
  .mbr-logo .mbr-text p{
      font-size: 17px;
      color: grey;
  }
  .mbr-text .mbr-text-1 b:first-child{
      color: #004ca3;
  }
  .mbr-text b{
      font-size: 10px;
      color: grey;
  }



  /* 底部 */
  #bottom-end{
      height: 200px;
      width: 100%;
      background-color: #f3f3f3;
      margin-top: 30px;
      display: flex;
      flex-direction: column;
      /* justify-content: center; */
      align-items: center;
  }

  #bottom-end .end-top{
      width: 100%;
      height: 40px;
      /* background-color: #004ca3; */
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-around;
  }
  .Line-left{
    width: 48%;
    height: 2px;
    background: gray;
    overflow: hidden;
  }
  .end-top .ball{
      width: 70px;
      height: 70px;
      margin: 0 8px 0 8px;
  }
  .end-top .Line-right{
    width: 48%;
    height: 2px;
    background: gray;
    overflow: hidden;

  }
  #bottom-end .end-bottom{
    width: 1100px;
    height: 90px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

.end-stu{
    width: 200px;
    height: 80px;
    /* background-color: wheat; */
    display: flex;
    flex-direction: row;
    align-items: center;
    
}
.end-stu b{
    font-size: 20px;
    color: #005ab7;
}

.end-line{
    width: 100px;
    height: 100%;
    /* background-color: #004ca3; */
    position: relative;
}
.end-line #line-1{
    display: inline-block;
    width: 15px;
    height: 2px;
    /* margin-top: 25px; */
    margin-left: -1px;
    background: #666;
}
.end-line #line-2{
    display: inline-block;
    width: 2px;
    height: 29px;
    margin-top: 13px;
    background: #666;
}
.end-line #line-3{
    display: inline-block;
    width: 2px;
    height: 30px;
    /* margin-top: 20px; */
    background: #666;
    position: absolute;
    bottom: 8px;
    left: 18px;
}
.end-line #line-4{
    display: inline-block;
    width: 29px;
    height: 2px;
    /* margin-top: 20px; */
    background: #666;
    position: absolute;
    top: 11px;
    left: 18px;
}
.end-line #line-5{
    display: inline-block;
    width: 29px;
    height: 2px;
    /* margin-top: 20px; */
    background: #666;
    position: absolute;
    bottom: 8px;
    left: 18px;
}
.end-line #line-6{
   font-size: 18px;
   color: #666;
   position: absolute;
   top: 1px;
   right: 8px;
}
.end-line #line-7{
    font-size: 18px;
    color: #666;
    position: absolute;
    bottom: 1px;
    right: 8px;
 }
.end-bottom-text{
    width: 900px;
    height: 80px;
    background-color: #fff;
}
.end-text-top{
    width: 100%;
    height: 45%;
    /* background-color: #004ca3; */
    display: flex;
    flex-direction: row;
}
.end-text-top div:hover{
    background-color: #004ca3;
    /*border-bottom: 3px solid #0061ae;*/
}
.end-text-bot div:hover{
    background-color: #004ca3;
    /*border-bottom: 3px solid #0061ae;*/
}
.end-text-top .text-top-box1{
    width: 252px;
    height: 100%;
    background-color: #0094cc21;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-top-box2{
    width: 120px;
    height: 100%;
    background-color: #0094cc21;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-top-box3{
    width: 117px;
    height: 100%;
    background-color: #0094cc21;
    display: flex;
    align-items: center;
    justify-content: center;
}

.end-text-top p{
    font-size: 13px;
    color: #666;
 }
.end-text-top .text-top-box1 p{
   font-size: 13px;
   color: #666;
}

.end-text-bot{
    width: 100%;
    height: 45%;
    /* background-color: #004ca3; */
    display: flex;
    flex-direction: row;
    margin-top: 8px;
}
.text-bot-box1{
    width: 115px;
    height: 100%;
    background-color: #cbc6f6;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-bot-box3{
    width: 124px;
    height: 100%;
    background-color: #0094cc21;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-bot-box4{
    width: 120px;
    height: 100%;
    background-color: #0094cc21;
    display: flex;
    align-items: center;
    justify-content: center;
}

.end-text-bot p{
    font-size: 13px;
    color: #666;
 }

  #bottom-end .end{
      width: 100%;
      height: 40px;
      margin-top: 30px;
      background-color: #005ab7;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .end-text{
      width: 1183px;
      height: 30px;
      /* background-color: wheat; */
      display: flex;
      align-items: center;
  }
  .end-text p{
      font-size: 15px;
      color: white;
  }

  .bar-title{
	  position: relative;
	  text-align: center;
	  line-height: 60px;
  }
  
  .bar-title img{
	  position: absolute;
	  z-index: -1;
  }
  
  .bar-title p{
	  position: relative;
	  z-index: 2;
	  font-size: 36px;
	  padding-top: 20px;
	  color: #fff;
  }
  
  .white{
	  position: relative;
	  z-index: 2;
	  width: 69px;
	  height: 2px;
	  background: #fff;
	  margin: auto;
  }
  
  .bar-list{
	  padding-top:20px;
	  display: flex;
  }
  
  .bar-list a{
	  font-size: 15px;
	  color:#004ca3;
          font-weight: bold;
  }
  
  .barlist{
	 
		height: 50px;
		background-color: #7f898d21;
		
		display: flex;
		align-items: center;
		justify-content: center;
  }