.banner .index-part1 {
  position: relative;
}
.banner .index-part1 .index-bn li a {
  position: relative;
}
.banner .index-part1 .index-bn li a .title {
  position: absolute;
  top: 39%;
  margin-left: 16.3%;
}
.banner .index-part1 .index-bn li a .title h4 {
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0px 3px 27px rgba(0, 0, 0, 0.6);
  line-height: 80px;
  letter-spacing: 5px;
}
.banner .index-part1 .index-bn li a .title p {
  font-size: 21px;
  color: #ffffff;
  text-shadow: 0px 3px 27px rgba(0, 0, 0, 0.6);
}
.banner .apply {
  width: 68%;
  position: absolute;
  left: 15.7%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.banner .apply ul {
  display: flex;
}
.banner .apply ul li {
  position: relative;
  width: 16.6%;
  padding: 1.5% 0;
}
.banner .apply ul li a{
padding:0 15%;
}
.banner .apply ul li:nth-child(2) a {
  border-left: 1px dashed #fff;
}
.banner .apply ul li:first-child a {
  border: none;
  //padding-top: 5%;
}
.banner .apply ul li:last-child a {
  border: none;
  //padding-top: 5%;
}
.banner .apply ul li:hover {
  background-color: rgba(37, 157, 161, 0.7);
  border-bottom: 4px solid #FFA02F;
}
.banner .apply ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px dashed #fff;
}
.banner .apply ul li a .img {
  display: inline-block;
  width: 35px;
  height: 35px;
}
.banner .apply ul li a .img img {
  width: 100%;
  height: 100%;
}
.banner .apply ul li a .title {
  margin-left: 7%;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
}
.content_bj {
  padding-top: 2.5%;
  padding-bottom: 1%;
  background-image: url(../images/bg.jpg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.notice {
  float: left;
  width: 58%;
  margin-right: 4.5%;
}
.notice .notice-title {
  border-bottom: 2px solid #DCDCDC;
  margin-bottom: 3.2%;
}
.notice .notice-title .tit {
  float: left;
  color: #000;
  font-size: 24px;
  padding-bottom: 1.3%;
}
.notice .notice-title .tit span {
  color: #D0D0D0;
}
.notice .notice-title a {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  color: #35AAC0;
  font-size: 12px;
  line-height: 40px;
}
.notice .notice-list .list_left {
  float: left;
  width: 46%;
  margin-right: 6%;
}
.notice .notice-list .list_right {
  float: left;
  width: 48%;
}
.notice .notice-list ul li {
  margin-bottom: 9.1%;
}
.notice .notice-list ul li .left_title {
  display: flex;
  align-items: center;
}
.notice .notice-list ul li .left_title .time {
  float: left;
  flex-direction: column;
  align-items: center;
  height: 59px;
  margin-right: 4%;
}
.notice .notice-list ul li .left_title .time .month_day {
  position: relative;
  width: 64px;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  background-color: #1899B1;
}
.notice .notice-list ul li .left_title .time .month_day::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 36%;
  border: 8px solid transparent;
  border-top-color: #1899B1;
}
.notice .notice-list ul li .left_title .time .year {
  width: 100%;
  text-align: center;
  line-height: 28px;
  color: #666666;
  background-color: #EEEEEE;
  font-size: 14px;
  border-bottom: 2px solid #FFA02F;
}
.notice .notice-list ul li .left_title .title {
  color: #000000;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.information {
  float: left;
  width: 37%;
}
.information .information-title {
  border-bottom: 2px solid #DCDCDC;
  margin-bottom: 3.2%;
}
.information .information-title .tit {
  float: left;
  color: #000;
  font-size: 24px;
  padding-bottom: 1.3%;
}
.information .information-title .tit span {
  color: #D0D0D0;
}
.information .information-title a {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  color: #35AAC0;
  font-size: 12px;
  line-height: 40px;
}
.information .information-list ul .general {
  float: left;
  position: relative;
  width: 38.5%;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  margin-right: 3%;
  margin-bottom: 2%;
  transition: all 0.6s;
  cursor: pointer;
}
.information .information-list ul .general:hover {
  transform: scale(1.1);
}
.information .information-list ul .general a .img {
  width: 100%;
  height: 100%;
}
.information .information-list ul .general a .bg {
  position: absolute;
  line-height: 50px;
  padding-top: 32%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 1.设置背景遮罩 2.设置遮罩上的图标 3.取消图标的自动铺满 4.设置居中 */
  background: rgba(0, 0, 0, 0.35);
}
.information .information-list ul .general a .bg p {
  color: #FFFFFF;
  font-size: 24px;
}
.information .information-list ul .catalogue {
  float: left;
  position: relative;
  width: 58%;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 2%;
  transition: all 0.6s;
  cursor: pointer;
}
.information .information-list ul .catalogue:hover {
  transform: scale(1.1);
}
.information .information-list ul .catalogue a .img {
  width: 100%;
  height: 100%;
}
.information .information-list ul .catalogue a .bg {
  position: absolute;
  line-height: 50px;
  padding-top: 21%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 1.设置背景遮罩 2.设置遮罩上的图标 3.取消图标的自动铺满 4.设置居中 */
  background: rgba(0, 0, 0, 0.35);
}
.information .information-list ul .catalogue a .bg p {
  color: #FFFFFF;
  font-size: 24px;
}
.information .information-list ul .data {
  float: left;
  position: relative;
  width: 58%;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  margin-right: 3%;
  transition: all 0.6s;
  cursor: pointer;
}
.information .information-list ul .data:hover {
  transform: scale(1.1);
}
.information .information-list ul .data a .img {
  width: 100%;
  height: 100%;
}
.information .information-list ul .data a .bg {
  position: absolute;
  line-height: 50px;
  padding-top: 21%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 1.设置背景遮罩 2.设置遮罩上的图标 3.取消图标的自动铺满 4.设置居中 */
  background: rgba(0, 0, 0, 0.35);
}
.information .information-list ul .data a .bg p {
  color: #FFFFFF;
  font-size: 24px;
}
.information .information-list ul .exam {
  float: left;
  position: relative;
  width: 38.5%;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  transition: all 0.6s;
  cursor: pointer;
}
.information .information-list ul .exam:hover {
  transform: scale(1.1);
}
.information .information-list ul .exam a .img {
  width: 100%;
  height: 100%;
}
.information .information-list ul .exam a .bg {
  position: absolute;
  line-height: 50px;
  padding-top: 32%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 1.设置背景遮罩 2.设置遮罩上的图标 3.取消图标的自动铺满 4.设置居中 */
  background: rgba(0, 0, 0, 0.35);
}
.information .information-list ul .exam a .bg p {
  color: #FFFFFF;
  font-size: 24px;
}
.footer {
  background-color: #0A8DA5;
  width: 100%;
}
.footer .link {
  float: left;
  margin-right: 7.6%;
  width: 28%;
}
.footer .link .friend-link {
  letter-spacing: 1px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.8%;
}
.footer .link .friend-link p:nth-child(1) {
  font-size: 17px;
}
.footer .link ul li {
  float: left;
  margin-right: 7.5%;
  margin-bottom: 1.7%;
}
.footer .link ul li:nth-child(2n) {
  margin-right: 0;
}
.footer .link ul li a {
  color: #fff;
  font-size: 14px;
}
.footer .contacts {
  width: 46%;
  float: left;
}
.footer .contacts .contact_we {
  letter-spacing: 1px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.8%;
  font-size: 16px;
}
.footer .contacts .contact_we p:nth-child(1) {
  font-size: 17px;
  color: #fff;
}
.footer .contacts .message {
  color: #fff;
  font-size: 14px;
}
.footer .contacts .message p {
  padding-bottom: 1%;
}
.footer .footer_logo {
  float: right;
  padding-top: 1.7%;
}
.footer .footer_logo img {
  width: 68%;
}
@media (max-width: 1500px) {
  .header {
    height: 105px;
  }
  .navlist {
    height: 48px;
  }
  .navlist > li > a {
    line-height: 10px;
  }
  .navlist > .nav-item > .nav-item-menu {
    top: 23px;
  }
}
@media (max-width: 1200px) {
  .logo-d {
    width: 43%;
  }
  .navlist > li > a {
    line-height: 24px;
  }
  .banner .apply ul li a .img {
    width: 28px;
    height: 28px;
  }
  .banner .apply ul li a .title {
    font-size: 14px;
  }

.navlist>li.active::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #FFA02F;
  }
}
@media (max-width: 992px) {
  .header {
    height: 80px;
  }
  .header-logo {
    position: absolute;
    // top: 80px;
    top: 38px;
    right: 0;
    left: 0;
    margin: auto;
    width: 80%;
    max-width: 52%;
    height: auto;
  }
  .box-icon {
    top: 30px;
  }
  .notice {
    width: 100%;
  }
  .information {
    width: 100%;
  }
}
@media (max-width: 790px) {
  .banner .apply ul li a .img {
    width: 20px;
    height: 20px;
  }
  .banner .apply ul li a .title {
    font-size: 12px;
  }
  .banner .index-part1 .index-bn li a .title h4 {
    line-height: 60px;
    font-size: 26px;
  }
  .banner .index-part1 .index-bn li a .title p {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .header-logo {
    max-width: 80%;
  }
  .banner .apply {
    left: 0;
    width: 100%;
  }
  .banner .apply ul li {
    width: 100%;
  }
.banner .apply ul li a{
padding:0;
}
  .banner .apply ul li a .img {
    width: 10px;
    height: 10px;
  }
  .banner .apply ul li a .title {
    margin-left: 0;
  }
  .banner .apply ul li:first-child a {
    padding-top: 0;
  }
  .banner .apply ul li:last-child a {
    padding-top: 0;
  }
  .index-part1 .slick-arrow {
    margin-left: 0;
  }
  .index-part1 .slick-next {
    margin-right: 0;
  }
  .banner .index-part1 .index-bn li a .title h4 {
    font-size: 18px;
    line-height: 36px;
  }
  .banner .index-part1 .index-bn li a .title p {
    font-size: 12px;
  }
  .notice .notice-list .list_left {
    width: 100%;
  }
  .notice .notice-list .list_right {
    width: 100%;
  }
  .notice .notice-list ul li {
    margin-bottom: 4%;
  }
  .footer .link {
    width: 100%;
    margin-right: 0;
  }
  .footer .link .friend-link {
    margin-bottom: 2.8%;
  }
  .footer .link ul li {
    margin-right: 20%;
    margin-bottom: 3%;
  }
  .footer .contacts {
    width: 100%;
  }
  .footer .contacts .contact_we {
    margin-bottom: 1.8%;
  }
}

@media(max-width:1480px) {
  .navlist>li.active::after {
    content: "";
    position: absolute;
    bottom: -180%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #FFA02F;
  }
}

