#headerBg{
    margin:0 auto;
    width:100%;
    height:514px;
    background-image: url(../images/bgImg1.jpg);
    background-repeat: no-repeat;
    background-position:center top;
}
#header{
    margin:0 auto;
    width: 1000px;
    height: 94px;
    background-image: url(../images/logoImg.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-family:"Microsoft YaHei";
    font-size: 18px;
}
#header ul{
    float: right;
}
#header ul li{
    float: left;
    width:124px;
    height:94px;
    text-align: right;
}
#header ul li a{
    display: block;
    float: right;
    width:80px;
    height:46px;
    line-height: 46px;
    text-decoration: none;
    text-align: center;
    margin-top:24px;
    background-repeat: no-repeat;
    background-position:center bottom;
}
#header ul li a:link,#header ul li a:visited{
    color:#000;
}
#header ul li a:hover,#header ul li a.navShow{
    color:#0a80e3;
    background-image: url(../images/navImg.png);
}
/*banner start*/
.banner{
    margin:0 auto;
    width:1000px;
    height:420px;
    overflow: hidden;
    position: relative;
}
#full-screen-slider { width:1000px;margin:0 auto; height:420px; position:relative;margin-bottom:10px;}
#slides { display:block; width:1000px; height:420px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#slides li img{height:100%;width:100%;}

/*end*/
/*company*/
#companyTitle{
    clear: both;
    margin:0 auto;
    width:1000px;
    height:25px;
    background-image: url(../images/titleImg1.png);
    background-repeat: no-repeat;
    background-position:center top;
    margin-top:20px;
}
#companyText{
    clear: both;
    margin:0 auto;
    width:1000px;
    height:auto;
    font-family:"Microsoft YaHei";
    font-size: 14px;
    color:#333333;
    line-height:30px;
    margin-top:15px;
}
/*job*/
#jobTitle{
    margin:0 auto;
    width:1000px;
    height:25px;
    background-image: url(../images/titleImg2.png);
    background-repeat: no-repeat;
    background-position:center top;
    margin-top:30px;
}
#jobText{
    margin:0 auto;
    width:1000px;
    height:auto;
    font-family:"Microsoft YaHei";
    margin-top:20px;
    padding-bottom:35px;
}
#jobText div{
    width:998px;
    height:48px;
    line-height:48px;
    border:solid #599118 1px;
    background-color:#599118;
    color:#fff;
    font-size:16px;
}
#jobText div p,#jobText ul li a p{
    float: left;
    text-align:center;
}
#jobText div p.job_p_one,#jobText ul li a p.job_p_one{
    width:218px;
}
#jobText div p.job_p_two,#jobText ul li a p.job_p_two{
    width:170px;
}
#jobText ul{
    width:1000px;
    overflow:hidden;
    font-size:14px;
    height:auto
}
#jobText ul li{
    width:1000px;
    height:51px;
    *margin-top:-4px;
}
#jobText ul li a{
    text-decoration:none;
    display:block;
    overflow:hidden;
}
#jobText ul li a:link,#jobText ul li a visited{
    color:#333;
}
#jobText ul li a:hover{
    cursor: pointer;
    color:#1759c7;
}
#jobText ul li a p{
    height:50px;
    line-height:50px;
    border:solid #599118 1px;
    margin-right: -1px;
    margin-top:-1px;
}
#jobText ul li a p span{
    position: relative;
    display:block;
    max-width: 160px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    -webkit-text-overflow:ellipsis;
    margin:0 auto;
}
#jobText ul li a p span img{
    position: absolute;
    right:0px;
    top:5px;
}

/*contact*/
#contactTitle{
    clear: both;
    margin:0 auto;
    width:1000px;
    height:59px;
    background-image: url(../images/titleImg3.png);
    background-repeat: no-repeat;
    background-position:center top;
}
#contactText{
    width:480px;
    height:auto;
    clear: both;
    margin: 0 auto;
    border-right:solid #599118 1px;
    border-bottom:solid #599118 1px;
    background-image: url(../images/contactImg.jpg);
    background-repeat: no-repeat;
    background-position:left top;
    padding-left:520px;
    font-family:"Microsoft YaHei";
    font-size:14px;
    color:#333;
    line-height:40px;
    padding-bottom:30px;
    margin-bottom:40px;
}
#contactText div h3{
    font-size:20px;
    color:#1759c7;
    font-weight: normal;
    line-height:40px;
}

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