@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  color: #000; }

ul {
  list-style: none; }

a {
  text-decoration: none;
  color: #000; }

.head-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: #fff; }

.blank {
  height: 99px;
  width: 100%; }

.head {
  padding: 23px 0;
  width: 1330px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .head img {
    width: 247px;
    height: 53px;
    margin-right: 80px; }
  .head ul {
    display: flex;
    justify-content: space-between;
    width: 1000px; }
    .head ul li {
      padding: 0 10px;
      text-align: center;
      font-size: 16px;
      position: relative; }
      .head ul li a {
        cursor: pointer; }
        .head ul li a:hover {
          color: #007CC4; }
      .head ul li.active a {
        color: #007CC4; }
      .head ul li .wyc-addr {
        height: 0;
        overflow: hidden;
        position: absolute;
        width: 100%;
        left: 0;
        background: #fff;
        border: none;
        border-color: #ccc;
        z-index: 2;
        transition: all 300ms;
        -webkit-transition: all 300ms; }
        .head ul li .wyc-addr a {
          display: block;
          color: #000; }
          .head ul li .wyc-addr a:hover {
            color: #007CC4; }
          .head ul li .wyc-addr a:nth-child(n+2) {
            border-top: 1px solid #ccc; }
      .head ul li:hover .wyc-addr {
        height: 45px;
        border: 1px solid #ccc; }

/*活动专区*/
.banner {
  width: 100%;
  background: url("../img/activity-bg.png") repeat;
  padding: 69px 0 50px; }
  .banner .msg-container {
    width: 911px;
    height: 377px;
    margin: 0 auto;
    padding-bottom: 40px;
    position: relative;
    background: whitesmoke;
    box-shadow: 2.5px 4.33px 21px 0px rgba(4, 144, 225, 0.75); }
    .banner .msg-container .msg-title {
      line-height: 30px;
      color: #fff;
      background: #0467c7;
      padding: 0 10px;
      font-size: 16px;
      margin-bottom: 10px; }
    .banner .msg-container .msg-list {
      margin: 0 10px;
      line-height: 40px;
      font-size: 14px;
      color: #000;
      border-bottom: 1px dashed #ccc;
      display: flex; }
      .banner .msg-container .msg-list p {
        width: 700px;
        margin-right: 50px; }
    .banner .msg-container .msg-page {
      position: absolute;
      bottom: 10px;
      font-size: 16px;
      width: 100%;
      height: 20px; }
      .banner .msg-container .msg-page .page-btn {
        display: flex;
        width: 100%;
        justify-content: center; }
        .banner .msg-container .msg-page .page-btn span {
          cursor: default;
          margin-right: 40px; }
          .banner .msg-container .msg-page .page-btn span:nth-child(2) {
            margin-right: 0; }

.foot {
  background: #000;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  line-height: 1.5;
  position: absolute;
  bottom: 0;
  width: 100%; }

/*# sourceMappingURL=activity.css.map */
