/*底部*/
.footer{color: #FFFFFF;font-size: 30px;width: 100%;background-color: rgb(89, 87, 87); }
.url{border-bottom: 1px solid #888686;line-height: 70px;font-size: 14px;}
.url .warp a{color: #FFF0F0;font-size: 14px;}
.url .warp a:hover{color:#329ae2;}
.footer .f1{width: 340px;height: 135px;float: left;line-height: 22px;margin-top: 60px;color: #ccc;text-align: left;font-size: 14px;}
.footer .f2{width: 710px;height: 135px;float: right;line-height: 22px;margin-top: 40px;color: #ccc;text-align: right;font-size: 14px;}
.footer .f2 .f2_c{font-size: 19px;margin-bottom: 10px;line-height: 25px;}
.footer .f2 .f2_c font{font-size: 15px;}
.footer{
    width: 100%;
    background-image:url(./img/footerbg.png);
    background-size:100% 100%;
    background-repeat:no-repeat;
}
.footer-content{
    width: 100%;
    height: 54px;
    line-height: 54px;
    margin-top: -9px;
    border-top: 1px solid #f5f7fa;
    border-bottom: 1px solid #f5f7fa;
}
.footer-top ul {
    padding-left: 55px;
    box-sizing: border-box;
}
.footer-top ul li{
    float: left;
    font-size: 14px;
    color: #ffffff;
}

.footer-top ul li a{
    color: #ffffff;
}
.footer-top ul li a span:last-child{
    width: 0;
    height: 0;
}
.footer-top ul li a:hover{
    color: #d8d0d0;
}
.footer ul li span{
    display: inline-block;
    width:1px;
    height: 14px;
    background: #fff;
    margin: 0 23px -2px;
}
.footer ul li:last-child span{
    width: 0;
    height: 0;
}
.footer-bottom-l{
    float: left; 
    padding-top: 50px;
    padding-left: 84px;
    box-sizing: border-box;
}
.footer-bottom-l p:nth-child(1){
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}
.footer-bottom-l p:nth-child(2){
    line-height: 26px;
    color: #fff;
    font-size: 12px;
}
.footer-bottom-l p:nth-child(3),.footer-bottom-l p:nth-child(4),
.footer-bottom-l p:nth-child(5){
    line-height: 54px;
    color: #fff;
    font-size: 14px;
}
.footer-bottom-l p:nth-child(6){
    margin-top: 10px;
}
.footer-bottom-l p:nth-child(6) img{
    vertical-align: middle;
}
.footer-bottom-r{
    float: left;
    width: 50%;
    height: 357px;
    padding-top: 107px;
    box-sizing: border-box;
}
.footer-search{
    margin: 0 auto 26px;
    background: #ffffff;
    width: 305px;
    height: 37px;
    border-radius: 20px;
    display: flex;
}
.footer-search .inp-left{
    width: 85px;
    height: 100%;
    line-height:37px;
    text-indent: 10px;
    /* float: left; */
    color: #2a5fa6;
    font-size: 14px;
}
.footer-search input{
    color: #1752a0;
    /* float: left; */
    text-indent:8px;
    /* border-radius:0 20px 20px 0; */
    width: 230px;
    height: 100%;
}
input:-ms-placeholder{
    font-weight: bolder;
    font-size: 12px;
    color: #1752a0;
}
input:-moz-placeholder{
    font-weight: bolder;
    font-size: 12px;
    color: #1752a0;
}
input::-webkit-input-placeholder{
    font-weight: bolder;
    font-size: 12px;
    color: #1752a0;
}
.inp-search{
    width: 40px;
    height: 100%;
    background-image: url(./img/searchpng.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position:0 center;
    border-radius:0 20px 20px 0;
}

.footer-bottom-r .zixun a{
    display: block;
    text-align: center;
    font-size: 15px;
    color: #f9f9f9;
    line-height: 43px;
}
.footer-bottom-r .zixun p{
    text-align:center;
    font-size:15px;
    color: #f9f9f9;
}
.copyright{
    text-align: center;
    font-size: 12px;
    color: #f9f9f9;
}
.copyright a{
    font-size: 12px;
    text-align: center;
    color: #f9f9f9;
}
