a{
    text-decoration: none;
    color: #333333;
}
/*#pc_bottom{margin-top: 500px}*/
.footer{
    width: 100%;
    height: 220px;
    background:#dd4343;
    overflow:hidden;
}
/*.footer_inner>div{float: left}*/
.footer_inner {
    width: 870px;
    height: 125px;
    margin: 30px auto 0;
    position: relative;
    padding-top: 25px;
}
/*.f_links_con{position: absolute}*/
/*.footer_links_list{position: relative;left: 0}*/
.footer_inner #imgConac{
    position: absolute;
    top: 100px;
    left: 0px;
}
.footer_tip{
    /*float: right;*/
    width: 757px;
    /*margin: 0 auto;*/
    margin-left: 20px;
}
.footer_tip p{
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.footer_tip p a{
    font-size: 16px;
    color: #fff;
}

.footer_tip p span{
    padding-right: 30px;
}
.footer_tip p span:last-child{
    padding-right: 0;
}
.p1>a{
    border-right: 1px solid #fff;
    padding: 0 10px;
    margin-bottom: 16px;
}
.p1>a:last-child{
    border-right: none;
}


.f_links{
    height: 80px;
    background: #eeeeee;
    padding-top: 24px;
    box-sizing: border-box;
}
.f_links>div{
    width: 1200px;
    height: 34px;
    margin: 0 auto;
    position: relative;
}
.f_links_con>span{
    position: absolute;
    left: 0;
    font-size: 24px;
}
.yqle_list{position: absolute;bottom: 40px ;left: -0px;}
.yqle_list>div{background: white;    box-shadow: 0 0 6px #000000;width: 1200px;display: none;padding: 30px 0}
.yqle_list>div:after{display: block;clear: both;content: ""}
.footer_links_box{cursor: pointer;background: white;padding: 10px;text-align: center}
.yqle_list>div a{    font-size: 14px;
    display: block;
    float: left;
    width: 18%;
    margin: 5px 9px;}
/************************/
/*.f_links_con>div{*/
    /*float: right;*/
/*}*/
.footer_links_box{
    width: 254px;
    float: left;
    margin-right: 34px;
}

.f_links_con>div>div:last-child{
    margin-right: 0;
}
.footer_links{
    width: 220px;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    border:1px solid #5493cd;
    background: #fff;
    border-radius: 5px;
}
.footer_links:hover{
    background: #f0f5ff;
}
.footer_links_list{
    /*position: absolute;*/
    z-index: 100;
    width: 220px;
    /*left: -1px;*/
    border-top: none;
    display: none;
    max-height: 250px;overflow: scroll;
    border-radius: 5px;
}
.footer_links:hover .footer_links_list{
    display: block;
}

.footer_links_list a{
    display: block;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    border-top: 1px dashed #5493cd;
    background: #fff;
}
.footer_links_list a:first-child{
    border-top: none;
}
.footer_links_list a:hover{
    background: #f0f5ff;
}
.wzzc{
    margin-left: 1277px;
    margin-top: -100px;
}
.wzzc img{width: 135px;height: 40px}

#_ideConac{
    position: relative;
    top: -90px;
    left: -100px;
}

@media screen and (max-device-width: 768px){
    .f_links {
        display: none
    }

    .footer_tip {
        width: 83%;
        margin: 0 auto
    }

    .footer_tip .p1 > a:nth-child(2) {
        display: none;
    }

    .footer_inner {
        width: 100%;
        height: auto
    }
    .footer_inner>div{
        float: none;
    }
    .footer {
        height: auto
    }
    .footer_tip{
        float: none;
        margin-bottom: 20px;
    }
    .footer_tip p {
        font-size: 12px;
    }

    .footer_tip p:nth-child(3) a{
        display: block;
    }

    .footer_tip p:nth-child(2) span {
        display: block
    }

    .footer_tip p a {
        display: inline-block;
        font-size: 12px
    }

    .footer_tip p span {
        padding: 0
    }


    .wzzc{
        width: auto;
        margin: 0 auto;
        text-align: center;
    }




}