@charset "utf-8";
*{
    padding: 0;
    margin: 0;
}
::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    /* background-color: #ddd; */
}
::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #bdbdbd;
    border-radius: 10px;
}
html,.sxgps{
    width: 100%;
    min-width: 1200px;
    height: 100%;
    background:#f7faff;
    font-family: 'Droid Sans Fallback','PingFang SC','Microsoft YaHei','Hiragino Sans GB','Heiti SC','WenQuanYi Micro Hei',sans-serif;
}
ul,li{
    list-style: none;
}
header{}
.sxgps-pravite{
    height: 760px;
    min-width: 1200px;
    background-size: cover!important;
}
.sxgps a{
    text-decoration: none;
    color: #444;
}
.sxgps a:hover{
    text-decoration: underline;
    color: #3087FF;
}
footer{
    background: #0E0922;
    padding: 50px 0 20px;
}
.sxgps-superlink{
    font-size: 14px;
    display: flex;
}
.sxgps-superlink>div{
    color: #fff; 
    margin-right: 40px;
}
.sxgps-superlink .link-title{
    font-size: 16px;
    margin-bottom: 20px;
    color:rgba(255,255,255,1);
}
.sxgps-superlink .link-item ul li{
    margin-bottom: 20px;
    font-size: 14px;
    color:rgba(255,255,255,1);
    opacity:0.6;
}
.sxgps-superlink .link-item .link-item-title{
    opacity:1;
}
.sxgps-superlink a{
    text-decoration: none;
    color:rgba(255,255,255,1);
    opacity:1;
}
.sxgps-superlink a:hover{
    text-decoration: underline;
    color: #fff!important;
}
.sxgps-cutline{
    height: 1px;
    background:rgba(248,247,247,1);
    opacity:0.64;
    margin-top: 28px;
}
.sxgps-copyright{
    text-align: center;
    font-size: 14px;
    padding: 40px;
    color: #fff;
    opacity:0.6;
}


.sxgps-container{
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
}

.sxgps-header-top{
    height: 50px;
    padding-top: 26px;
    user-select: none;
}
.sxgps-header-top:after{
    content: '';
    clear: both;
}
.sxgps-logo{
    float: left;
    width: 160px;
    height: 50px;
}
.sxgps-logo img{
    width: 160px;
}
.sxgps-logo a{
    display: block;
    width: 100%;
    height: 100%;
}
.sxgps-nav{
    float: right;
    
}
.sxgps-nav ul li{
    display: inline-block;
    text-align: center;
    margin-left: 22px;
    padding: 6px 0;
    opacity: 0.8;
    font-size: 14px;
    position: relative;
    /* transition: all .5s; */
}
.sxgps-nav ul li::after{
    content: "";
    display: block;
    position: absolute;
    width:0;
    left: 0;
    height: 2px;
    background: #fff;
    bottom: 0;
    transition: all .5s;
}
.sxgps-nav ul li.focus{
    opacity:1; 
}
.sxgps-nav ul li.focus::after{
    width: 100%;
}
.sxgps-nav ul li:hover{
    opacity:1; 
}
.sxgps-nav ul li:hover::after{
    width: 100%;
}
.sxgps-nav ul li:hover .nav-slide{
    opacity: 1;
}
.sxgps-nav ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.sxgps-nav ul li a:hover{
    text-decoration: none;
    color: #fff!important;
}
.sxgps-nav ul li .nav-slide{
    position: absolute;
    width: 550px;
    background: #fff;
    left: 0;
    top: 33px;
    padding: 10px 0;
    border-radius: 4px;
    opacity: 0;
    transition: all .5s;
    box-shadow: 0 0 10px #fff;

    display: none;
}
.sxgps-nav ul li .nav-slide::before{
    display: block;
    position: absolute;
    left: 1px;
    top: -26px;
    content: '';
    border: 20px solid #ffffff;
    border-color: transparent transparent #fff;

    display: none;
}
.sxgps-nav ul li .nav-slide p{
    display: inline-block;
    padding: 10px;

    display: none;
}
.sxgps-nav ul li .nav-slide a{
    color: #444;
    font-size: 16px;
    line-height: 24px;

    display: none;
}
.sxgps-nav ul li .nav-slide a:hover{
    color: #333!important;
    text-decoration: underline;

    display: none;
}
.scrollTop{
    width: 60px;
    height: 60px;
    position: fixed;
    border-radius: 100%;
    bottom: 140px;
    right: 60px;
    display: none;
    border: 2px solid #adadad;
    background: url("../images/totop.png");
    background-size: cover;
    background-position: center;
}
.scrollTop:hover{
    background: url("../images/totop-1.png") #47d1f3;
    border-color: #47d1f3;
}
.scrollTop a{
    display: block;
    width: 100%;
    height: 100%;
}
.link-qrcode{
    margin-right: 0px!important;
    text-align: center;
    width: 300px;
    user-select: none;
}
.link-qrcode .hover-target{
    display: inline-block;
    height: 50px;
    width: 30%;
    text-align: center;
    position: relative;
}
.link-qrcode .hover-target p{
    padding-top: 16px;
}
.hover-target>img{
    width:50px;
    height:50px
}
.link-qrcode .hover-target:hover .hover-tip{
    display: block;
}
.link-qrcode  .hover-tip{
    display: none;
    position: absolute;
    bottom: 56px;
    left: -6px;
}
.link-qrcode  .hover-tip em{
    position: absolute;
    border: 10px solid;
    border-color: #fff transparent transparent;
    bottom: -12px;
    left: 39px;
}
.link-qrcode .hover-tip img{
    width: 100px;
    height: 100px;
}
.sxgps-newscontainer{
    position: relative;
}
.spinner-box{
    display: none;
}
.spinner {
    position: absolute
  }
  .spinner {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    top: 80px;
  }
  .spinner .three-bounce {
    position: relative;
    text-align: center;
    top: 50%;
    bottom: 50%;
    margin-top: -9px
  }
  .spinner .three-bounce > div {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    top: 50%;
    margin-top: -9px;
    background: #007aff;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
  }
  .spinner .three-bounce .one {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
  }
  .spinner .three-bounce .two {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
  }
  @keyframes bouncedelay {
    0%,
    100%,
    80% {
      transform: scale(0);
      -webkit-transform: scale(0)
    }
    40% {
      transform: scale(1);
      -webkit-transform: scale(1)
    }
  }