@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400;
}

ol, ul {
    list-style: none outside none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

body {
    /*background: linear-gradient(to top right, #CDDC39 0%, #8BC34A 25%, #FFEB3B 100%);*/
    background-color: #be0405;
    background-image:url("../img/footer-bg.png");
    background-position: center bottom;
    background-size: 1920px auto;
    background-repeat: no-repeat;
    /*background: linear-gradient(to top right, #CDDC39 0%, #8BC34A 25%, #FFEB3B 100%) url("../img/footer-bg.png") center bottom / 1920px auto no-repeat;*/
    color: #333333;
    font-family: 微软雅黑;
    font-size: 12px;
    text-align: left;
    word-break: normal;
    word-wrap: break-word;
    padding-bottom: 580px;
}

a:link, a:visited {
    color: #906600;
    outline: medium none;
    text-decoration: underline;
}

a:hover {
    color: #be3a00;
    outline: medium none;
    text-decoration: underline;
}

/*.banner-box {*/
/*    background:#ab0105 url("../img/head-bg1.png") center top / 100% auto no-repeat;*/
/*    height: 337px;*/
/*}*/
.banner-box img{
    display: block;
}
.content-box{
    background: linear-gradient(to bottom, #ad0105 10%, #be0405 25%, transparent 100%);
    /*background: linear-gradient(to bottom, green 10%, red 25%, transparent 100%);*/
}
.main-box {
    width: 1200px;
    margin: -3% auto 0;
    position: relative;
    z-index: 1;
}

.time-address-box {
    font-size: 28px;
    font-weight: bold;
    color: #F9E9A1;
    font-family: Source Han Sans CN;
}

.time-address-box .address,
.time-address-box .time {
    float: left;
    font-size: 32px;
}

.time-address-box .address {
    padding-left: 120px;
}

.time-address-box .time {
    margin-left: 67px;
}

.tips-box{
    margin-top: 55px;
    background: #fff;
    border-radius: 8px;
    padding: 32px 40px;
    box-sizing: border-box;
    font-size: 16px;
    color: #A20B0E;
    line-height: 30px;
    text-indent: 30px;
}

.two-box{
    margin-top: 70px;
    padding-left: 80px;
    font-size: 28px;
    font-weight: bold;
    color: #F9E9A1;
}

.company-box{
    padding-top: 30px;
    font-size: 26px;
    color: #F9E9A1;
    line-height: 48px;
}

.company-box .company-list{
    font-size: 16px;
    color: #F9E9A1;
    line-height: 30px;
}
.company-box .company-list span{
    display: inline-block;
    margin-right: 50px;
}
.tel-box{
    padding-top: 45px;
    padding-left: 98px;
    font-size: 28px;
    color: #F9E9A1;
    font-weight: bold;
    line-height: 48px;
}
.img-box .item{
    padding-top: 35px;
    float: left;
    margin-left: 42px;
}

.img-box .item:first-child{
    margin-left: 0;
}
.img-box .item img{
    width: 579px;
}
.company-list-box .company-title{
    padding-top: 75px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.company-list-box .company-list-item{
    margin-top: 20px;
    border-radius: 8px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}
.company-list-box .company-list-item .left-item{
    width: 560px;
    float: left;
}
.company-list-box .company-list-item .right-item{
    width: 560px;
    float: right;
}
.company-list-box .item{
    background: #FEEEEE;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 15px;
}
.company-list-box .item a{
    text-decoration: none;
}
.company-list-box .item:last-child{
    margin-bottom: 0;
}
.company-list-box .item .name{
    font-size: 16px;
    font-weight: bold;
    color: #444655;
}
.company-list-box .item .number{
    margin-left: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #BC1417;
}
.company-list-box .job-list span{
    display: inline-block;
    font-size: 14px;
    color: #61687B;
    line-height: 30px;

}
.company-list-box .job-list{
    padding-top: 10px;
}
.company-list-box .job-list span:nth-child(2n){
    margin-left: 30px;
}
