img {
  border: 0;
}

body, html, div, p, span, label, a, img, b, ul, dl, li, ol, dt, dd, small, strong, br, button, input, table, tr, td, th, caption, title, cite, aside, section {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover, .head_part ul li.active a {
  text-decoration: none;
}

body {
  font-size: 14px;
  font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
  color: #666;
  line-height: 1.8;
  background-color: #fff;
}

.main {
  width: 1000px;
  margin: 0 auto;
}

.head_part {
  height: 135px;
  overflow: hidden;
}

.head_part ul {
  float: right;
}

.head_part ul li {
  float: left;
  margin-left: 48px;
}

.head_part ul li a {
  height: 132px;
  float: left;
  font-size: 18px;
  color: #666;
  line-height: 7;
  text-align: center;
  cursor: pointer;
}

.head_part ul li a:hover, .head_part ul li.active a {
  color: #005db4;
  border-bottom: 3px solid #005db4;
}

.banner_part {
  margin-bottom: 38px;
  height: 490px;
  background: url(images/1.jpg) transparent center top no-repeat;
}

.title_1 {
  text-align: center;
  background: url(images/title_bg.gif) transparent left 25px repeat-x;
}

.title_1 span {
  display: inline-block;
  width: 335px;
  font-size: 20px;
  font-weight: bold;
  color: #005db4;
  line-height: 2.5;
  background-color: #000;
  border: 2px solid #005db4;
}

.company_title {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 235px;
  height: 86px;
  background-image: url(images/title_bg.jpg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: -86px;
}

.company_title:before {
  content: "";
  position: absolute;
  top: 48px;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
  height: 1px;
  background-color: #e6e6e6;
}

.job_title {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 235px;
  height: 86px;
  background-image: url(images/title_bg.jpg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: -172px;
}

.job_title:before {
  content: "";
  position: absolute;
  top: 48px;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
  height: 1px;
  background-color: #e6e6e6;
}

.contact_title {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 235px;
  height: 86px;
  background-image: url(images/title_bg.jpg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: -258px;
}

.contact_title:before {
  content: "";
  position: absolute;
  top: 48px;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
  height: 1px;
  background-color: #e6e6e6;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.content_company {
  padding: 30px 0;
  font-size: 15px;
  line-height: 1.8;
}

.content_job {
  padding: 30px 0;
}

.content_job .project_list {
  border-left: 1px solid #005db4;
}

.content_job .project_list li {
  padding: 7px 5px;
  float: left;
  border-bottom: 1px solid #005db4;
  border-right: 1px solid #005db4;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 2.2;
  background-color: #005db4;
}

.content_job .project_list li.first {
  padding-left: 65px;
  text-align: left;
}

.content_job .first {
  width: 404px;
}

.content_job .second {
  width: 120px;
}

.content_job .third {
  width: 120px;
}

.content_job .forth {
  width: 120px;
}

.content_job .fifth {
  width: 120px;
}

.content_job .job_list li {
  width: 999px;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  float: left;
}

.content_job .job_list li span {
  padding: 5px;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 2.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-right: 1px solid #e6e6e6;
}

.content_job .job_list li span a {
  color: #666;
}

.content_job .job_list li span a:hover, .content_job .job_list .head_part ul li.active span a, .head_part ul .content_job .job_list li.active span a {
  color: #005db4;
}

.content_job .job_list li span.first {
  width: 404px;
  padding-left: 65px;
  text-align: left;
}

.content_job .job_list li span.fifth a {
  color: #005db4;
}

.content_job .job_list li span.fifth a:hover, .content_job .job_list .head_part ul li.active span.fifth a, .head_part ul .content_job .job_list li.active span.fifth a {
  color: #ff4000;
  text-decoration: none;
}

.content_job .job_list li.title {
  padding: 5px 5px 5px 25px;
  width: 968px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.5;
  border: 1px solid #e6e6e6;
  border-top: 0;
  background-color: #f5f5f5;
}

.content_contact {
  padding: 28px 0;
  text-align: center;
  font-size: 15px;
  line-height: 2;
}

.foot {
  padding: 8px 0;
  font-size: 12px;
  text-align: center;
  color: #666;
  background-color: #f5f5f5;
}

.foot a {
  color: #666;
}

.foot a:hover, .foot .head_part ul li.active a, .head_part ul li.active .foot a {
  color: #005db4;
}
/*# sourceMappingURL=type.css.map */