<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #f0f8ff;
  font: 18px/36px "MicroSoft YaHei", "FZLanTingHeiS-DB-GB", "Hiragino Sans GB", Arial, sans-serif;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
ul,
dl,
dt,
dd,
a,
i,
b,
em,
strong,
img,
input {
  margin: 0;
  padding: 0;
}
b,
strong,
i,
em {
  font-weight: normal;
}
body,
html {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1200px;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
}
ul,
ol,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
input,
:focus {
  outline: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
input::focus-inner {
  padding: 0;
  border: 0;
}
input::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
select::-ms-expand {
  display: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
img {
  vertical-align: top;
  border: none;
  max-width: 100%;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
::selection {
  background: #D03333;
  color: white;
  text-shadow: none;
}
::-webkit-scrollbar-track-piece {
  width: 6px;
  background-color: #f2f2f2;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  height: 0.5rem;
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:hover {
  background: #707070;
}
textarea,
select {
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/*é€šç”¨*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix::after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  clear: both;
}
.bg_cor {
  background-color: #d6edff;
}
.box_container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding-top: 45px;
  padding-bottom: 60px;
}
.box_container &gt; h3 {
  text-align: center;
  margin-bottom: 100px;
}
.box_container &gt; h3 span {
  padding: 0 120px;
  position: relative;
  font-size: 56px;
  line-height: 84px;
  font-weight: bold;
  color: #333;
}
.box_container &gt; h3 span b {
  font-weight: bold;
  color: #0d51dc;
}
.box_container &gt; h3 span i,
.box_container &gt; h3 span s {
  position: absolute;
  width: 77px;
  height: 55px;
  transform: translate(-100%, 100%);
  opacity: 0;
  animation: ani_l 2s linear infinite;
}
.box_container &gt; h3 span i {
  background: url(../images/t_l.png) no-repeat center;
  left: -20px;
  top: 0;
}
.box_container &gt; h3 span s {
  background: url(../images/t_r.png) no-repeat center;
  right: -60px;
  top: 0;
  width: 88px;
  animation: ani_l 2s 1s linear infinite;
}
.box_container &gt; h3 span::after {
  content: '';
  width: 100%;
  height: 20px;
  background-color: #deebff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 10px;
}
.box_container .box_container_css {
  background: linear-gradient(#71c3f9, #61aaf6);
  box-sizing: border-box;
  border-radius: 23px;
  padding: 20px;
  position: relative;
}
@keyframes ani_l {
  0% {
    opacity: 0;
    transform: translate(100%, -100%);
  }
  20% {
    opacity: 0;
    transform: translate(100%, -100%);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0%);
  }
}
.box_banner {
  background: url(../images/banner.jpg) no-repeat top center;
  height: 761px;
  max-width: 1920px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 130px;
}
.box_banner h2 {
  font-size: 54px;
  line-height: 54px;
  color: #fff;
  margin-bottom: 40px;
}
.box_banner .t_1 {
  display: block;
  margin: 0 auto;
  width: 868px;
}
.box_banner h6 {
  display: flex;
  justify-content: center;
}
.box_banner h6 a {
  font-size: 28px;
  line-height: 28px;
  color: #fff;
}
.box_banner h6 a:nth-child(2) {
  margin: 0 80px;
}
.ul_nav {
  display: flex;
  box-sizing: border-box;
  padding: 0 30px;
  justify-content: space-between;
  margin-top: -84px;
}
.ul_nav li {
  min-width: 176px;
  box-sizing: border-box;
  padding: 0 10px;
  height: 84px;
  background: linear-gradient(#c6f2ef, #89ddfe);
  border-radius: 20px 20px 0 0;
  border: 2px solid #fff;
  font-size: 24px;
  line-height: 84px;
  color: #194389;
  text-align: center;
  cursor: default;
  font-weight: bold;
  transition: 0.2s;
}
.ul_nav li.active,
.ul_nav li:hover {
  color: #fff;
  background: linear-gradient(#e23927, #ff7262);
}
.ul_con {
  background-color: #fff;
  border-radius: 23px;
  box-sizing: border-box;
  padding: 30px 25px;
}
.ul_con &gt; li {
  display: none;
}
.ul_con &gt; li.active {
  display: block;
}
.ul_con &gt; li .a_1,
.ul_con &gt; li .a_2,
.ul_con &gt; li .b_1,
.ul_con &gt; li .b_2,
.ul_con &gt; li .c_1,
.ul_con &gt; li .c_2 {
  display: block;
  margin: 0 auto;
}
.ul_con &gt; li .b_2 {
  margin-bottom: 30px;
}
.ul_con .p_1 {
  background-color: #ebf6ff;
  border-radius: 17px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  line-height: 26px;
  padding: 20px 30px;
}
.ul_con .p_1.p_1_1 {
  margin-top: 20px;
}
.ul_con .p_1 strong {
  color: #ed3333;
}
.ul_con .p_1 span {
  display: block;
}
.ul_con .p_1 span:first-child {
  margin-bottom: 20px;
}
.ul_con h6 {
  font-size: 18px;
  color: #0d51dc;
  line-height: 18px;
  font-weight: bold;
  margin: 30px 0 15px;
}
.ul_con p {
  font-size: 16px;
  color: #333;
  line-height: 22px;
}
.ul_con p.bold {
  font-weight: bold;
}
.ul_con p.p_2 {
  font-size: 14px;
  line-height: 22px;
  box-sizing: border-box;
  padding: 0 70px;
}
.ul_con p.p_2_1 {
  text-align: center;
  margin: 15px 0 30px;
}
.ul_con p.p_2_2 {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}
.ul_con p.p_2_3 {
  color: #194389;
}
.ul_con p.p_p {
  padding: 0 30px;
}
.ul_con .btn_css {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.ul_con .btn_css a {
  width: 266px;
  border-radius: 28px;
  background: linear-gradient(#e23927, #ff7262);
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 58px;
  transition: 0.2s;
}
.ul_con .btn_css a:first-child {
  margin-right: 100px;
}
.ul_con .btn_css a:hover {
  opacity: 0.9;
}
.ul_con .div_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
}
.ul_con .div_1 div {
  width: 500px;
  height: 470px;
  background-color: #ebf6ff;
  border-radius: 17px;
  box-sizing: border-box;
  padding: 25px 20px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.ul_con .div_1 div p {
  margin-bottom: 50px;
}
.ul_con .div_1 div p strong {
  color: #e43d2b;
}
.ul_con .ul_1 {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.ul_con .ul_1 li {
  width: 264px;
  height: 280px;
  background-color: #ebf6ff;
  position: relative;
  box-sizing: border-box;
  padding: 60px 30px 0;
  border-radius: 16px;
}
.ul_con .ul_1 li::after {
  content: '';
  background-color: rgba(100, 156, 255, 0.4);
  border-radius: 33px 0 28px 0;
  width: 174px;
  height: 60px;
  position: absolute;
  z-index: 1;
  top: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.ul_con .ul_1 li h6 {
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  margin: 0 auto;
  background: linear-gradient(#265cff, #4191ff);
  width: 200px;
  height: 48px;
  font-size: 20px;
  color: #fff;
  line-height: 48px;
  border-radius: 0 33px 0 28px;
  text-align: center;
  z-index: 3;
}
.ul_con .ul_1 li p {
  font-size: 18px;
  color: #333;
  line-height: 26px;
}
.ul_con .ul_1 li p strong {
  color: #ed3410;
}
.ul_con .ul_1.ul_1_1 {
  flex-wrap: wrap;
}
.ul_con .ul_1.ul_1_1 li {
  width: 520px;
  height: 220px;
  margin-bottom: 35px;
}
.ul_con .ul_1.ul_1_1 li::after {
  width: 370px;
}
.ul_con .ul_1.ul_1_1 li h6 {
  width: 400px;
}
.ul_con .ul_2 {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 30px;
  padding: 0 30px;
}
.ul_con .ul_2 li {
  width: 316px;
  height: 250px;
  border-radius: 17px;
  box-shadow: 0 0 43px #b1d4ec;
  box-sizing: border-box;
  border: 1px solid #71c3f9;
  background-color: #fff;
  padding: 16px 20px 0;
  position: relative;
}
.ul_con .ul_2 li img {
  position: absolute;
  top: -8px;
  left: -10px;
  width: 80px;
  height: 80px;
}
.ul_con .ul_2 li h6 {
  width: 270px;
  height: 46px;
  border-radius: 23px;
  background-color: #e7f5ff;
  margin: 0 auto;
  text-align: center;
  color: #0d51dc;
  font-size: 24px;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 28px;
}
.ul_con .ul_2 li p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.ul_con .ul_3 {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.ul_con .ul_3 li {
  width: 316px;
  height: 144px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  background-color: #e7f5ff;
  border-radius: 17px;
  padding: 20px 20px 0;
}
.ul_con .ul_4 {
  padding-top: 40px;
}
.ul_con .ul_4 li {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 45px;
  background-color: #eef8ff;
  border-radius: 17px;
  border: 1px solid #71b6e4;
  padding: 40px;
}
.ul_con .ul_4 li:last-child {
  margin-bottom: 0;
}
.ul_con .ul_4 li h6 {
  padding: 0 30px;
  position: absolute;
  left: -3px;
  top: -30px;
  height: 58px;
  border-radius: 10px;
  background: linear-gradient(#81cef9, #43a1fd);
  font-size: 22px;
  color: #fff;
  line-height: 58px;
  text-align: center;
  margin: 0;
}
.ul_con .ul_4 li p {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.ul_con .ul_4.ul_4_1 {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 40px 30px 0px;
  justify-content: space-between;
}
.ul_con .ul_4.ul_4_1 li {
  width: 480px;
  height: 120px;
  padding: 40px 10px 0px 25px;
}
.ul_con .ul_4.ul_4_1 li p {
  text-indent: 1em;
  position: relative;
}
.ul_con .ul_4.ul_4_1 li p::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ff6a36;
}
.ul_con .ul_5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 50px;
}
.ul_con .ul_5 li {
  position: relative;
  background-color: #eef8ff;
  width: 470px;
  height: 218px;
  box-sizing: border-box;
  border-radius: 15px;
  margin-bottom: 25px;
  padding: 60px 30px 0;
}
.ul_con .ul_5 li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 22px;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  background-color: #c9e7ff;
}
.ul_con .ul_5 li h6 {
  position: absolute;
  right: 0;
  top: 0;
  width: 170px;
  height: 48px;
  background: linear-gradient(#81cef9, #43a1fd);
  font-size: 22px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  z-index: 2;
  margin: 0;
  border-radius: 0 15px 0 40px;
}
.ul_con .ul_5 li p {
  line-height: 26px;
}
.ul_con table {
  margin-bottom: 25px;
}
.ul_con table thead {
  background-color: #71c3f9;
}
.ul_con table thead td {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 56px;
  white-space: nowrap;
}
.ul_con table thead td:first-child {
  width: 210px;
}
.ul_con table thead td:nth-child(2) {
  width: 360px;
}
.ul_con table tbody td {
  color: #333;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  background-color: #e7f5ff;
  border: 1px solid #71c3f9;
  padding: 20px 10px;
}
.ul_con table tbody td p {
  text-align: left;
}
.bottom_fixed {
  background: url(../images/footer_bg.jpg) no-repeat center;
  max-width: 1920px;
  width: 100%;
  height: 156px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.bottom_fixed .bottom_fixed_con {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 160px;
}
.bottom_fixed .bottom_fixed_con::after {
  content: '';
  background: url(../images/footer_ico.png) no-repeat center;
  position: absolute;
  right: -60px;
  top: -18px;
  width: 208px;
  height: 163px;
}
.bottom_fixed .bottom_fixed_con .bottom_fixed_left {
  white-space: nowrap;
}
.bottom_fixed .bottom_fixed_con .bottom_fixed_left span {
  font-size: 44px;
  line-height: 44px;
  background: linear-gradient(-40deg, #fff8e2, #f5e67c);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bold;
}
.bottom_fixed .bottom_fixed_con .bottom_fixed_left strong {
  margin-top: 10px;
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  display: block;
  font-weight: bold;
}
.bottom_fixed .bottom_fixed_con .bottom_fixed_center {
  display: flex;
  flex-wrap: wrap;
}
.bottom_fixed .bottom_fixed_con .bottom_fixed_center p {
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  background: linear-gradient(90deg, rgba(232, 70, 20, 0.7) 0%, rgba(232, 70, 20, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
  border-radius: 10px;
  padding: 0 50px 0 30px;
}
.bottom_fixed .bottom_fixed_con .bottom_fixed_center p:nth-child(1),
.bottom_fixed .bottom_fixed_con .bottom_fixed_center p:nth-child(2) {
  margin-bottom: 15px;
}
.bottom_fixed .bottom_fixed_con .bottom_fixed_center p:nth-child(3) {
  margin-left: 50px;
}
.bottom_fixed .bottom_fixed_con .bottom_fixed_right {
  width: 108px;
  height: 108px;
  background-color: #fff;
  border-radius: 10px;
}
.left_fixed {
  display: none;
  position: fixed;
  left: 10px;
  top: 40%;
  z-index: 999;
  width: 134px;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid #5e9add;
  padding: 20px 10px 20px;
}
.left_fixed::after {
  content: '';
  background: url(../images/left_nav.png) no-repeat center;
  width: 89px;
  height: 35px;
  position: absolute;
  top: -12px;
  left: 12px;
}
.left_fixed a {
  font-size: 15px;
  color: #333;
  font-weight: bold;
  line-height: 15px;
  border-bottom: 1px dashed #5e9add;
  padding: 8px 0;
  display: block;
  position: relative;
  z-index: 2;
}
.left_fixed a.b_none {
  border-bottom: 0;
}
.left_fixed span {
  display: block;
  margin: 0 auto;
  width: 110px;
  height: 30px;
  background: linear-gradient(#77a1ff, #3d77fc);
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  border-radius: 15px;
  cursor: pointer;
  margin-top: 10px;
}
.right_fixed {
  display: none;
  position: fixed;
  right: 10px;
  top: 40%;
  z-index: 999;
  width: 160px;
  height: 185px;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
}
.right_fixed img {
  width: 136px;
  height: 136px;
  display: block;
  margin: 0 auto 10px;
}
.right_fixed p {
  font-size: 14px;
  line-height: 14px;
  color: #333;
  font-weight: bold;
}
#jq_footer {
  margin-bottom: 160px;
}
@media only all and (max-width: 1080px) {
  body {
    max-width: 100%;
    overflow-x: hidden;
    background-size: cover;
    font: 0.18rem/0.36rem "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
  }
  body,
  html {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .right_fixed,
  .left_fixed {
    display: none !important;
  }
  .box_container {
    width: 96%;
    padding-top: 0.6rem;
    padding-bottom: 0.8rem;
  }
  .box_container &gt; h3 {
    margin-bottom: 0.3rem;
  }
  .box_container &gt; h3 span {
    padding: 0 1rem;
    font-size: 0.5rem;
    line-height: 0.8rem;
  }
  .box_container &gt; h3 span i,
  .box_container &gt; h3 span s {
    width: 1.0267rem;
    height: 0.7333rem;
    background-size: contain;
  }
  .box_container &gt; h3 span i {
    left: -0.2667rem;
  }
  .box_container &gt; h3 span s {
    right: -0.3rem;
    width: 1.1733rem;
  }
  .box_container &gt; h3 span::after {
    height: 0.2667rem;
    border-radius: 0.1333rem;
  }
  .box_container .box_container_css {
    border-radius: 0.3067rem;
    padding: 0.2667rem 0.1rem;
  }
  .box_banner {
    background-size: cover;
    height: 6rem;
    max-width: 100%;
    padding-top: 0.4rem;
  }
  .box_banner h2 {
    font-size: 0.5rem;
    line-height: 0.6rem;
    margin-bottom: 0.3rem;
  }
  .box_banner .t_1 {
    width: 94%;
  }
  .box_banner h6 {
    margin-top: 0.1rem;
  }
  .box_banner h6 a {
    font-size: 0.32rem;
    line-height: 0.32rem;
  }
  .box_banner h6 a:nth-child(2) {
    margin: 0 0.3rem;
  }
  .bottom_fixed {
    background: url(../images/footer_bg.jpg) no-repeat center;
    max-width: 1920px;
    width: 100%;
    height: 156px;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
  .bottom_fixed .bottom_fixed_con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 160px;
  }
  .bottom_fixed .bottom_fixed_con::after {
    content: '';
    background: url(../images/footer_ico.png) no-repeat center;
    position: absolute;
    right: -60px;
    top: -18px;
    width: 208px;
    height: 163px;
  }
  .bottom_fixed .bottom_fixed_con .bottom_fixed_left {
    white-space: nowrap;
  }
  .bottom_fixed .bottom_fixed_con .bottom_fixed_left span {
    font-size: 44px;
    line-height: 44px;
    background: linear-gradient(-40deg, #fff8e2, #f5e67c);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: bold;
  }
  .bottom_fixed .bottom_fixed_con .bottom_fixed_left strong {
    margin-top: 10px;
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    display: block;
    font-weight: bold;
  }
  .bottom_fixed .bottom_fixed_con .bottom_fixed_center {
    display: flex;
    flex-wrap: wrap;
  }
  .bottom_fixed .bottom_fixed_con .bottom_fixed_center p {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    background: linear-gradient(90deg, rgba(232, 70, 20, 0.7) 0%, rgba(232, 70, 20, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
    border-radius: 10px;
    padding: 0 50px 0 30px;
  }
  .bottom_fixed .bottom_fixed_con .bottom_fixed_center p:nth-child(1),
  .bottom_fixed .bottom_fixed_con .bottom_fixed_center p:nth-child(2) {
    margin-bottom: 15px;
  }
  .bottom_fixed .bottom_fixed_con .bottom_fixed_center p:nth-child(3) {
    margin-left: 50px;
  }
  .bottom_fixed .bottom_fixed_con .bottom_fixed_right {
    width: 108px;
    height: 108px;
    background-color: #fff;
    border-radius: 10px;
  }
  .ul_nav {
    padding: 0 0.1rem;
    margin-top: 0rem;
    flex-wrap: wrap;
    justify-content: inherit;
  }
  .ul_nav li {
    min-width: auto;
    padding: 0 0.1rem;
    height: 0.6rem;
    border-radius: 0.2rem;
    border: 0.01rem solid #fff;
    font-size: 0.3rem;
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
    margin-right: 0.1rem;
  }
  .ul_con {
    border-radius: 0.3067rem;
    padding: 0.2667rem;
  }
  .ul_con &gt; li .a_1,
  .ul_con &gt; li .a_2,
  .ul_con &gt; li .b_1,
  .ul_con &gt; li .b_2,
  .ul_con &gt; li .c_1,
  .ul_con &gt; li .c_2 {
    width: 96%;
  }
  .ul_con &gt; li .b_2 {
    margin-bottom: 0.2rem;
  }
  .ul_con .p_1 {
    border-radius: 0.2267rem;
    font-size: 0.24rem;
    line-height: 0.3467rem;
    padding: 0.2667rem 0.2rem;
  }
  .ul_con .p_1.p_1_1 {
    margin-top: 0.2667rem;
  }
  .ul_con .p_1 span:first-child {
    margin-bottom: 0.2667rem;
  }
  .ul_con h6 {
    font-size: 0.24rem;
    line-height: 0.24rem;
    margin: 0.4rem 0 0.2rem;
  }
  .ul_con p {
    font-size: 0.2133rem;
    line-height: 0.2933rem;
  }
  .ul_con p.p_2 {
    font-size: 0.1867rem;
    line-height: 0.2933rem;
    padding: 0 0.3rem;
  }
  .ul_con p.p_2_1 {
    margin: 0.2rem 0 0.4rem;
  }
  .ul_con p.p_2_2 {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  .ul_con p.p_p {
    padding: 0 0.4rem;
  }
  .ul_con .btn_css {
    margin-top: 0.3rem;
  }
  .ul_con .btn_css a {
    width: 3.5467rem;
    border-radius: 0.3733rem;
    font-size: 0.2933rem;
    line-height: 0.7733rem;
  }
  .ul_con .btn_css a:first-child {
    margin-right: 0.4rem;
  }
  .ul_con .div_1 {
    padding: 0 0.2667rem;
    flex-wrap: wrap;
  }
  .ul_con .div_1 img {
    width: 100%;
  }
  .ul_con .div_1 div {
    margin-top: 0.2rem;
    width: 100%;
    height: auto;
    border-radius: 0.2267rem;
    padding: 0.3333rem 0.2667rem;
    font-size: 0.2133rem;
    line-height: 0.32rem;
  }
  .ul_con .div_1 div p {
    margin-bottom: 0.2rem;
  }
  .ul_con .ul_1 {
    flex-wrap: wrap;
    margin-top: 0.3rem;
  }
  .ul_con .ul_1 li {
    width: 49%;
    height: auto;
    padding: 0.8rem 0.2rem 0.2rem;
    border-radius: 0.2133rem;
    margin-bottom: 0.2rem;
  }
  .ul_con .ul_1 li::after {
    border-radius: 0.44rem 0 0.3733rem 0;
    width: 76%;
    height: 0.8rem;
    top: -0.16rem;
  }
  .ul_con .ul_1 li h6 {
    top: -0.08rem;
    width: 84%;
    height: 0.64rem;
    font-size: 0.2667rem;
    line-height: 0.64rem;
    border-radius: 0 0.44rem 0 0.3733rem;
  }
  .ul_con .ul_1 li p {
    font-size: 0.24rem;
    line-height: 0.3467rem;
  }
  .ul_con .ul_1 li:nth-child(1),
  .ul_con .ul_1 li:nth-child(2) {
    margin-bottom: 0.4rem;
  }
  .ul_con .ul_1.ul_1_1 {
    flex-wrap: wrap;
  }
  .ul_con .ul_1.ul_1_1 li {
    width: 49%;
    height: auto;
    margin-bottom: 0.4667rem;
  }
  .ul_con .ul_1.ul_1_1 li::after {
    width: 90%;
  }
  .ul_con .ul_1.ul_1_1 li h6 {
    width: 96%;
  }
  .ul_con .ul_2 {
    flex-wrap: wrap;
    margin: 0.3rem 0 0.4rem;
    padding: 0 0.2rem;
  }
  .ul_con .ul_2 li {
    width: 49%;
    height: auto;
    border-radius: 0.2267rem;
    box-shadow: 0 0 0.3rem #b1d4ec;
    border: 0.0133rem solid #71c3f9;
    padding: 0.2133rem 0.2667rem 0.2rem;
    position: relative;
  }
  .ul_con .ul_2 li:last-child {
    margin-top: 0.3rem;
  }
  .ul_con .ul_2 li img {
    top: 0rem;
    left: -0.3rem;
    width: 0.8rem;
    height: 0.8rem;
  }
  .ul_con .ul_2 li h6 {
    width: 100%;
    height: 0.6133rem;
    border-radius: 0.3067rem;
    font-size: 0.32rem;
    line-height: 0.6133rem;
    margin-bottom: 0.2rem;
  }
  .ul_con .ul_2 li p {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .ul_con .ul_3 {
    flex-wrap: wrap;
    padding: 0 0.2rem;
  }
  .ul_con .ul_3 li {
    width: 49%;
    height: auto;
    font-size: 0.2133rem;
    line-height: 0.3467rem;
    border-radius: 0.2267rem;
    padding: 0.2667rem 0.2667rem 0.2rem;
  }
  .ul_con .ul_3 li:last-child {
    margin-top: 0.3rem;
  }
  .ul_con .ul_4 {
    padding-top: 0.5333rem;
  }
  .ul_con .ul_4 li {
    margin-bottom: 0.6rem;
    border-radius: 0.2267rem;
    border: 0.0133rem solid #71b6e4;
    padding: 0.5rem 0.3rem 0.2rem;
  }
  .ul_con .ul_4 li:last-child {
    margin-bottom: 0;
  }
  .ul_con .ul_4 li h6 {
    padding: 0 0.4rem;
    left: -0.04rem;
    top: -0.3rem;
    height: 0.6rem;
    border-radius: 0.1333rem;
    font-size: 0.2933rem;
    line-height: 0.6rem;
    margin: 0;
  }
  .ul_con .ul_4 li p {
    font-size: 0.2133rem;
    line-height: 0.3467rem;
  }
  .ul_con .ul_4.ul_4_1 {
    padding: 0.5333rem 0rem 0.2rem;
  }
  .ul_con .ul_4.ul_4_1 li {
    width: 100%;
    height: auto;
    padding: 0.5333rem 0.1333rem 0.3333rem;
  }
  .ul_con .ul_4.ul_4_1 li p {
    text-indent: 1em;
  }
  .ul_con .ul_4.ul_4_1 li p::before {
    width: 0.0933rem;
    height: 0.0933rem;
    margin: 0;
    top: 0.1rem;
  }
  .ul_con .ul_5 {
    padding: 0;
  }
  .ul_con .ul_5 li {
    width: 49%;
    height: auto;
    border-radius: 0.2rem;
    margin-bottom: 0.3333rem;
    padding: 0.8rem 0.2rem 0.2rem;
  }
  .ul_con .ul_5 li::after {
    height: 0.2933rem;
    border-radius: 0.2rem 0.2rem 0 0;
  }
  .ul_con .ul_5 li h6 {
    width: 2.2667rem;
    height: 0.64rem;
    font-size: 0.2933rem;
    line-height: 0.64rem;
    border-radius: 0 0.2rem 0 0.4rem;
  }
  .ul_con .ul_5 li p {
    line-height: 0.3467rem;
  }
  .ul_con table {
    margin-bottom: 0.3333rem;
  }
  .ul_con table thead td {
    font-size: 0.2667rem;
    line-height: 0.7467rem;
  }
  .ul_con table thead td:first-child {
    width: 1.5rem;
  }
  .ul_con table thead td:nth-child(2) {
    width: 2.5rem;
  }
  .ul_con table tbody td {
    font-size: 0.2133rem;
    line-height: 0.3467rem;
    border: 0.0133rem solid #71c3f9;
    padding: 0.2rem 0.1333rem;
  }
  .bottom_fixed {
    background-size: cover;
    max-width: 100%;
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 0.2rem;
  }
  .bottom_fixed .bottom_fixed_con {
    width: 96%;
    height: auto;
    padding-right: 0;
    flex-wrap: wrap;
  }
  .bottom_fixed .bottom_fixed_con::after {
    background-size: contain;
    right: -0.8rem;
    top: inherit;
    bottom: 0;
    width: 2.7733rem;
    height: 2.1733rem;
  }
  .bottom_fixed .bottom_fixed_con .bottom_fixed_left {
    text-align: center;
    width: 100%;
    padding-top: 0.3rem;
    margin-bottom: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bottom_fixed .bottom_fixed_con .bottom_fixed_left span {
    font-size: 0.5867rem;
    line-height: 0.5867rem;
  }
  .bottom_fixed .bottom_fixed_con .bottom_fixed_left strong {
    margin-top: 0.1333rem;
    font-size: 0.4rem;
    line-height: 0.4rem;
    margin-left: 0.2rem;
  }
  .bottom_fixed .bottom_fixed_con .bottom_fixed_center {
    justify-content: center;
  }
  .bottom_fixed .bottom_fixed_con .bottom_fixed_center p {
    font-size: 0.2133rem;
    line-height: 0.48rem;
    border-radius: 0.1333rem;
    padding: 0 0.2rem 0 0.1rem;
  }
  .bottom_fixed .bottom_fixed_con .bottom_fixed_center p:nth-child(1),
  .bottom_fixed .bottom_fixed_con .bottom_fixed_center p:nth-child(2) {
    margin-bottom: 0;
  }
  .bottom_fixed .bottom_fixed_con .bottom_fixed_center p:nth-child(1) {
    margin-bottom: 0.2rem;
  }
  .bottom_fixed .bottom_fixed_con .bottom_fixed_center p:nth-child(3) {
    margin-left: 0.1rem;
  }
  .bottom_fixed .bottom_fixed_con .bottom_fixed_center p:nth-child(4) {
    margin-top: 0.2rem;
  }
  .bottom_fixed .bottom_fixed_con .bottom_fixed_right {
    width: 2rem;
    height: 2rem;
    border-radius: 0.1333rem;
    margin: 0.2rem auto 0;
  }
  #jq_footer {
    margin-bottom: 0;
  }
  .mob_header {
    height: 1rem !important;
    line-height: 1rem !important;
    font-size: 0.3rem !important;
  }
  .mob_header a {
    padding-right: 0.1rem;
  }
  .m_logo {
    width: 2rem !important;
    margin-left: 0.2rem !important;
  }
}
</pre></body></html>