@charset "utf-8";
.sjsibar{
    display: none;
}
.footer{
    border-top: 3px solid #294388;
}
.footer-dl{
    padding: 70px 0;
}
.footer-fl{
    float: left;
}
.footer-fl dl{
    float: left;
    margin-right: 30px;
}
.footer-fl dl:last-child{
    margin-right: 0;
}
.footer-fl dl dt{
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    color: #000;
}
.footer-fl dl dd{
    margin-top: 0;
    line-height: 25px;
    max-width: 180px;
    margin-right: 70px;
    margin-bottom: 5px;
}
.footer-fl dl dd a{
    color: #666;
}
.footer-fl dl dd a:hover{
    color: #888888;
}
.footer-fl dl.two{
    width: 300px;
}
.footer-fl dl.two dd{
    float: left;
    width: 150px;
    margin-right: 0;
}
.footer-fr{
    float: right;
}
.footer-fr .logo{
    margin-bottom: 10px;
}
.footer-fr .logo img{
    height: 100%;
}
.footer-fr .tel p{
    line-height: 28px;
}
.footer-fr .tb{
    display: table;
    width: 100%;
    line-height: 25px;
    margin-top: 10px;
    position: relative;
}
.footer-fr .tb a{
    display: block;
    float: left;
    margin-right: 20px;
}
.footer-fr .tb a i{
    font-size: 22px;
    color: #999;
}
.footer-fr .tb a img{
    position: absolute;
    width: 100px;
    top: 29px;
    left: -6px;
    border: 1px solid #ccc;
    display:none;
}
.footer-fr .tb a:hover img{
    display:block;
}
.footer-fr .tb a i:hover{
    color:#294388;
}


.footer-icp{
    background: #f9f9f9;
    text-align: center;
    line-height: 40px;
    color: #888888;
}
.footer-icp .fla{
    float: left;
}
.footer-icp .fla>a{
    color:#888;
    float: left;
    margin-right: 5px;
}
.footer-icp .fricp{
    float: right;
}
.footer-icp .fricp a{    
    color:#888;
}
.footer-icp .fla .yqlj{
    float: left;
    position: relative;
}
.footer-icp .fla .yqlj .tit{
    cursor: pointer;
}
.footer-icp .fla .yqlj .tit i{
    margin-left: 10px;
}
.footer-icp .fla .yqlj .Links{
    position: absolute;
    bottom: 40px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 0 10px;
    max-width: 150px;
    display: none;
}
.footer-icp .fla .yqlj .Links a{
    display: block;
    text-align: left;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    color: #666;
}
.footer-icp .fla .yqlj .Links a:hover{
    color:#37529a;
}
.footer-icp .fla .yqlj:hover .Links{
    display:block;
}

.linksa{
    padding:1rem 0
}
.linksa a{
    color: #666;
    margin-right: 5px;
}
.linksa a:hover{
    color:#294388;
}



/*悬浮*/
.leftlx {
  float: left;
  width: 45px;
  height: 45px;
}
.sibar li a {
  color: #fff;
  display: block;
  height: 45px;
  width: 300px;
}
.sibar li {    
  background-color: #e00000;
  margin-bottom: 1px;
}
.sibar li:hover {
  background-color:#294388;
}
.sibar li i.wx {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  text-align: center;
  background: url(../images/sibar_ico4.png) no-repeat center;
}
.qq_li .ewm {
  width: 92px;
  height: 92px;
  position: absolute;
  right: 80px;
  top: 46px;
  display: none;
}
.wx_li .ewm {
  width: 92px;
  height: 92px;
  position: absolute;
  right: 65px;
  top: 140px;
  display: none; padding: 3px;
  border: #d9d8d8 1px solid; background: #fff;
}
.ewm img {
  width: 100%;
}
.sibar li i {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  text-align: center;
  line-height: 45px;
}
.sibar li i span{
    font-size: 26px;
}
.sibar {position: fixed;width: 45px;height: auto;top: 60%;right: 0;z-index: 1000;}
.sibar li a > span {color: #fff;font-size: 16px;line-height: 45px;display: none;float: left;font-family: 'Arial';}
.sibar li a:hover > span {display: block;}
.shang {width: 45px!important;}





@media screen and (max-width: 1200px) {
    .footer-dl{
        padding: 5rem 0;
    }
    .footer-fl dl{
        float: unset;
        margin-right: 4%;
        width: 45%;
        margin-bottom: 1rem;
        display: inline-block;
        vertical-align: top;
    }
    .footer-fl dl dt{
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    .footer-fl dl dd{
        line-height: 2.5rem;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: .5rem;
        width: 100%;
    }
    .footer-fl dl.two{
        width: 100%;
        margin-bottom: 1rem;
        margin-right: 0;
    }
    .footer-fl dl.two dd{
        width: 50%;
        margin-right: 0;
    }
    .footer-fr{
        float: left;
        width: 100%;
        margin-top: 2rem;
    }
    .footer-fr .logo{
        margin-bottom: 10px;
    }
    .footer-fr .logo img{
        height: 100%;
    }
    .footer-fr .tel p{
        line-height: 28px;
    }
    .footer-fr .tb{
        display: table;
        width: 100%;
        line-height: 25px;
        margin-top: 10px;
    }
    .footer-fr .tb a{
        display: block;
        float: left;
        margin-right: 20px;
    }
    .footer-fr .tb a i{
        font-size: 22px;
        color: #999;
    }
    .footer-fr .tb a i:hover{
        color:#294388;
    }


    .footer-icp{
        line-height: 2.5rem;
        padding: 1rem;
    }
    .footer-icp .fla{
        width: 100%;
    }
    .footer-icp .fricp{
        width: 100%;
    }


    .sibar{
        display: none;
    }

    .sjsibar{
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 9999;
        line-height: 5rem;
    }
    .sjsibar ul li{
        float: left;
        background: #e00000;
        width: 25%;
        text-align: center;
    }
    .sjsibar ul li i{
        color: #fff;
        font-size: 2.4rem;
    }
}