*{
    margin: 0;
    padding: 0;
}
body{
    width: 100%;
    /*overflow-x: hidden;*/
}
li{
    list-style: none;
}
.left{
    float: left;
}
.right{
    float: right;
}
.both{
    clear: both;
}
/*展示位置*/
.show:after,.Us-position:after{
    content: "";
    display: table;
    clear: both;
}
.containe{
    height: 150px;
    /*border: 1px solid red;*/
}
.show{
    margin-top: 20px;
}
.show li{
    float: left;
    width: 280px;
    height: 90px;
    text-align: center;
    font-size: 18px;
    color: #2b86bf;
}
.show li>img{
    width: 50px;
}
img.all-button:hover{
    border: none;
}
.show li dl dt{
    margin: 15px 0 10px 0;
}
.show li dl dd{
    color: #101010;
    font-size: 14px;
}
/*联系我们*/
.Us{
    width: 100%;
    height: 1030px;
    margin-top: 20px;
    background: #EFEFF1;
}
/*联系我们 地图*/
.Us-map{
    padding-top: 20px;
    text-align: center;
}
.BMap_bubble_content>img:first-child{
    margin-bottom: 7px;
}
.iw_poi_content {
    width:340px;
    font:12px arial,sans-serif;
    overflow:visible;
    padding-top:4px;
    white-space:-moz-pre-wrap;
    word-wrap:break-word
}
/*联系我们 位置*/
/*右侧*/
.Us-left{
    width: 490px;
}
.Us-position{
    height: auto;
}
.Us-position h3{
    padding: 20px 0;
}
.Us-position img{
    height: 20px;
    padding: 0 10px;
}
.Us-position p{
    color: #000;
    font-weight: 600;
}
.Us-position p span{
    color: #3D3D3D;
    font-weight: 400;
}
.Us-position p span.us-number{
    color: #f10b0b;
    font-size: 16px;
    font-weight: 700
}
/*右侧*/
.Us-right{
    width: 500px;
    margin-left: 150px;
    text-align: left;
}
.uname,.uphone,.uchoice{
    width: 100%;
    height: 34px;
    margin-bottom: 10px;
    background: #fff;
}
.uname,.uphone{
    line-height: 30px;
}
.uname input,.uphone input{
    width: 456px;
    height: 34px;
    border: none;
}
.uphone textarea {
    width: 456px;
    height: 80px;
    border: none;
    resize: none;
}
.uchoice{
    background: #fff;
    padding-top: 6px;
}
.uchoice>img{
    height: 16px;
    margin-top: -6px;
}
.uchoice span{
    font-size: 14px;
    padding-left: 5px;
    padding-right: 20px;
    vertical-align: text-bottom;
}
.uchoice input{
    cursor: pointer;
}
.btn-submit{
    width: 500px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
    border: none;
    background: #2b86bf;
}
#footer{
    background: #EFEFF1;
}
/*分辨率1024*/
@media screen and (max-width:1199px){
    .show li{
        width: 220px;
    }
    .Us{
        height: 1200px;
    }
    .Us-right{
        margin-left: 0;
    }
    div.Us-map{
        width: 800px;
    }
    div.Us-position{
        width: 800px;
        margin: 0 auto;
    }
    div.Us-map{
        width: 1000px;
    }
}
@media screen and (max-width:1280px){
    div.Us-map{
        width: 810px;
    }
}