@charset "utf-8";

.content {
    /*width: 100%;*/
    background: #f8f8f8;
}

.content_box {
    background: #FFF;
    height: 790px;
    padding-bottom: 100px;
}

.content_box .inner_box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.content_box .inner_box p {
    text-indent: 0em;
    color: #545454;
    margin-top: 30px;
}

.content_box .inner_box textarea {
    width: 100%;
    height: 290px;
}

.content_box .inner_box input:nth-child(5) {
    width: 348px;
    height: 44px;

}

.content_box .inner_box input:nth-child(6) {
    width: 130px;
    height: 45px;
    background: #00b9e4;
    color: #fff;
    border: none;
    position: absolute;
    left: 0;
    bottom: -100px;
}
.header_botm_list ul{
    width: 532px;
    height: 70px;
    margin:0 auto;
    
}
