<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;
}

.banner {
  position: relative;
  width: 100%;
  height: 951px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: center;
}

.text_wrap {
  padding-top: 55px;
  margin-left: 48px;
  color: #fff;
}

.txt01 {
  width: 358px;
  height: 54px;
  background: rgba(255, 159, 0, 1);
  box-shadow: 0px 3px 8px 0px rgba(11, 128, 29, 0.25);
  border-radius: 26px;
  line-height: 54px;
  text-align: center;
  font-size: 28px;
}

.txt02 {
  font-size: 112px;
  font-weight: bold;
  text-shadow: 0px 2px 10px rgba(1, 87, 37, 0.43);
}

.txt03 {
  font-size: 76px;
  letter-spacing: 18px;
  text-shadow: 0px 1px 5px rgba(3, 145, 63, 0.3);
}

.txt04 {
  margin-top: 10px;
  font-size: 26px;
  letter-spacing: 5.5px;
}

.title {
  position: relative;
  display: table;
  margin: 0 auto;
  font-size: 44px;
}

.title::after, .title::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -134px;
  width: 108px;
  height: 17px;
  background-image: url(../images/title_l.png);
  background-repeat: no-repeat;
}

.title::before {
  left: auto;
  right: -130px;
  background-image: url(../images/title_r.png);
}

.title p {
  position: relative;
  z-index: 2;
}

.title img {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.box01 {
  margin-top: -250px;
  padding-bottom: 166px;
}

.box02 {
  position: relative;
}

.ball01 {
  position: absolute;
  top: 350px;
  left: -252px;
  z-index: 1;
}

.ball02 {
  position: absolute;
  top: 300px;
  right: -130px;
  z-index: 1;
}

.video_wrap {
  margin-top: 74px;
  background-color: #fff;
  box-shadow: 0px 8px 28px 0px rgba(0, 0, 51, 0.09);
  border-radius: 0 12px 0 12px;
}

.video_l {
  float: left;
  width: 646px;
  height: 430px;
  padding-top: 30px;
  background: linear-gradient(210deg, rgba(107, 222, 110, 1), rgba(67, 201, 127, 1));
  border-radius: 12px;
}

.video_border {
  width: 574px;
  height: 388px;
  border: 6px solid #78eda6;
  margin: 0 auto;
  border-radius: 12px;
}

.video_r {
  float: left;
  margin-left: 60px;
}

.video_txt {
  padding-top: 50px;
  padding-bottom: 44px;
  font-size: 32px;
}

.video_r li {
  width: 438px;
  height: 52px;
  margin-bottom: 22px;
  background: rgba(111, 214, 141, 1);
  border-radius: 26px;
  line-height: 52px;
  font-size: 28px;
  color: #fff;
}

.video_r li img {
  display: inline-block;
  margin: 6px 30px 0 46px;
}

.step {
  position: relative;
  padding-top: 150px;
  padding-bottom: 140px;
}

.step_line {
  width: 1182px;
  height: 4px;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
}

.step_msg {
  position: absolute;
  font-size: 20px;
}

.step_msg01 {
  left: 71px;
  top: 85px;
}

.step_msg02 {
  left: 240px;
  top: 141px;
}

.step_msg03 {
  left: 381px;
  top: 85px;
}

.step_msg04 {
  left: 562px;
  top: 140px;
}

.step_msg05 {
  top: 85px;
  right: 335px;
}

.step_msg06 {
  top: 140px;
  right: 85px;
}

.line {
  width: 1px;
  height: 25px;
  margin: 2px auto;
  background-image: url(../images/step_line.png);
  background-repeat: no-repeat;
}

.circle {
  width: 26px;
  height: 23px;
  margin: 0 auto;
  background-image: url(../images/circle.png);
  background-repeat: no-repeat;
}

.list {
  position: relative;
  z-index: 2;
}

.list li {
  float: left;
  width: 360px;
  height: 414px;
  padding-top: 50px;
  margin-right: 60px;
  background: rgba(75, 209, 135, 1);
  box-shadow: 0px 2px 28px 0px rgba(0, 159, 79, 0.3);
  border-radius: 10px;
  transition: transform .5s ease;
  text-align: center;
}

.list li:hover {
  transform: translateY(-12px);
}

.list .list02 {
  background: rgba(254, 177, 49, 1);
  box-shadow: 0px 1px 14px 0px rgba(218, 143, 0, 0.3);
}

.list .list03 {
  background: rgba(245, 103, 91, 1);
  box-shadow: 0px 1px 14px 0px rgba(245, 103, 91, 0.3);
}

.list .list03:last-child {
  margin-right: 0;
}

.list img {
  margin: 0 auto 25px auto;
}

.list p {
  padding-bottom: 50px;
  font-size: 24px;
  color: #fff;
}

.list_msg {
  margin-bottom: 20px;
}

.list_circle {
  float: left;
  width: 8px;
  height: 8px;
  border: 4px solid #8deab4;
  margin-top: 5px;
  border-radius: 50%;
  background-color: #dbfff0;
}

.list02 .list_circle {
  border-color: #ffd581;
}

.list03 .list_circle {
  border-color: #ffae9e;
}

.list span {
  float: left;
  color: #fff;
  margin-left: 16px;
  font-size: 20px;
}

.list_msg {
  margin-left: 42px;
  margin-right: 14px;
}

.ad {
  display: block;
  padding-top: 60px;
  padding-bottom: 46px;
}

.tips {
  margin-left: 40px;
  font-size: 24px;
}

.box03 {
  padding-top: 150px;
}

.table_wrap {
  padding-bottom: 62px;
}

.table {
  float: left;
  width: 582px;
  margin-top: 58px;
  box-shadow: 0px 6px 30px 0px rgba(167, 167, 167, 0.15);
  border-radius: 16px;
}

.table th, .table td {
  border-bottom: 1px solid #eeebeb;
  border-right: 1px solid #eeebeb;
  padding: 26px;
  background-color: #fff;
  text-align: center;
}

.table td:last-child {
  border-right: none;
}

.table tr:last-child td {
  border-bottom: none;
}

.table tr:first-child th:last-child {
  border-radius: 16px 16px 0 0;
}

.table tr:last-child td:first-child {
  border-radius: 0 0 0 16px;
}

.table tr:last-child td:last-child {
  border-radius: 0 0 16px 0;
}

.table th {
  border: none;
  padding: 20px 0;
  background: rgba(75, 209, 135, 1);
  color: #fff;
  font-weight: normal;
  font-size: 22px;
}

.table02 {
  float: right;
}

.table02 th {
  background: rgba(254, 178, 50, 1);
}

.tips_p {
  line-height: 32px;
}

.box04 {
  padding-top: 140px;
  padding-bottom: 70px;
}

.box04_chnage {
  width: 756px;
  height: 72px;
  padding-top: 8px;
  padding-left: 8px;
  margin: 80px auto 60px auto;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 6px 30px 0px rgba(154, 101, 55, 0.15);
  border-radius: 40px;
}

.change_btn {
  float: left;
  width: 243px;
  height: 65px;
  margin-right: 10px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  background-repeat: no-repeat;
}

.change_btn p {
  display: table-cell;
  width: 243px;
  height: 65px;
  vertical-align: middle;
}

.change_btn:last-child {
  margin-right: 0;
}

.change_btn.active {
  background-image: url(../images/btn.png);
  color: #fff;
}

.box04_tab {
  display: none;
}

.box04_tab.active {
  display: block;
}

.tab_title {
  display: table;
  position: relative;
  margin-bottom: 56px;
  font-size: 24px;
}

.tab_title p {
  position: relative;
  z-index: 2;
}

.tab_line {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #b7edd5;
  border-radius: 4px;
  z-index: 1;
}

.tab_img {
  float: left;
  margin-right: 60px;
}

.tab_txt li {
  margin-bottom: 34px;
}

.tab_txt {
  float: left;
  width: 700px;
  line-height: 32px;
}

.tab_txt p {
  font-weight: bold;
}

.box05 {
  padding-top: 102px;
  padding-bottom: 35px;
  background: linear-gradient(135deg, rgba(3, 166, 105, 1), rgba(70, 207, 131, 1));
}

.box05 .title {
  color: #fff;
}

.box05 .title::before {
  background-image: url(../images/title_r01.png);
}

.box05 .title::after {
  background-image: url(../images/title_l01.png);
}

.region {
  padding-top: 60px;
}

.region a {
  float: left;
  width: 130px;
  height: 52px;
  margin-bottom: 26px;
  margin-right: 22px;
  border-radius: 26px;
  text-align: center;
  line-height: 52px;
  background-color: #00bd80;
  color: #fff;
  transition: background .5s ease;
}

.region a:nth-child(8n) {
  margin-right: 0;
}
.region a i{
  font-style: normal;
}
.region a:hover {
  background-color: #fff;
  color: #00bf69;
}

.recommend {
  padding-top: 75px;
  padding-bottom: 150px;
}

.rec_list {
  padding-top: 54px;
}

.rec_list a {
  float: left;
  width: 350px;
  height: 220px;
  border: 10px solid #00d580;
  margin-right: 44px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(75, 209, 135, 0.32);
  overflow: hidden;
}

.rec_list a:last-child {
  margin-right: 0;
}

.rec_list a img {
  width: 100%;
  height: 100%;
  transition: transform 1s ease;
}

.rec_list a:hover img {
  transform: scale(1.04);
}

.fixed_container {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 221px;
  background: url(../images/fixed_bg.png) no-repeat center center;
  background-size: auto 100%;
}

.fixed_container .wrap {
  height: 100%;
  position: relative;
}

.xsmf {
  position: absolute;
  left: 0;
  bottom: 0;
  display:none;
}

.tnxl {
  position: absolute;
  left: 10%;
  bottom: 39px;
}

.kcap {
  position: absolute;
  left: 56%;
  bottom: 31px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  width: 449px;
  height: 100px;
  line-height: 85px;
  text-align: center;
  box-sizing: border-box;
  padding-left: 10px;
  background: url(../images/kcap_bg.png) no-repeat center center;
  background-size: 100% 100%;
}
.box04_bottom {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.region_line{
  margin: 2% 0;
}

.zx-left {
  width: 70%;
  padding: 2% 0 2% 4%;
}

.zx-left h2 {
  font-size: 26px;
  font-family: "FZLanTingHeiS-EB-GB";
  color: #fff;
}
.zx-lefth2{
  margin: 2% 0;
}
.zx-left p {
  font-size: 18px;
  font-family: "FZLanTingHeiS-R-GB";
  color: #fff;
  margin-bottom: 2%;
}

.link_container p a {
  color: #fff;
}

.zx-right {
  width: 20%;
  border: 4px solid #fff;
  border-radius: 20px;
  overflow: hidden;
}

.zx-right img {
  width: 100%;
}

.service {
  background-color: #fff;
  font-size: 14px;
  padding: 1% 4%;
  font-family: "FZLanTingHeiS-B-GB";
  color: #ff7745 !important;
  margin-left: 4%;
  border-radius: 30px;
}

@media only all and (max-width:1080px) {
  .banner {
    height: 19rem;
    background-image: url(../images/m_banner.png);
    background-size: 100%;
  }
  .text_wrap {
    padding-top: 1rem;
    margin-left: 0;
    text-align: center;
  }
  .txt01 {
    width: 10.5rem;
    height: 1.6rem;
    margin: 0 auto;
    border-radius: 1rem;
    line-height: 1.6rem;
    font-size: .82rem;
  }
  .txt02 {
    font-size: 2.8rem;
    letter-spacing: .3rem;
  }
  .txt03 {
    font-size: 2rem;
    letter-spacing: .4rem;
  }
  .txt04 {
    margin-top: .25rem;
    font-size: .78rem;
    letter-spacing: .1rem;
  }
  .title {
    font-size: 1rem;
  }
  .title::after, .title::before {
    top: .5rem;
    left: -3rem;
    width: 2.7rem;
    height: .425rem;
    background-size: 100%;
  }
  .title::before {
    left: auto;
    right: -3rem;
  }
  .title img {
    top: -.9rem;
    width: 1.8rem;
  }
  .box01 {
    margin-top: -3rem;
    padding-bottom: 2rem;
  }
  .video_wrap {
    position: relative;
    margin-top: .5rem;
    border-radius: 0;
    background-color: transparent;
  }
  .video_l {
    float: none;
    width: 100%;
    height: 11.1rem;
    padding-top: .75rem;
    border-radius: .3rem;
  }
  .video_border {
    width: 15.6rem;
    height: 10rem;
    border: .15rem solid #78eda6;
    border-radius: .3rem;
  }
  .video_r {
    float: none;
    padding: 1rem 0;
    margin-left: 0;
  }
  .video_txt {
    padding: 0 0 .5rem 0;
    margin-top: 0;
    font-size: 1rem;
    text-align: center;
  }
  .video_r ul {
    padding: 0 1rem;
    overflow: hidden;
  }
  .video_r li {
    float: left;
    width: 49%;
    height: 1.3rem;
    margin-right: 2%;
    margin-bottom: .5rem;
    border-radius: .7rem;
    line-height: 1.3rem;
    font-size: .75rem;
  }
  .video_r li:nth-child(even) {
    margin-right: 0;
  }
  .video_r li img {
    width: .8rem;
    margin: .2rem .4rem 0 .5rem;
  }
  .ball01, .ball02, .step {
    display: none;
  }
  .list .list03:last-child {
    margin-bottom: 0;
  }
  .list {
    padding-top: 1rem;
  }
  .list li {
    width: 49%;
    height: 12.4rem;
    padding-top: 1rem;
    margin-right: 2%;
    margin-bottom: .5rem;
    border-radius: .25rem;
  }
  .list .list02 {
    margin-right: 0;
  }
  .list img {
    width: 3rem;
    margin-bottom: .5rem;
  }
  .list p {
    padding-bottom: 1rem;
    font-size: .8rem;
  }
  .list_msg {
    margin: 0 .3rem .5rem .3rem;
  }
  .list_circle {
    width: .4rem;
    height: .4rem;
    border: .12rem solid #8deab4;
    margin-top: .2rem;
  }
  .list span {
    width: calc(100% - .84rem);
    margin-left: .2rem;
    font-size: .7rem;
    text-align: left;
  }
  .ad {
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .ad img {
    width: 100%;
  }
  .tips {
    margin-left: 0;
    font-size: .75rem;
  }
  .box03 {
    padding-top: 2rem;
  }
  .table_wrap {
    padding-bottom: 1rem;
  }
  .table {
    float: none;
    width: 100%;
    margin-top: 1rem;
    box-shadow: 0px .15rem .75rem 0px rgba(167, 167, 167, 0.15);
    border-radius: .4rem;
  }
  .table tr:first-child th:last-child {
    border-radius: .4rem .4rem 0 0;
  }
  .table tr:last-child td:last-child {
    border-radius: 0 0 .4rem 0;
  }
  .table th {
    padding: .5rem 0;
    font-size: .8rem;
  }
  .table th, .table td {
    padding: .5rem 0;
  }
  .tips_p {
    line-height: 1.2rem;
  }
  .box04 {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .box04_chnage {
    width: 100%;
    height: 1.8rem;
    padding-top: .2rem;
    padding-left: .2rem;
    margin: 1rem auto;
    box-shadow: 0px .15rem .75rem 0px rgba(154, 101, 55, 0.15);
    border-radius: 1rem;
  }
  .change_btn {
    width: 5.68rem;
    height: 1.625rem;
    margin-right: .25rem;
    font-size: .64rem;
    background-size: 100%;
  }
  .change_btn p {
    width: 5.68rem;
    height: 1.625rem;
  }
  .tab_title {
    margin-bottom: 1rem;
    font-size: .9rem;
  }
  .tab_line {
    bottom: 0.075rem;
    height: .175rem;
    border-radius: .1rem;
  }
  .tab_img {
    float: none;
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .tab_txt {
    float: none;
    width: 100%;
    line-height: 1.2rem;
  }
  .tab_txt li {
    margin-bottom: .5rem;
  }
  .tab_txt p {
    font-size: .75rem;
  }
  .box05 {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .region {
    padding-top: 1rem;
  }
  .region a {
    width: 19.2%;
    height: 1.2rem;
    margin-right: 1%;
    margin-bottom: .5rem;
    border-radius: .65rem;
    line-height: 1.2rem;
  }
  .region a:nth-child(8n) {
    margin-right: 1%;
  }
  .region a:nth-child(5n) {
    margin-right: 0;
  }
  .recommend {
    padding-top: 1.2rem;
    padding-bottom: 1.5rem;
  }
  .rec_list {
    padding-top: 1rem;
  }
  .rec_list a {
    width: calc(49% - .5rem);
    height: 4.4rem;
    border: .25rem solid #00d580;
    margin-right: 2%;
    margin-bottom: .5rem;
    border-radius: .25rem;
  }
  .rec_list a:nth-child(2) {
    margin-right: 0;
  }
  .fixed_container {
   
    height: 4rem;
    background-size: 130% 100%;
  }
  .fixed_container .wrap {
    height: 100%;
    position: relative;
  }
  .xsmf {
    width: 20%;
  }
  .tnxl {
    width: 34%;
    position: absolute;
    left: 22%;
    bottom: .8rem;
  }
  .kcap {
    left: auto;
    right: -.4rem;
    bottom: .3rem;
    font-size: .6rem;
    width: 8rem;
    height: 2.1rem;
    line-height: 1.9rem;
    padding-left: .2rem;
  }
  .zx-left h2{
    font-size: 0.6rem;
  }
  .zx-left p,.service{
    font-size: 0.4rem;
  }
}</pre></body></html>