<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box {
    position: relative;
    overflow: hidden;
    background: url(../images/bg.jpg) no-repeat center top;
  }
  
  .banner {
    height: 846px;
    margin-bottom: 82px;
    background: url(../images/banner_bg.png) no-repeat center center;
  
  }
  
  .txt_container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  
  .txt01 {
    margin-left: 861px;
  }
  
  .txt02 {
    width: 100%;
    height: auto;
    margin: -70px auto 0;
  }
  
  .txt03 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
  }
  
  .txt03_item {
    width: 203px;
    height: 204px;
    background: url(../images/txt03_item.png) no-repeat center center;
    background-size: 100% 100%;
    color: #FBFBD5;
    font-size: 36px;
    line-height: 150px;
    font-weight: bold;
    margin: 0 16px;
    text-shadow: 0px 4px 3px rgba(0, 84, 82, 0.9);
  }
  
  .fish {
    position: absolute;
    top: 193px;
    z-index: 3;
    right: 74px;
    width: 196px;
    height: 198px;
    animation: top_l_ani 3s linear infinite;
  }
  
  @keyframes top_l_ani {
    0% {
      transform: rotate(0);
    }
  
    50% {
      transform: rotate(4deg);
    }
  
    100% {
      transform: rotate(0);
    }
  }
  
  .box_t {
    height: 58px;
    background: url(../images/box_top.png) no-repeat center bottom;
    background-size: 100% auto;
  }
  
  .box_c {
    height: auto;
    background: url(../images/box_c.png) repeat-y center center;
    background-size: 100% auto;
    box-sizing: border-box;
    padding: 44px 44px 0;
  }
  
  .box_b {
    height: 58px;
    background: url(../images/box_bottom.png) no-repeat center top;
    background-size: 100% auto;
    margin-bottom: 88px;
  }
  
  .title {
    width: 1022px;
    height: 122px;
    background: url(../images/title_bg.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto -70px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-shadow: #570403 3px 0 0, #570403 0 3px 0, #570403 -3px 0 0, #570403 0 -3px 0;
    font-size: 40px;
    box-sizing: border-box;
    padding-bottom: 10px;
    font-weight: bold;
  }
  
  .title span {
    color: #FFDE45;
    font-size: 44px;
  }
  
  .box01 .box_c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 80px;
  }
  
  .box01_item {
    width: 437px;
    height: 286px;
  }
  
  .box_out {
  
    background: #FEEFD8;
    border: 4px solid #570403;
    box-shadow: 0px 9px 2px 0px rgba(149, 17, 0, 0.24);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 11px;
  }
  
  .box_inner {
    width: 100%;
    height: 100%;
    background: #FEEFD8;
    border: 2px solid #570403;
    border-radius: 7px;
  }
  
  .box01_inner {}
  
  .common_title {
    width: 296px;
    height: 73px;
    background: #F13A35;
    border: 4px solid #570403;
    box-shadow: 0px 9px 2px 0px rgba(149, 17, 0, 0.24);
    border-radius: 34px;
    color: #FEEFD8;
    font-size: 36px;
    text-align: center;
    line-height: 70px;
    margin: -52px auto 20px;
    text-shadow: #570403 3px 0 0, #570403 0 3px 0, #570403 -3px 0 0, #570403 0 -3px 0;
  }
  
  .box01_inner p {
    color: #570403;
    font-size: 24px;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  
  .box01_inner p img {
    margin-right: 10px;
  }
  
  .box01_l a {
    display: block;
    width: 145px;
    height: 39px;
    background: #FFC750;
    border: 2px solid #570403;
    border-radius: 18px;
    color: #570403;
    font-size: 20px;
    text-align: center;
    line-height: 39px;
    margin: 0 auto;
  }
  
  .box01_l p {
    margin-bottom: 23px;
    box-sizing: border-box;
    padding-left: 35%;
  }
  
  .box01_r p {
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 0 3%;
    font-size: 22px;
    line-height: 1.2;
  }
  
  .box02 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .box02 ul li {
    width: 335px;
    height: 128px;
    background: url(../images/box02_item.png) no-repeat center center;
    background-size: 100% 100%;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-shadow: #570403 3px 0 0, #570403 0 3px 0, #570403 -3px 0 0, #570403 0 -3px 0;
  
  }
  
  .box02 ul li span {
    color: #FFDE45;
  }
  
  .box02_tab_item {
    display: none;
  }
  
  .box02_tab_item.active {
    display: block;
  }
  
  .box02_tab_item img {
    margin-bottom: -5px;
  }
  
  .arrow01 {
    margin-left: 13%;
  }
  
  .arrow02 {
    margin-left: 48%;
  }
  
  .arrow03 {
    margin-left: 83.5%;
  }
  
  .box02_inner {
    width: 100%;
    height: auto;
    background: #FEEFD8;
    border: 2px solid #570403;
    box-shadow: 0px 9px 2px 0px rgba(149, 17, 0, 0.24);
    border-radius: 10px;
    font-size: 24px;
    color: #5D0C06;
    box-sizing: border-box;
    padding: 19px;
    line-height: 1.6;
  }
  
  .box03 .box_c {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .video_l {
    width: 676px;
    height: 423px;
  }
  
  #video {
    width: 100%;
    height: 100%;
  }
  
  .video_r {
    width: 400px;
    height: 423px;
    position: relative;
  }
  
  .video_r h3 {
    margin-top: 0;
  }
  
  .video_r p {
    color: #570403;
    font-size: 22px;
    margin-top: 29px;
  }
  
  .rabbit {
    position: absolute;
    bottom: -63px;
    right: -49px;
  }
  
  .box04_t {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: url(../images/arrow02.png) no-repeat center 43px;
  }
  
  .box04_t_item {
    width: 328px;
  }
  
  .circle_item {
    width: 159px;
    height: 172px;
    background: url(../images/box04_item.png) no-repeat center center;
    background-size: 100% 100%;
    color: #FBFBD5;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    box-sizing: border-box;
    text-align: center;
    padding-top: 39px;
    margin: 0 16px;
    text-shadow: 0px 4px 3px rgba(0, 84, 82, 0.9);
    margin: 0 auto -50px;
    position: relative;
  }
  
  .box04_out .box_inner {
    height: 300px;
    box-sizing: border-box;
    padding: 30px 16px 16px;
  }
  
  .box04_out .box_inner p {
    color: #570403;
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: bold;
  }
  
  .box04_b {
    width: 100%;
    height: auto;
    background: #F13A35;
    border: 4px solid #570403;
    box-shadow: 0px 9px 2px 0px rgba(149, 17, 0, 0.24);
    border-radius: 10px;
    margin-top: 63px;
    box-sizing: border-box;
    padding: 0 20px 20px;
  }
  
  .box04_b_title {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .box04_b_title span {
    margin: 0 20px;
    color: #FFFFFF;
    text-shadow: #570403 3px 0 0, #570403 0 3px 0, #570403 -3px 0 0, #570403 0 -3px 0;
    font-size: 25px;
  }
  
  .box04_b_inner {
    width: 100%;
    height: 556px;
    background: #FEEFD8;
    border: 4px solid #570403;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .box05 .box_c {
  
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 80px;
  }
  
  .box05_item {
    position: relative;
    width: 517px;
    height: 439px;
  }
  
  .box05_item h3 {
    width: 394px;
  }
  
  .box05_item .box_inner {
    padding: 0 20px 20px;
    box-sizing: border-box;
  }
  
  .shuxie {
    position: absolute;
    bottom: 0;
    right: -30px;
  }
  
  .box05_item h4 {
    color: #570403;
    font-size: 24px;
    line-height: 1.6;
  }
  
  .box05_item p {
  
    color: #570403;
    font-size: 22px;
    line-height: 1.6;
  }
  
  .region a {
    float: left;
    display: block;
    width: 124px;
    height: 58px;
    background: #FEEFD8;
    border: 2px solid #570403;
    box-shadow: 0px 9px 2px 0px rgba(149, 17, 0, 0.24);
    border-radius: 27px;
    box-sizing: border-box;
    margin-bottom: 30px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: #570403;
    transition: all .3s linear;
    margin-right: 16px;
    font-weight: bold;
  }
  
  .region a:hover {
    color: #FEEFD8;
    background: #F13A35;
    text-shadow: #570403 3px 0 0, #570403 0 3px 0, #570403 -3px 0 0, #570403 0 -3px 0;
  }
  
  .region a:nth-child(8n) {
    margin-right: 0;
  }
  
  #w-contact-mian-p3 a {
    float: none;
    background: none;
    display: inline;
    border: none;
    box-shadow: none;
  }
  #w-contact-main-p4 a {
    float: none;
    border: none;
    box-shadow: none;
  }
  
  @media only all and (max-width:1080px) {
    .box {
      background: url(../images/bg.jpg) repeat-y center top;
      background-size: 100% auto;
    }
  
    .banner {
      height: 13rem;
      margin-bottom: 2.05rem;
      background: url(../images/banner_bg.png) no-repeat top center;
      background-size: 100% auto;
    }
  
    .txt_container {
      width: 100%;
    }
  
    .txt01 {
      width: 4rem;
      height: auto;
      margin-left: 70%;
    }
  
    .txt02 {
      margin: -.7rem auto 0;
    }
  
    .txt03 {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: -0.75rem;
    }
  
    .txt03_item {
      width: 5.075rem;
      height: 5.1rem;
      font-size: 0.9rem;
      line-height: 3.8rem;
      margin: 0 -.4rem;
      text-shadow: 0rem 0.1rem 0.075rem rgba(0, 84, 82, 0.9);
    }
  
    .fish {
      top: 3rem;
      z-index: 3;
      right: 1.85rem;
      width: 4.9rem;
      height: 4.95rem;
    }
  
    .box_t {
      height: 1.45rem;
      background: url(../images/box_top.png) no-repeat center bottom;
      background-size: 100% auto;
    }
  
    .box_c {
      padding: 1.1rem 1.1rem 0;
    }
  
    .box_b {
      height: 1.45rem;
      margin-bottom: 2.2rem;
    }
  
    .title {
      width: 100%;
      height: 2.6rem;
      margin: 0 auto -1.75rem;
      text-shadow: #570403 0.075rem 0 0, #570403 0 0.075rem 0, #570403 -0.075rem 0 0, #570403 0 -0.075rem 0;
      font-size: .7rem;
      padding-bottom: 0.25rem;
    }
  
    .title span {
      font-size: .8rem;
    }
  
    .box01 .box_c {
      flex-direction: column;
      padding-top: 2rem;
    }
  
    .box01_item {
      width: 10.925rem;
      height: auto;
    }
  
    .box_out {
      box-shadow: 0rem 0.225rem 0.05rem 0rem rgba(149, 17, 0, 0.24);
      border-radius: 0.25rem;
      padding: 0.275rem;
    }
  
    .box_inner {
      width: 100%;
      height: 100%;
      border-radius: 0.175rem;
    }
  
    .vs {
      width: 5rem;
      margin: .6rem 0 1rem;
    }
  
    .common_title {
      width: 7.4rem;
      height: 1.825rem;
      box-shadow: 0rem 0.225rem 0.05rem 0rem rgba(149, 17, 0, 0.24);
      border-radius: 0.85rem;
      font-size: 0.9rem;
      line-height: 1.75rem;
      margin: -1.3rem auto 0.5rem;
      text-shadow: #570403 0.075rem 0 0, #570403 0 0.075rem 0, #570403 -0.075rem 0 0, #570403 0 -0.075rem 0;
    }
  
    .box01_inner p {
      color: #570403;
      font-size: 0.6rem;
      display: flex;
      align-items: center;
      line-height: 1;
    }
  
    .box01_l .box01_inner {
      padding-bottom: .8rem;
    }
  
    .box01_inner p img {
      width: 1rem;
      height: auto;
      margin-right: 0.25rem;
    }
  
    .box01_l a {
      width: 3.625rem;
      height: 0.975rem;
      border-radius: 0.45rem;
      font-size: 0.5rem;
      line-height: 0.975rem;
    }
  
    .box01_l p {
      margin-bottom: 0.575rem;
      box-sizing: border-box;
      padding-left: 35%;
    }
  
    .box01_l p img {
      width: .8rem;
    }
  
    .box01_r p {
      margin-bottom: 0.75rem;
      font-size: 0.7rem;
    }
  
  
    .box02 ul li {
      width: 33%;
      height: 3.2rem;
      text-align: center;
      font-size: 0.5rem;
      text-shadow: #570403 0.075rem 0 0, #570403 0 0.075rem 0, #570403 -0.075rem 0 0, #570403 0 -0.075rem 0;
    }
  
  
    .box02_tab_item img {
      width: 1rem;
      height: auto;
      margin-bottom: -0.215rem;
    }
  
    .arrow01 {
      margin-left: 13%;
    }
  
    .arrow02 {
      margin-left: 46%;
    }
  
    .arrow03 {
      margin-left: 80%;
    }
  
    .box02_inner {
      box-shadow: 0rem 0.225rem 0.05rem 0rem rgba(149, 17, 0, 0.24);
      border-radius: 0.25rem;
      font-size: 0.6rem;
      padding: 0.475rem;
    }
  
    .box03 .box_c {
      flex-direction: column;
    }
  
    .video_l {
      width: 100%;
      height: 10rem;
    }
  
  
  
    .video_r {
      width: 100%;
      margin-top: .8rem;
      height: auto;
      padding-bottom: 3rem;
    }
  
    .video_r h3 {
      margin-top: 0;
    }
  
    .video_r p {
      font-size: 0.7rem;
      margin-top: 0.725rem;
    }
  
    .rabbit {
      width: 5rem;
      bottom: -1.575rem;
      right: -1.225rem;
    }
  
    .box04_t {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: none;
    }
  
    .box04_t_item {
      width: 90%;
      margin-bottom: .8rem;
    }
  
    .circle_item {
      width: 3.975rem;
      height: 4.3rem;
      font-size: 0.8rem;
      padding-top: .9rem;
      margin: 0 0.4rem;
      text-shadow: 0rem 0.1rem 0.075rem rgba(0, 84, 82, 0.9);
      margin: 0 auto -1.5rem;
    }
  
    .box04_out .box_inner {
      height: auto;
      box-sizing: border-box;
      padding: 0.75rem 0.4rem 0.4rem;
    }
  
    .box04_out .box_inner p {
      font-size: 0.7rem;
      margin-bottom: 0.45rem;
    }
  
    .box04_b {
      width: 100%;
      height: auto;
      box-shadow: 0rem 0.225rem 0.05rem 0rem rgba(149, 17, 0, 0.24);
      border-radius: 0.25rem;
      margin-top: 1.575rem;
      padding: 0 0.5rem 0.5rem;
    }
  
    .box04_b img {
      width: 100%;
      height: auto;
    }
  
    .box04_b_title {
      height: 2rem;
    }
  
    .box04_b_title span {
      margin: 0 0.5rem;
      text-shadow: #570403 0.075rem 0 0, #570403 0 0.075rem 0, #570403 -0.075rem 0 0, #570403 0 -0.075rem 0;
      font-size: 0.8rem;
    }
  
    .box04_b_title img {
      width: 3rem;
      height: auto;
    }
  
    .box04_b_inner {
      width: 100%;
      height: auto;
      border-radius: 0.25rem;
    }
  
    .box05 .box_c {
      flex-direction: column;
      padding-top: 2rem;
    }
  
    .box05_item {
      width: 90%;
      height: auto;
      margin-bottom: 2rem;
    }
  
    .box05_item h3 {
      width: 9.85rem;
    }
  
    .box05_item .box_inner {
      padding: 0 0.5rem 0.5rem;
    }
  
    .shuxie {
      right: -0.75rem;
      width: 4rem;
    }
  
    .box05_item h4 {
      font-size: 0.7rem;
    }
  
    .box05_item p {
      font-size: 0.6rem;
    }
  
    .region a {
      width: 23.6%;
      height: 1.6rem;
      margin-right: 1%;
      margin-bottom: .4rem;
      line-height: 1.4rem;
      font-size: .7rem;
    }
  
    .region a:nth-child(8n) {
      margin-right: 1%;
    }
  
    .region a:nth-child(4n) {
      margin-right: 0;
    }
  }</pre></body></html>