body,
html {
  font-family: "PingFang SC", "Source Sans Pro", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
img {
  max-width: 100%;
}
a:hover,
a:focus {
  text-decoration: none;
}
.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.title {
  margin-bottom: 25px;
  margin-top: 0;
  text-align: center;
  color: #2f364c;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .title {
    font-size: 24px;
  }
}
.banner {
  background-image: url('https://www.fanruan.com/images/fanruanplus_banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 167px;
  padding-bottom: 160px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .banner {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
.banner h1 {
  margin: 0 0 25px -60px
  color: #333333;
  letter-spacing: 1.25px;
  font-size: 60px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .banner h1 {
    letter-spacing: 0;
    font-size: 26px; 
    margin-left:auto;
    text-align:center;
  }
}
.banner p {
  margin-bottom: 0;
  color: #333333;
  letter-spacing: 3.2px;
  font-size: 32px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .banner p {
    letter-spacing: 0;
    font-size: 16px;
    text-align:center;
  }
}
.section01 .dec {
  color: #2f364c;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .section01 .dec {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
.section01 .item {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .section01 .item {
    margin-bottom: 25px;
  }
}
.section01 .item img {
  transition: all 0.4s;
}
.section01 .item .txt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.2);
  padding-left: 50px;
  padding-bottom: 60px;
  padding-right: 80px;
  transition: all 0.4s;
}
@media (max-width: 1200px) {
  .section01 .item .txt {
    padding-left: 25px;
    padding-bottom: 30px;
    padding-right: 40px;
  }
}
.section01 .item .txt h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .section01 .item .txt h3 {
    font-size: 24px;
  }
}
.section01 .item .txt P {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: none;
}
@media (max-width: 1200px) {
  .section01 .item .txt P {
    font-size: 14px;
  }
}
.section01 .item:hover img {
  filter: blur(8px);
}
.section01 .item:hover .txt {
  background-color: rgba(0, 0, 0, 0.6);
}
.section01 .item:hover .txt h3 {
  margin-bottom: 15px;
}
.section01 .item:hover .txt p {
  display: block;
}
.section06 {
  background-image: url('https://www.fanruan.com/images/fanruanplus_foot_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.section06 p {
  color: #333333;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
.section06 img {
  max-width: 230px;
}
.section04 {
  background: #f4f8ff;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .section04 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.section04 .title {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .section04 .title {
    margin-bottom: 25px;
  }
}
.section05 {
  padding-top: 100px;
  padding-bottom: 70px;
}
@media (max-width: 1200px) {
  .section05 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.section05 .title {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .section05 .title {
    margin-bottom: 25px;
  }
}
.section05 .item {
  margin-bottom: 30px;
  display: block;
}
.section05 .item .box {
  padding: 10px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: unset;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .section05 .item .box {
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding: 0;
    box-shadow: 0px 4px 14px rgba(204, 213, 222, 0.5);
  }
}
.section05 .item .box .img {
  width: 44%;
}
@media (max-width: 1200px) {
  .section05 .item .box .img {
    width: 100%;
  }
  .section05 .item .box .img img {
    width: 100%;
  }
}
.section05 .item .box .txt {
  width: 53%;
  padding-top: 10px;
}
@media (max-width: 1200px) {
  .section05 .item .box .txt {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
}
.section05 .item .box .txt h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 30px;
}
.section05 .item .box .txt p {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.section05 .item .box .txt span {
  color: #617288;
  font-size: 14px;
  font-weight: 400;
}
.section05 .item .box:hover {
  box-shadow: 0px 4px 14px rgba(204, 213, 222, 0.5);
}
.section05 .item .box:hover .txt h4 {
  color: #0464e7;
}
.section03 {
  padding-top: 100px;
  padding-bottom: 70px;
}
@media (max-width: 1200px) {
  .section03 {
    display: block;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.section03 .title {
  margin-bottom: 50px;
}
.section03 .list {
  background-image: url('https://www.fanruan.com/images/fanruanplus_lc_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 220px;
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .section03 .list {
    height: auto;
    flex-direction: column;
    background-image: none;
    margin-bottom: 20px;
  }
}
.section03 .list .item {
  width: 175px;
  padding-top: 30px;
  padding-left: 30px;
  margin-right: 55px;
}
@media (max-width: 1200px) {
  .section03 .list .item {
    width: 100%;
    padding-top: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    padding-left: 0;
  }
}
.section03 .list .item h4 {
  margin-top: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .section03 .list .item h4 {
    color: #000;
    order: 2;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.section03 .list .item p {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  min-height: 72px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .section03 .list .item p {
    color: #000;
    order: 3;
    font-size: 12px;
    min-height: auto;
  }
}
.section03 .list .item span {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .section03 .list .item span {
    color: #000;
    order: 1;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
  }
}
.section03 .list .item:last-of-type {
  margin-right: 0;
}
.section03 .pg_click {
  font-size: 18px;
  font-weight: 400;
  color: #0069EA;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}
.section03 .pg_click img{
  width:16px;height:16px;
  transform: rotate(360deg);
}
.section03 .pg_click.active {
  display: block;
}
.section03 .pg_click.active img {transform: rotate(180deg);}
.section03 .pg_list {
  display: none;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .section03 .pg_list {
    flex-direction: column;
  }
}
.section03 .pg_list .item {
  width: 48.5%;
  height: 186px;
  background-image: url('https://www.fanruan.com/images/fanruanplus_pg_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 100px ;
  border-radius: 4px;
}
@media (max-width: 1200px) {
  .section03 .pg_list .item {
    width: 100%;
    padding: 15px 30px;
    height: auto;
    margin-bottom: 15px;
    border-radius: 4px;
  }
}
.section03 .pg_list .item h3 {
  margin-top: 0;
  color: #2f364c;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 13px;
}
@media (max-width: 1200px) {
  .section03 .pg_list .item h3 {
    font-size: 16px;
  }
}
.section03 .pg_list .item p {
  color: #333333;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .section03 .pg_list .item p {
    font-size: 12px;
  }
}
.section03 .pg_list.active {
  display: flex;
}
.section02 {
  padding-bottom: 0;
}
.section02 .title {
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .section02 .title {
    margin-bottom: 40px;
  }
}
.section02 .yq_box {
  background-image: url('https://www.fanruan.com/images/fanruanplus_yq_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .section02 .yq_box {
    padding-bottom: 50px;
  }
}
.section02 .yq_box .yq_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -40px;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .section02 .yq_box .yq_title {
    margin-top: -20px;
    margin-bottom: 30px;
  }
}
.section02 .yq_box .yq_title .item {
  width: 315px;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(204, 213, 222, 0.5);
  border-radius: 4px;
  cursor: pointer;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 80px;
}
@media (max-width: 1200px) {
  .section02 .yq_box .yq_title .item {
    width: 45%;
    height: 40px;
    line-height: 40px;
  }
}
.section02 .yq_box .yq_title .item.active {
  background-image: url('https://www.fanruan.com/images/fanruanplus_tit_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
}
.section02 .yq_box .yq_con .item {
  display: none;
}
.section02 .yq_box .yq_con .item.active {
  display: block;
}
.section02 .yq_box .yq_con .bg {
  background: #eff5ff;
}
.section02 .yq_box .yq_con .table01 {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(204, 213, 222, 0.5);
  border-radius: 4px;
}
.section02 .yq_box .yq_con .table01 td {
  padding: 15px 0;
  color: #2f364c;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .section02 .yq_box .yq_con .table01 td {
    font-size: 12px;
  }
}
.section02 .yq_box .yq_con .table01 td:nth-of-type(1) {
  width: 320px;
  padding-left: 25px;
}
.section02 .yq_box .yq_con .table01 td:nth-of-type(2) {
  width: 170px;
  text-align: center;
}
.section02 .yq_box .yq_con .table01 td:nth-of-type(3) {
  width: 170px;
  text-align: center;
}
.section02 .yq_box .yq_con .table01 td:nth-of-type(4) {
  width: 280px;
  text-align: center;
}
.section02 .yq_box .yq_con .table01 .rowspan td:nth-of-type(1) {
  width: 180px;
  padding-left: 0;
  color: #2f364c;
  font-size: 18px;
  font-weight: 400;
}
.section02 .yq_box .yq_con .table01 .rowspan td:nth-of-type(2) {
  width: 320px;
  text-align: left;
  padding-left: 25px;
}
.section02 .yq_box .yq_con .table01 .rowspan td:nth-of-type(3) {
  width: 170px;
  text-align: center;
}
.section02 .yq_box .yq_con .table01 .rowspan td:nth-of-type(4) {
  width: 170px;
  text-align: center;
}
.section02 .yq_box .yq_con .table01 .rowspan td:nth-of-type(5) {
  width: 280px;
  text-align: center;
}
.section02 .yq_box .yq_con .table01 .hb {
  border-left: 1px solid #CED9E8;
  border-right: 1px solid #CED9E8;
  border-bottom: 1px solid #CED9E8;
  text-align: center;
}
.section02 .yq_box .yq_con .table01 .tr_01 {
  box-shadow: 0px 4px 14px rgba(204, 213, 222, 0.5);
}
.section02 .yq_box .yq_con .table01 .tr_01 td {
  text-align: center;
  line-height: 60px;
  color: #2f364c;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
}
@media (max-width: 1200px) {
  .section02 .yq_box .yq_con .table01 .tr_01 td {
    font-size: 14px;
  }
}
.section02 .yq_box .yq_con .table01 .tr_01 td:nth-of-type(1) {
  width: 500px;
}
.section02 .yq_box .yq_con .table01 .tr_01 td:nth-of-type(3) {
  width: 170px;
}
.section02 .yq_box .yq_con .table01 .tr_01 td:nth-of-type(4) {
  width: 170px;
}
.section02 .yq_box .yq_con .table01 .tr_01 td:nth-of-type(5) {
  width: 280px;
}
.section02 .yq_box .yq_con .table02 {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(204, 213, 222, 0.5);
  border-radius: 4px;
}
.section02 .yq_box .yq_con .table02 td {
  line-height: 60px;
  color: #2f364c;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .section02 .yq_box .yq_con .table02 td {
    font-size: 12px;
    line-height: 40px;
  }
}
.section02 .yq_box .yq_con .table02 td:nth-of-type(1) {
  width: 325px;
  padding-left: 25px;
  border-right: 1px solid #CED9E8;
}
.section02 .yq_box .yq_con .table02 td:nth-of-type(2) {
  width: 325px;
  text-align: center;
}
.section02 .yq_box .yq_con .table02 td:nth-of-type(3) {
  width: 220px;
  text-align: center;
}
.section02 .yq_box .yq_con .table02 td:nth-of-type(4) {
  width: 220px;
  text-align: center;
}
.section02 .yq_box .yq_con .table02 .tr_01 {
  box-shadow: 0px 4px 14px rgba(204, 213, 222, 0.5);
}
.section02 .yq_box .yq_con .table02 .tr_01 td {
  line-height: 60px;
  color: #2f364c;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
}
@media (max-width: 1200px) {
  .section02 .yq_box .yq_con .table02 .tr_01 td {
    font-size: 16px;
  }
}
.section02 .yq_box .yq_con .table02 .tr_01 td:nth-of-type(1) {
  padding-left: 25px;
}
.section02 .yq_box .yq_con .table01 .tr_01 td:nth-of-type(1){width:187px;}
.section02 .yq_box .yq_con .table01 .tr_01 td:nth-of-type(5){width:216px;}
.section02 .yq_box .yq_con .table01 .rowspan td:nth-of-type(1){width:216px;}
.section02 .yq_box .yq_con .table01 .rowspan td:nth-of-type(3){width:216px;}
.section02 .yq_box .yq_con .table01 .rowspan td:nth-of-type(4){width:216px;}
.section02 .yq_box .yq_con .table01 td:nth-of-type(4){width:216px;}
.section02 .yq_box .yq_con .table01 .rowspan td:nth-of-type(5){width:216px;}
@media (max-width: 1200px) {
      .banner h1 {font-size: 26px; margin-left:auto;text-align:center;}
      .banner p {font-size: 16px;text-align:center;}
      .title{margin-bottom:0px;}
      .section03 .title{margin-bottom:0px;}
	}