.container {
  width: 76%;
  max-width: 1462px;
  margin: 0 auto; }

.center {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto; }

.m-header {
  display: none; }

.menu-down-box {
  display: none; }

.header .top {
  width: 100%;
  height: 49px;
  background-repeat: no-repeat;
  background-size: 2px 49px;
  background-image: url("../images/top.gif");
  background-repeat: repeat-x;
  line-height: 49px; }
  .header .top .icon {
    width: 32px;
    height: 25px;
    background-image: url("../images/p01.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle; }
  .header .top .notice {
    width: 670px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    overflow: hidden;
    height: 40px; }
    .header .top .notice a {
      color: #fff;
      font-size: 14px;
      margin: 0 15px;
      position: relative;
      z-index: 100;
      display: inline-block; }
      .header .top .notice a:hover {
        text-decoration: underline; }

.com-nav {
  position: absolute;
  top: 34px;
  width: 100%;
  height: 70px;
  z-index: 1000; }
  .com-nav .left {
    width: 179px;
    height: 70px;
    display: inline-block;
    background-size: 179px 70px;
    background-repeat: no-repeat; }
  .com-nav .right .nav {
    height: 70px; }
    .com-nav .right .nav > li {
      height: 100%;
      position: relative;
      float: left;
      margin-right: 100px; }
      .com-nav .right .nav > li:nth-of-type(4) {
        margin-right: 0; }
      .com-nav .right .nav > li a {
        display: inline-block;
        height: 100%;
        color: #fff;
        line-height: 70px;
        font-size: 16px; }
      .com-nav .right .nav > li i {
        display: inline-block;
        width: 0;
        position: absolute;
        height: 3px;
        left: 0;
        bottom: 10px;
        background: #f5503b;
        transition: all .5s; }
      .com-nav .right .nav > li:hover i {
        width: 100%;
        transition: all .5s; }
    .com-nav .right .nav .active i {
      width: 100%; }
  .com-nav .right .log-box {
    margin-left: 90px;
    height: 70px;
    /*line-height: 70px;*/
    background: #f5503b;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    color: #fff; }
    .com-nav .right .log-box .tel-icon {
      display: inline-block;
      width: 22px;
      height: 22px;
      background-repeat: no-repeat;
      background-image: url("../images/tel.png");
      background-size: 22px 22px; }
    .com-nav .right .log-box .line {
      display: inline-block;
      margin: 0 10px;
      width: 1px;
      height: 15px;
      background-color: rgba(255, 255, 255, 0.3); }
    .com-nav .right .log-box .phone {
      font-style: italic; }

.com-nav-fix {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  transition: all .6s;
  height: auto;
  box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.3); }
  .com-nav-fix .container {
    padding: 10px 0; }
  .com-nav-fix .left {
    background-image: url("../images/logo01.png"); }
  .com-nav-fix .right .nav > li a {
    color: #333; }

.com-title {
  text-align: center;
  position: relative; }
  .com-title .tt {
    font-size: 48px;
    font-weight: bold;
    color: #4d4d4d;
    display: inline-block;
    position: relative;
    z-index: 10; }
    .com-title .tt:after {
      content: '';
      width: 100%;
      height: 1px;
      left: 0;
      background: #e0e0e0;
      position: absolute;
      bottom: -5px;
      z-index: 9; }
    .com-title .tt:before {
      content: '';
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background-color: #f5503b;
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -5px;
      z-index: 10; }

.inner-banner {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }

.about-nav {
  width: 100%;
  height: 60px;
  background: #f5f5f5; }
  .about-nav ul li {
    width: 210px;
    height: 100%;
    float: left;
    border-right: 2px solid #fff; }
    .about-nav ul li a {
      display: inline-block;
      width: 100%;
      height: 100%;
      line-height: 60px;
      text-align: center;
      color: #4d4d4d;
      font-size: 16px;
      background: #e6e6e6; }
    .about-nav ul li:last-of-type {
      border: 0; }
  .about-nav ul .active a {
    color: #fff;
    background: #f5503b; }

.pages {
  text-align: center; }
  .pages a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: #666;
    margin-right: 20px; }
  .pages .active {
    border: 1px solid #344cb9;
    color: #344cb9; }

.plan-box {
  width: 100%;
  height: 185px;
  display: flex;
  position: relative; }
  .plan-box .left {
    width: 36%;
    height: 100%;
    background-color: #f2631f; }
  .plan-box .right {
    width: 64%;
    height: 100%;
    background-color: #333; }
  .plan-box .plan-position {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    padding-top: 35px; }
    .plan-box .plan-position .container {
      display: flex;
      justify-content: space-between; }
    .plan-box .plan-position .left-title {
      color: #fff; }
      .plan-box .plan-position .left-title .t1 {
        font-size: 32px;
        line-height: 32px;
        font-weight: bold; }
      .plan-box .plan-position .left-title .t2 {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 30px; }
      .plan-box .plan-position .left-title .arr {
        display: block;
        width: 34px;
        height: 14px;
        background-repeat: no-repeat;
        background-image: url("../images/p42.png");
        background-size: 34px 14px; }
    .plan-box .plan-position .right-form {
      position: relative; }
      .plan-box .plan-position .right-form .tops {
        display: flex;
        align-items: center; }
        .plan-box .plan-position .right-form .tops .lines {
          width: 218px;
          height: 50px;
          line-height: 50px;
          background-color: #ffffff;
          border-radius: 4px;
          margin-left: 20px; }
          .plan-box .plan-position .right-form .tops .lines input {
            width: 100%;
            height: 100%;
            border: 0;
            padding-left: 20px;
            background-color: transparent; }
          .plan-box .plan-position .right-form .tops .lines select {
            width: 100%;
            height: 100%;
            border: 0;
            padding-left: 20px;
            background-color: transparent; }
          .plan-box .plan-position .right-form .tops .lines.has-select {
            background-image: url("../images/p43.png");
            background-size: 12px 8px;
            background-position: right 15px center;
            background-repeat: no-repeat; }
      .plan-box .plan-position .right-form .code-lines {
        position: absolute;
        top: 70px;
        left: 20px; }
        .plan-box .plan-position .right-form .code-lines input {
          width: 218px;
          border: 0;
          height: 50px;
          border-radius: 4px;
          padding-left: 20px; }
      .plan-box .plan-position .right-form #vcodeImg {
        margin-left: 20px; }
      .plan-box .plan-position .right-form .get-plan {
        float: right;
        display: block;
        width: 217px;
        height: 50px;
        line-height: 50px;
        background-color: #f5503b;
        border-radius: 4px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        margin-top: 20px; }

.news-more {
  width: 168px;
  height: 46px;
  line-height: 46px;
  background-color: #f5503b;
  border-radius: 23px;
  font-size: 14px;
  color: #fff;
  border: solid 1px #f24b37;
  display: block;
  padding-left: 25px;
  background-image: url("../images/p42.png");
  background-size: 34px 14px;
  background-repeat: no-repeat;
  background-position: right 15px center; }

.footer .footer-top {
  width: 100%;
  height: 360px;
  background-image: url("../images/p40.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px; }
  .footer .footer-top .footer-logo {
    width: 179px;
    height: 70px;
    display: inline-block;
    background-size: 179px 70px;
    background-repeat: no-repeat;
    background-image: url("../images/logo.png"); }
  .footer .footer-top .footer-content .left {
    margin-top: 40px; }
    .footer .footer-top .footer-content .left .foot-nav > li {
      float: left;
      margin-right: 60px; }
      .footer .footer-top .footer-content .left .foot-nav > li .tt {
        font-size: 18px;
        color: #fff; }
        .footer .footer-top .footer-content .left .foot-nav > li .tt a {
          padding-left: 8px;
          color: #fff;
          display: inline-block;
          cursor: pointer; }
      .footer .footer-top .footer-content .left .foot-nav > li .foot-list {
        margin-top: 20px; }
        .footer .footer-top .footer-content .left .foot-nav > li .foot-list li {
          margin-bottom: 10px; }
          .footer .footer-top .footer-content .left .foot-nav > li .foot-list li a {
            color: #a1b8fb;
            font-size: 14px;
            text-align: center;
            display: inline-block;
            padding-left: 16px; }
      .footer .footer-top .footer-content .left .foot-nav > li:last-of-type {
        margin-right: 0; }
    .footer .footer-top .footer-content .left .code-box {
      margin-left: 260px;
      text-align: center; }
      .footer .footer-top .footer-content .left .code-box .pic {
        width: 140px;
        height: 140px;
        background: #fff;
        line-height: 140px;
        text-align: center; }
        .footer .footer-top .footer-content .left .code-box .pic img {
          width: 122px; }
      .footer .footer-top .footer-content .left .code-box p {
        color: #fff;
        font-size: 14px;
        margin-top: 15px; }
  .footer .footer-top .footer-content .right {
    color: #fff;
    text-align: right;
    margin-top: 26px; }
    .footer .footer-top .footer-content .right .title {
      font-size: 18px; }
      .footer .footer-top .footer-content .right .title .t1 {
        font-size: 26px;
        font-weight: bold; }
    .footer .footer-top .footer-content .right .info-box {
      margin-top: 40px; }
      .footer .footer-top .footer-content .right .info-box .tel {
        font-style: italic;
        font-size: 26px; }
      .footer .footer-top .footer-content .right .info-box .address {
        font-size: 18px; }
        .footer .footer-top .footer-content .right .info-box .address span {
          padding-right: 5px; }
.footer .footer-bottom {
  color: #8fa9fb;
  font-size: 14px;
  height: 40px;
  padding: 13px 0 10px;
  background: #173cab; }
  .footer .footer-bottom .right span {
    margin-left: 40px; }
  .footer .footer-bottom .right a {
    color: #8fa9fb; }

.rightNav {
  width: 48px;
  padding: 10px 10px 0;
  background-color: #f5503b;
  border-radius: 24px;
  position: fixed;
  right: 6%;
  z-index: 9999;
  top: 48%;
  transform: translateY(-50%); }
  .rightNav li {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 15px 0 10px;
    border-bottom: 1px solid #ffbd86;
    position: relative;
    cursor: pointer; }
    .rightNav li img {
      margin-bottom: 10px; }
    .rightNav li a {
      display: flex;
      flex-direction: column;
      align-items: center;
      color: #fff; }
    .rightNav li .upload-box {
      position: absolute;
      top: 0px;
      left: -160px;
      padding-right: 20px;
      display: none; }
      .rightNav li .upload-box .upload {
        padding: 10px;
        background: #fff;
        border-radius: 6px;
        font-size: 14px;
        box-shadow: 0px 2px 5px 0px rgba(153, 153, 153, 0.82);
        display: flex;
        align-items: center; }
        .rightNav li .upload-box .upload > div {
          display: flex;
          flex-direction: column;
          align-items: center;
          color: #333; }
          .rightNav li .upload-box .upload > div img {
            width: 75px;
            height: 75px; }
    .rightNav li .online-box {
      position: absolute;
      top: 15px;
      left: -190px;
      padding-right: 20px;
      display: none; }
      .rightNav li .online-box .upload {
        padding: 10px;
        background: #fff;
        border-radius: 6px;
        font-size: 14px;
        box-shadow: 0px 2px 5px 0px rgba(153, 153, 153, 0.82);
        display: flex;
        align-items: center; }
        .rightNav li .online-box .upload > div {
          display: flex;
          flex-direction: column;
          align-items: center;
          color: #333; }
          .rightNav li .online-box .upload > div img {
            width: 122px;
            height: 122px; }
  .rightNav li:last-of-type {
    border-bottom: none; }

.not-found {
  padding: 110px 0 225px;
  text-align: center; }
  .not-found img {
    width: 560px; }

/*# sourceMappingURL=common.css.map */
