#phone_bottom{display: none;}
a{
    text-decoration: none;
    cursor: pointer;
}
.b_part1{
    width: 1200px;
    height: 124px;
    background: rgba(255,255,255,0.5);
    margin: 20px auto 20px;
	padding-top: 20px;
}
.b_part1_c{
	box-sizing: border-box;
    width: 1160px;
    height: 104px;
    background: #fff;
    margin: 0 auto;
	padding-top: 10px;
}
.b_friendLink{
    width: 1120px;
    height: 80px;
    margin: 0 auto;
    background-image:url("../images/split1.png"),url("../images/split2.png"),url("../images/friendLink.png");
    background-repeat: no-repeat, no-repeat,no-repeat;
    background-position: 0 1px, 0 bottom,29px center;
}

/**/
.footer_links_box{
    width: 180px;
    float: left;
    margin: 24px 100px 0 0;
}
.footer_links_box:nth-child(1){
    margin-left: 200px;
}
.b_friendLink .footer_links_box:last-child{
    margin-right: 0;
}

.footer_links{
    width: 160px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    box-sizing: border-box;
    position: relative;
    background: rgba(247,247,247,0.4);
}
.footer_links_list{
    position: absolute;
    z-index: 100;
    width: 160px;
    left: 0;
    border-top: none;
    display: none;
    background: rgba(247,247,247,0.4);
    height:200px;overflow: scroll;
}
.footer_links:hover{
}
.footer_links:hover .footer_links_list{
    display: block;
    /*background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#fff), to(#98ccf3));!*谷歌*!*/
}

.footer_links_list a{
    display: block;
    line-height: 25px;
    font-size: 16px;
    color: #000;
    text-align: center;
    border-bottom: 1px dashed #ccc;

}
.footer_links_list a:last-child{
    border-bottom: none;
}

.b_part2{
    height: 250px;
    background-color: #285abe;
    background-image:url("../images/map.png");
    background-repeat: no-repeat;
    background-position: center 0;
    padding-top: 24px;
}
.help{
    width: 400px;
    height: 20px;
    margin: 0 auto 30px;
}
.help a{
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
    border-right: 1px solid #fff;
 }
.help a:last-child{
    border-right: none;
}
.b_desc{
    width: 1030px;
    margin: 0 auto;
    overflow: hidden;
}
.b_desc1{
    float: left;
    width: 370px;
    font-size: 14px;
    color: #fff;
}
.b_desc1 p{
    margin: 0 0 6px 0;
    padding: 0;
}
.b_desc1 p a{
     color: #fff;
}

.b_desc2{
    float: left;
    width: 65px;
    height: 79px;
    margin: 33px 0 0 78px;
}
.b_desc2 img{width: 65px;}
.b_desc3{
    float: right;
    width: 360px;
    overflow: hidden;
    margin: 26px 27px 0 0;
}
.b_desc3 a{
    width: 114px;
    height: 46px;
    float: left;
    margin:0 5px 5px 0;
}
.b_desc3 a:nth-child(3n){
    margin-right: 0;
}
@media screen and (max-device-width: 768px){

    .b_part2{width: 1200px}


} 
