.notice {
  width: 100%;
  height: 100%;
  background: url(../../images/front_low/bj00.png) center center;
  overflow: hidden;
}
.notice .bj {
  width: 100%;
  height: 100%;
}
/*
.notice .bj img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
*/
.notice .content {
  width: 100%;
  height: 100%;
}
.notice .content .content-in {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -415px;
  margin-top: -190px;
  text-align: center;
  color: #FFFFFF;
}
.notice .content .content-in h3 {
  margin-top: 88px;
  font-size: 48px;
}
.notice .content .content-in p {
  margin: 40px 0;
  font-size: 26px;
  width: 830px;
}
.notice .content .content-in ul li {
  padding: 6px 17px;
  display: inline-block;
  font-size: 18px;
  display: inline;
  zoom: 1;
}
.notice .content .content-in ul li img {
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
.notice .content .content-in ul li a {
  padding: 6px 17px;
  font-size: 18px;
  border: 1px solid #fff;
  text-align: center;
  display: inline;
  zoom: 1;
  color: #FFFFFF;
}
.notice .content .content-in ul .nth-child2 a {
  padding: 6px 32px;
}
.notice .content .content-in ul .nth-child3 a {
  padding: 6px 64px;
}
@media screen and (max-width: 1300px) {
  .notice .header {
    font-size: 14px;
  }
}
@media screen and (max-width: 1110px) {
  .notice .header {
    height: 60px;
    line-height: 60px;
    font-size: 12px;
  }
  .notice .header .center_nav ul li a {
    height: 60px;
    line-height: 60px;
  }
  .notice .content .content-in {
    margin-left: -315px;
  }
  .notice .content .content-in h3 {
    font-size: 36px;
  }
  .notice .content .content-in p {
    width: 630px;
    font-size: 20px;
  }
  .notice .content .content-in ul li a {
    font-size: 12px;
  }
}
