/**foot**/
.f_bg{ background:#f7f7f7; height:450px;padding: 100px 0 0; overflow:hidden;}
.footer{width: 88%; margin:0 auto;overflow: hidden;}
.f_top{display: block;font-size: 22px;color: #333;height: 60px; background:url(../images/f_ico01.gif) no-repeat 0 57px;margin-bottom: 10px;}
.f_logo{width: 300px;height: 426px;margin-right: 150px;}
.f_logo dd{font-size:14px;color:#333;line-height:30px;}
.f_logo dd a{font-size:14px;color:#333;line-height:30px;}

.f_logo img{width: 175px;height: auto;margin-bottom: 45px;}
.f_nav{height: 426px;width: 235px;}
.f_nav ul li{height: 45px;line-height: 45px;}
.f_nav ul li a{font-size: 14px;color: #b8b8b8;}
.f_nav ul li a:hover{color: #fff;}
.f_ban{width: 350px;height: 426px;}
.f_ban p{font-size: 14px;color: #333;padding: 10px 0 0 60px;height: 70px;}
.f_ban p span{display: block;font-size: 22px;font-weight: bold;line-height: 30px;padding: 5px 0 0;}
.f_ban p i{display: block;font-size: 16px;width: 315px;font-weight: bold;padding: 5px 0 0;font-style: normal;}
.f_ban .f_p01{background:url(../images/phone.png) no-repeat 0 20px;}
.f_ban .f_p02{background:url(../images/xin.png) no-repeat 0 20px;}
.f_ban .f_p03{background:url(../images/di.png) no-repeat 0 20px;}
.f_er{width: 310px;height: 426px;}
.f_er .f_top{margin-left: 23px;margin-bottom: 30px;}
.f_er p{width: 110px;padding: 5px;float: left;text-align: center;border: #fff 1px solid;margin-left: 20px;}
.f_er p img{width: 110px;height: 110px;display: block;line-height: 0;}
.f_er p span{display: block;font-size: 14px;color: #333;line-height: 24px;width: 110px;margin: 0 auto;padding: 5px 0;background: #fff;margin-top: 1px;}
.f_bot{height: 120px;line-height: 120px;overflow: hidden;font-size: 16px;color: #b8b8b8;}
.f_bot p{float: right;color: #1c1c1c;}
.f_bot span{padding: 0 20px;}
.f_bot a{color: #b8b8b8;}
.f_bot p a{color: #1c1c1c;}

@media (max-width: 760px) {
 .f_bg {
    background: #f7f7f7;
    height: auto;
    padding: 8vw 0 0;
    overflow: hidden;
} 
.f_logo img {
    width: 175px;
    height: auto;
    margin-bottom: 5vw;
}
.footer {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.f_logo {
    width: 100%;
    height: auto;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 8vw;
}
.f_logo dd {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-align: left;
}
.f_ban {
    width: 100%;
    height: auto;
}
.f_er {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 8vw 0;
}
.f_ban p span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    padding: 5px 0 0;
}
.f_ban p i {
    display: block;
    font-size: 15px;
    width: 100%;
    font-weight: bold;
    padding: 5px 0 0;
    font-style: normal;
}
.f_er p {
    width: 110px;
    padding: 5px;
    float: none;
    text-align: center;
    border: #fff 1px solid;
    margin: 20px auto;
}
.f_er .f_top {
    margin-left: 0px;
    margin-bottom: 0px;
    height: auto;
}
.f_top {
    display: block;
    font-size: 22px;
    color: #333;
    height: 60px;
    background: url(../images/f_ico01.gif) no-repeat 0 57px;
    margin-bottom: 10px;
    text-align: center;
}
}