@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style: none; }

body {
  background: #FFF url(../images/bgss.jpg) no-repeat center top;
  background-attachment: fixed;
  /*font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;*/
  font-family: "Arial","Microsoft YaHei","宋体",sans-serif;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative; }

img {
  vertical-align: middle; }

a {
  color: #333;
  text-decoration: none; }
  a:hover {
    color: inherit; }

button {
  border: none;
  background: transparent;
  outline: none;
  font-family: "Arial","Microsoft YaHei"; }

input {
  font-family: "宋体",sans-serif; }

input::-webkit-input-placeholder {
  color: #a0a0a0; }

input::-moz-placeholder {
  color: #a0a0a0; }

input::placeholder {
  color: #a0a0a0; }

.full_search {
  height: 156px;
  background: #f3f3f3;
  box-sizing: border-box;
  padding: 20px 20px 0 20px; }
  .full_search .search_title {
    float: left; }
  .full_search .search_content {
    float: right;
    width: 984px;
    font-family: "宋体",sans-serif; }
    .full_search .search_content .search_select {
      height: 26px;
      margin-bottom: 9px; }
      .full_search .search_content .search_select .select_item {
        display: inline-block;
        width: 86px;
        height: 26px;
        float: right;
        position: relative;
        margin-left: 10px;
        border: 1px solid #4285f4;
        box-sizing: border-box;
        background: #fff;
        color: #4285f4;
        font-size: 14px;
        line-height: 26px;
        text-align: center;
        user-select: none; }
        .full_search .search_content .search_select .select_item .item_btn {
          line-height: 24px;
          display: block;
          width: 68px;
          height: 100%;
          position: relative; }
        .full_search .search_content .search_select .select_item::after {
          content: '';
          display: inline-block;
          width: 10px;
          height: 6px;
          background-image: url(../images/search_select_icon.png);
          background-repeat: no-repeat;
          background-position: top left;
          position: absolute;
          right: 6px;
          top: 10px; }
        .full_search .search_content .search_select .select_item:hover {
          color: #4285f4; }
          .full_search .search_content .search_select .select_item:hover::after {
            -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg); }
        .full_search .search_content .search_select .select_item.active::after {
          -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg); }
        .full_search .search_content .search_select .select_item .option_block {
          display: none;
          width: 100%;
          position: absolute;
          top: 24px;
          left: -1px;
          background: #fff;
          z-index: 9;
          border: 1px solid #4285f4;
          border-top: 1px solid transparent; }
          .full_search .search_content .search_select .select_item .option_block .option_list li:hover {
            background: #4285f4;
            color: #fff; }
      .full_search .search_content .search_select .select_date__wrap {
        float: left;
        width: 290px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        color: #a0a0a0; }
        .full_search .search_content .search_select .select_date__wrap .date_wrap {
          width: 130px;
          height: 28px;
          border: 1px solid #6b6b6b;
          box-sizing: border-box;
          position: relative; }
          .full_search .search_content .search_select .select_date__wrap .date_wrap .input {
            height: 26px;
            line-height: 26px;
            width: 84px;
            background: #FFFFFF;
            text-align: center;
            float: left; }
          .full_search .search_content .search_select .select_date__wrap .date_wrap .date_icon {
            width: 30px;
            height: 26px;
            display: block;
            background: #f3f3f3 url("../images/icon_search_date.jpg") no-repeat left top;
            float: right; }
            .full_search .search_content .search_select .select_date__wrap .date_wrap .date_icon.active {
              background: #4285f4 url("../images/icon_search_date.jpg") no-repeat right top; }
            .full_search .search_content .search_select .select_date__wrap .date_wrap .date_icon:hover {
              background: #4285f4 url("../images/icon_search_date.jpg") no-repeat right top; }
          .full_search .search_content .search_select .select_date__wrap .date_wrap .calendar {
            display: none;
            width: 490px;
            height: 194px;
            position: absolute;
            top: 30px;
            left: 97px;
            z-index: 22;
            background: #FFFFFF;
            border: 1px solid #4285f4; }
            .full_search .search_content .search_select .select_date__wrap .date_wrap .calendar .calendar_hd {
              text-align: center;
              line-height: 46px;
              background: #4285f4;
              position: relative; }
              .full_search .search_content .search_select .select_date__wrap .date_wrap .calendar .calendar_hd .calendar_tit {
                font-size: 20px;
                color: #FFFFFF; }
              .full_search .search_content .search_select .select_date__wrap .date_wrap .calendar .calendar_hd .calendar_year {
                width: 10px;
                height: 14px;
                display: block;
                background: url("../images/icon_search_selectyear.jpg") no-repeat center center; }
              .full_search .search_content .search_select .select_date__wrap .date_wrap .calendar .calendar_hd .year_prev {
                position: absolute;
                left: 20px;
                top: 16px; }
              .full_search .search_content .search_select .select_date__wrap .date_wrap .calendar .calendar_hd .year_next {
                position: absolute;
                right: 20px;
                top: 16px;
                -webkit-transform: rotateZ(180deg);
                -moz-transform: rotateZ(180deg);
                -ms-transform: rotateZ(180deg);
                -o-transform: rotateZ(180deg);
                transform: rotateZ(180deg); }
            .full_search .search_content .search_select .select_date__wrap .date_wrap .calendar .calendar_bd {
              padding-top: 15px;
              padding-left: 7px; }
              .full_search .search_content .search_select .select_date__wrap .date_wrap .calendar .calendar_bd .calendar_list li {
                width: 51px;
                height: 51px;
                float: left;
                margin-right: 20px;
                margin-bottom: 10px;
                line-height: 51px;
                text-align: center;
                color: #333333;
                font-size: 16px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                cursor: pointer;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                box-sizing: border-box; }
                .full_search .search_content .search_select .select_date__wrap .date_wrap .calendar .calendar_bd .calendar_list li.select_date {
                  line-height: 48px;
                  font-weight: bold;
                  color: #4285f4;
                  border: 2px solid #4285f4; }
        .full_search .search_content .search_select .select_date__wrap .date_start {
          float: left;
          position: relative; }
        .full_search .search_content .search_select .select_date__wrap .date_end {
          float: right;
          position: relative; }
        .full_search .search_content .search_select .select_date__wrap .date_line {
          width: 7px;
          height: 1px;
          background: #6b6b6b;
          display: block;
          float: left;
          margin-left: 11px;
          margin-top: 13px; }
    .full_search .search_content .search_input_block {
      position: relative; }
      .full_search .search_content .search_input_block .search_input {
        width: 100%;
        height: 44px;
        box-sizing: border-box;
        border: 1px solid #4285f4;
        outline: none;
        color: #6b6b6b;
        padding: 0 10px;
        font-size: 14px; }
      .full_search .search_content .search_input_block .search_icon {
        width: 44px;
        height: 44px;
        display: block;
        background: url(../images/search_icon.jpg) no-repeat center center;
        position: absolute;
        top: 0;
        right: 0; }

.page_wrapper {
  width: 100%;
  text-align: center; }
  .page_wrapper .page_list li {
    display: inline-block;
    width: 29px;
    height: 29px;
    box-sizing: border-box;
    border: 1px solid #959595;
    font-size: 14px;
    line-height: 29px;
    margin-right: 10px;
    cursor: pointer; }
    .page_wrapper .page_list li:hover, .page_wrapper .page_list li.cur {
      border: 1px solid #4285f4; }
      .page_wrapper .page_list li:hover a, .page_wrapper .page_list li.cur a {
        color: #4285f4; }
    .page_wrapper .page_list li a {
      color: #959595;
      display: block; }
  .page_wrapper .page_list .star_page {
    width: 55px;
    border: none;
    position: relative; }
    .page_wrapper .page_list .star_page:hover {
      border: none; }
      .page_wrapper .page_list .star_page:hover a {
        color: #959595; }
    .page_wrapper .page_list .star_page::before {
      content: '';
      position: absolute;
      width: 16px;
      height: 12px;
      display: block;
      background: url("../images/page_arrow.png") no-repeat center center;
      left: -16px;
      top: 50%;
      margin-top: -6px; }
  .page_wrapper .page_list .end_page {
    width: 55px;
    border: none;
    position: relative; }
    .page_wrapper .page_list .end_page:hover {
      border: none; }
      .page_wrapper .page_list .end_page:hover a {
        color: #959595; }
    .page_wrapper .page_list .end_page::after {
      content: '';
      position: absolute;
      width: 16px;
      height: 12px;
      display: block;
      background: url("../images/page_arrow.png") no-repeat center center;
      right: -16px;
      top: 50%;
      margin-top: -6px;
      -webkit-transform: rotateZ(180deg);
      -moz-transform: rotateZ(180deg);
      -ms-transform: rotateZ(180deg);
      -o-transform: rotateZ(180deg);
      transform: rotateZ(180deg); }

.header {
  height: 192px;
  width: 100%;
  background: url("../images/headder.jpg") no-repeat center center; }

.footer {
  height: 165px;
  width: 100%;
  background: url("../images/footer.jpg") no-repeat center center; }
