﻿@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box; }

.bg-grey {
  background: #f7f8f8; }

a {
  text-decoration: none; }

div {
  box-sizing: border-box; }
.text-red{
color:red;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.text-blue {
  color: #2555ff; }

.text-orange {
  color: #ff6000; }

.w-full {
  width: 100%; }

.h-full {
  height: 100%; }

.flex {
  display: flex; }

.flex-y {
  flex-direction: column; }

.flex-1 {
  flex: 1; }

.justify-between {
  justify-content: space-between; }

.justify-center {
  justify-content: center; }

.color-white {
  color: white; }

.flex-end {
  justify-content: flex-end; }

.justify-items-center {
  justify-items: center; }

.justify-items-stretch {
  justify-items: baseline; }

.justify-items-end {
  justify-items: flex-end; }

.align-center {
  align-items: center; }

.align-left {
  align-items: flex-start; }

.align-end {
  align-items: flex-end; }

.flex-wrap {
  flex-wrap: wrap; }

.bold {
  font-weight: bold; }

.fz-12 {
  font-size: 12px !important; }

.fz-13 {
  font-size: 13px !important; }

.fz-14 {
  font-size: 14px !important; }

.fz-15 {
  font-size: 15px !important; }

.fz-16 {
  font-size: 16px !important; }

.fz-17 {
  font-size: 17px !important; }

.fz-18 {
  font-size: 18px !important; }

.fz-20 {
  font-size: 20px !important; }

.fz-22 {
  font-size: 22px !important; }

.fz-24 {
  font-size: 24px !important; }

.fz-26 {
  font-size: 26px !important; }

.fz-30 {
  font-size: 30px !important; }

.fz-32 {
  font-size: 32px !important; }

.fz-36 {
  font-size: 36px !important; }

.fz-40 {
  font-size: 40px !important; }

.fz-50 {
  font-size: 50px !important; }

.fz-72 {
  font-size: 72px !important; }

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'taxfont';
  /* Project id 3926547 */
  src: url("//at.alicdn.com/t/c/font_3926547_exir5zvz7st.woff2?t=1703139541208") format("woff2"), url("//at.alicdn.com/t/c/font_3926547_exir5zvz7st.woff?t=1703139541208") format("woff"), url("//at.alicdn.com/t/c/font_3926547_exir5zvz7st.ttf?t=1703139541208") format("truetype"); }
.taxfont {
  font-family: taxfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

.m10 {
  margin: 10px !important; }

.m20 {
  margin: 20px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml40 {
  margin-left: 40px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr40 {
  margin-right: 40px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb18 {
  margin-bottom: 18px; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.py-10 {
  padding-top: 15px;
  padding-bottom: 15px; }

.px-15 {
  padding-right: 15px;
  padding-left: 15px; }

.p15 {
  padding: 15px; }

.p5 {
  padding: 5px; }

.p10 {
  padding: 10px; }

.p20 {
  padding: 20px; }

.p30 {
  padding: 30px; }

.p40 {
  padding: 40px; }

img {
  max-width: 100%; }

.text-grey {
  color: #42526E; }

.text-grey-6 {
  color: #666666; }

.text-green {
  color: #66cc99; }

.text-light-grey {
  color: #acacac; }

.bg-white {
  background: white; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  white-space: nowrap; }

img {
  max-width: 100%;
  max-height: 100%; }

a {
  cursor: pointer; }

input {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

.head {
  height: 60px;
  background: white;
  line-height: 60px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); }
  .head .logo img {
    height: 36px; }
  .head .head-btn {
    background: #2555ff;
    color: white;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    padding: 0px 25px;
    border-radius: 30px;
    font-weight: bold; }
  .head .menu a {
    margin: 0px 20px;
    color: #333;
    font-size: 17px; }
  .head .tel {
    font-size: 14px; }
    .head .tel * {
      margin-left: 15px; }

.banner {
  background: url("img2023/banner-bg.jpg?v=3") no-repeat center top;
  height: 480px;
  width: 100%;
  position: relative;
  color: white;
  font-size: 20px;
  background-size: auto 480px; }
  .banner .banner-info {
    padding: 100px 0px;
    text-shadow: 1px 1px 30px black; }
    .banner .banner-info .taxfont {
      font-size: 20px; }
    .banner .banner-info h1 {
      font-size: 42px; }
    .banner .banner-info p {
      font-size: 18px;
      letter-spacing: 1px; }
  .banner .zx {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 21px;
    line-height: 38px;
    box-sizing: border-box;
    color: white;
    font-size: 16px; }
    .banner .zx input {
      height: 38px;
      line-height: 38px;
      border: none;
      padding-left: 30px;
      font-size: 15px; }
    .banner .zx .container > * {
      margin: 0px 15px; }

.orange {
  background: #ff6000;
  color: white;
  height: 38px;
  line-height: 38px;
  padding: 0px 40px;
  border-radius: 1px;
  letter-spacing: 1px;
  font-size: 17px; }

.page-title {
  font-size: 28px;
  color: #172B4D;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 40px; }

.home .info h2 {
  font-size: 24px;
  line-height: 50px;
  color: #172B4D; }
.home .info ul li {
  list-style-type: none;
  color: #777;
  font-size: 15px;
  margin: 15px 0px; }
  .home .info ul li .taxfont {
    color: #2555ff;
    font-size: 16px;
    margin-right: 10px; }
.home .part-1 .img, .home .part-3 .img {
  width: 58%; }
.home .part-2 {
  padding: 1px;
  min-height: 780px; }
  .home .part-2 .tax-module {
    justify-content: center; }
    .home .part-2 .tax-module .item {
      margin: 20px 4%;
      cursor: pointer;
      text-align: center;
      transition: all 1s; }
      .home .part-2 .tax-module .item .icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-radius: 100%;
        background: white;
        color: #2555ff;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
        .home .part-2 .tax-module .item .icon .taxfont {
          font-size: 40px; }
        .home .part-2 .tax-module .item .icon img {
          width: 33px; }
      .home .part-2 .tax-module .item p {
        font-size: 17px;
        margin-top: 10px; }
      .home .part-2 .tax-module .item.active .icon {
        background: #2555ff;
        color: white; }
      .home .part-2 .tax-module .item.active p {
        color: #2555ff; }
  .home .part-2 .img {
    width: 63%; }
.home .tax-module-info {
  transform: translateX(0%); }
.home .tax-module-info-1 {
  animation: showModule 1.5s; }
.home .part-4 {
  height: 330px;
  background: url("img2023/part-4-bg.jpg") no-repeat center top;
  color: white;
  padding: 50px;
  color: white;
  line-height: 50px;
  font-size: 25px; }
.home .part-5 .other {
  padding: 0px 60px; }
  .home .part-5 .other .item {
    width: 30%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    line-height: 28px; }
  .home .part-5 .other a {
    font-size: 15px;
    padding: 10px; }
.home .part-6 .w-do .item {
  background: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  margin: 20px; }
  .home .part-6 .w-do .item .top-text {
    background: url("img2023/bg-jb.jpg") no-repeat center center;
    background-size: 100%;
    height: 150px;
    padding: 20px;
    border-bottom: 2px #2555ff solid; }

.foot {
  background: #dbdbe2;
  padding: 40px;
  color: #666;
  font-size: 14px;
  line-height: 30px; }
  .foot .logo img {
    width: 120px; }
  .foot .code img {
    width: 90px; }

@keyframes showModule {
  0% {
    transform: translateX(-2%); }
  50% {
    transform: translateX(0%); } }
.banner-sm {
  background: url("img2023/banner-01.jpg?v=2") no-repeat center bottom;
  height: 250px; }
  .banner-sm .tag {
    display: flex;
    justify-content: center; }
    .banner-sm .tag span {
      border-radius: 4px;
      border: 1px #a3b0d0 solid;
      margin: 10px;
      height: 32px;
      line-height: 32px;
      color: #6a84b6;
      padding: 0px 11px;
      font-size: 15px; }

.version {
  padding: 40px; }
  .version .item {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, #eaf5ff, 10%, white);
    margin: 30px;
    max-width: 300px;
    border-top: 4px #2555ff solid; }
    .version .item .price {
      width: 80%;
      height: 36px;
      line-height: 36px;
      color: #2555ff;
      border: 1px #2555ff solid;
      margin: 20px auto 10px auto;
      border-radius: 4px;
      position: relative;
      cursor: pointer; }
      .version .item .price:before {
        content: '咨询详情';
        position: absolute;
        z-index: 1;
        background: #2555ff;
        color: white;
        font-size: 16px;
        line-height: 36px;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0; }
      .version .item .price:hover:before {
        opacity: 1; }

.function-list {
  background: #f1f1f1; }
  .function-list .table {
    max-width: 1100px;
    margin: 10px auto;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    background: white; }

table.function-table {
  font-family: verdana,arial,sans-serif;
  width: 100%;
  font-size: 14px;
  color: #333333;
  border-collapse: collapse; }

table.function-table th {
  border-width: 1px;
  font-weight: normal;
  padding: 8px;
  border-style: solid;
  border-color: #DFE1E6;
  background-color: #2555ff;
  color: white; }

table.function-table td {
  border-width: 1px;
  text-align: center;
  font-size: 14px;
  color: #666;
  padding: 8px;
  border-style: solid;
  border-color: #DFE1E6;
  background-color: #ffffff; }

table.function-table tr.module-1 th {
  background: linear-gradient(to right, #63a9ff, #8cc7ff);
  color: white; }

table.function-table tr.module-2 th {
  background: linear-gradient(to right, #01bbb1, #4be3cb);
  color: white; }

table.function-table tr.module-3 th {
  background: linear-gradient(to right, #ff8255, #fe9b55);
  color: white; }

table.function-table tr.module-4 th {
  background: #646ffe;
  color: white; }

table.function-table tr.module-4 td {
  background: #f4f6f8; }

.help-nav {
  background: white;
  width: 165px; }
  .help-nav .f-nav .f-nav-title {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-indent: 20px;
    cursor: pointer;
    border-top: 1px #eee solid;
    color: #4a4a4a;font-weight: bold;
    cursor: pointer; }
    .help-nav .f-nav .f-nav-title .taxfont {
      margin-left: -10px;
      font-size: 18px; }
    .help-nav .f-nav .f-nav-title:hover {
      background: #f6f6f6;
      color: #666; }
  .help-nav .f-nav .s-nav li {
    list-style: none;
    text-indent: 30px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    cursor: pointer;
    color: #666; }
    .help-nav .f-nav .s-nav li:hover {
      background: #f6f6f6 !important;
      color: #666 !important; }
  .help-nav .f-nav .active {
    background: #2555ff;
    color: white !important; }
    .help-nav .f-nav .active:hover {
      background: #2555ff;
      color: white !important; }

.content .content-info .text {
  color: #666;
  line-height: 26px;
  font-size: 15px; }
.content .content-info .title-1 {
  font-size: 18px;
  color: #4a4a4a; }
.content .content-info .img img {
  margin-top: 10px; }

.modal-content {
  border-radius: 2px !important; }

/*# sourceMappingURL=index.css.map */
