@charset "utf-8";
/* CSS Document */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: "微软雅黑", "黑体";
  color: #898989;
  line-height: 1;
  background: #fff;
}
ul,
li,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
form,
input {
  margin: 0px;
  padding: 0px;
}
input,
textarea {
  font-family: "微软雅黑";
  border: none;
  outline: none;
  background: none;
}
ul,
li {
  list-style: none;
}
img {
  border: 0px;
  padding: 0px;
  display: block;
}
a {
  color: #5c5c5c;
  text-decoration: none;
}

h2,
h3,
h4,
b,
strong {
  font-weight: normal;
}
em,
i {
  font-style: normal;
}

.clear {
  zoom: 1;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hidden {
  display: none;
  background: none;
}

.bj {
  background: url(.././images/bj1.png) no-repeat center top;
  background-size: cover;
}
.header {
  height: 100px;
  transition: All 0.4s ease-in-out;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
.header.on {
  background: #fff;
}
.headerbox {
  width: 1500px;
  margin: 0 auto;
  max-width: 94%;
  overflow: hidden;
}
.logo {
  width: 230px;
  float: left;
  padding-top: 20px;
}
.logo img {
  width: 100%;
}
.nav {
  float: left;
}
.nav ul {
  overflow: hidden;
}
.nav li {
  float: left;
  padding-left: 85px;
  line-height: 100px;
  font-size: 24px;
}
.nav li a {
  display: block;
  color: #181819;
  font-weight: bold;
}
.nav li.cur a {
  color: #1645ff;
}
.nav li a:hover {
  color: #1645ff;
}

.fgt {
  height: 100px;
}
.banner {
  width: 1500px;
  margin: 0 auto;
  padding: 40px 0;
  max-width: 94%;
}
.banner_right {
  width: 48%;
  float: right;
  margin-right: -70px;
}
.banner_right img {
  width: 100%;
}
.banner_left {
  width: 52%;
  padding-top: 50px;
}
.banner_left h2 {
  font-weight: bold;
  font-size: 68px;
  background: -webkit-linear-gradient(45deg, #094dff, #b702ff, #b702ff);
  background: linear-gradient(45deg, #094dff, #b702ff, #b702ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.banner_left p {
  font-weight: bold;
  line-height: 1.6;
  padding: 30px 0;
  color: #364292;
  font-size: 26px;
}
.banner_left .pcbtn a img {
  width: 100%;
  border-radius: 0.1rem;
}
.banner_left .pcbtn {
  overflow: hidden;
  padding-top: 30px;
}
.banner_left li {
  float: left;
  padding-right: 15px;
}
.banner_left .pcbtn a {
  display: block;
  width: 180px;
  line-height: 50px;
  border-radius: 25px;
  background: #245bf2;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.sjbtn {
  display: none;
}
.rwm {
  border-radius: 15px;
}
.banner_left li:nth-child(4) a {
  padding: 0 30px;
  border: 1px solid #fff;
  line-height: 48px;
  background: none;
}
@keyframes bounce-down {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}

.csdh {
  position: absolute;
  width: 100;
  top: 0;
  left: 0;
  animation: bounce-down 3s linear infinite;
}
.spjc {
  width: 1500px;
  margin: 0 auto;
  max-width: 94%;
}
.spjc_title {
  margin: 40px 0 55px;
}
.spjc_title {
  text-align: center;
  position: relative;
}
.spjc_title span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  font-weight: bold;
  font-family: "arial black";
  font-size: 60px;
  background: -webkit-linear-gradient(-90deg, #fff, transparent);
  background: linear-gradient(-90deg, #fff, #transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.3;
}
.spjc_title h2 {
  font-weight: bold;
  font-size: 56px;
  color: #fff;
  position: relative;
  z-index: 10;
  padding-top: 25px;
}
.spjc_nr ul {
  overflow: hidden;
  padding-bottom: 110px;
  margin-left: -30px;
}
.spjc_nr li {
  float: left;
  width: 50%;
  padding-left: 30px;
}
.spjcbox {
  position: relative;
}
.spjcbox img {
  width: 100%;
  border-radius: 15px;
}
.spjctext {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.spjctext h2 {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 35px;
  text-align: center;
}
.spjctext span {
  display: block;
  background: url(.././images/a4.png);
  width: 100px;
  height: 100px;
  background-size: 100%;
  margin: 0 auto;
  cursor: pointer;
}

.wmxz {
  width: 1500px;
  margin: 0 auto;
  max-width: 94%;
}
.wmxz_title {
  text-align: center;
  padding-bottom: 65px;
  position: relative;
}
.wmxz_title span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  font-weight: bold;
  font-family: "arial black";
  font-size: 60px;
  background: -webkit-linear-gradient(-90deg, #fff, transparent);
  background: linear-gradient(-90deg, #fff, #transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.3;
}
.wmxz_title h2 {
  font-weight: bold;
  font-size: 56px;
  color: #fff;
  position: relative;
  z-index: 10;
  padding-top: 25px;
}
.wmxz_title p {
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
  margin-top: 25px;
}
.mwxz_nr {
  padding-bottom: 130px;
}
.mwxz_nr ul {
  overflow: hidden;
  margin-left: -70px;
}
.mwxz_nr li {
  float: left;
  width: 50%;
  padding: 0 0 25px 70px;
}
.mwxzbox {
  background: #eef9fe;
  border-radius: 30px;
  height: 165px;
  padding: 0 40px;
  position: relative;
}
.mwxzbox:before {
  position: absolute;
  content: "";
  border-left: 7px solid #1851f1;
  height: 55px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mwxz_nr ul li:nth-child(2) .mwxzbox:before {
  border-left: 7px solid #8f00ff;
}
.mwxz_nr ul li:nth-child(3) .mwxzbox:before {
  border-left: 7px solid #44d419;
}
.mwxz_nr ul li:nth-child(4) .mwxzbox:before {
  border-left: 7px solid #ff6700;
}
.mwxzbox img {
  float: left;
  width: 50px;
  margin-top: 55px;
}
.mwxztext {
  width: calc(100% - 80px);
  float: right;
  padding-top: 30px;
}
.mwxztext h2 {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 15px;
  color: #333;
}
.mwxztext p {
  font-size: 20px;
  line-height: 1.6;
  color: #4d5c8c;
}

.zptl {
  width: 1500px;
  margin: 0 auto;
  max-width: 94%;
}
.zptl_title {
  position: relative;
  padding-bottom: 70px;
  text-align: center;
}
.zptl_title span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  font-weight: bold;
  font-family: "arial black";
  font-size: 60px;
  background: -webkit-linear-gradient(-90deg, #fff, transparent);
  background: linear-gradient(-90deg, #fff, #transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.3;
}
.zptl_title h2 {
  font-weight: bold;
  font-size: 56px;
  color: #fff;
  position: relative;
  z-index: 10;
  padding-top: 25px;
}
.zptl_nr {
  overflow: hidden;
  padding-bottom: 170px;
}
.zptl_left {
  width: 605px;
  float: left;
}
.zptl_left li {
  padding-bottom: 20px;
}
.zptl_left span {
  display: block;
  cursor: pointer;
  padding: 0 40px;
  line-height: 96px;
  color: #333;
  font-weight: bold;
  background: #e8ecfb;
  border: 1px solid #fff;
  border-radius: 35px;
  font-size: 26px;
  font-weight: bold;
}
.zptl_left b {
  font-weight: bold;
  width: 55px;
  color: #333366;
  display: inline-block;
}
.zptl_right {
  float: right;
  width: calc(100% - 700px);
  padding-top: 60px;
}
.zptl_right h2 {
  font-weight: bold;
  font-size: 32px;
  color: #fff;
}
.zptl_right h2 img {
  width: 55px;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 15px 0 0;
}
.zptl_right h3 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
  margin: 30px 0 50px;
}
.zptl_right p {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 2.1;
}
.zptl_left li.cur span {
  background: #245bf2;
  border: 1px solid #82a8f3;
  color: #fff;
}
.zptlbox {
  animation: fadeIn 1s 1;
}
.zptl_left li.cur span b {
  color: #fff;
}

.footer {
  background: #191f30;
}
.footerbox {
  overflow: hidden;
  width: 1500px;
  margin: 0 auto;
  max-width: 94%;
  padding: 55px 0;
}
.foot_left {
  float: left;
  width: 50%;
}
.foot_left h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.foot_left ul {
  overflow: hidden;
  margin-left: -20px;
}
.foot_left li {
  float: left;
  padding-left: 20px;
}
.foot_left a {
  display: block;
  text-align: center;
  line-height: 46px;
  width: 180px;
  border-radius: 23px;
  font-weight: bold;
  color: #fff;
  background: #245bf2;
  font-size: 16px;
}
.foot_left .btn2 {
  width: 180px;
  line-height: 44px;
  border: 1px solid #fff;
  background: none;
}

.foot_left img {
  border-radius: 17px;
  width: 100%;
}
.foot_left ul li:nth-child(3) a {
  border: 1px solid #fff;
  line-height: 48px;
  background: none;
}
.foot_right {
  float: right;
  width: 50%;
}
.foot_right p {
  font-size: 20px;
  color: #a7a9b0;
  margin-top: 20px;
}
.sjzs {
  display: none;
}

.jcbox {
  width: 1520px;
  margin: 0 auto;
  max-width: 94%;
  padding-bottom: 45px;
}
.jc_title {
  text-align: center;
}
.jc_title h2 {
  font-weight: bold;
  font-size: 68px;
  text-align: center;
  display: inline-block;
  margin: 55px 0;
  background: -webkit-linear-gradient(45deg, #094dff, #b702ff);
  background: linear-gradient(45deg, #094dff, #b702ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.jc_title {
  padding-bottom: 45px;
}
.jc_title ul {
  display: flex;
  justify-content: space-between;
}
.jc_title span {
  display: block;
  cursor: pointer;
  font-weight: bold;
  font-size: 24px;
  line-height: 64px;
  background: #fff;
  border-radius: 32px;
  color: #333;
  width: 100%;
  padding: 0 30px;
}
.jc_title li.cur span {
  color: #fff;
  background: #245bf2;
}
.jcboxa {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px 40px 40px 40px;
  border-radius: 18px;
  animation: fadeIn 1s 1;
}
.jcboxa ul {
  overflow: hidden;
  margin-left: -100px;
}
.jcboxa li {
  float: left;
  width: 33.33%;
  padding-left: 100px;
}
.jcboxa img {
  width: 100%;
}

.swhz_nr {
  width: 1100px;
  max-width: 94%;
  margin: 0 auto;
}
.swhz_title {
  text-align: center;
  padding: 60px 0 70px;
}
.swhz_title h2 {
  font-weight: bold;
  font-size: 68px;
  text-align: center;
  display: inline-block;
  background: -webkit-linear-gradient(45deg, #094dff, #b702ff);
  background: linear-gradient(45deg, #094dff, #b702ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.swhz_title p {
  font-size: 20px;
  line-height: 1.6;
  color: #465486;
  margin-top: 30px;
}
.swhz_nr img {
  margin: 0 auto;
  max-width: 100%;
}
.swhz_nr ul {
  padding: 75px 0 150px;
  text-align: center;
}
.swhz_nr li {
  display: inline-block;
  margin: 0 20px;
}
.swhz_nr a {
  display: block;
  line-height: 62px;
  border-radius: 31px;
  padding: 0 55px;
  color: #fff;
  font-weight: bold;
  background: #245bf2;
  font-size: 24px;
}
.swhz_nr ul li:nth-child(2) a {
  background: #fff;
  color: #245bf2;
}

.rmxz_nr {
  width: 1540px;
  margin: 0 auto;
  max-width: 94%;
  padding-bottom: 80px;
}
.rmxzbox {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
  margin-bottom: 40px;
}
.rmxz_title {
  margin: -1px 0 0 -1px;
}
.rmxz_title h2 {
  background: url(.././images/a15.png);
  width: 211px;
  height: 72px;
  background-size: 100% 100%;
  font-weight: bold;
  color: #fff;
  font-size: 26px;
  line-height: 52px;
  text-align: center;
}
.rmxz_xq {
  padding: 0 55px 20px 55px;
}
.rmxz_xq li {
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  margin: 20px 0;
  background: url(.././images/a16.png) no-repeat 10px 7px;
  padding-left: 35px;
}
.rmxz_xq h2 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  padding: 20px 0;
}
.rmxz_xq p {
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  margin: 20px 0;
  padding-left: 35px;
  position: relative;
}
.rmxz_xq b {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  border-radius: 50%;
  color: #fff;
  background-image: linear-gradient(#2b38ff, #7c19ff);
  font-weight: bold;
}

.wsbj {
  position: fixed;
  z-index: 101;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  display: none;
}
.wstv1 {
  position: fixed;
  width: 350px;
  max-width: 60%;
  z-index: 102;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.wstv2 {
  position: fixed;
  width: 350px;
  max-width: 60%;
  z-index: 102;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.ggbtn {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  cursor: pointer;
  top: -20px;
  right: -20px;
  font-family: arial;
  border-radius: 50%;
  z-index: 10;
}
.ggbtn2 {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  cursor: pointer;
  top: -20px;
  right: -20px;
  font-family: arial;
  border-radius: 50%;
  z-index: 10;
}

@media (max-width: 1660px) {
  .banner_right {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .bj {
    background: url(.././images/sjbj.png) no-repeat center top;
    background-size: cover;
  }
  .header {
    height: auto;
    padding: 0.45rem 0.4rem;
  }
  .logo {
    float: left;
    padding-top: 0;
    width: 2.45rem;
  }
  .dhbtn {
    position: absolute;
    background: url(.././images/d3.png);
    width: 0.45rem;
    height: 0.45rem;
    top: 0.45rem;
    right: 0.4rem;
    background-size: 100% 100%;
  }
  .dhbtn.on {
    background: url(.././images/d2.png);
    background-size: 100%;
  }
  .nav {
    position: fixed;
    background: #fff;
    width: 2.5rem;
    border-radius: 0.15rem;
    z-index: 50;
    top: 1.2rem;
    right: 0.4rem;
    overflow: hidden;
    display: none;
  }
  .nav li {
    font-size: 0.3rem;
    color: #5e6b97;
    text-align: center;
    line-height: 0.86rem;
    display: block;
    padding: 0;
    float: none;
    width: 100%;
  }
  .nav li.cur a {
    background: #e6edff;
  }
  .nav a {
    color: #5e6b97;
  }
  .fgt {
    height: 1.5rem;
  }
  .banner {
    padding: 0;
    position: relative;
  }
  .banner_left {
    float: none;
    width: 100%;
    text-align: center;
  }
  .banner_right {
    display: none;
  }
  .banner_left h2 {
    font-size: 0.68rem;
  }
  .rwm {
    display: none;
  }
  .banner_left p {
    font-size: 0.32rem;
    line-height: 0.5rem;
    padding: 0.4rem 0 0.45rem;
  }
  .sjzs {
    display: block;
    margin: 0;
    width: 100%;
  }
  .banner_left .pcbtn {
    padding-top: 0.3rem;
  }
  .banner_left li {
    float: none;
    width: 100%;
    padding: 0 0 0.3rem 0;
  }
  .banner_left .pcbtn a {
    width: 100%;
    line-height: 0.86rem;
    border-radius: 0.43rem;
    font-size: 0.32rem;
  }
  .banner_left .pcbtn a img {
    border-radius: 0.4rem;
  }
  .banner_left li:nth-child(3) a {
    background: #fff;
    color: #245bf2;
  }
  .spjc_title {
    padding: 0.25rem 0 0.3rem;
    margin: 0;
  }
  .spjc_title span {
    font-size: 0.3rem;
    top: 0.3rem;
  }
  .spjc_title h2 {
    padding-top: 0.2rem;
    font-size: 0.5rem;
  }
  .spjc_nr li {
    float: none;
    width: 100%;
    padding-bottom: 0.3rem;
  }
  .spjctext h2 {
    font-size: 0.32rem;
    margin-bottom: 0.3rem;
  }
  .spjctext span {
    width: 0.82rem;
    height: 0.82rem;
  }
  .spjc_nr ul {
    padding-bottom: 0.3rem;
  }
  .wmxz_title span {
    font-size: 0.3rem;
  }
  .wmxz_title h2 {
    font-size: 0.5rem;
    padding-top: 0.2rem;
  }
  .wmxz_title p {
    font-size: 0.2rem;
    line-height: 1.8;
    margin-top: 0.25rem;
  }
  .wmxz_title {
    padding-bottom: 0.4rem;
  }
  .mwxz_nr li {
    float: none;
    width: 100%;
    padding-bottom: 0.25rem;
  }
  .mwxzbox {
    height: 1.4rem;
    padding: 0 0.38rem;
    border-radius: 0.15rem;
  }
  .mwxzbox:before {
    border-left: 0.06rem solid #245bf2;
    height: 0.5rem;
  }
  .mwxzbox img {
    width: 0.5rem;
    margin-top: 0.45rem;
  }
  .mwxztext {
    width: calc(100% - 0.7rem);
    padding-top: 0.22rem;
  }
  .mwxztext h2 {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
  }
  .mwxztext p {
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .mwxz_nr {
    padding-bottom: 0.6rem;
  }
  .zptl_title {
    padding-bottom: 0.3rem;
  }
  .zptl_title h2 {
    font-size: 0.54rem;
    padding-top: 0.2rem;
    line-height: 1.5;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .zptl_title span {
    font-size: 0.3rem;
  }
  .pczs {
    display: none;
  }
  .zptlsj li {
    margin-bottom: 0.3rem;
    border-radius: 0.34rem;
    background: #e3ebfc;
    border: 1px solid #fff;
  }
  .zptlsj h3 {
    font-size: 0.3rem;
    color: #333;
    line-height: 1rem;
    padding: 0 0.4rem;
    font-weight: bold;
  }
  .zptlsj h3 b {
    color: #475688;
    font-weight: bold;
    width: 0.5rem;
    display: inline-block;
  }
  .zptlsj h3.on {
    background: #245bf2;
    border-radius: 0.34rem;
    color: #fff;
  }
  .zptlsj h3.on b {
    color: #fff;
  }
  .zpbox {
    padding: 0.35rem;
    display: none;
  }
  .zpbox h4 {
    color: #333;
    font-weight: bold;
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .zpbox h4 img {
    display: inline-block;
    vertical-align: middle;
    margin: -0.05rem 0.1rem 0 0;
    width: 0.5rem;
  }
  .zpbox p {
    font-size: 0.22rem;
    line-height: 1.8;
    color: #475688;
  }
  .zptlsj ul {
    padding-bottom: 0.55rem;
  }

  .footerbox {
    padding: 0.4rem 0rem;
  }
  .foot_left {
    float: none;
    width: 100%;
  }
  .foot_left h2 {
    display: none;
  }
  .foot_right {
    display: none;
  }
  .foot_left li {
    width: 33.33%;
    box-sizing: border-box;
  }
  .foot_left ul {
    padding-right: 0.45rem;
    margin: 0;
  }
  .foot_left a {
    display: block;
    width: 100%;
    line-height: 0.6rem;
    border-radius: 0.3rem;
    font-size: 0.24rem;
  }
  .foot_left a img {
    display: inline-block;
    width: 0.3rem;
    vertical-align: middle;
    margin: -0.05rem 0.1rem 0 0;
  }
  .foot_left ul li:nth-child(3) a {
    display: block;
    width: 100%;
    line-height: 0.58rem;
    border-radius: 0.3rem;
    font-size: 0.24rem;
  }

  .jc_title h2 {
    margin: 0.45rem 0;
    font-size: 0.64rem;
  }
  .jc_title {
    padding-bottom: 0;
  }
  .jc_title ul {
    display: block;
    overflow: hidden;
    margin-left: -0.5rem;
  }
  .jc_title li {
    float: left;
    width: 33.33%;
    padding: 0 0 0.5rem 0.5rem;
  }
  .jc_title span {
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.26rem;
    padding: 0;
  }
  .jcboxa {
    padding: 0.4rem 0.6rem 0 0.6rem;
  }
  .jcboxa li {
    width: 100%;
    padding-bottom: 0.65rem;
  }

  .swhz_title {
    padding: 1.2rem 4% 0.45rem 4%;
  }
  .swhz_title h2 {
    font-size: 0.62rem;
  }
  .swhz_title p {
    font-size: 0.24rem;
    line-height: 2;
    margin-top: 0.35rem;
  }
  .swhz_nr ul {
    padding: 1.65rem 0 1.8rem;
  }
  .swhz_nr li {
    display: block;
    padding-bottom: 0.3rem;
  }
  .swhz_nr a {
    line-height: 0.88rem;
    border-radius: 0.44rem;
    font-size: 0.32rem;
  }
  .hdbox {
    position: relative;
  }
  .hdbox img {
    width: 100%;
  }
  .banner_left .pcbtn {
    padding: 0.3rem 1.5rem;
  }
  .banner_left li:nth-child(4) a {
    line-height: 0.84rem;
  }
  .rmxz_title h2 {
    width: 2.04rem;
    height: 1.03rem;
    line-height: 0.73rem;
    font-size: 0.32rem;
  }
  .rmxz_xq {
    padding: 0 0.3rem 0.2rem 0.15rem;
  }
  .rmxz_xq li {
    font-size: 0.28rem;
    line-height: 2;
    margin: 0;
  }
  .rmxz_xq h2 {
    font-size: 0.3rem;
  }
  .rmxz_xq p {
    font-size: 0.28rem;
    line-height: 2;
    margin: 0;
  }
  .rmxzbox {
    margin-bottom: 0.4rem;
  }
  .rmxz_nr {
    padding-bottom: 0.2rem;
  }
  .pcbtn {
    display: none;
    padding-top: 0.7rem;
  }
  .sjbtn {
    display: block;
    padding-top: 0.6rem;
  }

  .sjbtn li {
    padding-bottom: 0.3rem;
  }
  .sjbtn a {
    display: block;
    text-align: center;
    font-size: 0.38rem;
    line-height: 0.95rem;
    border-radius: 0.5rem;
    color: #fff;
    background: #094dff;
    font-weight: bold;
  }
  .sjbtn a img {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0.27rem 0 0;
    width: 0.47rem;
  }
  body {
    overflow: auto;
    max-width: 750px;
  }
}

.swiper_mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.swiper_box,
.androidBox {
  width: 325px;
  height: 336px;
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -162.5px;
  z-index: 2;
  display: none;
}
.swiper_box .swiper_container_one {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.swiper_box .swiper_container_one .swiper_pagination {
  width: 73px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.swiper-pagination-bullet-active {
  background: #0481e8 !important;
}
.swiper_box .swiper_container_one .swiper_slide_one {
  width: 100%;
  height: 100%;
}

.swiper_box .swiper_container_one img {
  display: block;
  width: 325px;
  height: 100%;
}
.swiper_btn {
  color: #fff !important;
  font-size: 14px;
  width: 325px;
  height: 36px;
  background-color: #0481e8;
  line-height: 36px;
  text-align: center;
  position: fixed;
  top: 445px;
  left: 50%;
  margin-left: -162.5px;
  z-index: 1;
}

.androidBox {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, .5); 
}
.androidBox .title {
  color: #333;
  font-size: 17px;
  text-align: center;
  margin: 15px 0 48px;
}
.topDown,.bottomDown {
  margin: 0 auto;
  width: 230px;
  height: 39px;
  text-align: center;
  background-color: #fd284a;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 39px;
}
.bottomDown{
  background-color: #15A944;
}
.topDown img,
.bottomDown img {
  width: 18px;
  height: 20px;
  display: inline;
  vertical-align: sub;
  margin-right: 16px;
}
.topText,.bottomText {
  line-height: 15px;
  font-size: 11px;
  color: #333;
  text-align: center;
  margin: 8px 0 38px;
  color: #ff0000;
  text-shadow: 
  0.5px 0.5px 0 yellow, 
  -0.5px 0.5px 0 yellow, 
  0.5px -0.5px 0 yellow, 
  -0.5px -0.5px 0 yellow; /* 模拟0.5像素描边 */
}
.bottomText{
  color: #333;
  text-shadow: none;
}