h1 {
  margin: 0;
  padding: 0; }

h2 {
  margin: 0;
  padding: 0; }

h3 {
  margin: 0;
  padding: 0; }

h4 {
  margin: 0;
  padding: 0; }

h5 {
  margin: 0;
  padding: 0; }

h6 {
  margin: 0;
  padding: 0; }

html,
body,
div,
p,
span,
i,
aside,
section,
br,
input,
strong,
b,
a,
ul,
ol,
li,
dl,
dt,
dd,
table,
tbody,
tr,
th,
td,
blockquote,
small,
title,
header,
footer,
nav,
button {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  a:hover {
    text-decoration: none; }

ul,
ol {
  list-style: none; }
  ul li,
  ol li {
    list-style-type: none; }

.background {
  background: url(../images/img-background.jpg) transparent center bottom no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto; }
  .background.up {
    background-position: center top; }

img {
  position: absolute; }

.section {
  position: relative;
  top: 0;
  left: 0; }

.job-more {
  position: absolute;
  bottom: .2rem;
  left: 50%;
  margin-left: -.3rem;
  width: .6rem;
  height: .6rem;
  background: url(../images/more-arrow.png) transparent center top no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  animation-name: updown;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-iteration-count: infinite; }

@keyframes updown {
  from {
    transform: translateY(10px); }
  to {
    transform: translateY(0); } }
.home-line {
  top: 3.3rem;
  left: 0;
  width: 6.4rem;
  height: 4.51rem; }

.home-down {
  top: 2.3rem;
  left: 50%;
  margin-left: -2.96rem;
  width: 5.92rem;
  height: 4.35rem; }

.home-up {
  top: 1.26rem;
  left: 50%;
  margin-left: -2.96rem;
  width: 5.92rem;
  height: 4.67rem; }

.home-txt {
  top: 2.25rem;
  left: 50%;
  margin-left: -1.82rem;
  width: 3.64rem;
  height: .25rem; }

.home-txt2 {
  top: 5.4rem;
  left: 50%;
  margin-left: -2.32rem;
  width: 4.64rem;
  height: .45rem; }

.home-arrow {
  top: 5.1rem;
  right: .56rem;
  left: auto;
  width: .3rem;
  height: .32rem; }

.home-title {
  top: 3rem;
  left: 50%;
  margin-left: -2.44rem;
  width: 4.88rem;
  height: 1.57rem; }

.home-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5rem;
  background-color: #fff; }
  .home-bottom img.home-logo {
    bottom: .32rem;
    left: .2rem;
    width: 1.83rem;
    height: .96rem; }
  .home-bottom img.home-name {
    bottom: .6rem;
    left: 2.2rem;
    width: 3.73rem;
    height: .35rem; }
  .home-bottom img.home-prompt {
    bottom: .32rem;
    left: 2.2rem;
    width: 3.93rem;
    height: .17rem; }

.title-1 {
  top: .4rem;
  left: 50%;
  margin-left: -2.15rem;
  width: 4.3rem;
  height: .7rem; }

.content-company {
  position: absolute;
  top: 1.5rem;
  right: .4rem;
  bottom: .4rem;
  left: .4rem;
  font-size: .24rem;
  font-weight: normal;
  line-height: 1.6;
  color: #fff;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  text-align: justify; }
  .content-company > p {
    text-indent: 2em; }
  .content-company > h2 {
    margin-top: .2rem;
    font-size: .26rem;
    font-weight: bold; }

.content-job {
  position: absolute;
  top: 1.5rem;
  right: .4rem;
  bottom: .1rem;
  left: .4rem; }
  .content-job .job-list li {
    padding: 0.25rem 0;
    border-bottom: 0.02rem solid rgba(255, 255, 255, 0.5); }
    .content-job .job-list li.title {
      font-size: .28rem;
      text-align: center;
      border-bottom: 0; }
      .content-job .job-list li.title span,
      .content-job .job-list li.title i {
        display: inline-block; }
      .content-job .job-list li.title span {
        margin: 0 0.2rem;
        font-size: .28rem;
        font-weight: normal;
        color: #fff; }
      .content-job .job-list li.title i.left {
        width: 1rem;
        height: .12rem;
        background: url(../images/project-left.png) transparent left center no-repeat;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        background-size: 100% auto; }
      .content-job .job-list li.title i.right {
        width: .96rem;
        height: .14rem;
        background: url(../images/project-right.png) transparent right center no-repeat;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        background-size: 100% auto; }
    .content-job .job-list li a {
      display: block;
      outline: none;
      color: #fff; }
      .content-job .job-list li a b {
        float: right;
        margin-top: .2rem;
        width: 1.5rem;
        height: .52rem;
        font-size: .26rem;
        font-weight: normal;
        line-height: 2.1;
        color: #e28123;
        text-align: center;
        border: 0.02rem solid #e28123;
        -webkit-border-radius: 0.1rem;
        -moz-border-radius: 0.1rem;
        border-radius: 0.1rem; }
      .content-job .job-list li a span {
        display: block;
        width: 4rem;
        height: .52rem;
        font-size: .26rem;
        font-weight: normal;
        line-height: 2;
        color: #fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .content-job .job-list li a i {
        display: block;
        width: 4rem;
        height: .48rem;
        font-style: normal;
        font-size: .24rem;
        font-weight: normal;
        line-height: 2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }

.content-show {
  position: absolute;
  top: 1.5rem;
  right: .2rem;
  bottom: .2rem;
  left: .3rem; }
  .content-show .picture-list li {
    float: left;
    margin: 0.07rem; }
    .content-show .picture-list li.current img {
      position: static;
      float: left;
      width: 5.56rem;
      height: 1.88rem; }
    .content-show .picture-list li img {
      position: static;
      float: left;
      width: 2.7rem;
      height: 1.89rem; }

.content-contact {
  position: absolute;
  top: 1.5rem;
  right: 0;
  bottom: .1rem;
  left: 0; }
  .content-contact .detail {
    margin-bottom: .2rem; }
    .content-contact .detail img.img {
      position: static;
      display: block;
      margin-bottom: .2rem;
      width: 6.4rem;
      height: 3.34rem; }
    .content-contact .detail p {
      padding: 0 0.2rem;
      font-size: .24rem;
      font-weight: normal;
      line-height: 2;
      color: #fff;
      text-align: left; }

.vote-section {
  margin-top: .2rem;
  font-size: .24rem;
  line-height: 1.6;
  color: #fff;
  text-align: center; }
  .vote-section img {
    position: static; }

.ying_title0 {
  margin-bottom: .1rem;
  font-size: .3rem;
  color: #fff;
  font-weight: bold;
  line-height: 2;
  text-align: center; }

.home_footer {
position:absolute;
top:auto;
right: 0;
bottom: 0;
left: 0;
  margin: 0 0.1rem;
  font-size: .2rem;
  color: #fff;
  line-height: 1;
  text-align: center; }

/*# sourceMappingURL=type.css.map */
