#header{
    margin:0 auto;
    width: 1000px;
    height: 120px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-family:"Microsoft YaHei";
    font-size: 20px;
}
#header ul{
    float: right;
    padding-right: 5px;
}
#header ul li{
    float: left;
    width:124px;
    height:120px;
    line-height:120px;
    text-align: right;
}
#header ul li a{
    display: block;
    float: right;
    width:80px;
    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:#1d2089;
}
/*banner start*/
.banner{
    margin:0 auto;
    width:100%;
    height:480px;
    overflow: hidden;
    position: relative;
    background:url(../images/bannerImg.jpg) no-repeat center center;
}

/*end*/
/*company*/
#companyTitle{
    clear: both;
    margin:0 auto;
    width:1000px;
    height:41px;
    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:41px;
    background-image: url(../images/titleImg2.png);
    background-repeat: no-repeat;
    background-position:center top;
    margin-top:50px;
}
#jobText{
    margin:0 auto;
    width:1000px;
    height:auto;
    font-family:"Microsoft YaHei";
    margin-top:25px;
    padding-bottom:35px;
}
#jobText div{
    width:998px;
    height:48px;
    line-height:48px;
    border:solid #1b967a 1px;
    background-color:#1b967a;
    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 #1b967a 1px;
    margin-right: -1px;
    margin-top:-1px;
}
#jobText ul li a p.job_p_one span{
    float: left;
    margin-left: 40px;
    display:block;
    max-width: 120px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    -webkit-text-overflow:ellipsis;
    text-align:left;
}
#jobText ul li a p img{
    float: left;
    margin-left:5px;
    margin-top:10px;
}

/*contact*/
#contactTitle{
    clear: both;
    margin:0 auto;
    width:1000px;
    height:41px;
    background-image: url(../images/titleImg3.png);
    background-repeat: no-repeat;
    background-position:center top;
}
#contactText{
    width:635px;
    height:220px;
    clear: both;
    overflow:hidden;
    margin: 0 auto;
    background-color:#e8e8e8;
    padding-left:365px;
    font-family:"Microsoft YaHei";
    font-size:16px;
    color:#333;
    margin-top:25px;
    background-image:url(../images/contactImg.png);
    background-repeat: no-repeat;
    background-position:64px 34px;
    margin-bottom: 100px;
}
#contactText div{
    margin-top:78px;
}
#contactText div p{
    margin-top:20px;
}

/*footer*/
.footer {height:46px; line-height:46px;background:#fff; color:#000; text-align:center;font-family:"microsoft Yahei";width:100%;margin:0 auto;font-size:14px;border-top: 2px solid #1d2088;}
  .footer a{color:#000;}
  .footer img{ vertical-align:middle;}