@charset "utf-8";
/* -------------------------------------------------------------------------

Version:  1.0
Author:	  Bing
blog:     https://blog.csdn.net/Centenario_0?spm=1000.2115.3001.5343&type=blog

--------------------------------------------------------------------------- */
/* mixins */
/* 14px 文本 */
.p-14 {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  color: #555;
}
/* 侧图背景化 */
.bg {
  position: absolute;
  width: 80%;
  left: 32%;
  top: 26%;
  opacity: 0.5;
  z-index: -1;
}
/* pc端 */
@media (min-width: 1440px) and (max-width: 1680px) {
  header nav > ul > li {
    padding: 1.9rem 1.5rem !important;
  }
  header .content .middle {
    margin-left: 5% !important;
  }
  header .contact {
    margin-left: 1rem !important;
  }
  header .contact > span {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }
  header .contact > span i {
    font-size: 1.35rem !important;
  }
  .banner .swiper-button-next {
    right: 33%;
  }
  .banner .swiper-button-prev {
    left: 33%;
  }
}
@media (min-width: 1366px) and (max-width: 1440px) {
  header nav > ul > li {
    padding: 1.9rem 1.2rem !important;
  }
  header .content .middle {
    margin-left: 6% !important;
  }
  header .contact {
    margin-left: 1rem !important;
  }
  header .contact > span {
    width: 2.4rem !important;
    height: 2.4rem !important;
  }
  header .contact > span i {
    font-size: 1.3rem !important;
  }
  footer .foot .f-item {
    margin-right: 6.5%;
  }
  #index .team .team-box .members .pics {
    width: 31rem;
    height: 31rem;
  }
  #index .team .team-box .members .thumbs {
    max-width: 60rem;
  }
  #index .team .team-box .members .pics .swiper-slide img {
    width: 22rem;
  }
  #sol4 .solution {
    padding-bottom: 6.5rem;
  }
  #sol4 .solution .sol-box {
    margin-top: 3rem;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    bottom: 7.5%;
  }
  .banner .swiper-button-next {
    right: 34%;
  }
  .banner .swiper-button-prev {
    left: 34%;
  }
  .abanner .swiper-button-next,
  .abanner .swiper-button-prev {
    bottom: 12.5%;
  }
  #sol1 .qa .qa-box .qa-m img:nth-child(2) {
    left: 37%;
  }
}
@media (min-width: 1000px) and (max-width: 1366px) {
  header nav > ul > li {
    padding: 1.9rem 1.2rem !important;
  }
  header .content .middle {
    margin-left: 6% !important;
  }
  header .contact {
    margin-left: 1rem !important;
  }
  header .contact > span {
    width: 2.4rem !important;
    height: 2.4rem !important;
  }
  header .contact > span i {
    font-size: 1.3rem !important;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    bottom: 6.6%;
  }
  .banner .swiper-button-next {
    right: 32%;
  }
  .banner .swiper-button-prev {
    left: 32%;
  }
  .abanner .swiper-button-next,
  .abanner .swiper-button-prev {
    bottom: 12.5%;
  }
}
/* 移动端 */
@media (max-width: 768px) {
  #team_show .page-banner-container .swiper-container {
    padding-bottom: 1rem;
  }
  header {
    padding: 0.4rem 0.5rem;
    width: 100%;
  }
  header .content {
    padding: 0;
    height: 2.5rem;
  }
  header .content .logo {
    width: 12%;
    min-width: 5rem;
    flex: none;
    z-index: 3003;
  }
  header .content .middle {
    margin-left: 0;
  }
  header .content .right {
    padding-right: 13%;
  }
  header .content .right .login-box {
    margin-right: 20px;
  }
  header .content .right .login-box > a,
  header .content .right .login-box > i {
    display: none;
  }
  header .content .right .login-box .mb-log {
    display: block !important;
  }
  header .content .right .login-box .mb-log a i {
    font-size: 22px;
    color: #fff;
    background-color: transparent !important;
  }
  header .content .right .language ul,
  header .content .right .language i,
  header .content .right .language p {
    display: none;
  }
  header .content .right .language > a {
    display: block !important;
    font-size: 16px;
    color: #fff;
  }
  header .nav {
    flex: 1;
    justify-content: flex-end;
  }
  header .nav > li {
    flex-wrap: wrap;
  }
  header .nav > li i {
    color: #333;
    font-size: 16px;
  }
  header .nav > li .two {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
  }
  header .nav > li .two li {
    padding-left: 16px;
    width: 100%;
    margin: 0 !important;
  }
  header .nav > li .two li:last-child {
    border-bottom: none !important;
  }
  header .nav > li .two .thd {
    display: none;
    width: 100%;
  }
  header .nav > li .two .thd li {
    width: 100%;
    border-bottom: none !important;
  }
  header .pc {
    display: none !important;
  }
  header .mb {
    display: flex !important;
    align-items: flex-end;
  }
  header .contact {
    display: none;
  }
  .fixed .mb-log a i {
    color: #333 !important;
  }
  .fixed .language > a {
    color: #333 !important;
  }
  .fixed .navbar-toggle .icon-bar {
    background-color: #333;
  }
  footer .foot {
    padding: 2.5rem 0 0rem;
  }
  footer .foot .container {
    flex-direction: column;
  }
  footer .foot .f-item {
    margin-bottom: 30px;
    display: none;
  }
  footer .foot .f-item:nth-child(5),
  footer .foot .f-item:nth-child(6) {
    display: block !important;
  }
  footer .foot .f-item h4 {
    font-size: 16px;
  }
  footer .foot .f-item p {
    font-size: 14px;
  }
  footer .foot .f-item > div .wechat p {
    text-align: left;
    margin-top: 10px;
    line-height: 20px;
  }
  footer .foot .f-item .video-icon {
    margin-top: 5px;
  }
  footer .copyRight {
    padding: 16px 0;
  }
  footer .copyRight .container {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .copyRight .jc {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer .copyRight .jc .cp {
    margin-right: 0;
    width: 100%;
    flex-direction: column;
  }
  footer .copyRight .jc p {
    margin-left: 0;
    font-size: 13px;
  }
  footer .copyRight .link {
    width: 100%;
  }
  .aside-tags {
    display: none !important;
  }
  .more-btn {
    font-size: 12px;
    padding: 8px 24px;
  }
  .more-btn::before {
    padding: 8px;
  }
  .container {
    padding: 0 15px;
  }
  /* 首页 */
  .more-mask {
    left: 50%;
    padding-top: 4rem;
    padding-bottom: 1rem;
    transform: translateX(-50%);
  }
  .more-mask .item .tit .img {
    display: none;
  }
  .more-mask .item .tit .text h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .more-mask .item .tit .text p {
    font-size: 0.8rem;
  }
  .more-mask .container {
    width: 96%;
    padding: 0.5rem;
  }
  .more-mask .item .con * {
    font-size: 0.8rem;
  }
  .more-mask .container .close {
    top: 0;
    right: 0;
  }
  .more-mask .container .close svg {
    width: 2rem;
    height: 2rem;
  }
  .banner {
    height: 260px !important;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }
  .banner .swiper-1 .swiper-pagination {
    transform: scale(0.5);
    bottom: 0.7rem !important;
  }
  .banner .swiper-1 .swiper-slide .txt-img {
    transform: none;
    opacity: 1;
    padding: 13% 0 0 4%;
  }
  .banner .swiper-1 .swiper-slide {
    padding: 20% 5% 0;
  }
  .banner .txt-img {
    margin-bottom: 10px;
  }
  .banner .txt-img h1 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .banner h2 {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1;
    transform: none !important;
    opacity: 1 !important;
  }
  .banner .swiper-1 .swiper-slide p {
    font-size: 12px;
    line-height: 18px;
    transform: none ;
    opacity: 1;
  }
  .banner .pc {
    display: none !important;
  }
  .banner .mb {
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    border-radius: 0;
  }
  .banner a {
    margin-top: 0 !important;
  }
  .banner .swiper-slide a {
    margin-top: 10px;
    padding: 6px 20px;
    font-size: 12px;
  }
  .banner .swiper-slide a i {
    font-size: 12px;
  }
  .title {
    padding: 0 0 20px;
    text-align: left;
  }
  .title::before {
    left: 0;
    width: 30px;
    transform: none;
  }
  .title h2 {
    font-size: 22px;
  }
  .title span {
    position: static;
    font-size: 18px;
    left: 0;
    transform: none;
  }
  section {
    overflow: hidden;
  }
  #index .what {
    padding: 40px 0;
  }
  #index .what .what-box {
    position: relative;
    flex-direction: column;
    margin-top: 20px;
    padding: 0 0 10px;
  }
  #index .what .what-box .what-left {
    padding-right: 0;
  }
  #index .what .what-box .what-left h4 {
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 20px;
  }
  #index .what .what-box .what-left h4::before {
    display: none;
  }
  #index .what .what-box .what-left p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #555;
  }
  #index .what .what-box .what-left a {
    margin: 30px 0 0 5px;
  }
  #index .what .what-box .what-right {
    position: absolute;
    width: 80%;
    left: 32%;
    top: 26%;
    opacity: 0.5;
    z-index: -1;
    display: none;
  }
  #index .data {
    padding: 40px 0 40px;
  }
  #index .data::before {
    left: 0;
    right: auto;
    width: 100%;
  }
  #index .data .data-box {
    margin-top: 4px;
    padding: 0;
    flex-direction: column;
  }
  #index .data .data-box .data-item {
    margin-bottom: 12px;
    padding: 20px 10px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
  }
  #index .data .data-box .data-item:first-child {
    padding-left: 10px;
  }
  #index .data .data-box .data-item:last-child {
    padding-right: 10px;
  }
  #index .data .data-box .data-item::before {
    display: none;
  }
  #index .data .data-box .data-item .icon {
    width: 50px;
    margin-right: 10px;
  }
  #index .data .data-box .data-item .cont {
    padding-left: 0;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  #index .data .data-box .data-item .cont * {
    color: #fff;
  }
  #index .data .data-box .data-item .cont h3 {
    font-size: 14px;
    font-weight: 400;
  }
  #index .data .data-box .data-item .cont h3 b {
    font-size: 24px;
  }
  #index .data .data-box .data-item .cont h3 sup {
    font-size: 14px;
  }
  #index .data .data-box .data-item .cont p {
    margin-top: 0;
    font-weight: bold;
    font-size: 15px;
  }
  #index .team {
    padding: 40px 0 30px;
  }
  #index .team .team-box {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  #index .team .team-box .members {
    padding-bottom: 70px;
  }
  #index .team .team-box .members .pics {
    display: none;
  }
  #index .team .team-box .members .info-box {
    width: 100%;
  }
  #index .team .team-box .members .info-box .info {
    padding-left: 0;
  }
  #index .team .team-box .members .info-box .info h4 {
    font-size: 20px;
  }
  #index .team .team-box .members .info-box .info span {
    margin-top: 15px;
    font-size: 14px;
    padding-bottom: 20px;
  }
  #index .team .team-box .members .info-box .info span::before {
    display: none;
  }
  #index .team .team-box .members .info-box .info p {
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #555;
  }
  #index .team .team-box .members .info-box .info a {
    margin: 30px 0 0 18px;
  }
  #index .team .team-box .members .thumbs {
    width: 100%;
  }
  #index .team .team-box .members .thumbs .small {
    height: 76px;
  }
  #index .team .team-box .members .thumbs .small .img {
    width: 2.5rem;
    height: 2.5rem;
    flex: none;
  }
  #index .team .team-box .members .thumbs .small .cont h4 {
    font-size: 14px;
  }
  #index .team .team-box .members .thumbs .small .cont p {
    font-size: 12px;
    line-height: 16px;
  }
  #index .change {
    padding: 30px 0 50px;
  }
  #index .change .change-box {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  #index .change .change-box .change-item {
    padding: 20px 10px;
    width: 48%;
    border: 1px solid #ac8fe5;
  }
  #index .change .change-box .change-item:nth-child(odd) {
    margin-right: 4%;
  }
  #index .change .change-box .change-item:nth-of-type(n+3) {
    margin-top: 12px;
  }
  #index .change .change-box .change-item .img {
    width: 80px;
  }
  #index .change .change-box .change-item h4 {
    margin: 10px 0 20px;
    font-size: 20px;
  }
  #index .change .change-box .change-item p {
    font-size: 14px;
  }
  #index .news {
    padding: 30px 0 40px;
  }
  #index .news .title-tags {
    align-items: flex-start;
  }
  #index .news .title-tags a {
    margin-right: 0;
    padding: 8px 20px;
    font-size: 12px;
  }
  #index .news .title-tags a i {
    font-size: 12px;
  }
  #index .news .news-box {
    overflow: auto;
    margin-top: 0.5rem;
  }
  #index .news .news-box .news-sec .n-item {
    margin-right: 14px;
    padding: 30px 16px;
    width: 250px;
    flex: none;
  }
  #index .news .news-box .news-sec .n-item * {
    color: #000;
  }
  #index .news .news-box .news-sec .n-item span {
    margin: 10px 0 20px;
    color: #999999;
  }
  #index .news .news-box .news-sec .n-item::before {
    height: 100%;
    opacity: 1;
  }
  #index .news .news-box .news-sec .n-item .pic {
    margin-bottom: 16px;
    height: 130px;
  }
  #index .news .news-box .news-sec .n-item .pic img {
    transform: scale(1.1);
  }
  #index .news .news-box .news-sec .n-item .msg {
    height: auto;
  }
  #index .news .news-box .news-sec .n-item .msg p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #555;
  }
  #index .news .news-box .news-sec .n-item .m {
    display: none;
    background-color: #6a3acd;
    transform: translateX(0);
    color: #fff;
  }
  #index .news .news-box .news-sec .n-item .m i {
    color: inherit;
  }
  #index .news .news-bottom {
    margin-top: 20px;
  }
  #index .news .news-bottom a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
  }
  #index .news .news-bottom a .t {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #index .news .news-bottom a .d {
    opacity: 0.8;
  }
  #index .partners {
    padding: 30px 0 40px;
  }
  #index .partners .title {
    width: 100%;
  }
  #index .partners .partners-box .swiper-container {
    padding: 10px 0 40px;
  }
  #index .partners a {
    margin-top: 30px;
    padding: 10px 30px;
    font-size: 14px;
  }
  #index .team .team-box .members .thumbs .small:hover .img img {
    transform: none;
  }
  /* 内页 */
  .p-banner {
    height: 240px;
  }
  .p-banner img {
    height: 100%;
  }
  .p-banner .pc {
    display: none;
  }
  .p-banner .mb {
    display: block !important;
  }
  .p-banner .txt {
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
  }
  .p-banner .txt h4 {
    font-size: 15px;
    line-height: 26px;
  }
  .p-banner .txt span {
    font-size: 12px;
    line-height: 18px;
    display: none;
  }
  .p-banner .txt p {
    padding-top: 10px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .p-banner .txt p::before {
    width: 40px;
  }
  .position {
    padding: 16px 0 24px;
    font-size: 12px;
  }
  .tit {
    text-align: left;
  }
  .tit h2 {
    margin-bottom: 22px;
    font-size: 20px;
  }
  .tit h2 span {
    font-size: 20px;
  }
  .tit::before {
    left: 0;
    transform: none;
    width: 40px;
    bottom: 2rem;
  }
  .tit::after {
    font-size: 16px;
    left: 0;
    transform: none;
    bottom: 1rem;
  }
  .tit p {
    font-size: 13px;
    padding: 0;
  }
  .tit3 {
    text-align: left;
    padding-bottom: 1.7rem;
  }
  .tit3 h2 {
    font-size: 20px;
  }
  .tit3::before {
    left: 0;
    transform: none;
    width: 40px;
    bottom: 24px;
  }
  .tit3::after {
    font-size: 16px;
    left: 0;
    transform: none;
  }
  /* 留言 */
  .message {
    padding: 30px 0;
  }
  .message .txt h4 {
    font-size: 22px !important;
  }
  .message .txt p {
    margin: 14px 0 18px !important;
    padding-bottom: 12px !important;
    font-size: 16px !important;
  }
  .message button {
    padding: 8px 24px !important;
  }
  .message .message-box form input,
  .message .message-box form textarea {
    padding: 10px 20px;
    font-size: 12px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .paged a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  /* itsm */
  #sol1 .qa {
    padding-bottom: 50px;
  }
  #sol1 .qa .qa-box {
    margin-top: 20px;
    position: relative;
  }
  #sol1 .qa .qa-box .qa-l,
  #sol1 .qa .qa-box .qa-r {
    width: 49%;
    text-align: left;
  }
  #sol1 .qa .qa-box .qa-l > div,
  #sol1 .qa .qa-box .qa-r > div {
    padding: 14px 10px;
    border-radius: 4px;
    min-height: 170px;
    background-color: rgba(207, 185, 250, 0.1);
  }
  #sol1 .qa .qa-box .qa-l > div::before,
  #sol1 .qa .qa-box .qa-r > div::before {
    display: none;
  }
  #sol1 .qa .qa-box .qa-l > div:nth-child(1),
  #sol1 .qa .qa-box .qa-r > div:nth-child(1) {
    margin-bottom: 8px;
  }
  #sol1 .qa .qa-box .qa-l > div h4,
  #sol1 .qa .qa-box .qa-r > div h4 {
    font-size: 14px;
    line-height: 20px;
  }
  #sol1 .qa .qa-box .qa-l > div h4::before,
  #sol1 .qa .qa-box .qa-r > div h4::before {
    display: none;
  }
  #sol1 .qa .qa-box .qa-l > div p,
  #sol1 .qa .qa-box .qa-r > div p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #555;
  }
  #sol1 .qa .qa-box .qa-l > div:hover h4,
  #sol1 .qa .qa-box .qa-r > div:hover h4 {
    transform: none;
  }
  #sol1 .qa .qa-box .qa-m {
    position: absolute;
    z-index: -1;
    opacity: 0.5;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    display: none;
  }
  #sol1 .design {
    padding: 40px 0 30px;
  }
  #sol1 .design .design-box {
    margin-top: 30px;
  }
  #sol1 .design .design-box .de-item {
    margin-bottom: 12px;
    width: 100%;
    margin-right: 0;
    padding: 24px 16px;
  }
  #sol1 .design .design-box .de-item h4 {
    font-size: 18px;
  }
  #sol1 .design .design-box .de-item p {
    margin-top: 0;
    font-size: 14px;
  }
  #sol1 .design .design-box .de-item img {
    width: 50px;
  }
  #sol1 .advantage {
    padding: 30px 0 40px;
  }
  #sol1 .advantage .advs-box {
    margin-top: 30px;
    position: relative;
  }
  #sol1 .advantage .advs-box .am {
    display: none;
  }
  #sol1 .advantage .advs-box .al,
  #sol1 .advantage .advs-box .ar {
    width: 48%;
  }
  #sol1 .advantage .advs-box .al .advs-item,
  #sol1 .advantage .advs-box .ar .advs-item {
    width: 100%;
    padding: 20px 12px;
    height: 130px;
    background-color: #fbf9ff;
  }
  #sol1 .advantage .advs-box .al .advs-item:first-child,
  #sol1 .advantage .advs-box .ar .advs-item:first-child {
    margin-bottom: 16px;
  }
  #sol1 .advantage .advs-box .al .advs-item h4,
  #sol1 .advantage .advs-box .ar .advs-item h4 {
    font-size: 18px;
  }
  #sol1 .advantage .advs-box .al .advs-item p,
  #sol1 .advantage .advs-box .ar .advs-item p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #555;
  }
  #sol1 .advantage .advs-box .al .a-item:hover,
  #sol1 .advantage .advs-box .ar .a-item:hover {
    transform: none;
  }
  #sol1 .change {
    padding: 30px 0 40px;
  }
  #sol1 .change .change-box {
    margin-top: 30px;
  }
  #sol1 .change .change-box .c-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #sol1 .change .change-box .c-box::before {
    display: none;
  }
  #sol1 .change .change-box img {
    position: absolute;
    opacity: 0.2;
    display: none;
  }
  #sol1 .change .change-box .c-item {
    padding: 20px 12px;
    margin-bottom: 8px;
    position: static;
    width: 49%;
    text-align: left !important;
    background-color: rgba(106, 58, 205);
    border-radius: 4px;
  }
  #sol1 .change .change-box .c-item h4 {
    font-size: 15px;
    line-height: 22px;
    white-space: inherit;
  }
  #sol1 .change .change-box .c-item p {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    opacity: 0.8;
    white-space: inherit;
  }
  #sol1 .local {
    padding: 40px 0 50px;
  }
  #sol1 .local .local-box {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  #sol1 .local .local-box .l-item {
    margin-bottom: 12px;
    padding: 20px 12px;
    width: 48%;
    border: 1px solid rgba(106, 58, 205, 0.6);
    font-size: 16px;
  }
  #sol1 .local .local-box .l-item .img {
    margin-bottom: 20px;
    width: 40px;
  }
  #sol1 .local .local-box .l-item:hover .img {
    transform: none;
  }
  /* aitsm */
  #aitsm .qa {
    padding-bottom: 50px;
  }
  #aitsm .qa .qa-box {
    margin-top: 20px;
    position: relative;
  }
  #aitsm .qa .qa-box .qa-l,
  #aitsm .qa .qa-box .qa-r {
    width: 49%;
    text-align: left;
  }
  #aitsm .qa .qa-box .qa-l > div,
  #aitsm .qa .qa-box .qa-r > div {
    padding: 14px 10px;
    border-radius: 4px;
    min-height: 170px;
    background-color: rgba(207, 185, 250, 0.1);
  }
  #aitsm .qa .qa-box .qa-l > div::before,
  #aitsm .qa .qa-box .qa-r > div::before {
    display: none;
  }
  #aitsm .qa .qa-box .qa-l > div:nth-child(1),
  #aitsm .qa .qa-box .qa-r > div:nth-child(1) {
    margin-bottom: 8px;
  }
  #aitsm .qa .qa-box .qa-l > div h4,
  #aitsm .qa .qa-box .qa-r > div h4 {
    font-size: 14px;
    line-height: 20px;
  }
  #aitsm .qa .qa-box .qa-l > div h4::before,
  #aitsm .qa .qa-box .qa-r > div h4::before {
    display: none;
  }
  #aitsm .qa .qa-box .qa-l > div p,
  #aitsm .qa .qa-box .qa-r > div p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #555;
  }
  #aitsm .qa .qa-box .qa-l > div:hover h4,
  #aitsm .qa .qa-box .qa-r > div:hover h4 {
    transform: none;
  }
  #aitsm .qa .qa-box .qa-m {
    position: absolute;
    z-index: -1;
    opacity: 0.5;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    display: none;
  }
  #aitsm .aitsm {
    padding: 40px 0 50px;
  }
  #aitsm .aitsm .container > p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #555;
    margin: 30px 0;
    max-width: 100%;
    color: #fff;
  }
  #aitsm .aitsm .container .aitsm-box {
    margin-top: 40px;
  }
  #aitsm .aitsm .container .aitsm-box .pc {
    display: none;
  }
  #aitsm .aitsm .container .aitsm-box .mb {
    display: block !important;
    position: static;
    transform: none;
    max-width: 100%;
  }
  #aitsm .aitsm .container .aitsm-box .sec {
    display: none;
    padding: 40px 0px !important;
  }
  #aitsm .aitsm .container .aitsm-box .sec .s-item {
    transform: none !important;
  }
  #aitsm .aitsm .container .aitsm-box .sec .s-item i {
    margin: 0 5px !important;
    font-size: 16px;
  }
  #aitsm .aitsm .container .aitsm-box .sec .s-item h4 {
    font-size: 13px;
  }
  #aitsm .aitsm .container .aitsm-box .sec .s-item h4 span {
    display: none;
  }
  #aitsm .aitsm .container .aitsm-box .sec:nth-child(3) .s-item h4 {
    max-width: 90px;
    line-height: 20px;
  }
  #aitsm .aitsm .container .aitsm-box img {
    max-width: 144px;
    transform: translate(-50%, -50%) scale(1);
  }
  #aitsm .team {
    padding: 30px 0 40px;
  }
  #aitsm .team .tm h4 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  #aitsm .team .tm img {
    margin-bottom: 12px;
  }
  #aitsm .value {
    padding: 40px 0;
    background-image: linear-gradient(to bottom, #6b3bcd, #581fca);
  }
  #aitsm .value .value-box {
    margin-top: 30px;
  }
  #aitsm .value .value-box .v-item {
    flex-wrap: wrap;
  }
  #aitsm .value .value-box .v-item:last-child {
    margin-top: 12px;
  }
  #aitsm .value .value-box .v-item .v {
    width: 100%;
    padding: 18px 10px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
  }
  #aitsm .value .value-box .v-item .v:first-child {
    margin-bottom: 12px;
  }
  #aitsm .value .value-box .v-item .v h4 {
    margin-bottom: 14px;
    font-size: 14px;
  }
  #aitsm .value .value-box .v-item .v h4 img {
    width: 20px;
  }
  #aitsm .value .value-box .v-item .v p {
    font-size: 12px;
    opacity: 0.8;
    line-height: 22px;
    text-align: justify;
  }
  #aitsm .value .value-box .v-item .l p {
    text-align: justify;
  }
  #aitsm .aitsm .container .aitsm-box::before {
    display: none;
  }
  #aitsm .aitsm .container .aitsm-box .sec:nth-child(3)::before {
    transform: translateX(-50%) scale(1, 1);
  }
  /* esm */
  #esm .tit::before {
    bottom: auto !important;
    top: 34px;
  }
  #esm .th {
    font-size: 18px;
  }
  #esm .t1 {
    font-size: 14px;
    line-height: 24px;
  }
  #esm .service {
    padding-bottom: 40px;
  }
  #esm .service .ser-box {
    margin-top: 30px;
    position: relative;
  }
  #esm .service .ser-box .sl .txt p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #555;
  }
  #esm .service .ser-box .sl a {
    margin-top: 30px;
  }
  #esm .service .ser-box .sr {
    display: none;
  }
  #esm .buss {
    padding: 40px 0;
  }
  #esm .buss .buss-box {
    margin-top: 30px;
  }
  #esm .buss .buss-box .yw {
    margin-top: 30px;
  }
  #esm .buss .buss-box .yw .yw-item .row {
    width: 20px;
    height: 8px;
  }
  /* 增值服务 */
  #add .ysqa {
    padding: 0 0 40px;
  }
  #add .ysqa .qa-box {
    margin-top: 40px;
    position: relative;
  }
  #add .ysqa .qa-box .qa-r {
    display: none;
  }
  #add .ysqa .qa-box .qa-l {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #add .ysqa .qa-box .qa-l .q {
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    width: 33%;
    border: 1px solid #cebeee;
    border-radius: 4px;
  }
  #add .ysqa .qa-box .qa-l .q p {
    margin-bottom: 10px;
    margin-right: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  #add .ysqa .qa-box .qa-l .q h4 {
    font-size: 16px;
    flex-direction: column;
    align-items: center;
  }
  #add .ysqa .qa-box .qa-l .q h4 span {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
    width: 80%;
    font-weight: 500;
    text-align: center;
  }
  #add .solve {
    padding: 30px 0 40px;
  }
  #add .solve .solve-box {
    margin-top: 30px;
  }
  #add .solve .solve-box .sm {
    display: none;
  }
  #add .solve .solve-box .sl,
  #add .solve .solve-box .sr {
    width: 49%;
  }
  #add .solve .solve-box .sl .s-item,
  #add .solve .solve-box .sr .s-item {
    padding: 20px 14px;
    height: 140px;
    justify-content: left;
    background-color: rgba(146, 107, 224, 0.5);
    border-radius: 4px;
  }
  #add .solve .solve-box .sl .s-item p,
  #add .solve .solve-box .sr .s-item p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  #add .solve .solve-box .sl .s-item span,
  #add .solve .solve-box .sr .s-item span {
    display: none;
  }
  #add .solve .solve-box .sl .s-item:nth-child(2),
  #add .solve .solve-box .sr .s-item:nth-child(2) {
    margin: 8px 0;
  }
  #add .solve .solve-box .sr {
    align-items: normal;
  }
  #add .pla {
    padding: 40px 0;
  }
  #add .pla .pla-box {
    position: relative;
  }
  #add .pla .pla-box .pl {
    width: 100%;
    justify-content: space-between;
  }
  #add .pla .pla-box .pl p {
    padding: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 26px;
    border: 1px solid #b496f0;
    width: 49%;
  }
  #add .pla .pla-box .pl p img {
    width: 25px;
  }
  #add .pla .pla-box > img {
    position: absolute;
    width: 80%;
    left: 32%;
    top: 26%;
    opacity: 0.5;
    z-index: -1;
  }
  #add .culture {
    padding: 30px 0 40px;
  }
  #add .culture .culture-box {
    margin-top: 30px;
    position: relative;
  }
  #add .culture .culture-box .cl p {
    font-size: 14px;
    line-height: 24px;
    white-space: inherit;
  }
  #add .culture .culture-box .cl p img {
    width: 30px;
  }
  #add .culture .culture-box .cl p:nth-child(2) {
    margin: 30px 0;
  }
  #add .culture .culture-box .cr {
    display: none;
  }
  /* 信息安全 */
  #sol3 .safe {
    padding-bottom: 0;
  }
  #sol3 .safe .safe-box {
    margin-top: 30px;
    flex-direction: column;
  }
  #sol3 .safe .safe-box .sl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  #sol3 .safe .safe-box .sl h2 {
    width: 100%;
    font-size: 20px;
  }
  #sol3 .safe .safe-box .sl .p {
    width: 48%;
    margin-top: 12px;
  }
  #sol3 .safe .safe-box .sl .p h4 {
    font-size: 18px;
  }
  #sol3 .safe .safe-box .sl .p p {
    font-size: 14px;
  }
  #sol3 .safe .safe-box .sr {
    width: 100%;
    padding: 40px 0 0;
  }
  #sol3 .safe .safe-box .sr .c3,
  #sol3 .safe .safe-box .sr .c4,
  #sol3 .safe .safe-box .sr .c2,
  #sol3 .safe .safe-box .sr .c1 {
    display: none;
  }
  #sol3 .safe .safe-box .sr .cmb {
    display: block !important;
  }
  #sol3 .user {
    padding: 30px 0 20px;
  }
  #sol3 .user .user-box {
    margin-top: 20px;
  }
  #sol3 .user .user-box .img {
    width: 100%;
    padding: 0;
  }
  #sol3 .user .user-box .img img {
    display: none;
  }
  #sol3 .user .user-box .img p {
    margin-bottom: 1px;
    padding: 20px 20px;
    background-color: #fff;
    position: relative;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    font-size: 12px;
    color: #333;
    width: 100%;
    text-align: left;
    line-height: 20px;
    transform: none !important;
  }
  #sol3 .user .user-box .img p::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #581fca;
    border-radius: 50%;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #sol3 .user .user-box .img .p5 {
    white-space: normal;
  }
  /* cmdb */
  #cmdb .pay .pay-box {
    margin-top: 40px;
  }
  #cmdb .pay .pay-box .txt {
    bottom: 1%;
  }
  #cmdb .pay .pay-box .txt h4 {
    margin-bottom: 10px;
    font-size: 15px;
  }
  #cmdb .pay .pay-box .txt h4 span {
    font-size: 13px;
  }
  #cmdb .user {
    padding: 40px 0 ;
  }
  #cmdb .user .user-box {
    margin-top: 30px;
    justify-content: space-between;
  }
  #cmdb .user .user-box .u-item {
    margin-top: 8px;
    padding: 16px 5px;
    width: 49%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
  }
  #cmdb .user .user-box .u-item:nth-child(4n) {
    margin-right: 0;
  }
  #cmdb .user .user-box .u-item:nth-of-type(n+5) {
    margin-top: 10px;
  }
  #cmdb .user .user-box .u-item span {
    width: 60px;
    height: 60px;
  }
  #cmdb .user .user-box .u-item span i {
    font-size: 30px;
  }
  #cmdb .user .user-box .u-item h4 {
    margin: 10px 0 14px;
    font-size: 16px;
  }
  #cmdb .user .user-box .u-item p {
    padding: 0 10px;
    font-size: 14px;
    line-height: 23px;
  }
  #lx .cover {
    padding-bottom: 40px;
  }
  #lx .cover .c-box {
    margin-top: 30px;
  }
  #lx .sy {
    padding: 40px 0;
  }
  #lx .sy .sy-box {
    margin-top: 30px;
  }
  #lx .sy .sy-box .sl {
    width: 100%;
    flex-wrap: wrap;
  }
  #lx .sy .sy-box .sl .s {
    margin-bottom: 12px;
    margin-left: 0;
    width: 100%;
    padding: 30px 20px;
  }
  #lx .sy .sy-box .sl .s img {
    width: 40px;
    height: auto;
  }
  #lx .sy .sy-box .sl .s h4 {
    font-size: 20px;
    height: auto;
  }
  #lx .sy .sy-box .sl .s p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #555;
    color: #fff;
    max-width: 100%;
  }
  #lx .sy .sy-box .sr {
    display: none;
  }
  #sol4 .solution {
    padding: 0 0 40px;
  }
  #sol4 .solution .sol-box {
    margin-top: 30px;
  }
  #sol4 .solution .sol-box .sol-l {
    width: 100%;
  }
  #sol4 .solution .sol-box .sol-l p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #555;
  }
  #sol4 .solution .sol-box .sol-l a {
    margin-top: 40px;
  }
  #sol4 .solution .sol-box .sol-r {
    display: none;
  }
  #sol4 .what {
    padding: 40px 0;
  }
  #sol4 .what .what-box .w-item {
    margin-right: 0;
    margin-bottom: 12px;
    padding: 20px 20px;
    width: 100%;
  }
  #sol4 .what .what-box .w-item h4 {
    font-size: 16px;
  }
  #sol4 .what .what-box .w-item p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  #sol4 .what .what-box .w-item img {
    width: 40px;
  }
  #sol4 .scene {
    padding: 40px 0 0;
  }
  #sol4 .scene ul li {
    font-size: 13px;
    white-space: nowrap;
  }
  #sol4 .scene .scene-box .swiper-container {
    padding: 1.5rem 0;
  }
  #sol4 .scene .scene-box .swiper-slide {
    background-color: transparent !important;
  }
  #sol4 .scene .scene-box .swiper-slide > img {
    display: none;
  }
  #sol4 .scene .scene-box .swiper-slide .mb {
    display: flex !important;
  }
  #sol4 .scene .scene-box .swiper-slide .mb img {
    margin-bottom: 12px;
  }
  #sol4 .changes {
    padding: 40px 0;
  }
  #sol4 .changes .changes-box::before {
    width: 50%;
    height: 50%;
    display: none;
  }
  #sol4 .route {
    padding: 40px 0;
  }
  #sol4 .route .route-box {
    margin-top: 30px;
  }
  #sol4 .route .route-box .r-item {
    padding: 20px 10px;
  }
  #sol4 .route .route-box .r-item .img i {
    font-size: 30px;
  }
  #sol4 .route .route-box .r-item h4 {
    margin: 20px 0 10px;
    font-size: 14px;
  }
  #sol4 .route .route-box .r-item span {
    font-size: 12px;
  }
  /* 服务与支持 */
  #services .notice .notice-box {
    padding-bottom: 20px;
    width: 100%;
  }
  #services .notice .notice-box .n-item {
    padding: 10px 20px;
  }
  #services .notice .notice-box .n-item h4 {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #services .notice .notice-box .n-item > div {
    display: none;
  }
  #services .notice .notice-box .n-item > div p {
    padding-right: 0px;
    margin-right: 0;
    font-size: 14px;
  }
  #services .notice .notice-box .n-item > div i {
    display: none;
  }
  #services .services {
    padding: 40px 0 50px;
  }
  #services .time {
    padding: 30px 0 40px;
  }
  #services .time .time-box {
    margin-top: 30px;
  }
  #services .time .time-box .tl .t-item {
    padding: 20px 10px;
    background-color: #faf8fe;
    border-radius: 4px;
  }
  #services .time .time-box .tl .t-item h4 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  #services .time .time-box .tl .t-item > div {
    flex-direction: column;
  }
  #services .time .time-box .tl .t-item > div p {
    font-size: 14px;
    line-height: 24px;
  }
  #services .time .time-box .tr {
    display: none;
  }
  #services .mode {
    padding: 40px 0;
  }
  #services .mode .ml {
    display: none;
  }
  #services .mode .mr {
    margin-left: 0;
  }
  #services .mode .mr .cont p {
    font-size: 14px;
    line-height: 30px;
  }
  #services .doc {
    padding: 40px 0;
  }
  #services .doc .doc-box {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  #services .doc .doc-box .d-item {
    margin-bottom: 6px;
    margin-right: 1%;
    padding: 20px 0;
    width: 32%;
    background-color: rgba(207, 185, 250, 0.1);
    border-radius: 6px;
  }
  #services .doc .doc-box .d-item img {
    height: 40px;
  }
  #services .doc .doc-box .d-item h4 {
    margin: 20px 0 10p;
    font-size: 16px;
  }
  #services .doc .doc-box .d-item p {
    font-size: 14px;
  }
  #services .api {
    padding: 40px 0;
  }
  #services .api .api-box {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  #services .api .api-box .api-item {
    margin-bottom: 12px;
    padding: 20px 10px;
    width: 100%;
  }
  #services .api .api-box .api-item .icon {
    width: 60px;
    height: 60px;
  }
  #services .api .api-box .api-item .icon img {
    width: 30px;
  }
  #services .api .api-box .api-item .cont h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  #services .api .api-box .api-item .cont p {
    font-size: 14px;
  }
  #services .vip {
    padding: 40px 0;
  }
  #services .vip .vip-box {
    margin-top: 40px;
  }
  #services .vip .vip-box .vip-item {
    padding: 0  6px;
  }
  #services .vip .vip-box .vip-item .icon {
    width: 40px;
    height: 40px;
  }
  #services .vip .vip-box .vip-item .icon i {
    font-size: 20px;
  }
  #services .vip .vip-box .vip-item h4 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    white-space: nowrap;
  }
  #services .vip .vip-box .line {
    width: 2.2rem;
    display: none;
    transform: translateY(-1.8rem);
  }
  #services .cj {
    padding: 40px 0 0;
  }
  #services .cj .cont {
    margin-top: 30px !important;
  }
  #services .cj .cl {
    display: none;
  }
  #services .cj .cr {
    margin-left: 0;
  }
  #services .cj .cr .c-item {
    margin-bottom: 30px !important;
  }
  #services .cj .cr h4 {
    font-size: 18px !important;
  }
  #services .report {
    padding: 40px 0;
  }
  #services .report .re-box {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  #services .report .re-box .r-item {
    margin-bottom: 12px;
    padding: 30px 20px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 0.05rem 3rem rgba(228, 228, 228, 0.7);
    transform: translateY(-0.5rem);
  }
  #services .report .re-box .r-item::before {
    display: none;
  }
  #services .report .re-box .r-item .icon {
    margin-bottom: 0;
    width: 60px;
    height: 60px;
  }
  #services .report .re-box .r-item .icon i {
    font-size: 30px;
  }
  #services .report .re-box .r-item h4 {
    margin: 30px 0 20px;
    font-size: 18px;
  }
  #services .report .re-box .r-item p {
    font-size: 14px;
  }
  #services .report .re-box .r-item a {
    font-size: 12px;
  }
  #services .report .re-box .r-item::before {
    width: 100%;
    opacity: 1;
  }
  #services .report .re-box .r-item .icon::before {
    animation: run 10s  linear infinite;
  }
  #services .report .re-box .r-item a {
    background-color: #6a3acd;
    color: #fff;
  }
  #services .report .re-box .r-item a::before {
    padding: 0.5rem;
    opacity: 1;
  }
  #join .partner {
    padding: 30px 0 40px;
  }
  #join .partner .partner-box {
    margin-top: 30px;
  }
  #join .partner .partner-box .p-item {
    margin: 0;
    width: 33%;
    padding: 16px 5px;
    border-radius: 4px;
    border: 1px solid #ac8fe5;
  }
  #join .partner .partner-box .p-item img {
    height: 40px;
  }
  #join .partner .partner-box .p-item h4 {
    margin: 20px 0 10px;
    font-size: 15px;
  }
  #join .partner .partner-box .p-item p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #555;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
  }
  #join .market {
    padding: 40px 0;
  }
  #join .market .market-box {
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #join .market .market-box .m-item {
    position: relative;
    padding: 20px 10px 20px;
    width: 100%;
    text-align: left;
    align-items: flex-start;
    margin-right: 1%;
    margin-bottom: 6px;
    border: 1px solid #b496f0;
  }
  #join .market .market-box .m-item img {
    position: absolute;
    width: 40px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  #join .market .market-box .m-item h4 {
    margin: 0px 0 5px;
    font-size: 17px;
    white-space: inherit;
    line-height: 24px;
  }
  #join .market .market-box .m-item p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #555;
    height: 48px;
    width: 72%;
  }
  #join .pro {
    padding: 30px 0 50px;
  }
  #join .pro .pro-box {
    margin-top: 30px;
  }
  #join .yq {
    padding: 40px 0;
  }
  #join .yq .yq-box {
    margin-top: 30px;
  }
  #join .process {
    padding: 30px 0 45px;
  }
  #join .process .tit3 {
    width: 100%;
  }
  #join .process .process-box .p-item img {
    width: auto;
    height: 40px;
  }
  #join .process .process-box .p-item p {
    font-size: 13px;
    white-space: nowrap;
  }
  #join .process .process-box > img {
    display: none;
  }
  .casebanner .txt {
    left: 5%;
    top: 60%;
  }
  #case .case-box {
    margin-top: 30px;
  }
  #case .case-box .case-item {
    width: 100%;
    margin-right: 0;
  }
  #case .case-box .case-item .cont h4 {
    font-size: 18px;
  }
  #case .case-box .case-item .cont p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #555;
  }
  .casebanner .txt {
    max-width: 80%;
  }
  .casebanner .txt h2 {
    padding-bottom: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .casebanner .txt h2::before {
    display: none;
  }
  .casebanner .txt h4 {
    font-size: 14px;
    line-height: 22px;
  }
  #showcase .case-box {
    flex-direction: column;
    overflow: hidden;
  }
  #showcase .case-box .cl {
    margin-bottom: 12px;
    width: 100%;
    margin-right: 0;
    padding: 0 0 30px ;
  }
  #showcase .case-box .cl .c-item {
    padding: 20px 0;
    overflow: hidden;
  }
  #showcase .case-box .cl .c-item h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  #showcase .case-box .cl .c-item p,
  #showcase .case-box .cl .c-item span {
    font-size: 14px !important;
    line-height: 24px !important;
    max-width: 100%;
  }
  #showcase .case-box .cl .c-item img {
    display: block !important;
  }
  #showcase .case-box .cr {
    padding: 20px 10px;
  }
  #showcase .case-box .cr .logo {
    margin-bottom: 20px;
    width: auto;
  }
  #showcase .case-box .cr .info h4 {
    font-size: 20px;
  }
  #showcase .case-box .cr .info p {
    font-size: 16px;
  }
  #showcase .case-box .cr .page p {
    font-size: 16px;
  }
  .abanner {
    height: 240px !important;
  }
  .abanner .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  /* 关于我们 */
  #about .about {
    padding: 0 0 40px;
  }
  #about .about .about-box {
    margin-top: 30px;
    flex-direction: column;
  }
  #about .about .about-box .al {
    width: 100%;
  }
  #about .about .about-box .al .th {
    margin-bottom: 30px;
    font-size: 18px;
    padding-bottom: 20px;
  }
  #about .about .about-box .al p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #555;
    margin-bottom: 10px;
  }
  #about .about .about-box .ar {
    width: 50%;
  }
  #about .data {
    padding: 30px 0 40px;
  }
  #about .data .container {
    flex-direction: column-reverse;
  }
  #about .data .container .dl {
    width: 80%;
  }
  #about .data .container .dr {
    padding-left: 0;
  }
  #about .data .container .dr h2 {
    margin-bottom: 30px;
    font-size: 18px;
    padding-bottom: 20px;
  }
  #about .data .container .dr p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #555;
    margin-bottom: 10px;
  }
  #about .path-item * {
    font-size: 14px;
  }
  #about .about-devlpment {
    padding: 40px 0;
  }
  /* 新闻详情 */
  #snews {
    padding: 0 0 30px ;
    background-color: #f4f4f4;
  }
  #snews .container {
    max-width: 100%;
  }
  #snews .container .n-box {
    flex-direction: column;
  }
  #snews .container .n-box .nl {
    padding: 16px 12px;
    width: 100%;
    background-color: #fff;
  }
  #snews .container .n-box .nl .n-head {
    padding-bottom: 16px;
  }
  #snews .container .n-box .nl .n-head h4 {
    font-size: 18px;
    line-height: 30px;
  }
  #snews .container .n-box .nl .n-head p {
    font-size: 12px;
    margin-top: 16px;
  }
  #snews .container .n-box .nl .nbody {
    padding: 16px 0;
  }
  #snews .container .n-box .nl .nbody p {
    font-size: 14px;
    line-height: 24px;
  }
  #snews .container .n-box .nl .nbody span {
    font-size: 14px !important;
    line-height: 24px;
  }
  #snews .container .n-box .nl .nbody img {
    max-width: 100%;
  }
  #snews .container .n-box .nr {
    padding: 16px 12px;
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
    background-color: #fff;
  }
  #snews .container .n-box .nr .nr-item {
    margin-bottom: 12px;
  }
  #snews .container .n-box .nr .n-pic {
    height: 60px !important;
  }
  #snews .container .n-box .nr a {
    line-height: 24px;
  }
  /* ai */
  #ai .ai ul {
    margin-top: 30px;
  }
  #ai .ai ul li {
    list-style-image: none;
    margin-bottom: 16px;
  }
  #ai .ai ul li p {
    font-size: 14px;
    line-height: 24px;
  }
  #ai .ai .ai-box {
    padding: 40px 0 ;
  }
  #ai .ai .ai-box .ai-item p {
    margin-bottom: 15px;
    font-size: 18px;
    padding-left: 0;
  }
  #ai .ai .ai-box .ai-item p span {
    font-size: 20px;
  }
  #ai .ai .ai-box .ai-item:last-child {
    margin-bottom: 20px;
  }
  /* 证通云证券专版 - 紫羚云 */
  .p-banner .txt .button {
    margin-top: 10px;
  }
  .p-banner .txt .button a {
    padding: 6px 20px;
    min-width: auto;
    font-size: 12px;
  }
  .p-banner .txt .button a i {
    font-size: 12px;
  }
  #management .manage .container > p {
    margin: 30px 0 40px;
    font-size: 14px;
    line-height: 24px;
  }
  #management .msec .tit3::after {
    font-size: 18px;
  }
  #management .msec .tit3 {
    margin-bottom: 30px;
  }
  #management .manage {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  #management .manage .container .man-box {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #management .manage .container .man-box .ma-item {
    margin-bottom: 12px;
    padding: 0  6px;
    width: 50%;
  }
  #management .manage .container .man-box .ma-item .icon {
    width: 40px;
    height: 40px;
  }
  #management .manage .container .man-box .ma-item .icon i {
    font-size: 20px;
  }
  #management .manage .container .man-box .ma-item .txt {
    margin-top: 20px;
    width: 100%;
    position: static;
  }
  #management .manage .container .man-box .ma-item .txt h4 {
    font-size: 15px;
  }
  #management .manage .container .man-box .ma-item .txt p {
    margin-top: 10px;
    font-size: 13px;
  }
  #management .manage .container .man-box .line {
    width: 2.2rem;
    display: none;
    transform: translateY(-1.8rem);
  }
  #management .msec .m-sec {
    height: auto;
    padding: 40px 0;
  }
  #management .msec .m-sec .container {
    flex-direction: column;
  }
  #management .msec .m-sec:nth-child(even) .container {
    flex-direction: column;
  }
  #management .msec .m-sec .cont {
    width: 98%;
  }
  #management .msec .m-sec .cont p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  #management .msec .m-sec .cont p i {
    top: 9px;
  }
  #management .msec .m-sec .cont a {
    margin-top: 30px;
  }
  #management .msec .m-sec img {
    margin-bottom: 24px;
    width: 80%;
    display: none;
  }
  #management .case {
    padding: 40px 0;
  }
  #management .case .case-box {
    margin-top: 30px;
  }
  #management .case .case-box #ct {
    margin-bottom: 0px;
  }
  #management .case .case-box #ct .swiper-slide {
    padding: 30px 20px;
    min-height: 270px;
  }
  #management .case .case-box #ct .swiper-slide h4 {
    font-size: 20px;
  }
  #management .case .case-box #ct .swiper-slide h4 sup,
  #management .case .case-box #ct .swiper-slide h4 sub {
    font-size: 22px;
  }
  #management .case .case-box #ct .swiper-slide p {
    margin: 20px 0 18px;
    font-size: 14px;
    line-height: 24px;
    width: 90%;
  }
  #management .case .case-box #ct .swiper-button-prev,
  #management .case .case-box #ct .swiper-button-next {
    display: none;
  }
  #management .case .case-box #cb {
    margin-top: 20px;
  }
  #management .case .case-box #cb .swiper-slide {
    height: auto;
  }
  #doing .container {
    flex-direction: column;
    padding: 4rem 0;
  }
  #doing .container .img {
    margin-right: 0;
    max-width: 60%;
  }
  #doing .container .text h2 {
    font-size: 1.2rem;
  }
  #doing .container .text strong {
    font-size: 1rem;
  }
  #doing .container .text p {
    font-size: 2;
    font-size: 0.8rem;
  }
  #member {
    padding-top: 3rem;
  }
  #member .main-1 {
    padding: 1rem 0;
    padding-left: 2%;
    padding-right: 2%;
  }
  #member .main-1 .container {
    flex-direction: column;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
  }
  #member .main-1 .container > div {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #member .main-1 .container .left .form button {
    min-width: 6rem;
  }
  #member .main-1 .container .left .form .code .code-img {
    width: 7rem;
  }
  #member .main-1 .container .right .item {
    padding-left: 2%;
    padding-right: 2%;
  }
  #member .main-1 .container .right .item h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  #member .main-1 .container .right .item .start {
    text-align: center;
  }
  #member .main-1 .container .right .item .start a {
    font-size: 0.8rem;
  }
  #member .main-1 .container .right .item .txt p {
    width: 100%;
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
  }
  #member .main-1 .container .right .item .flow {
    overflow-x: scroll;
    width: 100%;
  }
  #member .main-1 .container .right .item .flow .list {
    margin-right: 2rem;
  }
  #member .main-1 .container .right .item .flow .list:last-of-type {
    margin-right: 0;
  }
  #member .main-1 .container .right .item .flow .list p {
    white-space: nowrap;
  }
  #member .main-1 .container .right .item .flow .ic {
    margin-right: 2rem;
  }
  #member .cookie p {
    display: block;
  }
  #member .cookie p br {
    display: block !important;
  }
  #member .cookie p a {
    display: inline-block;
  }
  #member .cookie p span {
    display: inline-block;
    margin-top: 1rem;
  }
  #team .main-1 .con {
    flex-direction: column;
    position: relative;
  }
  #team .main-1 .con .left {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 40%;
    display: none;
  }
  #team .main-1 .con .right {
    padding: 2rem 0;
  }
  #team .main-1 .con .right > div:first-of-type > img {
    display: block !important;
    max-width: 40%;
    margin-right: 0.5rem;
    float: left !important;
  }
  #team .main-1 .con .right h2 {
    font-size: 0.9rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
  #team .main-1 .con .right h2 span {
    font-size: 0.8rem;
  }
  #team .main-1 .con .right h4 {
    font-size: 0.7rem;
  }
  #team .main-1 .con .right strong {
    font-size: 0.7rem;
  }
  #team .main-1 .con .right p {
    font-size: 0.7rem;
  }
  #team .main-2 {
    padding: 2rem 0;
  }
  #team .main-2 .container {
    flex-direction: column;
  }
  #team .main-2 .container ul {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }
  #team .main-2 .container ul li {
    margin: 0 0.5rem;
  }
  #team .main-2 .container ul li a {
    font-size: 1rem;
    padding-bottom: 0.5rem;
  }
  #team .main-2 .container ul li a::before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #team .main-2 .container ol {
    width: 100%;
    justify-content: space-between;
  }
  #team .main-2 .container ol li {
    width: 48%;
    margin-right: 0;
  }
  #team .main-2 .container ol li a .img {
    width: 7rem;
    height: 7rem;
    margin: 0 auto;
  }
  #team .main-2 .container ol li a .text * {
    text-align: center;
  }
  #team .main-2 .container ol li a .text h6 {
    font-size: 0.9rem;
    line-height: 2;
  }
  #team .main-2 .container ol li a .text p {
    font-size: 0.7rem;
    white-space: nowrap;
  }
  #team_show .page-banner-container {
    padding: 2rem 0;
    padding-top: 0;
  }
  #team_show .page-banner-container > div {
    flex-direction: column-reverse;
  }
  #team_show .page-banner-container .swiper-container {
    height: auto;
    margin: 0;
    flex: none;
  }
  #team_show .page-banner-container .swiper-container .swiper-slide {
    position: relative;
  }
  #team_show .page-banner-container .swiper-container .swiper-slide .text {
    padding-top: 2rem;
  }
  #team_show .page-banner-container .swiper-container .swiper-slide h6 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  #team_show .page-banner-container .swiper-container .swiper-slide .lab {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 0.7rem;
    max-width: 60%;
    min-height: 6.5rem;
  }
  #team_show .page-banner-container .swiper-container .swiper-slide .img {
    position: absolute;
    top: 0;
    right: 0;
    height: 11rem;
  }
  #team_show .page-banner-container .swiper-container .swiper-slide .img img {
    width: auto;
    height: 100%;
  }
  #team_show .page-banner-container .swiper-container .swiper-slide p {
    font-size: 0.7rem;
  }
  #team_show .page-banner-container .p-pagination {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
  }
}
