@charset "UTF-8";
.sp-header, .sp-footer {
  position: relative;
  z-index: 11; }

.sp-header {
  height: 70px;
  background: #333; }
  .sp-header .sp-blank {
    position: relative; }
  .sp-header__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 188px;
    height: 77px;
    background-color: #004f99;
    border-radius: 15px;
    padding: 21px 0 0 14px; }
  .sp-header__tel {
    width: 192px;
    height: 30px;
    margin-top: 20px;
    background: url("../images/tel.png") center no-repeat;
    font-size: 0; }
  .sp-header__menu {
    margin-left: 238px;
    height: 100%; }
    .sp-header__menu > ul {
      position: relative;
      height: 70px;
      line-height: 70px;
      font-size: 0; }
      .sp-header__menu > ul > li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 100px;
        text-align: center;
        font-size: 16px; }
        .sp-header__menu > ul > li > a {
          display: block;
          height: 100%;
          -webkit-transition: all .3s;
          transition: all .3s; }
        .sp-header__menu > ul > li:hover > a {
          background: #3d3d3d; }
        .sp-header__menu > ul > li:hover ol {
          display: block; }
      .sp-header__menu > ul ol {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: rgba(0, 79, 153, 0.5);
        -webkit-transition: all .3s;
        transition: all .3s; }
        .sp-header__menu > ul ol li {
          height: 35px;
          line-height: 35px;
          cursor: pointer; }
          .sp-header__menu > ul ol li.active, .sp-header__menu > ul ol li:hover {
            background: rgba(0, 79, 153, 0.8); }

.sp-footer {
  height: 50px;
  line-height: 50px;
  background: #222; }
  .sp-footer .sp-blank {
    position: relative; }
  .sp-footer nav {
    height: 50px;
    overflow: hidden; }
  .sp-footer a {
    font-size: 16px;
    color: #fff;
    margin-right: 45px; }
  .sp-footer img {
    position: absolute;
    right: 0;
    bottom: 0; }
  .sp-footer span {
    display: block;
    margin-right: 110px;
    color: rgba(255, 255, 255, 0.5); }

.sp-index .sp-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%; }

.sp-fullad {
  position: absolute !important;
  top: 70px;
  bottom: 50px;
  width: 100%; }
  .sp-fullad .swiper-wrapper,
  .sp-fullad .swiper-slide {
    width: 100%;
    height: 100%; }
  .sp-fullad .swiper-slide {
    background-position: center;
    background-size: cover; }

.sp-banner {
  position: relative;
  height: 550px;
  background-position: center;
  background-size: cover; }
  .sp-banner img {
    display: block; }
  .sp-banner__search {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 838px;
    height: 65px;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 33px;
    z-index: 2;
    overflow: hidden; }
    .sp-banner__search input,
    .sp-banner__search button {
      -webkit-appearance: none;
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      border: 0;
      font-size: 20px; }
    .sp-banner__search input {
      width: 700px;
      padding-left: 27px;
      background: transparent; }
    .sp-banner__search button {
      width: 118px;
      height: 49px;
      background-color: #ffba00;
      border-radius: 25px;
      color: #fff; }

.sp-content {
  position: relative;
  width: 1200px;
  margin: -40px auto 0;
  background: #fff;
  padding: 20px 20px 17px; }
  .sp-content__video {
    width: 1160px;
    height: 650px; }

.sp-product {
  min-height: 860px;
  padding-bottom: 53px; }
  .sp-product__filter {
    margin-bottom: 20px;
    background: #fff;
    padding: 34px 20px 20px; }
    .sp-product__filter-item {
      height: 28px;
      line-height: 28px;
      margin-bottom: 12px; }
      .sp-product__filter-item:last-child {
        margin-bottom: 0; }
    .sp-product__filter label,
    .sp-product__filter span {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      margin-right: 10px;
      color: #333; }
    .sp-product__filter label {
      font-weight: bold; }
    .sp-product__filter span {
      cursor: pointer;
      padding: 0 14px;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .sp-product__filter span.active, .sp-product__filter span:hover {
        color: #fff;
        background: rgba(0, 79, 153, 0.4); }
  .sp-product__list {
    padding: 8px 20px 10px;
    background: #fff; }
    .sp-product__list table {
      width: 100%;
      text-align: center; }
    .sp-product__list th {
      padding: 22px 0;
      font-size: 18px; }
    .sp-product__list td {
      padding-bottom: 30px;
      font-size: 14px; }
      .sp-product__list td img {
        display: block;
        width: 170px;
        height: 100px; }
  .sp-product__title {
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #000; }
  .sp-product__map, .sp-product__goods, .sp-product__detail {
    background: #fff; }
  .sp-product__map, .sp-product__goods {
    margin-top: 20px;
    padding: 0 20px 20px; }
  .sp-product__bread {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px; }
  .sp-product__detail {
    padding: 60px 20px 40px; }
    .sp-product__detail > h2 {
      font-size: 20px;
      color: #000;
      margin-bottom: 25px; }
    .sp-product__detail-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 20px; }
      .sp-product__detail-item label {
        line-height: 1.4; }
      .sp-product__detail-item span {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        line-height: 1.4;
        padding-left: 10px; }
    .sp-product__detail-pics {
      width: 700px;
      height: 410px; }
      .sp-product__detail-pics img {
        display: block;
        width: 100%;
        height: 100%; }
    .sp-product__detail-info {
      width: 435px;
      height: 410px;
      background: #f8f8f8;
      padding: 25px 30px 0;
      font-size: 16px; }
      .sp-product__detail-info strong {
        display: block;
        width: 300px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        background-color: #004f99;
        color: #fff; }
  .sp-product__map {
    height: 694px; }
    .sp-product__map-content {
      height: 624px; }
  .sp-product__goods-item {
    float: left;
    margin-left: 18px; }
    .sp-product__goods-item:first-child {
      margin-left: 0; }
  .sp-product__goods-pics {
    width: 275px;
    height: 190px; }
    .sp-product__goods-pics img {
      display: block;
      width: 100%;
      height: 100%; }
  .sp-product__goods-info {
    width: 255px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 10px; }
    .sp-product__goods-info h3 {
      color: #333;
      font-size: 16px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      text-align: center; }

.sp-media {
  margin-bottom: 52px; }
  .sp-media__video {
    position: relative;
    margin-bottom: 44px; }
    .sp-media__video .play {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 152px;
      height: 152px;
      z-index: 99;
      background: url("../images/play.png") center no-repeat; }
  .sp-media__title {
    text-align: center; }
    .sp-media__title h2 {
      display: inline-block;
      width: 370px;
      height: 61px;
      line-height: 61px;
      border-radius: 30px;
      font-size: 30px;
      letter-spacing: 2px; }
    .sp-media__title strong {
      display: block;
      padding: 18px 0 0;
      font-size: 16px;
      font-weight: normal; }
    .sp-media__title-blue h2 {
      color: #fff;
      background-color: #134290; }
    .sp-media__title-blue strong {
      color: #000; }
    .sp-media__title-normal h2 {
      color: #134290;
      background: #fff; }
    .sp-media__title-normal strong {
      color: #fff; }
  .sp-media__detail {
    height: 544px;
    margin-bottom: 20px; }
    .sp-media__detail:last-child {
      margin-bottom: 0; }
    .sp-media__detail-pics, .sp-media__detail-info {
      height: 100%; }
    .sp-media__detail-pics {
      width: 920px; }
      .sp-media__detail-pics img {
        display: block;
        width: 100%;
        height: 100%; }
    .sp-media__detail-info {
      width: 240px;
      background: #134290;
      color: #fff;
      padding: 50px 10px 0 30px; }
      .sp-media__detail-info strong,
      .sp-media__detail-info p {
        display: block; }
      .sp-media__detail-info p {
        font-size: 18px;
        line-height: 30px;
        min-height: 100px; }
      .sp-media__detail-info strong {
        font-size: 24px;
        padding-bottom: 20px; }
  .sp-media__locker video {
    width: 1160px;
    height: 650px;
    background-color: #000; }
  .sp-media__locker-row1 {
    padding: 0 108px 40px 63px; }
    .sp-media__locker-row1 .pull-left {
      padding-top: 36px;
      width: 540px;
      font-size: 22px;
      line-height: 55px; }
    .sp-media__locker-row1 .pull-right {
      padding-top: 36px; }
      .sp-media__locker-row1 .pull-right img {
        display: block;
        margin-bottom: 20px; }
  .sp-media__locker-row2 {
    height: 860px;
    padding: 48px 20px 56px 40px;
    background: url("../images/locker/row2-back.png") center no-repeat; }
    .sp-media__locker-row2 > p {
      font-size: 24px;
      line-height: 50px;
      color: #fff;
      padding: 50px 0 44px; }
  .sp-media__locker-row4 {
    height: 450px;
    padding-left: 585px;
    background: #f5f5f5 url("../images/locker/row4.jpg") 88px 49px no-repeat; }
    .sp-media__locker-row4 h2 {
      font-size: 32px;
      padding-top: 78px;
      padding-bottom: 25px;
      font-weight: bold; }
    .sp-media__locker-row4 p {
      font-size: 20px;
      line-height: 2.5; }
  .sp-media__locker-row5 {
    height: 232px; }
    .sp-media__locker-row5 ul {
      text-align: center;
      padding-top: 46px;
      margin-left: -50px; }
    .sp-media__locker-row5 li {
      display: inline-block;
      vertical-align: top;
      margin-left: 50px; }
      .sp-media__locker-row5 li img {
        display: block;
        width: 95px;
        height: 95px;
        margin: 0 auto 20px; }
      .sp-media__locker-row5 li strong {
        font-size: 20px;
        font-weight: normal; }
  .sp-media__locker-detail img {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  .sp-media__locker-footer {
    height: 96px;
    line-height: 96px;
    padding: 0 40px;
    color: #fff;
    background-color: #134290; }
    .sp-media__locker-footer strong {
      font-size: 22px; }
    .sp-media__locker-footer span {
      font-size: 16px; }
    .sp-media__locker-footer strong,
    .sp-media__locker-footer span {
      display: inline-block;
      vertical-align: middle; }
    .sp-media__locker-footer span {
      min-width: 160px; }
  .sp-media__locker-point {
    width: 370px;
    margin-left: 53px; }
    .sp-media__locker-point ul {
      font-size: 20px;
      line-height: 48px;
      margin-bottom: 20px;
      color: #fff; }
      .sp-media__locker-point ul label {
        font-weight: bold; }
      .sp-media__locker-point ul strong {
        font-weight: normal; }
    .sp-media__locker-point ol {
      overflow: hidden; }
      .sp-media__locker-point ol li {
        float: left;
        width: 132px; }
        .sp-media__locker-point ol li:nth-child(even) {
          margin-left: 68px; }
        .sp-media__locker-point ol li img,
        .sp-media__locker-point ol li strong {
          display: block; }
        .sp-media__locker-point ol li img {
          width: 132px;
          height: 132px; }
        .sp-media__locker-point ol li strong {
          padding: 11px 0 29px;
          text-align: center;
          color: #fff;
          font-size: 24px; }
  .sp-media__about video {
    width: 1160px;
    height: 650px;
    background-color: #000; }
  .sp-media__about-row1 {
    padding: 0 108px 40px 63px; }
    .sp-media__about-row1 .pull-left {
      padding-top: 36px;
      width: 540px;
      font-size: 22px;
      line-height: 55px; }
    .sp-media__about-row1 .pull-right {
      padding-top: 36px; }
      .sp-media__about-row1 .pull-right img {
        display: block;
        margin-bottom: 20px; }
  .sp-media__about-row2 {
    height: 860px;
    padding: 48px 20px 56px 40px;
    background: url("../images/locker/row2-back.png") center no-repeat; }
    .sp-media__about-row2 > p {
      font-size: 24px;
      line-height: 50px;
      color: #fff;
      padding: 50px 0 44px; }
  .sp-media__about-row4 {
    height: 450px;
    padding-left: 585px;
    background: #f5f5f5 url("../images/locker/row4.jpg") 88px 49px no-repeat; }
    .sp-media__about-row4 h2 {
      font-size: 32px;
      padding-top: 78px;
      padding-bottom: 25px;
      font-weight: bold; }
    .sp-media__about-row4 p {
      font-size: 20px;
      line-height: 2.5; }
  .sp-media__about-row5 {
    height: 232px; }
    .sp-media__about-row5 ul {
      text-align: center;
      padding-top: 46px;
      margin-left: -50px; }
    .sp-media__about-row5 li {
      display: inline-block;
      vertical-align: top;
      margin-left: 50px; }
      .sp-media__about-row5 li img {
        display: block;
        width: 95px;
        height: 95px;
        margin: 0 auto 20px; }
      .sp-media__about-row5 li strong {
        font-size: 20px;
        font-weight: normal; }
  .sp-media__about-detail img {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  .sp-media__about-footer {
    height: 96px;
    line-height: 96px;
    padding: 0 40px;
    color: #fff;
    background-color: #134290; }
    .sp-media__about-footer strong {
      font-size: 22px; }
    .sp-media__about-footer span {
      font-size: 16px; }
    .sp-media__about-footer strong,
    .sp-media__about-footer span {
      display: inline-block;
      vertical-align: middle; }
    .sp-media__about-footer span {
      min-width: 160px; }
  .sp-media__about-point {
    width: 370px;
    margin-left: 53px; }
    .sp-media__about-point ul {
      font-size: 20px;
      line-height: 48px;
      margin-bottom: 20px;
      color: #fff; }
      .sp-media__about-point ul label {
        font-weight: bold; }
      .sp-media__about-point ul strong {
        font-weight: normal; }
    .sp-media__about-point ol {
      overflow: hidden; }
      .sp-media__about-point ol li {
        float: left;
        width: 132px; }
        .sp-media__about-point ol li:nth-child(even) {
          margin-left: 68px; }
        .sp-media__about-point ol li img,
        .sp-media__about-point ol li strong {
          display: block; }
        .sp-media__about-point ol li img {
          width: 132px;
          height: 132px; }
        .sp-media__about-point ol li strong {
          padding: 11px 0 29px;
          text-align: center;
          color: #fff;
          font-size: 24px; }
  .sp-media__boat {
    padding-bottom: 20px; }
    .sp-media__boat video {
      width: 1160px;
      height: 650px;
      background-color: #000; }
    .sp-media__boat-row1 {
      padding: 0 108px 40px 63px; }
      .sp-media__boat-row1 .pull-left {
        padding-top: 36px;
        width: 580px;
        font-size: 22px;
        line-height: 55px; }
      .sp-media__boat-row1 .pull-right {
        padding-top: 36px; }
        .sp-media__boat-row1 .pull-right img {
          display: block;
          margin-bottom: 20px; }
    .sp-media__boat-row2 {
      height: 629px;
      padding: 48px 18px 0;
      background: url("../images/boat/row2-back.jpg") center no-repeat; }
      .sp-media__boat-row2 > p {
        font-size: 24px;
        line-height: 36px;
        color: #fff;
        padding: 50px 0 30px;
        text-align: center; }
      .sp-media__boat-row2-info {
        width: 505px;
        height: 397px;
        background-color: #ffffff;
        border-radius: 20px; }
        .sp-media__boat-row2-info p {
          font-size: 24px;
          line-height: 55px;
          padding: 32px 0 0 24px; }
      .sp-media__boat-row2-item {
        margin: 10px 0 0 40px;
        width: 567px;
        height: 71px;
        background: url("../images/boat/row2-info-s.png") center no-repeat;
        overflow: hidden; }
        .sp-media__boat-row2-item:first-child {
          margin-top: 0; }
        .sp-media__boat-row2-item label,
        .sp-media__boat-row2-item p {
          float: left; }
        .sp-media__boat-row2-item label {
          color: #fff;
          font-size: 24px;
          line-height: 71px;
          width: 113px;
          text-align: center; }
        .sp-media__boat-row2-item p {
          width: 445px;
          font-size: 16px;
          color: #333;
          padding: 10px 15px;
          line-height: 1.6; }
    .sp-media__boat-row3 h2 {
      font-size: 36px;
      padding: 0 0 35px;
      text-align: center;
      font-weight: bold; }
    .sp-media__boat-row3 table {
      width: 100%;
      border: 1px solid #000;
      margin-bottom: 45px; }
      .sp-media__boat-row3 table th {
        height: 86px;
        line-height: 86px;
        background-color: #134290;
        color: #fff;
        font-size: 30px;
        font-weight: normal; }
        .sp-media__boat-row3 table th small {
          font-size: 20px; }
      .sp-media__boat-row3 table tbody td {
        min-height: 86px;
        line-height: 60px;
        text-align: center;
        font-size: 30px;
        border-right: 1px solid #000;
        padding: 10px; }
        .sp-media__boat-row3 table tbody td span {
          display: block; }
      .sp-media__boat-row3 table tbody tr:nth-child(odd) td {
        background: #ffee8e; }
      .sp-media__boat-row3 table tbody tr:nth-child(even) td {
        background: #d0e2ff; }
    .sp-media__boat-row5 {
      height: 232px; }
      .sp-media__boat-row5 ul {
        text-align: center;
        padding-top: 46px;
        margin-left: -110px; }
      .sp-media__boat-row5 li {
        display: inline-block;
        vertical-align: top;
        margin-left: 110px; }
        .sp-media__boat-row5 li img {
          display: block;
          width: 95px;
          height: 95px;
          margin: 0 auto 20px; }
        .sp-media__boat-row5 li strong {
          font-size: 20px;
          font-weight: normal; }
    .sp-media__boat-info {
      width: 568px;
      height: 84px;
      margin-top: 19px;
      background: url("../images/boat/row2-info.png") center no-repeat;
      margin-left: 40px;
      overflow: hidden; }
      .sp-media__boat-info:first-child {
        margin-top: 0; }
      .sp-media__boat-info label,
      .sp-media__boat-info p {
        float: left; }
      .sp-media__boat-info label {
        color: #fff;
        width: 113px;
        height: 84px;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        padding-top: 10px; }
      .sp-media__boat-info p {
        width: 455px;
        font-size: 16px;
        line-height: 22px;
        color: #333;
        padding: 20px 15px; }
    .sp-media__boat-detail h2 {
      font-size: 36px;
      padding: 43px 0 35px;
      text-align: center;
      font-weight: bold; }
    .sp-media__boat-detail img {
      display: block;
      width: 100%;
      margin-bottom: 20px; }
      .sp-media__boat-detail img:last-child {
        margin-bottom: 0; }
    .sp-media__boat-footer {
      height: 96px;
      line-height: 96px;
      padding: 0 40px;
      color: #fff;
      background-color: #134290; }
      .sp-media__boat-footer strong {
        font-size: 22px; }
      .sp-media__boat-footer span {
        font-size: 16px; }
      .sp-media__boat-footer strong,
      .sp-media__boat-footer span {
        display: inline-block;
        vertical-align: middle; }
      .sp-media__boat-footer span {
        min-width: 160px; }
    .sp-media__boat-point {
      width: 370px;
      margin-left: 53px; }
      .sp-media__boat-point ul {
        font-size: 20px;
        line-height: 48px;
        margin-bottom: 20px;
        color: #fff; }
        .sp-media__boat-point ul label {
          font-weight: bold; }
        .sp-media__boat-point ul strong {
          font-weight: normal; }
      .sp-media__boat-point ol {
        overflow: hidden; }
        .sp-media__boat-point ol li {
          float: left;
          width: 132px; }
          .sp-media__boat-point ol li:nth-child(even) {
            margin-left: 68px; }
          .sp-media__boat-point ol li img,
          .sp-media__boat-point ol li strong {
            display: block; }
          .sp-media__boat-point ol li img {
            width: 132px;
            height: 132px; }
          .sp-media__boat-point ol li strong {
            padding: 11px 0 29px;
            text-align: center;
            color: #fff;
            font-size: 24px; }
  .sp-media__aviation video {
    width: 1160px;
    height: 650px;
    background-color: #000; }
  .sp-media__aviation-row1 {
    padding: 0 108px 40px 63px; }
    .sp-media__aviation-row1 .pull-left {
      padding-top: 36px;
      width: 640px;
      font-size: 22px;
      line-height: 55px; }
    .sp-media__aviation-row1 .pull-right {
      padding-top: 36px; }
      .sp-media__aviation-row1 .pull-right img {
        display: block;
        margin-bottom: 20px; }
  .sp-media__aviation-row2 {
    height: 847px;
    padding: 48px 10px 0 30px;
    background: url("../images/aviation/row2-back.png") center no-repeat; }
    .sp-media__aviation-row2 > p {
      font-size: 24px;
      line-height: 50px;
      color: #fff;
      padding: 50px 0 34px; }
  .sp-media__aviation-row3 {
    margin-bottom: 50px;
    padding: 0 40px; }
    .sp-media__aviation-row3 .sp-media__title {
      margin-bottom: 40px; }
    .sp-media__aviation-row3 > img {
      margin-bottom: 60px; }
    .sp-media__aviation-row3-info h3 {
      font-size: 26px;
      margin-bottom: 30px; }
    .sp-media__aviation-row3-info p {
      font-size: 20px;
      line-height: 50px; }
    .sp-media__aviation-row3-pics {
      float: right;
      width: 440px; }
      .sp-media__aviation-row3-pics ul li {
        float: left;
        width: 160px;
        text-align: center;
        margin-left: 50px; }
        .sp-media__aviation-row3-pics ul li img,
        .sp-media__aviation-row3-pics ul li strong {
          display: block; }
        .sp-media__aviation-row3-pics ul li img {
          width: 132px;
          height: 132px;
          margin: 0 auto 11px; }
        .sp-media__aviation-row3-pics ul li strong {
          margin: 0 auto;
          line-height: 1;
          margin-bottom: 20px;
          font-size: 20px;
          font-weight: normal; }
  .sp-media__aviation-row5 {
    height: 232px; }
    .sp-media__aviation-row5 ul {
      text-align: center;
      padding-top: 46px;
      margin-left: -100px; }
    .sp-media__aviation-row5 li {
      display: inline-block;
      vertical-align: top;
      margin-left: 100px; }
      .sp-media__aviation-row5 li img {
        display: block;
        width: 95px;
        height: 95px;
        margin: 0 auto 20px; }
      .sp-media__aviation-row5 li strong {
        font-size: 20px;
        font-weight: normal; }
  .sp-media__aviation-detail img {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  .sp-media__aviation-point {
    width: 495px;
    margin-left: 53px; }
    .sp-media__aviation-point ul {
      font-size: 20px;
      line-height: 48px;
      margin-bottom: 20px;
      color: #fff;
      margin-top: -9px; }
      .sp-media__aviation-point ul label {
        font-weight: bold; }
      .sp-media__aviation-point ul strong {
        font-weight: normal; }
    .sp-media__aviation-point-item {
      width: 410px;
      height: 101px;
      margin-top: 15px;
      background: url("../images/aviation/row2-info.png") center no-repeat; }
      .sp-media__aviation-point-item label,
      .sp-media__aviation-point-item p {
        float: left; }
      .sp-media__aviation-point-item label {
        width: 113px;
        line-height: 101px;
        text-align: center;
        color: #fff;
        font-size: 24px; }
      .sp-media__aviation-point-item p {
        width: 295px;
        font-size: 16px;
        font-size: 16px;
        line-height: 1.6;
        padding: 13px 10px; }
  .sp-media__road-row2 {
    height: 860px;
    background: url("../images/aviation/row2-back1.png"); }
    .sp-media__road-row2 .pull-right {
      width: 440px; }
    .sp-media__road-row2 .sp-media__aviation-point-item label {
      font-size: 18px;
      line-height: 30px;
      padding-top: 20px;
      height: 101px;
      background-color: #134290; }
  .sp-media__car video {
    width: 1160px;
    height: 650px;
    background-color: #000; }
  .sp-media__car-detail {
    margin-top: 20px; }
  .sp-media__car-row1 {
    padding: 0 108px 40px 63px; }
    .sp-media__car-row1 .pull-left {
      padding-top: 36px;
      width: 540px;
      font-size: 22px;
      line-height: 55px; }
    .sp-media__car-row1 .pull-right {
      padding-top: 36px; }
      .sp-media__car-row1 .pull-right img {
        display: block;
        margin-bottom: 20px; }
  .sp-media__car-row2 {
    height: 179px;
    padding-top: 48px;
    background: url("../images/car/row2-back.png") center no-repeat; }
  .sp-media__car-row3 {
    padding: 45px; }
    .sp-media__car-row3-info, .sp-media__car-row3-pics {
      height: 305px; }
    .sp-media__car-row3-info {
      width: 500px;
      font-size: 20px;
      line-height: 40px; }
      .sp-media__car-row3-info label,
      .sp-media__car-row3-info strong,
      .sp-media__car-row3-info p {
        display: block; }
      .sp-media__car-row3-info label {
        font-weight: bold; }
      .sp-media__car-row3-info p {
        color: #666;
        min-height: 130px; }
      .sp-media__car-row3-info strong {
        font-weight: normal; }
  .sp-media__car-row4 {
    height: 397px;
    margin-top: 60px;
    padding-top: 48px;
    background: url("../images/car/row4-back.png") center no-repeat; }
    .sp-media__car-row4 .clearfix {
      padding: 65px 40px 0;
      color: #fff;
      font-size: 26px;
      line-height: 50px; }
      .sp-media__car-row4 .clearfix em {
        font-style: normal;
        color: #ffff00;
        padding-left: 10px; }
      .sp-media__car-row4 .clearfix .pull-left,
      .sp-media__car-row4 .clearfix .pull-right {
        width: 50%; }
      .sp-media__car-row4 .clearfix h3 {
        font-weight: bold; }

.fl {
  float: left; }

.fr {
  float: right; }

.pager {
  max-width: 800px;
  text-align: center;
  margin-bottom: 30px;
  display: inline-block; }

.pager a {
  cursor: pointer; }

.pager a,
.pager span {
  /* 按钮内数字 */
  width: 45px;
  height: 40px;
  border: 1px solid #EBEBEB;
  margin-left: -1px;
  color: #8a8a8a;
  line-height: 40px;
  float: left;
  font-size: 15px;
  text-decoration: none;
  margin: 0 2px;
  border-radius: 6px; }

.pager a:hover,
.pager span:hover {
  border-color: #3897cd;
  color: #3897cd;
  position: relative;
  z-index: 1; }

.pager span.current {
  background-color: #222A35;
  color: #fff;
  border-color: #EBEBEB;
  position: relative;
  z-index: 1; }

.pager .pg-first,
.pager .pg-prev,
.pager .pg-next,
.pager .pg-last {
  background: white url(../images/page_bg.jpg) 8px 7px no-repeat; }

.pager .pg-first:hover,
.pager .pg-prev:hover,
.pager .pg-next:hover,
.pager .pg-last:hover {
  background: white url(../images/page_bg_hover.jpg) 8px 7px no-repeat; }

.pager .pg-prev,
.pager .pg-prev:hover {
  background-position: 7px -21px; }

.pager .pg-next,
.pager .pg-next:hover {
  background-position: -21px -21px; }

.pager .pg-last,
.pager .pg-last:hover {
  background-position: -21px 7px; }

.pager .pg-prev[disabled='true'],
.pager .pg-prev[disabled='true']:hover {
  cursor: default;
  background-image: url(../images/page_bg.jpg); }

.pager .pg-next[disabled='true'],
.pager .pg-next[disabled='true']:hover {
  cursor: default;
  background-image: url(../images/page_bg.jpg); }

.pager .pg-prev[disabled='true'],
.pager .pg-next[disabled='true'] {
  border-color: #eeeeee; }

.pager span.els {
  border-color: transparent; }

.pagerHtmlWrap {
  width: 800px;
  margin: 30px auto; }

.pagerHtmlWrap .cc_cells {
  width: 100%;
  height: 35px;
  padding: 5px 0;
  border-bottom: 1px #cccccc solid; }

.pagerHtmlWrap .cc_cells a {
  color: #454545;
  font-size: 14px;
  line-height: 35px;
  text-decoration: none; }

.pagerHtmlWrap .cc_cells a span {
  display: inline-block;
  width: 25%;
  text-align: left;
  margin: 0; }

.amap-overlay-text-container {
  border-radius: 50%;
  border: 0;
  padding: 0;
  font-size: 0; }

.sp-aside h4 {
  width: 140px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 10px;
  background: #004f99;
  color: #fff;
  font-size: 18px;
  background-repeat: no-repeat;
  cursor: pointer; }

.sp-aside__left, .sp-aside__right {
  position: sticky;
  top: 100px;
  z-index: 99; }

.sp-aside__left {
  float: left;
  width: 140px;
  left: 0;
  padding-top: 7px; }
  .sp-aside__left h3 {
    font-size: 20px;
    color: #004f99;
    padding: 15px 0;
    text-align: center; }
  .sp-aside__left h4 {
    padding-left: 55px;
    background-position: 17px center;
    background-size: 29px; }
    .sp-aside__left h4:nth-child(2) {
      background-image: url("../images/aside/aside-type1.png"); }
    .sp-aside__left h4:nth-child(3) {
      background-image: url("../images/aside/aside-type2.png"); }
    .sp-aside__left h4:nth-child(4) {
      background-image: url("../images/aside/aside-type3.png"); }
    .sp-aside__left h4:nth-child(5) {
      background-image: url("../images/aside/aside-type4.png"); }
    .sp-aside__left h4:nth-child(6) {
      background-image: url("../images/aside/aside-type5.png"); }

.sp-aside__right {
  float: right;
  width: 220px;
  right: 0;
  padding-top: 34px; }
  .sp-aside__right img {
    display: block;
    margin-top: 10px;
    width: 189px;
    height: 216px; }
  .sp-aside__right h4 {
    padding-left: 48px;
    background-position: 15px center; }
    .sp-aside__right h4:nth-child(1) {
      background-image: url("../images/aside/aside-list.png");
      background-size: 20px 14px; }
    .sp-aside__right h4:nth-child(2) {
      background-image: url("../images/aside/aside-map.png");
      background-size: 20px 16px; }
  .sp-aside__right strong {
    display: block;
    width: 220px;
    height: 45px;
    line-height: 45px;
    background: #004f99;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal; }

.sp-allin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 1440px;
  margin: 0 auto; }

.sp-minfo {
  display: none;
  position: absolute;
  top: 50%;
  left: 120px;
  width: 350px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  background: #fff;
  border-radius: 5px; }
  .sp-minfo__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 11;
    cursor: pointer;
    padding: 5px 15px;
    background: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    color: #000; }
  .sp-minfo__swiper {
    height: 235px; }
    .sp-minfo__swiper img {
      width: 100%;
      height: 235px; }
  .sp-minfo__main {
    padding: 15px; }
    .sp-minfo__main > h2 {
      font-size: 16px;
      color: #333;
      margin-bottom: 10px; }
    .sp-minfo__main strong {
      display: block;
      margin-top: 15px;
      font-size: 16px;
      color: #666; }
    .sp-minfo__main ul {
      font-size: 12px;
      padding: 6px 0;
      border-top: 1px dashed #ababab;
      border-bottom: 1px dashed #ababab; }
      .sp-minfo__main ul li {
        font-size: 12px;
        margin: 0;
        line-height: 2; }

.sp-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); }

.sp-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent; }

.configure-border-1 {
  width: 115px;
  height: 115px;
  padding: 3px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffab91;
  -webkit-animation: configure-clockwise 3s ease-in-out 0s infinite alternate;
  animation: configure-clockwise 3s ease-in-out 0s infinite alternate; }

.configure-border-2 {
  width: 115px;
  height: 115px;
  padding: 3px;
  left: -115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #3ff9dc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: configure-xclockwise 3s ease-in-out 0s infinite alternate;
  animation: configure-xclockwise 3s ease-in-out 0s infinite alternate; }

.configure-core {
  width: 100%;
  height: 100%;
  background-color: #004f99; }

@-webkit-keyframes configure-clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes configure-clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes configure-xclockwise {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  25% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  50% {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  75% {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg); }
  100% {
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg); } }

@keyframes configure-xclockwise {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  25% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  50% {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  75% {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg); }
  100% {
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg); } }

.swiper-container-r,
.swiper-container-r .swiper-warpper {
  height: 100%; }

.sp-index__about {
  position: relative;
  height: 100%; }
  .sp-index__about-mainer {
    height: calc( 100% - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden; }
  .sp-index__about-detail {
    width: 620px;
    height: 100%;
    padding: 38px 25px 25px; }
  .sp-index__about-info {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../images/index/about.png") center no-repeat;
    background-size: 100% 100%;
    padding: 40px 35px 0; }
    .sp-index__about-info p {
      font-size: 14px;
      line-height: 2;
      text-indent: 2em;
      color: #333;
      margin-bottom: 20px; }
    .sp-index__about-info a {
      position: absolute;
      bottom: 70px;
      left: 50%;
      margin-left: -50px;
      width: 100px;
      height: 30px;
      font-size: 0; }
  .sp-index__about-video {
    position: relative;
    width: 100%;
    height: 100%; }
    .sp-index__about-video img,
    .sp-index__about-video video {
      display: block;
      width: 100%;}
    .sp-index__about-video img {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 8; }
    .sp-index__about-video .play {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 152px;
      height: 152px;
      z-index: 99;
      background: url("../images/play.png") center no-repeat; }
  .sp-index__about-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: url("../images/index/footer.png") center no-repeat;
    background-size: cover; }
