
/*banner*/
.banner {
    width: 100%;
    height: 400px;
    background: url('../images/contact.jpg');
}

.banner_xian {
    width: 100px;
    border: 1px solid #ffffff;
}

.banner_content {
    padding: 100px 0px;
}

.banner_content p {
    color: white;
    font-size: 16px;
    line-height: 100px;
}

.banner_content p:first-child {
    font-size: 40px;
    font-weight: bold;

}

/*联系我们*/
.about_us_title {
    margin: 50px 0px;
    padding-bottom: 20px;
    border-bottom: 1px #cacfd5 solid;
}

.about_us_title_left p {
    font-size: 40px;
}

.about_us_title_right a {
    color: #666666;
}

.about_us_title_right a:hover {
    color: #0C4DA2;
}

.about_us_title_right li {
    padding: 0px 5px;
    font-size: 14px;
}

/*联系我们内容*/
.contact_content p:first-child{
    margin-top: -20px;
}
.contact_content a{
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.contact_title{
    font-size: 25px;
    color: #333;
    margin: 30px 0px;

}
.contact_content img{
    margin-top: 20px ;
}
/*地理位置*/
/*尾部*/
.foot_width{
    margin-top: 30px;
    background-color: #262626;
}
.foot_color{
    color: #fff;
}
.foot_width_1200{
    width: 1200px;
}
.foot_margin{
    margin: 0 auto;
}
li{
    list-style: none;
}

.fl{
    float: left;
}
.foot_width_282{
    width: 282px;
}
.foot_size_26{
    font-size: 26px;
}

.foot_biaoqian li{
    float: left;
}
.foot_size_14{
    font-size: 14px;
}
.d_s{
    display: flex;
}
.a_l{
    align-items: center;
}
.foot_padding_bottom_10{
    padding-bottom: 10px;
}
.foot_padding_left_10{
    padding-left: 10px;
}
.foot_size_18{
    font-size: 18px;
}
.foot_margin_bottom_30{
    margin-bottom: 30px;
}
.foot_color_grey{
    color: #a9a9a9;
}
.foot_width_15{
    width: 15%;
}
.foot_link{
    text-decoration:none;
}
.foot_a:hover{
    color: white;
}
.foot_line_41{
    line-height: 41px;
}
.footer{
    background: black;
}
