@charset "UTF-8";
body, html {
  margin: auto;
  background: #FFFFFF;
  width: 100%;
  min-width: 1380px;
  overflow: visible; }

.tab {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 120px;
  background: url("/resource/img/tab/tab-bg.png") no-repeat;
  background-size: cover; }
  .tab.service {
    background: url("/resource/img/tab/tab-service.png?201662645") no-repeat; }
  .tab.tab-white {
    background: #FFFFFF !important;
    -webkit-box-shadow: 0px -1px 0px 0px #EDEDEE;
            box-shadow: 0px -1px 0px 0px #EDEDEE;
    border-bottom: 1px solid  #EDEDEE; }
    .tab.tab-white .tab-main .logo {
      background: url("/resource/img/logo/logo.png?201662645") no-repeat; }
    .tab.tab-white .tab-main dl a {
      color: #021031; }
      .tab.tab-white .tab-main dl a.curr {
        color: #FF7C1A; }
        .tab.tab-white .tab-main dl a.curr::before {
          background: #FF7C1A; }
  .tab .tab-main {
    width: 1200px;
    height: 100%;
    margin: auto;
    line-height: 120px; }
    .tab .tab-main .logo {
      display: inline-block;
      background: url("/resource/img/logo/logo-white.png?201662645") no-repeat;
      background-size: contain;
      width: 216px;
      height: 68px;
      vertical-align: middle; }
    .tab .tab-main dl {
      display: inline-block;
      width: 900px;
      float: right;
      margin: 0;
      text-align: right; }
      .tab .tab-main dl a {
        font-size: 20px;
        color: #FFFFFF;
        margin-left: 80px;
        cursor: pointer;
        opacity: .6;
        position: relative;
        text-decoration: none; }
        .tab .tab-main dl a.curr {
          opacity: 1;
          font-weight: bold; }
          .tab .tab-main dl a.curr::before {
            content: "1";
            color: transparent;
            position: absolute;
            bottom: -10px;
            width: 100%;
            height: 4px;
            background: #FFFFFF; }
        .tab .tab-main dl a:first-child {
          margin-left: 0; }

footer {
  width: 100%;
  height: 449px;
  background: #021031;
  display: inline-block; }
  footer .customer-service {
    width: 1200px;
    margin: 68px auto 0 auto;
    height: 182px; }
    footer .customer-service .left {
      float: left;
      width: 49.9%;
      height: 100%;
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      line-height: 182px; }
      footer .customer-service .left .logo {
        vertical-align: middle;
        width: 348px;
        height: 110px; }
    footer .customer-service .right {
      float: left;
      width: 49.9%;
      height: 100%; }
      footer .customer-service .right p {
        padding-left: 80px;
        color: #FFFFFF;
        width: 100%;
        display: inline-block;
        opacity: .7; }
        footer .customer-service .right p.msg-1 {
          margin: 0 0 20px 0;
          font-size: 20px;
          line-height: .22px; }
        footer .customer-service .right p.msg-2 {
          font-size: 32px;
          line-height: 34px;
          margin: 12px 0 0 0; }
        footer .customer-service .right p.msg-3 {
          margin: 40px 0 0 0;
          font-size: 18px;
          line-height: 20px; }
  footer .copy-right {
    width: 1200px;
    height: 131px;
    margin: 68px  auto 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    footer .copy-right p {
      display: inline-block;
      color: #FFFFFF;
      width: 100%;
      text-align: center; }
      footer .copy-right p.link-info {
        margin: 40px 0 16px 0;
        font-size: 18px;
        line-height: 20px;
        opacity: .7; }
        footer .copy-right p.link-info span {
          cursor: pointer;
          margin-right: 24px; }
          footer .copy-right p.link-info span.curr a {
            color: #FF7C1A !important;
            opacity: 1 !important; }
          footer .copy-right p.link-info span a {
            text-decoration: none;
            color: #FFFFFF; }
      footer .copy-right p.desc {
        margin: 0;
        font-size: 13px;
        line-height: 15px;
        opacity: .5; }

.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/ }

.main {
  width: 100%;
  min-width: 1380px;
  margin: 210px auto 0 auto; }
  .main .contact-info {
    width: 1200px;
    margin: auto;
    margin-bottom: 100px;
    color: #021031; }
  .main .yuyue-form {
    margin-top: 40px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 16px 40px 3px rgba(177, 188, 199, 0.15);
            box-shadow: 0px 16px 40px 3px rgba(177, 188, 199, 0.15);
    border-radius: 20px;
    padding: 60px 0 60px 60px;
    font-size: 20px; }
    .main .yuyue-form .yf-line {
      margin-bottom: 20px;
      line-height: 50px; }
      .main .yuyue-form .yf-line span {
        float: left;
        width: 100px; }
        .main .yuyue-form .yf-line span i {
          color: #FF7C1A;
          font-style: normal; }
      .main .yuyue-form .yf-line input {
        float: left;
        width: 930px;
        height: 50px;
        background: #FFFFFF;
        border-radius: 8px;
        border: 1px solid #EDEDEE;
        padding-left: 20px;
        font-size: 20px; }
      .main .yuyue-form .yf-line textarea {
        float: left;
        width: 930px;
        height: 220px;
        background: #FFFFFF;
        border-radius: 8px;
        border: 1px solid #EDEDEE;
        padding-left: 20px;
        font-size: 20px; }
    .main .yuyue-form .yf-line2 {
      padding-top: 40px; }
    .main .yuyue-form .yl-btn {
      display: block;
      margin: 0 auto;
      width: 760px;
      height: 76px;
      line-height: 76px;
      background: -webkit-gradient(linear, left top, right top, from(#FF9900), to(#FF6F24));
      background: -o-linear-gradient(left, #FF9900 0%, #FF6F24 100%);
      background: linear-gradient(90deg, #FF9900 0%, #FF6F24 100%);
      border-radius: 48px;
      font-size: 28px;
      font-family: 'PingFangSC-Semibold, PingFang SC';
      color: #FFFFFF;
      border: 0; }
    .main .yuyue-form .disable {
      background: #FFC294; }
  .main p {
    display: inline-block;
    margin: 0;
    width: 100%; }
  .main .title {
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 30px; }
    .main .title span {
      font-size: 20px;
      font-weight: normal; }
  .main .detail {
    font-size: 20px;
    line-height: 38px; }
    .main .detail span {
      color: #FF7C1A; }
  .main .address-detail .detail-sz {
    width: 520px;
    float: left;
    font-size: 20px;
    line-height: 38px;
    margin-right: 159px; }
  .main .address-detail .detail-hk {
    float: left;
    width: 520px;
    font-size: 20px;
    line-height: 38px; }
  .main .address-detail .baidu-map {
    width: 520px;
    height: 375px;
    margin-top: 40px;
    margin-bottom: 180px; }
  .main .address-detail .map-sz {
    float: left;
    width: 680px; }
  .main .address-detail .map-hk {
    float: left; }

.cr-reuslt-box {
  text-align: center; }
  .cr-reuslt-box .back-btn {
    padding: 100px 0; }
  .cr-reuslt-box .btn {
    display: block;
    margin: 0 auto;
    width: 760px;
    height: 76px;
    line-height: 76px;
    background: -webkit-gradient(linear, left top, right top, from(#FF9900), to(#FF6F24));
    background: -o-linear-gradient(left, #FF9900 0%, #FF6F24 100%);
    background: linear-gradient(90deg, #FF9900 0%, #FF6F24 100%);
    border-radius: 48px;
    font-size: 28px;
    font-family: 'PingFangSC-Semibold, PingFang SC';
    color: #FFFFFF;
    border: 0;
    text-decoration: none; }

.o-toast {
  z-index: 2011;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  word-break: break-all;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

/*弹窗提示*/
.o-toast--text div {
  max-width: 270px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 7px;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
