@charset "utf-8";
.mobFooter{
    display: none;
}
.footer{
    padding-top: 20px;
    margin-top: 20px;
    position: relative;
    z-index: 70;
}
.link-box {
    background: #458DD9;
    height: 86px;
    border-bottom: 1px solid rgba(106, 165, 230, 1);
}
.footerList{
    position: relative;
    width: 1400px;
    margin: 0 auto;
}
.footerList li{
    float: left;
    width: 32.55%;
    margin-left: 15px;
    text-align: left;
    color: #252525;
    cursor: pointer;
}
.footerList li.footerActive {
    background: #fff;
}
.footerList li .butn {
    height: 44px;
    line-height: 44px;
    background-color: #67A4E6;
    color: rgba(255, 255, 255, 1);
    padding: 0 15px;
    margin-top: 16px;
}
.footerList li span {
    float: right;
}
.footerList li:first-child {
    margin-left: 0;
}
.footerList li:hover{
    color: #29599c;
}
.footerActive{
    color: #29599c!important;
}
.footerCon{
    display: none;
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    max-height: 280px;
    overflow-y: scroll;
    padding: 10px 10px 10px 20px;
    box-shadow: 0 -5px 10px 0 rgba(150, 150, 150, .15);
    background: #fff;
    z-index: 30;
}
.footerNext{
    overflow: hidden;
    width: 100%;
}
.footerNext li{
    width: 20%;
    height: auto;
    line-height: normal;
    margin: 0;
    float: left;
    color: #737373;
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer;
}
.footerNext li:hover{
    color: #c00;
}
.footerNext li a{
    color: #737373;
}
.footerNext li a:hover{
    color: #c00;
}
.footer_2 .container {
    position: relative;
}
.footer_2 {
    background: #458DD9;
    /*text-align: center;*/
    line-height: 185px;
    /*padding: 0 20px;*/
}
.footer_2 p i {
    color: #fff;
    margin: 0 12px;
}
.footer_2 p a {
    color: #fff;
    font-size: 18px;
}
.footer_2 p a:hover{
    color: #fff;
}

#_span_jiucuo {
    margin-top: 10px;
    display: block;
}
.footer-left {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -60px;
   /* border-right: 1px solid rgba(106, 165, 230, 1);*/
    vertical-align: middle;
    padding: 20px 0 50px;
   /* margin-right: 30px;*/
    line-height: normal;
}
.footer-left .fl {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.footer-middle {
    display: inline-block;
    vertical-align: middle;
    height: 185px;
    padding: 25px 0;
    font-size: 16px;
    line-height: normal;
    text-align: left;
}
.link-other .slh {
    width: 108px;
    margin-top: 10px;
    margin-left: 10px;
    background-color: #fff;
}

.link-other {
    margin-bottom: 10px;
    text-align: center;
}
.zbdw {
    text-align: left;
    color: #fff;
    font-size: 16.75px;
    margin: 10px 0;
}
.gy {
    text-align: left;
    color: #fff;
    font-size: 18px;
}
.zbdw p:first-child {
    margin-bottom: 10px;
}
.zbdw p span {
    margin-right: 5px;
}
.footer-middle p {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
}
.footer-middle i {
    display: inline-block;
    margin: 0 20px;
    font-style: normal;
}
.footer-right li {
    margin-bottom: 20px;
}
.footer-right a {
    color: #fff;
}
.quick_robot {
    width: 100px;
    /* height: 158px; */
    position: fixed;
    right: 5px;
    bottom: 6%;
    /* transform: scale(0.6); */
    z-index: 100;
}
.quick_robot .qpk {
    position: absolute;
    top: 65px;
    left: -106px;
    transform: scale(1.2);
}
.quick_robot .dialog{ position: absolute;width: 97px;height: 31px;background: url(../images/public/dialog.png) no-repeat;right: 92%;top: 10px;font-size: 12px;color: #fff;text-align: center;line-height: 23px;display: none;transition: 0.3s;}
.quick_robot:hover .dialog{display: block!important;}
@media screen and (max-width: 1500px) {
    .footerList {width: 1200px;}
    .footerList li {width: 32.5%;}
    .footer-left, .footer-right {width: auto;font-size: 14px;padding: 2%;}
    .footer-middle {width: 64.5%;margin-left: 0;}
    .footer-left {margin-left: 0;}
    /*.link-other #_span_jiucuo img,.link-other .slh  {width: 75px;}
    .link-other #_ideConac img {width: 60px;}
    .footer-middle i {margin: 0 3%;}*/
}
@media screen and (max-width: 1280px) {
    .footerList {width: 970px;}
    .footerList li {width: 32%;}
    .footer-left, .footer-middle, .footer-right {font-size: 14px;padding: 2% 3%;margin-left: 15px;}
    .footer-left {margin-left: 0;}
    .link-other #_span_jiucuo img,.link-other .slh  {width: 75px;}
    .link-other #_ideConac img {width: 60px;}
    .footer-middle i {margin: 0 3%;}
}
@media screen and (max-width: 991px) {
    .footer_2,.link-box {display: none;}
    .mobFooter {display: block;text-align: center; padding: 20px 0; font-size: 1rem;background: #f5f5f5;}
    .m-hide{  display: none }
}