body {
  min-width: 1350px;
  background: #edf4ff;
}
.sub-header {
  background: #fff;
  height: 70px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.g-doc {
  width: 1300px;
  margin: 0 auto;
}
.song {
  font-family: \5b8b\4f53;
}
.m-banner {
  height: 700px;
  background: url("../images/banner.jpg") center top no-repeat;
}
.m-banner .m-top {
  width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 60px;
}
.m-banner .m-top a {
  display: block;
  width: 336px;
  height: 55px;
}
.m-floor-1 {
  padding: 90px 0 110px 0;
}
.m-floor-1 h3 {
  height: 107px;
  background: url("../images/big_title.png") center top no-repeat;
}
.m-floor-1 ul {
  margin-top: 45px;
  display: flex;
}
.m-floor-1 li {
  flex: 1;
  background: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-floor-1 li:nth-of-type(1) {
  margin-right: 24px;
}
.m-floor-1 li:nth-of-type(1):before {
  content: "";
  width: 79px;
  height: 69px;
  margin-right: 30px;
  background: url("../images/icon_1.png") no-repeat;
}
.m-floor-1 li:nth-of-type(2) {
  margin-left: 24px;
}
.m-floor-1 li:nth-of-type(2):before {
  content: "";
  width: 86px;
  height: 68px;
  margin-right: 30px;
  background: url("../images/icon_2.png") no-repeat;
}
.m-floor-1 li a {
  font-size: 24px;
  flex: 1;
}
.m-floor-1 li a:hover {
  text-decoration: underline;
}
.m-floor-2 {
  padding-bottom: 100px;
}
.m-floor-2 h3 {
  height: 72px;
  background: url("../images/s_title.png") center top no-repeat;
}
.m-floor-2 .dept-box .t-bg {
  height: 50px;
  background: url("../images/t_bg.png") center top no-repeat;
}
.m-floor-2 .dept-box .dept-list {
  background: url("../images/m_bg.png") repeat-y;
}
.m-floor-2 .dept-box .dept-list ul {
  box-sizing: border-box;
  padding: 0 50px;
  overflow: hidden;
}
.m-floor-2 .dept-box .dept-list li {
  width: 33.3%;
  float: left;
  padding: 10px 0;
}
.m-floor-2 .dept-box .dept-list li a {
  display: block;
  text-align: center;
  font-size: 22px;
}
.m-floor-2 .dept-box .dept-list li a:hover {
  text-decoration: underline;
}
.m-floor-2 .dept-box .b-bg {
  height: 56px;
  background: url("../images/b_bg.png") center top no-repeat;
}
.m-floor-3 {
  height: 1093px;
  background: url("../images/bg.jpg") center top no-repeat;
  box-sizing: border-box;
}
.m-floor-3 .city-list {
  padding-top: 80px;
  overflow: hidden;
  width: 1350px;
}
.m-floor-3 .city-list h3 {
  height: 82px;
  margin-bottom: 30px;
  background: url("../images/title_1.png") center top no-repeat;
}
.m-floor-3 .city-list a {
  display: block;
  width: 240px;
  height: 72px;
  float: left;
  border-radius: 7px;
  background: #fff;
  text-align: center;
  line-height: 72px;
  font-size: 22px;
  margin: 0 25px 25px 0;
}
.m-floor-3 .city-list a:hover {
  text-decoration: underline;
}
.m-floor-3 .year-list {
  padding-top: 120px;
}
.m-floor-3 .year-list h3 {
  height: 71px;
  margin-bottom: 30px;
  background: url("../images/title_2.png") center top no-repeat;
}
.m-floor-3 .year-list .item-box {
  background: #fff;
  border-radius: 7px;
  box-sizing: border-box;
  padding: 30px 30px 0 30px;
  overflow: hidden;
}
.m-floor-3 .year-list .item-box a {
  display: block;
  width: 20%;
  float: left;
  font-size: 22px;
  margin-bottom: 35px;
  text-align: center;
}
.m-floor-3 .year-list .item-box a:hover {
  text-decoration: underline;
}
.m-footer {
  padding: 30px 0;
  background: #0777ff;
}

.zzzq .m-floor-2 li a {
  font-size: 30px;
}

.zzzq .m-floor-3 .city-list a {
  font-size: 36px !important;
  font-weight: 700;
}
.zzzq .m-floor-2 .dept-box .dept-list li a {
  font-size: 26px;
  font-weight: 700;
}
.zzzq .m-floor-1 li a {
  font-size: 35px;
  font-weight: 700;
}
.zzzq > div.m-floor-2 > div > div > div.dept-list > ul {
  height: auto;
}

.zzzq .m-floor-3 .year-list .item-box a {
  font-size: 26px;
  font-weight: 700;
}
