﻿@charset "UTF-8";
h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

.nav-aboutUs {
  position: relative; }

.nav-aboutUs a {
  color: #FF6356 !important; }

.nav-aboutUs a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 1px;
  background: #FF4F4F;
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  animation: widths 1s 1 alternate;
  -webkit-animation: widths 1s 1 alternate;
  /* Safari 和 Chrome */ }

@keyframes widths {
  from {
    transform: scaleX(0); }
  to {
    transform: scaleX(1); } }

@-webkit-keyframes widths /*Safari and Chrome*/ {
  from {
    transform: scaleX(0); }
  to {
    transform: scaleX(1); } }

.container-content_wrapper {
  background: #fff; }
  .container-content_wrapper .location_wrapper {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #373D40; }
    .container-content_wrapper .location_wrapper a {
      font-size: 14px;
      color: #fff;
      line-height: 1; }
      .container-content_wrapper .location_wrapper a.active {
        font-size: 14px;
        color: #fff;
        line-height: 14px;
        line-height: 1; }
    .container-content_wrapper .location_wrapper .ie7-before {
      color: #fff; }
    .container-content_wrapper .location_wrapper .location {
      margin: 0;
      padding: 15px 0 0; }
  .container-content_wrapper .contact_banner {
    height: 380px;
    background: url("../images/contact_banner_bg@1x.png") no-repeat center center;
    background-size: cover;
    min-width: 1200px; }
    .container-content_wrapper .contact_banner .sub-title {
      font-size: 16px;
      color: #FFFFFF;
      text-align: center;
      line-height: 16px;
      margin-bottom: 12px; }
    .container-content_wrapper .contact_banner .contact-page_title {
      font-size: 30px;
      color: #FFFFFF;
      text-align: center;
      line-height: 30px;
      padding-top: 88px;
      position: relative;
      padding-bottom: 24px;
      margin-bottom: 40px; }
      .container-content_wrapper .contact_banner .contact-page_title::after {
        content: "";
        display: block;
        opacity: 0.88;
        width: 60px;
        height: 4px;
        filter: Alpha(opacity=88);
        background: #FFFFFF;
        position: absolute;
        left: 50%;
        margin-left: -30px;
        bottom: 0; }
  .container-content_wrapper .sub-navbar_wrapper {
    height: 70px;
    border-bottom: 1px solid #D9D9D9; }
    .container-content_wrapper .sub-navbar_wrapper.fixed_bar {
      position: fixed;
      width: 100%;
      top: 70px;
      z-index: 100;
      background: #fff;
      -webkit-transition: all 0.3 ease-in-out;
      transition: all 0.3 ease-in-out; }
    .container-content_wrapper .sub-navbar_wrapper .sub-navbar {
      width: 800px;
      margin: 0 auto;
      overflow: hidden;
      position: relative; }
      .container-content_wrapper .sub-navbar_wrapper .sub-navbar .sub_line {
        position: absolute;
        bottom: 0;
        width: 72px;
        height: 2px;
        background: #FF4F4F;
        content: "";
        left: 0;
        display: block;
        -webkit-transition: left 0.3s ease-in-out;
        transition: left 0.3s ease-in-out; }
      .container-content_wrapper .sub-navbar_wrapper .sub-navbar li {
        float: left;
        line-height: 70px; }
        .container-content_wrapper .sub-navbar_wrapper .sub-navbar li.scope-style {
          padding: 0 290px;
          position: relative; }
        .container-content_wrapper .sub-navbar_wrapper .sub-navbar li a {
          display: block;
          font-size: 18px;
          color: #363D40;
          line-height: 18px;
          line-height: 70px; }
          .container-content_wrapper .sub-navbar_wrapper .sub-navbar li a:hover {
            color: #FF4F4F; }
          .container-content_wrapper .sub-navbar_wrapper .sub-navbar li a.active {
            color: #FF4F4F; }
    .container-content_wrapper .sub-navbar_wrapper .sub-nav-flex {
      width: 800px;
      margin: 0 auto;
      overflow: hidden;
      display: flex;
      flex-flow: row nowrap; }
  .container-content_wrapper .contact_container {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 98px; }
    .container-content_wrapper .contact_container .container_title {
      font-size: 30px;
      color: #373D40;
      text-align: center;
      line-height: 30px;
      padding-top: 81px;
      padding-bottom: 46px; }
    .container-content_wrapper .contact_container .contact_lists::after {
      content: "";
      display: block;
      clear: both; }
    .container-content_wrapper .contact_container .contact_lists li {
      margin-left: 41px;
      float: left;
      border: 1px solid #CCCCCC;
      width: 269px;
      height: 315px; }
      .container-content_wrapper .contact_container .contact_lists li.list-item1 {
        margin-left: 0; }
        .container-content_wrapper .contact_container .contact_lists li.list-item1 .item-pic {
          padding-top: 74px; }
          .container-content_wrapper .contact_container .contact_lists li.list-item1 .item-pic img {
            width: 54px;
            height: 51px;
            display: block;
            margin: 0 auto; }
        .container-content_wrapper .contact_container .contact_lists li.list-item1 .item-title {
          margin-bottom: 10px; }
      .container-content_wrapper .contact_container .contact_lists li.list-item2 .item-pic {
        padding-top: 72px; }
        .container-content_wrapper .contact_container .contact_lists li.list-item2 .item-pic img {
          width: 50px;
          height: 54px;
          display: block;
          margin: 0 auto; }
      .container-content_wrapper .contact_container .contact_lists li.list-item2 .item-title {
        margin-top: 19px; }
      .container-content_wrapper .contact_container .contact_lists li.list-item3 .item-pic {
        padding-top: 79px; }
        .container-content_wrapper .contact_container .contact_lists li.list-item3 .item-pic img {
          width: 56px;
          height: 41px;
          display: block;
          margin: 0 auto; }
      .container-content_wrapper .contact_container .contact_lists li.list-item3 .item-title {
        padding-top: 25px;
        margin-top: 0; }
      .container-content_wrapper .contact_container .contact_lists li.list-item3 .item-content a {
        color: #666; }
      .container-content_wrapper .contact_container .contact_lists li.list-item4 {
        border-right: 1px solid #CCCCCC; }
        .container-content_wrapper .contact_container .contact_lists li.list-item4 .item-pic {
          padding-top: 73px; }
          .container-content_wrapper .contact_container .contact_lists li.list-item4 .item-pic img {
            width: 51.9px;
            height: 52px;
            display: block;
            margin: 0 auto; }
        .container-content_wrapper .contact_container .contact_lists li.list-item4 .item-title {
          margin-top: 20px; }
      .container-content_wrapper .contact_container .contact_lists li .content {
        width: 100%;
        height: 315px; }
      .container-content_wrapper .contact_container .contact_lists li .item-title {
        font-size: 20px;
        color: #373D40;
        text-align: center;
        line-height: 20px;
        margin-top: 20px;
        margin-bottom: 18px; }
      .container-content_wrapper .contact_container .contact_lists li:hover {
        border: none; }
        .container-content_wrapper .contact_container .contact_lists li:hover .item-title {
          color: #FF4F4F; }
        .container-content_wrapper .contact_container .contact_lists li:hover .content {
          background: #FFFFFF;
          border: 1px solid #FF4F4F;
          -webkit-box-shadow: 0 2px 16px 0 #EBCBCB;
          box-shadow: 0 2px 16px 0 #EBCBCB; }
        .container-content_wrapper .contact_container .contact_lists li:hover .item-content {
          color: #FF4F4F; }
          .container-content_wrapper .contact_container .contact_lists li:hover .item-content a {
            color: #FF4F4F; }
    .container-content_wrapper .contact_container .item-content {
      text-align: center;
      font-size: 14px;
      color: #666;
      text-align: center;
      line-height: 14px;
      margin-bottom: 8px; }
      .container-content_wrapper .contact_container .item-content a {
        color: #FF4F4F; }
        .container-content_wrapper .contact_container .item-content a:hover {
          text-decoration: underline; }
      .container-content_wrapper .contact_container .item-content #launchBtn {
        width: 97px !important;
        height: 24px !important; }

.resolving_container {
  padding-bottom: 80px;
  background: #f7f8fa; }
  .resolving_container .container_title {
    padding: 79px 0 38px;
    font-size: 28px;
    color: #1a1a1a;
    text-align: center; }
  .resolving_container .coommon_question .article-list {
    float: left;
    margin-right: 25px;
    width: 525px;
    height: 247px;
    padding: 16px 0 28px 16px;
    background: white; }
    .resolving_container .coommon_question .article-list .left {
      float: left;
      padding-top: 8px; }
      .resolving_container .coommon_question .article-list .left img {
        width: 202px; }
    .resolving_container .coommon_question .article-list .right {
      float: right;
      width: 287px; }
      .resolving_container .coommon_question .article-list .right h3 {
        line-height: 52px;
        color: #1A1A1A;
        font-size: 18px;
        border-bottom: 1px solid #DBDBDB;
        padding-left: 25px; }
      .resolving_container .coommon_question .article-list .right ul li {
        padding-left: 25px;
        margin-top: 20px; }
        .resolving_container .coommon_question .article-list .right ul li a {
          font-size: 14px;
          color: #1A1A1A;
          position: relative; }
          .resolving_container .coommon_question .article-list .right ul li a:hover {
            color: #666666; }
          .resolving_container .coommon_question .article-list .right ul li a:after {
            content: '';
            width: 6px;
            height: 6px;
            border-radius: 50%;
            position: absolute;
            left: -12px;
            top: 5px;
            background: #DBDBDB; }
  .resolving_container .coommon_question .arcticle-more {
    float: left;
    width: 100px;
    height: 247px;
    background: #FF4F4F;
    color: white;
    font-size: 22px;
    line-height: 40px;
    padding: 80px 30px;
    text-align: center; }
    .resolving_container .coommon_question .arcticle-more:hover {
      background: #FF7C7C;
      color: #FFFFFF; }

.about_container {
  padding-bottom: 58px; }
  .about_container .container_title {
    font-size: 30px;
    color: #373D40;
    text-align: center;
    line-height: 30px;
    padding-top: 79px;
    padding-bottom: 42px; }
  .about_container .about-content {
    width: 1200px;
    height: 294px;
    margin: 0 auto; }
  .about_container .map-wrapper {
    width: 585px;
    height: 294px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    float: left; }
    .about_container .map-wrapper #map {
      width: 585px;
      height: 294px; }
  .about_container .introduction {
    float: left;
    width: 530px;
    padding-top: 32px;
    padding-bottom: 18px;
    padding-right: 44px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-left: 36px;
    border-bottom: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB; }
    .about_container .introduction p {
      font-size: 22px;
      color: #1a1a1a;
      margin-bottom: 15px; }
      .about_container .introduction p.address-wrapper {
        color: #373D40;
        font-size: 14px;
        line-height: 17px;
        margin-top: 15px; }
        .about_container .introduction p.address-wrapper img {
          float: left;
          width: 17px;
          height: 17px;
          margin-top: -1px; }
    .about_container .introduction .intro-content {
      font-size: 14px;
      color: #1a1a1a;
      line-height: 29px;
      margin-top: 20px; }
