<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-color: #CD000D;
}

.banner {
  height: 941px;
  position: relative;
  background: url(../images/banner_bg.png) no-repeat center top;
}

.banner_container {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 96px;
}

.yellow_bg {
  background-color: #FFD198;
}

.box01, .box02, .box03, .box04, .box05, .box06 {
  padding-bottom: 80px;
}

.txt01 {
  margin: 0 auto;
}

.title {
  height: 229px;
  position: relative;
  margin-bottom: 80px;
}

.title01 {
  height: 229px;
}

.title02 {
  height: 201px;
}

.title03 {
  height: 216px;
}

.title img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.title01 img {
  left: 46%;
}

.box01_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.box01_item {
  width: 363px;
  height: 325px;
  margin: 15px 26px;
  background: url(../images/box01_item.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.box01_item:nth-child(1) {
  margin-left: 0;
}

.box01_item:nth-child(3) {
  margin-right: 0;
}

.box01_item h3 {
  color: #FFCF95;
  font-size: 37px;
  margin: 10px 0;
  font-weight: normal;
}

.box01_item p {
  color: #FFFFFF;
  font-size: 23px;
  line-height: 1.7;
}

.box02_container {
  width: 100%;
  height: 439px;
  background: url(../images/yy_bg.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box02_l {
  padding-right: 50px;
}

.ajax_form {
  width: 487px;
}

.ajax_form p {
  margin-bottom: 20px;
  position: relative;
}

.ajax_form p input, .ajax_form p select {
  border: 0;
  box-sizing: border-box;
  height: 62px;
  line-height: 62px;
  padding-left: 20px;
  font-size: 18px;
  background: #fff;
  border-radius: 6px;
  width: 100%;
  float: left;
  color: #17001F;
}

.ajax_form p input::placeholder {
  color: #17001F;
}

.ajax_form p select {
  width: 49%;
  background: #fff url("../images/select_bg.png") 95% center no-repeat;
  background-size: 6%;
}

.ajax_form p select#city {
  float: right;
}

.ajax_form p input#fs {
  position: absolute;
  width: 38%;
  top: 0;
  right: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, #BA161F 0%, #F03003 100%);
  cursor: pointer;
}

.button {
  cursor: pointer;
  width: 523px;
  height: 128px;
  line-height: 105px;
  font-size: 41px;
  text-align: center;
  font-weight: bold;
  color: #96000A;
  cursor: pointer;
  background: url(../images/btn_bg.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 59px auto 0;
  letter-spacing: 8px;
}

.box02_r {
  width: 500px;
  padding-left: 29px;
  border-left: 1px dashed #FFFFFF;
}

.wxts {
  margin-bottom: 20px;
}

.box02_r_item {
  display: flex;
}

.box02_r_item .num {
  width: 33px;
  height: 33px;
  background: url(../images/num_bg.png) no-repeat center center;
  background-size: 100% 100%;
  color: #FEFEFE;
  font-size: 16px;
  text-align: center;
  line-height: 33px;
  margin-top: 6px;
  margin-right: 2px;
}

.box02_r_item p {
  display: flex;
  color: #FEFEFE;
  font-size: 18px;
  margin: 10px 0;
}

.box02_r_item p span {
  font-weight: bold;
  width: 110px;
}

.box02_r_item p i {
  font-style: normal;
  width: 347px;
}

.box03_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box03_item {
  width: 313px;
  height: 505px;
  background: url(../images/box03_1.png) no-repeat center center;
  background-size: 100% 100%;
}

.box03_item h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #CE1F14;
  font-size: 30px;
  height: 38%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 29%;
}

.box03_body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  height: 62%;
  line-height: 1.8;
  box-sizing: border-box;
  padding-bottom: 12%;
}

.box04_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box04_item {
  width: 522px;
  height: 655px;
  background: url(../images/box04_item.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 40px;
}

.box04_item .box04_title {
  margin: 0 auto;
}

.box04_l .box04_l_img {
  width: 79%;
  height: 77%;
  margin: 44px auto 0;
}

.box04_r .code {
  margin: 63px auto 14px;
  width: 285px;
  height: 285px;
}

.box04_r p {
  color: #000000;
  font-size: 26px;
  text-align: center;
  line-height: 1.8;
}

/* åœ°åŒºå¼€å§‹ */

.region a {
  float: left;
  width: 169px;
  height: 76px;
  background: url(../images/province_bg.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin-top: 10px;
  text-align: center;
  line-height: 74px;
  font-size: 26px;
  color: #FFFFFF;
  transition: transform .4s linear;
}

.region a:hover {
  transform: translateY(-6px);
}

.region a:nth-child(6n) {
  margin-right: 0;
}

.more_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.more_list a {
  display: block;
  width: 386px;
  height: 326px;
  background: #FFFFFF;
  box-shadow: 0px 7px 20px 0px rgba(166, 0, 11, 0.68);
  border-radius: 23px;
  overflow: hidden;
}

.more_list a img {
  width: 100%;
  height: 100%;
  transition: transform 1.5s ease;
}

.more_list a:hover img {
  transform: scale(1.3);
}

.m {
  display: none;
}

@media only all and (max-width:1080px) {
  .pc {
    display: none;
  }
  .m {
    display: block;
  }
  .banner {
    height: 13rem;
    background-size: auto 100%;
  }
  .banner_container {
    width: 100%;
    padding-top: 1rem;
  }
  .box01, .box02, .box03, .box04, .box05, .box06 {
    padding-bottom: 1rem;
  }
  .txt01 {
    width: 90%;
  }
  .title {
    height: auto;
    width: 100%;
    margin-bottom: .8rem;
  }
  .title01 {
    height: 3.6rem;
  }
  .title02 {
    height: 3rem;
  }
  .title03 {
    height: 3.6rem;
  }
  .title img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .box01_list {
    flex-wrap: wrap;
  }
  .box01_item {
    width: 50%;
    height: 10rem;
    margin: .4rem 0;
    padding-bottom: 1rem;
  }
  .box01_item img {
    width: 15%;
  }
  .box01_item h3 {
    font-size: 1rem;
    margin: .1rem 0;
  }
  .box01_item p {
    font-size: .7rem;
  }
  .box02_container {
    width: 100%;
    height: auto;
    background: #FF7E00;
    flex-direction: column;
    padding: 1rem 0;
  }
  .box02_l {
    width: 100%;
    padding-right: 0;
  }
  .ajax_form {
    width: 90%;
    box-sizing: border-box;
    padding: 1rem 1rem 0 1rem;
    margin: 0 auto;
  }
  .ajax_form p {
    margin-bottom: .5rem;
  }
  .ajax_form p input, .ajax_form p select {
    height: 1.8rem;
    line-height: 1.8rem;
    padding-left: .5rem;
    font-size: .7rem;
  }
  .button {
    width: 10rem;
    height: 3rem;
    line-height: 2.4rem;
    font-size: 1rem;
    margin: 0 auto .8rem;
    letter-spacing: .1rem;
  }
  .box02_r {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
    border-left: none;
  }
  .wxts {
    width: 40%;
    margin-bottom: .8rem;
  }
  .box02_r_item {
    display: flex;
  }
  .box02_r_item .num {
    width: 1.6rem;
    height: 1.6rem;
    font-size: .6rem;
    line-height: 1.6rem;
    margin-top: 0;
    margin-right: .1rem;
  }
  .box02_r_item p {
    font-size: .7rem;
    margin: .1rem 0;
  }
  .box02_r_item p span {
    width: 4rem;
  }
  .box02_r_item p i {
    font-style: normal;
    width: 10rem;
  }
  .box03_list {
    flex-wrap: wrap;
  }
  .box03_item {
    width: 50%;
    height: 13rem;
  }
  .box03_item h3 {
    font-size: .7rem;
  }
  .box03_body {
    font-size: .6rem;
  }
  .box04_container {
    flex-direction: column;
  }
  .box04_item {
    width: 90%;
    height: 19rem;
    padding-top: 1.1rem;
  }
  .box04_item .box04_title {
    width: 80%;
  }
  .box04_l .box04_l_img {
    margin:1.3rem auto 0;
  }
  .box04_r .code {
    margin: 2.6rem auto .3rem;
    width: 7rem;
    height: 7rem;
  }
  .box04_r p {
    font-size: .7rem;
    line-height: 1.6;
  }
  /* åœ°åŒºå¼€å§‹ */
  .region a {
    width: 24%;
    height: 1.8rem;
    margin-right: 1%;
    margin-top: .2rem;
    line-height: 1.8rem;
    font-size: .7rem;
  }
  .region a:nth-child(6n) {
    margin-right: 1%;
  }
  .region a:nth-child(4n) {
    margin-right: 0;
  }
  .more_list {
    justify-content: center;
    flex-wrap: wrap;
  }
  .more_list a {
    width: 49%;
    height: 6rem;
    margin-bottom: .2rem;
  }
  .more_list a:first-child {
    margin-right: 2%;
  }
}</pre></body></html>