﻿@charset "UTF-8";
/*@media screen and (min-width:960px) and (max-width:1200px){}*/
.aa {
  font-family: "Avenir-Black","Avenir-Book","Avenir-Light","Avenir-Medium","SourceHanSansCN-Light","SourceHanSansCN-Medium"; }

.bg {
  background: #f5f5f5; }

.bg2 {
  background: #fff; }

.wrap {
  width: 1400px;
  margin: 0 auto; }

.swiper-pagination .swiper-pagination-bullet:focus {
  outline: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: auto;
  cursor: pointer; }

.PC {
  display: block; }

.mobile {
  display: none; }

.headTop {
  height: 90px; }

.headTop2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 333;
  height: 90px;
  box-sizing: border-box; }
  .headTop2 .logo {
    width: 143px;
    height: 50px;
    display: block; }
  .headTop2 .headTopRight {
    text-align: right; }

.headTopRight ul {
  display: inline-block;
  vertical-align: middle; }
  .headTopRight ul li {
    padding: 0 30px;
    display: inline-block;
    vertical-align: middle; }
    .headTopRight ul li a {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      line-height: 90px;
      height: 90px;
      border-bottom: 2px solid #fff;
      color: #000;
      box-sizing: border-box; }
    .headTopRight ul li.on a, .headTopRight ul li:hover a {
      color: #023894;
      border-color: #023894; }

.headTopRight .headTopBtn {
  display: inline-block;
  vertical-align: middle; }
  .headTopRight .headTopBtn span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #bbbbbb;
    cursor: pointer; }
    .headTopRight .headTopBtn span.on {
      border-color: #023894;
      background: #023894;
      color: #fff; }
  .headTopRight .headTopBtn a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #bbbbbb;
    cursor: pointer; }
    .headTopRight .headTopBtn a.on {
      border-color: #023894;
      background: #023894;
      color: #fff; }

.main_mask {
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 335;
  display: none; }

.mobile_head_top {
  height: 2.5rem; }

.mobile_head_top2 {
  position: fixed;
  left: 0;
  width: 100%;
  top: -1px;
  box-sizing: border-box;
  z-index: 333;
  background: #fff;
  padding: 0 2.5%;
  line-height: 2.5rem;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.2); }
  .mobile_head_top2 .navIcon {
    height: 2.5rem;
    box-sizing: border-box;
    padding: 0.7rem 2.5%;
    width: auto; }
  .mobile_head_top2 a {
    display: inline-block; }
    .mobile_head_top2 a img {
      height: 1.8rem;
      width: auto; }

.main_left_nav {
  width: 55%;
  background: #303030;
  min-height: 100%;
  height: 100%;
  max-height: 100%;
  position: fixed;
  right: -100%;
  top: 0px;
  z-index: 335; }

.main_left_nav2 {
  box-sizing: border-box;
  height: 100%;
  overflow-y: scroll; }

.main_left_nav4 {
  padding: 0 4%;
  border-bottom: 1px solid #272b2a;
  border-top: 1px solid #3c3c3c;
  height: 2rem;
  line-height: 2rem; }

.main_left_nav4 a {
  display: block; }

.main_left_nav4 img {
  height: 1.4rem;
  width: auto; }

.main_left_nav5 {
  padding: 0 4%;
  border-bottom: 1px solid #272b2a;
  border-top: 1px solid #3c3c3c; }

.main_left_nav5 a {
  float: left;
  color: #df541c;
  font-size: 0.75rem;
  line-height: 2rem;
  display: inline-block; }

.main_left_nav6_ul li {
  border-bottom: 1px solid #272b2a;
  border-top: 1px solid #3c3c3c;
  height: 2rem;
  line-height: 2rem;
  padding: 0 4%; }

.main_left_nav6_ul a {
  display: block;
  font-size: 0.7rem;
  color: #fff; }

.foot {
  background: url("../update/footerBg.jpg") no-repeat top center;
  background-size: 1920px 100%;
  min-height: 265px;
  box-sizing: border-box;
  padding: 68px 0; }

.footLeft .footNav {
  margin-bottom: 70px; }
  .footLeft .footNav a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    position: relative;
    margin-right: 12px;
    padding: 0 50px; }
    .footLeft .footNav a:first-child {
      padding-left: 0 !important; }
    .footLeft .footNav a:after {
      content: '';
      position: absolute;
      right: -12px;
      top: 50%;
      margin-top: -1px;
      width: 12px;
      height: 2px;
      background: #fff; }
    .footLeft .footNav a:last-child {
      margin-right: 0; }
      .footLeft .footNav a:last-child:after {
        display: none; }

.footLeft .text1 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 2px; }

.footLeft .text2 {
  font-size: 14px;
  color: #c1c1c1; }

.footCode {
  width: 130px;
  height: 130px;
  margin-left: 30px; }

.pubTitle {
  text-align: center;
  font-size: 36px;
  color: #222222;
  padding: 58px 0; }

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  /*img {
        width: 1920px;
        position: relative;
        left: 50%;
        margin-left: -960px;
    }*/ }
  .banner .swiper-container {
    width: 100%;
    height: 100%; }
    .banner .swiper-container .swiper-slide {
      position: relative; }
      .banner .swiper-container .swiper-slide h2 {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-size: 38px;
        color: #fff;
        line-height: 50px;
        padding: 0 150px;
        box-sizing: border-box;
        z-index: 2; }

.orderSearch {
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.2);
  background: #fff;
  box-sizing: border-box;
  margin-top: -61px;
  position: relative;
  z-index: 1;
  padding: 33px 17%; }
  .orderSearch em {
    display: block;
    width: 132px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #023894; }
  .orderSearch input {
    border: 1px solid #bbbbbb;
    box-sizing: border-box;
    padding: 0 20px;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #000;
    margin-left: 20px; }
  .orderSearch span {
    display: block;
    width: 132px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    background: #023894; }

.service_items {
  padding-bottom: 102px; }
  .service_items ul {
    font-size: 0; }
    .service_items ul li {
      display: inline-block;
      vertical-align: top;
      width: calc((100% - 16.4%) / 3);
      margin-right: 8.2%; }
      .service_items ul li:last-child {
        margin-right: 0; }
      .service_items ul li img {
        width: 120px;
        height: 120px;
        display: block;
        margin: 0 auto 46px; }
      .service_items ul li .text1 {
        font-size: 20px;
        color: #222222;
        text-align: center;
        margin-bottom: 10px; }
      .service_items ul li .text2 {
        font-size: 14px;
        color: #444444;
        text-align: center;
        line-height: 36px; }

.company_intr {
  background: #f6f7f9;
  padding-bottom: 60px; }

.company_intr_event {
  width: 400px;
  box-sizing: border-box;
  margin-right: 22px; }
  .company_intr_event ul li {
    padding-left: 45px;
    position: relative;
    padding-bottom: 44px;
    margin-bottom: 6px; }
    .company_intr_event ul li:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 21px;
      height: 21px;
      background: url("../images/spot.png") no-repeat center center;
      background-size: 21px 21px; }
    .company_intr_event ul li:before {
      content: '';
      background: #e1e3e8;
      width: 1px;
      height: calc(100% - 27px);
      top: 27px;
      position: absolute;
      left: 10px; }
    .company_intr_event ul li:last-child:before {
      display: none; }
  .company_intr_event .text1 {
    font-size: 26px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 12px; }
    .company_intr_event .text1 span {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      color: #666666; }
  .company_intr_event .text2 {
    font-size: 14px;
    color: #222222;
    line-height: 25px; }

.company_intr_explain {
  background: #fff;
  box-sizing: border-box;
  padding: 50px 28px; }
  .company_intr_explain img {
    margin-left: 30px;
    display: block;
    width: 280px;
    height: 280px; }
  .company_intr_explain .text1 {
    font-size: 16px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 18px; }
  .company_intr_explain .text2 {
    font-size: 14px;
    color: #555555;
    line-height: 32px;
    margin-bottom: 10px; }

.news_cons {
  padding-bottom: 60px; }

.news_cons_left {
  width: 470px;
  height: 470px;
  position: relative;
  margin-right: 20px; }
  .news_cons_left > img {
    width: 470px;
    height: 470px; }
  .news_cons_left .news_cons_float {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    background: #fff;
    box-sizing: border-box;
    padding: 25px 30px;
    font-size: 20px;
    color: #222222;
    line-height: 30px;
    cursor: pointer; }
    .news_cons_left .news_cons_float img {
      margin-left: 75px;
      width: 22px; }

      .news_cons_group ul li {
        background: #f6f7f9;
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-bottom: 10px;
        float: left;
        padding: 28px 30px;
        box-sizing: border-box;
        min-height: 150px;
        cursor: pointer; }
        .news_cons_group ul li:nth-child(2n) {
          margin-right: 0; }
        .news_cons_group ul li:nth-last-child(1), .news_cons_group ul li:nth-last-child(2) {
          margin-bottom: 0; }
        .news_cons_group ul li .data {
          margin-right: 30px;
          width: 72px;
          font-size: 30px;
          color: #444444; }
          .news_cons_group ul li .data span {
            font-size: 16px;
            color: #666666;
            margin-top: 6px;
            display: block; }
        .news_cons_group ul li .right .text {
          font-size: 18px;
          color: #222222;
          margin-bottom: 16px;
          line-height: 30px; }
        .news_cons_group ul li .right img {
    width: 22px; }

.links {
  padding-bottom: 30px;
  background: #f6f7f9; }
  .links ul li {
    float: left;
    margin-bottom: 30px;
    width: calc((100% - (1.57% * 5)) / 6);
    margin-right: 1.57%; }
    .links ul li a {
      display: block; }
    .links ul li:nth-child(6n) {
      margin-right: 0; }

/*人才招聘*/
.Recruit {
  padding-bottom: 60px; }
  .Recruit .Recruitgroup .Recruitlist {
    margin-bottom: 30px; }
    .Recruit .Recruitgroup .Recruitlist .top {
      position: relative;
      padding: 20px 30px;
      background-color: #fff;
      line-height: 40px;
      font-size: 18px;
      color: #222222;
      margin-bottom: 5px;
      cursor: pointer; }
      .Recruit .Recruitgroup .Recruitlist .top img {
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        width: 32px;
        height: 32px; }
        .Recruit .Recruitgroup .Recruitlist .top img.icon1 {
          display: block; }
        .Recruit .Recruitgroup .Recruitlist .top img.icon2 {
          display: none; }
    .Recruit .Recruitgroup .Recruitlist .bottom {
      background-color: #fbfbfc;
      padding: 25px 0;
      padding-bottom: 30px;
      display: none; }
      .Recruit .Recruitgroup .Recruitlist .bottom .item {
        padding: 0 60px;
        margin-bottom: 20px; }
        .Recruit .Recruitgroup .Recruitlist .bottom .item h2 {
          font-size: 16px;
          color: #555555;
          line-height: 48px;
          margin-bottom: 5px; }
        .Recruit .Recruitgroup .Recruitlist .bottom .item .text p {
          font-size: 16px;
          color: #555555;
          line-height: 30px; }
    .Recruit .Recruitgroup .Recruitlist.on .top {
      color: #023894; }
      .Recruit .Recruitgroup .Recruitlist.on .top img.icon2 {
        display: block; }
      .Recruit .Recruitgroup .Recruitlist.on .top img.icon1 {
        display: none; }
    .Recruit .Recruitgroup .Recruitlist.on .bottom {
      display: block; }

/*关于我们*/
.Aboutus {
  padding-bottom: 120px; }
  .Aboutus .group .list {
    margin-bottom: 45px; }
    .Aboutus .group .list h2 {
      color: #222222;
      font-size: 18px;
      line-height: 30px;
      font-weight: bold;
      margin-bottom: 20px; }
    .Aboutus .group .list p {
      font-size: 14px;
      color: #555555;
      line-height: 30px; }

/*联系我们*/
.Contactus {
  padding-bottom: 60px; }
  .Contactus img {
    max-width: 100%;
    width: auto !important; }
  .Contactus .address {
    clear: both;
    overflow: hidden;
    margin-bottom: 30px; }
    .Contactus .address .item {
      float: left;
      margin-right: 28px;
      width: calc(25% - 21px);
      background-color: #fff;
      text-align: center;
      box-sizing: border-box;
      padding: 0 30px;
      min-height: 200px;
      padding-bottom: 30px; }
      .Contactus .address .item:nth-child(4n) {
        margin-right: 0; }
      .Contactus .address .item img {
        padding-top: 36px; }
      .Contactus .address .item h3 {
        font-size: 16px;
        color: #666666;
        line-height: 32px;
        padding-top: 20px; }
      .Contactus .address .item h2 {
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        color: #222222;
        padding-top: 2px; }
  .Contactus #allmap {
    margin-bottom: 30px;
    width: 100%;
    height: 600px; }
  .Contactus .info {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 30px; }
    .Contactus .info .list {
      min-width: 220px;
      text-align: center; }
      .Contactus .info .list .img {
        min-height: 39px; }
        .Contactus .info .list .img.img2 img {
          margin-top: 7px; }
        .Contactus .info .list .img.img3 img {
          margin-bottom: 17px; }
      .Contactus .info .list h2 {
        font-size: 16px;
        line-height: 24px;
        color: #444444;
        margin-top: 15px; }
      .Contactus .info .list h3 {
        font-size: 16px;
        line-height: 24px;
        color: #444444;
        margin-top: 15px; }

/*证件上传*/
/*.Certificatesbox {
    padding: 40px 0 60px 0;
    box-shadow: inset 0 0 10px 5px rgba(153,153,153,0.1);
}*/
.Certificates {
  background-color: #fff;
  margin: 40px 0 60px 0;
  padding-top: 52px; }
  .Certificates img {
    width: auto !important;
    max-width: unset; }
  .Certificates .tit {
    text-align: center;
    font-size: 26px;
    color: #000000; }
  .Certificates .group {
    margin-top: 50px;
    padding-bottom: 60px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
    .Certificates .group .list {
      margin-bottom: 30px;
      clear: both;
      overflow: hidden; }
      .Certificates .group .list .left {
        font-size: 18px;
        line-height: 60px;
        color: #444444;
        float: left;
        min-width: 135px;
        text-align: right;
        padding-right: 10px;
        box-sizing: border-box; }
      .Certificates .group .list .right {
        float: left;
        border: 1px solid #e7e7e7;
        width: 602px;
        box-sizing: border-box;
        padding: 0 20px; }
        .Certificates .group .list .right .inp1 {
          width: 100%;
          line-height: 58px;
          font-size: 14px;
          color: #444; }
        .Certificates .group .list .right .tips {
          font-size: 14px;
          color: #999999;
          line-height: 30px;
          padding: 12px 0; }
        .Certificates .group .list .right .img {
          width: 160px;
          height: 100px;
          position: relative;
          margin-bottom: 20px; }
          .Certificates .group .list .right .img img {
            position: absolute;
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 2; }
          .Certificates .group .list .right .img .inpfile {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 6;
            opacity: 0; }
    .Certificates .group .sub {
      font-size: 16px;
      color: #fff;
      font-weight: bold;
      background-color: #023894;
      width: 140px;
      line-height: 50px;
      text-align: center;
      margin-left: 165px;
      cursor: pointer; }

/*新闻咨询*/
.Information img {
  /* width: auto !important; */
  /* max-width: unset;  */
}

.Information .tab {
  margin: 60px 0; }
  .Information .tab a {
    display: inline-block;
    clear: both;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    margin-right: 10px;
    width: 140px;
    line-height: 50px;
    font-size: 16px;
    color: #222222; }
    .Information .tab a.on {
      font-weight: bold;
      color: #fff;
      background-color: #023894; }
    .Information .tab a:nth-last-child(1) {
      margin-right: 0; }

.Information .group {
  clear: both;
  overflow: hidden; }
  .Information .group .list {
    display: inline-block;
    background-color: #fff;
    margin-right: 28px;
    margin-bottom: 28px;
    width: calc(33.333% - 23px);
    box-sizing: border-box;
    padding: 0 30px;
    padding-top: 36px;
    padding-bottom: 25px; }
    .Information .group .list:nth-child(3n) {
      margin-right: 0; }
    .Information .group .list h2 {
      font-size: 18px;
      color: #222222;
      line-height: 30px; }
    .Information .group .list p {
      font-size: 14px;
      line-height: 24px;
      color: #444444;
      margin-top: 15px; }
    .Information .group .list .line {
      margin-top: 15px;
      width: 100%;
      height: 1px;
      background-color: #e0e1e5; }
    .Information .group .list .bottom {
      margin-top: 15px;
      position: relative; }
      .Information .group .list .bottom .item {
        font-size: 16px;
        line-height: 24px;
        color: #666666; }
        .Information .group .list .bottom .item em {
          font-size: 30px;
          color: #444444;
          display: block;
          line-height: 1; }
      .Information .group .list .bottom .icon {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transform: translateY(-50%); }
        .Information .group .list .bottom .icon .icon1 {
          display: none; }
        .Information .group .list .bottom .icon .icon2 {
          display: block; }
    .Information .group .list:hover {
      background-color: #023894;
      position: relative;
      top: -5px; }
      .Information .group .list:hover h2 {
        color: #fff; }
      .Information .group .list:hover p {
        color: #fff; }
      .Information .group .list:hover .line {
        background-color: #fff; }
      .Information .group .list:hover .bottom .item {
        color: #fff; }
        .Information .group .list:hover .bottom .item em {
          color: #fff; }
      .Information .group .list:hover .bottom .icon .icon2 {
        display: none; }
      .Information .group .list:hover .bottom .icon .icon1 {
        display: block; }

.Information .page .pagination {
  clear: both;
  overflow: hidden;
  padding: 32px 0 60px 0;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }
  .Information .page .pagination li {
    float: left;
    margin-right: 10px;
    box-shadow: 0 1px 2px 2px rgba(235, 235, 235, 0.75); }
    .Information .page .pagination li:nth-last-child(1) {
      margin-right: 0; }
    .Information .page .pagination li a {
      display: inline-block;
      line-height: 35px;
      min-width: 35px;
      box-sizing: border-box;
      padding: 0 8px;
      background-color: #fff;
      font-size: 14px;
      color: #666666;
      text-align: center; }
    .Information .page .pagination li span {
      display: inline-block;
      line-height: 35px;
      min-width: 35px;
      box-sizing: border-box;
      padding: 0 8px;
      background-color: #fff;
      font-size: 14px;
      color: #023894;
      text-align: center; }
      .Information .page .pagination .active span {
        background-color: #023894;
        color: white;
      }

.Information .details {
  background-color: #ffffff;
  padding: 60px 120px;
  margin-bottom: 70px; }
  .Information .details .tit {
    font-size: 26px;
    color: #000000;
    text-align: center; }
  .Information .details .time {
    font-size: 16px;
    line-height: 24px;
    color: #bbbbbb;
    text-align: center;
    margin-top: 10px; }
  .Information .details .textcont {
    margin-top: 15px;
    border-top: 1px solid #dedede;
    padding-top: 35px; }
    .Information .details .textcont p {
      font-size: 14px;
      color: #555555;
      line-height: 30px;
      margin-bottom: 40px; }
    .Information .details .textcont img {
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      margin-bottom: 50px;
      max-width: 100%; }
  .Information .details .link {
    clear: both;
    overflow: hidden;
    padding-top: 30px; }
    .Information .details .link a {
      display: inline-block;
      width: 172px;
      line-height: 50px;
      color: #444444;
      background-color: #e8e8e8;
      font-size: 16px;
      font-weight: bold;
      text-align: center; }
      .Information .details .link a.left {
        float: left; }
      .Information .details .link a.right {
        float: right; }
      .Information .details .link a:hover {
        background-color: #023894;
        color: #fff; }

.Login {
  width: 100%;
  height: 100vh;
  clear: both;
  overflow: hidden; }
  .Login .left {
    width: 50%;
    height: 100%;
    float: left; }
    .Login .left img {
      height: 100%;
      width: 100%; }
  .Login .right {
    width: 50%;
    height: 100%;
    float: right;
    background-color: #fff;
    position: relative; }
    .Login .right .logo {
      max-width: unset;
      width: auto !important;
      position: absolute;
      top: 30px;
      left: 30px; }
    .Login .right .cont {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: inline-block;
      min-width: 530px; }
      .Login .right .cont .tit {
        margin-bottom: 50px;
        text-align: center; }
        .Login .right .cont .tit h2 {
          font-size: 36px;
          color: #2e2e2e;
          font-weight: bold;
          line-height: 1; }
        .Login .right .cont .tit h3 {
          font-size: 16px;
          color: #666666;
          line-height: 30px;
          margin-top: 20px; }
      .Login .right .cont .fill input {
        margin-bottom: 30px;
        padding: 0 20px;
        border: 1px solid #e7e7e7;
        width: 100%;
        line-height: 60px;
        box-sizing: border-box;
        font-size: 16px;
        color: #333; }
      .Login .right .cont .operation {
        clear: both;
        overflow: hidden; }
        .Login .right .cont .operation a {
          font-size: 18px;
          line-height: 30px;
          display: inline-block;
          color: #444444; }
          .Login .right .cont .operation a.wangji {
            float: left; }
          .Login .right .cont .operation a.zhuce {
            float: right; }
      .Login .right .cont .suba {
        margin-top: 20px;
        width: 50%;
        margin-left: 25%;
        background-color: transparent;
        font-size: 18px;
        color: #023894;
        display: inline-block;
        text-align: center; }
      .Login .right .cont .sub {
        line-height: 70px;
        width: 100%;
        background-color: #023894;
        font-size: 24px;
        color: #fff;
        display: inline-block;
        text-align: center;
        margin-top: 40px; }
  .Login.Register .cont .tit {
    margin-bottom: 35px; }
  .Login.Register .cont .fill input {
    margin-bottom: 25px;
    line-height: 55px; }
  .Login.Register .cont .suba {
    margin-top: 10px; }
  .Login.Register .cont .sub {
    line-height: 60px;
    margin-top: 30px; }

.Overseas img {
  max-width: unset;
  width: auto !important; }

.Overseas .process {
  background-color: #fff;
  padding-top: 60px; }
  .Overseas .process .tit {
    text-align: center; }
    .Overseas .process .tit h2 {
      font-size: 36px;
      line-height: 1;
      color: #222222; }
    .Overseas .process .tit h3 {
      font-size: 14px;
      color: #555555;
      line-height: 30px;
      padding-top: 5px; }
  .Overseas .process .cont {
    margin-top: 20px;
    clear: both;
    overflow: hidden; }
    .Overseas .process .cont .bg {
      width: 100% !important; }
    .Overseas .process .cont .bg1 {
      display: none; }
    .Overseas .process .cont .aaa {
      display: none;
      float: left;
      width: 462px; }
      .Overseas .process .cont .aaa .top .list {
        float: left; }
      .Overseas .process .cont .aaa .top .jian {
        float: left; }
    .Overseas .process .cont .bbb {
      display: none;
      width: 476px;
      float: left; }
      .Overseas .process .cont .bbb .img .icon1 {
        float: left; }
      .Overseas .process .cont .bbb .img .icon2 {
        float: left; }
      .Overseas .process .cont .bbb .img .icon3 {
        float: left; }

.Overseas .advantage {
  position: relative;
  height: auto;
  overflow: hidden; }
  .Overseas .advantage .bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 0; }
  .Overseas .advantage .cont {
    position: relative;
    z-index: 2; }
    .Overseas .advantage .cont .tit {
      text-align: center;
      padding-top: 60px; }
      .Overseas .advantage .cont .tit h2 {
        font-size: 36px;
        line-height: 1;
        color: #222222; }
    .Overseas .advantage .cont .top {
      margin-top: 80px; }
      .Overseas .advantage .cont .top .list {
        width: 225px;
        float: left;
        background-color: #fff;
        border-radius: 30px 0 30px 0;
        padding: 0 20px;
        box-sizing: border-box;
        text-align: center;
        min-height: 295px;
        position: relative;
        box-shadow: 0 0 30px 10px rgba(197, 200, 210, 0.3); }
        .Overseas .advantage .cont .top .list img {
          margin-top: 50px; }
        .Overseas .advantage .cont .top .list h2 {
          font-size: 20px;
          color: #222222;
          line-height: 36px;
          margin-top: 15px; }
        .Overseas .advantage .cont .top .list p {
          font-size: 14px;
          line-height: 24px;
          color: #666666;
          margin-top: 10px; }
        .Overseas .advantage .cont .top .list span {
          position: absolute;
          bottom: -17px;
          right: 20px;
          font-size: 72px;
          color: #eff3fe; }
      .Overseas .advantage .cont .top .icon {
        margin: 0 24px;
        float: left;
        margin-top: 139px; }
      .Overseas .advantage .cont .top .icon1 {
        display: none; }
    .Overseas .advantage .cont .bottom {
      clear: both;
      overflow: hidden;
      padding-bottom: 75px; }
      .Overseas .advantage .cont .bottom .list {
        width: 25%;
        float: left;
        margin-top: 200px; }
        .Overseas .advantage .cont .bottom .list .yuan {
          border-radius: 50%;
          border: 1px solid #cccccc;
          width: 160px;
          height: 160px;
          position: relative;
          left: 50%;
          transform: translateX(-50%);
          margin-bottom: 15px;
          background-color: #fff;
          box-shadow: 0 0 30px 10px rgba(197, 200, 210, 0.3); }
          .Overseas .advantage .cont .bottom .list .yuan p {
            display: inline-block;
            width: 100%;
            font-size: 26px;
            line-height: 42px;
            color: #023894;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center; }
        .Overseas .advantage .cont .bottom .list span {
          display: inline-block;
          width: 100%;
          font-size: 14px;
          color: #222222;
          line-height: 24px;
          text-align: center;
          display: inline-block; }

.Service img {
  max-width: unset;
  width: auto !important; }

.Service .ServiceTit {
  font-size: 36px;
  line-height: 36px;
  margin: 60px 0;
  text-align: center; }

.Service .storage .group {
  padding-bottom: 60px; }
  .Service .storage .group .list {
    float: left;
    width: calc(25% - 78px);
    box-shadow: 0 0 30px 10px rgba(197, 200, 210, 0.3);
    border-radius: 8px;
    text-align: center;
    padding-top: 38px;
    padding-bottom: 30px; }
    .Service .storage .group .list .img {
      min-height: 63px; }
    .Service .storage .group .list h2 {
      margin-top: 12px;
      font-size: 20px;
      color: #222222;
      line-height: 36px; }
  .Service .storage .group .icon {
    float: left;
    margin: 0 30px;
    margin-top: 78px; }
  .Service .storage .group .icon1 {
    display: none; }
  .Service .storage .group .drow {
    float: left;
    width: 100%;
    text-align: right;
    padding: 32px 0;
    padding-right: calc(12.5% - 51px);
    box-sizing: border-box; }

.Service .transport {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
  background-image: url(../update/img17.jpg); }
  .Service .transport .bg {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%; }
  .Service .transport .cont {
    position: relative;
    z-index: 5; }
    .Service .transport .cont .ServiceTit {
      color: #fff; }
    .Service .transport .cont .trancont {
      background-image: linear-gradient(to right, #343941, #31363e);
      padding-bottom: 50px;
      position: relative; }
      .Service .transport .cont .trancont .left {
        width: 50%;
        float: left;
        padding-left: 55px;
        box-sizing: border-box; }
        .Service .transport .cont .trancont .left .list {
          width: 50%;
          float: left;
          margin-bottom: 20px;
          padding-top: 50px; }
          .Service .transport .cont .trancont .left .list h2 {
            font-size: 18px;
            color: #ffffff;
            line-height: 36px; }
          .Service .transport .cont .trancont .left .list p {
            font-size: 14px;
            color: #bbbbbb;
            line-height: 24px;
            position: relative;
            padding-left: 20px; }
            .Service .transport .cont .trancont .left .list p::after {
              position: absolute;
              top: 8px;
              left: 0;
              width: 8px;
              height: 8px;
              border-radius: 50%;
              background-color: #01b7ef;
              font-size: 0;
              content: ''; }
      .Service .transport .cont .trancont .right {
        height: 308px;
        width: auto;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }

.Service .agent {
  padding-bottom: 100px; }
  .Service .agent .top {
    margin-bottom: 50px; }
    .Service .agent .top .list {
      float: left;
      width: calc(33.33% - 47px);
      box-shadow: 0 0 30px 10px rgba(197, 200, 210, 0.3);
      text-align: center;
      border-radius: 8px;
      padding-top: 30px;
      padding-bottom: 30px; }
      .Service .agent .top .list img {
        margin-bottom: 20px; }
      .Service .agent .top .list p {
        font-size: 20px;
        color: #222222;
        line-height: 36px; }
    .Service .agent .top .icon {
      float: left;
      margin: 0 25px;
      margin-top: 81px; }
    .Service .agent .top .icon1 {
      display: none; }
  .Service .agent .bottom .item {
    margin-bottom: 20px;
    box-shadow: 0 0 30px 10px rgba(197, 200, 210, 0.3);
    border-radius: 8px;
    padding: 15px 60px; }
    .Service .agent .bottom .item h2 {
      font-size: 20px;
      line-height: 36px;
      color: #222222; }
    .Service .agent .bottom .item h3 {
      font-size: 14px;
      line-height: 24px;
      color: #222222;
      margin-top: 5px; }

@media (max-width: 1500px) {
  .wrap {
    width: 1200px; }
  .headTopRight ul li {
    padding: 0 22px; }
    .news_cons_group ul li {
      padding: 25px 28px; }
    .news_cons_group ul li .right .text {
    font-size: 16px; }
  .footLeft .footNav a {
    padding: 0 36px; }
  .Overseas .advantage .cont .top .icon {
    margin: 0 15px;
    margin-top: 139px; }
  .Overseas .advantage .cont .top .list {
    width: 200px;
    min-height: 309px;
    box-shadow: 0 0 30px 10px rgba(197, 200, 210, 0.3); }
  .Overseas .advantage .cont .bottom .list {
    margin-top: 155px; }
  .banner .swiper-container .swiper-slide h2 {
    font-size: 32px;
    line-height: 48px; } }

@media (max-width: 1200px) {
  .wrap {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%; }
  .PC {
    display: none; }
  .mobile {
    display: block; }
  .footLeft .footNav {
    margin-bottom: 1rem; }
  .foot > .flex_center {
    display: block; }
  .footLeft {
    display: block; }
  .footCode {
    margin: 1rem auto 0; }
  .links ul li {
    width: calc((100% - (1.57% * 2)) / 3); }
    .links ul li:nth-child(6n) {
      margin-right: 1.57%; }
    .links ul li:nth-child(3n) {
      margin-right: 0; }
  .footLeft .footNav a {
    padding: 0 4.5%; }
  .news_cons > .flex_center {
    display: block; }
  .news_cons_left {
    margin: 0 auto 2%; }
  .news_cons {
    padding-bottom: 3%; }
  .company_intr > .wrap > .flex_center {
    display: block; }
  .company_intr_event {
    width: auto;
    margin-right: 0; }
  .Certificates .group .list .right {
    width: 450px; }
  .Overseas .advantage .cont .top .list {
    width: calc(20% - 40px);
    min-height: 350px; }
  .Overseas .advantage .cont .bottom .list {
    margin-top: 100px; }
  .Service .transport .cont .trancont .left {
    width: 100%;
    float: left;
    padding: 0 55px;
    box-sizing: border-box; }
  .Service .transport .cont .trancont .right {
    position: relative;
    left: 50%;
    top: unset;
    transform: translateX(-50%);
    width: 50% !important;
    height: auto;
    margin-top: 50px; }
  .Service .agent .top .list {
    min-height: 203px;
    box-sizing: border-box; }
  .Service .agent .top .list p {
    font-size: 17px;
    color: #222222;
    line-height: 30px;
    padding: 0 20px; }
  .banner .swiper-container .swiper-slide h2 {
    font-size: 25px;
    line-height: 35px;
    padding: 0;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

@media (max-width: 767px) {
  .wrap {
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0; }
  .banner .swiper-container .swiper-slide {
    position: relative;
    min-height: 10rem; }
  .banner .swiper-container .swiper-slide img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 100%;
    width: auto;
    z-index: 1; }
  .banner .swiper-container .swiper-slide h2 {
    font-size: 1rem;
    line-height: 1.3rem;
    padding: 0 1.5rem; }
  .pubTitle {
    font-size: 1.1rem;
    padding: 1.5rem 0; }
  .orderSearch {
    padding: 0.5rem 2.5%;
    margin-top: -1.5rem; }
    .orderSearch em {
      height: 2rem;
      line-height: 2rem;
      font-size: 0.75rem;
      display: block;
      width: auto; }
    .orderSearch input {
      padding: 0 0.5rem;
      height: 2rem;
      line-height: 2rem;
      font-size: 0.7rem;
      margin-left: 0.5rem; }
    .orderSearch span {
      width: auto;
      height: 2rem;
      line-height: 2rem;
      font-size: 0.75rem;
      padding: 0 0.75rem; }
  .service_items {
    padding-bottom: 1rem; }
  .service_items ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5%; }
  .service_items ul li img {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 0.5rem; }
  .company_intr_explain {
    display: block;
    padding: 1rem 2.5%; }
  .company_intr_explain img {
    margin-left: 0;
    width: 100%;
    height: auto; }
  .company_intr {
    padding-bottom: 1rem; }
  .news_cons_left {
    width: 100%;
    height: auto; }
  .news_cons_left > img {
    width: auto;
    height: auto;
    max-width: 100%; }
  .news_cons_left .news_cons_float {
    padding: 0.3rem 2.5%;
    font-size: 0.8rem;
    line-height: 1.2rem; }
    .news_cons_group ul li {
    float: none;
    width: 100%;
    margin-right: 0; }
  .news_cons_group ul li:nth-last-child(1), .news_cons_group ul li:nth-last-child(2) {
    margin-bottom: 10px; }
  .links ul li {
    margin-bottom: 0.2rem; }
  .foot {
    padding: 1rem 0; }
  /*人才招聘*/
  .Recruit {
    padding-bottom: 3rem; }
    .Recruit .Recruitgroup .Recruitlist {
      margin-bottom: 1rem; }
      .Recruit .Recruitgroup .Recruitlist .top {
        padding: 0.75rem;
        line-height: 1.25rem;
        font-size: 0.8rem; }
        .Recruit .Recruitgroup .Recruitlist .top img {
          right: 0.75rem;
          width: 1.05rem;
          height: 1.05rem; }
      .Recruit .Recruitgroup .Recruitlist .bottom {
        padding: 1rem 0; }
        .Recruit .Recruitgroup .Recruitlist .bottom .item {
          padding: 0 1.5rem;
          margin-bottom: 0.5rem; }
          .Recruit .Recruitgroup .Recruitlist .bottom .item h2 {
            font-size: 0.7rem;
            line-height: 2rem;
            margin-bottom: 0; }
          .Recruit .Recruitgroup .Recruitlist .bottom .item .text p {
            font-size: 0.7rem;
            line-height: 1.4rem; }
  /*关于我们*/
  .Aboutus {
    padding-bottom: 2rem; }
    .Aboutus .group .list {
      margin-bottom: 2rem; }
      .Aboutus .group .list h2 {
        font-size: 0.8rem;
        line-height: 1rem;
        margin-bottom: 0.75rem; }
      .Aboutus .group .list p {
        font-size: 0.65rem;
        line-height: 1.2rem; }
  /*联系我们*/
  .Contactus {
    padding-bottom: 60px; }
    .Contactus img {
      max-width: 100%;
      width: auto !important; }
    .Contactus .address {
      clear: both;
      overflow: hidden;
      margin-bottom: 1.5rem; }
      .Contactus .address .item {
        margin-right: 0;
        width: 100%;
        padding: 0 1rem;
        min-height: unset;
        padding-bottom: 1.5rem;
        margin-bottom: 1rem; }
        .Contactus .address .item:nth-child(4n) {
          margin-right: 0;
          margin-bottom: 0; }
        .Contactus .address .item img {
          padding-top: 1.5rem; }
        .Contactus .address .item h3 {
          font-size: 0.75rem;
          line-height: 1.2rem;
          padding-top: 0.75rem; }
        .Contactus .address .item h2 {
          font-size: 0.75rem;
          line-height: 1.2rem;
          padding-top: 0; }
    .Contactus #allmap {
      margin-bottom: 1.5rem;
      width: 100%;
      height: 17rem; }
    .Contactus .info {
      display: block;
      justify-content: unset;
      padding: 1.5rem; }
      .Contactus .info .list {
        width: 100%;
        min-width: unset;
        margin-bottom: 1rem; }
        .Contactus .info .list:nth-last-child(1) {
          margin-bottom: 0; }
        .Contactus .info .list .img {
          min-height: unset; }
          .Contactus .info .list .img.img2 img {
            margin-top: 0; }
          .Contactus .info .list .img.img3 img {
            margin-bottom: 0.3rem; }
        .Contactus .info .list h2 {
          font-size: 0.7rem;
          line-height: 1.1rem;
          margin-top: 0.6rem; }
        .Contactus .info .list h3 {
          font-size: 0.7rem;
          line-height: 1.1rem;
          margin-top: 0.2rem; }
  /*证件上传*/
  .Certificates {
    background-color: #fff;
    padding-top: 1.5rem;
    margin: 1.5rem 0 3.5rem 0; }
    .Certificates .tit {
      font-size: 1rem; }
    .Certificates .group {
      margin-top: 1rem;
      padding-bottom: 2rem;
      display: block;
      left: 0;
      transform: unset; }
      .Certificates .group .list {
        margin-bottom: 0.75rem;
        padding: 0 1rem; }
        .Certificates .group .list .left {
          width: 100%;
          font-size: 0.75rem;
          text-align: left;
          line-height: 1.6rem;
          float: none;
          padding-right: 0;
          min-width: unset;
          display: inline-block; }
        .Certificates .group .list .right {
          box-sizing: border-box;
          padding: 0 0.75rem;
          width: 100%;
          float: unset; }
          .Certificates .group .list .right .inp1 {
            width: 100%;
            line-height: 2.2rem;
            font-size: 0.75rem; }
          .Certificates .group .list .right .tips {
            font-size: 0.7rem;
            line-height: 1rem;
            padding: 0.5rem 0; }
          .Certificates .group .list .right .img {
            width: 8rem;
            height: 5rem;
            margin-bottom: 1rem; }
      .Certificates .group .sub {
        font-size: 0.75rem;
        width: 6rem;
        line-height: 2.25rem;
        margin-left: 1rem;
        cursor: unset;
        margin-top: 1.5rem; }
  /*新闻咨询*/
  .Information img {
    /* width: auto !important; */
    max-width: unset; }
  .Information .tab {
    margin: 1.5rem 0;
    overflow-x: auto;
    white-space: nowrap; }
    .Information .tab a {
      margin-right: 10px;
      width: 5.5rem;
      line-height: 2rem;
      font-size: 0.75rem;
      float: unset; }
  .Information .group .list {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 100%;
    padding: 0 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .Information .group .list h2 {
      font-size: 0.75rem;
      line-height: 1.2rem; }
    .Information .group .list p {
      font-size: 0.65rem;
      line-height: 1rem;
      margin-top: 0.6rem; }
    .Information .group .list .line {
      margin-top: 0.6rem; }
    .Information .group .list .bottom {
      margin-top: 0.6rem; }
      .Information .group .list .bottom .item {
        font-size: 0.75rem;
        line-height: 1rem; }
        .Information .group .list .bottom .item em {
          font-size: 1rem; }
      .Information .group .list .bottom .icon {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transform: translateY(-50%); }
        .Information .group .list .bottom .icon .icon1 {
          display: none; }
        .Information .group .list .bottom .icon .icon2 {
          display: block; }
    .Information .group .list:hover {
      background-color: #023894;
      position: relative;
      top: -5px; }
      .Information .group .list:hover h2 {
        color: #fff; }
      .Information .group .list:hover p {
        color: #fff; }
      .Information .group .list:hover .line {
        background-color: #fff; }
      .Information .group .list:hover .bottom .item {
        color: #fff; }
        .Information .group .list:hover .bottom .item em {
          color: #fff; }
      .Information .group .list:hover .bottom .icon .icon2 {
        display: none; }
      .Information .group .list:hover .bottom .icon .icon1 {
        display: block; }
  .Information .page .pagination {
    padding: 1rem 0 1.5rem 0; }
    .Information .page .pagination li {
      margin-bottom: 0.5rem; }
      .Information .page .pagination li a {
        display: inline-block;
        line-height: 35px;
        min-width: 35px;
        box-sizing: border-box;
        padding: 0 8px;
        background-color: #fff;
        font-size: 14px;
        color: #666666;
        text-align: center; }
      .Information .page .pagination li span {
        display: inline-block;
        line-height: 35px;
        min-width: 35px;
        box-sizing: border-box;
        padding: 0 8px;
        background-color: #fff;
        font-size: 14px;
        color: #023894;
        text-align: center; }
  .Information .details {
    padding: 1.5rem 1.5rem;
    margin-bottom: 3rem; }
    .Information .details .tit {
      font-size: 0.85rem; }
    .Information .details .time {
      font-size: 0.7rem;
      line-height: 0.95rem;
      margin-top: 0.5rem; }
    .Information .details .textcont {
      margin-top: 0.75rem;
      padding-top: 1rem; }
      .Information .details .textcont p {
        font-size: 0.65rem;
        line-height: 1.4rem;
        margin-bottom: 1rem; }
      .Information .details .textcont img {
        margin-bottom: 1.5rem; }
    .Information .details .link {
      padding-top: 0.75rem; }
      .Information .details .link a {
        width: 4.5rem;
        line-height: 2rem;
        font-size: 0.65rem; }
  .Login {
    position: relative; }
    .Login .left {
      width: 100%; }
    .Login .right {
      width: calc(100% - 3rem);
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-height: 80%;
      height: auto;
      float: unset;
      border-radius: 0.5rem;
      overflow-y: auto; }
      .Login .right .logo {
        max-width: unset;
        width: 7rem !important;
        position: relative;
        left: 50%;
        top: unset;
        transform: translateX(-50%);
        margin-top: 1.25rem; }
      .Login .right .cont {
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
        min-width: unset;
        width: 100%;
        padding: 0 1rem;
        box-sizing: border-box;
        margin-top: 2rem;
        padding-bottom: 2rem; }
        .Login .right .cont .tit {
          margin-bottom: 1.25rem; }
          .Login .right .cont .tit h2 {
            font-size: 1.1rem; }
          .Login .right .cont .tit h3 {
            font-size: 0.7rem;
            color: #666666;
            line-height: 1.2rem;
            margin-top: 0.5rem; }
        .Login .right .cont .fill input {
          margin-bottom: 1rem;
          padding: 0 0.75rem;
          line-height: 2.25rem;
          font-size: 0.75rem; }
        .Login .right .cont .operation a {
          font-size: 0.7rem;
          line-height: 1.5rem; }
        .Login .right .cont .suba {
          margin-top: 0;
          width: 100%;
          margin-left: 0;
          line-height: 2.5;
          font-size: 0.75rem; }
        .Login .right .cont .sub {
          line-height: 2.5rem;
          font-size: 0.85rem;
          margin-top: 1.25rem;
          border-radius: 0.25rem; }
    .Login.Register .cont {
      position: relative;
      top: 0;
      left: 0;
      transform: unset;
      min-width: unset;
      width: 100%;
      padding: 0 1rem;
      box-sizing: border-box;
      margin-top: 2rem;
      padding-bottom: 2rem; }
      .Login.Register .cont .tit {
        margin-bottom: 1.25rem; }
        .Login.Register .cont .tit h2 {
          font-size: 1.1rem; }
      .Login.Register .cont .fill input {
        margin-bottom: 1rem;
        padding: 0 0.75rem;
        line-height: 2.25rem;
        font-size: 0.75rem; }
      .Login.Register .cont .operation a {
        font-size: 0.7rem;
        line-height: 1.5rem; }
      .Login.Register .cont .suba {
        margin-top: 0;
        width: 100%;
        margin-left: 0;
        line-height: 2.5;
        font-size: 0.75rem; }
      .Login.Register .cont .sub {
        line-height: 2.5rem;
        font-size: 0.85rem;
        margin-top: 0.5rem;
        border-radius: 0.25rem; }
  .Overseas .process {
    padding-top: 1.5rem; }
    .Overseas .process .tit h2 {
      font-size: 1.1rem; }
    .Overseas .process .tit h3 {
      font-size: 0.65rem;
      line-height: 1.1rem;
      padding-top: 0.75rem; }
    .Overseas .process .cont {
      margin-top: 0.25rem; }
      .Overseas .process .cont .bg {
        display: none; }
      .Overseas .process .cont .bg1 {
        display: block;
        width: 100% !important; }
  .Overseas .advantage {
    padding-top: 1.5rem; }
    .Overseas .advantage .bg {
      display: none; }
    .Overseas .advantage .cont .tit {
      padding-top: 0; }
      .Overseas .advantage .cont .tit h2 {
        font-size: 1.1rem; }
    .Overseas .advantage .cont .top {
      margin-top: 1.5rem; }
      .Overseas .advantage .cont .top .list {
        width: 90%;
        margin-left: 5%;
        padding: 0 1rem;
        min-height: unset;
        height: auto;
        padding-bottom: 3rem; }
        .Overseas .advantage .cont .top .list img {
          margin-top: 1.75rem;
          width: 2.5rem !important; }
        .Overseas .advantage .cont .top .list h2 {
          font-size: 0.9rem;
          color: #222222;
          line-height: 1.5rem;
          margin-top: 0.8rem; }
        .Overseas .advantage .cont .top .list p {
          font-size: 14px;
          line-height: 24px;
          color: #666666;
          margin-top: 10px; }
        .Overseas .advantage .cont .top .list span {
          right: 1rem;
          font-size: 3.25rem;
          bottom: -0.7rem; }
      .Overseas .advantage .cont .top .icon {
        display: none; }
      .Overseas .advantage .cont .top .icon1 {
        display: block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        padding: 1rem 0; }
    .Overseas .advantage .cont .bottom {
      padding-bottom: 3rem;
      padding-top: 1.5rem; }
      .Overseas .advantage .cont .bottom .list {
        width: 50%;
        margin-top: 2rem; }
        .Overseas .advantage .cont .bottom .list .yuan {
          width: 6rem;
          height: 6rem;
          margin-bottom: 0.75rem;
          box-shadow: 0 0 1rem 0.25rem rgba(197, 200, 210, 0.3); }
          .Overseas .advantage .cont .bottom .list .yuan p {
            font-size: 1rem;
            line-height: 1.5rem; }
  .Service .ServiceTit {
    font-size: 1.1rem;
    line-height: 1;
    margin: 1.5rem 0; }
  .Service .storage .group {
    padding-bottom: 60px; }
    .Service .storage .group .list {
      width: 90%;
      margin-left: 5%;
      padding-top: 1.5rem;
      padding-bottom: 1rem; }
      .Service .storage .group .list .img {
        min-height: unset; }
        .Service .storage .group .list .img img {
          width: 2rem !important; }
      .Service .storage .group .list h2 {
        font-size: 0.85rem;
        line-height: 1.2rem; }
    .Service .storage .group .icon {
      display: none; }
    .Service .storage .group .icon1 {
      display: block;
      position: relative;
      margin: 0.75rem 0;
      width: 100%;
      text-align: center;
      float: left; }
      .Service .storage .group .icon1 img {
        width: 0.75rem !important; }
    .Service .storage .group .drow {
      display: none; }
  .Service .transport {
    padding-bottom: 1.5rem; }
    .Service .transport .cont .trancont {
      padding-bottom: 50px; }
      .Service .transport .cont .trancont .left {
        width: 100%;
        padding: 0 1.5rem; }
        .Service .transport .cont .trancont .left .list {
          width: 100%;
          float: left;
          margin-bottom: 0;
          padding-top: 1.5rem; }
      .Service .transport .cont .trancont .right {
        width: 80% !important;
        position: relative;
        right: unset;
        left: unset;
        top: unset;
        height: auto;
        margin-left: 10%;
        transform: unset; }
  .Service .agent {
    padding-bottom: 3rem; }
    .Service .agent .top {
      margin-bottom: 1.5rem; }
      .Service .agent .top .list {
        width: 100%;
        min-height: unset; }
        .Service .agent .top .list img {
          margin-bottom: 0.75rem;
          width: 2.5rem !important; }
        .Service .agent .top .list p {
          font-size: 0.8rem;
          line-height: 1.5; }
      .Service .agent .top .icon {
        display: none; }
      .Service .agent .top .icon1 {
        display: block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        padding: 0.75rem 0; }
    .Service .agent .bottom .item {
      padding: 0.75rem 1.5rem; }
      .Service .agent .bottom .item h2 {
        font-size: 0.85rem;
        line-height: 1.2rem; }
      .Service .agent .bottom .item h3 {
        font-size: 0.65rem;
        line-height: 1.2rem; } }
