.sjbody{
  background: #fff !important;
}
.sjheader {
  width: 100%;
  height: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 320px;
  box-shadow: 0px 1px 2px 1px rgba(136,129,255,0.1600);
  background: url(../images/headerBg.png) no-repeat center;
  background-size: 100%;
}
.sjheader_left{
  display: flex;
  align-items: center;
}
.sjheader_left a{
  display: block;
  height: 2.4rem;
  margin-left: 1rem;
}
.sjheader_left a img{
  height: 2.4rem;
}
.sjheader_right img {
  width: 2.8rem;
  height: 2.8rem;
  margin-top: .2rem;
  margin-right: 1rem;
}
.sjheader_right ul {
  position: absolute;
  top: 4.6rem;
  right: 0.6rem;
  width: 11.8rem;
  height: auto;
  text-align: center;
  background: #fff;
  display: none;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1600);
  z-index: 9999;
}
.sjheader_right ul li {
  width: 100%;
  border-bottom: 1px solid #EFEFEF;
}
.sjheader_right ul li:last-child {
  width: 100%;
  border-bottom: none;
}
.sjheader_right ul li a {
  display: block;
  width: 100%;
  line-height: 5rem;
  font-size: 1.4rem;
  color: #333;
}
.sjheader_right .d_block {
  display: block;
}

  
.sjbanner{
  width: 100%;
  min-width: 320px;
  position: relative;
  padding: 3rem 0;
  background: url(../images/bannerBg.jpg) no-repeat center;
  background-size: 101%;
}
.sjbannerHeaderImg{
  width: 100%;
  text-align: center;
}
.sjbannerHeaderImg img{
  width: 6.4rem;
  height: 6.4rem;
}
.sjbanner h1 {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.1600);
  letter-spacing: 1px;
  margin-top: .6rem;
}
.sjbanner h2 {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  font-weight: 500;
  margin-top: 1.4rem;
  letter-spacing: 3.917px;
}
.sjbannerImgWrap{
  width: 33.5rem;
  margin: 0 auto;
}
.sjbannerImgWrap img{
  width: 33.5rem;
  max-width: 1005px;
  margin-top: 2.4rem;
}
.sjbannerSuspen{
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin-top: 3rem;
}
.sjbannerSuspen li {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sjbannerSuspen li img{
  width: 4.8rem;
  height: 4.8rem;
}
.sjbannerSuspen li p{
  font-size: 1.4rem;
  color: #fff;
  margin-top: 1rem;
}


.sjpartZero{
  width: 100%;
  padding: 3rem 0;
  background: #fff;
}
.sjpartZero h1{
  color: #000;
  position: relative;
  left: 50%; 
  transform: translateX(-50%);
  letter-spacing: 1px;
}
.sjpartZero h1::before{
  content: "";
  width: 3.4rem;
  height: 3.4rem;
  background: url(../images/titleAside.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  left: -1.8rem;
  top: -1.6rem;
}
.sjpartZero h1,
.sjpartZero span{
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
}

.sjpartZero span{
  color: #8881FF;
}

.sjpartZero p{
  color: #666;
  font-size: 1.4rem;
  margin-top: 2rem;
  padding: 0 2.4rem;
  line-height: 2.134rem;
  text-align: center;
  position: relative;
}
.sjpartZero p::before{
  content: "";
  width: .4rem;
  height: .4rem;
  background: url(../images/titleLeft.png) no-repeat center;
  background-size: 100%; 
  position: absolute;
  left: 1.7rem;
  top: 0.3rem; 
}
.sjpartZero p::after{
  content: "";
  width: .4rem;
  height: .4rem;
  background: url(../images/titleRight.png) no-repeat center;
  background-size: 100%; 
  position: absolute;
  right: 1.7rem;
  top: 0.3rem; 
}




.sjpartOne {
  width: 100%;
  background: #fff;
  padding: 3rem 0;
  margin-top: 2rem;
}
.sjpartOne h2{
  font-weight: 700;
  font-size: 1.8rem;
  color: #000;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  margin-bottom: 2rem;
}
.sjpartOne h2::before{
  content: "";
  width: 5.6rem;
  height: 1.4rem;
  background-image: url(../images/partOneTitleLeft.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  left: 19%;
  top: 50%;
  transform: translateY(-50%);
}
.sjpartOne h2::after{
  content: "";
  width: 5.6rem;
  height: 1.4rem;
  background-image: url(../images/partOneTitleRight.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  right: 19%;
  top: 50%;
  transform: translateY(-50%);
}
.sjpartOneSJShow {
  display: block;
  max-width: 446px;
  margin: 0 auto;
}
.sjpartOne em{
  display: block;
  text-align: center;
  font-size: 1.6rem;
  color: #8881FF;
  line-height: 2.2rem;
  font-style: normal;
  margin-bottom: 1rem;
  font-weight: 400;
}
.sjpartOnePCShow{
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}

.sjpartOnePCShow .swiper-slide{
  position: relative;
} 
.sjpartOnePCShow .swiper-slide img{
  box-shadow: 0px 3px 6px 1px rgba(0, 97, 142, 0.2);
}
.sjpartOnePCShow .swiper-slide-content img{
  width: 350px;
  height: 100%;
  position: absolute;
  left: 0;
  box-shadow: none;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.sjpartOneButton a{
  display: block;
  width: 11.6rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 4rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: #8881FF;
  box-shadow: 0px 2px 6px 1px rgba(136, 129, 255, 0.3000);
  text-align: center;
  margin: 2.4rem auto 0;
}




.sjpartChunk{
  width: 100%;
  background-color: #fff;
  padding: 3rem 0;
  margin-top: 2rem;
}
.sjpartChunk strong{
  display: inline-block;
  font-size: 1.6rem;
  color: #8881FF;
  line-height: 2.4rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sjpartChunk strong::before{
  content: "";
  width: .4rem;
  height: .4rem;
  background: url(../images/titleLeft.png) no-repeat center;
  background-size: 100%; 
  position: absolute;
  left: -.9rem;
  top: 0.5rem; 
}
.sjpartChunk strong::after{
  content: "";
  width: .4rem;
  height: .4rem;
  background: url(../images/titleRight.png) no-repeat center;
  background-size: 100%; 
  position: absolute;
  right: -.9rem;
  top: 0.5rem; 
}
.sjpartChunk h1{
  font-size: 2rem;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-top: 1.4rem;
  letter-spacing: 2px;
}
.sjpartChunk p{
  color: #666;
  font-size: 1.4rem;
  margin-top: 1.6rem;
  padding: 0 2rem;
  line-height: 2rem;
  text-align: center;
}
.sjpartChunkImgWrap{
  display: block;
  margin: 2rem auto 0;
}
.sjpartChunkImgWrap img {
  width: 35rem;
  max-width: 350px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sjpartChunkButton a{
  display: block;
  width: 11.6rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 4rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: #8881FF;
  box-shadow: 0px 2px 6px 1px rgba(136, 129, 255, 0.3000);
  text-align: center;
  margin: 2.4rem auto 0;
}


.sjpartNine .sjpartChunkImgWrap{
  height: auto;
}
.sjpartNine .sjpartChunkImgWrap img{
  max-width: 1005px;
}




.sjpartTen{
  width: 100%;
  background-color: #fff;
  padding: 3rem 0;
  margin-top: 2rem;
  position: relative;
}
.sjpartTen h1{
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  position: relative;
  left: 50%; 
  transform: translateX(-50%);
  letter-spacing: 1px;
  margin-bottom: 2rem;
}
.sjpartTen h1::before{
  content: "";
  width: 3.4rem;
  height: 3.4rem;
  background: url(../images/titleAside.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  left: -1.8rem;
  top: -1.6rem;
}
.sjpartTen .swiper-slide{
  position: relative;
} 
.sjpartTen .swiper-slide-content{
  position: absolute;
  width: 92%;
  height: 14.8rem;
  left: 50%;
  top: 7.6rem;
  transform: translateX(-50%);
  box-shadow: 0px 6px 4px 1px rgba(136,129,255,0.1000);
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #E7E6F5;
  background-color: #fff;
}
.sjpartTen .swiper-slide-content p{
  height: 11.6rem;
  font-size: 1.4rem;
  color: #646A73;
  line-height: 3rem;
  text-align: left;
  padding: 1.6rem 2.9rem;
} 
.sjpartTen .swiper-slide-content img{
  width: 10rem;
  height: 5.2rem;
  box-shadow: 0px 4px 4px 1px rgba(136,129,255,0.2000);
  border-radius: 2px;
  position: absolute;
  top: -7.65rem;
  left: 50%;
  transform: translateX(-50%);
} 

.sjpartTen .swiper-pagination-wrap {
 width: 100%;
}
.sjpartTen .swiper-pagination-wrap .swiper-pagination {
  width: 10.8rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}
 .sjpartTen .swiper-pagination-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: .3rem;
  line-height: .3rem;
  border-radius: 0px;
  background-color: #E8E8E8;
}

.sjpartTen .swiper-pagination-wrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000000;
}




.sjpartEleven{
  width: 100%;
  background-color: #fff;
  padding: 3rem 0;
  margin-top: 2rem;
}
.sjpartEleven h1{
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  position: relative;
  left: 50%; 
  transform: translateX(-50%);
  letter-spacing: 1px;
}
.sjpartEleven h1::before{
  content: "";
  width: 3.4rem;
  height: 3.4rem;
  background: url(../images/titleAside.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  left: -1.8rem;
  top: -1.6rem;
}
.sjpartEleven p{
  color: #666;
  font-size: 1.4rem;
  margin-top: 2rem;
  line-height: 2rem;
  text-align: center;
}
.sjpartEleven .sjpartElevenContent{
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 3rem;
}
.sjpartEleven .sjpartElevenContent li{
  width: 10.8rem;
  height: 10.3rem;
  text-align: center;
  margin-top: 1rem;
  box-shadow: 0px 4px 4px 1px rgba(136,129,255,0.1000);
}
.sjpartEleven .sjpartElevenContent li:nth-child(7),
.sjpartEleven .sjpartElevenContent li:nth-child(8),
.sjpartEleven .sjpartElevenContent li:nth-child(9){
  margin-bottom: 0rem;
}
.sjpartEleven .sjpartElevenContent li img{
  height: 3.2rem;
  margin-top: 2rem;
}
.sjpartEleven .sjpartElevenContent li h2{
  font-size: 1.4rem;
  color: #333;
  margin-top: 1rem;
} 

.sjpartEleven .sjpartElevensubTitle{
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  font-weight: 700;
}
.sjpartEleven .sjbannerSuspen{
  margin-top: 2.4rem;
}
.sjpartEleven .sjbannerSuspen li a img{
  width: 3.6rem;
  height: 3.6rem;
}
.sjpartEleven .sjbannerSuspen li p{
  margin-top: .4rem;
}



.sjpartTwelve{
  width: 100%;
  background-color: #fff;
  padding: 2rem 0 3rem;
  margin-top: 2rem;
}
.sjpartTwelveTitle{
  height: 2.9rem;
  line-height: 2.9rem;
  background-color: #EFEFEF;
  margin-left: 1.6rem;
  padding-right: 1.6rem;
}
.sjpartTwelveTitleLeft{
  padding: 0rem 1rem;
  line-height: 2.9rem;
  font-size: 1.2rem;
  color: #FFF;
  background-color: #B2B2B2;
  text-align: center;
  letter-spacing: 2px;
}
.sjpartTwelveTitleRight{
  line-height: 2.9rem;
  font-size: 1.4rem;
  color: #8881FF;
}
.sjpartTwelve ul{
  padding-left: 1.5rem;
}
.sjpartTwelve ul li{
  margin-top: 2.8rem;
  padding-left: 1rem;
  position: relative;
}
.sjpartTwelve ul li::before{
  content: "";
  width: .2rem;
  height: 1.4rem;
  background-color: #8881FF;
  position: absolute;
  left: 0;
  top: 0;
}
.sjpartTwelve ul li p{
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
}
.sjpartTwelve ul li em{
  font-style: normal;
  color: #666;
  font-size: 1.2rem;
} 


.sjfooter{
  width: 100%;
  padding: 3rem 0;
  background-color: #1C1F37;
}
.sjfooterHeader{
  position: relative;
  height: 150px;
}
.sjfooterHeaderErweima{
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sjfooterHeaderErweimaWrap{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -11px;
}
.sjfooter p{
  display: inline-block;
  margin-top: 1.8rem;
  font-size: 1.4rem;
  color: #eee;
  border-bottom: .1rem solid #eee;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sjfooter strong{
  display: block;
  font-size: 2rem;
  color: #eee;
  text-align: center;
  margin-top: 1.2rem;
}
.sjfooterContent{
  padding: 0 15px;
}
.sjfooterContent li{
  padding-top: 2rem;
  vertical-align: center;
}
.sjfooterContentIcon{
  width: 1.6rem;
  height: 1.6rem;
  margin-top: .2rem;
}
.sjfooterContent em{
  display: block;
  line-height: 2rem;
  font-style: normal;
  color: #8C8E93;
  font-size: 1.4rem;
  margin-left: .5rem;
}
.sjfooterContent em a{
  color: #fff;
  text-decoration: underline;
  margin-left: 2rem;
}



.sjCompanyDomain{
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #040926;
}
.sjCompanyDomain p{
  margin-bottom: .8rem;
  color: #999;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.6rem;
}
.sjCompanyDomain a{
  display: block;
  color: #999;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.6rem;
}






.sjcontact{
  width: 100%;
  padding: 2rem 0 19rem;
  background-color: #fff;
}
.sjcontactErweima {
  width: 172px;
  height: 172px;
  margin: 0 auto;
  position: relative;
}
.sjcontactErweima .sjcontactErweima{
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sjcontactErweima .sjcontactErweimaWrap{
  position: absolute;
  top: 0;
  left: 0;
}
.sjcontact p{
  color: #333;
  font-size: 1.6rem;
  display: block;
  margin-top: 1rem;
  text-align: center;
  letter-spacing: 1px;
}
.sjcontactContent{
  padding: 0 1.5rem;
  margin-top: -1rem;
}
.sjcontactContent li{
  margin-top: 4.1rem;
  line-height: 2rem;
}
.sjcontactContent em{
  font-style: normal;
  color: #000000;
  font-size: 1.4rem;
}
.sjcontactContentCopy{
  width: 1.4rem;
  height: 1.4rem;
  margin-top: .3rem;
}
.sjcontactContent a{
  font-size: 1.4rem;
  color: #000;
  text-decoration: underline;
}


.news{
  margin-top: 2rem;
  padding: 0 1.5rem;
}
.news h1{
  color: #20B8FF;
  font-size: 1.4rem;
}
.news ul li{
  margin-top: 2.1rem;
}
.news ul li p{
  display: inline-block;
  width: 25rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.4rem;
  color: #000;
}
.news ul li strong{
  font-size: 1.4rem;
  color: #000;
}



.sjdownloadTop{
  padding: 2rem 15px;
  display: flex;
  justify-content: space-around;
  background-color: #fff;
}
.sjdownloadTop li{
  width: 16.4rem;
  height: 25.5rem;
  box-shadow: 0px 4px 4px 1px rgba(136,129,255,0.1000);
  border: 1px solid #F4F4F8;
  border-radius: 4px 4px 0px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.sjdownloadTop li:nth-child(1){
  background-image: url(../images/downloadBg1.png);
}
.sjdownloadTop li:nth-child(2){
  background-image: url(../images/downloadBg2.png);
}
.sjdownloadTop li img{
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 4.8rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4rem;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1600);
}
.sjdownloadTop li h2{
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  margin-top: .8rem;
  line-height: 2.4rem;
}
.sjdownloadTop li strong{
  display: block;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  margin-top: .4rem;
  line-height: 2rem;
}
.sjdownloadTop li p{
  color: #999;
  font-size: 1.2rem;
  padding: 0 2.8rem;
  margin-top: 1rem;
  line-height: 1.7rem;
  text-align: center;
  position: relative;
}
.sjdownloadTop li a{
  display: inline-block;
  width: 10rem;
  height: 3.3rem;
  line-height: 3.3rem;
  border-radius: 3.3rem;
  background-color: #8881FF;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1.4rem;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.sjdownloadBottom {
  height: 38.9rem;
  margin-top: 1rem;
  padding: 2rem 1.5rem 0;
  background-color: #fff;
}
.sjdownloadBottom p{
  color: #8881FF;
  font-size: 1.4rem;
  line-height: 2rem;
}
.sjdownloadBottomContent li{
  margin-top: 4.1rem;
  line-height: 2rem;
}
.sjdownloadBottomContent em{
  font-style: normal;
  color: #000000;
  font-size: 1.4rem;
}
.sjdownloadBottomContent em span{
  color: #999;
}
.sjdownloadBottomContentCopy{
  width: 1.4rem;
  height: 1.4rem;
  margin-top: .3rem;
}


.copySuccess{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999;
    display: none;
    box-shadow: 0px 1px 2px 1px rgba(136,129,255,0.1600);
}
.copySuccessBtn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%, -50%);
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    background: #717171;
    color: #fff;
    font-size: 16px;
}
.indexCopySuccessBtn{
    top: 94%;

}






