/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
/* RESPONSIVE CSS
------------------------------------------------------------------------------------------------- */
/* common */
.head_top {
  height: 93px; background: white;}
  .head_top .logo {
    width: 255px;
    float: left;
    margin-left: 22px;
    margin-top: 17px;
    cursor: pointer; }
  .head_top .logo_img {
    width: 161px;
    float: left; }
    .head_top .logo_img img {
      width: 100%; }
  .head_top #cfty {
    width: 92px;
    margin-top: 5px; }
  .head_top .navi_container {
    width: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
    padding-left: 0px; }
    .head_top .navi_container li {
      font-size: 14px!important;
      padding: 30px 0px 40px 17px;
      float: left;
      text-align: center;
      cursor: pointer;
      list-style: none; }
      .head_top .navi_container li span {
        font-size: 13px;
        color: #000; }
      .head_top .navi_container li .glyphicon {
        font-size: 8px;
        color: #aeaeae;
        margin-top: -10px; }
      .head_top .navi_container li .sub_nav {
        position: absolute;
        display: none;
        top: 90px;
        left: 0;
        height: 120px;
        z-index: 1060;
        width: 100%;
        padding: 1px;
        font-size: 12px;
        font-weight: 400;
        text-align: left;
        text-align: center;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        letter-spacing: normal;
        word-break: normal;
        word-spacing: normal;
        word-wrap: normal;
        white-space: normal;
        background-color: #f6f6f6;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
        .head_top .navi_container li .sub_nav .arrow {
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-color: transparent;
          top: -22px;
          margin-left: -11px;
          border-top-width: 0;
          border-width: 11px;
          border-bottom-color: #eaeaea; }
        .head_top .navi_container li .sub_nav .arrow:after {
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          border-color: transparent;
          border-style: solid;
          top: -8px;
          margin-left: -10px;
          content: " ";
          border-top-width: 0;
          border-width: 10px;
          border-bottom-color: #f6f6f6; }
        .head_top .navi_container li .sub_nav .nav_unit {
          position: relative;
          display: inline-block;
          width: 132px;
          height: 120px;
          padding: 0px 30px; }
          .head_top .navi_container li .sub_nav .nav_unit img {
            margin: auto;
            margin-top: 10px; }
          .head_top .navi_container li .sub_nav .nav_unit p {
            margin-top: 10px;
            color: #006ab7; }
          .head_top .navi_container li .sub_nav .nav_unit a {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%; }
          .head_top .navi_container li .sub_nav .nav_unit .activeImg {
            display: none; }
          .head_top .navi_container li .sub_nav .nav_unit .unactiveImg {
            display: block; }
        .head_top .navi_container li .sub_nav .nav_unit:hover {
          background: #000f57; }
          .head_top .navi_container li .sub_nav .nav_unit:hover p {
            color: #fff; }
          .head_top .navi_container li .sub_nav .nav_unit:hover .activeImg {
            display: block; }
          .head_top .navi_container li .sub_nav .nav_unit:hover .unactiveImg {
            display: none; }
    .head_top .navi_container li:hover span {
      color: #000f57; }
    .head_top .navi_container li:hover .sub_nav {
      display: block; }
    .head_top .navi_container li:hover .hvr-icon-spin:before {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .head_top .navi_container li .inactiveArrow {
        display: inline-block;
    }
    .head_top .navi_container li .activeArrow {
        display: none;
    }
    .head_top .navi_container li:hover .inactiveArrow {
        display: none;
    }
    .head_top .navi_container li:hover .activeArrow {
        display: inline-block;
    }
     
    .head_top .navi_container li:hover span {
        color: #000f57;
    }
    .head_top .navi_container .firstLi {
      margin-left: 0px; }
  .head_top #cruise .arrow {
    left: 353px; }
  .head_top #experience .arrow {
    left: 450px; }
  .head_top #ship .arrow {
    left: 541px; }
  .head_top #welfare .arrow {
    left: 629px; }
  .head_top #helpCenter .arrow {
    left: 718px; }
  .head_top .nav_contact {
    margin-top: 25px;
    margin-right: 25px;
    width: 288px;
    height: 34px;
    float: right; }
    .head_top .nav_contact .online_service {
      position: relative;
      width: 85px;
      height: 100%;
      float: left;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      background: #fbc300;
      cursor: pointer; }
      .head_top .nav_contact .online_service img {
        position: absolute;
        top: 8px;
        left: 10px;
        width: 65px; }
    .head_top .nav_contact .phoneCall {
      width: 135px;
      height: 100%;
      float: left;
      background: #1174b8;
      font-size: 12px; }
      .head_top .nav_contact .phoneCall img {
        float: left;
        margin-top: 6px;
        margin-left: 16px; }
      .head_top .nav_contact .phoneCall div {
        margin-top: 7px;
        margin-left: 4px;
        float: left; }
      .head_top .nav_contact .phoneCall a {
        line-height: 12px;
        color: #fff;
        vertical-align: middle; }
    .head_top .nav_contact .weibo {
      position: relative;
      width: 34px;
      height: 100%;
      float: left;
      background: #f6f6f6;
      border-right: solid #eaeaea 1px; }
      .head_top .nav_contact .weibo img {
        position: absolute;
        top: 10px;
        left: 8px; }
      .head_top .nav_contact .weibo .unactive {
        display: block; }
      .head_top .nav_contact .weibo .active {
        display: none; }
    .head_top .nav_contact .weibo:hover {
      background: #CD270C; }
    .head_top .nav_contact .weixin {
      position: relative;
      width: 34px;
      height: 100%;
      float: left;
      background: #f6f6f6;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
      .head_top .nav_contact .weixin img {
        position: absolute;
        top: 10px;
        left: 8px; }
      .head_top .nav_contact .weixin .unactive {
        display: block; }
      .head_top .nav_contact .weixin .active {
        display: none; }
    .head_top .nav_contact .qrCode_container {
      position: absolute;
      display: none;
      top: 40px;
      left: -45px;
      width: 144px;
      height: 150px;
      background-color: #fff;
      z-index: 1111;
      -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
      .head_top .nav_contact .qrCode_container .service_code, .head_top .nav_contact .qrCode_container .subscribe_code {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100%;
        text-align: center; }
        .head_top .nav_contact .qrCode_container .service_code img, .head_top .nav_contact .qrCode_container .subscribe_code img {
          position: relative;
          width: 100px;
          top: 10px;
          left: 0px; }
        .head_top .nav_contact .qrCode_container .service_code p, .head_top .nav_contact .qrCode_container .subscribe_code p {
          margin-top: 20px;
          color: #000f57; 
          font-size: 14px;
        }
      .head_top .nav_contact .qrCode_container .service_code {
        border-right: 1px dotted #dbdbdb; }
    .head_top .nav_contact .weixin:hover {
      background-color: #69AB3D; }
      .head_top .nav_contact .weixin:hover .qrCode_container {
        display: block; }
    .head_top .nav_contact .weibo:hover, .head_top .nav_contact .weixin:hover {
      cursor: pointer; }
      .head_top .nav_contact .weibo:hover .unactive, .head_top .nav_contact .weixin:hover .unactive {
        display: none; }
      .head_top .nav_contact .weibo:hover .active, .head_top .nav_contact .weixin:hover .active {
        display: block; }
  .head_top .nav_login {
    width: 180px;
    float: right;
    font-size: 12px;
    border-left: solid 1px #e3e6ea;
    text-align: center; }
    .head_top .nav_login .needLogin {
      position: relative;
      padding: 33px 30px; }
      .head_top .nav_login .needLogin a {
        color: #666; }
    .head_top .nav_login .hasLogin {
      position: relative;
      padding: 25px 0px;
      cursor: pointer; }
      .head_top .nav_login .hasLogin .loginLogo {
        width: 40px; }
      .head_top .nav_login .hasLogin .glyphicon {
        margin-top: -10px;
        font-size: 8px;
        color: #666; }
    .head_top .nav_login .hasLogin:hover .loginMenu {
      display: block; }
    .head_top .nav_login .loginMenu {
      display: none;
      position: absolute;
      top: 90px;
      left: -46px;
      width: 180px;
      border-top: solid 1px #dbdbdb;
      background-color: #fff;
      z-index: 10001; }
      .head_top .nav_login .loginMenu ul {
        list-style: none;
        padding-left: 0px;
        margin-bottom: 0px; }
        .head_top .nav_login .loginMenu ul li {
          position: relative;
          padding: 15px 20px;
          color: #1174b8;
          border-bottom: dotted 1px #dbdbdb;
          text-align: left;
          cursor: pointer; }
          .head_top .nav_login .loginMenu ul li .loginIcon {
            position: absolute;
            left: 15px;
            top: 15px;
            width: 29px;
            text-align: center; }
          .head_top .nav_login .loginMenu ul li p {
            position: relative;
            left: 50px;
            margin: 0px; }
        .head_top .nav_login .loginMenu ul li:hover {
          background-color: #fcc400;
          color: #333; }

/*------------- footer -------------*/
.foot_middle {
  position: relative;
  padding: 35px 0px;
  background-color: #05185e; }
  .foot_middle .foot_container {
    margin: 0 auto;
    width: 1280px; }
    .foot_middle .foot_container .col-lg-2 {
      width: 14.22%; }
    .foot_middle .foot_container h3 {
      padding-bottom: 15px;
      margin-bottom: 0px;
      font-size: 14px;
      font-weight: 600;
      color: #fff;
      border-bottom: solid 1px #374676; }
    .foot_middle .foot_container ul {
      padding-left: 0px; }
      .foot_middle .foot_container ul li {
        font-size: 14px;
        padding: 10px 0px;
        list-style: none;
        border-bottom: dotted 1px #374676; }
        .foot_middle .foot_container ul li a {
          font-size: 12px;
          color: #919ec8; }
        .foot_middle .foot_container ul li a:hover {
          color: #fff;
          text-decoration: none; }
        .foot_middle .foot_container ul li a:hover:after {
          margin-left: 15px;
          content: "\e649";
          font-family: 'themify';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }

.foot_bottom {
  padding: 35px 0px;
  background-color: #061544; }
  .foot_bottom .foot_container {
    width: 1280px;margin: 0 auto;
  }
    .foot_bottom .foot_container .logo_bottom {
      width: 181px; }
    .foot_bottom .foot_container .right {
      margin-top: 10px;
      float: right;
      color: #666b81;
      font-size: 12px; }
      .foot_bottom .foot_container .right a {
        font-size: 12px;
        color: #666b81; }
      .foot_bottom .foot_container .right a:hover {
        text-decoration: none;
        color: #7987b0; }

/*------------- animation -------------*/
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative; }

.hvr-icon-spin:before {
  position: absolute;
  padding: 0 1px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }


/******������ʽ*********/
.footer__txt {
    color:#919ec8;
    font-size:12px;
}

.weixin__container {
    position: absolute;
      display: none;
      top: 206px;
      left: 14px;
      width: 144px;
      height: 150px;
      background-color: #fff;
      z-index: 1111;
      -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 
}
.weixin__container .service_code {
     position: relative;
     display: inline-block;
     width: 100%;
     height: 100%;
     text-align: center;
}
.weixin__container .service_code img {
    position: relative;
          width: 100px;
          top: 10px;
          left: 0px;
}
.weixin__container .service_code p {
    margin-top: 20px;
    color: #000f57; 
    font-size: 14px;
}
.weixin__linkPic {
    cursor:pointer;
}

/*------------- ע��ѡ�񵯴� -------------*/
.needLogin_registerBtn {
    cursor:pointer;
}
#registerModal {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.modal-dialog {
  top: 150px;
}
.button--closed {
  width: 39px;
  position: absolute;
  top: 0px;
  right: -44px;
  cursor: pointer; }
.registerModal__content {
  text-align: center;
  padding: 40px 0; }

.registerModal__content-txt {
  margin-top: 20px;
  margin-bottom: 30px; 
  font-size:16px;
}

.registerModal__content-register{
  margin-bottom: 20px; }

.registerModal__content-register button{
  text-align: center;
  font-size: 16px;
  border-radius: 25px;
  padding:16px 84px;
  background: #fbc300;
  color: #031257; }

.registerModal__content-registerWeb button{
  text-align: center;
  font-size: 16px;
  border-radius: 25px;
  padding: 16px 36px;
  background: #031257;
  color: #fff; }

/*------------- ��ҳά��֪ͨ���� -------------*/
#informModal {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.modal-dialog {
  top: 150px;
}
.button--closed {
  width: 39px;
  position: absolute;
  top: 0px;
  right: -44px;
  cursor: pointer; }
.informModal__content {
  text-align: center;
  padding:0px 25px;
  font-size:18px;
}

.informModal__img {
    display: inline-block;
    width: 300px;   
}

.informModal__img img {
    width: 100%;
}

.informModal__content-txt{
  margin-top: 20px;
  margin-bottom: 30px; 
  font-size:15px;
  text-align:left;
}
.informModal__logo {
    padding-left:40px;
}
.informModal__closedBtn {
    font-size:26px;
    float:right;
    margin-right:10px;
    cursor:pointer;
}
.informModal__submitBtn {
}
.button--informSubmit {
    background:#172566;
    color:#fff;
    padding:8px 40px;
    border-radius:4px;
    font-size:14px;
    cursor:pointer;
}
.button--informSubmit:hover {
    background:#fcc400;
    color:#172566;
}

@font-face {
     font-family: 'fontNameRegular';
     src: url("../fonts/Gotham-Black.otf");
}

.activity_time {
    font-size:36px;
    font-weight:500;
    font-family:fontNameRegular;
}

.phoneCall_info {
    cursor:pointer;
}
/* pc
------------------------------------------------------------------------------------------------------- */
/* RESPONSIVE CSS
------------------------------------------------------------------------------------------------- */
/*-------------big screen--------------*/

@media screen and (min-width: 1440px) {
    .head_top .logo {
        width: 340px;
        float: left;
        margin-left: 22px;
        margin-top: 10px;
        cursor: pointer; }
    .head_top .logo_img {
        width: 201px;
        float: left; }
    .head_top .logo_img img {
          width: 100%; }
    .head_top #cfty {
        width: 120px;
        margin-top: 10px; }
    .head_top .navi_container li span {
        font-size: 14px;
        color: #000; }

}

/**** ����ֵ�� ****/
.head_top .nav_login .hasLogin {
    display:inline-block;
}
.head_top .nav_login .needLogin{
    display:inline-block;
    padding:33px 0px;
}
.onlineCheck {
    display:inline-block;
    margin-left:20px;
    background:#172566;
    padding:6px 8px;
    border-radius:6px;
}
.onlineCheck a {
    color:#fff;
}
.onlineCheck a:hover{
    color:#fff;
    text-decoration:none;
}
.loginId {
    width:42px;
    height:15px;
    display:inline-block;
    overflow:hidden;
}

/* RESPONSIVE CSS
------------------------------------------------------------------------------------------------- */
/* tablet landscape*/

@media screen and (min-width: 768px) and (max-width: 1330px) {
  .head_top .nav_contact {
      display: none;
  }

}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .foot_middle .container .col-md-2 {
      width: 14.22%; 
   }

}

/* RESPONSIVE CSS
------------------------------------------------------------------------------------------------- */
/* tablet portrait*/

/*# sourceMappingURL=nav.css.map */
