header {
  width: 7.5rem;
  height: 0.6rem;
  background-color: #333;
}
header .logo {
  width: 2.48rem;
  height: 0.4rem;
  border-right: 0.01rem solid #fff;
  text-align: center;
}
header .logo img {
  width: 2rem;
  height: 0.4rem;
}
header .h_nav {
  flex: 1;
  height: 100%;
  margin-left: 0.5rem;
}
header .h_nav .hn_item {
  color: #fff;
  font-size: 0.24rem;
  font-family: FZLTCHGBK;
  margin-right: 0.5rem;
}
.banner {
  max-width: 7.5rem;
  height: 5.83rem;
  background: #fff url(../images/banner.png?v1) no-repeat center top;
  background-size: cover;
  margin: 0 auto;
}
.content_wrapper {
  max-width: 7.5rem;
  margin: 0 auto;
}
.content_wrapper .tit {
  position: relative;
}
.content_wrapper .tit .tit_num {
  color: #01ae95;
  font-size: 0.65rem;
  font-family: FZLTTHGBK;
  position: absolute;
  left: 50%;
  top: -0.25rem;
  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: 0.27rem;
  height: 0.27rem;
  background: url(../images/tit_l.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 0.1rem 0.4rem 0;
}
.content_wrapper .tit .tit_box .tb_m {
  color: #333;
  font-size: 0.44rem;
  font-family: FZLTCHGBK;
  text-align: center;
  line-height: 0.62rem;
}
.content_wrapper .tit .tit_box .tb_m span {
  color: #04b291;
  font-family: FZLTCHGBK;
}
.content_wrapper .tit .tit_box .tb_r {
  width: 0.34rem;
  height: 0.34rem;
  background: url(../images/tit_r.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.2rem 0 0 0.1rem;
}
.content_wrapper .sub_tit {
  color: #666;
  font-size: 0.26rem;
  font-family: FZLTHGBK;
  text-align: center;
  margin-top: 0.1rem;
}
.content_wrapper .sub_tit span {
  color: #04b291;
  font-family: FZLTHGBK;
}
.content_wrapper .cw_p2 {
  width: 100%;
  padding: 0.51rem 0 0.94rem;
}
.content_wrapper .cw_p2 .c2_box {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0 0.05rem;
}
.content_wrapper .cw_p2 .c2_box .c2b_item {
  width: 3.35rem;
  height: 2.86rem;
  background-color: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem rgba(212, 212, 212, 0.4);
  padding-top: 0.06rem;
  position: relative;
}
.content_wrapper .cw_p2 .c2_box .c2b_item .ci_top {
  width: 3.22rem;
  height: 1.04rem;
  background: url(../images/p2_icon_bg.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  padding-left: 0.26rem;
}
.content_wrapper .cw_p2 .c2_box .c2b_item .ci_top img {
  width: 0.76rem;
  height: 0.76rem;
}
.content_wrapper .cw_p2 .c2_box .c2b_item .ci_top .cit_txt {
  color: #fff;
  font-size: 0.28rem;
  font-family: FZLTCHGBK;
  margin-left: 0.18rem;
}
.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 {
  color: #666;
  font-size: 0.24rem;
  font-family: FZLTHGBK;
  line-height: 0.42rem;
  padding: 0 0.2rem;
  margin-top: 0.21rem;
}
.content_wrapper .cw_p2 .c2_box .c2b_item .c2b_txt span {
  font-family: FZLTCHGBK;
}
.content_wrapper .cw_p2 .c2_box .c2b_item .c2b_btn {
  display: block;
  width: 2.63rem;
  height: 0.69rem;
  background: url(../images/p2_btn.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 0.69rem;
  color: #ff670c;
  font-size: 0.24rem;
  font-family: FZLTCHGBK;
  position: absolute;
  left: 50%;
  bottom: -0.35rem;
  transform: translate(-50%, 0);
  filter: drop-shadow(0 0 0.1rem rgba(243, 186, 14, 0.3));
}
.content_wrapper .cw_p2 .c2_box .c2b_item:nth-child(-n+2) {
  margin-bottom: 0.64rem;
}
.content_wrapper .cw_p3 {
  width: 100%;
  padding: 0.96rem 0 0.6rem;
  background-color: #f1fffc;
}
.content_wrapper .cw_p3 .c3_box {
  margin-top: 0.5rem;
}
.content_wrapper .cw_p3 .c3_box .c3b_item {
  width: 7rem;
  height: 1.16rem;
  background-color: #fff;
  border-radius: 0.1rem;
  filter: drop-shadow(0 0 0.1rem rgba(219, 241, 229, 0.6));
  padding: 0 0.23rem;
}
.content_wrapper .cw_p3 .c3_box .c3b_item img {
  width: 0.88rem;
  height: 0.87rem;
}
.content_wrapper .cw_p3 .c3_box .c3b_item .c3bi_c .cct {
  width: 2.27rem;
  border-bottom: 0.01rem dashed #ddd;
  padding-bottom: 0.12rem;
  color: #00ae99;
  font-size: 0.26rem;
  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: 0.24rem;
  font-family: FZLTHGBK;
  margin-top: 0.15rem;
}
.content_wrapper .cw_p3 .c3_box .c3b_item .c3bi_btn {
  width: 2.63rem;
  height: 0.69rem;
  text-align: center;
  line-height: 0.69rem;
  border-radius: 0.35rem;
  border: 0.01rem solid #0bc296;
  color: #00ae99;
  font-size: 0.24rem;
  font-family: FZLTCHGBK;
  cursor: pointer;
}
.content_wrapper .cw_p3 .c3_box .c3b_item .c3bi_btny {
  border: 0.01rem solid #ffd972;
  color: #ffa200;
  cursor: pointer;
}
.content_wrapper .cw_p3 .c3_box .c3b_item:nth-child(-n+3) {
  margin-bottom: 0.3rem;
}
.content_wrapper .cw_p4 {
  width: 100%;
  padding: 0.96rem 0 0.6rem;
  background-color: #fff;
}
.content_wrapper .cw_p4 .c4_box {
  margin-top: 0.5rem;
}
.content_wrapper .cw_p4 .c4_box .c4b_item {
  width: 3.4rem;
  height: 3.47rem;
  padding-top: 0.32rem;
  position: relative;
}
.content_wrapper .cw_p4 .c4_box .c4b_item .c4bi_tit {
  font-size: 0.26rem;
  font-family: FZLTCHGBK;
  text-align: center;
}
.content_wrapper .cw_p4 .c4_box .c4b_item .c4bi_list {
  margin: 0.22rem 0 0 0.68rem;
}
.content_wrapper .cw_p4 .c4_box .c4b_item .c4bi_list .cl_item .cli_num {
  width: 0.27rem;
  height: 0.23rem;
}
.content_wrapper .cw_p4 .c4_box .c4b_item .c4bi_list .cl_item .cli_txt {
  color: #333;
  font-size: 0.24rem;
  font-family: FZLTHGBK;
  padding-left: 0.13rem;
}
.content_wrapper .cw_p4 .c4_box .c4b_item .c4bi_list .cl_item:nth-child(-n+3) {
  margin-bottom: 0.2rem;
}
.content_wrapper .cw_p4 .c4_box .c4b_item .c4bi_btn {
  width: 2.74rem;
  height: 0.6rem;
  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: 0.6rem;
  color: #fff;
  font-size: 0.24rem;
  font-family: FZLTCHGBK;
  cursor: pointer;
}
.content_wrapper .cw_p4 .c4_box .c4b_item .c4bi_pos {
  height: 100%;
  font-size: 0.38rem;
  font-family: FZLTCHGBK;
  writing-mode: vertical-lr;
  position: absolute;
  right: 0.04rem;
  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%;
  margin-bottom: 0.4rem;
}
.content_wrapper .cw_p4 .c4_box .c4b_item1 .c4bi_tit {
  color: #04b291;
  background: url(../images/p4_igt.png) no-repeat center bottom;
  background-size: 1.52rem 0.08rem;
  padding-bottom: 0.22rem;
}
.content_wrapper .cw_p4 .c4_box .c4b_item1 .c4bi_list .cl_item .cli_num {
  background: url(../images/p4_numg.png) no-repeat;
  background-size: 100% 100%;
}
.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_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: 1.52rem 0.08rem;
  padding-bottom: 0.22rem;
}
.content_wrapper .cw_p4 .c4_box .c4b_item2 .c4bi_list .cl_item .cli_num {
  background: url(../images/p4_numy.png) no-repeat;
  background-size: 100% 100%;
}
.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_pos {
  color: rgba(255, 162, 0, 0.1);
}
.content_wrapper .cw_p5 {
  width: 100%;
  padding: 0.96rem 0 0.6rem;
  background-color: #f1fffc;
  margin: 0 auto;
}
.content_wrapper .cw_p5 .c5_box {
  width: 7rem;
  margin: 0.5rem auto 0;
}
.content_wrapper .cw_p5 .c5_box .c5b_btns .cb_item {
  flex: 1;
  height: 0.75rem;
  background: url(../images/p5_btn.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 0.75rem;
  color: #04b291;
  font-size: 0.24rem;
  font-family: FZLTCHGBK;
  cursor: pointer;
}
.content_wrapper .cw_p5 .c5_box .c5b_btns .active {
  height: 0.76rem;
  margin-bottom: -0.01rem;
  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 0.1rem 0.1rem;
  border: 0.01rem 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: 0.18rem;
  font-family: FZLTHGBK;
  border: 0.01rem solid #87dfcd;
  text-align: center;
  padding: 0.18rem 0;
  line-height: 0.33rem;
}
.content_wrapper .cw_p5 .c5_box .c5b_con .cc_item table tr td span {
  color: #04b291;
}
.content_wrapper .cw_p5 .c5_box .c5b_con .cc_item table tr .tdbold {
  background-color: #e5f8f4;
  color: #333;
  font-size: 0.2rem;
  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: 0.2rem;
  font-family: FZLTCHGBK;
}
.content_wrapper .cw_p5 .c5_bbtn {
  width: 4.08rem;
  height: 0.64rem;
  background: url(../images/p5_bbtn.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.4rem auto 0;
  cursor: pointer;
}
.content_wrapper .cw_p6 {
  width: 100%;
  padding: 0.96rem 0 0.6rem;
}
.content_wrapper .cw_p6 .c6_box {
  width: 7rem;
  height: 4.74rem;
  background: #fff url(../images/p6_center.png) no-repeat center 0.22rem;
  background-size: 6.71rem 2.98rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem rgba(219, 241, 229, 0.6);
  position: relative;
  margin: 0.55rem auto 0;
  padding-top: 3.5rem;
}
.content_wrapper .cw_p6 .c6_box .c6b_item {
  position: absolute;
}
.content_wrapper .cw_p6 .c6_box .c6b_item .ci_tit .cit_tit {
  color: #333;
  font-size: 0.24rem;
  font-family: FZLTCHGBK;
}
.content_wrapper .cw_p6 .c6_box .c6b_item .ci_tr {
  text-align: right;
}
.content_wrapper .cw_p6 .c6_box .c6b_item1 {
  left: 0.5rem;
  top: 0.4rem;
}
.content_wrapper .cw_p6 .c6_box .c6b_item2 {
  left: 0.22rem;
  top: 1.18rem;
}
.content_wrapper .cw_p6 .c6_box .c6b_item3 {
  left: 0.22rem;
  top: 1.97rem;
}
.content_wrapper .cw_p6 .c6_box .c6b_item4 {
  left: 0.5rem;
  top: 2.75rem;
}
.content_wrapper .cw_p6 .c6_box .c6b_item5 {
  right: 0.5rem;
  top: 0.4rem;
}
.content_wrapper .cw_p6 .c6_box .c6b_item6 {
  right: 0.22rem;
  top: 1.18rem;
}
.content_wrapper .cw_p6 .c6_box .c6b_item7 {
  right: 0.22rem;
  top: 1.97rem;
}
.content_wrapper .cw_p6 .c6_box .c6b_item8 {
  right: 0.5rem;
  top: 2.75rem;
}
.content_wrapper .cw_p6 .c6_btn {
  width: 4.08rem;
  height: 0.64rem;
  background: url(../images/p6_btn.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  cursor: pointer;
}
.content_wrapper .cw_p7 {
  width: 100%;
  padding: 0.96rem 0 0;
  background-color: #f1fffc;
}
.content_wrapper .cw_p7 .c7_box {
  margin-top: 0.5rem;
}
.content_wrapper .cw_p7 .c7_box .c7b_item {
  cursor: pointer;
}
.content_wrapper .cw_p7 .c7_box .c7b_item img {
  width: 3.36rem;
  height: 1.81rem;
}
.content_wrapper .cw_p7 .c7_box .c7b_item p {
  color: #666;
  font-size: 0.24rem;
  font-family: FZLTHGBK;
  text-align: center;
  margin-top: 0.2rem;
}
.content_wrapper .cw_p7 .c7_box .c7b_item:nth-child(-n+2) {
  margin-bottom: 0.38rem;
}
.content_wrapper .cw_p8 {
  width: 100%;
  padding: 0.96rem 0 0.6rem;
  background: #f1fffc;
}
.content_wrapper .cw_p8 .c8_list {
  width: 7rem;
  height: 2.25rem;
  background-color: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem rgba(219, 241, 229, 0.6);
  margin-top: 0.5rem;
  padding: 0 0.3rem;
}
.content_wrapper .cw_p8 .c8_list .c8l_item {
  text-align: center;
}
.content_wrapper .cw_p8 .c8_list .c8l_item .ci_icon {
  width: 0.7rem;
  height: 0.7rem;
}
.content_wrapper .cw_p8 .c8_list .c8l_item .ci_txt {
  color: #333;
  font-size: 0.24rem;
  font-family: FZLTHGBK;
  text-align: center;
  margin-top: 0.2rem;
  line-height: 0.4rem;
}
.content_wrapper .cw_p8 .c8_list .c8l_item .ci_txt span {
  font-size: 0.3rem;
  font-family: FZLTCHGBK;
  color: #0cc397;
}
footer {
  width: 7.5rem;
  height: 0.8rem;
  background-color: #1a1a1a;
  position: fixed;
  bottom: 0;
  z-index: 999;
}
footer .f_item {
  flex: 1;
  height: 100%;
  color: #fff;
  font-size: 0.26rem;
  font-family: FZLTCHGBK;
  text-align: center;
  line-height: 0.8rem;
}
footer .f_item:nth-child(1) img {
  width: 0.35rem;
  height: 0.31rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}
footer .f_item:nth-child(2) {
  background-color: #e60012;
}
footer .f_item:nth-child(2) img {
  width: 0.28rem;
  height: 0.32rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}
footer .f_item:nth-child(3) img {
  width: 0.32rem;
  height: 0.26rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}



.cw_p8 .rongyu{background:#fff;padding-top:0.38rem;padding-bottom:0.2rem;margin-top:0.3rem;border-radius:0.1rem;}
.cw_p8 .rongyu ul li h2{color: #333;}
.cw_p8 .rongyu ul li h2 span{color: ##0cc397;}
.cw_p8 .rongyu ul li p{color: #333;}
.cw_p8 .imgbox1 {
    background: url(../images/p8_icon_01.png) center no-repeat;
    background-size: cover;
}
.cw_p8 .imgbox2 {
    background: url(../images/p8_icon_02.png) center no-repeat;
    background-size: cover;
}
.cw_p8 .imgbox3 {
    background: url(../images/p8_icon_03.png) center no-repeat;
    background-size: cover;
}
.cw_p8 .imgbox4 {
    background: url(../images/p8_icon_04.png) center no-repeat;
    background-size: cover;
}
