body,
div,
h1,
h2,
h3,
ul,
li,
dl,
dt,
dd,
p {
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-style: inherit;
  color: inherit;
}
ul,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
html,
body {
  background-color: #171717;
  font-size: 14px;
  font-style: normal;
  color: white;
}
.clear {
  clear: both;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.header {
  height: 60px;
  background-color: black;
}
.header .wrapper {
  height: 60px;
}
.header .logo {
  float: left;
  width: 154px;
  height: 40px;
  margin: 10px 92px 10px 0;
  background: url(./images/logo.png) no-repeat 0 0;
  text-decoration: none;
}
.header .menus {
  float: left;
  height: 28px;
  padding: 16px 0;
}
.header .menus li {
  float: left;
  height: 28px;
  margin-right: 67px;
  line-height: 28px;
  font-size: 20px;
  font-weight: 800;
}
.header .menus a {
  color: white;
}
.header .menus a:hover {
  color: #51c1f2;
}
.header .toggle {
  display: none;
}

.banners {
  text-align: center;
}
.banners img {
  display: block;
  width: 100%;
  height: auto;
}

.box .title {
  height: 33px;
  padding: 15px;
  margin-bottom: 60px;
  border-bottom: 3px dashed #2a2a2a;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  color: #fff;
}
.box .content {
  overflow: hidden;
  margin-bottom: 100px;
}
.box .content .show {
  float: left;
  width: 650px;
  height: 370px;
  padding: 114px 24px 24px 26px;
  margin-right: 85px;
  background: url(./images/slider-bg.png) no-repeat 0 0;
}
.box .list .content:nth-child(odd) .show {
  float: right;
  margin-left: 85px;
  margin-right: 0;
}
.box .content .show .slider {
  width: 650px;
  height: 370px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #d8d8d8;
}
.box .content .summary {
  float: left;
  width: 415px;
  margin-top: 114px;
}
.box.about .content .summary {
  margin-top: 0;
}
.box .content .summary dt {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 800;
  color: white;
}
.box .content .summary dd {
  line-height: 2;
}
.box .content .summary dd p {
  margin-bottom: 1em;
}

.partner .list {
  overflow: hidden;
  margin-right: -10px;
}
.partner .list li {
  float: left;
  width: 232px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.partner .list li img {
  float: left;
  width: 100%;
  height: auto;
}

.footer {
  padding: 64px 0 20px;
  background-color: #222;
}

.footer .contact {
  float: left;
}
.footer .contact dl {
  float: left;
  margin-right: 80px;
  padding-left: 42px;
  line-height: 1.5;
  background: url(./images/icon-email.png) no-repeat 0 0;
}
.footer .contact dl.business {
  background: url(./images/icon-comment.png) no-repeat 0 0;
}
.footer .contact dt {
  color: #51c1f2;
}
.footer .policy {
  float: left;
  padding-left: 42px;
  background: url(./images/icon-info.png) no-repeat 0 0;
}
.footer .policy li {
  margin-bottom: 30px;
}
.footer .policy li a {
  color: #51c1f2;
  text-decoration: none;
}
.footer .sns {
  float: right;
  width: 80px;
  text-align: center;
}
.footer .sns .title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
}
.footer .sns .items {
  margin-right: -28px;
}
.footer .sns .items li {
  position: relative;
  float: left;
  width: 26px;
  height: 26px;
  margin-right: 28px;
  cursor: pointer;
}
.footer .sns .items li i {
  display: block;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.footer .sns .items li.weixin i {
  background: url(./images/icon-weixin.png) no-repeat 0 0;
}
.footer .sns .items li.douyin i {
  background: url(./images/icon-douyin.png) no-repeat 0 0;
}
.footer .sns .items li.shipinhao i {
  background: url(./images/icon-shipinhao.png) no-repeat 0 0;
}
.footer .sns .items li img {
  display: none;
  position: absolute;
  bottom: 26px;
  right: 0;
  width: 120px;
  height: 120px;
}
.footer .sns .items li:hover img {
  display: block;
}
.footer .copyright {
  clear: both;
  padding-top: 20px;
  text-align: center;
  color: #bbb;
}

.article {
  min-height: calc(100vh - 286px);
  padding: 50px 0;
  box-sizing: border-box;
}
.article h2 {
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 40px;
}
.article .date {
  margin-bottom: 30px;
  color: #51c1f2;
  font-size: 20px;
}
.article .content {
  font-size: 16px;
  line-height: 1.8;
}
/* 加入我们 */
.culture .title {
  margin-bottom: 20px;
}
.culture .content {
  margin-bottom: 20px;
}
.culture .content ul {
  height: 250px;
  margin-right: -15px;
}
.culture .content li {
  float: left;
  width: 390px;
  height: 250px;
  margin-right: 15px;
}
/* 福利 */
.welfare .title {
  margin-bottom: 20px;
}
.welfare .content {
  margin-bottom: 20px;
}
.welfare .content ul {
  height: 200px;
  margin-right: -20px;
}
.welfare .content li {
  float: left;
  width: 285px;
  height: 200px;
  margin-right: 20px;
}
/* 职位列表 */
.jobs .title {
  margin-bottom: 20px;
}
.jobs .content {
  margin-bottom: 20px;
}
.jobs .content dl {
  margin-bottom: 10px;
  line-height: 1.8;
}
.jobs .content .meta {
  margin-top: 20px;
  overflow: hidden;
}
.jobs .content .meta dt {
  font-weight: 700;
  color: #51c1f2;
  font-size: 20px;
}
.jobs .content .meta dd {
  float: left;
  width: 33%;
}

@media (max-width: 1190px) {
  .wrapper {
    width: 100%;
    box-sizing: border-box;
  }
  .header .logo {
    margin-left: 10px;
  }
  .header .menus {
    display: none;
    position: absolute;
    right: 10px;
    top: 60px;
    height: auto;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 5px #333;
    transition: height 2s;
    -webkit-transition: height 2s;
  }
  .header .menus li {
    float: none;
    height: 24px;
    margin-right: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
  .header .menus.active {
    display: block;
  }
  .header .toggle {
    display: block;
    float: right;
    width: 24px;
    height: 24px;
    margin: 18px 10px;
    background: url(images/menu.png) no-repeat center center;
    background-size: contain;
  }
  .box .title {
    margin-bottom: 20px;
  }
  .box .content {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .box .content .show {
    float: none;
    background: none;
    width: 100%;
    height: auto;
    padding: 0;
    margin-right: 0;
  }
  .box .content .show .slider {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    background-color: inherit;
    border-radius: 0;
  }
  .box .content .show .slider img {
    display: block;
    width: 100%;
    height: auto;
  }
  .box .content .summary {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin-top: 0;
  }
  .box .content .summary dt {
    font-size: 20px;
    color: #51c1f2;
  }
  .box.partner .content {
    padding: 0 10px;
  }
  .partner .list {
    margin-right: 0;
  }
  .partner .list li {
    width: 50%;
    box-sizing: border-box;
    padding: 0 5px 10px;
    margin: 0;
  }
  .footer {
    padding: 20px 0;
  }
  .footer .contact {
    padding: 0 15px;
    float: none;
  }
  .footer .contact dl {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .footer .policy {
    float: none;
    margin: 0 15px 10px;
  }
  .footer .policy li {
    margin-bottom: 0;
    display: inline;
    margin-right: 20px;
    height: 32px;
    line-height: 32px;
  }
  .footer .sns {
    float: none;
    width: 100%;
  }
  .footer .sns .title {
    padding: 0 15px;
  }
  .footer .sns .items {
    margin-right: 0;
    padding: 0 10px;
    overflow: hidden;
  }
  .footer .sns .items li {
    width: 50%;
    height: auto;
    box-sizing: border-box;
    padding: 0 5px 10px;
    margin: 0;
  }
  .footer .sns .items li i {
    display: none;
  }
  .footer .sns .items li img {
    position: static;
    display: block;
    width: 100%;
    height: auto;
  }
  .article h2,
  .article .date,
  .article .content {
    padding: 0 15px;
  }
  .culture .content ul {
    margin-right: 0;
    height: auto;
  }
  .culture .content li {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .culture .content li img {
    display: block;
    width: 100%;
    height: auto;
  }
  .box.welfare .content {
    padding: 0 10px;
  }
  .welfare .content ul {
    margin-right: 0;
    height: auto;
  }
  .welfare .content ul li {
    width: 50%;
    height: auto;
    box-sizing: border-box;
    padding: 0 5px 10px;
    margin: 0;
  }
  .welfare .content ul li img {
    display: block;
    width: 100%;
    height: auto;
  }
  .jobs .content .meta dd {
    width: 50%;
    white-space: nowrap;
    word-break: keep-all;
  }
}
