@charset "utf-8";

.content {
    /*width: 100%;*/
    background: #f8f8f8;
}

.content_box {
    background: #FFF;
    height: 1750px;
    padding-bottom: 100px;
}
.content_box .inner_box {
    width: 1200px;
    margin: 0 auto;
}
.content_box .inner_box h3{
    margin-top: 0;
    padding-top: 50px;
}
.content_box .inner_box table{
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}
.content_box .inner_box table tr{
    height: 60px;
}
.content_box .inner_box table tr th{
    text-align: center;
    background: #f5f5f5;
    color: #525252;
    width: 103px;
}
.content_box .inner_box table tr td{
    /*padding-left: 10px;*/
    color: #747474;
    padding: 20px 0 20px 10px;
}
.content_box .inner_box>div {
    position: relative;
}
.content_box .inner_box>div .table_innerBox{
    width: 180px;
    height: 186px;
    background: #00b9e4;
    position: absolute;
    right: 1px;
    top: 1px;
    border: none;
}
.content_box .inner_box>div .table_innerBox img{
    display: block;
    margin: 50px auto 10px;
}
.content_box .inner_box>div .table_innerBox p{
    margin-bottom: 0;
    text-indent: 0;
    text-align: center;
    color: white;
}
.header_botm_list ul{
    width: 532px;
    height: 70px;
    margin:0 auto;
    
}
