body, html, div, img, p, a, li, ul, h2, h3, h1, h4, iframe, video {
  padding: 0;
  margin: 0; }

li, ul {
  list-style: none; }

.homepage {
  min-width: 1200px; }

.w100 {
  width: 100%;
  min-width: 1200px; }

.rel {
  position: relative; }

.header-box {
  width: 100%;
  position: relative;
  z-index: 200; }

a {
  text-decoration: none; }

.w1200 {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px; }

.header-img {
  width: 100%;
  height: auto;
  display: block; }

.box-center {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  overflow: hidden; }

.wh100 {
  width: 100%;
  height: 100%; }

.main {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  position: relative; }

.main .focus {
  position: relative;
  width: 100%;
  height: 100%; }

.main .focus ul {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%; }

.main .focus li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.main .focus li + li {
  z-index: -1; }

.main .focus li img {
  width: 100%;
  height: 100%; }

.main .focus li a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1; }

.main .focus .nav {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  height: 38px;
  text-align: center;
  z-index: 3; }

.main .focus .nav i {
  display: inline-block;
  width: 37px;
  height: 37px;
  margin: 0 5px;
  line-height: 3px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: url(../img/no-page1.png) no-repeat left center; }

.main .focus .nav i.now {
  background-position: right center;
  background-image: url(../img/ac-page1.png); }

.main .tit-span:first-child {
  margin-left: 0; }

.main .tit-span:last-child {
  margin-right: 0; }

.main .tit-span img {
  height: auto;
  max-width: none;
  vertical-align: top;
  width: 24px; }

.main .focus .prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 10; }

.main .focus .next {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 10; }

.main .focus .prev a {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background: url(../image/ld_prev.png) no-repeat center;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.main .focus .next a {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background: url(../image/ld_next.png) no-repeat center;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.main .focus .prev:hover a, .main .focus .next:hover a {
  opacity: 1; }

.homepage .nav {
  position: fixed;
  top: 22%;
  transform: translateY(-50%);
  left: 0;
  z-index: 550;
  display: none; }

.iframe-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: red;
  opacity: 0;
  z-index: 200;
  display: none; }

.slh1 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -moz-box !important;
  -moz-box-orient: vertical;
  -moz-line-clamp: 1;
  overflow: hidden;
  display: -o-box !important;
  -o-box-orient: vertical;
  -o-line-clamp: 1;
  overflow: hidden; }

.slh2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  overflow: hidden;
  display: -o-box;
  -o-box-orient: vertical;
  -o-line-clamp: 2;
  overflow: hidden; }

.slh3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
  overflow: hidden;
  display: -o-box;
  -o-box-orient: vertical;
  -o-line-clamp: 3;
  overflow: hidden; }

.slh4 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: -moz-box !important;
  -moz-box-orient: vertical;
  -moz-line-clamp: 4;
  overflow: hidden;
  display: -o-box !important;
  -o-box-orient: vertical;
  -o-line-clamp: 4;
  overflow: hidden; }

.slh6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 6;
  overflow: hidden;
  display: -o-box;
  -o-box-orient: vertical;
  -o-line-clamp: 6;
  overflow: hidden; }

.menu {
  width: 100%;
  height: 90px;
  background-color: rgba(202, 33, 16, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500; }
  .menu .menu-ul {
    width: 1200px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box; }
  .menu .logotitle {
    width: 335.7px;
    float: left;
    display: inline-block; }
    .menu .logotitle img {
      width: 373px;
      height: 60px;
      margin-top: 15px; }
  .menu .menu-rt {
    width: 864.3px;
    text-align: right;
    float: right; }
  .menu .menu-rt-top {
    width: 727.5px;
    height: 20px;
    line-height: 20px;
    float: right;
    text-align: right;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 10px; }
  .menu .menu-rt-down {
    width: 745px;
    float: right; }
  .menu .menu-li {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #fff !important;
    position: relative;
    padding: 0 10px;
    cursor: pointer; }
    .menu .menu-li a {
      color: #fff !important; }
  .menu .menu-li::after {
    content: '';
    width: 2px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }

.edit {
  width: 130px;
  float: left;
  margin-left: 10px; }
  .edit .edit-item {
    width: 25px;
    height: 30px;
    float: left;
    margin: 0 3px;
    position: relative; }
    .edit .edit-item a {
      width: 100%;
      height: 100%;
      display: block; }
    .edit .edit-item .login-message {
      position: absolute;
      width: 260px;
      height: 150px;
      background: rgba(0, 0, 0, 0.3);
      right: -120px;
      top: 50px;
      display: none; }
      .edit .edit-item .login-message:before {
        content: '';
        display: block;
        position: absolute;
        left: 110px;
        top: -20px;
        width: 0;
        height: 0;
        border-bottom: 20px solid rgba(0, 0, 0, 0.3);
        border-right: 20px solid transparent;
        border-left: 20px solid transparent; }
      .edit .edit-item .login-message .no-login {
        text-align: center;
        padding-top: 35px;
        box-sizing: border-box; }
        .edit .edit-item .login-message .no-login .tip-title {
          font-size: 24px;
          color: #fff;
          font-weight: bold; }
        .edit .edit-item .login-message .no-login .login-btn {
          margin-top: 10px; }
          .edit .edit-item .login-message .no-login .login-btn a {
            display: inline-block;
            width: 180px;
            height: 38px;
            line-height: 38px;
            font-size: 16px;
            color: #fff;
            background: #c2272d;
            border-radius: 30px; }
      .edit .edit-item .login-message .already-login {
        box-sizing: border-box;
        padding: 15px; }
        .edit .edit-item .login-message .already-login .item {
          color: #fff;
          font-size: 16px;
          text-align: left;
          margin-bottom: 5px; }
          .edit .edit-item .login-message .already-login .item a {
            color: #fff; }
        .edit .edit-item .login-message .already-login .item-certificate {
          text-align: center;
          margin-top: 10px; }
          .edit .edit-item .login-message .already-login .item-certificate a {
            display: block;
            width: 100%;
            height: 38px;
            line-height: 38px;
            background: #c2272d;
            border-bottom: 1px solid #000; }
        .edit .edit-item .login-message .already-login .item-logout {
          margin-top: 7px; }
  .edit .edit-icon {
    background-image: url("../img/edit.png");
    background-size: 23px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer; }
  .edit .email-icon {
    background-image: url("../img/email.png");
    background-size: 21px 19px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer; }
  .edit .person-icon {
    background-image: url("../img/person.png");
    background-size: 19px 22px;
    background-repeat: no-repeat;
    background-position: center center; }
    .edit .person-icon:hover .login-message {
      display: block; }
  .edit .search-icon {
    background-image: url("../img/search1.png");
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer; }

.header-box {
  width: 100%;
  height: auto;
  z-index: 200; }

.header-img {
  width: 100%;
  height: auto; }

.hide {
  display: none; }

.ymenu {
  position: relative;
  font-size: 0; }
  .ymenu .y-li {
    height: 51px;
    cursor: pointer;
    margin: 1px 0;
    position: absolute;
    padding-right: 33px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 33px 51px;
    left: 0; }
    .ymenu .y-li a {
      height: 51px;
      display: inline-block;
      box-sizing: border-box; }
    .ymenu .y-li p {
      display: none;
      height: 51px;
      line-height: 51px;
      font-size: 20px;
      color: #fff;
      font-weight: bold;
      padding: 0 15px 0 6px;
      box-sizing: border-box;
      white-space: nowrap; }
  .ymenu .active p {
    display: block; }
  .ymenu .active1 p {
    display: block; }
  .ymenu .y1 {
    background-color: rgba(239, 209, 169, 0.9);
    top: 0;
    background-image: url("../img/home-icon.png"); }
  .ymenu .active1 a {
    text-align: right; }
  .ymenu .y2 {
    background-color: #c64435;
    top: 52px;
    background-image: url("../img/2-icon.png"); }
  .ymenu .y3 {
    background-color: #45a1af;
    top: 104px;
    background-image: url("../img/3-icon.png"); }
  .ymenu .y4 {
    background-color: #eb9898;
    top: 156px;
    background-image: url("../img/4-icon.png"); }
  .ymenu .y5 {
    background-color: #f4af4c;
    top: 208px;
    background-image: url("../img/5-icon.png"); }
  .ymenu .y6 {
    background-color: #6ea0de;
    top: 260px;
    background-image: url("../img/6-icon.png"); }
  .ymenu .y7 {
    background-color: #6a9e63;
    top: 312px;
    background-image: url("../img/7-icon.png"); }
  .ymenu .y8 {
    background-color: #9d68e0;
    top: 364px;
    background-image: url("../img/8-icon.png"); }

.bg4 {
  background-image: url("../img/bg4.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center; }

.bg3 {
  background-image: url("../img/bg3.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center; }

.bg8 {
  width: 100%;
  height: 100%;
  background-image: url("../img/bg8.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 540;
  display: none; }

.title {
  width: 100%;
  height: 60px; }
  .title img {
    width: auto;
    height: 100%;
    display: block; }

.padtop20 {
  padding-top: 20px;
  box-sizing: border-box; }

.box4-top {
  width: 100%;
  margin-top: 20px; }

.swiper-button-prev {
  background-image: url("../img/btn-lf.png") !important;
  display: none; }

.swiper-button-next {
  background-image: url("../img/btn-rt.png") !important;
  display: none; }

#citySwiper {
  width: 950px !important;
  margin: 0 auto; }

.box4-down {
  width: 100%;
  margin-top: 10px;
  position: relative;
  display: none; }
  .box4-down .swiper-containe {
    width: 950px !important; }
  .box4-down .swiper-button-next, .box4-down .swiper-button-prev {
    margin-top: -62px;
    top: 60%; }
  .box4-down .img-down4 {
    width: 118px;
    height: 118px;
    border-radius: 100%;
    margin: 0 auto;
    margin-top: 35px;
    background-color: bisque;
    overflow: hidden; }
    .box4-down .img-down4 img {
      width: 118px;
      height: 118px;
      border-radius: 100%;
      display: block; }
  .box4-down .swiper-slide-active {
    width: 250px; }
  .box4-down .swiper-slide-active .img-down4 {
    width: 188px;
    height: 188px;
    margin-top: 0px;
    overflow: hidden; }
    .box4-down .swiper-slide-active .img-down4 img {
      width: 188px;
      height: 188px;
      border-radius: 100%;
      display: block; }

#headerIframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: relative;
  z-index: 100; }

.swiper-item {
  width: 100%;
  height: 399px;
  position: relative; }
  .swiper-item .swiper-pagination-bullet-active {
    width: 48px;
    background-color: #bb291d;
    border-radius: 20px; }
  .swiper-item .swiper-pagination-bullet {
    background-color: #bb291d; }
  .swiper-item .swiper-slide {
    height: 366px; }
  .swiper-item .ul4-sw {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .swiper-item .ul4-sw .li4-sw {
      width: 300px;
      height: 183px;
      float: left;
      border: 1px solid #ccc;
      box-sizing: border-box;
      position: relative; }
      .swiper-item .ul4-sw .li4-sw img {
        width: 300px;
        height: 183px;
        position: relative;
        z-index: 1; }
      .swiper-item .ul4-sw .li4-sw .li4-mask {
        width: 300px;
        height: 183px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background-color: rgba(159, 46, 45, 0.9);
        display: none; }
    .swiper-item .ul4-sw .li4-ac .li4-mask {
      display: block; }

.top4-li {
  cursor: pointer; }

.top4ac {
  display: block; }

.li4-title {
  padding: 0 5px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  position: relative;
  margin-top: 25px;
  font-weight: 400; }

.li4-title::after {
  content: '';
  width: 104px;
  height: 6px;
  background-color: #eab947;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%); }

.p4 {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center; }

.li4-info {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin-top: 30px; }

.down4-info {
  width: 100%;
  line-height: 28px;
  font-size: 24px;
  color: #ad2f2b;
  text-align: center;
  margin-top: 15px;
  display: none; }

.swiper-slide-active .down4-info {
  display: block; }

.mask2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 600;
  display: none;
  background-color: rgba(0, 0, 0, 0.3); }
  .mask2 .mask2-con {
    width: 900px;
    height: 633px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px;
    z-index: 600; }
    .mask2 .mask2-con .rel-mask2 {
      width: 100%;
      height: 100%;
      position: relative;
      padding: 70px 50px 50px 50px;
      box-sizing: border-box; }
      .mask2 .mask2-con .rel-mask2 .mask2-title {
        width: 100%;
        height: 40px;
        font-size: 20px;
        line-height: 30px;
        color: #000;
        font-weight: 400;
        text-align: left;
        position: absolute;
        padding-left: 30px;
        padding-bottom: 5px;
        box-sizing: border-box;
        left: 0;
        top: 20px;
        z-index: 600;
        border-bottom: 1px solid #bb291d; }
      .mask2 .mask2-con .rel-mask2 .mask2-close {
        width: 30px;
        height: 30px;
        font-size: 20px;
        line-height: 30px;
        color: #000;
        font-weight: 400;
        position: absolute;
        right: 0;
        top: 20px;
        z-index: 700;
        cursor: pointer; }
    .mask2 .mask2-con p {
      font-size: 20px;
      line-height: 31px;
      text-indent: 40px;
      text-align: justify;
      font-weight: 400;
      margin-bottom: 12px; }

.info2 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 55px 0 34px;
  box-sizing: border-box;
  position: relative; }
  .info2 .info2-more {
    text-indent: 36px;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    cursor: pointer; }
  .info2 p {
    text-indent: 36px;
    font-size: 18px;
    line-height: 30px;
    text-align: justify; }

.video-box {
  width: 1060px;
  height: 614px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 20px;
  box-sizing: border-box; }

.video-box::before {
  content: '';
  width: 140px;
  height: 140px;
  background-image: url("../img/video-lt.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100; }

.video-box::after {
  content: '';
  width: 140px;
  height: 140px;
  background-image: url("../img/video-rd.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100; }

#vidoeId {
  width: 1020px;
  height: 573px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  object-fit: fill; }

.video2-btn {
  width: 80px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200; }

.play {
  width: 1020px;
  height: 573px;
  top: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 102; }

.play-rel {
  width: 1020px;
  height: 573px;
  position: relative;
  cursor: pointer; }

.poster {
  width: 100%;
  height: 573px; }

.play-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200; }

.bg2 {
  background-image: url("../img/bg2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  overflow: hidden; }

.lf2 {
  width: 8%;
  height: auto;
  max-width: 312px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2; }

.rt2 {
  width: 11%;
  height: auto;
  max-width: 402px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2; }

.box3 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 400; }

.box3 .swiper-container {
  width: 100%;
  height: 620px; }

.box3 .swiper-slide {
  width: 1155px;
  height: 568px;
  /* padding-bottom: 27px; */
  box-sizing: border-box; }

.box3 .swiper-slide a {
  height: 568px;
  display: block;
  position: relative;
  overflow: hidden; }

.box3 .swiper-slide a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  content: '';
  background-color: rgba(0, 0, 0, 0.3); }

.box3 .swiper-slide img {
  width: 100%;
  height: 568px;
  display: block; }

.box3 .swiper-slide p {
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  color: #3a3a3a !important;
  text-align: center;
  margin-top: 20px;
  display: none; }

.box3 .swiper-slide-active {
  /* width: 1157px; */
  height: 620px;
  padding-left: 0;
  padding-right: 0;
  /* padding: 40px 0; */
  box-sizing: border-box;
  padding: 0; }

.box3 .swiper-slide-active p {
  display: block; }

.box3 .swiper-slide-active a::after {
  display: none; }

.box3 .swiper-slide-active a {
  height: 654px; }

.box3-prev {
  left: 10%; }

.box3-next {
  right: 7%; }

.info-bg5 {
  width: 1200px;
  margin: 0 auto;
  height: auto; }

.info-bg6 {
  width: 1200px;
  margin: 0 auto;
  height: auto;
  margin-top: 10px; }

.bg5 {
  background-image: url("../img/bg5.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  overflow: hidden; }

.bg6 {
  background-image: url("../img/bg6.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  overflow: hidden; }

.bg7 {
  width: 100%;
  height: 100%;
  background-image: url("../img/bg7.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 540;
  display: none; }

.to6 {
  width: 112px;
  color: #ffeab7;
  height: 30px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  border: 2px solid #ffeab7;
  text-align: center;
  line-height: 30px;
  position: absolute;
  bottom: 95px;
  left: 50%;
  margin-left: -56px;
  cursor: pointer; }

.down-btn {
  position: absolute;
  bottom: 11%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 201;
  cursor: pointer; }

.down-icon {
  width: 62px;
  height: 54px; }

.img5-1 {
  width: 100%;
  height: 215px;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7); }
  .img5-1 img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }

.img5-2 {
  width: 100%;
  height: 160px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7); }
  .img5-2 img {
    width: 100%;
    height: auto;
    max-height: 250px;
    min-height: 150px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }

.img5-3 {
  width: 100%;
  height: 180px;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7); }
  .img5-3 img {
    width: 100%;
    height: auto;
    max-height: 250px;
    min-height: 150px;
    position: absolute;
    left: 0;
    top: 50%;
    object-fit: none;
    transform: translateY(-50%); }

.new-a-more {
  font-size: 18px;
  cursor: pointer;
  color: #000;
  line-height: 18px;
  text-align: center;
  width: 76px;
  height: 18px;
  border-bottom: 6px solid #b42103;
  padding-bottom: 9px;
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%); }

.box5-lf {
  width: 54%;
  float: left;
  height: 100%;
  box-shadow: 0 0 4px 5px rgba(172, 164, 164, 0.13);
  background-color: #fff;
  border-radius: 2px; }

.pad73124 {
  padding: 43px 0 84px 0;
  box-sizing: border-box; }

.box5-rt {
  width: 45%;
  height: 100%;
  float: right; }
  .box5-rt a {
    width: 100%;
    height: 186px;
    display: block;
    margin-bottom: 10px; }
  .box5-rt img {
    width: auto;
    height: 100%; }

.info-bg6 .info-li-time {
  width: 25.5%; }
.info-bg6 .info-li-con {
  width: 69%; }

.info-ul6 {
  width: 100%;
  height: 320px; }
  .info-ul6 .info-li6 {
    width: 100%;
    padding: 0 24px 0 56px;
    margin-top: 13px;
    box-sizing: border-box;
    background-image: url("../img/user-icon.png");
    background-repeat: no-repeat;
    background-size: 29px 29px;
    background-position: 22px  0; }
    .info-ul6 .info-li6 .info-up6 {
      width: 100%;
      color: #a72823;
      font-size: 18px;
      font-weight: 600;
      line-height: 18px;
      padding-top: 5px;
      margin-bottom: 7px; }
      .info-ul6 .info-li6 .info-up6 span {
        font-size: 12px;
        font-weight: 400;
        color: #252525;
        float: right; }
    .info-ul6 .info-li6 .info-down6 {
      width: 100%;
      font-size: 17px;
      line-height: 24px;
      font-weight: 400;
      color: #252525;
      text-align: left; }

.info-box6-1 {
  width: 1169px;
  height: 356px;
  overflow: hidden; }
  .info-box6-1 .img6-a {
    width: 410px;
    height: 100%;
    float: left;
    position: relative;
    background-image: url("../img/dk-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center; }
    .info-box6-1 .img6-a img {
      width: 100%;
      height: 100%; }
  .info-box6-1 .img6-list-a {
    width: 397px;
    height: 100%;
    float: left;
    background-image: url("../img/img6-2.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    margin: 0 10px; }
  .info-box6-1 .img6-img {
    width: 341px;
    height: 100%;
    float: left; }
    .info-box6-1 .img6-img a {
      width: 100%;
      height: 100%;
      display: block;
      background: #e1efff;
      position: relative; }
      .info-box6-1 .img6-img a img {
        width: 100%;
        height: 100%;
        height: auto;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }

.info-box6-2 {
  width: 1169px;
  height: 340px;
  overflow: hidden;
  margin-top: 10px; }
  .info-box6-2 .img6-2-1 {
    width: 410px;
    height: 100%;
    float: left;
    background-image: url("../img/img6-bg2.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center; }
    .info-box6-2 .img6-2-1 .title6-box {
      margin-top: 10px; }
  .info-box6-2 .img6-2-2 {
    width: 748px;
    height: 100%;
    float: left;
    margin-left: 10px;
    font-size: 0; }
    .info-box6-2 .img6-2-2 .img6-2-big {
      width: 100%;
      height: 174px;
      display: block;
      position: relative;
      overflow: hidden;
      background-color: rgba(255, 255, 255, 0.7); }
      .info-box6-2 .img6-2-2 .img6-2-big img {
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
    .info-box6-2 .img6-2-2 .img6-2-down {
      width: 100%;
      overflow: hidden; }
      .info-box6-2 .img6-2-2 .img6-2-down .img6-2-a-item {
        width: 374px;
        height: 165px;
        float: left;
        position: relative;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.7); }
        .info-box6-2 .img6-2-2 .img6-2-down .img6-2-a-item img {
          width: 100%;
          height: auto;
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }

.title6-box {
  width: 100%;
  padding-left: 16px;
  box-sizing: border-box;
  font-size: 25px;
  line-height: 25px;
  text-align: left;
  font-weight: 600;
  padding-bottom: 14px;
  margin-top: 23px;
  color: #a72823;
  position: relative; }
  .title6-box .more {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    position: absolute;
    bottom: 14px;
    left: 136px; }

.title6-box::after {
  content: '';
  width: 160px;
  height: 5px;
  background-color: #a72823;
  position: absolute;
  bottom: 0;
  left: 16px; }

.yd-icon {
  width: 150px;
  height: auto;
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 199;
  cursor: pointer; }

@media screen and (max-width: 1500px) and (min-width: 1200px) {
  .menu .menu-ul {
    transform: scale(0.9); }

  .box-center {
    transform: translate(-50%, -50%) scale(0.8); }

  .findpage .box-center, .loginpage .box-center {
    transform: translate(-50%, -50%); }

  .yd-icon {
    width: 80px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 199;
    cursor: pointer; } }
@media screen and (max-width: 1200px) {
  .menu .menu-ul {
    transform: scale(0.9); }

  .box-center {
    transform: translate(-50%, -50%) scale(0.8); }

  .findpage .box-center, .loginpage .box-center {
    transform: translate(-50%, -50%); }

  .yd-icon {
    width: 80px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 199;
    cursor: pointer; } }
.box5 {
  overflow: hidden;
  height: 587px;
  padding: 5px 5px 5px 0;
  box-sizing: border-box;
  margin-top: 44px; }

.box5-lf-title {
  width: 100%;
  height: 95px;
  background-image: url(../img/new5.png);
  background-size: 55% auto;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 5px; }

.info-ul5 {
  width: 99.5%;
  height: 462px; }

#activeUl {
  height: 274px;
  margin-top: 21px; }

.info-li5 {
  overflow: hidden;
  height: 54px;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 35px;
  box-sizing: border-box; }

.info-li-time {
  width: 15.5%;
  position: relative;
  font-weight: 600;
  color: #b42103;
  text-align: center;
  float: left;
  padding: 10px 10px;
  box-sizing: border-box; }
  .info-li-time .day {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 1px; }
  .info-li-time .date {
    font-size: 13px;
    line-height: 13px; }

.info-li-time::after {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #b42103;
  position: absolute;
  right: 0;
  top: 0; }

.info-li-con {
  width: 80%;
  height: 54px;
  margin-left: 10px;
  position: relative;
  float: left; }

.info-p-5 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 25px;
  color: #252525;
  text-align: left; }

.info-box6-3 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-top: 20px; }

.fanwenliang {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 25px;
  margin-top: 5px; }
  .fanwenliang span {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 100%;
    line-height: 25px;
    background-color: #e63e3e;
    margin: 0 2px; }

.swiper8-box {
  width: 1490px;
  height: 100%;
  margin: 0 auto;
  position: relative; }

.swiper8 {
  width: 1200px;
  height: 682px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#Swiper8 {
  width: 1196px;
  height: 702px; }
  #Swiper8 .swiper-pagination-bullet {
    width: 84px;
    border-radius: 0;
    background-color: #fff;
    opacity: 1;
    margin: 0 10px;
    box-shadow: 0 1px 2px 2px #d8434126; }
  #Swiper8 .swiper-pagination-bullet-active {
    background-color: #e35050;
    opacity: 1; }

#Swiper8 .swiper-slide {
  height: 639px;
  background-image: url("../img/bg-item8.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding: 83px 0 62px 0;
  box-sizing: border-box; }
  #Swiper8 .swiper-slide .p4 {
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    color: #b7324b;
    margin-top: 28px;
    padding: 0 35px 0 18px;
    box-sizing: border-box; }
  #Swiper8 .swiper-slide .w100-1 {
    width: 100%;
    padding: 0 45px 0 22px;
    box-sizing: border-box; }
  #Swiper8 .swiper-slide .img-box {
    width: 100%;
    height: 351px;
    position: relative;
    padding-top: 21px;
    box-sizing: border-box; }
    #Swiper8 .swiper-slide .img-box .img-box-box {
      width: 100%;
      height: 305px;
      position: relative;
      overflow: hidden;
      background-color: rgba(255, 255, 255, 0.7); }
      #Swiper8 .swiper-slide .img-box .img-box-box img {
        width: 199px;
        height: 165px;
        min-width: 199px;
        max-width: 105%;
        height: auto;
        max-height: 305px;
        min-height: 250px;
        position: absolute;
        left: 50%;
        top: 50%;
        object-fit: none;
        transform: translate(-50%, -50%); }
  #Swiper8 .swiper-slide .img-box::before {
    content: '';
    width: 32px;
    height: 32px;
    background-image: url("../img/ft8.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100; }
  #Swiper8 .swiper-slide .img-box::after {
    content: '';
    width: 32px;
    height: 32px;
    background-image: url("../img/rd8.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100; }

.marlr10 {
  margin: 0 10px; }

.pagecolor {
  background-color: #f6f6f6; }

.pagewhile {
  background-color: #fff; }

.erji-page {
  width: 100%;
  padding-top: 90px;
  font-size: 0;
  text-align: center; }
  .erji-page .page-center {
    width: 1200px;
    min-width: 1200px;
    display: inline-block; }
  .erji-page .nav {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    margin: 33px 0 45px 0;
    font-size: 600;
    padding-left: 50px;
    box-sizing: border-box; }
    .erji-page .nav a {
      font-size: 15px;
      color: #000;
      font-weight: 400; }
  .erji-page .page-h1 {
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    font-size: 27.4px;
    color: #404040;
    text-align: center;
    line-height: 40px; }
  .erji-page .page-info-1 {
    margin: 20px 0 52px 0;
    width: 100%; }
    .erji-page .page-info-1 span {
      color: #333333;
      text-align: center;
      margin: 0 10px;
      font-size: 15.4px;
      font-weight: normal;
      color: #666;
      line-height: 25px; }
  .erji-page .page-con {
    font-size: 18px;
    line-height: 35px;
    text-indent: 28px;
    color: #404040;
    text-align: left;
    margin-bottom: 194px;
    padding: 0 80px;
    box-sizing: border-box; }
    .erji-page .page-con p {
      margin: 10px 0; }
  .erji-page .list-page {
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box; }
    .erji-page .list-page .lyda a {
      padding-top: 20px; }
    .erji-page .list-page .lyda lable {
      color: #000;
      font-weight: 600;
      font-size: 16px;
      line-height: 25px;
      text-align: left;
      position: absolute;
      left: 34px;
      top: 0; }
    .erji-page .list-page .list-a {
      margin-bottom: 20px; }
      .erji-page .list-page .list-a a {
        display: block;
        width: 97%;
        overflow: hidden;
        padding-left: 34px;
        box-sizing: border-box;
        position: relative; }
      .erji-page .list-page .list-a p {
        width: 100%;
        color: #3b3b3b;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        padding-right: 120px;
        box-sizing: border-box; }
      .erji-page .list-page .list-a span {
        color: #3b3b3b;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        position: absolute;
        right: 0;
        top: 0; }
    .erji-page .list-page .list-a a::before {
      content: '';
      width: 4px;
      height: 4px;
      background-color: #be270f;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translateY(-50%); }

.red {
  background-color: #b42103; }

.paddown142 {
  padding-bottom: 142px;
  box-sizing: border-box; }

.min-h100 {
  min-height: 100%; }

.footer {
  width: 100%;
  border-top: 6px solid #e63e3e;
  padding-bottom: 68px; }

.page-num {
  width: 100%;
  text-align: center;
  margin: 50px 0 21px 0; }
  .page-num .paging {
    display: inline-block; }
  .page-num .paging div {
    width: 43px;
    height: 43px;
    font-size: 20px;
    text-align: center;
    line-height: 39px;
    color: #e74848;
    border: 2px solid #e74848;
    box-sizing: border-box;
    margin: 0 3.5px;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block; }
  .page-num .paging div.disable {
    color: #fff;
    cursor: not-allowed;
    background-color: #d3d3d3;
    border: 1px solid #d3d3d3; }
  .page-num .paging div.active {
    background-color: #e74848;
    color: #fff; }
  .page-num .paging .first, .page-num .paging .last {
    font-size: 14px; }

.zg-swiper {
  width: 100%;
  height: 687px; }

.zg-info {
  width: 100%;
  background-image: url("../img/zg-info.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  overflow: hidden;
  position: relative; }
  .zg-info .zg-info-1 {
    width: 100%;
    float: left;
    line-height: 20px;
    text-align: left;
    padding: 16px 542px 16px 23px;
    box-sizing: border-box; }
    .zg-info .zg-info-1 .zglable {
      font-size: 14px;
      font-weight: 600;
      color: #fff; }
    .zg-info .zg-info-1 .zgcon {
      font-size: 14px;
      font-weight: 400;
      color: #fff; }
  .zg-info .zg-info-2 {
    width: 222px;
    float: left;
    position: absolute;
    left: 780px;
    top: 50%;
    transform: translateY(-50%); }
    .zg-info .zg-info-2 .zg2-title {
      font-size: 14px;
      font-weight: 400;
      color: #fff;
      text-align: center; }
    .zg-info .zg-info-2 .zg2-ul {
      width: 100%;
      font-size: 14px;
      font-weight: 400;
      color: #fff;
      overflow: hidden;
      margin-top: 32px; }
      .zg-info .zg-info-2 .zg2-ul .zg2-li {
        float: left;
        margin: 0 9px; }
  .zg-info .zg-info-3 {
    width: 71px;
    float: left;
    position: absolute;
    right: 38px;
    top: 50%;
    transform: translateY(-50%); }
    .zg-info .zg-info-3 img {
      width: 71px;
      height: 64px; }
.iWantDkBox{
	display: none;
	width: 1200px;
	min-width: 1200px;
	text-align: right;
	margin: 0 auto;
	padding: 7px 0;
}
.iWantDkBox img{
	cursor: pointer;
}
.zg-desc {
  width: 100%;
  padding-bottom: 32px;
  position: relative; }
  .zg-desc .zg-desc-menu {
    width: 100%;
    overflow: hidden;
    margin-top: 62px;
    margin-bottom: 25px; }
    .zg-desc .zg-desc-menu .zg-desc-menu-item {
      float: left;
      font-size: 20px;
      line-height: 20px;
      color: #8e8e8e;
      padding-bottom: 11px;
      margin-right: 48px;
      cursor: pointer; }
    .zg-desc .zg-desc-menu .zg-menu-ac {
      color: #d8443c;
      position: relative; }
    .zg-desc .zg-desc-menu .zg-menu-ac::after {
      content: '';
      width: 50px;
      height: 5px;
      background-color: #d8443c;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 50px; }
  .zg-desc .zg-desc-con {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    display: none;
    text-align: left;
    text-indent: 28px; }

.pre-page-zg {
  width: 52px;
  height: 80px;
  background-image: url("../img/btn-lf.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: absolute;
  left: 3%;
  top: 73px;
  z-index: 600;
  cursor: pointer; }

.next-page-zg {
  width: 52px;
  height: 80px;
  background-image: url("../img/btn-rt.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: absolute;
  right: 3%;
  top: 73px;
  z-index: 600;
  cursor: pointer; }

.zg-swiper {
  height: 620px;
  margin: 38px 0 23px 0; }

.zg-swiper .swiper-container {
  width: 100%;
  height: 620px; }

.zg-swiper .swiper-slide {
  width: 1155px;
  height: 580px;
  padding-top: 55px;
  /* padding-bottom: 27px; */
  box-sizing: border-box; }

.zg-swiper .swiper-slide a {
  height: 100%;
  display: block;
  position: relative; }
  .zg-swiper .swiper-slide a .zg-swiper-span {
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
    line-height: 28px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 700;
    display: none; }

.zg-swiper .swiper-slide a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  content: '';
  background-color: rgba(0, 0, 0, 0.3); }

.zg-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block; }

.zg-swiper .swiper-slide-active {
  /* width: 1157px; */
  width: 1200px !important;
  height: 620px;
  padding-left: 0;
  padding-right: 0;
  /* padding: 40px 0; */
  box-sizing: border-box;
  padding: 0;
  position: relative;
  z-index: 400;
  margin-left: -22px; }

.zg-swiper .swiper-slide-active a::after {
  display: none; }

.zg-swiper .swiper-slide-active a {
  height: 620px; }
  .zg-swiper .swiper-slide-active a .zg-swiper-span {
    display: block; }

.zg-swiper-prev {
  width: 77px;
  height: 77px;
  background-image: url("../img/zg-lfbtn.png") !important;
  background-size: 100% 100%;
  left: 50% !important;
  margin-left: -600px !important;
  z-index: 500;
  cursor: pointer; }

.zg-swiper-next {
  width: 77px;
  height: 77px;
  right: 50% !important;
  margin-right: -603px !important;
  background-image: url("../img/zg-rtbtn.png") !important;
  background-size: 100% 100%;
  z-index: 500;
  cursor: pointer; }

.textleft {
  text-align: left; }

.zg-title {
  max-width: 1176px;
  display: inline-block;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
  min-height: 64px;
  color: #ad2f2b;
  text-align: left;
  border-left: 9px solid #ad2f2b;
  padding: 4px 205px 4px 15px;
  margin-left: 24px;
  background-image: url("../img/zg-title-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: relative; }
  .zg-title img {
    width: 115px;
    height: 64px;
    position: absolute;
    top: 0;
    right: 0; }

.zg-title::before {
  width: 13px;
  height: 13px;
  content: '';
  background-color: #ad2f2b;
  position: absolute;
  left: -33px;
  top: 7px; }

.zg-title::after {
  width: 6px;
  height: 6px;
  content: '';
  background-color: #ad2f2b;
  position: absolute;
  left: 3px;
  bottom: 15px; }

.con-title {
  max-width: 1176px;
  display: inline-block;
  min-height: 44px;
  text-align: left;
  border-left: 9px solid #ad2f2b;
  padding: 4px 205px 4px 15px;
  margin-left: 24px;
  background-image: url("../img/zg-title-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: relative; }
  .con-title .max-title {
    font-size: 34px;
    font-weight: 600;
    line-height: 34px;
    color: #ad2f2b;
    text-align: left;
    display: block; }
  .con-title .min-title {
    color: #ad2f2b;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    display: block;
    margin-top: 5px; }
  .con-title img {
    width: auto;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0; }

.con-title::before {
  width: 9px;
  height: 9px;
  content: '';
  background-color: #ad2f2b;
  position: absolute;
  left: -33px;
  top: 7px; }

.con-title::after {
  width: 5px;
  height: 5px;
  content: '';
  background-color: #ad2f2b;
  position: absolute;
  left: 3px;
  bottom: 12px; }

.ly-ul {
  width: 1200px;
  height: 613px;
  background-image: url("../img/bgcon7.png");
  background-repeat: no-repeat;
  background-size: 1200px auto;
  background-position: center center;
  position: relative;
  z-index: 100; }
  .ly-ul .ly-li {
    width: 238px;
    height: 191px;
    position: absolute; }
    .ly-ul .ly-li .lyrel {
      width: 100%;
      height: 100%;
      position: relative; }
    .ly-ul .ly-li .ly-con {
      height: 148px;
      font-size: 18px;
      text-align: justify;
      line-height: 25px;
      color: #000;
      font-weight: 400; }
    .ly-ul .ly-li .ly-name {
      width: 100%;
      overflow: hidden;
      font-size: 16px;
      text-align: left;
      line-height: 20px;
      font-weight: 600;
      color: #a72823;
      position: absolute;
      right: 0;
      bottom: 0; }
      .ly-ul .ly-li .ly-name .dz-name {
        max-width: 165px;
        float: right; }
      .ly-ul .ly-li .ly-name .dz {
        float: right;
        padding-left: 21px;
        background-image: url("../img/ly-icon.png");
        background-repeat: no-repeat;
        background-size: 15px 14px;
        background-position: left center;
        cursor: pointer;
        margin-right: 10px; }
  .ly-ul .ly1 {
    top: 79px;
    left: 178px; }
    .ly-ul .ly1 .ly-name {
      bottom: 10px; }
  .ly-ul .ly2 {
    top: 56px;
    left: 457px; }
  .ly-ul .ly3 {
    top: 56px;
    left: 770px; }
  .ly-ul .ly4 {
    top: 358px;
    left: 50px; }
  .ly-ul .ly5 {
    top: 325px;
    left: 324px; }
  .ly-ul .ly6 {
    top: 325px;
    left: 624px; }
  .ly-ul .ly7 {
    top: 359px;
    left: 923px; }

.textcenter {
  text-align: center; }

.ly-box {
  width: 740px;
  margin: auto 0;
  border: 1px solid #e35050;
  border-top: 2px solid #e35050;
  box-sizing: border-box;
  border-radius: 20px;
  display: inline-block;
  margin-top: -50px;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 120; }
  .ly-box #lycon {
    width: 100%;
    height: 88px;
    padding: 10px;
    box-sizing: border-box;
    border: 0;
    text-align: left;
    outline: none;
    font-size: 20px;
    color: #000;
    font-weight: 500; }
  .ly-box .input-box {
    width: 100%;
    height: 60px;
    padding-left: 60px;
    padding-right: 10px;
    border-bottom: 1px solid #fadfdf;
    background-image: url("../img/ly-user.png");
    background-repeat: no-repeat;
    background-size: 36px 41px;
    background-position: left center;
    box-sizing: border-box;
    position: relative; }
    .ly-box .input-box .to-login1 {
      font-size: 25px;
      line-height: 30px;
      position: absolute;
      right: 20px;
      top: 20px;
      color: #000; }
    .ly-box .input-box input {
      width: 100%;
      height: 46px;
      margin-top: 10px;
      line-height: 60px;
      border: 0;
      text-align: left;
      outline: none;
      font-size: 20px;
      color: #000;
      font-weight: 500; }

.lybtn {
  width: 415px;
  height: 60px;
  border-radius: 30px;
  background-color: #e35050;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  border: 0;
  outline: none;
  cursor: pointer;
  margin-top: 5px; }

.daka-lf {
  width: 31%;
  height: auto;
  position: absolute;
  top: 65px;
  left: 4.6%; }

.daka-rt {
  width: 31%;
  height: auto;
  position: absolute;
  bottom: -48px;
  right: 4.6%; }

.daly-list {
  width: 100%;
  position: relative;
  margin-bottom: 48px; }

.daka-ly-box {
  width: 703px;
  height: 197px;
  border: 2px solid #e35050;
  display: inline-block;
  border-radius: 20px;
  margin-bottom: 17px;
  padding: 0 12px;
  box-sizing: border-box;
  position: relative; }
  .daka-ly-box .daka-ly-1 {
    width: 100%;
    overflow: hidden; }
    .daka-ly-box .daka-ly-1 .name-daka {
      width: 329px;
      float: left;
      padding-left: 59px;
      box-sizing: border-box;
      background-image: url("../img/ly-user.png");
      background-repeat: no-repeat;
      background-size: 36px 41px;
      background-position: 15px center; }
      .daka-ly-box .daka-ly-1 .name-daka input {
        width: 100%;
        height: 46px;
        margin-top: 10px;
        line-height: 60px;
        border: 0;
        text-align: left;
        outline: none;
        font-size: 20px;
        color: #000;
        font-weight: 500; }
    .daka-ly-box .daka-ly-1 .img-daka {
      width: 320px;
      float: right;
      margin-top: 22px;
      margin-right: 22px; }
      .daka-ly-box .daka-ly-1 .img-daka .avatar {
        height: 22px;
        float: right;
        font-size: 20px;
        color: #000;
        font-weight: 400; }
      .daka-ly-box .daka-ly-1 .img-daka .avatar img {
        width: 100%;
        height: 100%; }
      .daka-ly-box .daka-ly-1 .img-daka .up-box {
        width: 25px;
        height: 22px;
        line-height: 22px;
        background-image: url("../img/up.png");
        background-size: 25px 22px;
        background-repeat: no-repeat;
        background-position: left center;
        float: right;
        margin-left: 23px;
        position: relative;
        z-index: 100; }
      .daka-ly-box .daka-ly-1 .img-daka .up-icon {
        width: 25px;
        height: 22px;
        opacity: 0;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 200; }
      .daka-ly-box .daka-ly-1 .img-daka .up-btn {
        width: 25px;
        height: 22px;
        box-sizing: border-box;
        float: left;
        cursor: pointer;
        position: relative;
        z-index: 100; }

.daka-ly-2 {
  width: 100%;
  height: 72px; }
  .daka-ly-2 textarea {
    width: 100%;
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    text-align: left;
    border-radius: 10px;
    border: 1px solid #fadfdf;
    box-sizing: border-box;
    outline: none; }

.daka-ly-3 {
  width: 100%;
  height: 40px;
  margin-top: 10px; }
  .daka-ly-3 #dkBtn {
    width: 285px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    background-color: #e35050;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 400;
    display: inline-block;
    outline: none;
    border: 0;
    cursor: pointer; }

.padtop90 {
  padding-top: 90px;
  box-sizing: border-box;
  height: 100%; }

.h100 {
  height: 100%;
  box-sizing: border-box; }

.login-page {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0;
  text-align: center; }
  .login-page .page-center {
    width: 1200px;
    min-width: 1200px;
    display: inline-block; }

.login-rt-bg {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2; }

.login-tl-bg {
  width: auto;
  height: 580px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.login-down-bg {
  width: auto;
  height: 890px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }

.login-1 {
  width: 100%;
  display: none; }

.login-box {
  width: 436px;
  position: relative;
  z-index: 300; }
  .login-box .tab-login {
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    padding-top: 10px;
    color: #e94c40;
    cursor: pointer; }
  .login-box .ac {
    font-weight: 600;
    font-size: 46px;
    padding-top: 0; }
  .login-box .yzm {
    padding: 0 0 0 50px;
    box-sizing: border-box;
    height: 60px;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #a0a0a0;
    background-image: url("../img/code.png");
    background-size: 21px 25px;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0 0 35px 0; }
    .login-box .yzm input {
      width: 100%;
      height: 56px;
      padding: 5px;
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px;
      box-sizing: border-box;
      border: 0;
      outline: none;
      font-size: 28px;
      font-weight: 400;
      line-height: 60px;
      text-align: left;
      color: #000; }
  .login-box .phone {
    padding: 0 0 0 50px;
    box-sizing: border-box;
    height: 60px;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #a0a0a0;
    background-image: url("../img/user.png");
    background-size: 25px 26px;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-color: #fff;
    box-sizing: border-box;
    margin: 50px 0 35px 0; }
    .login-box .phone input {
      width: 100%;
      height: 56px;
      padding: 5px;
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px;
      box-sizing: border-box;
      border: 0;
      outline: none;
      font-size: 28px;
      font-weight: 400;
      line-height: 60px;
      text-align: left;
      color: #000; }
  .login-box #reg .phone {
    position: relative; }
    .login-box #reg .phone .get-code {
      width: 181px;
      height: 47px;
      font-size: 25px;
      line-height: 47px;
      font-weight: 400;
      color: #e94c40;
      cursor: pointer;
      position: absolute;
      right: 5px;
      top: 50%;
      transform: translateY(-50%); }
    .login-box #reg .phone .no-code {
      color: #757575; }
  .login-box .pw {
    padding: 0 0 0 50px;
    box-sizing: border-box;
    height: 60px;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #a0a0a0;
    background-image: url("../img/pw.png");
    background-size: 22px 26px;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 35px; }
    .login-box .pw input {
      width: 100%;
      height: 56px;
      padding: 5px;
      border-radius: 50px;
      box-sizing: border-box;
      border: 0;
      outline: none;
      font-size: 28px;
      font-weight: 400;
      line-height: 60px;
      text-align: left;
      color: #000; }
  .login-box .login-btn, .login-box .reg-btn {
    height: 60px;
    width: 100%;
    border-radius: 50px;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    background-image: linear-gradient(to right, #e95a40, #ec935b); }
  .login-box .login-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.search-page .search-center {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin-bottom: 50px; }
.search-page .search-box {
  width: 657px;
  height: 71px;
  background-image: url("../img/search.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block; }
.search-page .search-input {
  width: 361px;
  height: 58px;
  float: left;
  border: 0;
  outline: none;
  font-size: 26px;
  font-weight: 400;
  color: #000;
  line-height: 71px;
  margin-left: 100px;
  background-color: inherit; }
.search-page .search-btn {
  width: 147px;
  height: 71px;
  float: right;
  cursor: pointer; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  appearance: none; }

input[type="number"] {
  appearance: textfield; }

.mar33 {
  margin: 33px 0 !important; }

.pingmzt-page {
  width: 1200px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 9px 3px #ccc;
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 50px; }
  .pingmzt-page .ly-list {
    margin: 0 20px 0 40px;
    overflow: hidden;
    text-align: left; }
  .pingmzt-page .ly-list .ly-item {
    border-bottom: 1px dotted #ccc;
    font-size: 17px; }
  .pingmzt-page .ly-list .ly-item .names {
    height: 40px;
    line-height: 40px;
    color: #999;
    padding-left: 35px;
    background: url("../img/user.png") no-repeat left 5px; }
  .pingmzt-page .ly-list .ly-item .names b {
    color: #333; }
  .pingmzt-page .ly-list .ly-item .names * {
    vertical-align: middle; }
  .pingmzt-page .ly-list .ly-item .lynr {
    line-height: 1.8em;
    margin-left: 35px; }
  .pingmzt-page .ly-list .ly-item .lysj {
    height: 40px;
    line-height: 40px;
    color: #999;
    text-align: right; }

.xh-list {
  width: 1133px;
  min-height: 504px;
  margin-top: 40px;
  display: inline-block; }

.xh-list .xh-item {
  width: 365px;
  height: 171px;
  overflow: hidden;
  border: 1px solid #efefef;
  border-radius: 5px;
  box-shadow: 0 0 5px 3px #efefef;
  position: relative;
  float: left;
  margin-bottom: 35px;
  margin-right: 15px; }

.xh-list .xh-item:nth-child(3n) {
  margin-right: 0; }

.xh-list .xh-item:hover {
  box-shadow: 0 0 5px 3px #ccc;
  border: 1px solid #ccc; }

.xh-list .xh-item img {
  position: absolute;
  left: 5px;
  top: 10px;
  width: 150px;
  height: 150px; }

.xh-list .xh-item p {
  margin: 10px 0 0 180px;
  font-size: 20px;
  text-align: left;
  padding: 0;
  line-height: 30px; }

.xh-list .xh-item p.xh-btn .xhbtn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: #e16631;
  color: #fff;
  padding: 5px;
  width: 74px;
  border-radius: 5px;
  margin-right: 5px;
  cursor: pointer; }

.xh-list .xh-item p.xh-btn .lylink {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: #c35a50;
  color: #fff;
  padding: 5px;
  width: 4em;
  border-radius: 5px;
  margin-right: 5px;
  cursor: pointer; }

.mask-pingm {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  background-color: rgba(0, 0, 0, 0.4);
  display: none; }

.mask-con {
  width: 600px;
  background-color: #fff;
  border-radius: 5px;
  padding-bottom: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .mask-con .mask-title {
    padding: 0 20px;
    box-sizing: border-box;
    height: 42px;
    line-height: 42px;
    font-weight: 400;
    color: #000;
    text-align: left;
    background-color: #F8F8F8;
    border-bottom: 1px solid #eee;
    position: relative;
    border-radius: 2px 2px 0 0; }
    .mask-con .mask-title .mask-close {
      width: 50px;
      height: 100%;
      height: 42px;
      line-height: 42px;
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer; }
  .mask-con .mask-from {
    width: 100%; }
    .mask-con .mask-from .mask-lable {
      width: 100%;
      height: 32px;
      line-height: 32px;
      padding: 0 0 0 20px;
      margin-top: 20px;
      box-sizing: border-box;
      overflow: hidden; }
      .mask-con .mask-from .mask-lable p {
        font-size: 18px;
        color: #000;
        font-weight: 400;
        float: left; }
      .mask-con .mask-from .mask-lable .mp {
        font-weight: 600; }
      .mask-con .mask-from .mask-lable img {
        width: 32px;
        height: 32px;
        float: left; }
    .mask-con .mask-from .mp3 {
      font-size: 18px;
      color: #000;
      font-weight: 400;
      line-height: 25px;
      text-align: left;
      padding: 0 0 0 20px;
      box-sizing: border-box;
      margin: 20px 0 10px 0; }
    .mask-con .mask-from .mp100 {
      width: 100%;
      text-align: center; }
    .mask-con .mask-from #xhLyId {
      width: 560px;
      height: 80px;
      border: 1px solid #ccc;
      border-radius: 8px;
      box-sizing: border-box;
      padding: 10px; }
    .mask-con .mask-from .sm100 {
      width: 100%;
      text-align: left;
      padding: 0 0 0 20px;
      box-sizing: border-box; }
    .mask-con .mask-from #sm {
      width: 200px;
      border: 1px solid #ccc;
      height: 30px;
      line-height: 30px;
      border-radius: 5px;
      display: inline-block; }
    .mask-con .mask-from .mask-footer {
      width: 100%;
      overflow: hidden;
      padding-right: 30px;
      box-sizing: border-box;
      margin-top: 50px; }
    .mask-con .mask-from .mask-submit {
      padding: 5px 10px;
      font-size: 18px;
      color: #fff;
      font-weight: 400;
      line-height: 25px;
      background-color: #1E9FFF;
      border-radius: 2px;
      float: right;
      margin-right: 10px;
      cursor: pointer; }
    .mask-con .mask-from .mask-close-btn {
      padding: 5px 10px;
      font-size: 18px;
      color: #000;
      font-weight: 400;
      line-height: 25px;
      border-radius: 2px;
      float: right;
      border: 1px solid #ccc;
      cursor: pointer; }

.xh-pager {
  text-align: center;
  margin: 20px 0;
  font-size: 14px; }

.xh-pager div {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #900;
  color: #900;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  margin: 0 3px 3px;
  cursor: pointer; }

.xh-pager div:hover, .xh-pager div.active {
  color: #fff;
  background: #900; }

.liuyan-page {
  font-size: 0;
  width: 100%;
  text-align: center;
  margin: -34px 0 64px 0; }
  .liuyan-page .paging {
    display: inline-block;
    padding-right: 130px;
    position: relative;
    z-index: 800; }
  .liuyan-page .paging div {
    width: 43px;
    height: 43px;
    font-size: 20px;
    text-align: center;
    line-height: 39px;
    color: #e74848;
    border: 2px solid #e74848;
    box-sizing: border-box;
    margin: 0 3.5px;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block; }
  .liuyan-page .paging div.disable {
    color: #fff;
    cursor: not-allowed;
    background-color: #d3d3d3;
    border: 1px solid #d3d3d3; }
  .liuyan-page .paging div.active {
    background-color: #e74848;
    color: #fff; }
  .liuyan-page .go-page {
    width: 43px;
    height: 43px;
    color: #fff !important;
    background-color: #d32c27 !important;
    display: inline-block;
    position: absolute;
    top: 0;
    right: -5px; }
  .liuyan-page .to-page-num {
    width: 120px !important;
    height: 43px !important;
    border: 1px solid #d32c27 !important;
    box-sizing: border-box !important;
    border-radius: 50px !important;
    background-color: #fff !important;
    display: inline-block !important;
    position: absolute;
    padding: 5px;
    padding-right: 43px;
    top: 0;
    right: 0;
    text-align: center;
    outline: none; }
  .liuyan-page .paging .first, .liuyan-page .paging .last {
    font-size: 14px; }

.padlr27 {
  padding: 0 27px;
  box-sizing: border-box; }

.pingm-header {
  width: 100%; }
  .pingm-header img {
    width: 100%;
    height: auto;
    min-height: 396px;
    display: block; }

.daka-color2 .daka-name {
  color: #a72823; }
.daka-color2 .daka-con {
  background-color: #f2f2f2;
  color: #3c3c3c; }

.daka-color1 .daka-name {
  color: #fff; }
.daka-color1 .daka-con {
  background-color: #e35050;
  color: #fff; }

.tologinbox {
  width: 100%;
  height: 30px;
  top: -30px;
  right: 0;
  position: absolute; }
  .tologinbox .to-login1 {
    font-size: 25px;
    line-height: 30px;
    position: absolute;
    right: 20px;
    top: 0px;
    color: #e35050; }

.find-lf {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.find-rt-top {
  width: 340px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }

.find-rt-down {
  width: 1161px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1; }

.textrt {
  text-align: right; }
  .textrt .login-box {
    width: 542px;
    position: relative;
    display: inline-block;
    z-index: 300;
    text-align: center; }
    .textrt .login-box .tab-login {
      width: 100%;
      text-align: left;
      font-size: 36px;
      font-weight: 400;
      line-height: 46px;
      padding-top: 10px;
      color: #e94c40;
      cursor: pointer; }
    .textrt .login-box .tab-lrg-rt {
      float: right; }
    .textrt .login-box .ac {
      font-weight: 600;
      font-size: 46px;
      padding-top: 0; }
    .textrt .login-box .pw-con {
      width: 436px;
      display: none;
      margin-left: 60px; }
      .textrt .login-box .pw-con .phone {
        position: relative; }
        .textrt .login-box .pw-con .phone .get-code {
          width: 181px;
          height: 47px;
          font-size: 25px;
          line-height: 47px;
          font-weight: 400;
          color: #e94c40;
          cursor: pointer;
          position: absolute;
          right: 5px;
          top: 50%;
          transform: translateY(-50%); }
        .textrt .login-box .pw-con .phone .no-code {
          color: #757575; }
    .textrt .login-box .yzm {
      padding: 0 0 0 50px;
      box-sizing: border-box;
      height: 60px;
      width: 100%;
      border-radius: 50px;
      border: 1px solid #a0a0a0;
      background-image: url("../img/code.png");
      background-size: 21px 25px;
      background-repeat: no-repeat;
      background-position: 20px center;
      background-color: #fff;
      box-sizing: border-box;
      margin: 0 0 35px 0; }
      .textrt .login-box .yzm input {
        width: 100%;
        height: 56px;
        padding: 5px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        box-sizing: border-box;
        border: 0;
        outline: none;
        font-size: 28px;
        font-weight: 400;
        line-height: 60px;
        text-align: left;
        color: #000; }
    .textrt .login-box .phone {
      padding: 0 0 0 50px;
      box-sizing: border-box;
      height: 60px;
      width: 100%;
      border-radius: 50px;
      border: 1px solid #a0a0a0;
      background-image: url("../img/user.png");
      background-size: 25px 26px;
      background-repeat: no-repeat;
      background-position: 20px center;
      background-color: #fff;
      box-sizing: border-box;
      margin: 50px 0 35px 0; }
      .textrt .login-box .phone input {
        width: 100%;
        height: 56px;
        padding: 5px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        box-sizing: border-box;
        border: 0;
        outline: none;
        font-size: 28px;
        font-weight: 400;
        line-height: 60px;
        text-align: left;
        color: #000; }
    .textrt .login-box .pw-2 .phone {
      position: relative; }
      .textrt .login-box .pw-2 .phone .get-code {
        width: 181px;
        height: 47px;
        font-size: 25px;
        line-height: 47px;
        font-weight: 400;
        color: #e94c40;
        cursor: pointer;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%); }
      .textrt .login-box .pw-2 .phone .no-code {
        color: #757575; }
    .textrt .login-box .pw {
      padding: 0 0 0 50px;
      box-sizing: border-box;
      height: 60px;
      width: 100%;
      border-radius: 50px;
      border: 1px solid #a0a0a0;
      background-image: url("../img/pw.png");
      background-size: 22px 26px;
      background-repeat: no-repeat;
      background-position: 20px center;
      background-color: #fff;
      box-sizing: border-box;
      margin-bottom: 35px; }
      .textrt .login-box .pw input {
        width: 100%;
        height: 56px;
        padding: 5px;
        border-radius: 50px;
        box-sizing: border-box;
        border: 0;
        outline: none;
        font-size: 28px;
        font-weight: 400;
        line-height: 60px;
        text-align: left;
        color: #000; }
    .textrt .login-box .findpw-next-btn, .textrt .login-box .new-btn {
      height: 60px;
      width: 100%;
      border-radius: 50px;
      font-size: 28px;
      font-weight: 400;
      letter-spacing: 5px;
      line-height: 60px;
      text-align: center;
      color: #fff;
      border-radius: 50px;
      cursor: pointer;
      background-image: linear-gradient(to right, #e95a40, #ec935b); }
.passwordIcon{
    position: absolute;
    right: 15px;
    top: 21px;
    width: 23px;
    height: 15px;
	cursor: pointer;
}
.regNew, .forgetPw {
  font-size: 18px;
  font-weight: 400;
  margin-top: 11px;
  display: inline-block;
  letter-spacing: 1px;
  text-align: center;
  color: #ec6947; }

.tip-bubble {
  font-size: 1.0em;
  padding: 4px 8px 4px 8px;
  text-align: center;
  position: fixed;
  z-index: 1000;
  border-radius: 2px;
  display: inline-block;
  opacity: 0;
  max-width: 300px; }

.tip-bubble:after {
  content: '';
  position: absolute;
  margin-left: -8px;
  width: 0;
  height: 0; }

.tip-bubble-center-point:after {
  left: 50%;
  right: auto; }

.tip-bubble-left-point:after {
  left: 10px;
  right: auto; }

.tip-bubble-right-point:after {
  right: 10px;
  left: auto; }

.tip-arrow-top:after {
  border-bottom: solid 8px;
  border-right: solid 8px transparent;
  border-left: solid 8px transparent;
  bottom: 100%; }

.tip-arrow-bottom:after {
  border-top: solid 8px;
  border-right: solid 8px transparent;
  border-left: solid 8px transparent;
  top: 100%; }

.tip-theme-light:after {
  border-bottom-color: #fff;
  border-top-color: #fff; }

.tip-theme-dark:after {
  border-bottom-color: #fff;
  border-top-color: #fff; }

.paddtop90 {
  padding-top: 90px;
  box-sizing: border-box; }

.dhbg {
  width: 100%;
  background-image: url("../img/dhbg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  position: relative;
  padding-top: 92px; }
  .dhbg .dh-con {
    width: 100%;
    height: 516px;
    padding-top: 30px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 34px;
    position: relative;
    z-index: 400; }
    .dhbg .dh-con .dh-lf {
      width: 403px;
      height: 500px;
      float: left;
      background-image: url("../img/dhlfbg.png");
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center center;
      padding: 24px 0 0 30px;
      box-sizing: border-box; }
      .dhbg .dh-con .dh-lf .lz-dh {
        width: 199px;
        height: 146px;
        background-image: url("../img/dhlz.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative; }
        .dhbg .dh-con .dh-lf .lz-dh #dlzdh {
          width: 199px;
          height: 55px;
          border-radius: 50px;
          cursor: pointer;
          position: absolute;
          left: 0;
          bottom: 0; }
      .dhbg .dh-con .dh-lf .dh-hua-ul {
        width: 210px;
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: 18px;
        padding: 5px 5px;
        box-sizing: border-box; }
        .dhbg .dh-con .dh-lf .dh-hua-ul .dh-hua-li {
          width: 90px;
          height: 100px;
          float: left;
          position: relative;
          cursor: pointer;
          margin-right: 10px; }
          .dhbg .dh-con .dh-lf .dh-hua-ul .dh-hua-li img {
            width: auto;
            height: 80px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 100; }
          .dhbg .dh-con .dh-lf .dh-hua-ul .dh-hua-li span {
            position: absolute;
            color: #fff;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            z-index: 200;
            font-size: 12px;
            display: none; }
        .dhbg .dh-con .dh-lf .dh-hua-ul .dh-hua-li::before {
          content: '';
          width: 10px;
          height: 10px;
          border-radius: 50px;
          position: absolute;
          bottom: -5px;
          left: 50%;
          transform: translateX(-50%);
          background-color: #fff;
          z-index: 150; }
      .dhbg .dh-con .dh-lf .dhxhac {
        position: relative; }
      .dhbg .dh-con .dh-lf .dhxhac::after {
        content: '';
        width: 8px !important;
        height: 8px !important;
        border-radius: 50px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -4px;
        background-color: #b16e4b !important;
        z-index: 200; }
      .dhbg .dh-con .dh-lf #dmxhid {
        width: 199px;
        height: 55px;
        background-image: url("../img/dhxh.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer; }
    .dhbg .dh-con .dh-rt-hua-box {
      width: 240px;
      height: 344px;
      position: absolute;
      right: 635px;
      top: 59px;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: center center; }
    .dhbg .dh-con .dh-rt {
      width: 940px;
      height: 500px;
      position: absolute;
      right: 0;
      top: 0;
      background-image: url("../img/dh-con-bg.png");
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center center;
      padding-left: 351px;
      box-sizing: border-box;
      padding-top: 50px; }
      .dhbg .dh-con .dh-rt p {
        font-size: 20px;
        font-weight: 600;
        color: #3a3a3a;
        line-height: 45px;
        text-align: left;
        letter-spacing: 3px; }
      .dhbg .dh-con .dh-rt .ma {
        font-size: 20px;
        font-weight: 600;
        color: #6a6a6a;
        line-height: 45px;
        text-align: left;
        letter-spacing: 3px;
        margin-top: 20px; }
  .dhbg .dh-lftop {
    width: 56%;
    height: auto;
    position: absolute;
    left: 1%;
    top: 0;
    z-index: 100; }
  .dhbg .dh-rttop {
    width: 56%;
    height: auto;
    position: absolute;
    right: 8%;
    top: 84px;
    z-index: 100; }
  .dhbg .dh-center {
    width: 1200px;
    display: inline-block;
    z-index: 200; }
  .dhbg .title-dh-box {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 0px; }
    .dhbg .title-dh-box .title-dh {
      width: auto;
      height: 179px;
      display: inline-block; }
  .dhbg .dz-dh-box {
    width: 100%;
    text-align: right;
    font-size: 0;
    margin-top: 46px;
    margin-bottom: 33px;
    padding-right: 41px;
    box-sizing: border-box; }
    .dhbg .dz-dh-box .title-dh {
      width: 83%;
      height: auto;
      display: inline-block; }

.martop14 {
  margin-top: -14%;
  position: relative;
  z-index: 200; }

.pmrel {
  position: relative; }

.pmxh-lfdown {
  width: 33.9%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100; }

.pmxh-rtdown {
  width: 25%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100; }

.daka-yd-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 90px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
  display: none; }

.daka-yd-con {
  width: 1200px;
  height: 1000px;
  position: absolute;
  bottom: 240px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 201; }

.daka-yd-con-rel {
  width: 1200px;
  height: 1000px;
  position: relative;
  z-index: 201; }
  .daka-yd-con-rel .yd-3 {
    width: 706px;
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 202; }
  .daka-yd-con-rel .yd-2 {
    width: 407px;
    height: auto;
    position: absolute;
    bottom: 450px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 202; }
  .daka-yd-con-rel .yd-1 {
    width: auto;
    height: 200px;
    position: absolute;
    bottom: 304px;
    transform: rotate(56deg);
    left: 320px;
    z-index: 202; }
  .daka-yd-con-rel .close-yd-daka {
    width: 140px;
    height: 60px;
    position: absolute;
    bottom: 450px;
    transform: translateX(-50%);
    left: 52.5%;
    z-index: 203;
    cursor: pointer; }

.z199 {
  z-index: 199; }

.certificate-page {
  width: 1200px;
  margin: 0 auto;
  padding-top: 110px; }
  .certificate-page .user-message {
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    width: 400px;
    background: #c2272d;
    color: #fff;
    text-align: center;
    margin: 0 auto; }
  .certificate-page .cert-logo {
    width: 320px;
    height: 85px;
    background: url("../img/cert_logo.png") no-repeat;
    background-size: 100%;
    margin-top: 30px; }
	.cert-tabBox{
		
	}
	.cert-tabMain{
		width: 100%;
		height: 30px;
		border-bottom: 1px solid gainsboro;
		display: flex;
		justify-content: center;
	}
	.cert-2024{
		width: 150px;
		text-align: center;
		cursor: pointer;
	}
	.cert-2023{
		width: 150px;
		text-align: center;
		cursor: pointer;
	}
	.cert-2024 p{
		font-size: 22px;
		line-height: 20px;
	}
	.cert-2023 p{
		font-size: 22px;
		line-height: 20px;
	}
	.activeYear{
		color: red;
		border-bottom: 1px solid red;
	}
	.cert-2024-content{
		
	}
	.cert-2023-content{
		display: none;
	}
  .certificate-page .cert-info {
    margin-top: 20px;
    display: flex;
    box-sizing: border-box;
    padding: 15px 35px;
    background: linear-gradient(to bottom, rgba(199,46,45,0.6), #ea6a2d); }
    .certificate-page .cert-info .cert-message, .certificate-page .cert-info .cert-state {
      width: 50%;
      color: #fff;
      font-size: 16px; }
    .certificate-page .cert-info .cert-message .top-title {
      margin-bottom: 15px; }
      .certificate-page .cert-info .cert-message .top-title span {
        font-weight: bold;
        font-size: 22px;
        margin-right: 7px; }
      .certificate-page .cert-info .cert-message .top-title em {
        font-style: normal; }
    .certificate-page .cert-info .cert-message .bottom {
      display: flex; }
      .certificate-page .cert-info .cert-message .bottom .item {
        margin-right: 40px; }
    .certificate-page .cert-info .cert-state {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .certificate-page .cert-info .cert-state a {
        padding: 10px 40px;
        border-radius: 5px;
        color: #fff;
        font-size: 18px; }
      .certificate-page .cert-info .cert-state .todo {
        background: #eb6d2c; }
      .certificate-page .cert-info .cert-state .already {
        background: #c2272d; }
      .certificate-page .cert-info .cert-state .done {
        background: #b9b7b7; }
  .certificate-page .online-certificate {
    background: linear-gradient(to bottom, rgba(199,46,45,0.6), #ea6a2d);
    box-sizing: border-box;
    padding: 15px 35px;
    margin-top: 20px;
    overflow: hidden; }
    .certificate-page .online-certificate .title {
      font-size: 22px;
      font-weight: bold;
      color: #fff; }
    .certificate-page .online-certificate .no-data {
      font-size: 20px;
      color: #fff;
      text-align: center;
      padding: 45px 0;
      font-weight: bold; }
    .certificate-page .online-certificate .cert-list .certificate {
      width: 330px;
      height: 185px;
      background: url("../img/online_cert.jpg") no-repeat;
      background-size: 100%;
      float: left;
      margin: 0 20px 25px 20px;
      border-radius: 5px;
      border: 2px solid #fccc77;
      box-sizing: border-box;
      padding: 20px 35px; }
    .certificate-page .online-certificate .cert-list .base-name, .certificate-page .online-certificate .cert-list .format {
      color: #ffc419;
      text-align: center;
      font-size: 16px; }
    .certificate-page .online-certificate .cert-list .base-name {
      margin-bottom: 8px; }
    .certificate-page .online-certificate .cert-list .caption {
      color: #fff;
      font-size: 14px;
      margin-top: 32px; }
  .certificate-page .offline-certificate {
    background: linear-gradient(to bottom, rgba(199,46,45,0.6), #ea6a2d);
    box-sizing: border-box;
    padding: 15px 35px;
    margin: 20px 0;
    overflow: hidden; }
    .certificate-page .offline-certificate .title {
      font-size: 22px;
      font-weight: bold;
      color: #fff; }
    .certificate-page .offline-certificate .no-data {
      font-size: 20px;
      color: #fff;
      text-align: center;
      padding: 45px 0;
      font-weight: bold; }
    .certificate-page .offline-certificate .cert-list .certificate {
      width: 330px;
      height: 465px;
      background: url("../img/offline_cert.jpg") no-repeat;
      background-size: 100%;
      float: left;
      margin: 0 20px 25px 20px;
      border-radius: 5px;
      border: 2px solid #fccc77;
      box-sizing: border-box;
      padding: 230px 45px 20px 45px; }
    .certificate-page .offline-certificate .cert-list .base-name, .certificate-page .offline-certificate .cert-list .format, .certificate-page .offline-certificate .cert-list .person {
      color: #000;
      font-size: 14px;
      margin-bottom: 8px; }
    .certificate-page .offline-certificate .cert-list .caption {
      color: #d30721;
      font-size: 18px;
      margin-top: 12px; }
  .certificate-page .prize-popup {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: none; }
    .certificate-page .prize-popup .mask {
      position: fixed;
      width: 100%;
      left: 0;
      top: 0;
      height: 100%;
      background: rgba(0, 0, 0, 0.7); }
    .certificate-page .prize-popup .prize-info {
      position: fixed;
      width: 900px;
      left: 50%;
      top: 50%;
      transform: translate(-450px, -200px);
      background: #fff; }
      .certificate-page .prize-popup .prize-info .prize-todo {
        display: block; }
      .certificate-page .prize-popup .prize-info .prize-already {
        display: none; }
      .certificate-page .prize-popup .prize-info .prize-todo .close, .certificate-page .prize-popup .prize-info .prize-already .close {
        width: 20px;
        height: 20px;
        background: url("../img/close.png") no-repeat;
        background-size: 100%; }
      .certificate-page .prize-popup .prize-info .popup-top, .certificate-page .prize-popup .prize-info .popup-footer {
        height: 70px;
        box-sizing: border-box;
        padding: 0 35px;
        background: linear-gradient(to right, #c52d2d, #eb6d2d); }
      .certificate-page .prize-popup .prize-info .popup-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 24px;
        color: #fff; }
      .certificate-page .prize-popup .prize-info .popup-body {
        box-sizing: border-box;
        padding: 60px 45px; }
        .certificate-page .prize-popup .prize-info .popup-body .tip-inst, .certificate-page .prize-popup .prize-info .popup-body .select-city {
          margin-bottom: 20px; }
        .certificate-page .prize-popup .prize-info .popup-body .tip-inst {
          font-size: 24px; }
        .certificate-page .prize-popup .prize-info .popup-body .select-city .select {
          width: 370px;
          height: 45px;
          margin-right: 10px;
          font-size: 18px; }
        .certificate-page .prize-popup .prize-info .popup-body .address-prize {
          display: flex; }
          .certificate-page .prize-popup .prize-info .popup-body .address-prize .item {
            margin-right: 25px; }
            .certificate-page .prize-popup .prize-info .popup-body .address-prize .item:nth-last-of-type(1) {
              flex: 1; }
            .certificate-page .prize-popup .prize-info .popup-body .address-prize .item .tip {
              font-size: 22px;
              margin-bottom: 10px; }
            .certificate-page .prize-popup .prize-info .popup-body .address-prize .item .show-time, .certificate-page .prize-popup .prize-info .popup-body .address-prize .item .show-address {
              border-radius: 5px;
              background: #f1f1f1;
              box-sizing: border-box;
              padding: 10px 20px; }
            .certificate-page .prize-popup .prize-info .popup-body .address-prize .item .show-address {
              width: 100%; }
        .certificate-page .prize-popup .prize-info .popup-body .address-box .address {
          width: 100%;
          height: 45px;
          outline: 0;
          box-sizing: border-box;
          padding: 0 10px;
          font-size: 18px; }
      .certificate-page .prize-popup .prize-info .popup-footer {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        .certificate-page .prize-popup .prize-info .popup-footer a {
          padding: 6px 30px;
          color: #fff;
          border-radius: 5px;
          font-size: 20px; }
        .certificate-page .prize-popup .prize-info .popup-footer .cancel {
          border: 1px solid #fff;
          margin-right: 15px; }
        .certificate-page .prize-popup .prize-info .popup-footer .enter {
          background: #c52d2d; }

.base-page {
  padding: 150px 0 50px 0; }
  .base-page .certificate {
    width: 530px;
    height: 748px;
    background: url("../img/offline_cert.jpg") no-repeat;
    background-size: 100%;
    margin: 0 auto;
    border-radius: 5px;
    border: 2px solid #fccc77;
    box-sizing: border-box;
    padding: 370px 77px 20px 77px; }
  .base-page .base-name, .base-page .format, .base-page .person {
    color: #000;
    font-size: 22px;
    margin-bottom: 8px; }
  .base-page .caption {
    color: #d30721;
    font-size: 28px;
    margin-top: 12px; }
	.haveGetBox{
		padding: 200px 0;
		width: 100%;
		text-align: center;
		color: #e94c40;
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 150px;
	}
	.dkbnqrBtn,.ckzsBtn{
		width: 530px;
		margin: 0 auto;
		height: 60px;
		border: 1px solid white;
		border-radius: 10px;
		background-color: #db5e2b;
		text-align: center;
		margin-top: 20px;
	}
	.dkbnqrBtn a,.ckzsBtn a{
		line-height: 60px;
		font-size: 28px;
		color: white;
		display: block;
	}
	.ckzsBtn{
		background-color: #c2272d;
	}
    .box_930 .pingmzt-page{
      background: inherit; 
      box-shadow:none;
    }
    .box_930 .xh-pager div{
      border: 1px solid #000;
      color: #000;
    }
    .box_930 .xh-pager div:hover{
      background-color: #3c3c3c;
      color: #fff!important;
    }
    .box_930 .pagination:hover{
      background-color: #fff!important;
      color: #3c3c3c!important;
    }
    .box_930 .pagination a{
      color: #3c3c3c;
      font-weight: 400;
      margin: 0 10px;
    }
    .box_930 .pagination .active{
      color: #000;
      font-weight: 600;
    }
    .box_930 .pagination .disabled{
      color: #3c3c3c82;
    }
    /* 930 */
.box1-hx930{
  padding-top: 40px;
  width: 1200px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 3px #ccc;
          box-shadow: 0 0 9px 3px #ccc;
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 200;
}
.xh-list930 {
  width: 1133px;
  display: inline-block;
  margin-bottom: 30px;
}
.xh-list930 .title930{
  width: 377px;
  height: auto;
  display: block;
  margin:  0 auto;
  margin-top: 40px;
}
.xh-list930 .xh-item930 {
  width: 330px;
  height: 171px;
  overflow: hidden;
  border: 1px solid #efefef;
  border-radius:20px;
  -webkit-box-shadow: 0 0 5px 3px #efefef;
          box-shadow: 0 0 5px 3px #efefef;
  position: relative;
  float: left;
  margin:25px 22px 25px 24px;
}

.xh-list930 .xh-item930:nth-child(3n) {
  margin-right: 0;
}

.xh-list930 .xh-item930:hover {
  -webkit-box-shadow: 0 0 5px 3px #ccc;
          box-shadow: 0 0 5px 3px #ccc;
  border: 1px solid #ccc;
}

.xh-list930 .xh-item930 img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.xh-list930 .xh-item930:nth-child(1) .xh-img930{
  width: auto;
  height:90%;
  right:20px;
}
.xh-list930 .xh-item930:nth-child(2)  .xh-img930{
  width: auto;
  height:60%;
}
.xh-list930 .xh-item930:nth-child(3)  .xh-img930{
  width: auto;
  height:80%;

}
.xh-list930 .xh-item930:nth-child(4)  .xh-img930{
  width: auto;
  height:99%;
  right:22px;
  margin-top: 10px;
}
.xh-list930 .xh-item930:nth-child(5)  .xh-img930{
  width: auto;
  height:95%;
  right: 25px;
}
.xh-list930 .xh-item930:nth-child(6)  .xh-img930{
  width: auto;
  height:90%;
}
.xh-list930 .xh-item930 p {
  width: 180px;
  font-size: 26px;
  text-align: center;
  padding: 0;
  line-height: 30px;
  margin-bottom: 5px;
}

.xh-list930 .xh-item930 p.xh-btn930 .xhbtn930 {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  width:3.5em;
  background-color: #877b77;
  cursor: pointer;
  border-right: 1px solid #fff;
  box-sizing: border-box;
 
}
.xh-list930 .xh-item930 p.xh-btn930{
  width: 180px;
  text-align: center;
  background-color: #877b77;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  padding: 8px 0;
  line-height: 24px;
  font-size: 24px;
}
.xh-list930 .xh-item930 p.xh-btn930 .lylink930 {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #877b77;
  width: 3.5em;
 
  cursor: pointer;
}
.xh-text930{
  margin-top: 20px;
}
.box2-ly930{
  padding-top: 40px;
  width: 1200px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 3px #ccc;
          box-shadow: 0 0 9px 3px #ccc;
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 200;
  margin-top:73px;
  padding-bottom: 40px;
}
.title930_2{
  width: 408px;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-top: 28px;
  margin-bottom: 30px;
}
.box_930 .pingmzt-page .ly-list .ly-item .names {
  height: 37px;
  line-height: 37px;
  color: #999;
  padding-left: 25px;
  background: url("../img/930person.png") no-repeat left center;
  background-size:20px auto;
}
.xh-count930{
  font-size: 24px!important;
  margin-bottom: 12px!important;
}
.xh-text930{
  margin-bottom: 2px!important;
}
.box_930{
  background-image: linear-gradient(to top,#ebebeb,#e1e1e1);
}
.footer930{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
}
.box_930 .erji-page{
  padding-bottom: 484px;
}
.box_930 .footer{
  border-top: 6px solid #929292;
}
.box_930 .fanwenliang span{
  background-color: #929292;
}
.box_930 .pingm-header{
  position: relative;
}
.box_930 .pingm-header .header930 {
  width: 100%;
  height: auto;
  display: block;
}

.box_930 .martop14{
  margin-top: 0;
}
.bg930{
  width: 100%;
  background-image: url(../img/header930_1.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
.box_930  .menu{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
