* {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  border-radius: 0;
  outline: none; }

body {
  font-size: 28px;
  width: 750px;
  font-family: Arial,"Microsoft YaHei";
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden; }

.inner {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative; }

img {
  vertical-align: middle; }

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

button {
  border: none;
  background: transparent;
  outline: none; }

input {
  -webkit-appearance: none;
  border: none; }
  input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999; }

.btn {
  display: block;
  color: #FFFFFF;
  text-align: center; }

.btn_small {
  width: 100px;
  height: 44px;
  line-height: 44px;
  font-size: 24px; }

.btn_yellow {
  background-color: #d1af72; }

.badge {
  width: 56px;
  height: 30px;
  background: #d1af72;
  color: rgba(255, 255, 255, 0.8);
  line-height: 30px;
  font-size: 20px;
  text-align: center; }

header {
  height: 140px;
  background-image: url(../images/hdbg.jpg);
  background-size: 100% auto;
  position: relative; }

header span {
  background-image: url(../images/icons.png);
  z-index: 2;
  position: relative; }

header .menu {
  height: 140px;
  width: 49px;
  height: 37px;
  float: left;
  background-position: left -184px;
  margin-left: 24px;
  margin-top: 52px; }

header span.search {
  height: 140px;
  width: 50px;
  height: 50px;
  float: left;
  background-position: left -110px;
  margin-left: 40px;
  margin-top: 47px; }

header h1 {
  display: block;
  text-align: center;
  padding-top: 20px;
  position: absolute;
  z-index: 0;
  left: 0px;
  right: 0px; }

header h2 {
  display: block;
  text-align: center;
  height: 140px;
  line-height: 140px;
  font-size: 40px;
  color: #fff;
  font-weight: normal;
  position: absolute;
  z-index: 0;
  left: 0px;
  right: 0px; }

header span.back {
  width: 37px;
  height: 36px;
  background-image: url(../images/back.png);
  display: block;
  position: absolute;
  z-index: 10;
  left: 27px;
  top: 50px; }

header .lan {
  height: 140px;
  width: 49px;
  height: 37px;
  float: right;
  background-position: left -61px;
  margin-right: 40px;
  margin-top: 57px; }

header .user {
  height: 140px;
  width: 50px;
  height: 50px;
  float: right;
  background-position: left 0px;
  margin-right: 24px;
  margin-top: 48px; }

#overlay {
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none; }

.nav {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgba(9, 48, 126, 0.9);
  width: 600px;
  display: none; }

.nav .search {
  height: 60px;
  line-height: 56px;
  border: solid 1px #ddd;
  margin: 50px 30px;
  border-radius: 5px;
  width: 540px; }

.nav .search input {
  height: 58px;
  line-height: 58px;
  width: 430px;
  padding-left: 20px;
  background-color: transparent;
  border: 0;
  font-size: 24px;
  color: #fff;
  float: left; }

.nav .search .sobut {
  height: 60px;
  width: 60px;
  background-color: transparent;
  border: 0;
  float: right; }

.nav .search .sobut img {
  height: 40px;
  margin: 0; }

.nav {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgba(9, 48, 126, 0.9);
  width: 600px;
  display: none; }

.nav .search {
  height: 60px;
  line-height: 56px;
  border: solid 1px #ddd;
  margin: 50px 30px;
  border-radius: 5px;
  width: 540px; }

.nav .search input {
  height: 58px;
  line-height: 58px;
  width: 430px;
  padding-left: 20px;
  background-color: transparent;
  border: 0;
  font-size: 24px;
  color: #fff;
  float: left; }

.nav .search .sobut {
  height: 60px;
  width: 60px;
  background-color: transparent;
  border: 0;
  float: right; }

.nav .search .sobut img {
  height: 40px;
  margin: 0; }

.collapse .panel {
  margin-bottom: 5px; }

.collapse .panel:last-child {
  margin-bottom: 0; }

.collapse .panel .panel-head {
  border-bottom: solid 1px #9fa8d2;
  padding: 20px 20px 20px 30px;
  margin-left: 0px;
  position: relative; }

.collapse .panel .active {
  border-bottom: none; }

.collapse .panel:last-child .panel-head {
  border-bottom: 0; }

.collapse .panel .panel-body {
  display: none;
  margin-left: 30px;
  border-bottom: solid 1px #9fa8d2; }

.active .panel-head {
  border-bottom: solid 1px #ddd; }

.panel-head {
  height: 70px;
  line-height: 70px;
  color: #fff; }

.panel-head a {
  display: block;
  color: #fff; }

.panel-body li {
  margin-left: 20px; }

.panel-body li a {
  display: block;
  color: #fff;
  height: 80px;
  line-height: 80px;
  font-size: 30px; }

.panel-head .icon {
  position: absolute;
  right: 30px;
  top: 45px; }

.panel-head span.icon {
  width: 32px;
  height: 32px;
  background-image: url(../images/menu_icon.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  line-height: 32px; }

.active span.icon {
  /*content: "-"; font-size: 100px;line-height: 24px;*/
  background-image: url(../images/menu_icon.png);
  background-repeat: no-repeat;
  background-position: 0px -113px; }

.collapse span {
  background-image: none; }

.nav h5 {
  font-weight: normal;
  font-size: 34px; }

.nav a.active {
  color: #dda526; }

.childmenu {
  height: 170px; }

.childmenu li {
  float: left;
  width: 250px;
  height: 60px;
  line-height: 60px; }

.childmenu li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px; }

.search_wrapper {
  height: 280px;
  background: #f7f7f7;
  padding: 44px 30px 0 30px;
  box-sizing: border-box; }
  .search_wrapper .input_wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 30px; }
    .search_wrapper .input_wrapper .search_input {
      width: 100%;
      height: 60px;
      line-height: 60px;
      border-radius: 8px;
      background: #e0e0e0;
      color: #a9a9a9;
      font-size: 28px;
      box-sizing: border-box;
      padding-left: 10px; }
    .search_wrapper .input_wrapper .search_btn {
      position: absolute;
      right: 30px;
      top: 12px;
      display: block;
      width: 34px;
      height: 34px;
      background: url("../images/search_icon.png") no-repeat center center;
      background-size: cover; }
      .search_wrapper .input_wrapper .search_btn::after {
        content: '';
        display: block;
        width: 2px;
        height: 40px;
        background: #c9c9c9;
        position: absolute;
        top: 0px;
        left: -30px; }
      .search_wrapper .input_wrapper .search_btn.search_btn_disabled {
        background: url("../images/search_icon_disabled.png") no-repeat center center;
        background-size: cover; }
  .search_wrapper .select_group .select {
    line-height: 38px;
    float: right;
    margin-left: 26px;
    background: transparent;
    border: none;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative; }
  .search_wrapper .select_group .select_arrow {
    float: right;
    display: block;
    width: 24px;
    height: 14px;
    line-height: 38px;
    background: url("../images/home_wqzz_icon_more.png") no-repeat center center;
    background-size: cover;
    position: relative;
    margin-left: 10px;
    top: 11px; }
  .search_wrapper .select_group .select_line {
    width: 2px;
    height: 24px;
    background: #cdcdcd;
    display: block;
    float: right;
    margin-left: 26px;
    position: relative;
    top: 6px; }

.scattr {
  height: 60px;
  margin-bottom: 0px;
  font-size: 28px;
  color: #333; }

.scattr p {
  height: 60px;
  line-height: 60px;
  margin-bottom: 30px;
  position: relative; }

.scleft {
  width: 344px;
  float: left;
  position: relative; }

.scright {
  width: 344px;
  float: right;
  position: relative; }
  .scright .line {
    width: 15px;
    height: 2px;
    background: #167ce6;
    display: block;
    float: left;
    position: relative;
    left: 28px;
    top: 25px; }

.txtDate {
  float: right;
  height: 58px;
  border: solid 2px #167ce6;
  width: 268px;
  border-radius: 10px;
  font-size: 24px;
  color: #999;
  text-indent: 14px;
  background-image: url(../images/rbox.png);
  background-position: 223px center;
  background-repeat: no-repeat;
  background-color: #f7f7f7; }

.txtDateCalendar {
  display: none;
  width: 620px;
  height: 268px;
  position: absolute;
  top: 80px;
  left: 70px;
  background: #fff;
  z-index: 50;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  .txtDateCalendar .tip {
    display: block;
    width: 18px;
    height: 10px;
    background: url("../images/arrow_calendar2.png") no-repeat center center;
    position: absolute;
    top: -20px;
    left: 135px;
    z-index: 5; }
  .txtDateCalendar .hd {
    width: 100%;
    height: 80px;
    background: #167ce6;
    color: #FFFFFF;
    line-height: 80px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    .txtDateCalendar .hd .year_select {
      display: block;
      width: 20px;
      height: 20px;
      background: url("../images/arrow_calendar.png") no-repeat center center;
      position: absolute;
      z-index: 2; }
    .txtDateCalendar .hd .prev_year {
      left: 30px;
      top: 30px; }
    .txtDateCalendar .hd .next_year {
      right: 30px;
      top: 30px;
      -webkit-transform: rotateZ(180deg);
      -moz-transform: rotateZ(180deg);
      -ms-transform: rotateZ(180deg);
      -o-transform: rotateZ(180deg);
      transform: rotateZ(180deg); }
  .txtDateCalendar .bd {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 18px 18px; }
    .txtDateCalendar .bd .calendar_item {
      display: block;
      font-size: 24px;
      width: 70px;
      height: 70px;
      line-height: 70px;
      text-align: center;
      margin: 0 6px;
      box-sizing: border-box; }
    .txtDateCalendar .bd .select_month {
      border-radius: 50%;
      border: 2px solid #167ce6;
      font-weight: bold;
      color: #167ce6; }

#txtEndDateCalendar {
  left: auto;
  right: 0; }
  #txtEndDateCalendar .tip {
    left: 485px; }

.full {
  border-bottom: 23px solid #f7f7f7; }
  .full .title_lint {
    display: flex;
    height: 88px;
    line-height: 88px;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
    background: #FFFFFF; }
    .full .title_lint .full_title {
      font-size: 36px;
      font-weight: normal; }
    .full .title_lint .more {
      width: 32px;
      height: 32px;
      display: block;
      background: url("../images/titline_icon_more.png") no-repeat center center;
      background-size: cover;
      position: absolute;
      right: 30px;
      top: 36px; }

footer {
  padding-bottom: 25px;
  background-image: url(../images/hdbg.jpg);
  background-size: 100% auto; }

.foot_nav {
  padding-top: 48px;
  height: 58px;
  text-align: center; }

.foot_nav a {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  margin-left: 25px;
  margin-right: 25px;
  padding-left: 30px;
  padding-right: 30px;
  border: solid 1px #fff;
  color: #fff;
  font-size: 24px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px; }

.part {
  text-align: center;
  margin-top: 56px; }

.copyright {
  text-align: center;
  font-size: 22px;
  color: #fff;
  margin-top: 36px; }

.copyright p {
  display: block;
  text-align: center; }
