@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal; }

ul,
ol,
li,
dl,
dd,
dt {
  list-style: none;
  list-style-type: none; }

input,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: none; }

textarea {
  font-family: inherit;
  resize: none;
  background: none; }

/* 按钮鼠标指针 */
input[type='button'], button {
  cursor: pointer;
  -moz-user-focus: none;
  user-select: none;
  background: none; }

input[type='text'], input[type='password'] {
  width: 100%; }

a,
i,
a:hover {
  text-decoration: none;
  cursor: pointer; }

table {
  border-collapse: collapse; }

img,
label {
  cursor: pointer; }

input {
  outline: none; }

.n-nav {
  background: #fff;
  color: #191919; }
  .n-nav > div {
    height: 70px;
    display: flex;
    align-items: center;
    width: 80vw;
    max-width: 1500px;
    margin: auto;
    font-size: 16px; }
    .n-nav > div > aside {
      display: flex;
      align-items: center;
      font-size: 13px;
      color: #7d7d7d; }
      .n-nav > div > aside > img {
        height: 45px;
        margin-right: 10px; }
    .n-nav > div > article {
      width: 100%;
      padding: 0 10px;
      margin: auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 500px; }
    .n-nav > div > div {
      color: #555;
      font-size: 14px;
      padding: 0 15px;
      border-radius: 18px;
      border: 1px solid #ddd;
      max-width: 366px;
      height: 36px;
      display: flex;
      align-items: center; }
      .n-nav > div > div > input {
        width: 100%;
        flex: 1; }
      .n-nav > div > div > img {
        height: 20px;
        margin-left: 15px; }

.n-btn2 {
  background: #1b6dff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }

.n-form .n-form-input {
  display: flex;
  align-items: center;
  background: #fff;
  height: 36px;
  padding: 0 20px;
  color: #555;
  margin-bottom: 34px;
  font-size: 20px; }
  .n-form .n-form-input > img {
    margin-right: 20px;
    height: 30px;
    width: 30px;
    object-fit: contain; }
  .n-form .n-form-input > input {
    flex: 1;
    border: 0;
    outline: none; }

.n-form .n-form-btn {
  margin-top: 30px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px; }
  .n-form .n-form-btn > button {
    border-radius: 3px;
    height: 100%;
    flex: 1; }

.n-form .n-form-label {
  color: rgba(255, 255, 255, 0.75);
  margin-right: 10px;
  text-align: center;
  width: 140px; }
  .n-form .n-form-label > i {
    vertical-align: text-top;
    color: #f00; }

.n-form .n-form-input2 {
  display: flex;
  align-items: center;
  font-size: 16px;
  height: 36px;
  margin-bottom: 30px; }
  .n-form .n-form-input2 > input {
    padding: 0 10px;
    border-radius: 3px;
    color: #555;
    outline: none;
    flex: 1;
    border: 1px solid #e5e5e5;
    background: #fff;
    height: 100%; }

.n-form .n-form-textarea2 {
  display: flex;
  align-items: center;
  align-items: flex-start;
  font-size: 16px; }
  .n-form .n-form-textarea2 > .n-form-label {
    line-height: 36px; }
  .n-form .n-form-textarea2 > textarea {
    border-radius: 3px;
    padding: 7px 10px;
    color: #555;
    height: 140px;
    outline: none;
    flex: 1;
    border: 1px solid #e5e5e5;
    background: #fff; }

.n-form .n-form-checkGroup {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
  align-items: flex-start;
  font-size: 20px; }
  .n-form .n-form-checkGroup > .n-form-label {
    line-height: 52px; }
  .n-form .n-form-checkGroup > ul {
    flex: 1;
    min-height: 52px;
    display: flex;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap; }
    .n-form .n-form-checkGroup > ul > li {
      margin-right: 45px;
      height: 52px;
      color: rgba(255, 255, 255, 0.75);
      font-size: 14px;
      display: flex;
      align-items: center;
      display: inline-flex; }
      .n-form .n-form-checkGroup > ul > li .n-form-checkBox {
        margin-right: 17px; }

.n-form .n-form-checkBox {
  width: 20px;
  height: 20px;
  border: 1px solid #e5e5e5;
  background: #fff;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer; }

.n-form .n-form-checkBox-check::before {
  content: '✔';
  color: #ff1010; }

.n-form .n-form-half {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .n-form .n-form-half > li {
    flex: 0 0 50%; }
    .n-form .n-form-half > li + li .n-form-label {
      text-align: right;
      width: 0;
      flex: 0 1 120px; }

.n-footer {
  background: #11131f;
  font-size: 14px;
  color: #777;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .n-footer > div {
    max-width: 1200px;
    width: 80vw;
    display: flex;
    justify-content: space-between;
    align-items: center; }

.n-title {
  max-width: 930px;
  width: 80vw;
  margin: 65px auto 45px auto;
  text-align: center;
  color: #1f1f1f; }
  .n-title > h3 {
    font-size: 32px;
    margin-bottom: 7px;
    line-height: 1; }
  .n-title > h4 {
    color: #999;
    font-size: 12px; }
  .n-title > img {
    max-width: 340px;
    width: 100%;
    margin: 15px auto;
    display: block; }
  .n-title > p {
    line-height: 1;
    color: #777;
    font-size: 13px; }

.home .home-info {
  height: 560px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
  padding-right: calc(50% - 600px);
  background: url(../img/1.png) no-repeat center/auto 100%; }
  .home .home-info > article {
    width: 80vw;
    max-width: 500px;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    .home .home-info > article > h1 {
      line-height: 1;
      height: 74px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 36px; }
      .home .home-info > article > h1::before, .home .home-info > article > h1::after {
        content: ' ';
        height: 2px;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0), #fff, rgba(0, 0, 0, 0)); }
      .home .home-info > article > h1::after {
        top: auto;
        bottom: 0; }
    .home .home-info > article > p {
      font-size: 22px;
      margin-top: 37px;
      line-height: 1.7;
      text-align: center; }

.home .home-img {
  max-width: 930px;
  width: 80vw;
  margin: auto;
  display: block; }

.home .home-title {
  max-width: 930px;
  width: 80vw;
  margin: 65px auto 45px auto;
  text-align: center;
  color: #1f1f1f; }
  .home .home-title > h3 {
    font-size: 32px;
    margin-bottom: 7px;
    line-height: 1; }
  .home .home-title > h4 {
    font-size: 12px; }
  .home .home-title > img {
    max-width: 340px;
    width: 100%;
    margin: 15px auto;
    display: block; }
  .home .home-title > p {
    line-height: 1;
    font-size: 15px; }

.home .home-list {
  max-width: 930px;
  width: 80vw;
  margin: auto; }
  .home .home-list > li {
    border-radius: 10px;
    overflow: hidden;
    height: 245px;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    align-items: stretch; }
    .home .home-list > li > img {
      flex: 0 0 345px;
      object-fit: cover;
      width: 345px; }
    .home .home-list > li > article {
      flex: 1;
      background: #f4f4f4;
      width: 0;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
      .home .home-list > li > article > i {
        width: 180px;
        height: 40px;
        font-size: 22px;
        color: #fff;
        background: #626262;
        display: flex;
        justify-content: center;
        align-items: center; }
      .home .home-list > li > article > p {
        max-width: 380px;
        font-size: 17px;
        color: #000;
        line-height: 1.6;
        margin-top: 30px; }

.detail .detail-info {
  height: 560px;
  padding-top: 50px;
  background: url(../img/10.png) no-repeat center/auto 100%; }
  .detail .detail-info > ul {
    max-width: 710px;
    margin: auto;
    width: 80vw;
    height: 150px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 100%;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.3); }
    .detail .detail-info > ul > li + li {
      border-left: 1px solid #ddd; }

.detail .detail-title {
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  color: #565656; }

.detail .detail-content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80vw;
  margin: auto;
  margin-bottom: 110px;
  align-items: flex-start; }
  .detail .detail-content > li {
    flex: 1; }
    .detail .detail-content > li + li {
      margin-left: 45px; }
    .detail .detail-content > li > table {
      border: 2px solid #3d4153;
      background: #fff;
      width: 100%;
      border-collapse: collapse; }
      .detail .detail-content > li > table th, .detail .detail-content > li > table td {
        font-size: 14px;
        padding: 10px;
        height: 60px;
        text-align: center;
        color: #343434; }
        .detail .detail-content > li > table th + *, .detail .detail-content > li > table td + * {
          border-left: 1px solid #dcdcdc; }
      .detail .detail-content > li > table th {
        color: #fff;
        background: #3d4153; }
      .detail .detail-content > li > table > tbody > tr {
        background: #ededed; }
      .detail .detail-content > li > table > tbody > tr:nth-child(2n+1) {
        background: #fff; }

html {
  background: #fff; }

.apply {
  background: #4793f9 url(../img/11.png) no-repeat right bottom/100% auto;
  height: auto; }
  .apply .apply-content {
    max-width: 1500px;
    margin: auto;
    width: 80vw;
    padding: 65px 0 105px 0; }
    .apply .apply-content > h1 {
      color: #fff;
      font-size: 30px;
      line-height: 1;
      margin-bottom: 20px; }
    .apply .apply-content > h2 {
      font-size: 16px;
      color: rgba(255, 255, 255, 0.75);
      margin-bottom: 58px;
      line-height: 1; }
    .apply .apply-content .n-form {
      max-width: 1000px; }
      .apply .apply-content .n-form .n-form-btn {
        margin-top: 35px;
        justify-content: flex-start; }
        .apply .apply-content .n-form .n-form-btn > button {
          background: #ff1010;
          width: 280px;
          flex: 0 1 280px; }
