*{margin:0 auto;}
#header{
    width: 1000px;
    height: 112px;
    font-family: "Microsoft YaHei";
    font-size: 20px;
}
#header div{
    float: left;
    width:440px;
    height:112px;
    background-image: url(../images/logo.jpg);
    background-repeat: no-repeat;
    background-position: center left;
}
#header ul{
    float:right;
    list-style-type: none;
}
#header ul li{
    float: left;
    width:122px;
    height:112px;
}
#header ul li a{
    display: block;
    width:122px;
    height:112px;
    line-height: 112px;
    text-align: center;
    text-decoration: none;
}
#header ul li a:link,#header ul li a:visited{
    color: #000;
}
#header ul li a:hover,#header ul li a.navShow{
    color:#fff;
    background-color:#107de2;
}
#banner{
    width:100%;
    height:480px;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position:top center;
}
/*company*/
#companyTitle{
    width:1000px;
    height:78px;
    background-image: url(../images/titleImg1.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    margin-top: 10px;
}
#companyText{
    width:1000px;
    height:auto;
    font-family:"Microsoft YaHei";
    font-size:14px;
    line-height:26px;
}
/*job*/
#jobTitle{
    width:1000px;
    height:78px;
    background-image: url(../images/titleImg2.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    margin-top: 30px;

}
#jobContent{
    width:940px;
    height:auto;
    padding:30px;
    padding-top: 20px;

}
#jobContent h3{
    width:940px;
    height:39px;
    line-height:38px;
    border-bottom: solid 2px #107de2;
    text-align:center;
    font-family:"Microsoft YaHei";
    font-size:16px;
    font-weight: normal;
}
#jobContent h3 span{
    display:block;
    width:256px;
    height:38px;
    line-height:38px;
    border: solid #107de2 1px;
}
#jobContent div{
    width:1053px;
    font-size:14px;
    font-family:"Microsoft YaHei";
    margin-top:10px;
    padding-bottom: 34px;
    clear: both;
    overflow:hidden;
    cursor: pointer;
}
#jobContent div a{
    display:block;
    float:left;
    width:410px;
    height:36px;
    line-height:36px;
    margin-top:25px;
    text-decoration:none;
    margin-right:114px;
}
#jobContent div a:link,#jobContent div a:visited{
    border:solid 1px #dcdcdc;
    color:#333;
}
#jobContent div a:hover{
    border:solid #107de2 1px;
    color:#ef1b1b;
    cursor: pointer;
}

#jobContent div a p{
    float:left;
    margin-left: 30px;
    height:36px;
    background-image: url(../images/triangle.jpg);
    background-repeat:no-repeat;
    background-position:left center;
}
#jobContent div a img{
    float:left;
    margin-top:5px;
    margin-left:5px;
}
#jobContent div a p span{
    *float:left;
    display:block;
    margin-left:20px;
     height:36px;
    line-height:36px;
    max-width: 250px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    -webkit-text-overflow:ellipsis;
}
#jobContent div a>span{
    display:block;
    float:right;
    width:75px;
    height:36px;
    line-height:36px;
    text-align:center;
}

/*imgs*/
#imgsShowTitle{
    width:1000px;
    height:78px;
    background-image: url(../images/titleImg3.jpg);
    background-repeat: no-repeat;
    background-position:center center;
}
#imgsShow{
    width:1000px;
}
#imgsShow img{
    margin-right: 30px;
}

/*contact*/
#contactTitle{
    width:1000px;
    height:78px;
    background-image: url(../images/titleImg4.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    margin-top:50px;
}
#contact{
    width:1000px;
    height:30px;
    line-height:30px;
    text-align:left;
    font-family:"Microsoft YaHei";
    font-size:16px;
    margin-top:20px;
    padding-bottom:125px;
}
#contact img{
    margin-top:15px;
    margin-right:5px;
}
#contact img.Imgsc{
    margin-left:40px;
}

  .footer {height:50px; line-height:50px;background:#d2d2d2; color:#333; text-align:center;font-family:"microsoft Yahei";width:100%;margin:0 auto;font-size:14px;}
  .footer a{color:#333;}
  .footer img{ vertical-align:middle;}