html {
  padding: 0;
  margin: 0;
  font-size: 16px;
  width: 100vw; }

body {
  padding: 0;
  margin: 0;
  width: 100vw; }

@media only screen and (max-width: 400px) {
  html {
    font-size: 14px; }

  body {
    padding: 0 12px;
    box-sizing: border-box; } }
a {
  text-decoration: none;
  color: inherit; }

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4 {
  margin: 0; }

.head_warp {
  width: 100vw;
  height: 5rem;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  box-shadow: 0 3px 0.625rem #eaeaea; }
  .head_warp .head {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .head_warp .head .linker_logo {
      width: 184px;
      height: 1.78rem;
      background-image: url("../images/logo@2x.png");
      background-size: 100% 100%;
      text-indent: -9999px;
      overflow: hidden; }
    .head_warp .head .menu_list {
      width: 488px;
      height: 22px;
      display: flex;
      justify-content: space-between; }
      .head_warp .head .menu_list li {
        font-size: 1rem;
        font-weight: 500;
        color: #444444;
        line-height: 22px; }
        .head_warp .head .menu_list li .show {
          display: inline-block; }

@media only screen and (max-width: 400px) {
  .head_warp {
    height: 4rem;
    padding: 2px 3vw;
    width: 100vw;
    box-sizing: border-box; }
    .head_warp .head {
      display: block; }
      .head_warp .head .linker_logo {
        margin: 0 auto; }
      .head_warp .head .menu_list {
        width: 100%;
        height: 22px;
        line-height: 30px; } }
.banner {
  background: url("../images/banner@2x.png") no-repeat center;
  background-size: cover;
  width: 100vw;
  height: 720px;
  margin-top: 5rem; }

@media only screen and (max-width: 400px) {
  .banner {
    height: 300px;
    margin-top: 3rem;
    width: 93vw; } }
.content {
  margin: 0 auto;
  max-width: 1200px; }
  .content h2 {
    padding-top: 5rem;
    height: 2.5rem;
    font-size: 1.75rem;
    font-weight: 500;
    color: #222222;
    line-height: 2.5rem;
    margin-bottom: 0.625rem; }
  .content .introduce {
    max-width: 1200px;
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    line-height: 1.75rem;
    padding-bottom: 1.78rem; }
  .content h4 {
    height: 1.75rem;
    font-size: 1.25rem;
    font-weight: 500;
    color: #444444;
    line-height: 1.75rem;
    padding-bottom: 1.4375rem; }
  .content .surrounding {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .content .surrounding div {
      width: 370px;
      height: 240px;
      margin-bottom: 35px; }
      .content .surrounding div.bg1 {
        background: url("../images/surrounding1@2x.png") no-repeat center;
        background-size: cover; }
      .content .surrounding div.bg2 {
        background: url("../images/surrounding2@2x.png") no-repeat center;
        background-size: cover; }
      .content .surrounding div.bg3 {
        background: url("../images/surrounding3@2x.png") no-repeat center;
        background-size: cover; }
      .content .surrounding div.bg4 {
        background: url("../images/surrounding4@2x.png") no-repeat center;
        background-size: cover; }
      .content .surrounding div.bg5 {
        background: url("../images/surrounding5@2x.png") no-repeat center;
        background-size: cover; }
      .content .surrounding div.bg6 {
        background: url("../images/surrounding6@2x.png") no-repeat center;
        background-size: cover; }
      .content .surrounding div p {
        width: 118px;
        height: 1.78rem;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 0px 100px 100px 0px;
        font-size: 1rem;
        font-weight: 500;
        color: white;
        line-height: 1.78rem;
        text-align: center;
        margin-top: 1.78rem; }
  @media only screen and (max-width: 400px) {
    .content .surrounding div {
      width: 100vw;
      height: 64vw;
      margin-bottom: 2rem; }
    .content .surrounding p {
      font-size: 1.78rem; } }
  .content h3 {
    height: 1.75rem;
    font-size: 1.25rem;
    font-weight: 500;
    color: #444444;
    line-height: 1.75rem;
    margin: 0;
    padding-top: 1.78rem; }
    .content h3 span {
      color: #3976F8; }
  @media only screen and (max-width: 400px) {
    .content h3.area {
      height: auto; }
      .content h3.area span {
        display: block;
        width: 78vw;
        margin-left: 10vw; } }
  .content .introduction_warp {
    padding-top: 0.625rem; }
    .content .introduction_warp .introduction {
      max-width: 1200px;
      font-size: 16px;
      font-weight: 400;
      color: #888888;
      line-height: 1.75rem; }
      .content .introduction_warp .introduction:first-child {
        padding-bottom: 16px; }
  .content .process_warp {
    text-align: center; }
    .content .process_warp .is_show {
      display: block; }
    .content .process_warp .is_not_show {
      display: none; }
    .content .process_warp .process {
      width: 1080px;
      margin: 1.25rem auto; }
  @media only screen and (max-width: 400px) {
    .content .process_warp .is_show {
      display: none; }
    .content .process_warp .is_not_show {
      display: block; }
    .content .process_warp .process {
      width: 93vw;
      margin: 1.25rem auto; } }
  .content .padding_top {
    padding-top: 0.625rem;
    padding-bottom: 0; }
  .content .traffic {
    display: flex;
    justify-content: space-between; }
    .content .traffic p {
      display: flex;
      align-items: center; }
      .content .traffic p .dot {
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #ff7656;
        border-radius: 50%;
        margin-right: 0.625rem; }
      .content .traffic p span {
        height: 1.75rem;
        font-size: 16px;
        font-weight: 500;
        color: #555555;
        line-height: 1.75rem; }
  @media only screen and (max-width: 400px) {
    .content .traffic {
      display: block;
      padding-left: 4vh; } }
  .content .link {
    padding-top: 103px;
    display: flex;
    justify-content: space-between; }
    .content .link div {
      width: 366px;
      height: 164px;
      background: white;
      border: 2px solid #eaeaea;
      box-sizing: border-box;
      padding: 60px 0 2.5rem;
      position: relative; }
      .content .link div div {
        width: 100px;
        height: 100px;
        border-radius: 50px;
        padding: 1.75rem;
        box-sizing: border-box;
        position: absolute;
        top: -50px;
        left: 133px; }
        .content .link div div img {
          width: 44px;
          height: 44px; }
      .content .link div p {
        text-align: center; }
        .content .link div p:nth-child(2) {
          height: 1.75rem;
          font-size: 1.25rem;
          font-weight: 500;
          color: #444444;
          line-height: 1.75rem;
          margin-bottom: 8px; }
        .content .link div p:last-child {
          height: 1.75rem;
          font-size: 1.25rem;
          font-weight: 400;
          color: #777777;
          line-height: 1.75rem; }
  @media only screen and (max-width: 400px) {
    .content .link {
      display: block; }
      .content .link div {
        width: 93vw; }
        .content .link div:nth-child(2) {
          margin: 57px 0; } }
  .content .map {
    text-align: center;
    padding-top: 1.25rem; }
    .content .map img {
      width: 1100px;
      height: 500px; }
  @media only screen and (max-width: 400px) {
    .content .map img {
      width: 93vw;
      height: auto; } }
  .content .enterprise {
    font-size: 1.25rem;
    font-weight: 500;
    color: #555555;
    line-height: 1.75rem;
    padding-bottom: 4rem; }

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