@charset "utf-8";
/* 底部 */
*{
font-family: Arial, "Microsoft YaHei", sans-serif;
}
.foter_bottom video {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.foter_bottom_box {

    width: 100%;

    height: auto;

    /* position: absolute; */

    /* top: 0; */
}

.foter_bottom {
    width: 100%;
    height: auto;
    background-color: #0f1541;
    position: relative;
    overflow: hidden;
}

.foter_bottom_wrap {
    width: 83.551%;
    margin: 0 auto;
    padding-bottom: 0.36rem;
}

.foter_bottom_left {
    float: left;
    /* z-index: 99; */
    /* position: relative; */
width:38%;
}

.foter_bottom_left_logo {
    width: 1.7708rem;
    margin-top: .2rem;
    margin-bottom: .2rem;
width：52%;
}



.foter_bottom_left_logo img {
    width: 100%;
}

.foter_bottom_left_wxwb {
    padding-bottom: .15rem;
    position: relative;
    margin-top: .2rem;
    border-bottom: 1px solid #707070;
}

.foter_bottom_left_wxwb img {
     width: 0.2135rem;
    height: 0.171875rem;
    z-index: 99;
    position: relative;
}

.foter_bottom_left_wxwb img:nth-child(2) {
    margin-left: .1042rem;
}

.foter_bottom_wz {
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:1.9rem;
    
}
.foter_bottom_wz p{
    font-size:0.15625rem;
    color:#fff;
    border:1px solid #fff;
    border-radius:0.148rem;
    width:1.41145rem;
    height:0.296875rem;
    text-align:center;
    line-height:0.296875rem;
}

.foter_bottom_wz h3 {
    font-size: .0833rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.4;
    /*margin-bottom: .099rem;*/
}

.foter_bottom_wz img {

    width: 1.0469rem;
}




.foter_bottom_right {
    float: right;
    margin-top: .25rem;
}

.foter_bottom_right ul {
    float: left;
    margin-left: .776rem;
    z-index: 99;
    position: relative;
    background: #0f1541;
}

.foter_bottom_right ul:nth-child(1) {
    margin-left: 0;
}

.foter_bottom_right ul li:nth-child(1) a {
    font-size: .1042rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    display: block;
    margin-bottom: .1146rem;
}

.foter_bottom_right ul li a:hover {

    color: #fff;
}

.foter_bottom_right ul li a {
    font-size: .0833rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e1e1e1;
}

.foter_bottom_right ul li {
    line-height: .224rem;
}

.foter_bottom_456 {
    height: auto;
    border-top: 1px solid #3d4162;
}

.foter_bottom_123 {
    width: 83.551%;
    margin: 0 auto;
    height: -13px;
adding-bottom: .06rem;
}

.foter_bottom_123_left {
    z-index: 99;
    position: relative;
}
.foter_bottom_123_left ul{
  border-bottom: 1px solid #707070;
}
.foter_bottom_123_right {
   
}

.foter_bottom_123_left ul li {
    line-height: .35rem;
    float: left;
}
.foter_bottom_123_left ul li a:hover{
     color: #fff;
}
.foter_bottom_123_left ul li a {
    font-size: .0833rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #9899a3;
}

.foter_bottom_123_right p {
       font-size: .0833rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #9899a3;
    line-height: .15rem;
    border-bottom: 1px solid #707070;
    padding: 0.1rem 0;
}


.foter_bottom_left_wxwb img {
    cursor: pointer;
}


.wx{
    background: url(../images/wx-share.png)no-repeat;
    background-size: 100% 100%;
    width: 0.2135rem;
    height: 0.171875rem;
    display: inline-block;
    margin-left: 0.1rem;
    z-index: 99;
    /* position: relative; */
    cursor: pointer;
}
.wb {
    background: url(../images/wb-share.png)no-repeat;
    background-size: 100% 100%;
    width: 0.2135rem;
    height: 0.171875rem;
    display: inline-block;
    margin-left: 0.1rem;
    z-index: 99;
    /* position: relative; */
    cursor: pointer;
}
.wx_hover,.wb_hover {display: none;position: absolute;width: 0.9375rem;height: 1.2552rem;right: 0%;margin-top: -35%;}



.wx:hover .wx_hover {
    display: block;

}
.wx_hover img{
 width: 100%;
 height: 100%;
}
.wb:hover .wb_hover {
     display: block;
}
.wb_hover img{
   width: 100%;
 height: 100%;
}
/* lizi */
#particles-js {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    /* border-top: 1px solid #3d4162; */
}

#particles-js canvas {
    width: 80%!important;
    height: 2.3rem !important;
    margin-left: 0!important;
    position: inherit;
    top: 0;
    /*left: 15%;*/
    transform: inherit;
}

/* 
.a_licd:before {
    content: "";
    position: absolute;
    left: 0;
    top: 39.4%;
    border-top: 1px solid #445e9f;
    border-left: 1px solid #445e9f;
    width: 0;
    height: 0;
    -webkit-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
}

.a_licd:hover:after {
    width: calc(99.1% + 1px);
    height: calc(21% + 1px);
    visibility: visible;
}

.a_licd:hover:before {
    width: calc(99% + 1px);
    height: calc(21% + 1px);
    visibility: visible;
}

.a_licd:after {
    content: "";
    position: absolute;
    right: 0.8%;
    bottom: 39.4%;
    border-right: 1px solid #445e9f;
    border-bottom: 1px solid #445e9f;
    width: 0;
    height: 0;
    -webkit-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -99;
} */

@media screen and (max-width:1024px) {

.foter_bottom_left{
    width:100%;
}
.foter_bottom_left_logo {
    width:52%;
    display:none;
}
.foter_bottom_wz {
    width:100%;
    
}
.foter_bottom_wz p{
    font-size:0.55rem;;
    border-radius:0.6rem;
    width:5rem;
    height:1.1rem;
    text-align:center;
    line-height:1rem;
}
.foter_bottom_left_wxwb img {
     width:100%;
     height:100%;
}
.wb {
    width:45%;
    background:none;
    height: 4.7rem;
}
.wx{
    width:45%;
    background:none;
    height: 4.7rem;
}
.foter_bottom_right{
    display:none;
}
.wx_hover,.wb_hover{
    position: static;
    height: 4.7rem;
    display:block;
    width:100%;
    margin-top:0;
}
.foter_bottom_123_left ul li a {
    font-size: 14px !important;
    color: #fff;
}
.foter_bottom_123_left ul li{
    line-height: 1rem;
    padding-bottom:.15rem;
}
.foter_bottom_123_right p {
       font-size: 12px !important;
       color: #fff;
       line-height: .6rem;
       padding: 0.3rem 0;
}
.foter_bottom_123_right p a{
    color: #fff !important;
}
.foter_bottom{
    padding-top: 0.6rem;
    padding-bottom:.5rem;
}
.foter_bottom_left_wxwb {
    padding-bottom: .7rem;
    margin-top:.6rem;
   display:flex;
   justify-content:space-between;
}
#pinSwiper>.swiper-wrapper>.zhd-footer {
    height: auto;
    background: #10163E;
}
.footer-top{
  height:auto;
  padding-top:.8rem
}
.footer-top-inner{
  flex-wrap:wrap;
}
.shuz-left{
  width:100%;
}
.shuz-right{
  width:100%;
}
.shuz-left h1 {
    font-size: 0.48rem;
    font-weight: bold;
}

.shuz-left h2 {
    font-size: 0.38rem;
    margin-top: .6rem;
    line-height: .5rem;
    margin-bottom:1rem;
}
.shuz-right ul li {
    width: 100%;
    padding-bottom: .2rem;
    margin-bottom: .3rem;
    border-bottom: 1px solid #707070;
}
.shuz-right ul li h2 {
    font-size: .7rem;
}
.shuz-right ul li h3 {

    color: #959595;
    line-height: .8rem;
}

}