.container{
width:100%;
min-width: 1100px;
font-family: '微软雅黑';
}
/*头部*/
.container .header{
width:1100px;
height:97px;
margin:0 auto;
padding-top: 25px;
}
.container .header .logoBox{
height:62px;
line-height: 62px;
width:50%;
float: left;
display: flex;
align-items: center;
}
.container .header .logoBox h1{ 
float: left;
}
.container .header .logoBox p{
float: left;
height:100%;
font-size: 24px;
color:#282828;
margin-left: 12px;
}
.container .banner{
/* width:50%; */
height:100%;
float: right
}
.container .banner ul{
width:100%;
}
.container .banner ul li{
float: left;
line-height: 62px;
font-size: 18px;
margin-right: 50px;
}
.container .banner ul li:last-child{
margin-right: 0;
}
/* .container .banner ul li.banner_li{
margin-right: 92px;
}
.container .banner ul li.banner_li01{
margin-right: 94px;
}
.container .banner ul li.banner_li02{
margin-right: 112px;
} */
.container .banner ul li a{
color:#6a6a6a;
}
.container .banner ul li a.addColor{
color:#299ac9;
}
.container .banner ul li a:hover{
color:#299ac9;
}

/*banner*/
.container .bannerImage{
width:100%;
height:auto;
}
.container .bannerImage img{
width:100%;
height:100%;
}

/*内容*/
.content{
width:1100px;
margin:0 auto;
height:1410px;
background: url(../images/bigmedata4.png) no-repeat 178px 120px;
position: relative;
}
.content .jobTop{
width:550px;
position: absolute;
top:108px;
right:0;
}
.content .jobMiddle{
width:550px;
position: absolute;
top:50%;
margin-top:-160px;
left:0;
}
.content .jobMiddle h2 span{
font-size: 18px;
}
.content .jobBottom h2 span{
font-size: 18px;
}
.content .jobBottom img{
margin-top: -20px;
}
.content .jobBottom{
width:550px;
position: absolute;
bottom:60px;
right:0;
}
h2{
font-size: 34px;
color: #282828;
}
.jobTopHead h2{
float: left;
}
.jobTopHead img{
float: left;
margin-left:20px;
margin-top: -26px;
}
.jobTopMain{
color: #747474;
margin-top: 20px;
}
.jobTopMain p{
font-size: 18px;
}
.jobTopMain ul li{
font-size: 17px;
line-height: 25px;
}
.footer{
width:100%;
min-width: 1100px;
height:122px;
margin-top: 136px;
background:#4e4c4c;
}
.footer .footerBox{
width:1100px;
margin:0 auto;
}
.footer .footerBox h1{
width:57px;
height:43px;
margin-top: 34px;
float: left;
margin-left: 16px;
}
.footer .footerBox h1 img{
width:100%;
height:100%;
}
.footer .footerBox div{
float: left;
font-size:12px;
color: #cecece;
line-height: 122px;
margin-left: 72px;
}
.footer .footerBox div span.domainName{
margin-right:12px;
}
.footer .footerBox div span.num{
margin-right:30px;
}
.footer .footerBox div span.num a{
color: #cecece;
}
.footer .footerBox div span.phoneNum{
margin-right:28px;
}
