/* 联系我们 begin */
.contact{
    padding-bottom:170px;
    width:1200px;
    margin:0 auto;
}
.contact ul{
    margin:100px 0 150px;
    padding: 0;
    list-style-type: none;
}
.contact ul>li{
    width:1200px;
    display: table-cell;
    text-align: center;
}
.contact ul>li>h6{
    margin:15px 0;
    font-weight: normal;
    font-size:18px;
    line-height: 28px;
    color:#999;
}
.contact ul>li>p{
    margin:0;
    font-size:24px;
    line-height: 28px;
    color:#666;
}
.contact ul>li>a{
    text-decoration: none;
    display: inline-block;
    width:175px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size:24px;
    color:#fff;
    background-color: #0085d1;
}


.contact .clearfix::after{
    display: block;
    height: 0;
    content:'';
    clear: both;
}
.contact iframe{
    float: left;
}
.contact .txt{
    float: right;
    width:585px;
    color:#666;
}
.contact .txt>h2{
    margin:0;
    font-size:30px;
    color:#0085d1;
}
.contact .txt>.address{
    margin:30px 0;
    font-size:20px;
    line-height: 28px;
    
}
.contact .txt>.codeimg>p{
    display: inline-block;
    width: 200px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin-right:30px;
}
.contact .txt>.codeimg>p>img{
    width:200px;
    height:200px;
}
/* 联系我们 end */
