<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html,
body {
  background-color: #091848;
  width: 100%;
  height: 100%;
}
.jryIndex {
  position: relative;
}
/* 瀵艰埅寮€濮� */
.navBox {
  width: 100%;
  position: absolute;
}
.nav {
  width: 100%;
  min-width: 1280px;
  padding: 23px 90px;
  box-sizing: border-box;
  height: 90px;
  color: #D5D8DC;
  font-size: 14px;
  position: absolute;
  z-index: 99;
}
.nav .navMid {
  margin-left: 106px;
  transition: all .4s;
}
.nav .navMid ul li {
  float: left;
  margin-right: 70px;
  line-height: 46px;
  cursor: pointer;
}
.active {
  border-bottom: 2px solid #3A81F7;
}
.navBot {
  box-sizing: border-box;
  line-height: 46px;
}
.navBot a {
  color: #D5D8DC;
}
.navBot div {
  float: left;
}
.navBot .search {
  cursor: pointer;
  width: 20px;
  height: 45px;
  background: url('../img/search.png') no-repeat center;
  margin-right: 41px;
}
.navBot .buy {
  width: 116px;
  height: 42px;
  border: 1px solid #D5D8DC;
  box-sizing: border-box;
  line-height: 14px;
  margin-right: 108px;
  text-align: center;
  line-height: 42px;
}
.navBot .login i {
  padding: 0 18px;
}
.navBot .login a:last-child {
  /*margin-left: 31px;*/margin-left: -5px;
}
/* 鎼滅储妗� */
.searchBox {
  width: 628px;
  margin: 0 auto;
  transition: all .4s;
}
.searchMore {
  margin-top: 10px;
  position: relative;
}
.searchMore input {
  border: 1px solid  #B4B2C5;
  width: 579px;
  box-sizing: border-box;
  padding-left: 60px;
  height: 38px;
  color: #fff;
  background-color: #B4B2C5;
}
.searchMore i {
  position: absolute;
  left: 20px;
  top: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/searchBox.png") no-repeat;
}
.searchMore .close {
  right: 17px;
  top: 10px;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url('../img/close.png') no-repeat;
}
.searchInfo {
  width: 100%;
  width: 576px;
  height: auto;
  box-sizing: border-box;
  margin-top: 24px;
  padding: 27px 23px;
  background-color: #B4B2C5;
  transition: all .2s ease;
}
.searchInfo li {
  font-size: 12px;
  line-height: 24px;
}
.searchInfo li a {
  color: #333;
  cursor: pointer;
}
.searchInfo li:first-child {
  color: #1793FC;
  font-size: 14px;
}
.searchInfo li:hover a {
  color: #fff;
}
/* 瀵艰埅缁撴潫 */
.lunboBox {
  height: auto;
}
.lunboBox .lunbo {
  height: auto;
}
.banner {
  width: 100%;
  position: relative;
  height: 799px;
  top: 0px;
  background-color: #1a1b4f;
  box-sizing: border-box;
}
.bannerCenter {
  width: 1200px;
  height: 480px;
  position: relative;
  margin: 0 auto;
  z-index: 10;
}
.banner1 {
  position: absolute;
  width: 100%;
  top: -90px;
  height: 726px;
}
.banner2 {
  position: absolute;
  width: 100%;
  top: -90px;
  height: 827px;
}
.shadow {
  position: absolute;
  bottom: -164px;
  left: 0;
  z-index: 5;
  width: 100%;
}
.bg1 {
  width: 100%;
  height: 728px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.lunbo1 {
  display: block;
  position: absolute;
  top: -10%;
  z-index: 3;
}
.lunbo2 {
  width: 100%;
  height: 798px;
  display: block;
  position: absolute;
  top: 11%;
  z-index: 3;
  background: url("../img/banner2.jpg") no-repeat;
}
.lunbo3 {
  width: 100%;
  height: 798px;
  display: block;
  position: absolute;
  top: 11%;
  z-index: 3;
  background: url("../img/banner3.jpg") no-repeat;
}
.lunbo4 {
  width: 100%;
  height: 810px;
  display: block;
  position: absolute;
  top: 11%;
  z-index: 3;
  background: url("../img/banner4.jpg") no-repeat;
}
.bannerDetail {
  position: absolute;
  height: 135px;
  top: 210px;
  left: 90px;
  z-index: 3;
}
.bannerDetail h1 {
  font-size: 64px;
  font-family: myFontBold;
  color: #fff;
}
.bannerDetail p {
  font-size: 20px;
  margin-top: 30px;
  font-family: myFontLight;
}
.btn {
  width: 205px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -103px;
  z-index:99;
}
.btn li {
  float: left;
  margin-right: 5px;
}
.btn .switch {
  cursor: pointer;
}
.btnLine {
  width: 27px;
  height: 2px;
  margin-top: 10px;
  background: url('../img/dot.png') no-repeat;
  background-size: 100%;
}
.no {
  width: 20px;
  height: 20px;
  background: url('../img/no.png') no-repeat;
  background-size: 100%;
}
.yes {
  width: 20px;
  height: 20px;
  background: url('../img/yes.png') no-repeat;
  background-size: 100%;
}
.mf {
  width: 400px;
  height: auto;
  position: absolute;
  z-index: 33;
  top: 100px;
  right: 0;
}
.mf .mfTop1 {
  width: 313px;
  height: 96px;
  background: url('../img/mf1.png') no-repeat;
  background-size: 100%;
  position: absolute;
  top: -5px;
  left: 0;
  animation: mfMove1 3s infinite linear;
  -webkit-animation: mfMove1 3s infinite linear;
  -moz-animation: mfMove1 3s infinite linear;
}
.mf .mfTop2 {
  width: 409px;
  height: 377px;
  background: url("../img/mf2.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0px;
  left: -45px;
  animation: mfMove1 3s infinite linear;
  -webkit-animation: mfMove1 3s infinite linear;
  -moz-animation: mfMove1 3s infinite linear;
}
.mf .mfBody {
  width: 387px;
  height: 377px;
  background: url("../img/mf.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 27px;
  left: -33px;
  animation: mfMove2 20s infinite linear;
  -webkit-animation: mfMove2 20s infinite linear;
  -moz-animation: mfMove2 20s infinite linear;
}
.mf .mfBt {
  width: 600px;
  height: 317px;
  background: url('../img/mfbt.png') no-repeat;
  background-size: 100%;
  position: absolute;
  top: 139px;
  left: -140px;
  animation: mfMove1 3s infinite linear;
  -webkit-animation: mfMove1 3s infinite linear;
  -moz-animation: mfMove1 3s infinite linear;
}
@keyframes mfMove1 {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes mfMove2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes mfMove2 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes mfMove1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
.pro {
  position: absolute;
  bottom: 230px;
  z-index: 88;
  width: 100%;
  height: 102px;
  box-sizing: border-box;
  background-color: rgba(35, 91, 210, 0.8);
}
.pro ul {
  width: 938px;
  margin: 0 auto;
}
.pro ul li {
  position: relative;
  width: 184px;
  float: left;
  height: 102px;
  box-sizing: border-box;
}
.pro ul li a {
  color: #fff;
  display: block;
}
.pro ul li a img {
  margin-right: 10px;
  vertical-align: middle;
  margin-top: 10px;
}
.pro ul li h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 9px;
}
.pro ul li p {
  font-size: 12px;
}
.pro ul li .zzc {
  width: 184px;
  height: 102px;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 14px;
  position: absolute;
  z-index: 99;
  background-color: rgba(35, 91, 210, 0.8);
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.pro ul li .msk {
  width: 184px;
  height: 102px;
  overflow: hidden;
}
.pro ul li .msk img {
  display: block;
  margin: 0;
  width: 100%;
}
.pro ul li:last-child {
  width: 198px;
}
.pro ul li:last-child .zzc {
  width: 198px;
}
.pro ul li:last-child .msk {
  width: 198px;
}
.pro ul li:hover .zzc {
  background-color: rgba(35, 91, 210, 0.2);
}
.pro ul li:hover .msk img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transition: 0.3s transform ease;
  -ms-transition: 0.3s transform ease;
  -o-transition: 0.3s transform ease;
  -webkit-transition: 0.3s transform ease;
  transition: 0.3s transform ease;
}
.pro ul li:hover .rightCon h3 {
  font-size: 19px;
}
.pro ul li:hover .rightCon p {
  font-size: 13px;
}
.service {
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  z-index: 6;
}
.service .jsAndfw {
  width: 440px;
  margin: 0 auto;
}
.service .jsAndfw h1 {
  font-size: 40px;
  padding-left: 35px;
  font-family: myFontExtra;
  font-weight: lighter;
}
.service .jsAndfw ul li {
  font-family: myFontRegular;
  position: relative;
  float: left;
  font-size: 20px;
  color: #fff;
  margin-right: 82px;
  cursor: pointer;
}
.service .jsAndfw ul li b {
  display: block;
  width: 190px;
  height: 24px;
  position: absolute;
  bottom: -42px;
  left: -53px;
}
.service .jsAndfw ul li:last-child {
  margin-right: 0;
}
.line {
  width: 330px;
  height: 2px;
  margin: 11px 0  29px 35px;
  background: url("../img/line.png") no-repeat;
}
.choosed {
  background: url('../img/choosed.png') no-repeat;
}
.service .jsAndfw .getColor {
  color: #1793FC;
}
.navBar:hover {
  border-bottom: 2px solid #3A81F7;
}
/* 瀵艰埅涓嬫媺妗� */

.jrkj {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #02071A;
  z-index: 90;
  padding-top: 90px;
  padding-bottom: 43px;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.jrkjAll,.jjfangan,.sjck,.zcfw{

  opacity:1;
  visibility: hidden;
}

.jrkjCon {
  width: 1125px;
  margin: 0 auto;
}
.jrkjCon ul {
  float: left;
  margin-right:28px;
}
.jrkjCon ul li {
  width: 98px;
  line-height: 30px;
}
.jrkjCon ul li a {
  color: #83858D;
  font-size: 13px;
}

.jrkjCon ul li:first-child{
  width: 68px;
  height: 37px;
}
.jrkjCon ul li:hover a{
  color: #3A81F7 ;
} 
.jrkjCon ul .jrjk_title {
  font-size: 16px;
}
.jrkjCon .tgzsk {
  margin-right: 55px;
}
.jrkjCon .tgzsk li {
  width: 80px;
}
.jrkjCon ul:last-child {
  margin-right: 0;
}

/* 濡備綍璐拱 */
.buyInfo
{
  position: absolute;
  z-index:90;
  width: 100%;
  top: 0;
  background-color: #02071A;
  box-sizing: border-box;
  padding: 105px 0 38px 0;
  height: 460px;
  opacity: 0;
  -webkit-transition: 0.7s all ease;
  -o-transition: 0.7s all ease;
  transition: 0.7s all ease;
  visibility:hidden;
}
.commitInfo .s1{
  font-size: 22px;

}
.commitInfo .s2{
  font-size: 16px;
  color: #838A9E;
  line-height:54px;

}
.someInfo input{
  width: 383px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  box-sizing: border-box;
  padding-left: 47px;
  border: 1px solid rgba(255,255,255,0.1);
  background-color: rgba(255,255,255,0.1);

}
.someInfo input::-webkit-input-placeholder{
  color:#838A9E;
}
.someInfo input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#838A9E;
}
.someInfo input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#838A9E;
}
.someInfo input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
  color:#838A9E;
}
.someInfo{
  width: 383px;
  height: 42px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}
.someInfo img{
  display:block;
  position: absolute;
  top:10px;
  left: 10px;
}

.submit{
  width: 383px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  background-color: #0082FF;
  cursor: pointer;
}

.submit:hover{
  background-color: #044aad;
}

.contactInfo{
  padding-left: 112px;
  margin-left: 112px;
  border-left: 1px solid rgba(255,255,255,0.1);
}
.xs1 h4{
  font-size: 22px;
  margin-bottom: 14px;
  font-weight: normal;
}
.xs1{
  margin-bottom: 22px;
}
.xs1 p{
  font-size: 16px;
  color: #838A9E;
}

.xs2 {
  margin-bottom: 30px;
}
.xs2:last-child{
  margin-bottom: 0;
}
.xs2 .s3{
  font-size: 18px;
}
.xs2 .s3 img{
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.xs2 p{
  font-size: 26px;
}

.buy:hover{
  background-color: #0082FF;
  border: none;
  color: #fff;
}
.buy:hover .buyInfo{
  opacity: 1;
  -webkit-transition: 0.7s all ease;
  -o-transition: 0.7s all ease;
  transition: 0.7s all ease;
  
}


/* 鎶€鏈笌鏈嶅姟鍐呭 */
.serviceCon {
  width: 100%;
  min-height: 446px;
  position: relative;
}
.jrAll {
  width: 1200px;
  margin: 0 auto;
}
.shadow2 {
  position: absolute;
  width: 1192px;
  height: 212px;
  background: url("../img/md-shadow.png") no-repeat center;
}
.jrLayout {
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  padding-top: 27px;
}
.jjLayout {
  position: absolute;
  z-index: 2;
  padding-top: 27px;
}
.jrLink {
  font-family: myFontRegular;
  margin-bottom: 30px;
  width: 50%;
}
.jrLink .jrCon ul li {
  position: relative;
  float: left;
  
  /* border-right: 1px solid #fff; */
 
}
.jrLink .jrCon ul li:after{
  content: '';
  display: inline-block;
  background-color: #fff;
 
  width: 1px;
  padding-top: 11px;
}
.jrLink .jrCon ul li a {
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
}

.jrLink .jrCon ul li:first-child a{
  padding-left: 0;
}
.jrLink .jrCon ul li i {
  position: absolute;
  top: -10px;
  right: 0px;
  display: block;
  width: 31px;
  height: 12px;
  background: url('../img/hot.png') no-repeat center;
}
.jrLink .jrCon ul li:first-child {
  padding-left: 0;
}
.jrLink .jrCon ul li:last-child:after {
  padding:0;
}

.jrLink .jrCon h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 13px;
  font-family: myFontLight;
}
.jrLink:nth-child(2n) {
  margin-right: 0;
}
.jrPic {
  width: 64px;
  height: 64px;
  margin-right: 32px;
}
.first a {
  position: absolute;
  left: 42%;
  font-size: 12px;
  color: #fff;
}
.jrLink2 {
  width: 300px;
  margin-bottom: 30px;
}
.second a {
  font-size: 24px;
  color: #fff;
  font-family: myFontLight;
  line-height: 64px;
  cursor: pointer;
}
.jrLink3 {
  width: 553px;
  margin-right: 87px;
  
}
.jrAll a:hover {
  color: #1793FC;
}
.jrAll .second a:hover {
  color: #1793FC;
}
.jrAll ul li a:hover {
  color: #1793FC;
}
/* 鐥涚偣 */
.bk2 {
  width: 100%;
  margin-top: 100px;
  position: relative;
  height: 740px;
}
.fontCenter {
  width: 440px;
  margin: 0 auto;
  margin-bottom: 71px;
}
.fontCenter h1 {
  font-size: 40px;
  font-weight: normal;
  font-family: myFontExtra;
}
.jjfaCenter {
  width: 340px;
}
.jjfaCenter .line {
  margin-left: 0;
}
.centerShadow {
  position: absolute;
  width: 100%;
  height: 1169px;
  background: url('../img/center-shadow.png') no-repeat center;
  top: -57px;
  z-index: -1;
}
.conCenter {
  width: 1200px;
  margin: 0 auto;
}
.conCenter .rightBk {
  width: 588px;
  padding-top: 15px;
}
.conCenter .rightBk h6 {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  font-family: myFontLight
}
.conCenter .rightBk h6:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 14px;
}
.conCenter .rightBk p {
  font-size: 12px;
  color: #9DA1AF;
  line-height: 20px;
}
.conCenter .rightBk .rtDetail {
  margin-bottom: 24px;
}
.tagAll {
  position: relative;
  height: 232px;
  width: 525px;
}
.tagAll .dialog {
  width: 224px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  font-size: 16px;
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
  background: linear-gradient(left, #0087FF, #0153BD);
  background: -webkit-linear-gradient(left, #0087FF, #0153BD);
  background: -moz-linear-gradient(left, #0087FF, #0153BD);
  background: -o-linear-gradient(left, #0087FF, #0153BD);
  background: -ms-linear-gradient(left, #0087FF, #0153BD);
  FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#0087FF, endColorStr=#0153BD);
}
.tagAll .dialog:after {
  content: "";
  position: absolute;
  display: block;
  right: 46%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.tagAll .dialog1 {
  left: 150px;
  top: 0;
}
.tagAll .dialog1:after {
  border-top-color: #045cc3;
}
.tagAll .dialog2 {
  left: 20px;
  top: 80px;
}
.tagAll .dialog2:after {
  right: 30px;
  border: 8px solid transparent;
  border-top-color: #0451b5;
  border-right-color: #0451b5;
}
.tagAll .dialog3 {
  right: 20px;
  top: 80px;
}
.tagAll .dialog3:after {
  left: 30px;
  border: 8px solid transparent;
  border-top-color: #0473e2;
  border-left-color: #0473e2;
}
.tagAll .dialog4 {
  left: 0px;
  top: 165px;
}
.tagAll .dialog4:after {
  bottom: -8pxpx;
  right: 30px;
  border: 8px solid transparent;
  border-top-color: #0451b5;
  border-right-color: #0451b5;
}
.tagAll .dialog5 {
  right: 0px;
  top: 165px;
  padding: 12px 25px;
  line-height: 18px;
}
.tagAll .dialog5:after {
  bottom: -16px;
  left: 30px;
  border: 8px solid transparent;
  border-top-color: #0373df;
  border-left-color: #0373df;
}
.dialog:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transition: 0.5s transform ease;
  -ms-transition: 0.5s transform ease;
  -o-transition: 0.5s transform ease;
  -webkit-transition: 0.5s transform ease;
  transition: 0.5s transform ease;
  background: linear-gradient(left, #00ddff, #044aad);
  background: -webkit-linear-gradient(left, #00ddff, #044aad);
  background: -moz-linear-gradient(left, #00ddff, #044aad);
  background: -o-linear-gradient(left, #00ddff, #044aad);
  background: -ms-linear-gradient(left, #00ddff, #044aad);
  FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#00ddff, endColorStr=#044aad);
}
.rightBk .changeLarge {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transition: 0.5s transform ease;
  -ms-transition: 0.5s transform ease;
  -o-transition: 0.5s transform ease;
  -webkit-transition: 0.5s transform ease;
  transition: 0.5s transform ease;
}
.leftBk .guide {
 position: relative;
}

.fkTop{
  position: absolute;
  left: 181px;
  z-index: 10;
  animation: float 1.3s ease-in-out 2.7s infinite alternate;
}
.fkBt{
  position: absolute;
  left: 26px;

}
@keyframes float{
  from{transform:translate(0,0)}
  to{transform:translate(0,6px)}
  }





/* 鏉垮潡3 */
.bk3 {
  position: relative;
}
.bk3bg {
  position: absolute;
  z-index: -1;
  top: 68px;
  width: 100%;
}
.zbCon ul li {
  float: left;
}
.zbCon ul li p {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  margin-top: 20px;
  font-family: myFontLight
}
.zbCon ul li .zbPic {
  width: 146px;
  height: 170px;
}
.zbCon ul li .zbPic img {
  width: 100%;
}
.zbCon .zb1 {
  width: 910px;
  margin: 0 auto;
}
.zbCon .zb1 li {
  box-sizing: border-box;
  width: 150px;
  margin-right: 207px;
}
.zbCon .zb1 li:first-child {
  width: 251px;
  margin-right: 147px;
}
.zbCon .zb1 li:first-child .zbPic {
  padding-left: 46px;
}
.zbCon .zb1 li:last-child {
  margin-right: 0;
}
.zbCon .zb2 {
  width: 100%;
  margin: 0 auto;
  margin-top: 81px;
}
.zbCon .zb2 li {
  float: left;
  width: 185px;
  margin-right: 153px;
}
.zbCon .zb2 li .zbPic {
  padding-left: 20px;
}
.zbCon .zb2 li:last-child {
  margin-right: 0;
}
/* 鏉垮潡鍥� */
.bk4 {
  width: 100%;
  padding: 120px 0;
  padding-bottom: 177px;
}
.jjfa ul li {
  float: left;
  width: 24.97%;
  position: relative;
  box-sizing: border-box;
  height: 497px;
}
.jjfa ul li .basic img {
  width: 100%;
  height: 497px;
}
.jjfa ul li .mask {
  width: 100%;
  height: 497px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 70px;
}
.jjfa ul li .mask .maskCon {
  width: 66.45%;
  margin: 0 auto;
  text-align: center;
}
.jjfa ul li:nth-child(2) .mask .maskCon img{
  margin-bottom: 17px;
}
.jjfa ul li:nth-child(3) .mask .maskCon img{
  margin-bottom: 7px;
}
.jjfa ul li:nth-child(4) .mask .maskCon img{
  margin-bottom: 7px;
}
.jjfa ul li .mask .maskCon i {
  display: block;
  width: 63px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 32px 0 17px 0;
  margin-left: 39.5%;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.jjfa ul li .mask .maskCon h4 {
  font-size: 32px;
  font-weight: normal;
  font-family: myFontExtra;
  margin-bottom: 30px;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.jjfa ul li .mask .maskCon p {
  font-size: 14px;
  line-height: 24px;
  font-family: myFontLight;
}
.jjfa ul li .mask .maskCon .example {
  margin-top: 160px;
  opacity: 0;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.jjfa ul li .mask .maskCon .example p {
  font-size: 20px;
  line-height: 34px;
  font-family: myFontExtra;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.jjfa ul li:hover .mask {
  background-color: rgba(0, 0, 0, 0.8);
}
.jjfa ul li:hover .mask .maskCon .example {
  transform: translateY(-120px);
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
  opacity: 1;
}
.jjfa ul li:hover .maskCon i {
  opacity: 0;
}
.jjfa ul li:hover h4 {
  transform: translateY(-15px);
  -webkit-transition: 0.4s transform ease;
  -o-transition: 0.4s transform ease;
  transition: 0.4s transform ease;
}
.jjfa ul li:hover p {
  transform: translateY(-15px);
  -webkit-transition: 0.4s transform ease;
  -o-transition: 0.4s transform ease;
  transition: 0.4s transform ease;
}
.jjfa ul li:hover .mask .maskCon img {
  transform: translateY(-5px);
  -webkit-transition: 0.4s transform ease;
  -o-transition: 0.4s transform ease;
  transition: 0.4s transform ease;
}
/* 鏉垮潡5 */
.ball {
  height: 870px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.dataCenter {
  width: 340px;
  text-align: center;
  margin: 0 auto;
}
.dataCenter .line {
  margin-left: 0;
}
.outerCircle {
  width: 756px;
  height: 735px;
  background: url('../img/wcq.png') no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -378px;
  animation: ballMove 3s infinite linear;
}
.outerBall {
  width: 572px;
  height: 578px;
  background: url('../img/wqq2.png') no-repeat;
  position: absolute;
  left: 50%;
  top: 53px;
  margin-left: -286px;
  margin-top: 0px;
  animation: ballMove2 3s infinite linear;
}
.innerBall {
  width: 369px;
  height: 370px;
  background: url('../img/nqq.png') no-repeat;
  position: absolute;
  left: 50%;
  top: 165px;
  margin-left: -184px;
  margin-top: 0px;
  animation: ballMove3 50s infinite ease-out;
}
.centerHeart {
  width: 184px;
  height: 184px;
  background: url('../img/mingzhu.png') no-repeat;
  position: absolute;
  left: 50%;
  top: 255px;
  margin-left: -92px;
  margin-top: 0px;
  animation: heartMove 1.3s infinite ease-out;
}
.qtdot {
  width: 507px;
  height: 524px;
  background: url('../img/qtdot.png') no-repeat;
  position: absolute;
  left: 48%;
  top: 66px;
  margin-left: -243px;
  margin-top: 0px;
}
.blingbling {
  width: 526px;
  height: 282px;
  background: url('../img/blingbling.png') no-repeat;
  position: absolute;
  left: 50%;
  top: 141px;
  margin-left: -263px;
  margin-top: 0px;
}
.setDot {
  width: 36px;
  height: 36px;
  position: absolute;
  background: url('../img/lightDot.png') no-repeat;
  animation: lightDot 3s infinite ease-in;
  -webkit-animation: lightDot 3s infinite linear;
}
.dot1 {
  top: 120px;
  left: 50%;
}
.dot2 {
  top: 360px;
  left: 30%;
}
.dot3 {
  top: 360px;
  right: 25%;
}
.dot4 {
  top: 300px;
  right: 40%;
}
.dot5 {
  top: 150px;
  left: 60%;
}
.dot6 {
  top: 440px;
  right: 60%;
}
@keyframes ballMove {
  0% {
    transform: rotate(0deg);
    opacity: 0.7;
  }
  25% {
    transform: rotate(1deg);
    opacity: 0.8;
  }
  50% {
    transform: rotate(0deg);
    opacity: 1;
  }
  75% {
    transform: rotate(-1deg);
    opacity: 0.8;
  }
  100% {
    transform: rotate(0deg);
    opacity: 0.5;
  }
}
@keyframes ballMove2 {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-1deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes ballMove3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes heartMove {
  0% {
    transform: scale(1);
    opacity: .3;
  }
  60% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes lightDot {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes lightDot {
  0% {
    -webkit-opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bkDetail {
  font-size: 48px;
  position: absolute;
  width: 450px;
  font-family: myFontExtra;
}
.bkDetail span {
  font-size: 18px;
  
}
.bkDetail b {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  margin-left: 10px;
}
.bkDetail1 {
  top: 120px;
  left: 0;
}
.bkDetail1 b:before {
  content: '';
  display: block;
  width: 158px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 3px;
  margin-left: 2px;
}
.bkDetail1 b:after {
  content: '';
  display: block;
  width: 98px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-left: 158px;
  transform: rotate(55deg) translate3d(0, -50%, 0);
  transform-origin: 1% 50%;
}
.bkDetail2 {
  top: 80px;
  right: 0;
  text-align: right;
}
.bkDetail2 b {
  margin-right: 6px;
}
.bkDetail2 b:before {
  content: '';
  display: block;
  width: 180px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 3px;
  margin-left: -180px;
}
.bkDetail2 b:after {
  content: '';
  display: block;
  width: 98px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-left: -180px;
  transform: rotate(132deg) translate3d(0, 50%, 0);
  transform-origin: 1% 0%;
}
.bkDetail3 {
  position: absolute;
  top: 40% ;
  left: 0;
}
.bkDetail3 b:before {
  content: '';
  display: block;
  width: 128px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 3px;
  margin-left: 2px;
}
.bkDetail4 {
  top: 40%;
  right: 0;
  text-align: right;
}
.bkDetail4 b {
  margin-right: 6px;
}
.bkDetail4 b:before {
  content: '';
  display: block;
  width: 230px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 3px;
  margin-left: -230px;
}
.bkDetail5 {
  position: absolute;
  bottom: 30% ;
  left: 0;
}
.bkDetail5 b:before {
  content: '';
  display: block;
  width: 180px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 3px;
  margin-left: 2px;
}
.bkDetail5 b:after {
  content: '';
  display: block;
  width: 120px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-left: 180px;
  transform: rotate(-55deg) translate3d(0, -50%, 0);
  transform-origin: 1% 50%;
}
.bkDetail6 {
  bottom: 30% ;
  right: 0;
  text-align: right;
}
.bkDetail6 b {
  margin-right: 6px;
}
.bkDetail6 b:before {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 3px;
  margin-left: -100px;
}
.bkDetail6 b:after {
  content: '';
  display: block;
  width: 130px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-left: -100px;
  transform: rotate(-132deg) translate3d(0, 50%, 0);
  transform-origin: 1% 0%;
}
.bkDetail7 {
  bottom: 8% ;
  left: 60%;
  margin-left: -275px;
}
.bkDetail7 b {
  display: block;
  margin-left: 150px;
}
.bkDetail7 b:after {
  content: '';
  display: block;
  width: 170px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: -45px;
  transform: rotate(-90deg) translate3d(0, 50%, 0);
  transform-origin: 1% 0%;
}
/* 鏉垮潡6 */
.bk6 {
  height: 400px;
  position: relative;
}
.platCenter {
  margin-top: 78px;
  text-align: center;
  
}
.bk6_bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.bk6_bg img {
  width: 100%;
  display: block;
}
.platPro ul li {
  width: 200px;
  float: left;
  margin-right: 133px;
  text-align: center;
  font-family: myFontLight;
}

.platPro ul li:nth-child(2) img{
  margin-bottom: -5px;
}
.platPro ul li h6 {
  font-size: 26px;
  font-family: myFontLight;
  font-weight: normal;
  margin: 31px 0 23px 0;
}
.platPro ul li P {
  font-size: 12px;
}
.platPro ul li:last-child {
  margin-right: 0;
}
/* 搴曢儴 */
.footer {
  width: 100%;
  height: 219px;
  box-sizing: border-box;
  background-color: #0D1436;
  font-family: myFontRegular;
}
.footerCenter {
  width: 1200px;
  margin: 0 auto;
}
.footerTop {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0 36px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.gy {
  float: left;
  box-sizing: border-box;
  padding-left: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.gy h4 {
  font-size: 16px;
}
.gy ul li {
  float: left;
  font-size: 13px;
  margin: 17px 24px 0 0;
}
.gy ul li a {
  color: #fff;
}
.gy:first-child {
  padding-left: 0;
  width: 157px;
}
.gy:last-child {
  border-right: none;
}
.copyright {
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}
.copyright span {
  display: inline-block;
  margin: 0 29px;
}
/* footer缁撴潫 */
/* 灏忓睆骞曢€傞厤 寮€濮�*/
@media screen and (max-width: 1440px) {
  .nav {
    padding: 23px 10px;
    box-sizing: border-box;
    min-width: 1263px;
  }
  .nav .navMid {
    margin-left: 40px;
  }
  .nav .navMid ul li {
    margin-right: 30px;
    cursor: pointer;
  }
  .searchBox {
    width: 400px;
  }
  .searchBox input {
    width: 360px;
  }
  .searchInfo {
    width: 360px;
  }
  .jjfa ul li .mask .maskCon {
    width: 72%;
  }
  .jjfa ul li .mask .maskCon .example {
    margin-top: 145px;

  }
  .mf{
    right: 35px;
  }
}
@media screen and (max-width: 1600px) {
  .nav {
    padding: 23px 30px;
    box-sizing: border-box;
  }
  .nav .navMid {
    margin-left: 40px;
  }
  .nav .navMid ul li {
    margin-right: 30px;
    cursor: pointer;
  }
}
</pre></body></html>