/****contact_us_content******/
.contact_us_content{
    width:100%;
}
.contact_us_content .content_top{
    width:100%;
    height:240px;
    padding-top: 54px;
    box-sizing: border-box;
}
.contact_us_content .content_top .content_top_item{
    width:1280px;
    margin:0 auto;
    height:100%;
}
.contact_us_content .content_top .content_top_item p:first-child{
    font-family: pingfangsc-semibold;
    font-size: 48px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 72px;
    font-weight: 600;
    margin-bottom: 24px;
}
.contact_us_content .content_top .content_top_item p:last-child{
    font-family: pingfangsc-regular;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 400;
}
.contact_us_content .content_bottom{
    width:100%;
    height:694px;
    padding:64px 0;
    box-sizing: border-box;
    background: #fff;
}
.contact_us_content .content_bottom .content_bottom_item{
    margin:0 auto;
    width:1280px;
}
.contact_us_content .content_bottom .content_bottom_item .title{
    font-family: pingfangsc-medium;
    font-size: 38px;
    color: rgba(0,0,0,0.85);
    line-height: 46px;
    font-weight: 500;
}
.contact_us_content .content_bottom .content_bottom_item .content{
    height:64px;
    margin:24px 0 32px;
}
.contact_us_content .content_bottom .content_bottom_item .content span{
    display: block;
    height:100%;
    width:632px;
    background: rgba(0,0,0,0.06);
    font-family: pingfangsc-regular;
    float: left;
    font-size: 20px;
    color: rgba(0,0,0,0.85);
    line-height: 64px;
    font-weight: 400;
    padding-left:24px;
    box-sizing: border-box;
}
.contact_us_content .content_bottom .content_bottom_item .content span:last-child{
    margin-left:16px;
}
.contact_us_content .content_bottom .content_bottom_item .map{
    height:400px;
    position:relative;
}
.contact_us_content .content_bottom .content_bottom_item #container{
    height:100%;
}
#tip {
    background-color: #ddf;
    color: #333;
    border: 1px solid silver;
    box-shadow: 3px 4px 3px 0px silver;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 5px;
    overflow: hidden;
    line-height: 20px;
}
#tip input[type="text"] {
    height: 25px;
    border: 0;
    padding-left: 5px;
    width: 280px;
    border-radius: 3px;
    outline: none;
}