@charset "UTF-8";
/*
CSS Reset
理念：
1. reset 的目的不是清除浏览器的默认样式，这仅是部分工作。清除和重置是紧密不可分的。
2. reset 的目的不是让默认样式在所有浏览器下一致，而是减少默认样式有可能带来的问题。
3. reset 期望提供一套普适通用的基础样式。但没有银弹，推荐根据具体需求，裁剪和修改后再使用。
特色：1. 适应中文；2. 基于最新主流浏览器。
维护：玉伯<lifesinger@gmail.com>, 正淳<ragecarrier@gmail.com>
 */
/** 清除内外边距 **/
* {
  margin: 0;
  padding: 0;
  list-style: none; }

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
form, fieldset, legend, button, input, textarea,
th, td {
  margin: 0;
  padding: 0; }

/** 设置默认字体 **/
body,
button, input, select, textarea {
  font: 12px/1.5 "Microsoft YaHei UI", Arial,tahoma, \5b8b\4f53, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

address, cite, dfn, em, var {
  font-style: normal; }

/* 将斜体扶正 */
code, kbd, pre, samp {
  font-family: courier new, courier, monospace; }

/* 统一等宽字体 */
small {
  font-size: 12px; }

/* 小于 12px 的中文很难阅读，让 small 正常化 */
/** 重置列表元素 **/
ul, ol {
  list-style: none; }

/** 重置文本格式元素 **/
a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

/** 重置表单元素 **/
legend {
  color: #000; }

/* for ie6 */
fieldset, img {
  border: 0; }

/* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
  font-size: 100%; }

/* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 清除浮动 */
.clearfix:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both; }

.clearfix {
  *zoom: 1; }

html {
  min-width: 1300px; }

* {
  scroll-behavior: smooth; }

input {
  outline: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow: 0 0 0 60px #fff inset; }

.header {
  width: 100%;
  height: 120px;
  background: none; }
  .header .header_main {
    width: 100%;
    height: 120px;
    line-height: 120px; }
    .header .header_main .nav {
      display: block;
      float: left;
      height: 100%;
      line-height: 120px;
      margin-left: 8.23%; }
      .header .header_main .nav a {
        float: left;
        font-size: 20px;
        text-decoration: none;
        color: #fff;
        margin-right: 60px; }
        .header .header_main .nav a:hover, .header .header_main .nav a.active {
          color: #FFC433; }
    .header .header_main .right {
      float: right;
      display: block;
      height: 100%;
      line-height: 120px;
      font-size: 20px;
      margin-right: 49px;
      color: #fff; }
      .header .header_main .right a {
        font-size: 20px;
        text-decoration: none;
        color: #fff; }
        .header .header_main .right a:hover, .header .header_main .right a.active {
          color: #FFC433; }
    .header .header_main .logo {
      float: right;
      width: 81px;
      height: 38px;
      margin-right: 2.55%;
      margin-top: 40px; }
      .header .header_main .logo a {
        display: block;
        width: 100%;
        height: 100%;
        background: url("../images/logo.png") no-repeat; }
  .header.black {
    background: #353535; }
  .header.white_black .header_main .nav a {
    color: #2C2C2C; }
    .header.white_black .header_main .nav a:hover, .header.white_black .header_main .nav a.active {
      color: #FFC433; }
  .header.white_black .header_main .right {
    color: #2C2C2C; }
    .header.white_black .header_main .right a {
      font-size: 20px;
      text-decoration: none;
      color: #2C2C2C; }
      .header.white_black .header_main .right a:hover, .header.white_black .header_main .right a.active {
        color: #FFC433; }
  .header.white .header_main .nav a {
    color: #fff; }
    .header.white .header_main .nav a:hover, .header.white .header_main .nav a.active {
      color: #333; }
  .header.white .header_main .right {
    color: #fff; }
    .header.white .header_main .right a {
      font-size: 20px;
      text-decoration: none;
      color: #fff; }
      .header.white .header_main .right a:hover, .header.white .header_main .right a.active {
        color: #333; }
  .header.white .header_main .logo a {
    background: url("../images/logo_w.png") no-repeat; }

.footer {
  width: 92.2%;
  margin: 0 auto;
  border-top: 1px solid #565956; }
  .footer .footer_main {
    width: 100%;
    margin-top: 59px; }
    .footer .footer_main .left {
      float: left;
      width: 39%; }
      .footer .footer_main .left .box {
        float: left;
        margin-left: 15%; }
        .footer .footer_main .left .box .title {
          font-size: 18px;
          color: #565956;
          margin-bottom: 40px; }
        .footer .footer_main .left .box ul li {
          margin-bottom: 20px; }
          .footer .footer_main .left .box ul li a {
            font-size: 18px;
            color: #565956;
            opacity: 0.7; }
            .footer .footer_main .left .box ul li a:hover {
              color: #FFC433; }
    .footer .footer_main .right {
      float: right;
      max-width: 60%; }
      .footer .footer_main .right .qrcode {
        float: left;
        width: 140px;
        margin-right: 6px; }
        .footer .footer_main .right .qrcode img {
          width: 140px;
          height: 140px;
          display: block; }
        .footer .footer_main .right .qrcode p {
          width: 100%;
          text-align: center;
          font-size: 18px;
          color: #565956; }
      .footer .footer_main .right .main {
        float: left;
        margin-left: 30px;
        color: #565956; }
        .footer .footer_main .right .main .title {
          margin-top: 5px;
          font-size: 18px; }
        .footer .footer_main .right .main .phone {
          font-size: 28px;
          margin-top: 13px;
          margin-bottom: 5px;
          font-weight: bold; }
        .footer .footer_main .right .main p {
          font-size: 18px;
          line-height: 30px; }
  .footer .copyright {
    text-align: center;
    font-size: 16px;
    color: #565956;
    opacity: 0.77;
    margin: 50px 0; }

@media screen and (max-width: 1380px) {
  .footer .footer_main .right .main {
    max-width: 55%; } }
.index .banner {
  width: 100%;
  height: auto; }
  .index .banner img {
    display: block;
    width: 100%;
    height: auto; }
  .index .banner .swiper-pagination {
    left: auto;
    right: 80px;
    top: calc(50% - 9px);
    width: 20px; }
    .index .banner .swiper-pagination span {
      width: 19px;
      height: 19px;
      display: block;
      margin-bottom: 13px; }
      .index .banner .swiper-pagination span.swiper-pagination-bullet-active {
        opacity: 1; }
.index .ibox {
  position: relative; }
  .index .ibox .bg_box {
    width: 165px;
    height: 967px;
    position: absolute;
    right: 0;
    top: 100px;
    background: url("../images/img_bg.png") no-repeat;
    opacity: 0.5;
    z-index: 0; }
  .index .ibox .main {
    margin: 0 auto;
    width: 1300px;
    padding: 200px 0;
    color: #333;
    position: relative; }
    .index .ibox .main .left {
      float: left; }
    .index .ibox .main .right {
      float: right; }
    .index .ibox .main .title {
      font-size: 36px;
      font-weight: bold;
      line-height: 50px;
      margin-top: 80px; }
    .index .ibox .main p {
      font-size: 30px;
      margin-top: 40px; }
    .index .ibox .main .border {
      display: inline-block;
      padding: 10px;
      border: 1px solid #2A2A2A;
      font-size: 24px;
      margin-top: 100px; }
  .index .ibox.yellow {
    background: #ffc433; }
  .index .ibox.pink {
    background: #ffaaac; }
    .index .ibox.pink .main {
      color: #fff; }
      .index .ibox.pink .main .border {
        border: 1px solid #fff; }
.index .cooperation {
  width: 1300px;
  margin: 150px auto 0;
  text-align: center;
  padding-bottom: 100px; }
  .index .cooperation h1 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    opacity: 0.8; }
  .index .cooperation h2 {
    margin-top: 20px;
    font-size: 24px;
    color: #000;
    opacity: 0.8; }
  .index .cooperation ul {
    margin-top: 50px; }
    .index .cooperation ul li {
      float: left;
      margin: 15px 10px;
      min-height: 80px; }
      .index .cooperation ul li a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative; }
        .index .cooperation ul li a img {
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          transform: translate(0, -50%); }

/*# sourceMappingURL=index.css.map */
