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 {
  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: 76px;
  overflow: hidden;
  background-color: #009bc3;
}

.head_part ul {
  float: right;
}

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

.head_part ul li a {
  float: left;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 3.8;
  cursor: pointer;
}

.head_part ul li a:hover {
  color: #ff4;
  text-decoration: none;
}

.head_part ul li.active a {
  color: #ff4;
}

.head_part ul li.active a:hover {
  color: #ff4;
  text-decoration: none;
}

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

.backdrop {
  background: url(images/contact_img.jpg) transparent center bottom no-repeat;
}

.title_1 {
  padding-bottom: 12px;
  text-align: center;
  background: url(images/title_bg.png) transparent center bottom no-repeat;
}

.title_1 span {
  display: block;
}

.title_1 span {
  font-size: 18px;
  font-weight: bold;
  color: #0099bf;
  line-height: 1.8;
}

.title_1 i {
  display: inline-block;
  padding: 0 20px;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  color: #0099bf;
  line-height: 1.8;
  text-transform: uppercase;
}

.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: #0099bf;
}

.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: #0099bf;
}

.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: #0099bf;
}

.clearfix {
  zoom: 1;
}

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

.content_company {
  padding: 45px 0;
  font-size: 15px;
  line-height: 2;
}

.content_job {
  margin: 35px 0;
}

.content_job .index {
  margin: 11px 0;
  padding: 30px 33px;
  background-color: #edf4f6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

.content_job .index > div {
  margin: 2px 0;
}

.content_job .index > div span {
  display: inline-block;
  width: 200px;
  height: 30px;
  color: #666;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content_job .index > div span.title {
  color: #333;
  font-weight: bold;
}

.content_job .index > div span.title a {
  color: #333;
}

.content_job .index > div span.title a:hover {
  color: #009bc3;
  text-decoration: none;
}

.content_job .index > div span.red {
  color: #e95333;
  font-weight: bold;
}

.box_1 {
  padding: 35px 0;
  background-color: #009bc3;
  color: #fff;
}

.box_1 .title_2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

.content_show {
  margin-bottom: 35px;
}

.content_show .picture_list li {
  float: left;
  margin-right: 14px;
}

.content_show .picture_list li.end {
  margin-right: 0;
}

.content_show .picture_list li img {
  float: left;
}

.content_contact {
  text-align: left;
  font-size: 18px;
  line-height: 2.2;
  color: #fff;
}

.content_contact h2 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.5;
  color: #000;
}

.content_contact i {
  float: left;
  margin-right: 8px;
  width: 25px;
  height: 30px;
}

.content_contact i.ico_person {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(images/small_ico.png);
  background-position-x: 0;
  background-position-y: -30px;
}

.content_contact i.ico_address {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(images/small_ico.png);
  background-position-x: 0;
  background-position-y: -60px;
}

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

.foot a {
  color: #666;
}

.foot a:hover {
  color: #009bc3;
}

.flexslider {
  position: relative;
  height: 314px;
  overflow: hidden;
  background: url(images/loading.gif) 50% no-repeat;
  margin-bottom: 40px;
}

.slides {
  position: relative;
  z-index: 1;
}

.slides li {
  height: 314px;
}

.slides li.first {
  background: url(images/1.jpg) transparent center top no-repeat;
}

.slides li.second {
  background: url(images/2.jpg) transparent center top no-repeat;
}

.slides li.third {
  background: url(images/3.jpg) transparent center top no-repeat;
}

.slides li.forth {
  background: url(images/4.jpg) transparent center top no-repeat;
}

.flex-control-nav {
  width: 0;
  height: 0;
  background-color: rgba(56, 63, 70, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  bottom: 18px;
  z-index: 2;
  left: 50%;
  margin-left: -50px;
  text-align: center;
  padding: 4px 0;
}

.flex-control-nav li {
  display: inline-block;
  margin: 0 5px;
  *display: inline;
  zoom: 1;
}

.flex-control-nav a {
  width: 0;
  height: 0;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: rgba(195, 195, 195, 0.7);
  cursor: pointer;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  transition: all 500ms linear;
}

.flex-control-nav a.flex-active {
  width: 0;
  height: 0;
  background-color: white;
}

.flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 195px;
}

.flex-direction-nav li a {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}

.flex-direction-nav li a.flex-prev {
  left: 10%;
}

.flex-direction-nav li a.flex-next {
  right: 10%;
}
/*# sourceMappingURL=type.css.map */