*{margin: 0px;padding: 0px;}
.inter img{width: 100%;}
.banner{position: relative;border-bottom: 5px solid #dcdedd;}
.banner img{width: 100%;}
.head{width: 800px;position: absolute;bottom: 0px;left: 50%;margin-left: -400px;}
.head ul{display: flex;justify-content: space-between;align-items: center;}
.head ul li{width: 170px;height: 69px;line-height:60px;text-align: center;font-size: 16px;}
.head ul li a{color: #333333;font-weight: 400;display: block;}
.head ul li:hover{background: url(../images/active.png) no-repeat;}
.head ul li:hover a{color: #fff;}
.head ul li.active{background: url(../images/active.png) no-repeat;}
.head ul li.active a{color: #fff;}

.company{width: 1200px;margin: 0px auto 60px;display: flex;justify-content: space-between;align-items: flex-start;}
.com_left{width:341px;background: url(../images/leftBg.png) no-repeat;min-height: 1264px;padding: 28px 0px;background-size: 100% 100%;padding-left: 10px;padding-right: 24px;}
.title{display: block;margin: 30px auto;}
.com_right{width: calc(100% - 371px);}
.footer{background: #08643d;height: 80px;line-height: 80px;text-align: center;font-size: 14px;color: #fff;}

.jobs ul{display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.jobs ul li{width: 177px;height: 60px;line-height: 60px;text-align: center;font-size: 20px;color: #08643d;background: url(../images/job_bg.png) no-repeat;margin: 10px 15px;font-weight: bold;cursor: pointer;}
.jobs ul li:hover{color: #fff;background: url(../images/active1.png) no-repeat;}
.jobs ul li.active{color: #fff;background: url(../images/active1.png) no-repeat;}

.joblist{margin-top: 30px;}
.joblist h3{font-size: 20px;font-weight: bold;color: #08643d;display: inline-block;border-bottom: 1px solid #08643d;padding: 10px 0px;}
.joblist table{width: 100%;margin-top: 10px;}
.top{padding: 10px 10px;background: #f5f5f5;border: 1px solid #e6e6e6;margin-top: 10px;}
.top th{font-size: 14px;font-weight: bold;color: #333333;padding: 0px 20px;}
.top th:first-child{text-align: left;}
.bottom{border: 1px solid #e6e6e6;padding: 10px 10px;border-top: 0px;}
.bottom td{padding: 10px 20px;text-align: center;color: #666666;font-size: 14px;}
.bottom td:first-child{text-align: left;color: #08643d;font-weight: bold;}
.bottom td:last-child{text-align: center;}
.bottom td a{color: #08643d;font-weight: bold;}


.footer a{
  color: #fff;
}