.sjbody{
  background: #fff !important;
}
.sjheader {
  width: 100%;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 320px;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.15);
}
.sjheader_left{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sjheader_left a{
  display: block;
  width: 77px;
  height: 24px;
  margin-left: 1rem;
}
.sjheader_left a img {
    width: 77px;
}
.sjheader_left span {
  display: inline-block;
  color: #fff;
  background-color: #EF5A94;
  padding: 4px;
  font-size: 14px;
  margin-left: .6rem;
}
.sjheader_right img {
    width: 32px;
  margin-top: 4px;
  margin-right: .6rem;
}
.sjheader_right ul {
  position: absolute;
  top: 45px;
  right: 10px;
  width: 106px;
  height: auto;
  text-align: center;
  background: #fff;
  display: none;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  z-index: 9999;
}
.sjheader_right ul li {
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
}
.sjheader_right ul li a {
  display: block;
  width: 100%;
  line-height: 50px;
  font-size: 12px;
  color: #000;
}
.sjheader_right .d_block {
  display: block;
}

  
.sjbanner{
  width: 100%;
  min-width: 320px;
  position: relative;
  padding-bottom: 8.7rem;
  margin-top: 2px;
}
.sjbannerHeaderImg{
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}
.sjbannerHeaderImg img{
    width: 290px;
}
.sjbanner h1 {
  display: block;
  margin-top: 2rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
.sjbanner h1 span{
  font-weight: 700;
  color: #EF5A94;
}
.sjbannerContent{
  margin-top: 3rem;
  padding-left: 4.1rem;
}
.sjbannerContent li{
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 1rem;
  position: relative;
}
.sjbannerContent li:nth-child(4){
  margin-bottom: 0;
}
.sjbannerContent li::before{
  content: "";
  width: 9px;
  height: 8px;
  background-image: url(../images/bannerContentIcon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  left: -1.8rem;
  top: 50%;
  transform: translateY(-50%);
}
.sjbannerSuspen{
  margin: 0 auto;
  padding: 1.3rem 0;
  position: absolute;
  bottom: -3.7rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0px 2px 5px 1px rgba(32, 184, 255, 0.2);
  display: flex;
  flex-direction: row;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
}
.sjbannerSuspen li {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sjbannerSuspen li img{
  width: 42px;
  height: 42px;
}
.sjbannerSuspen li p{
  font-size: 1.4rem;
  color: #666;
  margin-top: 1rem;
}




.sjpartOne{
  width: 100%;
  padding-top: 8.3rem;
  padding-bottom: 4rem;
  background: #fff;
}
.sjpartOne h1{
  font-size: 2.2rem;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.sjpartOne p{
  color: #666;
  font-size: 1.4rem;
  margin-top: 2rem;
  padding: 0 2.4rem;
  line-height: 2.2rem;
}
.sjpartOne h2{
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 3rem;
  position: relative;
}
.sjpartOne h2::before{
  content: "";
  width: 4.2rem;
  height: .6rem;
  background-image: url(../images/partOneTitleSide.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: 4.2rem;
  height: .6rem;
  background-image: url(../images/partOneTitleSide.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  right: 19%;
  top: 50%;
  transform: translateY(-50%);
}
.sjpartOne em{
  display: block;
  text-align: center;
  font-size: 1.4rem;
  color: #666;
  margin-top: 2rem;
  padding: 0 4.6rem;
  line-height: 2.2rem;
  font-style: normal;
}
.sjpartOneSJShow {
  display: block;
  max-width: 424px;
  margin: 2rem auto 0;
}
.sjpartOnePCShow{
  display: block;
  max-width: 1200px;
  margin: 2rem auto 0;
}
.sjpartOneButton{
  width: 100%;
}
.sjpartOne a{
  display: block;
  width: 15rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.4rem;
  color: #fff;
  background-image: url(../images/partOneButton.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sjpartOne a img{
  display: block;
  width: 1.2rem;
  height: 1.4rem;
  margin-right: 1rem;
}



.sjpartTwo{
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #F7F8FC;
}
.sjpartTwo h1{
  font-size: 2.2rem;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.sjpartTwo p{
  color: #666;
  font-size: 1.4rem;
  margin-top: 2rem;
  padding: 0 2rem;
  line-height: 2.2rem;
  text-align: center;
}
.sjpartTwo ul{
  margin: 0 auto;
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sjpartTwo ul li{
  width: 16.8rem;
  height: 18rem;
  margin-bottom: 1.2rem;
  background-image: url(../images/partTwoBg.png);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 12px 1px rgba(36, 112, 148, 0.15);
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.sjpartTwo ul li:nth-child(2),
.sjpartTwo ul li:nth-child(4){
  margin-right: 0;
}
.sjpartTwo ul li:nth-child(3),
.sjpartTwo ul li:nth-child(4){
  margin-bottom: 0;
}
.sjpartTwo ul li img{
  width: 5.6rem;
  height: 5.3rem;
}
.sjpartTwo ul li h2{
  font-size: 1.6rem;
  color: #000;
  font-weight: 700;
}
.sjpartTwo ul li em{
  font-style: normal;
  font-size: 1.4rem;
  color: #666;
  padding: 0 1.1rem;
  word-break: break-word;
  line-height: 1.7rem;
}


.sjpartThree{
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
.sjpartThree h1{
  font-size: 2.2rem;
  color: #000;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 0 4.4rem;
  line-height: 2.8rem;
}
.sjpartThree p{
  display: inline-block;
  color: #666;
  font-size: 1.4rem;
  margin-top: 2rem;
  line-height: 2.2rem;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sjpartThree p::before{
  content: "";
  width: .4rem;
  height: .4rem;
  background-image: url(../images/partThreeTitleLeftIcon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: -1rem;
  top: 0.5rem;
}
.sjpartThree p::after{
  content: "";
  width: .4rem;
  height: .4rem;
  background-image: url(../images/partThreeTitleRightIcon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  right: -1rem;
  top: 0.5rem;
}
.sjpartThree a{
  display: inline-block;
  padding: 1rem 2rem;
  margin: 1.5rem auto 0;
  background-color: #20B8FF;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 2.9rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sjpartThreeImg{
  display: block;
  max-width: 571px;
  margin: 2rem auto 0;
}



.sjpartFour{
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-top: 1.5rem;
  background-color: #fff;
}
.sjpartFour h1{
  font-size: 2.2rem;
  color: #000;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 0 3.6rem;
  line-height: 2.8rem;
}
.sjpartFour ul{
  margin-top: 2rem;
  padding: 0 4.3rem 0 3rem;
}
.sjpartFour ul li{
  margin-bottom: 1.5rem;
}
.sjpartFour ul li:nth-child(2){
  margin-bottom: 0rem;
}
.sjpartFour ul li em {
  font-style: normal;
  color: #20B8FF;
  font-size: 1.6rem;
  position: relative;
}
.sjpartFour ul li em::before{
  content: "";
  width: 0.9rem;
  height: 0.8rem;
  background-image: url(../images/partFourIcon.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: .3rem;
  left: -1.5rem;
}
.sjpartFour ul li p {
  color: #666;
  font-size: 1.4rem;
  margin-top: .6rem;
  line-height: 2.2rem;
}
.sjpartFour a{
  display: inline-block;
  padding: 1rem 2rem;
  margin: 1.5rem auto 0;
  background-color: #20B8FF;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 2.9rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);  
}
.sjpartFourImg{
  display: block;
  max-width: 337px;
  margin: 2rem auto 0;
}



.sjpartFive{
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-top: 1.5rem;
  background-color: #fff;
}
.sjpartFive h1{
  font-size: 2.2rem;
  color: #000;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 0 3.6rem;
  line-height: 2.8rem;
}
.sjpartFive p{
  display: inline-block;
  color: #666;
  font-size: 1.4rem;
  margin-top: 2rem;
  line-height: 2.2rem;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 2rem;
}
.sjpartFive p::before{
  content: "";
  width: .4rem;
  height: .4rem;
  background-image: url(../images/partThreeTitleLeftIcon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: 1.2rem;
  top: .5rem;
}
.sjpartFive p::after{
  content: "";
  width: .4rem;
  height: .4rem;
  background-image: url(../images/partThreeTitleRightIcon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  right: 1.2rem;
  top: .5rem;
}
.sjpartFiveImg{
  display: block;
  max-width: 605px;
  margin: 2rem auto 0;
}



.sjpartSix{
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-top: 1.5rem;
  background-color: #fff;
}
.sjpartSix h1{
  font-size: 2.2rem;
  color: #000;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 0 3.6rem;
  line-height: 2.8rem;
}
.sjpartSix p{
  display: inline-block;
  color: #666;
  font-size: 1.4rem;
  margin-top: 2rem;
  line-height: 2.2rem;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 2rem;
}
.sjpartSix p::before{
  content: "";
  width: .4rem;
  height: .4rem;
  background-image: url(../images/partThreeTitleLeftIcon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: 1.2rem;
  top: .5rem;
}
.sjpartSix p::after{
  content: "";
  width: .4rem;
  height: .4rem;
  background-image: url(../images/partThreeTitleRightIcon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  right: 1.2rem;
  top: .5rem;
}
.sjpartSix a{
  display: inline-block;
  padding: 1rem 2rem;
  margin: 1.5rem auto 0;
  background-color: #20B8FF;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 2.9rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);  
}
.sjpartSixImg{
  display: block;
  max-width: 337px;
  margin: 2rem auto 0;
}



.sjpartSeven{
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #F7F8FC;
}
.sjpartSeven h1{
  font-size: 2.2rem;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.sjpartSeven p{
  color: #666;
  font-size: 1.4rem;
  margin-top: 2rem;
  padding: 0 2rem;
  line-height: 2.2rem;
  text-align: center;
}
.sjpartSeven ul{
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.sjpartSeven ul li{
  width: 30%;
  text-align: center;
  margin-bottom: 2rem;
}
.sjpartSeven ul li:nth-child(7),
.sjpartSeven ul li:nth-child(8),
.sjpartSeven ul li:nth-child(9){
  margin-bottom: 0rem;
}
.sjpartSeven ul li h2{
  font-size: 1.4rem;
  color: #666;
  margin-top: .8rem;
}




.sjpartEight{
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
.sjpartEight h1{
  font-size: 2.2rem;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.sjpartEight p{
  color: #666;
  font-size: 1.4rem;
  margin-top: 2rem;
  padding: 0 2rem;
  line-height: 2.2rem;
  text-align: center;
}
.sjpartEight ul.sjpartEightContent{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.sjpartEight ul.sjpartEightContent li{
  width: 32%;
  height: 3.5rem;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sjpartEight ul.sjpartEightContent li img{
    max-width: 109px;
    width: 10.9rem;
}
.sjpartEight ul.sjpartEightBottom{
  display: block;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  border-radius: 2rem;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  margin: 2rem auto 0;
  display: flex;
  justify-content: space-around;
  padding: 0 10px 0 20px;
}
.sjpartEight ul.sjpartEightBottom li{
  color: #666;
  font-size: 1.4rem;
  position: relative;
}
.sjpartEight ul.sjpartEightBottom li::before{
  content: "";
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  border-radius: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  left: -1.4rem;
}
.sjpartEight ul.sjpartEightBottom li:nth-child(1)::before{
  background-color: #FF6600;
}
.sjpartEight ul.sjpartEightBottom li:nth-child(2)::before{
  background-color: #FF00FF;
}
.sjpartEight ul.sjpartEightBottom li:nth-child(3)::before{
  background-color: #41C028;
}
.sjpartEight ul.sjpartEightBottom li:nth-child(4)::before{
  background-color: #8000FF;
}
.sjpartEight ul.sjpartEightBottom li:nth-child(5)::before{
  background-color: #F8C348;
}



.sjpartNine{
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #F7F8FC;
}
.sjpartNine h1{
  font-size: 2.2rem;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.sjpartNine p{
  color: #666;
  font-size: 1.4rem;
  margin-top: 2rem;
  padding: 0 2rem;
  line-height: 2.2rem;
  text-align: center;
}
.sjpartNine .swiper-slide{
  position: relative;
} 
.sjpartNine .swiper-slide img{
  box-shadow: 0px 3px 6px 1px rgba(0, 97, 142, 0.2);
}
.sjpartNine .swiper-slide-content{
  position: absolute;
  width: 80%;
  height: 9.5rem;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.sjpartNine .swiper-slide-content img{
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: none;
}
.sjpartNine .swiper-slide-content b{
  position: absolute;
  top: 0;
  color: #333;
  font-size: 1.6rem;
  left: 5rem;
  font-weight: 700;
}
.sjpartNine .swiper-slide-content p{
  position: absolute;
  bottom: 1rem;
  left: 5rem;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.8rem;
  padding: 0;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}



.sjpartTen{
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
.sjpartTen h1{
  font-size: 2.2rem;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.sjpartTenTitle{
  padding: 0 2.5rem 0 1.5rem;
  margin-top: 3rem;
}
.sjpartTenTitleLeft{
  padding: .6rem 1rem;
  font-size: 1rem;
  color: #FFF;
  background-color: #959595;
  opacity: 0.8;
  text-align: center;
}
.sjpartTenTitleRight{
  margin-top: .5rem;
  font-size: 1.4rem;
  color: #20B8FF;
}
.sjpartTen ul{
  padding-left: 1.5rem;
  margin-top: 1.5rem;
}
.sjpartTen ul li{
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  position: relative;
}
.sjpartTen ul li:nth-last-child(1){
  margin-bottom: 2rem;
}
.sjpartTen ul li::before{
  content: "";
  width: .2rem;
  height: 2rem;
  background-color: #20B8FF;
  position: absolute;
  left: 0;
  top: 0;
}
.sjpartTen ul li p{
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: .5rem;
}
.sjpartTen ul li em{
  font-style: normal;
  color: #666;
  font-size: 1rem;
}


.sjpartEleven{
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #F7F8FC;
}
.sjpartElevenHeader{
  width: 204px;
  height: 32px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}


.sjpartElevenHeader::before{
  content: "";
  width: 33px;
  height: 33px;
  background-image: url(../images/partElevenAside.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: -50px;
}
.sjpartElevenHeader::after{
  content: "";
  width: 33px;
  height: 33px;
  background-image: url(../images/partElevenAside.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: -50px;
}
.sjpartElevenHeaderTitle{
    width: 204px;
}
.sjpartElevenHeaderBottom{
    width: 225px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 77%;
}
.sjpartElevenIntro{
  width: 28rem;
  margin: 0 auto;
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;

}
.sjpartElevenIntro li{
  color: #666666;
  font-size: 1.4rem;
  padding-left: 2rem;
  position: relative;
}
.sjpartElevenIntro li::before{
  content: "";
  position: absolute;
  width: .6rem;
  height: .6rem;
  border-radius: .6rem;
  background-color: #20B8FF;
  left: .8rem;
  top: 50%;
  transform: translateY(-50%);
}
.sjpartElevenSuspen{
  height: 9.4rem;
  margin-top: 2rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 2px 8px 1px rgba(32, 184, 255, 0.3);
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
}
.sjpartElevenSuspen li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sjpartElevenSuspen li img{
  width: 42px;
  height: 42px;
}
.sjpartElevenSuspen li p{
  font-size: 1.4rem;
  color: #666;
  margin-top: 1rem;
}

.sjfooter{
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #030A36;
}
.sjfooterHeader{
  position: relative;
  height: 80px;
}
.sjfooterHeader::before{
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(../images/footerLeftIcon.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: -20px;
}
.sjfooterHeader::after{
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(../images/footerRightIcon.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: -20px;
}
.sjfooterHeaderErweima{
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sjfooterHeaderErweimaWrap{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -11px;
}
.sjfooter .copyWechat{
  display: inline-block;
  margin-top: 10rem;
  font-size: 1.4rem;
  color: #eee;
  border-bottom: .1rem solid #eee;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sjfooter strong{
  display: block;
  font-size: 1.8rem;
  color: #eee;
  text-align: center;
  margin-top: 1.5rem;
}
.sjfooterContent{
  padding: 0 15px;
}
.sjfooterContent li{
  padding-top: 1.5rem;
}
.sjfooterContentIcon{
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.sjfooterContent em{
  display: block;
  line-height: 28px;
  font-style: normal;
  color: #eee;
  font-size: 1.4rem;
  margin-left: .5rem;
}
.sjfooterContentCopy{
  width: 21px;
  height: 21px;
  margin-top: 3.5px;
}


.sjCompanyDomain{
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #040926;
}
.sjCompanyDomain p{
  /*margin-bottom: .8rem;*/
  color: #999;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5rem;
}
.sjCompanyDomainAWrap{
  text-align: center;
  position: relative;
  line-height: 1rem;
}
.sjCompanyDomainAWrap a{
  display: inline-block;
  margin-bottom: .8rem; 
  color: #999;
  font-size: 1.2rem;
  text-align: center;
}
.sjCompanyDomain em{
  display: block;
  font-style: normal;
  color: #999;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 0 15px;
  margin-top: 1rem;
}







.sjcontact{
  width: 100%;
  margin-top: 2rem;
  padding-bottom: 2rem;
}
.sjcontactErweima {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  position: relative;
}
.sjcontactErweima::before{
  content: "";
  width: 110px;
  height: 98px;
  background-image: url(../images/contactErweimaLeftIcon.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -75px;
  bottom: 0;
}
.sjcontactErweima::after{
  content: "";
  width: 110px;
  height: 98px;
  background-image: url(../images/contactErweimaRightIcon.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -75px;
  bottom: 0;
}
.sjcontactErweima img{
  width: 150px;
  height: 150px;
}
.sjcontact p{
  color: #000;
  font-size: 1.4rem;
  display: block;
  margin-top: 1.5rem;
  text-align: center;
}
.sjcontactContent{
  padding: 0 10px;
}
.sjcontactContent li{
  padding-top: 16px;
  line-height: 24px;
}
.sjcontactContentIcon{
  width: 24px;
  height: 24px;
}
.sjcontactContent em{
  font-style: normal;
  color: #000000;
  font-size: 16px;
  margin-left: 10px;
}
.sjcontactContent a{
    display: inline-block;
    width: 18px;
    height: 18px;
}
.sjcontactContentCopy{
  height: 18px;
  margin-top: 3px;
}

.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{
  margin-top: 20px;
  padding: 0 15px;
  display: flex;
  justify-content: space-around;
}
.sjdownloadTop li{
  width: 16.6rem;
  /* height: 24rem; */
  padding-bottom: 2rem;
  box-shadow: 0px 2px 6px 1px rgba(36, 112, 148, 0.16);
}
.sjdownloadTop li img{
    width: 64px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 2rem;
}
.sjdownloadTop li h2{
  font-size: 1.2rem;
  color: #000;
  text-align: center;
  margin-top: 1rem;
}
.sjdownloadTop li strong{
  display: block;
  font-size: 1.2rem;
  color: #000;
  text-align: center;
  margin-top: .6rem;
}
.sjdownloadTop li a{
  display: inline-block;
  width: 9.6rem;
  height: 3.3rem;
  line-height: 3.3rem;
  background-image: url(../images/downloadButton.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border-radius: 3.3rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1rem;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.sjdownloadTop li p{
  color: #999;
  font-size: 1rem;
  padding: 0 1.8rem;
  margin-top: 1rem;
  line-height: 1.8rem;
  text-align: center;
  position: relative;
}
.sjdownloadTop li p::before{
  position: absolute;
  content: "";
  width: .3rem;
  height: .3rem;
  border-radius: .3rem;
  background: #999;
  top: .6rem;
  left: 1rem;
}
.sjdownloadBottom {
  margin-top: 3rem;
  padding: 0 1.5rem;
}
.sjdownloadBottom p{
  color: #999;
  font-size: 1.2rem;
}
.sjdownloadBottomContent{
  padding: 0 10px;
}
.sjdownloadBottomContent li{
  padding-top: 30px;
  line-height: 21px;
  line-height: 21px;
}
.sjdownloadBottomContentIcon{
  width: 21px;
  height: 21px;
}
.sjdownloadBottomContent em{
  font-style: normal;
  color: #000000;
  font-size: 1.2rem;
  margin-left: 10px;
}
.sjdownloadBottomContentCopy{
  width: 18px;
  height: 18px;
}




.copySuccess{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999;
    display: none;
}
.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: 95%;

}






