.export-page .top-bar {
  width: 1200px;
  padding: 30px 0; }
.export-page .top-item {
  display: inline-block; }
  .export-page .top-item .icon {
    width: 70px;
    height: 70px;
    background: #2d71b3 no-repeat center center;
    border-radius: 35px; }
    .export-page .top-item .icon.product {
      background-image: url("../img/export/export-product.png"); }
    .export-page .top-item .icon.credit {
      background-image: url("../img/export/export-credit.png"); }
    .export-page .top-item .icon.insurance {
      background-image: url("../img/export/export-insurance.png"); }
  .export-page .top-item .info {
    padding: 5px 0 5px 20px;
    letter-spacing: 1px;
    text-align: left; }
    .export-page .top-item .info .tit {
      margin: 0;
      line-height: 60px;
      font-size: 20px;
      color: #000;
      text-shadow: 0 0 3px #ddd; }
    .export-page .top-item .info .desc {
      line-height: 25px;
      font-size: 14px;
      color: #848585; }

.export-section {
  width: 100%;
  height: 680px;
  background: no-repeat center top;
  padding-top: 1px; }
  .export-section .tit1 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 60px;
    letter-spacing: 8px;
    text-align: center;
    text-shadow: 0 0 3px #ddd;
    color: #000; }
  .export-section .tit2 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    letter-spacing: 3px;
    color: #555555;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(212, 212, 212, 0.8); }
  .export-section .tit3 {
    margin: 0 auto;
    width: 1000px;
    font-size: 15px;
    line-height: 26px;
    margin-top: 20px;
    letter-spacing: 2px;
    color: #555555;
    word-break: break-all;
    text-align: justify; }
  .export-section.agency {
    height: 720px;
    background-position: center top 140px; }
    .export-section.agency .info {
      float: right;
      width: 680px;
      text-align: center;
      color: #000; }
      .export-section.agency .info .img {
        width: 650px;
        height: 360px;
        margin-top: 30px;
        background: url("../img/export/agent-img.png") no-repeat; }
  .export-section.product {
    height: 1015px; }
    .export-section.product .product-title {
      margin: 0 auto;
      margin-top: 60px;
      width: 962px;
      padding-left: 160px;
      padding-top: 1px;
      text-align: center; }
  .export-section.case {
    height: 780px; }
    .export-section.case .case-wrap {
      margin-top: 20px;
      position: relative;
      background: url("../img/export/case-img.png") no-repeat center top;
      padding-top: 300px; }
      .export-section.case .case-wrap .case-info {
        padding: 0 50px;
        overflow: hidden; }
        .export-section.case .case-wrap .case-info .tit {
          margin-top: 50px;
          line-height: 50px;
          font-size: 18px;
          color: #000;
          letter-spacing: 3px;
          text-align: center; }
        .export-section.case .case-wrap .case-info .desc {
          margin-top: 10px;
          line-height: 30px;
          font-size: 16px;
          letter-spacing: 2px;
          word-break: break-all;
          text-align: justify; }
  .export-section.criteria {
    height: 790px; }
    .export-section.criteria .criteria-list {
      height: 550px;
      width: 460px;
      position: relative;
      margin-left: 50px;
      margin-top: 140px; }
      .export-section.criteria .criteria-list li {
        margin-top: 60px; }
        .export-section.criteria .criteria-list li .desc {
          line-height: 35px;
          font-size: 16px;
          text-align: left;
          color: #000000;
          padding-left: 46px;
          letter-spacing: 2px;
          background: url("../img/export/condition-icon.png") no-repeat left top; }
  .export-section.process .tit1, .export-section.process .tit2 {
    color: #2d71b3; }
  .export-section.process .process-wrap {
    margin-top: 80px;
    width: 1150px;
    height: 240px;
    background: url("../img/export/process-line.png") no-repeat center top 138px; }
    .export-section.process .process-wrap .process-item {
      float: left;
      width: 97px;
      height: 240px;
      background: url("../img/export/process-icon.png");
      margin-right: 113px;
      opacity: 0; }
      .export-section.process .process-wrap .process-item.animated {
        opacity: 1; }
      .export-section.process .process-wrap .process-item:hover {
        background-image: url("../img/export/process-icon-fill.png"); }
      .export-section.process .process-wrap .process-item.icon-2 {
        background-position: -211px 0; }
      .export-section.process .process-wrap .process-item.icon-3 {
        background-position: -421px 0; }
      .export-section.process .process-wrap .process-item.icon-4 {
        background-position: -632px 0; }
      .export-section.process .process-wrap .process-item.icon-5 {
        background-position: -842px 0; }
      .export-section.process .process-wrap .process-item.icon-6 {
        background-position: -1053px 0; }
      .export-section.process .process-wrap .process-item:last-child {
        margin-right: 0; }
  .export-section.process .process-link {
    margin-top: 80px;
    text-align: center; }
  .export-section.last {
    height: 894px; }
  .export-section .product-wrap {
    margin-top: 30px; }
    .export-section .product-wrap .swiper-btn {
      position: absolute;
      width: 40px;
      height: 40px;
      background: url("../img/arrow-cycle.svg") no-repeat center center;
      background-size: 40px;
      opacity: 0.9;
      top: 57%;
      left: 15px;
      outline: none;
      cursor: pointer; }
      .export-section .product-wrap .swiper-btn.swiper-button-disabled {
        opacity: 0.3; }
    .export-section .product-wrap .product-prev {
      transform: rotate(90deg);
      margin-top: -30px; }
    .export-section .product-wrap .product-next {
      transform: rotate(-90deg);
      margin-top: 30px; }
  .export-section .country-list {
    position: relative;
    float: left;
    width: 435px;
    height: 750px;
    border-radius: 3px; }
    .export-section .country-list .tit {
      line-height: 90px;
      color: #000;
      text-align: center;
      font-size: 20px;
      letter-spacing: 2px;
      padding-left: 95px; }
    .export-section .country-list ul {
      padding-left: 75px; }
      .export-section .country-list ul li {
        float: left;
        margin: 0 14px;
        margin-bottom: 10px; }
        .export-section .country-list ul li .icon {
          border-radius: 5px;
          background: #fff;
          box-shadow: 0 0 10px #e0e0e0;
          padding: 5px;
          transition: all .2s ease-in-out; }
          .export-section .country-list ul li .icon:hover {
            box-shadow: 0 0 20px #999; }
        .export-section .country-list ul li .name {
          color: #000;
          text-align: center;
          line-height: 34px;
          font-size: 16px;
          letter-spacing: 2px; }
  .export-section .product-list {
    position: relative;
    float: left;
    width: 765px;
    height: 745px;
    overflow: hidden;
    margin-top: 20px; }
    .export-section .product-list ul {
      width: 740px;
      margin: 12px; }
    .export-section .product-list li {
      position: relative;
      float: left;
      color: #fff;
      text-align: center;
      width: 240px;
      margin-bottom: 40px;
      transition: all .1s ease-in-out;
      opacity: 0; }
      .export-section .product-list li:hover {
        transform: scale(1.05);
        z-index: 2; }
        .export-section .product-list li:hover .img {
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
      .export-section .product-list li.animated {
        opacity: 1; }
      .export-section .product-list li .img {
        position: absolute;
        left: 17px;
        width: 207px;
        height: 207px;
        border-radius: 50%;
        overflow: hidden;
        background: #fff;
        text-align: center; }
        .export-section .product-list li .img img {
          margin-top: 15px;
          width: 177px;
          height: 177px;
          border-radius: 50%;
          transition: all .1s ease-in-out; }
      .export-section .product-list li .info {
        background: rgba(0, 0, 0, 0.9);
        padding: 150px 0 30px 0;
        margin-top: 105px;
        border-radius: 5px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }
        .export-section .product-list li .info .name {
          line-height: 30px;
          font-size: 18px;
          letter-spacing: 2px; }
        .export-section .product-list li .info .desc {
          line-height: 30px;
          font-size: 14px;
          letter-spacing: 1px; }
      .export-section .product-list li:hover {
        opacity: 1; }

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