*{
    margin: 0;padding: 0;
}
a{
    text-decoration: none;
}
img{
    border:none;
}
li{
    list-style: none;
}

.header{
    width: 1000px;
    height: 80px;
    margin:0 auto;
    overflow: hidden;
}

.header > img {
    width: 500px;
    height: 80px;
    float: left;
    margin-right:164px;
}
.header > a {
    float: left;
    margin-left:40px;
    color:#333333;
    font-size: 18px;
    margin-top:35px;
}
.header > a.active{color:#e61702;text-decoration: none;}

.banner{
    width: 100%;
    height: 450px;
	background:url(../images/banner.png) center top no-repeat;
}
.banner > img {
    width: 100%;
    height: 450px;
}


.wrap_body{
    width: 1000px;
    margin:0 auto;
    padding-bottom:50px;
}
.public_title{
    padding:40px 0 30px 0;
}
.public_title  > div{
    width: 160px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #666666;
    color:#333333;
    font-size: 24px;
    text-align: center;
    margin:0 auto;
}

.company{
    width: 1000px;
    overflow: hidden;
}
.company_left{
    width: 690px;
    float: left;
	line-height: 1.5;
}
.company_left > p{
    color:#555555;
    font-size: 14px;
    line-height: 2;
}
.company_right{
    margin-left:10px;
    float: left;
    width: 280px;
    height: 200px;
    position: relative;
    border:2px solid #dfdfdf;
}
.company_right > img{
    width: 280px;
    height: 200px;
    position: absolute;
    top:-5px;
    left:-5px;
}

.job_title {
    overflow: hidden;
    border-bottom:1px solid #dfdfdf;
}
.job_title > div{
    height: 60px;
    line-height: 60px;
    color:#333333;
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.w1{
    width: 300px;
}
.w1 a{color:#333;}
.w1 a:hover{color:#e61702;text-decoration:none;}
.w2{
    width: 200px;
}
.w3{
    width: 230px;
}
.w4{
    width: 70px;
}
.job_list{
    overflow: hidden;
    border-bottom:1px solid #dfdfdf;
}
.job_list > div{
    height: 60px;
    line-height: 60px;
    float: left;
}
.job_list > .w1{
    color:#333333;
    font-size: 14px;
    font-weight: bold;
}
.job_list > .w2,.job_list > .w3,.job_list > .w4{
    color:#666666;
    font-size: 14px;
}
.job_list > .w4 > a{
    color: #e61702;
}

.public_jobTit{
    width: 100px;
    height: 25px;
    line-height: 25px;
    background-color: #e61702;
    color:#fff; 
    text-align: center;
    margin-top:20px;
}
.my_body{
    overflow: hidden;
}
.my_body_left{
    float: left;
    width: 500px;
    height: 270px;
}
.my_body_left>img{
    width: 500px;
    height: 270px;
}
.my_body_right{
    float: left;
    margin-left:20px;
}
.my_body_right > h2{
    color:#333333;
    font-size: 18px;
}
.my_body_right li{
    margin:20px 0;
    overflow: hidden;
    color:#333333;
    font-weight: bold;
    font-size: 14px;
}
.my_body_right li > span{
    width: 60px;
    font-weight: 500;
    float: left;
    color:#666666;
    font-size: 14px;
}
.my_body_right li > img{
    width: 22px;
    height: 20px;
    float: left;
    margin-right:5px;
}
.bottom{
    height: 50px;
    background-color: #f5f5f5;
    color: #666666;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
}
.bottom a{color:#666;}
.bottom a:hover{color£º#e61702;text-decoration:none;}