@charset "UTF-8";
@media screen and (min-width: 768px) {
  /**
   * Lines
   */
  @keyframes line-scale {
    0% {
      transform: scaley(1);
    }
    50% {
      transform: scaley(0.4);
    }
    100% {
      transform: scaley(1);
    }
  }
  .line-scale > div:nth-child(1) {
    animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  }
  .line-scale > div:nth-child(2) {
    animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  }
  .line-scale > div:nth-child(3) {
    animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  }
  .line-scale > div:nth-child(4) {
    animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  }
  .line-scale > div:nth-child(5) {
    animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  }
  .line-scale > div {
    background-color: #c4953c;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    animation-fill-mode: both;
    display: inline-block;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInUpBig {
    from {
      opacity: 0;
      transform: translate3d(0, 2000px, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes pulse {
    from {
      transform: scale3d(1, 1, 1);
    }
    50% {
      transform: scale3d(1.3, 1.3, 1.3);
    }
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  /* 定义呼吸动画 */
  @keyframes breathing {
    0% {
      transform: scale(1); /* 初始大小 */
    }
    100% {
      transform: scale(1.05); /* 增大到 1.2 倍大小 */
    }
  }
  .page-special__qywh-wrap {
    margin-bottom: 30px;
    background: #fff url(../images/qywh/qywh_bg.jpg) center 0 no-repeat;
    background-size: auto 1150px;
    height: 1150px;
  }
  .page-special__qywh-cont {
    zoom: 0.8;
    -moz-transform: scale(0.9);
    -moz-transform-origin: center top;
    position: relative;
    height: 100%;
    margin-top: -250px;
  }
  .page-special__qywh-cont [class*=page-special__qywh-sub] {
    position: absolute;
    width: 311px;
    background-repeat: no-repeat;
    background-position: center 0;
    opacity: 0;
  }
  .page-special__qywh-cont [class*=page-special__qywh-sub] strong {
    transition: all 0.5s ease;
    display: block;
    height: 170px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
  }
  .page-special__qywh-cont [class*=page-special__qywh-sub] strong:hover {
    transform: scale(1.08);
  }
  .page-special__qywh-cont [class*=page-special__qywh-sub] h3 {
    margin-top: 25px;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    color: #333;
  }
  .page-special__qywh-cont [class*=page-special__qywh-sub] p {
    background: none;
    margin-top: 25px;
    font-size: 20px;
    color: #333;
    text-align: justify;
  }
  .page-special__qywh-cont [class*=page-special__qywh-circle] {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(-120deg, #c38c20, #fff);
    opacity: 0.5;
  }
  .page-special__qywh-center {
    position: absolute;
    left: 50%;
    top: 352px;
    width: 356px;
    height: 467px;
    margin-left: -178px;
    background: url(../images/qywh/center.png) center 0 no-repeat;
  }
  .page-special__qywh-sub-1 {
    left: 0;
    top: 363px;
  }
  .page-special__qywh-sub-1 strong,
  .page-special__qywh-sub-1 p {
    background-image: url(../images/qywh/sub_1-1.png);
  }
  .page-special__qywh-sub-1 p {
    height: 218px;
  }
  .page-special__qywh-sub-2 {
    left: 253px;
    top: 856px;
  }
  .page-special__qywh-sub-2 strong,
  .page-special__qywh-sub-2 p {
    background-image: url(../images/qywh/sub_2-1.png);
  }
  .page-special__qywh-sub-2 p {
    height: 186px;
  }
  .page-special__qywh-sub-3 {
    right: 0;
    top: 363px;
  }
  .page-special__qywh-sub-3 strong,
  .page-special__qywh-sub-3 p {
    background-image: url(../images/qywh/sub_3-1.png);
  }
  .page-special__qywh-sub-3 p {
    height: 222px;
  }
  .page-special__qywh-sub-4 {
    left: 870px;
    top: 856px;
  }
  .page-special__qywh-sub-4 strong,
  .page-special__qywh-sub-4 p {
    background-image: url(../images/qywh/sub_4-1.png);
  }
  .page-special__qywh-sub-4 p {
    height: 209px;
  }
  .page-special__qywh-circle-1 {
    left: 290px;
    top: 303px;
    width: 105px;
    height: 105px;
  }
  .page-special__qywh-circle-2 {
    right: 100px;
    top: 90px;
    width: 175px;
    height: 175px;
  }
  .page-special__qywh-circle-3 {
    right: -425px;
    bottom: 140px;
    width: 425px;
    height: 425px;
  }
  .active .page-special__qywh-sub-1 {
    animation: fadeIn 1s 0s ease-out 1 forwards;
  }
  .active .page-special__qywh-sub-2 {
    animation: fadeIn 1s 1s ease-out 1 forwards;
  }
  .active .page-special__qywh-sub-3 {
    animation: fadeIn 1s 3s ease-out 1 forwards;
  }
  .active .page-special__qywh-sub-4 {
    animation: fadeIn 1s 2s ease-out 1 forwards;
  }
  .active .page-special__qywh-center {
    animation: breathing 2s 4s infinite alternate;
  }
  .gywm-content__wrap {
    display: flex;
    padding: 25px 0 200px;
  }
  .gywm-map__wrap {
    box-sizing: border-box;
    width: 52%;
    border: 1px solid #e1e6f0;
  }
  .gywm-map__ifr {
    display: none;
  }
  .gywm-info__wrap {
    flex: 1;
    box-sizing: border-box;
    height: 480px;
    padding: 78px 52px 0;
    background-color: #c4953c;
    color: #fff;
  }
  .gywm-info__wrap h2 {
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
  }
  .gywm-info__wrap ul {
    margin-top: 40px;
  }
  .gywm-info__wrap li {
    position: relative;
    margin-bottom: 38px;
    text-align: center;
  }
  .gywm-info__wrap li:last-child {
    margin-bottom: 0;
  }
  .gywm-info__wrap li strong {
    display: inline-flex;
    height: 42px;
    line-height: 42px;
    margin-bottom: 5px;
    padding: 0 25px 0 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 19px;
  }
  .gywm-info__wrap li span {
    display: block;
    line-height: 42px;
    color: #e7d5b1;
  }
  .gywm-info__wrap li span img {
    margin-top: 12px;
  }
  .gywm-icon {
    display: inline-block;
    width: 42px;
    height: 42px;
    overflow: hidden;
    background: url(../images/icon_gywm.png) no-repeat;
  }
  .gywm-icon-0 {
    background-position: center -4px;
  }
  .gywm-icon-1 {
    background-position: center -54px;
  }
  .gywm-icon-2 {
    background-position: center -104px;
  }
  .gywm-icon-3 {
    background-position: center -154px;
  }
  .page-zzjg-bg {
    height: 1250px;
    margin-bottom: 200px;
    background: url(../images/page_zzjg_bg.jpg) center bottom no-repeat;
  }
  .page-zzjg-pic {
    margin-top: 20px;
    height: 1014px;
    background: url(../images/page_zzjg.png) center no-repeat;
  }
  .page-special__zlgh-wrap {
    position: relative;
    z-index: 0;
    height: 1081px;
    background: url(../images/page_zlgh_bg.jpg) center no-repeat;
  }
  .page-special__zlgh-wrap .page-sub-tit__wrap {
    position: absolute;
    left: 50%;
    margin-left: -700px;
  }
  .page-special__zlgh-wrap .page-sub-tit__wrap .page-sub-tit {
    color: #fff;
  }
  .page-special__zlgh-list-wrap {
    height: 100%;
  }
  .page-special__zlgh-list-wrap ul {
    display: flex;
    height: 100%;
    justify-content: space-between;
  }
  .page-special__zlgh-list-wrap li {
    position: relative;
    width: 25%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .page-special__zlgh-list-wrap li:last-child {
    border-right: none;
  }
  .zlgh__item {
    position: absolute;
    justify-content: center;
    width: 100%;
    top: 50%;
    transform: translateY(-67%);
    text-align: center;
    cursor: pointer;
    transition: all 1s ease;
  }
  .zlgh__item .zlgh__item-pic {
    display: inline-block;
    width: 150px;
    height: 260px;
    overflow: hidden;
    background: url(../images/page_zlgh_tit.png) 0 0 no-repeat;
  }
  .zlgh__item .zlgh__item-pic strong {
    display: block;
    font-size: 28px;
    margin-top: 46px;
    color: #fff;
  }
  .zlgh__item .zlgh__item-pic-0 {
    background-position: 0 0;
  }
  .zlgh__item .zlgh__item-pic-1 {
    background-position: -150px 0;
  }
  .zlgh__item .zlgh__item-pic-2 {
    background-position: -300px 0;
  }
  .zlgh__item .zlgh__item-pic-3 {
    background-position: -450px 0;
  }
  .zlgh__item .zlgh__item-pic-0-on {
    background-position: 0 -260px;
  }
  .zlgh__item .zlgh__item-pic-1-on {
    background-position: -150px -260px;
  }
  .zlgh__item .zlgh__item-pic-2-on {
    background-position: -300px -260px;
  }
  .zlgh__item .zlgh__item-pic-3-on {
    background-position: -450px -260px;
  }
  .zlgh__item .zlgh__item-con {
    margin-top: 40px;
    padding-top: 30px;
    position: relative;
    min-height: 147px;
  }
  .zlgh__item .zlgh__item-con::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 50px;
    height: 1px;
    margin-left: -25px;
    background-color: #fff;
  }
  .zlgh__item .zlgh__item-con p {
    font-size: 18px;
    line-height: 2;
    text-align: center;
    color: #fff;
  }
  .zlgh__item-active {
    opacity: 0;
    transform: translateY(-37%);
  }
  .zlgh__item-active .zlgh__item-pic strong {
    color: #c4953c;
  }
  .zlgh__li-active {
    background: url(../images/page_zlgh_list_bg.png) center repeat-x;
  }
  .zlgh__li-active .zlgh__item {
    transform: translateY(-121%);
    opacity: 0;
  }
  .zlgh__li-active .zlgh__item-active {
    transform: translateY(-67%);
    opacity: 1;
  }
  .gsjj-content__bg {
    height: 745px;
    padding-top: 15px;
    background: url(../images/page_gsjj_bg_0.png) center 400px no-repeat;
  }
  .gsjj-content__wrap {
    float: left;
    width: 790px;
    padding-top: 60px;
  }
  .gsjj-content__wrap h2 {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
  }
  .gsjj-content__wrap .gsjj-content__box {
    width: 730px;
    letter-spacing: 2px;
  }
  .gsjj-content__wrap .gsjj-content__box p {
    margin-top: 40px;
    font-size: 18px;
    line-height: 32px;
    color: #333;
    text-align: justify;
  }
  .gsjj-content__tag-wrap {
    margin-top: 110px;
  }
  .gsjj-content__tag-wrap .gsjj-content__tag {
    float: left;
    width: 230px;
    padding-left: 30px;
    border-left: 1px solid #e4e4e4;
  }
  .gsjj-content__tag-wrap .gsjj-content__tag div {
    display: flex;
    align-items: flex-end;
    font-size: 18px;
    line-height: 36px;
  }
  .gsjj-content__tag-wrap .gsjj-content__tag div strong {
    height: 50px;
    line-height: 50px;
    min-width: 88px;
    margin-right: 5px;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    background-image: -webkit-linear-gradient(-165deg, #dbbb6a, #c4953c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .gsjj-content__tag-wrap .gsjj-content__tag p {
    font-size: 20px;
    color: #333;
  }
  .gsjj-content__pic0 {
    float: right;
    width: 604px;
    height: 585px;
    overflow: hidden;
    background: url(../images/page_gsjj_pic_0.jpg) right 0 no-repeat;
  }
  .gsjj-content__bg-1 {
    height: 554px;
    background: #cba04a url(../images/page_gsjj_bg_3.jpg) center 0 no-repeat;
    background-size: auto 100%;
  }
  .gsjj-content__warp-1 {
    box-sizing: border-box;
    width: 1110px;
    padding: 130px 0 0;
    color: #fff;
  }
  .gsjj-content__warp-1 h3 {
    height: 40px;
    line-height: 40px;
    font-size: 34px;
    margin-bottom: 60px;
  }
  .gsjj-content__warp-1 p {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 32px;
    text-align: justify;
  }
  .gsjj-content__pic1 {
    display: none;
  }
  .page-fzlc__wrap {
    overflow: hidden;
    background-color: #f2f4f5;
  }
  .page-fzlc__left {
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    float: left;
    width: 50%;
    margin-left: -348px;
    min-height: 800px;
    background: #1b2c41 url(../images/page_fzlc_side_bg.jpg) right top no-repeat;
  }
  .page-fzlc__left .page-sub-tit__wrap {
    float: right;
    width: 352px;
    height: auto;
    color: #fff;
  }
  .page-fzlc__list {
    margin-top: 280px;
  }
  .page-fzlc__list li {
    box-sizing: border-box;
    height: 200px;
    padding-left: 30px;
    font-size: 30px;
    line-height: 36px;
    color: #f0c05f;
    opacity: 0.6;
  }
  .page-fzlc__list li span {
    cursor: pointer;
  }
  .page-fzlc__list .active {
    font-size: 42px;
    color: #f0c05f;
    opacity: 1;
    text-shadow: 0 0 10px #c4953c;
  }
  .page-fzlc__righ {
    float: left;
    width: 50%;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
  }
  .fzlc-list__wrap {
    box-sizing: border-box;
    width: 1130px;
    margin: 250px 0 200px -120px;
    padding: 100px 0;
    background-color: #fff;
  }
  .fzlc-list__wrap-over-mar {
    margin-left: -10px;
    overflow: hidden;
  }
  .fzlc-list__wrap-over-pad {
    padding-left: 10px;
  }
  .fzlc-list {
    opacity: 0;
    height: 0;
    transition: opacity 0.5s linear;
    position: relative;
    border-left: 3px solid #cfa856;
  }
  .fzlc-list::before, .fzlc-list::after {
    position: absolute;
    left: -3px;
    content: "";
    width: 3px;
    background-color: #fff;
  }
  .fzlc-list::before {
    height: 10px;
    top: 0;
  }
  .fzlc-list::after {
    height: auto;
    bottom: 0;
  }
  .fzlc-list li {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 0 90px 50px;
    color: #333;
  }
  .fzlc-list li::before {
    content: "";
    position: absolute;
    left: -11px;
    top: 9px;
    z-index: 10;
    width: 20px;
    height: 20px;
    background-image: linear-gradient(-45deg, #e9cc84 0%, #bb8c33 100%);
    border-radius: 50%;
    box-shadow: 0px 2px 8px 0px rgba(83, 66, 25, 0.3);
  }
  .fzlc-list li h3 {
    height: 36px;
    line-height: 36px;
    font-size: 26px;
  }
  .fzlc-list li p {
    margin-top: 5px;
    font-size: 18px;
    line-height: 36px;
    text-align: justify;
  }
  .fzlc-list__active {
    opacity: 1;
    height: auto;
  }
  .page-gcjy__wrap {
    overflow: hidden;
  }
  .page-gcjy__left {
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    float: left;
    width: 31.875%;
    min-height: 800px;
    background: #880d1e url(../images/page_gcjy_bg_side.jpg) right top no-repeat;
  }
  .page-gcjy__left .page-sub-tit__wrap {
    float: right;
    width: 352px;
    height: auto;
    color: #fff;
  }
  .page-gcjy__righ {
    float: left;
    width: 65%;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
  }
  .letter-content__wrap {
    position: relative;
    box-sizing: border-box;
    width: 1400px;
    margin-top: 180px;
    margin-left: -352px;
    margin-bottom: 350px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  }
  .letter-content__wrap::after {
    content: "";
    position: absolute;
    left: -83px;
    bottom: -290px;
    width: 1920px;
    height: 623px;
    background: url(../images/page_gcjy_bg_footer.png) 0 0 no-repeat;
  }
  .page-gcjy__wrap1 {
    overflow: hidden;
    background: url(../images/page_gcjy_bg.jpg) center no-repeat;
    background-size: cover;
  }
  .letter-content__wrap1 {
    position: relative;
    box-sizing: border-box;
    width: 1400px;
    margin-bottom: 350px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  }
  .letter-content__wrap1::before {
    content: "";
    position: absolute;
    right: -361px;
    bottom: -50px;
    z-index: 10;
    width: 471px;
    height: 733px;
    background: url(../images/page_gcjy_bg_pen.png) 0 0 no-repeat;
  }
  .letter-content__wrap1::after {
    content: "";
    position: absolute;
    left: -81px;
    bottom: -200px;
    width: 1567px;
    height: 629px;
    background: url(../images/page_gcjy_bg_footer1.png) 0 0 no-repeat;
  }
  .letter-content__border0 {
    border: 1px solid #e1ca9d;
    padding: 5px;
  }
  .letter-content__border1 {
    border: 2px solid #e2ca9e;
    padding: 70px 80px 370px 80px;
  }
  .letter-content {
    text-align: center;
  }
  .letter-content h1 {
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    text-align: center;
    color: #c4953c;
    margin-bottom: 50px;
  }
  .letter-content h1::before, .letter-content h1::after {
    content: "";
    position: absolute;
    top: 13px;
    width: 65px;
    height: 24px;
    overflow: hidden;
    background: url(../images/page_gcjy_tit1.png) 0 0 no-repeat;
  }
  .letter-content h1::before {
    left: -80px;
  }
  .letter-content h1::after {
    right: -80px;
    background-position: right 0;
  }
  .letter-content p {
    margin-bottom: 36px;
    font-size: 20px;
    line-height: 36px;
    text-align: left;
    text-indent: 2em;
    color: #333;
    text-align: justify;
  }
  .letter-content .letter__footer {
    margin-top: 36px;
  }
  .letter-content .letter__footer p {
    margin-bottom: 0;
    text-align: right;
  }
  .page-ywly-intro__wrap {
    padding: 120px 0 140px;
    background: #fff url(../images/page_ywly_fullbg.jpg) center bottom no-repeat;
    background-size: 100% auto;
  }
  .page-ywly-intro__cont {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 60px 100px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .page-ywly-intro__cont::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -80px;
    z-index: 0;
    display: block;
    width: 558px;
    height: 558px;
    background: url(../images/page_ywly_full_icon.png) center no-repeat;
    opacity: 0.35;
  }
  .page-ywly-intro__cont li {
    position: relative;
    margin-bottom: 100px;
  }
  .page-ywly-intro__cont li h3 {
    position: relative;
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: normal;
    color: #111;
  }
  .page-ywly-intro__cont li h3::before {
    display: block;
    position: absolute;
    left: -40px;
    top: 18px;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #c4953c;
  }
  .page-ywly-intro__cont li p {
    font-size: 18px;
    line-height: 32px;
    color: #666;
    text-align: justify;
  }
  .page-ywly-list {
    margin: 107px 0 235px;
    display: flex;
    justify-content: space-between;
  }
  .page-ywly-list li {
    flex: 0 0 30.7%;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
  }
  .page-ywly-list li > a {
    display: block;
    line-height: 0;
  }
  .page-ywly-list li > a img {
    width: 100%;
  }
  .page-ywly-list li div {
    border-top: 1px solid #e5e5e5;
    height: 130px;
    line-height: 130px;
    text-align: center;
    font-size: 24px;
  }
  .page-ywly__wrap {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
  }
  .page-ywly__left {
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    float: left;
    width: 50%;
    margin-left: -175px;
    min-height: 800px;
    border-right: 1px solid #ededed;
    background: #f6f7f9 url(../images/page_ywly_side_bg.jpg) right top no-repeat;
  }
  .page-ywly__left .page-sub-tit__wrap {
    float: right;
    width: 525px;
    height: auto;
  }
  .page-ywly__left .page-ywly__list-info {
    float: left;
    width: 480px;
    margin-top: 130px;
    margin-bottom: 100px;
  }
  .page-ywly__left .page-ywly__list-info p {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 32px;
    text-align: justify;
  }
  .page-ywly__righ {
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    float: left;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    border-left: 1px solid #ededed;
  }
  .page-ywly__logo-content-wrap {
    float: left;
    width: 875px;
  }
  .page-ywly__logo-list-wrap li {
    float: left;
    width: 290px;
    height: 156px;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    text-align: center;
    line-height: 156px;
    cursor: pointer;
  }
  .page-ywly__logo-list-wrap li img {
    max-width: 290px;
    max-height: 156px;
  }
  .page-ywly__logo-list-wrap li::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 0;
    width: 288px;
    height: 154px;
    border: 2px solid transparent;
    transition: all 1.5s ease;
  }
  .page-ywly__logo-list-wrap .active {
    position: relative;
  }
  .page-ywly__logo-list-wrap .active::before {
    border: 2px solid #c4953c;
  }
  .page-ywly__logo-list-wrap .active::after {
    display: none;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 28px;
    height: 20px;
    margin-left: -14px;
    background: url(../images/page_ywly_arrow.png) 0 0 no-repeat;
  }
  .page-ywly__logo-hide {
    height: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    float: left;
    width: 100%;
    transition: all 3s ease;
  }
  .page-ywly__logo-text-wrap {
    box-sizing: border-box;
    padding: 80px 90px;
    border-bottom: 1px solid #ededed;
  }
  .page-ywly__logo-text-wrap h3 {
    min-height: 36px;
    line-height: 36px;
    margin-bottom: 20px;
    font-size: 28px;
    color: #c4953c;
  }
  .page-ywly__logo-text-wrap .page-ywly__logo-text p {
    text-indent: 2em;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 32px;
    text-align: justify;
  }
  .page-ywly__logo-text-wrap .page-ywly__logo-text img {
    max-width: 90%;
  }
  .page-ywly__logo-text-wrap-active {
    opacity: 1;
    height: auto;
    max-height: 9999px;
  }
  .page-shzrbg-list {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 50px;
  }
  .page-shzrbg-list:after {
    content: "";
    height: 0;
    width: 1%;
  }
  .page-shzrbg-list li {
    flex: 0 0 22%;
    text-align: center;
    margin-right: 3%;
    margin-bottom: 100px;
  }
  .page-shzrbg-list li a {
    display: block;
  }
  .page-shzrbg-list li a:first img {
    max-width: 100%;
    max-height: 100%;
  }
  .page-shzrbg-list li .page-shzrbg-item-m {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page-special__qywh-cont {
    display: flex;
    flex-wrap: wrap;
  }
  .page-special__qywh-cont [class*=page-special__qywh-sub] {
    width: 50%;
    margin-bottom: 0.5rem;
    background-repeat: no-repeat;
    background-position: center 0;
  }
  .page-special__qywh-cont [class*=page-special__qywh-sub] strong {
    display: block;
    height: 1.2rem;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
  }
  .page-special__qywh-cont [class*=page-special__qywh-sub] h3 {
    margin-top: 0.25rem;
    text-align: center;
    font-size: 0.36rem;
    font-weight: normal;
    color: #333;
  }
  .page-special__qywh-cont [class*=page-special__qywh-sub] p {
    padding: 0 0.3rem;
    background: none;
    margin-top: 0.25rem;
    font-size: 0.25rem;
    color: #333;
    text-align: justify;
  }
  .page-special__qywh-sub-1 strong {
    background-image: url(../images/qywh/sub_1-1.png);
  }
  .page-special__qywh-sub-2 strong {
    background-image: url(../images/qywh/sub_2-1.png);
  }
  .page-special__qywh-sub-3 strong {
    background-image: url(../images/qywh/sub_3-1.png);
  }
  .page-special__qywh-sub-4 strong {
    background-image: url(../images/qywh/sub_4-1.png);
  }
  .gywm-content__wrap {
    display: flex;
    flex-flow: wrap;
    padding: 0.2rem 0 0;
  }
  .gywm-map__wrap {
    box-sizing: border-box;
    width: 100%;
    height: 6.2rem;
    border: 1px solid #e1e6f0;
  }
  .gywm-map__ifr {
    width: 100%;
    height: 6.2rem;
  }
  .gywm-info__wrap {
    flex: 1;
    box-sizing: border-box;
    padding: 0.47rem 0.4rem;
    background-color: #c4953c;
    color: #fff;
  }
  .gywm-info__wrap h2 {
    height: 0.4rem;
    margin-left: 0;
    line-height: 0.4rem;
    font-size: 0.32rem;
    text-align: center;
    font-weight: normal;
  }
  .gywm-info__wrap ul {
    margin-top: 0.4rem;
  }
  .gywm-info__wrap li {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 0.56rem;
    font-size: 0.26rem;
    text-align: center;
  }
  .gywm-info__wrap li:last-child {
    margin-bottom: 0;
  }
  .gywm-info__wrap li strong {
    display: inline-flex;
    height: 0.64rem;
    line-height: 0.64rem;
    margin-bottom: 0.25rem;
    padding: 0 0.25rem 0 0.1rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.32rem;
  }
  .gywm-info__wrap li span {
    display: block;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.6);
  }
  .gywm-info__wrap li span img {
    margin-top: 0.1rem;
  }
  .gywm-icon {
    display: inline-block;
    width: 0.64rem;
    height: 0.64rem;
    overflow: hidden;
    background: url(../images/icon_gywm.png) no-repeat;
    background-size: 0.72rem auto;
  }
  .gywm-icon-0 {
    background-position: center -0.06rem;
  }
  .gywm-icon-1 {
    background-position: center -0.78rem;
  }
  .gywm-icon-2 {
    background-position: center -1.5rem;
  }
  .gywm-icon-3 {
    background-position: center -2.22rem;
  }
  .page-zzjg-bg {
    height: auto;
    margin-bottom: 1rem;
    background: none;
  }
  .page-zzjg-pic {
    margin-top: 20px;
    height: 21.3rem;
    background: url(../images/page_zzjg_m.png) center no-repeat;
    background-size: 6.8rem auto;
  }
  .page-special__zlgh-wrap {
    position: relative;
    z-index: 0;
    height: auto;
    padding-bottom: 0.5rem;
    background: none;
  }
  .page-special__zlgh-wrap .page-sub-tit__wrap {
    position: relative;
    left: initial;
    margin-left: 0;
  }
  .page-special__zlgh-wrap .page-sub-tit__wrap .page-sub-tit {
    color: inherit;
  }
  .page-special__zlgh-list-wrap {
    height: 100%;
  }
  .page-special__zlgh-list-wrap ul {
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    padding: 0 0.4rem;
    justify-content: space-between;
  }
  .page-special__zlgh-list-wrap li {
    position: relative;
    width: auto;
    height: auto;
    margin-bottom: 0.5rem;
    border-right: none;
  }
  .page-special__zlgh-list-wrap li:last-child {
    border-right: none;
  }
  .zlgh__item {
    display: none;
    position: relative;
    justify-content: center;
    width: 100%;
    top: auto;
    transform: none;
    text-align: inherit;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0.4rem 0.5rem;
    box-shadow: 0px 4px 12px 0px rgba(129, 91, 45, 0.1);
    border: solid 1px #e1e6f0;
  }
  .zlgh__item .zlgh__item-pic {
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    height: 0.9rem;
    padding-top: 0.39rem;
    overflow: hidden;
    background: url(../images/page_zlgh_tit.png) no-repeat;
    background-position: 0.29rem 0;
    background-size: auto 28px;
  }
  .zlgh__item .zlgh__item-pic strong {
    display: block;
    font-size: 0.36rem;
    margin-top: 0;
    color: #fff;
  }
  .zlgh__item .zlgh__item-pic-0-on {
    background-image: url(../images/page_zlgh_01.png);
  }
  .zlgh__item .zlgh__item-pic-1-on {
    background-image: url(../images/page_zlgh_02.png);
  }
  .zlgh__item .zlgh__item-pic-2-on {
    background-image: url(../images/page_zlgh_03.png);
  }
  .zlgh__item .zlgh__item-pic-3-on {
    background-image: url(../images/page_zlgh_04.png);
  }
  .zlgh__item .zlgh__item-con {
    margin-top: 0.15rem;
    padding-top: 0;
    position: relative;
  }
  .zlgh__item .zlgh__item-con::before {
    display: none;
  }
  .zlgh__item .zlgh__item-con p {
    font-size: 0.26rem;
    line-height: 1.5;
    text-align: left;
    color: #333;
    text-align: justify;
  }
  .zlgh__item-active {
    display: block;
  }
  .zlgh__item-active .zlgh__item-pic strong {
    color: #c4953c;
  }
  .zlgh__li-active {
    background: none;
  }
  .zlgh__li-active .zlgh__item {
    display: none;
  }
  .zlgh__li-active .zlgh__item-active {
    display: block;
  }
  .gsjj-content__bg {
    height: auto;
    padding-top: 15px;
    background: url(../images/page_gsjj_bg_0.png) -2rem 4.5rem no-repeat;
    background-size: auto 170px;
  }
  .gsjj-content__wrap {
    float: none;
    width: auto;
    padding: 0 0.4rem;
  }
  .gsjj-content__wrap h2 {
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.4rem;
  }
  .gsjj-content__wrap .gsjj-content__box {
    width: auto;
    letter-spacing: 0;
  }
  .gsjj-content__wrap .gsjj-content__box p {
    margin-top: 0.55rem;
    font-size: 0.28rem;
    line-height: 2;
    color: #5c5c5c;
    text-align: justify;
  }
  .gsjj-content__tag-wrap {
    margin-top: 1.64rem;
    display: flex;
    justify-content: space-between;
  }
  .gsjj-content__tag-wrap::after {
    display: none;
  }
  .gsjj-content__tag-wrap .gsjj-content__tag {
    float: none;
    width: auto;
    padding-left: 0;
    border-left: none;
  }
  .gsjj-content__tag-wrap .gsjj-content__tag div {
    display: flex;
    align-items: flex-end;
    font-size: 0.24rem;
    line-height: 2;
  }
  .gsjj-content__tag-wrap .gsjj-content__tag div strong {
    height: 0.6rem;
    line-height: 0.6rem;
    min-width: 1.4rem;
    margin-right: 0.05rem;
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    background-image: -webkit-linear-gradient(-165deg, #dbbb6a, #c4953c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .gsjj-content__tag-wrap .gsjj-content__tag p {
    font-size: 0.26rem;
    text-align: center;
    color: #333;
  }
  .gsjj-content__pic0 {
    float: none;
    margin: 1.4rem 0.4rem 1.2rem;
    width: 6.7rem;
    height: 6.5rem;
    overflow: hidden;
    background: url(../images/page_gsjj_pic_0.jpg) center 0 no-repeat;
    background-size: auto 100%;
  }
  .gsjj-content__bg-1 {
    height: auto;
    padding: 0.8rem 0.4rem 1.6rem;
    background: #f2f2f2 url(../images/page_gsjj_bg_1.jpg) -1rem 0 no-repeat;
    background-size: auto 100%;
  }
  .gsjj-content__bg-1 > div {
    position: relative;
  }
  .gsjj-content__warp-1 {
    float: none;
    box-sizing: border-box;
    width: auto;
    height: auto;
    padding: 0;
    overflow: hidden;
    margin-top: 0;
    background: none;
    color: #333;
  }
  .gsjj-content__warp-1 h3 {
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.34rem;
    margin-bottom: 0.5rem;
  }
  .gsjj-content__warp-1 p {
    font-size: 0.28rem;
    letter-spacing: 0;
    line-height: 2;
    text-align: justify;
  }
  .gsjj-content__pic1 {
    position: relative;
    left: 0;
    top: 0;
    width: 6.7rem;
    height: 4.22rem;
    overflow: hidden;
    margin-top: 1.2rem;
    background: url(../images/page_gsjj_pic_1.jpg) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .page-fzlc__wrap {
    overflow: hidden;
    background-color: #fff;
  }
  .page-fzlc__left {
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    float: left;
    width: 33.7%;
    margin-left: 0;
    min-height: 15.2rem;
    background: #1b2c41 url(../images/page_fzlc_side_bg.jpg) right top no-repeat;
    background-size: 320px auto;
  }
  .page-fzlc__left .page-sub-tit__wrap {
    position: relative;
    float: right;
    width: 100%;
    height: auto;
    color: #333;
  }
  .page-fzlc__left .page-sub-tit {
    position: absolute;
    right: -3.5rem;
    width: 3rem;
    font-size: 0.34rem;
  }
  .page-fzlc__list {
    margin-top: 0.7rem;
  }
  .page-fzlc__list li {
    box-sizing: border-box;
    height: 3.1rem;
    padding-left: 0;
    font-size: 0.32rem;
    line-height: 1.5;
    color: #f0c05f;
    opacity: 0.6;
    text-align: right;
  }
  .page-fzlc__list li span {
    cursor: pointer;
  }
  .page-fzlc__list .active {
    font-size: 0.32rem;
    color: #f0c05f;
    opacity: 1;
    text-shadow: 0 0 10px #c4953c;
  }
  .page-fzlc__righ {
    float: left;
    width: 65%;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
  }
  .fzlc-list__wrap {
    box-sizing: border-box;
    width: auto;
    margin: 0.73rem 0 2rem;
    padding: 0.7rem 0;
    background-color: #fff;
  }
  .fzlc-list__wrap-over-mar {
    margin-left: -0.15rem;
    overflow: hidden;
  }
  .fzlc-list__wrap-over-pad {
    padding-left: 0.15rem;
  }
  .fzlc-list {
    opacity: 0;
    height: 0;
    transition: opacity 0.5s linear;
    position: relative;
    border-left: none;
  }
  .fzlc-list::before, .fzlc-list::after {
    display: none;
    position: absolute;
    left: -3px;
    content: "";
    width: 3px;
    background-color: #fff;
  }
  .fzlc-list::before {
    height: 10px;
    top: 0;
  }
  .fzlc-list::after {
    height: 180px;
    bottom: 0;
  }
  .fzlc-list li {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 0 0.3rem 0.5rem 0.5rem;
    color: #333;
  }
  .fzlc-list li::before {
    content: "";
    position: absolute;
    left: -0.11rem;
    top: 0.09rem;
    z-index: 10;
    width: 0.2rem;
    height: 0.2rem;
    background-image: linear-gradient(-45deg, #e9cc84 0%, #bb8c33 100%);
    border-radius: 50%;
    box-shadow: 0px 2px 8px 0px rgba(83, 66, 25, 0.3);
  }
  .fzlc-list li h3 {
    height: auto;
    line-height: 1.5;
    font-size: 0.28rem;
  }
  .fzlc-list li p {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 1.5;
    text-align: justify;
  }
  .fzlc-list__active {
    opacity: 1;
    height: auto;
  }
  .page-gcjy__wrap1 {
    overflow: hidden;
    background: none;
  }
  .letter-content__wrap1 {
    position: relative;
    box-sizing: border-box;
    width: auto;
    margin: 0.26rem;
    padding: 0.1rem;
    background-color: #fff;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.3);
  }
  .letter-content__wrap1::before {
    display: none;
  }
  .letter-content__wrap1::after {
    display: none;
  }
  .letter-content__border0 {
    border: 1px solid #e1ca9d;
    padding: 0.03rem;
  }
  .letter-content__border1 {
    border: 2px solid #e2ca9e;
    padding: 0.5rem 0.3rem 1.47rem;
  }
  .letter-content {
    text-align: center;
  }
  .letter-content h1 {
    position: relative;
    display: inline-block;
    height: auto;
    line-height: 0.5rem;
    font-size: 0.32rem;
    text-align: center;
    margin-bottom: 0.45rem;
  }
  .letter-content h1::before, .letter-content h1::after {
    display: none;
  }
  .letter-content p {
    margin-bottom: 0.48rem;
    font-size: 0.28rem;
    line-height: 0.48rem;
    text-align: left;
    text-indent: 2em;
    color: #333;
    text-align: justify;
  }
  .letter-content .letter__footer {
    margin-top: 1.9rem;
  }
  .letter-content .letter__footer p {
    margin-bottom: 0;
    text-align: right;
  }
  .page-ywly-intro__wrap {
    padding: 0.5rem 0.3rem;
    background: #fff url(../images/page_ywly_fullbg.jpg) center bottom no-repeat;
    background-size: cover;
  }
  .page-ywly-intro__cont {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0.2rem 0.3rem;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .page-ywly-intro__cont li {
    position: relative;
    margin-bottom: 0.5rem;
  }
  .page-ywly-intro__cont li h3 {
    position: relative;
    margin-bottom: 0.3rem;
    font-size: 0.42rem;
    font-weight: normal;
    color: #c4953c;
    text-align: center;
  }
  .page-ywly-intro__cont li p {
    text-indent: 2em;
    font-size: 0.28rem;
    line-height: 1.8;
    color: #666;
    text-align: justify;
  }
  .page-ywly__wrap {
    overflow: hidden;
  }
  .page-ywly__left {
    margin-bottom: 0;
    padding-bottom: 0;
    float: none;
    width: 100%;
    margin-left: 0;
    min-height: auto;
    border-right: none;
    background: none;
  }
  .page-ywly__left .page-sub-tit__wrap {
    float: none;
    width: auto;
    height: auto;
  }
  .page-ywly__left .page-sub-tit__wrap::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  .page-ywly__left .page-sub-tit__wrap .page-sub-tit {
    margin-bottom: 0.37rem;
  }
  .page-ywly__left .page-ywly__list-info {
    clear: both;
    float: none;
    width: 100%;
    height: 3.76rem;
    margin-top: 0.37rem;
    margin-bottom: 0;
    background-position: center;
    background-size: 100% 100%;
  }
  .page-ywly__left .page-ywly__list-info p {
    display: none;
  }
  .page-ywly__righ {
    margin-bottom: 0;
    padding-bottom: 0;
    float: none;
    box-sizing: border-box;
    width: auto;
    height: 100%;
    margin: 0 0.4rem 1rem;
    border: 1px solid #ededed;
  }
  .page-ywly__logo-content-wrap {
    float: none;
    width: 100%;
  }
  .page-ywly__logo-list-wrap li {
    float: left;
    box-sizing: border-box;
    width: 50%;
    height: 1.2rem;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    text-align: center;
    line-height: 1.2rem;
    cursor: pointer;
  }
  .page-ywly__logo-list-wrap li:nth-child(2n) {
    border-right: none;
  }
  .page-ywly__logo-list-wrap li img {
    max-width: 100%;
    max-height: 100%;
  }
  .page-ywly__logo-list-wrap .active {
    position: relative;
  }
  .page-ywly__logo-list-wrap .active::before {
    content: "";
    position: absolute;
    left: -0.02rem;
    top: 0;
    width: 3.33rem;
    height: 1.18rem;
    border: 0.02rem solid #c4953c;
  }
  .page-ywly__logo-list-wrap .active::after {
    display: none;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.2rem;
    width: 0.28rem;
    height: 0.2rem;
    margin-left: -0.14rem;
    background: url(../images/page_ywly_arrow.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .page-ywly__logo-hide {
    height: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    float: left;
    width: 100%;
    transition: all 3s ease;
  }
  .page-ywly__logo-text-wrap {
    box-sizing: border-box;
    padding: 0.55rem 0.4rem;
    border-bottom: 1px solid #ededed;
  }
  .page-ywly__logo-text-wrap h3 {
    height: auto;
    line-height: 1.5;
    margin-bottom: 0.4rem;
    font-size: 0.36rem;
    color: #c4953c;
    text-align: center;
  }
  .page-ywly__logo-text-wrap .page-ywly__logo-text p {
    font-size: 0.28rem;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: justify;
  }
  .page-ywly__logo-text-wrap .page-ywly__logo-text img {
    max-width: 100%;
  }
  .page-ywly__logo-text-wrap-active {
    opacity: 1;
    height: auto;
    max-height: 9999px;
  }
  .page-shzrbg-list {
    display: block;
    flex-wrap: wrap;
    padding: 20px 0 50px;
  }
  .page-shzrbg-list:after {
    display: none;
  }
  .page-shzrbg-list li {
    display: flex;
    flex: none;
    text-align: center;
    margin-right: 0;
    margin-bottom: 0.55rem;
  }
  .page-shzrbg-list li .page-shzrbg-item {
    display: none;
  }
  .page-shzrbg-list li .page-shzrbg-item-m {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.88rem 0 0.5rem;
  }
  .page-shzrbg-list li .page-shzrbg-item-m img {
    width: 3rem;
    height: 3rem;
  }
  .page-shzrbg-list li .page-shzrbg-item-m-info {
    text-align: left;
  }
  .page-shzrbg-list li .page-shzrbg-item-m-info p {
    font-size: 0.28rem;
    line-height: 1.5;
    text-align: justify;
  }
  .page-shzrbg-list li .page-shzrbg-item-m-info .page-shzrbg-item-m__b {
    display: inline-block;
    height: 0.6rem;
    margin-top: 0.35rem;
    padding: 0 0.55rem;
    border: 1px solid #ccc;
    border-radius: 0.3rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.24rem;
    color: #333;
  }
}

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