body {
    background-color: #f8f8f8;
}
/* h1 {
    font-size: 36px;
    color: #333;
}
h2 {
    font-size: 32px;
    color: #f64011;
} */
.headernav {
    height: 70px;
    background-color: #fff;
}

.usmsg {
    width: 505px;
    height: 133px;
    margin: 0 auto;
    background: url(../images/msg.png) no-repeat 0 0/100%;
    margin-top: 63px;
}

.banner_us {
    width: 1200px;
    height: 416px;
    margin: 0 auto;
    margin-top: 30px;
    background: url(../images/us.jpg) no-repeat 0 0/100%;
    border-radius: 4px;
}


.uscontent {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;

}
.uscontent h1 {
    font-size: 36px;
    color: #333;
}
.uscontent p {
    font-size: 16px;
    color: #666;
    line-height: 2;
    margin-top: 16px;
}
.welfare ul{
    height: 35px;
    margin-top: 30px;
}
.welfare ul li {
    float: left;
    width: 156px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 52px;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    background-color: pink;
}
.welfare ul li:first-child {
    background-color: #fd4839;
}
.welfare ul li:nth-child(2) {
    background-color: #9c46f2;
}
.welfare ul li:nth-child(3) {
    background-color: #51bd10;
}
.welfare ul li:nth-child(4) {
    background-color: #108dee;
}
.welfare ul li:nth-child(5) {
    background-color: #f85b1d;
}
.welfare ul li:last-child {
    float: right;
    margin-right: 0;
    background-color: #04bf8a;
}

.culture {
    float: left;
    width: 1200px;
    margin: 0 auto;
    margin-top: 25px;
}
.culture ul {
    height: 361px;
}
.culture ul li {
    float: left;
    margin-right: 73px;
}
.culture ul li:last-child {
    float: right;
    margin-right: 0;
}
.culture ul li img {
    width: 245px;
    height: 213px;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.culture ul li h2 {
    font-size: 24px;
    color: #000;
    padding-top: 16px;
    margin: 0 15px;    
}
.culture ul li p {
    font-size: 16px;
    color: #555;
    margin: 10px 15px 0 15px;
    line-height: 1.5;
}
.line {
    width: 245px;
    height: 148px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: #cecece 1px solid;
    border-bottom: #cecece 1px solid;
    border-right: #cecece 1px solid;
    box-sizing: border-box;
}



.joblist {
    margin: 0 auto;
    width: 1200px;
    /* height: 200px; */
    margin-top: 30px;
    border:#cecece 1px solid;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
}
.joblist .jobmain {
    width: 1004px;
    margin-top: 29px;
    margin-left: 33px;
    margin-bottom: 24px;
    float: left;
}
.joblist .more {
    width: 154px;
    height: 171px;
    background: url(../images/more.png) no-repeat center/55px 55px #f8f8f8;
    border-left:#cecece 1px solid;
    float: right;
    cursor: pointer;
}
.joblist .close {
    font-family: "Marlett";
    width: 154px;
    height: 171px;
    border-top-right-radius: 10px;
    background: url(../images/close.png) no-repeat center/40px 40px #f64011;
    float: right;
    cursor: pointer;
}


.job h2 {
    display: inline;
    font-size: 32px;
    color: #f64011;
}
.job .start {
    font-size: 14px;
    color: #999;
    margin-left: 102px;
}
.job .end {
    font-size: 14px;
    color: #999;
    margin-left: 60px;
}

.job ul {
    margin-top: 18px;
    overflow: hidden;
}
.job ul li {
    float: left;
    width: 300px;
    font-size: 20px;
    color: #333;
    line-height: 1.7;
}

.summary {
    float: left;
    width: 1200px;
    margin: 0 auto;
    padding: 8px 42px 0 51px;
   
    background-color: #fff;
    border-top: #cecece 1px solid;
    box-sizing: border-box;    
}
.summary h3 {
    font-size: 20px;
    color: #333;
    margin-left: -19px;
    margin-top: 18px;
}
.summary ul {
    margin-top: 8px;
}
.summary ul li {
    font-size: 16px;
    color: #333;
    list-style-type: decimal;
    line-height: 2;
    
}
.summary button {
    
    background-color: #f64011;
    font-size: 16px;
    text-align: center;
    color: #fff;    
    border-radius: 50px;
    padding: 12px 40px;
    cursor: pointer;
    margin-left: -18px;
    margin-top: 29px;
    margin-bottom: 35px;
}

.erjifooter {
    height: 368px;
}