<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
  width: 100%;
  min-width: 1200px;
  height: 80px;
  background-color: #333;
}
.header .head_inner {
  overflow: hidden;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.header .head_inner .logo a {
  display: block;
}
.header .head_inner .logo a img {
  width: 199px;
  height: 40px;
}
.header .head_inner .header_nav {
  margin-left: 110px;
}
.header .head_inner .header_nav li {
  margin-right: 60px;
}
.header .head_inner .header_nav li a {
  font-size: 24px;
  letter-spacing: 1px;
  color: #fff;
}
.header .head_inner .header_nav li a:hover {
  color: #e60012;
}
.banner {
  max-width: 1920px;
  height: 587px;
  background: #f1fffc url(../images/banner.png?v1) no-repeat center top;
  background-size: cover;
  margin: 0 auto;
}
.content_wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
.content_wrapper .tit {
  position: relative;
}
.content_wrapper .tit .tit_num {
  color: #01ae95;
  font-size: 65px;
  font-family: FZLTTHGBK;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
  z-index: 1;
  opacity: 0.3;
  -webkit-mask: linear-gradient(to bottom, #01ae95, transparent);
}
.content_wrapper .tit .tit_box {
  position: relative;
  z-index: 2;
}
.content_wrapper .tit .tit_box .tb_l {
  width: 27px;
  height: 26px;
  background: url(../images/tit_l.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 10px 40px 0;
}
.content_wrapper .tit .tit_box .tb_m {
  color: #333;
  font-size: 44px;
  font-family: FZLTCHGBK;
}
.content_wrapper .tit .tit_box .tb_m span {
  color: #04b291;
  font-family: FZLTCHGBK;
}
.content_wrapper .tit .tit_box .tb_r {
  width: 34px;
  height: 34px;
  background: url(../images/tit_r.png) no-repeat;
  background-size: 100% 100%;
  margin: 20px 0 0 10px;
}
.content_wrapper .sub_tit {
  color: #666;
  font-size: 20px;
  font-family: FZLTHGBK;
  text-align: center;
  margin-top: 10px;
}
.content_wrapper .sub_tit span {
  color: #04b291;
  font-family: FZLTHGBK;
}
.content_wrapper .cw_p1 {
  width: 100%;
  background-color: #f1fffc;
  padding: 86px 0 60px;
}
.content_wrapper .cw_p1 .c1_box {
  width: 100%;
  height: 200px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 50px;
  box-shadow: 0 0 10px rgba(219, 241, 229, 0.6);
  padding: 30px 10px 0;
}
.content_wrapper .cw_p1 .c1_box .c1bi_t {
  width: 100%;
  border-bottom: 1px dashed #08c092;
  padding-bottom: 22px;
}
.content_wrapper .cw_p1 .c1_box .c1bi_t .ct_item {
  flex: 1;
  color: #04b291;
  font-size: 22px;
  font-family: FZLTCHGBK;
  text-align: center;
  position: relative;
}
.content_wrapper .cw_p1 .c1_box .c1bi_t .ct_item::after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #02bb9a;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -26px;
  transform: translate(-50%, 0);
}
.content_wrapper .cw_p1 .c1_box .c1bi_t .ct_item:nth-child(4)::after {
  content: '';
  background-color: #fff;
  border: 4px solid #02bb9a;
  bottom: -30px;
  transform: translate(-50%, 0);
}
.content_wrapper .cw_p1 .c1_box .c1bi_b {
  width: 100%;
  padding-top: 22px;
}
.content_wrapper .cw_p1 .c1_box .c1bi_b .cb_item {
  flex: 1;
}
.content_wrapper .cw_p1 .c1_box .c1bi_b .cb_item p {
  color: #333;
  font-size: 18px;
  font-family: FZLTHGBK;
  text-align: center;
}
.content_wrapper .cw_p1 .c1_box .c1bi_b .cb_item a {
  display: block;
  width: 136px;
  height: 40px;
  background: url(../images/p1_btn.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 18px;
  font-family: FZLTCHGBK;
  text-align: center;
  line-height: 40px;
  margin: 20px auto 0;
}
.content_wrapper .cw_p1 .c1_box .c1bi_b .cb_item a:hover {
  width: 150px;
  height: 44px;
  background: url(../images/p1_btn_active.png) no-repeat;
  background-size: 100% 100%;
  font-size: 20px;
  line-height: 44px;
  margin: 18px auto 0;
  filter: drop-shadow(0 0 10px rgba(34, 199, 155, 0.33));
}
.content_wrapper .cw_p2 {
  width: 100%;
  padding: 96px 0 62px;
}
.content_wrapper .cw_p2 .c2_box {
  width: 100%;
  margin-top: 50px;
}
.content_wrapper .cw_p2 .c2_box .c2b_item {
  width: 278px;
  height: 335px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(212, 212, 212, 0.4);
  padding-top: 6px;
}
.content_wrapper .cw_p2 .c2_box .c2b_item .ci_top {
  width: 266px;
  height: 120px;
  background: url(../images/p2_icon_bg.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.content_wrapper .cw_p2 .c2_box .c2b_item .ci_top img {
  width: 58px;
  height: 57px;
}
.content_wrapper .cw_p2 .c2_box .c2b_item .ci_top .cit_txt {
  color: #fff;
  font-size: 20px;
  font-family: FZLTCHGBK;
  margin-top: 10px;
}
.content_wrapper .cw_p2 .c2_box .c2b_item .ci_top .cit_txt span {
  color: #fff5af;
  font-family: FZLTCHGBK;
}
.content_wrapper .cw_p2 .c2_box .c2b_item .c2b_txt {
  height: 120px;
  color: #333;
  font-size: 18px;
  font-family: FZLTHGBK;
  line-height: 34px;
  padding: 0 16px;
  margin-top: 12px;
}
.content_wrapper .cw_p2 .c2_box .c2b_item .c2b_btn {
  display: block;
  width: 182px;
  height: 42px;
  background: url(../images/p2_btn.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 42px;
  color: #ff670c;
  font-size: 18px;
  font-family: FZLTCHGBK;
  margin: 0 auto;
}
.content_wrapper .cw_p2 .c2_box .c2b_item .c2b_btn:hover {
  width: 194px;
  height: 45px;
  background: url(../images/p2_btn_active.png) no-repeat;
  background-size: 100% 100%;
  line-height: 45px;
  font-size: 19px;
  filter: drop-shadow(0 0 10px rgba(243, 186, 14, 0.3));
}
.content_wrapper .cw_p2 .c2_btn {
  width: 364px;
  height: 58px;
  background: url(../images/p2_bbtn.png?v1) no-repeat;
  background-size: 100% 100%;
  margin: 20px auto 0;
  cursor: pointer;
}
.content_wrapper .cw_p3 {
  width: 100%;
  padding: 96px 0 60px;
  background-color: #f1fffc;
}
.content_wrapper .cw_p3 .c3_box {
  margin-top: 50px;
}
.content_wrapper .cw_p3 .c3_box .c3b_item {
  width: 585px;
  height: 94px;
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(0 0 10px rgba(219, 241, 229, 0.6));
  padding: 0 30px;
}
.content_wrapper .cw_p3 .c3_box .c3b_item img {
  width: 72px;
  height: 72px;
}
.content_wrapper .cw_p3 .c3_box .c3b_item .c3bi_c .cct {
  width: 172px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
  color: #00ae99;
  font-size: 18px;
  font-family: FZLTCHGBK;
}
.content_wrapper .cw_p3 .c3_box .c3b_item .c3bi_c .ccty {
  color: #ffa200;
}
.content_wrapper .cw_p3 .c3_box .c3b_item .c3bi_c .ccb {
  color: #333;
  font-size: 18px;
  font-family: FZLTHGBK;
  margin-top: 8px;
}
.content_wrapper .cw_p3 .c3_box .c3b_item .c3bi_btn {
  width: 202px;
  height: 42px;
  text-align: center;
  line-height: 40px;
  border-radius: 21px;
  border: 1px solid #0bc296;
  color: #00ae99;
  font-size: 18px;
  font-family: FZLTCHGBK;
  cursor: pointer;
}
.content_wrapper .cw_p3 .c3_box .c3b_item .c3bi_btn:hover {
  border: none;
  background: url(../images/p3_btn_act1.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  line-height: 42px;
}
.content_wrapper .cw_p3 .c3_box .c3b_item .c3bi_btny {
  border: 1px solid #ffd972;
  color: #ffa200;
  cursor: pointer;
}
.content_wrapper .cw_p3 .c3_box .c3b_item .c3bi_btny:hover {
  border: none;
  background: url(../images/p3_btn_act2.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  line-height: 42px;
}
.content_wrapper .cw_p3 .c3_box .c3b_item:nth-child(-n+4) {
  margin-bottom: 20px;
}
.content_wrapper .cw_p4 {
  width: 100%;
  padding: 96px 0 60px;
  background: url(../images/p4_bg.png) no-repeat center 18px;
  background-size: 1920px 563px;
}
.content_wrapper .cw_p4 .c4_box {
  margin-top: 50px;
}
.content_wrapper .cw_p4 .c4_box .c4b_item {
  width: 267px;
  height: 312px;
  padding-top: 35px;
  position: relative;
}
.content_wrapper .cw_p4 .c4_box .c4b_item .c4bi_tit {
  font-size: 22px;
  font-family: FZLTCHGBK;
  text-align: center;
}
.content_wrapper .cw_p4 .c4_box .c4b_item .c4bi_list {
  margin: 20px 0 0 62px;
  background: url(../images/p4_line.png) no-repeat left center;
  background-size: 1px 123px;
}
.content_wrapper .cw_p4 .c4_box .c4b_item .c4bi_list .cl_item {
  position: relative;
}
.content_wrapper .cw_p4 .c4_box .c4b_item .c4bi_list .cl_item .cli_num {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  font-family: FZLTHGBK;
  position: absolute;
  left: -10px;
  border-radius: 50%;
}
.content_wrapper .cw_p4 .c4_box .c4b_item .c4bi_list .cl_item .cli_txt {
  color: #333;
  font-size: 18px;
  font-family: FZLTHGBK;
  padding-left: 15px;
}
.content_wrapper .cw_p4 .c4_box .c4b_item .c4bi_list .cl_item:nth-child(-n+3) {
  margin-bottom: 18px;
}
.content_wrapper .cw_p4 .c4_box .c4b_item .c4bi_btn {
  width: 224px;
  height: 52px;
  background: url(../images/p4_igb.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-size: 20px;
  font-family: FZLTCHGBK;
  cursor: pointer;
}
.content_wrapper .cw_p4 .c4_box .c4b_item .c4bi_pos {
  height: 100%;
  font-size: 41px;
  font-family: FZLTCHGBK;
  writing-mode: vertical-lr;
  position: absolute;
  right: 4px;
  top: 0;
  text-align: center;
}
.content_wrapper .cw_p4 .c4_box .c4b_item1 {
  background: url(../images/p4_item_1.png) no-repeat;
  background-size: 100% 100%;
}
.content_wrapper .cw_p4 .c4_box .c4b_item1 .c4bi_tit {
  color: #04b291;
  background: url(../images/p4_igt.png) no-repeat center bottom;
  background-size: 83px 8px;
  padding-bottom: 20px;
}
.content_wrapper .cw_p4 .c4_box .c4b_item1 .c4bi_list .cl_item .cli_num {
  background-color: #04b291;
}
.content_wrapper .cw_p4 .c4_box .c4b_item1 .c4bi_btn {
  background: url(../images/p4_igb.png) no-repeat;
  background-size: 100% 100%;
}
.content_wrapper .cw_p4 .c4_box .c4b_item1 .c4bi_btn:hover {
  background: url(../images/p4_igb_act.png) no-repeat;
  background-size: 100% 100%;
}
.content_wrapper .cw_p4 .c4_box .c4b_item1 .c4bi_pos {
  color: rgba(4, 178, 145, 0.1);
}
.content_wrapper .cw_p4 .c4_box .c4b_item2 {
  background: url(../images/p4_item_2.png) no-repeat;
  background-size: 100% 100%;
}
.content_wrapper .cw_p4 .c4_box .c4b_item2 .c4bi_tit {
  color: #ffa200;
  background: url(../images/p4_iyt.png) no-repeat center bottom;
  background-size: 83px 8px;
  padding-bottom: 20px;
}
.content_wrapper .cw_p4 .c4_box .c4b_item2 .c4bi_list .cl_item .cli_num {
  background-color: #ffa200;
}
.content_wrapper .cw_p4 .c4_box .c4b_item2 .c4bi_btn {
  background: url(../images/p4_iyb.png) no-repeat;
  background-size: 100% 100%;
}
.content_wrapper .cw_p4 .c4_box .c4b_item2 .c4bi_btn:hover {
  background: url(../images/p4_iyb_act.png) no-repeat;
  background-size: 100% 100%;
}
.content_wrapper .cw_p4 .c4_box .c4b_item2 .c4bi_pos {
  color: rgba(255, 162, 0, 0.1);
}
.content_wrapper .cw_p5 {
  width: 100%;
  padding: 96px 0 60px;
  background: url(../images/p5_bg.png) no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.content_wrapper .cw_p5 .c5_box {
  margin-top: 50px;
}
.content_wrapper .cw_p5 .c5_box .c5b_btns .cb_item {
  width: 256px;
  height: 75px;
  background: url(../images/p5_btn.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 75px;
  color: #04b291;
  font-size: 24px;
  font-family: FZLTCHGBK;
  cursor: pointer;
}
.content_wrapper .cw_p5 .c5_box .c5b_btns .active {
  height: 76px;
  margin-bottom: -1px;
  background: url(../images/p5_btn_act.png) no-repeat;
  background-size: 100% 100%;
  color: #fff5af;
}
.content_wrapper .cw_p5 .c5_box .c5b_con .cc_item {
  display: none;
  border-radius: 0 0 10px 10px;
  border: 1px solid #04b291;
  overflow: hidden;
}
.content_wrapper .cw_p5 .c5_box .c5b_con .cc_item table {
  width: 100%;
  border-collapse: collapse;
}
.content_wrapper .cw_p5 .c5_box .c5b_con .cc_item table tr td {
  color: #666;
  font-size: 18px;
  font-family: FZLTHGBK;
  border: 1px solid #87dfcd;
  text-align: center;
  padding: 18px 0;
  line-height: 33px;
}
.content_wrapper .cw_p5 .c5_box .c5b_con .cc_item table tr td a {
  display: block;
  width: 140px;
  height: 40px;
  background-color: #04b291;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: FZLTHGBK;
  margin: 0 auto;
}
.content_wrapper .cw_p5 .c5_box .c5b_con .cc_item table tr td a:hover {
  font-family: FZLTCHGBK;
}
.content_wrapper .cw_p5 .c5_box .c5b_con .cc_item table tr .tdbold {
  background-color: #e5f8f4;
  color: #333;
  font-size: 20px;
  font-family: FZLTCHGBK;
}
.content_wrapper .cw_p5 .c5_box .c5b_con .cc_item table tr:nth-child(1) {
  background-color: #e5f8f4;
}
.content_wrapper .cw_p5 .c5_box .c5b_con .cc_item table tr:nth-child(1) td {
  color: #333;
  font-size: 20px;
  font-family: FZLTCHGBK;
}
.content_wrapper .cw_p6 {
  width: 100%;
  padding: 96px 0 60px;
  background: url(../images/p6_bg.png) no-repeat center 67px;
  background-size: 1920px 768px;
}
.content_wrapper .cw_p6 .c6_box {
  width: 100%;
  height: 579px;
  background: url(../images/p6_center.png) no-repeat center;
  background-size: 1093px 527px;
  position: relative;
}
.content_wrapper .cw_p6 .c6_box .c6b_item {
  position: absolute;
}
.content_wrapper .cw_p6 .c6_box .c6b_item .ci_tit .cit_num {
  width: 27px;
  height: 23px;
  color: #fff;
  font-size: 16px;
  font-family: FZLTCHGBK;
  text-align: center;
  line-height: 23px;
}
.content_wrapper .cw_p6 .c6_box .c6b_item .ci_tit .cit_num_l {
  background: url(../images/p6_icon1.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 12px;
}
.content_wrapper .cw_p6 .c6_box .c6b_item .ci_tit .cit_num_r {
  background: url(../images/p6_icon2.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 12px;
}
.content_wrapper .cw_p6 .c6_box .c6b_item .ci_tit .cit_tit {
  color: #333;
  font-size: 22px;
  font-family: FZLTCHGBK;
}
.content_wrapper .cw_p6 .c6_box .c6b_item .ci_con {
  color: #666;
  font-size: 18px;
  font-family: FZLTHGBK;
  line-height: 34px;
  margin-top: 9px;
}
.content_wrapper .cw_p6 .c6_box .c6b_item .ci_tr {
  text-align: right;
}
.content_wrapper .cw_p6 .c6_box .c6b_item1 {
  left: 50px;
  top: 32px;
}
.content_wrapper .cw_p6 .c6_box .c6b_item2 {
  left: 50px;
  top: 169px;
}
.content_wrapper .cw_p6 .c6_box .c6b_item3 {
  left: 50px;
  top: 308px;
}
.content_wrapper .cw_p6 .c6_box .c6b_item4 {
  left: 50px;
  top: 444px;
}
.content_wrapper .cw_p6 .c6_box .c6b_item5 {
  right: 50px;
  top: 32px;
}
.content_wrapper .cw_p6 .c6_box .c6b_item6 {
  right: 50px;
  top: 169px;
}
.content_wrapper .cw_p6 .c6_box .c6b_item7 {
  right: 50px;
  top: 308px;
}
.content_wrapper .cw_p6 .c6_box .c6b_item8 {
  right: 50px;
  top: 444px;
}
.content_wrapper .cw_p6 .c6_btn {
  width: 364px;
  height: 58px;
  background: url(../images/p6_btn.png) no-repeat;
  background-size: 100% 100%;
  margin: 20px auto 0;
  cursor: pointer;
}
.content_wrapper .cw_p7 {
  width: 100%;
  padding: 96px 0 0;
  background-color: #f1fffc;
}
.content_wrapper .cw_p7 .c7_box {
  margin-top: 50px;
}
.content_wrapper .cw_p7 .c7_box .c7b_item {
  cursor: pointer;
}
.content_wrapper .cw_p7 .c7_box .c7b_item img {
  width: 278px;
  height: 153px;
}
.content_wrapper .cw_p7 .c7_box .c7b_item p {
  color: #666;
  font-size: 18px;
  font-family: FZLTHGBK;
  text-align: center;
  margin-top: 16px;
}
.content_wrapper .cw_p7 .c7_box .c7b_item:nth-child(-n+4) {
  margin-bottom: 30px;
}
.content_wrapper .cw_p8 {
  width: 100%;
  height: 990px;
  padding: 96px 0 60px;
  background: #f1fffc url(../images/p8_bg.png) no-repeat center bottom;
  background-size: 1920px 990px;
}
.content_wrapper .cw_p8 .c8_box {
  width: 100%;
  height: 508px;
  margin-top: 50px;
  position: relative;
}
.content_wrapper .cw_p8 .c8_box .c8b_tit {
  width: 394px;
  color: #04b291;
  font-size: 24px;
  font-family: FZLTHGBK;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.content_wrapper .cw_p8 .c8_box .c8b_tit span {
  font-size: 46px;
  font-family: FZLTCHGBK;
  margin-bottom: 25px;
}
.content_wrapper .cw_p8 .c8_box .c8b_img1 {
  width: 392px;
  height: 382px;
  position: absolute;
  left: 0;
  top: 126px;
}
.content_wrapper .cw_p8 .c8_box .c8b_img2 {
  width: 380px;
  height: 237px;
  position: absolute;
  left: 416px;
  top: 0;
}
.content_wrapper .cw_p8 .c8_box .c8b_img3 {
  width: 380px;
  height: 237px;
  position: absolute;
  right: 0;
  top: 0;
}
.content_wrapper .cw_p8 .c8_box .c8b_img4 {
  width: 420px;
  height: 247px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.content_wrapper .cw_p8 .c8_box .c8b_con {
  width: 540px;
  height: 284px;
  position: absolute;
  left: 360px;
  bottom: 0;
  background-color: #fff;
  border-radius: 0 0 20px 0;
  padding: 30px 25px 0;
}
.content_wrapper .cw_p8 .c8_box .c8b_con .c8c_item {
  padding-left: 6px;
}
.content_wrapper .cw_p8 .c8_box .c8b_con .c8c_item .ci_tit {
  width: 184px;
  color: #333;
  font-size: 28px;
  font-family: FZLTCHGBK;
  background: url(../images/p8_arrow.png) no-repeat center right;
  background-size: 56px 23px;
}
.content_wrapper .cw_p8 .c8_box .c8b_con .c8c_item .ci_txt {
  color: #666;
  font-size: 18px;
  font-family: FZLTHGBK;
  margin-top: 8px;
  line-height: 32px;
}
.content_wrapper .cw_p8 .c8_box .c8b_con .c8c_item:nth-child(1) {
  padding-bottom: 20px;
  border-bottom: 1px solid #cbf2ea;
  margin-bottom: 20px;
}
.content_wrapper .cw_p8 .c8_list {
  margin-top: 40px;
}
.content_wrapper .cw_p8 .c8_list .c8l_item {
  text-align: center;
}
.content_wrapper .cw_p8 .c8_list .c8l_item .ci_icon {
  width: 73px;
  height: 72px;
}
.content_wrapper .cw_p8 .c8_list .c8l_item .ci_txt {
  color: #333;
  font-size: 18px;
  font-family: FZLTHGBK;
  text-align: center;
  margin-top: 20px;
}
.content_wrapper .cw_p8 .c8_list .c8l_item .ci_txt span {
  font-size: 30px;
  font-family: FZLTCHGBK;
}
.side_nav {
  width: 130px;
  height: 346px;
  position: fixed;
  top: 50%;
  left: 20px;
  z-index: 999;
  transform: translate(0, -50%);
  background: url(../images/side_nav.png?v1) no-repeat;
  padding-top: 53px;
}
.side_nav .sn_close {
  width: 20px;
  height: 20px;
  background: url(../images/close.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: -26px;
  cursor: pointer;
}
.side_nav .sn_list {
  width: 120px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.side_nav .sn_list .snl_item {
  width: 100%;
  height: 42px;
  background-color: #fff;
  line-height: 42px;
  text-align: center;
  color: #666;
  font-size: 16px;
  font-family: FZLTHGBK;
  cursor: pointer;
}
.side_nav .sn_list .snl_item span {
  width: 24px;
  height: 22px;
  background: url(../images/sn_icon.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 22px;
  color: #fff;
  font-size: 14px;
  font-family: FZLTHGBK;
  margin-left: 5px;
}
.side_nav .sn_list .snl_item:hover {
  color: #ff7722;
}
.side_nav .sn_list .snl_item:nth-child(1) {
  background-color: #fff5de;
}
.side_nav .sn_list .snl_item:nth-child(2),
.side_nav .sn_list .snl_item:nth-child(3) {
  border-bottom: 1px solid #ffce34;
}
.side_nav .sn_btn {
  width: 120px;
  height: 30px;
  background: url(../images/sn_btn.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  font-family: FZLTCHGBK;
  margin: 12px auto 0;
  cursor: pointer;
}
.side_nav .sn_btn:hover {
  color: #ffce34;
}
.side_nav .sn_top {
  width: 50px;
  height: 50px;
  margin: 31px auto 0;
  cursor: pointer;
}


.cw_p8 .rongyu {margin-top:30px;}
.cw_p8 .rongyu ul li h2{color: #333;font-size: 20px;}
.cw_p8 .rongyu ul li p{color: #333;}
.cw_p8 .rongyu ul li h2 span{color: #333;font-size: 24px;font-weight: bold;}


.cw_p8 .rongyu ul li .imgbox{width: 73px;height: 72px;}
.cw_p8 .imgbox1{background: url(../images/p8_icon_01.png) center no-repeat;}
.cw_p8 .imgbox2{background: url(../images/p8_icon_02.png) center no-repeat;}
.cw_p8 .imgbox3{background: url(../images/p8_icon_03.png) center no-repeat;}
.cw_p8 .imgbox4{background: url(../images/p8_icon_04.png) center no-repeat;}

</pre></body></html>