*{margin: 0px;padding: 0px;}
.inter img{width: 100%;}
.banner{position: relative;}
.banner>img{width: 100%;}
.head{width: 100%;background: #f1fffd;padding: 10px 0px;}
.head img{width: 350px;}
.head div{display: flex;justify-content: space-between;align-items: center;width: 1200px;margin: 0px auto;}
.head ul{display: flex;justify-content: space-between;align-items: center;width: 64%;}
.head ul li{width: 192px;height: 46px;line-height:38px;text-align: center;font-size: 16px;padding-left: 12px;}
.head ul li a{color: #333333;font-weight: 400;display: block;font-weight: bold;}
.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;}
.center{background: #f1fffd url(../images/bg.png) no-repeat bottom center;background-size: 100% auto;padding: 10px;}
.company{width: 1200px;margin: 0px auto 60px;display: flex;justify-content: space-between;align-items: flex-start;}
.com_left{width:321px;background: url(../images/left_bg.png) no-repeat;padding: 153px 57px 37px;overflow: hidden;    min-height: 1860px;}
.com_left>div{padding: 11px;}

.com_left>div p{text-align: left;}
.title{display: block;margin: 30px auto;}
.com_right{width: calc(100% - 450px);}
.com_right p{text-align: left;}
.footer{background: linear-gradient(to right,#30c5c2,#052cd4);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: 206px;height: 43px;line-height: 43px;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/active2.png) no-repeat;background-size: 100% 100%;}
.jobs ul li.active{color: #fff;background: url(../images/active2.png) no-repeat;background-size: 100% 100%;}

.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{padding: 10px 10px;border-top: 0px;}
.bottom td{padding: 10px 20px;text-align: center;color: #666666;font-size: 16px;background: #c6fafc;border-bottom: 10px solid #ffffff;}
.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;}
