.container {
  width: 100%;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
.box12 {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .box12 {
    width: 100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
.headtop {
  padding-top: 75px;
  padding-bottom: 80px;
  background-image: url('https://www.fanruan.com/images/sclcp/sclbannerbg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1200px) {
  .headtop {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.headtop .box12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .headtop .box12 {
    flex-wrap: wrap;
  }
  .headtop .box12 .imgbox {
    display: none;
  }
}
.headtop h1 {
  font-size: 60px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 72px;
  letter-spacing: 2px;
  text-shadow: 0px 4px 8px #005AE8;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .headtop h1 {
    font-size: 28px;
    line-height: 1em;
  }
}
.headtop h2 {
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  letter-spacing: 1px;
  text-shadow: 0px 3px 6px rgba(0, 90, 232, 0.5);
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 35px;
}
@media (max-width: 1200px) {
  .headtop h2 {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1em;
  }
}
.headtop h2 span {
  width: 60px;
  height: 2px;
  background: #FFFFFF;
}
.headtop p {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  text-shadow: 0px 3px 6px rgba(0, 90, 232, 0.5);
  max-width: 550px;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .headtop p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}
.headtop a {
  display: block;
  width: 240px;
  height: 48px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 119, 232, 0.6);
  border-radius: 8px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #017ED3;
  line-height: 48px;
  text-align: center;
}
@media (max-width: 1200px) {
  .headtop a {
    width: 180px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
  }
}
.headtop:hover {
  text-decoration: none;
  color: #017ED3;
}
.nrbox {
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .nrbox {
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.nrbox .left {
  width: 375px;
  padding-top: 40px;
}
@media (max-width: 1200px) {
  .nrbox .left {
    width: 100%;
    padding-top: 0;
  }
}
.nrbox .left .item .title {
  display: flex;
  align-items: center;
  height: 48px;
  background: #D8D8D8 linear-gradient(90deg, #00B8FE 0%, #0082FC 100%);
  border-radius: 30px;
  padding-right: 20px;
  padding-left: 20px;
  width: max-content;
  margin-bottom: 37px;
}
@media (max-width: 1200px) {
  .nrbox .left .item .title {
    height: 36px;
    margin-bottom: 15px;
  }
}
.nrbox .left .item .title span {
  font-size: 30px;
  font-family: HelveticaNeue-BoldItalic, HelveticaNeue;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 37px;
  text-shadow: 0px 1px 1px rgba(0, 50, 131, 0.15);
  font-style: italic;
  font-weight: 600;
  margin-right: 12px;
  position: relative;
}
@media (max-width: 1200px) {
  .nrbox .left .item .title span {
    font-size: 18px;
  }
}
.nrbox .left .item .title span:after {
  content: "";
  display: block;
  width: 33px;
  height: 5px;
  background: rgba(202, 238, 255, 0.38);
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .nrbox .left .item .title span:after {
    width: 23px;
    bottom: 9px;
  }
}
.nrbox .left .item .title h2 {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 33px;
  text-shadow: 0px 1px 1px rgba(0, 50, 131, 0.16);
  margin: 0;
}
@media (max-width: 1200px) {
  .nrbox .left .item .title h2 {
    font-size: 16px;
  }
}
.nrbox .left .item .dec {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
@media (max-width: 1200px) {
  .nrbox .left .item .dec {
    font-size: 14px;
    line-height: 24px;
  }
}
.nrbox .left .item.item1 {
  margin-bottom: 125px;
}
@media (max-width: 1200px) {
  .nrbox .left .item.item1 {
    margin-bottom: 25px;
  }
}
.nrbox .left .item.item2 {
  margin-bottom: 150px;
}
@media (max-width: 1200px) {
  .nrbox .left .item.item2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 1200px) {
  .nrbox .left .item.item3 {
    margin-bottom: 25px;
  }
}
.nrbox .left .item.item3 .dec {
  padding-left: 0px;
}
@media (max-width: 1200px) {
  .nrbox .left .item.item3 .dec {
    padding-left: 15px;
  }
}
.nrbox .left .item.item3 .list li {
  padding-left: 20px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  position: relative;
}
@media (max-width: 1200px) {
  .nrbox .left .item.item3 .list li {
    font-size: 14px;
    line-height: 24px;
    padding-left: 15px;
  }
}
.nrbox .left .item.item3 .list li:after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  background: #0085FC;
  border-radius: 4px;
  left: 0;
  top: 12px;
}
@media (max-width: 1200px) {
  .nrbox .left .item.item3 .list li:after {
    top: 10px;
  }
}
.nrbox .right {
  width: 760px;
}
@media (max-width: 1200px) {
  .nrbox .right {
    width: 100%;
  }
}
.nrbox .right .smbox {
  border-radius: 10px;
  border: 1px solid #99CEF1;
  padding: 25px 40px 20px;
}
@media (max-width: 1200px) {
  .nrbox .right .smbox {
    padding: 15px 14px 16px;
  }
}
.nrbox .right .smbox .title {
  position: relative;
  width: max-content;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
  margin-top: 0;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .nrbox .right .smbox .title {
    font-size: 18px;
  }
}
.nrbox .right .smbox .title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background: #A6DAFF;
  display: block;
  left: 0;
  bottom: 2px;
  z-index: -1;
}
.nrbox .right .smbox .img {
  display: none;
}
@media (max-width: 1200px) {
  .nrbox .right .smbox .img {
    display: block;
    margin-bottom: 20px;
  }
}
.nrbox .right .smbox .mfpc {
  width: 170px;
  height: 42px;
  background: #008CF2;
  border-radius: 2px;
  display: block;
  text-align: center;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 42px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .nrbox .right .smbox .mfpc {
    width: 140px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}
.nrbox .right .smbox.smbox1 {
  margin-bottom: 55px;
}
.nrbox .right .smbox.smbox1 .title {
  margin-bottom: 70px;
}
@media (max-width: 1200px) {
  .nrbox .right .smbox.smbox1 .title {
    margin-bottom: 20px;
  }
}
.nrbox .right .smbox.smbox1 .pclclist {
  display: flex;
  align-items: center;
  max-width: 600px;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .nrbox .right .smbox.smbox1 .pclclist {
    display: none;
  }
}
.nrbox .right .smbox.smbox1 .pclclist .lc {
  position: relative;
}
.nrbox .right .smbox.smbox1 .pclclist .lc.lc01:after,
.nrbox .right .smbox.smbox1 .pclclist .lc.lc02:after {
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  background-image: url('https://www.fanruan.com/images/sclcp/sclpcan.png');
  background-size: cover;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
}
.nrbox .right .smbox.smbox1 .pclclist .lc .txtbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 30px;
}
.nrbox .right .smbox.smbox1 .pclclist .lc .txtbox img {
  margin-bottom: 15px;
}
.nrbox .right .smbox.smbox1 .pclclist .lc .txtbox h5 {
  font-size: 24px;
  font-family: HelveticaNeue-BoldItalic, HelveticaNeue;
  font-weight: normal;
  color: #0089FF;
  line-height: 29px;
  font-style: italic;
  font-weight: 600;
}
.nrbox .right .smbox.smbox1 .pclclist .lc .txtbox p {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0089FF;
  line-height: 28px;
}
.nrbox .right .smbox.smbox2 .title {
  margin-bottom: 45px;
}
@media (max-width: 1200px) {
  .nrbox .right .smbox.smbox2 .title {
    margin-bottom: 20px;
  }
}
.nrbox .right .smbox.smbox2 .pglist {
  display: flex;
  align-items: unset;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .nrbox .right .smbox.smbox2 .pglist {
    display: none;
  }
}
.nrbox .right .smbox.smbox2 .pglist .txbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 25px;
}
.nrbox .right .smbox.smbox2 .pglist .txbox .tx {
  margin-bottom: 2px;
  position: relative;
}
.nrbox .right .smbox.smbox2 .pglist .txbox .tx .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
}
.nrbox .right .smbox.smbox2 .pglist .txtbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nrbox .right .smbox.smbox2 .pglist .txtbox .t {
  height: 90px;
  width: 232px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 19px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  text-align: center;
}
.pcqy {
  background: #F8FCFF;
  padding: 50px 0;
}
.pcqy h2 {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 600;
}
.foot {
  padding: 50px 0 90px;
  background-image: url('https://www.fanruan.com/images/sclcp/footbg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .foot {
    padding: 25px 0 35px;
  }
}
.foot h2 {
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 33px;
  text-shadow: 0px 1px 1px rgba(0, 50, 131, 0.16);
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .foot h2 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 25px;
  }
}
.foot .linkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot .linkbox a {
  width: 270px;
  height: 48px;
  background: #008CF2;
  border-radius: 2px;
  border: 2px solid #FFFFFF;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 46px;
  text-align: center;
  margin: 0 15px;
}
@media (max-width: 1200px) {
  .foot .linkbox a {
    width: 38%;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
  }
}
.foot .linkbox a.lina {
  background: #fff;
  color: #008CF2;
}
