@charset "utf-8";
/* CSS Document */
body {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: "Microsoft Yahei";
  overflow-x: hidden;
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
/* 导航字体大小设置 */
.dropdown:hover .dropdown-menu {
  display: block;
}
.offcanvas.show:not(.hiding), .offcanvas.showing {
  transform: none;
}
.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
  visibility: visible;
}
.fixed {
  background: #fff;
  box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
  position: fixed;
  width: 100%;
  top: 0;
  -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
  -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  z-index: 999999;
  animation: fadeInDown .5s;
}
.nav-item .nav-link {
  padding: 1.5rem;
  font-size: 1.2rem;
  position: relative;
  color: #333;
}
.nav-item .nav-link:hover {
  color: #4f7afd;
}
.nav-item .nav-link::after {
  width: 0;
  position: absolute;
  content: "";
  height: 2px;
  background: #4f7afd;
  left: 50%;
  bottom: 0;
  transition: 0.5s ease all;
}
.nav-item .nav-link:hover::after {
  width: 40%;
  left: 30%;
}
.nav-item .active::after {
  width: 40%;
  left: 30%;
  position: absolute;
  content: "";
  height: 2px;
  background: #4f7afd;
  bottom: 0;
}
.nav-item .active {
  color: #4f7afd !important;
}
/* 解决方案图标样式 */
.solution-link {
  position: relative;
  padding-right: 25px !important;
}
.solution-link::before {
  content: '';
  position: absolute;
  top: 30%;
  right: 0;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background: url('../images/new@2x.png') no-repeat center;
  background-size: contain;
}
.index-1 {
  width: 100%;
  background: url('../images/bg@2x-new.jpg') no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  min-height: 50rem;
}
.dl-box {
  display: flex;
  align-items: center;
}
.dl-box a {
  padding: 10px 40px;
  border-radius: 10px;
  color: #000;
  text-decoration: none;
}
.dl-box .regest {
  background: #008cff;
  color: #FFF !important;
}
.index-1 .swiper1-text {
  width: 40%;
}
.index-1 .t1 {
  font-size: 7rem;
  font-weight: bold;
  color: #555;
}
.index-1 .t2 {
  font-size: 3.5rem;
  color: #666;
  letter-spacing: 1.5px;
  margin-bottom: 1rem;
}
.index-1 p {
  opacity: .8;
  font-size: 1.5rem;
  color: #999;
  text-align: justify;
}
.pro-xiala {
  padding: 1.5rem;
}
.pro-xiala .xl-item {
  width: 30%;
}
.pro-xiala .xl-item .t1 {
  padding-bottom: .8rem;
  margin-bottom: .8rem;
  border-bottom: .01rem solid rgba(151, 151, 161, .12);
  font-weight: bold;
}
.pro-xiala .xl-item .list-box {
  margin-bottom: 1rem;
}
.pro-xiala .xl-item .list-box .subtitle {
  background: url('../images/icon_dropdown_new.png?20210817') no-repeat;
  background-size: 1rem auto;
  margin-top: 0;
}
.pro-xiala .xl-item .on a .subtitle {
  color: #4f7afd !important;
}
.pro-xiala .xl-item .on a .litle-text {
  color: #4f7afd !important;
}
.pro-xiala .xl-box {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #F4F4F4;
}
.pro-xiala .xl-box a .t1 {
  font-size: 1rem;
  color: #333;
}
.pro-xiala .xl-box a .t2 {
  font-size: 0.8rem;
  color: #999;
}
.pro-xiala .xl-box a:hover .t1 {
  color: #4f7afd;
}
.pro-xiala .xl-box a:hover .t2 {
  color: #4f7afd;
}
.pro-xiala .on a .t1 {
  color: #4f7afd;
}
.pro-xiala .on a .t2 {
  color: #4f7afd;
}
.bg1 {
  background-position: 0 0.2rem !important;
}
.bg2 {
  background-position: 0 -1.2rem !important;
}
.bg3 {
  background-position: 0 -7.2rem !important;
}
.bg4 {
  background-position: 0 -4.2rem !important;
}
.bg5 {
  background-position: 0 -5.8rem !important;
}
.bg6 {
  background-position: 0 -8.8rem !important;
}
.bg7 {
  background-position: 0 -10.2rem !important;
}
.pro-xiala .xl-item .list-box a .subtitle {
  color: #333;
  font-size: 1rem;
  margin-bottom: 0.2rem;
  padding-left: 1.8rem;
}
.pro-xiala .xl-item .list-box a:hover .subtitle {
  color: #4e79fd;
}
.pro-xiala .xl-item .list-box a .litle-text {
  font-size: .8rem;
  color: #666;
  padding-left: 1.8rem;
}
.pro-xiala .xl-item .list-box a:hover .litle-text {
  color: #4e79fd;
}
.index-2 {
  height: 100%;
  width: 100%;
  background: url(../images/bg2@2x.png?2020522) no-repeat center center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
  min-height: 50rem;
}
.index-2 .top-box {
  padding: 6.5rem 0;
}
.index-2 .top-box .title {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
.index-2 .top-box .ftitle {
  font-size: 1.5rem;
  font-weight: bold;
  color: #555;
}
.index-2 .xm-list .xm-item {
  width: 25%;
  text-align: center;
  color: #555;
}
.index-2 .xm-list .xm-item .xm-pic img {
  width: 60%;
}
.index-2 .xm-list .xm-item .xm-tit {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.index-2 .xm-list .xm-item .xm-fpic {
  font-size: 1.6rem;
}
.index-3 {
  padding: 4rem 0;
}
.index-3 .pic img {
  width: 60%;
}
.index-3 .pic-90 img {
  width: 90%;
}
.index-3 .index-box {
  padding-bottom: 2rem;
  color: #555;
}
.index-3 .index-box .t1 {
  font-size: 4rem;
  font-weight: bold;
}
.index-3 .index-box .t2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.index-3 .index-box .smtext {
  line-height: 1;
}
.index-4 {
  background: url(../images/bg4@2x.png);
  background-size: 100% 100%;
  padding: 3rem 0;
}
.index-4-l {
  width: 48%;
}
.index-4-l .t1 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #555;
}
.index-4-l .t2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 1.5rem;
}
.index-4-l .t2 span {
  color: #4f7afd;
}
.index-4-l .index-4-list {
  margin-top: 2rem;
}
.index-4-l .index-4-list p {
  font-size: 1rem;
  color: #555;
  border-left: 0.2rem solid #4f7afd;
  padding-left: 1rem;
}
.index-4-l .index-4-list p span {
  color: #333;
  font-weight: bold;
}
.index-4-l .index-4-pic img {
  width: 70%;
}
.index-4-l .index-4-btn {
  margin-top: 2rem;
}
.index-4-l .index-4-btn a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #4f7afd;
  padding: 0.65rem 2rem;
  border-radius: 0.5rem;
}
.index-4-l .index-4-btn a:hover {
  background: #295eff;
}
.index-4-r {
  width: 48%;
  text-align: center;
}
.index-4-r img {
  width: 100%;
}
.index-5 {

  background-size: 100% 100%;
  padding: 3rem 0;
}
.index-6 {

  background-repeat: no-repeat;
  background-position: top left;
  background-size: 30% auto;
  padding: 3rem 0;
}
.index-7 {
  background: url(../images/logo6@2x.png?2020522) no-repeat top left;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 30% auto;
  padding: 3rem 0;
}
.index-8 {
  background: url(../images/logo6@2x.png?2020522) no-repeat top left;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 30% auto;
  padding: 3rem 0;
}
.fenye{margin-top:2rem;}

.daili{padding:30px 0; width:60%; margin: 0 auto;}
.daili .dl-item{margin-bottom:20px;}
.daili .dl-item .dl-name{width:15%;  line-height: 40px; text-align: right; padding-right: 15px;}
.daili .dl-item .dl-name span{color:#FF0004;}
.daili .dl-item .dl-input{width:75%; line-height: 40px;}
.daili .dl-item .dl-input .bd{border:1px solid #e3e2e5; width: 100%;}
.daili .dl-item .dl-input input{outline: none; padding:0 15px;}
.daili .dl-item .dl-gk{border:1px solid #e3e2e5; width: 100%; height: 100px;}
.daili .dl-item textarea{outline: none; padding:0 15px;}
.daili .tj-box{width:240px; margin: 0 auto;}
.daili .dl-tj{ background: #0f73fd;height: 50px; width: 100%; line-height: 50px; text-align: center; color: #FFF; border-radius: 5px;}

.index-9 {
  background: url(../images/logo6@2x.png?2020522) no-repeat top left;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 30% auto;
  padding: 3rem 15%;
}
.index-9 .t1 {
  font-size: 3rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 1rem;
  padding-left: 2.5rem;
}
.index-9 .t2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  color: #555;
  padding-left: 2.5rem;
}
.index-9 .pic img {
  width: 100%;
}
.title-box {
  text-align: center;
  font-size: 2rem;
}

.index-more{width:16rem; margin-top:3.5rem;}
.index-more a{border-radius:10rem; border:1px solid #008cff; padding:1rem 5rem; color:#008cff; font-size:1.2rem;}
.index-more a:hover{background:#008cff; color:#FFF;}


#shenqing {
  padding-top: 3rem;
}
.i-message {
  background: url("../images/messagebg.jpg");
  background-size: cover;
  padding: 3rem 0;
}
.message-box {
  margin-top: 30px;
}
.message-box .box-item {
  width: 32%;
  margin-bottom: 20px;
}
.message-box .box-item .input-box {
  background: #FFF;
  padding: 15px;
  border-radius: 10px;
  border: none;
  outline: none;
  width: 100%;
  display: flex;
}
.message-box .box-item .box-btn {
  width: 100%;
  border: 1px solid #FFF;
  border-radius: 10px;
  background: none;
  height: 100%;
  font-size: 18px;
  color: #FFF;
}
.i-message .message-tips {
  padding: 40px 0;
  text-align: center;
  color: #FFF;
  font-size: 1.5rem
}
.message-btn {
  text-align: center;
}
.message-btn a {
  border-radius: 5px;
  color: #FFF;
  padding: 12px 40px;
  font-size: 18px;
  border: 1px solid #FFF;
}
.footer {
  background: #141621;
}
.f-box {
  padding: 0 1rem;
  width: 18%;
}
.f-box .f-logo img {
  width: 40%;
}
.f-box .f-text .tit {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #DDD;
}
.f-box .f-text .ftit {
  font-size: 0.9rem;
  margin-top: 10px;
  color: #999;
}
.f-box .f-box-tit {
  font-size: 1.2rem;
  color: #FFF;
  margin-bottom: 1.8rem;
  position: relative;
}
.f-box .f-box-tit::after {
  width: 2rem;
  height: 0.1rem;
  background: #006bb9;
  position: absolute;
  content: "";
  left: 0;
  bottom: -1rem;
  transition: 0.5s ease all;
}
.f-box:hover .f-box-tit::after {
  width: 4.5rem;
}
.f-box .f-list {
  width: 100%;
  margin-bottom: 10px;
}
.f-box .w50 {
  width: 50% !important;
}
.f-box .f-list a {
  color: #888;
  text-decoration: none;
  font-size: 0.9rem;
}
.f-box .f-list a:hover {
  color: #fff;
}
.f-name {
  font-size: 16px;
  margin-bottom: 15px;
  color: #DBDBDB;
}
.f-box .f-contact .c-box .c-box-ico {
  width: 30px;
  text-align: center;
  margin-right: 5px;
}
.f-box .f-contact .c-box .c-box-ico i {
  font-size: 20px;
  color: #DBDBDB;
}
.f-box .f-contact .c-box .c-box-txt {
  margin-bottom: 8px;
}
.f-box .f-contact .c-box .c-box-txt .t1 {
  font-size: 1.05rem;
  color: #999;
  margin-bottom: 2px;
}
.f-box .f-contact .c-box .c-box-txt .t2 {
  font-size: 0.9rem;
  color: #CACACA;
}
.f-box .f-contact .c-box .c-box-txt .t2 a {
  color: #fff;
  text-decoration: none;
}
.f-box .f-ewm {
  width: 45%;
}
.f-box .f-ewm img {
  width: 100%;
}
.f-box .f-ewm-tit {
  font-size: 0.9rem;
  color: #999;
  line-height: 1.8;
}

.contact {
    padding: 80px 20px;
    background: #f8f9fa;
    text-align: center;
}

.contact-info {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-info p {
    font-size: 1.1em;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.new-page{background: #f0f0f0; padding: 50px 0;}

.new-page .new-page-box{background:#FFF; padding:20px; margin-bottom: 20px;  transition: 0.5s ease all; border-radius: 10px;}
.new-page .new-page-box:hover {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
    -webkit-box-shadow: 0 2px 18px rgba(0,0,0,0.14);
    box-shadow: 0 2px 18px rgba(0,0,0,0.14);
}
.new-page .new-page-box:hover .time-box{background:#FF0004!important;}
.new-page .new-page-box:hover .center-tit a{color:#FF0004!important;}
.new-page .new-page-box .new-img{width:15%;}
.new-page .new-page-box .new-img img{width:100%;}
.new-page .new-page-box .new-center{width:70%;}
.new-page .new-page-box .new-center .center-tit{font-size: 20px; margin-bottom: 15px;}
.new-page .new-page-box .new-center .center-tit a{color:#333;}
.new-page .new-page-box .new-center .center-smtext{font-size: 14px; line-height: 1.8; color: #666;}
.new-page .new-page-box .new-time{width:12%;}
.new-page .new-page-box .new-time .time-box{background:#535353; border-radius: 0 20px 0 20px; text-align: center; padding:8px 20px; color: #FFF;}
.new-page .new-page-box .new-time .time-box .time-d{font-size:36px;}
.new-page .new-page-box .new-time .time-box .time-y-m{font-size:16px;}
.new-page-txt{background:#FFF; border-radius: 10px; padding: 50px;}
.new-page-txt .page-title {
    font-size: 30px;
	text-align: center;
    color: #333;
    margin-bottom: 10px;
}
.new-page-txt .page-time{text-align:center; font-size: 14px; color: #666;}
.new-page-txt .page-box{padding-top:30px; border-top:1px dashed #e6e6e6; margin-top: 30px; line-height: 1.8; font-size: 16px; color: #444;}



/*寻客宝*/
.inbanner {
  padding: 10rem 0 6rem;
}
.xk-bg {
  background: url(../images/banner.jpg);
  background-size: 100% auto;
}
.mp-bg {
  background: url(../images/znmp_banner_all@2x.png);
  background-size: 100% auto;
}
.tx-bg {
  background: url(../images/banner@2x.png);
  background-size: 100% auto;
}
.wh-bg {
  background: url(../images/outbound-banner.png);
  background-size: 100% auto;
}
.znkf-bg {
  background: url(../images/znkf_banner.png);
  background-size: 100% auto;
}
.crm-bg {
  background: url(../images/crm_banner_all@2x.png);
  background-size: 100% auto;
}
.wx-bg {
  background: url(../images/wx_banner.jpg);
  background-size: 100% auto;
}
.b2b-bg {
  background: url(../images/b2b_banner.png);
  background-size: 100% auto;
}
.lianlu-bg {
  background: url(../images/lianlu_banner.png);
  background-size: 100% auto;
}
.kuajing-bg {
  background: url(../images/kuajing_banner.png);
  background-size: 100% auto;
}
.openapi-bg {
  background: url(../images/openapibanner@2x.png);
  background-size: 100% auto;
}
.zhaoshang-bg {
  background: url(../images/zhaoshang_banner.png);
  background-size: 100% auto;
}
.about-bg {
  background: url(../images/about-banner-new.jpg);
  background-size: 100% auto;
}
.xk-box {
  padding: 6rem 0 0;
}
.xk-box .tit {
  font-size: 2.5rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 1rem;
}
.xk-box .ftit {
  font-size: 1.5rem;
  color: #555;
  margin-bottom: 1rem;
}
.xk-box img {
  padding: 0 1rem;
}
.xk-video {
  background: url(../images/pic_bg@1x.png) no-repeat center center;
  padding: 10rem 0 8rem;
}
.video-box {
  width: 55%;
  margin: 0 auto;
}
.xk-1 {
  padding: 4rem 0
}
.xk-1 .tit {
  font-size: 2.5rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 1rem;
}
.xk-1 .ftit {
  font-size: 1.5rem;
  color: #999;
}
.xk-1-box {
  padding: 3rem 0;
}
.xk-1 .xk-item {
  width: 30%;
  text-align: center;
  color: #555;
	padding:1.5rem;
	background:#F8F8F8;
	border-radius:10px;

}
.xk-1 .xk-item .xk-pic {
	padding:0 5% 1rem;
	line-height:2;
}
.xk-1 .xk-item .xk-tit {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.xk-1 .xk-item .xk-ftit {
  margin-bottom: 0.6rem;
  padding: 0 1rem;
}
.xk-1 .xk-item .xk-txt {
  font-size: 1.2rem;
  color: #999;
}
.xk-1-box-3 {
  padding: 3rem 10%;
}
.xk-1 .xk-item-3 {
  width: 31%;
  text-align: center;
  color: #555;
}
.xk-1 .xk-item-3 .xk-pic img {
  width: 70%;
}
.xk-1 .xk-item-3 .xk-tit {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.xk-1 .xk-item-3 .xk-ftit {
  margin-bottom: 0.6rem;
  padding: 0 1rem;
}
.xk-1 .xk-item-3 .xk-txt {
  font-size: 1.2rem;
  color: #999;
}
.xk-list {
  background: url(../images/bg@2x.png) left center no-repeat;
  background-size: 35% auto;
}
.xk-list-box {
  padding: 2rem 0;
}
.imgbox img {
  width: 100%;
  padding: 3rem 0;
}
.xk-1 .xk-img {
  width: 23%;
  margin-bottom: 2rem;
}
.xk-1 .xk-img img {
  width: 100%;
  height: auto;
}
.wh-hx {
  position: relative;
  padding: 4rem 0;
}
.wh-hx::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  content: "";
  background: #3f7afd;
  z-index: -1;
}
.wh-hx .hx-tit {
  font-size: 2.5rem;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 3.5rem;
}
.wh-hx .hx-box .hx-item {
  padding: 2rem 2rem 6rem 2rem;
  width: 23%;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  background: url(../images/core-bg.png) bottom center no-repeat;
  background-size: cover;
}
.wh-hx .hx-box .hx-item .pic {
  margin-bottom: 1.5rem;
}
.wh-hx .hx-box .hx-item .pic img {
  width: 35%;
}
.wh-hx .hx-box .hx-item .tit {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.wh-hx .hx-box .hx-item p {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
  padding: 0.2rem 0;
}
.wh-hx .hx-box .hx-item p span {
  color: #4f7afd;
}
.inbanner .t1 {
  font-size: 4rem;
  color: #555;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.inbanner .t2 {
  font-size: 2rem;
  color: #999;
  margin-bottom: 1.5rem;
}
.inbanner .t3 {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 1.5rem;
}
.inbanner .t4 {
  font-size: 1.5rem;
  color: #333;
}
.inbanner .t5 {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 1.5rem;
  width: 50%;
}
.inbanner .zx-btn {
  width: 10rem;
  text-align: center;
}
.inbanner .zx-btn a {
  display: block;
  padding: 0.8rem 0;
  background-color: #4f7afd;
  -webkit-box-shadow: 0 .2rem .5rem 0 rgba(79, 122, 253, .5);
  box-shadow: 0 .2rem .5rem 0 rgba(79, 122, 253, .5);
  border-radius: 10px;
  font-size: 1.2rem;
  color: #FFF;
}
.inbanner .zx-btn a:hover {
  color: #FFF;
  background: #2f61f8;
}
.shiting {
  padding-bottom: 4rem;
}
.shiting .tit {
  font-size: 2.5rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 3rem;
}
.shiting .st-1 {
  width: calc(25% - 0.75rem);
  margin-bottom: 1rem;
  padding: 2rem;
}
.shiting .st-2 {
  width: calc(50% - 0.5rem);
  margin-bottom: 1rem;
  padding: 2rem;
}
.shiting .st-name {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 2rem;
  position: relative;
}
.shiting .st-name::after {
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 4rem;
  background: #FFF;
  height: 0.2rem;
  content: "";
}
.shiting .st-txt {
  color: #FFF
}
.st-bg1 {
  background: url(../images/long-core-card_01.png);
  background-size: cover;
  background-blend-mode: overlay;
}
.st-bg2 {
  background: url(../images/short-core-card_01.jpg);
  background-size: cover;
  background-blend-mode: overlay;
}
.st-bg3 {
  background: url(../images/short-core-card_02.jpg);
  background-size: cover;
  background-blend-mode: overlay;
}
.st-bg4 {
  background: url(../images/short-core-card_03.jpg);
  background-size: cover;
  background-blend-mode: overlay;
}
.st-bg5 {
  background: url(../images/short-core-card_04.jpg);
  background-size: cover;
  background-blend-mode: overlay;
}
.st-bg6 {
  background: url(../images/long-core-card_02.jpg);
  background-size: cover;
  background-blend-mode: overlay;
}
.st-bg {
  background-color: rgba(0, 0, 0, 0.65) !important;
  position: relative;
}
.audio {
  width: 7.4rem;
  height: 2.4rem;
  background: url(../images/audio-bg.png) top center no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.audio .status-icon {
  width: 2.4rem;
  height: 2.4rem;
}
.audio .status-icon img {
  width: 50%;
}
.margin-center {
  margin: 0 auto
}
.title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 1rem;
}
.ftitle {
  font-size: 1.5rem;
  color: #888;
  margin-bottom: 1rem;
}
.tongyong {
  padding: 3rem 0;
}
.tongyong .ty-list {
  padding-top: 3rem;
}
.tongyong .ty-list .ty-box {
  width: calc(20% - 2rem);
  margin-bottom: 2rem;
  border-radius: 1rem;
  padding: 3rem 0;
  text-align: center;
  font-size: 1.8rem;
  color: #FFF;
}
.tongyong .ty-list .bg01 {
  background: url(../images/B2B-update_01.jpg) top center no-repeat;
  background-size: 100% auto;
}
.tongyong .ty-list .bg02 {
  background: url(../images/B2B-update_02.jpg) top center no-repeat;
  background-size: 100% auto;
}
.tongyong .ty-list .bg03 {
  background: url(../images/B2B-update_03.jpg) top center no-repeat;
  background-size: 100% auto;
}
.tongyong .ty-list .bg04 {
  background: url(../images/B2B-update_04.jpg) top center no-repeat;
  background-size: 100% auto;
}
.tongyong .ty-list .bg05 {
  background: url(../images/B2B-update_05.jpg) top center no-repeat;
  background-size: 100% auto;
}
.tongyong .ty-list .bg06 {
  background: url(../images/B2B-update_06.jpg) top center no-repeat;
  background-size: 100% auto;
}
.tongyong .ty-list .bg07 {
  background: url(../images/B2B-update_07.jpg) top center no-repeat;
  background-size: 100% auto;
}
.tongyong .ty-list .bg08 {
  background: url(../images/B2B-update_08.jpg) top center no-repeat;
  background-size: 100% auto;
}
.tongyong .ty-list .bg09 {
  background: url(../images/B2B-update_09.jpg) top center no-repeat;
  background-size: 100% auto;
}
.tongyong .ty-list .bg10 {
  background: url(../images/B2B-update_10.jpg) top center no-repeat;
  background-size: 100% auto;
}
/*海量商机*/
.hlsj-bg {
  background: #f5f8ff;
}
.hlsj {
  padding: 4rem 0;
}
.hlsj .hlsj-list {
  padding-top: 4rem;
}
.hlsj .hlsj-list .hlsj-item {
  width: 31%;
  background: #FFF;
  border-radius: 2rem;
}
.hlsj .hlsj-list .hlsj-item .item-pic {
  text-align: center;
  font-size: 1.8rem;
  color: #FFF;
  padding: 6rem 0;
  border-radius: 2rem 2rem 0 0;
}
.hlsj .hlsj-list .hlsj-item .bg-1 {
  background: url(../images/cus02_01.png) top center no-repeat;
  background-size: cover;
}
.hlsj .hlsj-list .hlsj-item .bg-2 {
  background: url(../images/cus02_02.png) top center no-repeat;
  background-size: cover;
}
.hlsj .hlsj-list .hlsj-item .bg-3 {
  background: url(../images/cus02_03.png) top center no-repeat;
  background-size: cover;
}
.hlsj .hlsj-list .hlsj-item .bg-4 {
  background: url(../images/cus02_04.png) top center no-repeat;
  background-size: cover;
}
.hlsj .hlsj-list .hlsj-item .bg-1-1 {
  background: url(../images/3L_img_01.jpg) top center no-repeat;
  background-size: cover;
}
.hlsj .hlsj-list .hlsj-item .bg-1-2 {
  background: url(../images/3L_img_02.jpg) top center no-repeat;
  background-size: cover;
}
.hlsj .hlsj-list .hlsj-item .bg-1-3 {
  background: url(../images/3L_img_03.jpg) top center no-repeat;
  background-size: cover;
}
.hlsj .hlsj-list .hlsj-item .bg-1-4 {
  background: url(../images/3L_img_04.jpg) top center no-repeat;
  background-size: cover;
}
.hlsj .hlsj-list .hlsj-item .bg-1-5 {
  background: url(../images/3L_img_05.jpg) top center no-repeat;
  background-size: cover;
}
.hlsj .hlsj-list .hlsj-item .bg-1-6 {
  background: url(../images/3L_img_06.jpg) top center no-repeat;
  background-size: cover;
}
.hlsj .hlsj-list .hlsj-item .item-txt {
  color: #666;
  font-size: 1rem;
  padding: 1.5rem;
  line-height: 2;
}
.hlsj .shadow {
  box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  margin-bottom: 2rem;
}
.openapi {
  padding: 4rem 0 0;
}
.openapi .api-shuju {
  padding-top: 3rem;
}
.tab-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.tab-btn {
  padding: 1.5rem 3rem;
  border: none;
  cursor: pointer;
  font-size: 1.8rem;
  background: #FFF;
  position: relative;
}
.tab-btn.active {
  color: #4f7afd;
  border-bottom: 2px solid #4f7afd;
}
.tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #4f7afd;
  transition: all 0.3s ease;
}
.tab-content {
  padding: 20px;
  border-radius: 5px;
}
.tab-pane {
  display: none;
  border-radius: 2rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
}
.tab-pane.active {
  display: block;
  animation: fadeIn 0.5s ease;
}
.openapi .api-bg-1 {
  background: url(../images/bgimg1.png) top center no-repeat;
  background-size: cover;
}
.openapi .api-box-l {
  padding: 4rem 2rem;
  width: 25%;
  border-radius: 2rem 0 0 2rem;
}
.openapi .bg1 {
  background: url(../images/bgimg3@2x.png) top center no-repeat;
  background-size: cover;
}
.openapi .api-box-l .t1 {
  color: #FFF;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.openapi .api-box-l .t2 {
  color: #FFF;
  font-size: 1.2rem;
  margin-bottom: 4rem;
}
.openapi .api-box-l .api-btn {
  width: 8rem;
  text-align: center;
}
.openapi .api-box-l .api-btn a {
  display: block;
  border-radius: 2rem;
  background: #FFF;
  color: #295eff;
  padding: 0.8rem 0;
  font-size: 1.2rem;
}
.openapi .api-box-l .api-btn a:hover {
  background: #000;
  color: #fff;
}
.openapi .api-box-r {
  width: 75%;
  padding: 3rem 2rem;
}
.openapi .api-box-r .api-item {
  width: 24%;
  margin-bottom: 2rem;
}
.openapi .api-box-r .api-item .item-pic img {
  width: 50%;
}
.openapi .api-box-r .api-item .item-tit {
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
}
.openapi .api-box-r .api-item .item-ftit {
  font-size: 0.8rem;
  color: #333;
}
.openapi .api-box-r .api-item .item-tit {
  text-align: center;
}
.openapi .bg2 {
  background: url(../images/bgimg2@2x.png) top center no-repeat;
  background-size: cover;
}
.openapi .api-youshi {
  background: #f4f8ff;
  padding: 4rem 0
}
.openapi .api-changjing {
  padding: 4rem 0;
}
.openapi .cj-box {
  padding-top: 3rem;
}
.openapi .cj-box .cj-item {
  width: 31%;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  border-radius: 2rem;
  margin-bottom: 2.5rem;
}
.openapi .cj-box .cj-item .item-pic {
  text-align: center;
  font-size: 2rem;
  color: #FFF;
  padding: 5rem 0;
}
.openapi .cj-box .cj-item .item-txt {
  padding: 2rem;
  font-size: 1rem;
  color: #333;
}
.openapi .cj-box .cj-item .cj-bg1 {
  background: url(../images/cj_01.png) top center no-repeat;
  background-size: cover;
}
.openapi .cj-box .cj-item .cj-bg2 {
  background: url(../images/cj_02.png) top center no-repeat;
  background-size: cover;
}
.openapi .cj-box .cj-item .cj-bg3 {
  background: url(../images/cj_03.png) top center no-repeat;
  background-size: cover;
}
.openapi .cj-box .cj-item .cj-bg4 {
  background: url(../images/cj_04.png) top center no-repeat;
  background-size: cover;
}
.openapi .cj-box .cj-item .cj-bg5 {
  background: url(../images/cj_05.png) top center no-repeat;
  background-size: cover;
}
.openapi .cj-box .cj-item .cj-bg6 {
  background: url(../images/cj_06.png) top center no-repeat;
  background-size: cover;
}
.price {
  padding-bottom: 3rem;
}
.price-list {
  padding: 4rem 0 2rem;
}
.price-box {
  padding: 4rem 0;
  border-radius: 2rem;
}
.price-box .price-item {
  width: 31%;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  border-radius: 2rem;
}
.price-box .price-item .item-pic {
  padding: 2rem 3.5rem;
  border-radius: 2rem 2rem 0 0;
}
.price-box .price-item .price-bg1 {
  background: url(../images/price_logo.svg) left top no-repeat #6288ff;
  background-size: 30%;
}
.price-box .price-item .price-bg2 {
  background: url(../images/price_logo.svg) left top no-repeat #7075af;
  background-size: 30%;
}
.price-box .price-item .price-bg3 {
  background: url(../images/price_logo.svg) left top no-repeat #61c0c6;
  background-size: 30%;
}
.price-box .price-item .item-tit {
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
}
.price-box .price-item .item-ftit {
  color: #FFF;
  font-size: 0.8rem;
}
.price-box .price-item .item-txt {
  padding: 2rem;
}
.price-box .price-item .item-txt .t1 {
  font-size: 4rem;
  color: #333;
  font-weight: bold;
}
.price-box .price-item .item-txt .t1 b {
  font-size: 2rem;
  color: #333;
  font-weight: bold;
}
.price-box .price-item .item-txt .t1 span {
  font-size: 1rem;
  color: #666;
  font-weight: normal;
}
.price-box .price-item .item-txt .line {
  text-align: center;
  font-size: 1rem;
  margin-top: 1rem;
}
.price-box .price-item .item-txt .line span {
  margin: 0 1rem
}
.price-box .price-item .item-txt .linear {
  margin: 0 .1rem;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  width: 6rem;
}
.price-box .price-item .item-txt .linear-base-left {
  background-image: linear-gradient(243deg, #678cfd 0%, rgba(238, 238, 238, 0) 100%);
}
.price-box .price-item .item-txt .linear-base-right {
  background-image: linear-gradient(243deg, rgba(238, 238, 238, 0) 0%, #678cfd 100%);
}
.price-box .price-item .item-txt .linear-major-left {
  background-image: linear-gradient(243deg, #7a7db6 0%, rgba(238, 238, 238, 0) 100%);
}
.price-box .price-item .item-txt .linear-major-right {
  background-image: linear-gradient(243deg, rgba(238, 238, 238, 0) 0%, #7a7db6 100%);
}
.price-box .price-item .item-txt .linear-three-left {
  background-image: linear-gradient(243deg, #6fbec3 0%, rgba(238, 238, 238, 0) 100%);
}
.price-box .price-item .item-txt .linear-three-right {
  background-image: linear-gradient(243deg, rgba(238, 238, 238, 0) 0%, #6fbec3 100%);
}
.price-box .price-item .item-txt .taocan {
  padding-top: 2rem;
  height: 11rem;
}
.price-box .price-item .item-txt .taocan .taocan-item {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  color: #666;
}
.price-box .price-item .price-btn {
  width: 60%;
  margin: 2rem auto;
}
.price-box .price-item .btn1 a {
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 2rem;
  padding: 0.8rem 0;
  font-size: 1.2rem;
  background-image: linear-gradient(308deg, #6288ff 0%, #7091f8 100%);
}
.price-box .price-item .btn1 a:hover {
  background-image: linear-gradient(315deg, #2755e2 0%, #4f7afd 100%);
}
.price-box .price-item .btn2 a {
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 2rem;
  padding: 0.8rem 0;
  font-size: 1.2rem;
  background-image: linear-gradient(124deg, #9390c7 0%, #7075af 100%);
}
.price-box .price-item .btn2 a:hover {
  background-image: linear-gradient(124deg, #645fd9 0%, #4a53b6 100%);
}
.price-box .price-item .btn3 a {
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 2rem;
  padding: 0.8rem 0;
  font-size: 1.2rem;
  background-image: linear-gradient(319.91deg, #61c0c6 11.56%, #80e0e6 140.17%);
}
.price-box .price-item .btn3 a:hover {
  background: linear-gradient(319.91deg, #36b5bc 11.56%, #52ced6 140.17%);
}
.price .table thead th {
  font-size: 1.2rem;
  color: #333
}
.price .table {
  border: 1px solid #e3e2e5;
  border-radius: 2rem
}
.price .table table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  text-align: center;
  font-size: 2rem;
  color: #333
}
.price .table thead {
  background-image: linear-gradient(-135deg, #f5f8ff 0%, #e8edf9 100%)
}
.price .table thead th {
  width: 100%;
  padding: 0.8rem 0;
  border-radius: 0 2rem 0 0
}
.price .table thead th:first-child {
  border-radius: 2rem 0 0 0;
  border-right: 1px solid #e3e2e5
}
.price .table tbody tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit
}
.price .table tbody td {
  border: 1px solid #e3e2e5;
  padding: 1rem 0;
  font-size: 1.2rem
}
.price .table tbody td:first-child {
  border-left: none;
  border-bottom: none
}
.price .table tbody tr.last td {
  border-bottom: none
}
.price .table tbody tr td:last-child {
  border-right: none;
  border-bottom: none
}
.price .table tbody tr.first td {
  font-size: 2rem;
  color: #333;
  font-weight: 700;
  position: relative;
  left: 3rem
}
.price .table .color {
  font-size: 1.6rem;
  color: #b2aebc
}
.about-top {
  background: #FFF;
  border-radius: 1rem;
  margin-top: -5rem;
  padding: 3rem 0;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
}
.about-top .about-top-item {
  width: 25%;
  text-align: center;
  border-right: 1px solid #f0f0f0;
}
.about-top .about-top-item .t1 {
  color: #4f7afd;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}
.about-top .about-top-item .t1 span {
  font-size: 1rem;
}
.about-top .about-top-item .t2 {
  font-size: 1.5rem;
  color: #333;
}
.fazhan {
  background: url(../images/about-flow-bg.png) top center no-repeat;
  background-size: cover;
  padding: 4rem 0;
  color: #FFF;
}
.fazhan .fazhan-list {
  padding-top: 3rem;
}
.timeline-years {
  width: 20%;
  text-align: center;
  position: relative;
  background: url(../images/progress.png) center no-repeat;
  padding: 2rem 0;
  background-size: 3.2rem auto;
}
.timeline-years::after {
  position: absolute;
  left: 50%;
  width: 1px;
  content: "";
  top: 0;
  background: #F2F2F2;
}
.timeline-years .year-item {
  width: 5rem;
  height: 5rem;
  background: #25335d;
  border-radius: 50%;
  cursor: pointer;
  margin: 3rem auto;
  border: 1px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.timeline-years .active {
  background: url(../images/tab-icon.png) center no-repeat;
  background-size: 90% auto;
  overflow: hidden;
  text-indent: -99999rem;
}
.content-item {
  padding: 2rem;
}
.content-item h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.content-item .list {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.content-item .list .month {
  font-size: 1.5rem;
  width: 4rem;
}
.content-item .list .incident {
  line-height: 1.8;
}
.content-item .list .incident p {
  margin: 0 0 1rem 0;
}
.beijing {
  padding: 4rem 0
}
.beijing .bj-list {
  padding-top: 2rem
}
.rongyu {
  padding: 4rem 0;
  background: #f3f6ff;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  display: block;
  position: absolute;
  outline: 0;
  top: 40%;
  transform: translateY(-50%);
  z-index: 6;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#owl0 {
  margin-top: 3rem;
}
#owl0.owl-carousel .owl-nav i {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  font-size: 2rem;
  padding-top: 0.4rem;
  color: #000;
  opacity: 0.8;
  display: block;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
}
#owl0.owl-carousel .owl-nav .owl-next {
  right: -3.5rem;
}
#owl0.owl-carousel .owl-nav .owl-prev {
  left: -3.5rem;
}
#owl0.owl-carousel .owl-nav .owl-next:hover i, #owl0.owl-carousel .owl-nav .owl-prev:hover i {
  opacity: 1
}
#owl0.owl-carousel:hover .owl-nav button {
  opacity: 1
}
#owl0 .item-txt {
  background: #FFF;
  padding: 2rem 1rem;
  font-size: 1.1rem;
  text-align: center;
  color: #333;
  border-radius: 0 0 1rem 1rem;
}
#owl0 .owl-dots {
  display: none;
}
/*招商*/
.zs-bg {
  background: #f5f8ff;
}
.zhaoshang {
  padding: 4rem 0;
}
.zhaoshang .zs-shuju {
  padding-top: 3rem
}
.zhaoshang .zs-shuju .zs-item {
  width: 31%;
}
.zhaoshang .zs-shuju .zs-item .item-pic {
  background: url(../images/1L_iconbg.png) center no-repeat;
  background-size: 70%;
  padding: 3rem 0;
  font-size: 4.5rem;
  color: #4873f8;
}
.zhaoshang .zs-shuju .zs-item .item-tit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}
.zhaoshang .zs-shuju .zs-item .item-txt {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1rem;
}
.zhaoshang .zs-shuju .zs-item .item-tips {
  font-size: 0.8rem;
  color: #999;
}
.zhaoshang .zs-img {
  text-align: center;
}
.yanfa {
  background: #f5f8ff;
  padding: 3rem 0;
}
.yanfa .yanfa-box {
  padding-top: 3rem;
}
.yanfa .yanfa-item {
  width: 31%;
  margin-bottom: 1.5rem;
  border-radius: 2rem;
  background: #FFF;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  text-align: center;
}
.yanfa .yanfa-item .item-pic img {
  width: 60%;
  height: auto;
}
.yanfa .yanfa-item .item-tit {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
}
.yanfa .yanfa-item .item-txt {
  padding: 0 2rem 2rem;
  font-size: 1rem;
  color: #666;
}
.top-tel {
  padding: 0 1rem;
  font-size: 1.4rem;
  color: red
}
/*右侧浮动*/
.float-service {
  position: fixed;
  width: 5rem;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  background: #FFF;
  border-radius: 2.5rem;
  padding: 2.5rem 0;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
}
.service-item {
  background-color: #fff;
  border-bottom: 1px solid #F0F0F0;
  width: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.img-border img {
  border: 2px solid #4f7afd;
  border-radius: 50%;
  width: 60% !important;
}
.service-item > img {
  width: 35%;
  height: auto;
  margin-bottom: 0.5rem;
}
.service-item span {
  font-size: 12px;
  color: #666;
}
.hover-content {
  position: absolute;
  right: 5.3rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  display: none;
  white-space: nowrap;
  width: 10rem;
  text-align: center;
}
.hover-content .tit {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #ff611e;
  font-weight: bold;
}
.hover-content .phone i {
  font-size: 1rem;
  padding-right: 0.4rem;
  color: #333;
}
.hover-content .phone {
  margin-bottom: 0.3rem;
  color: #666;
}
.service-item:hover .hover-content {
  display: block;
}
.hover-content::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.hover-content p {
  margin: 0;
  font-size: 14px;
  color: #333;
}
.copyright {
  padding: 20px;
  font-size: 0.9rem;
  text-align: center;
  background: #141621;
  color: #999;
  border-top: 1px solid #2b2b30;
}
.copyright a {
  color: #999;
}
.copyright a:hover {
  color: #FFF;
}
/* 回到顶部按钮样式 */
.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 4rem;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #4f7afd;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-size: 1.6rem;
  padding-top: 0.5rem
}
.back-to-top img{width:70%;}


.rtol {
  flex-direction: row-reverse;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
}
.mob {
  display: none;
}

.about-content{padding:5rem 0; line-height:1.8; font-size:1.2rem; color:#333;}
.about-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.about-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.about-img:hover {
    transform: scale(1.05);
}

@media (max-width: 767px) {
  .mob {
    display: block !important;
  }
  .container {
    width: 100% !important;
  }
  
  .new-page-txt{padding:2rem 1rem;}
  
  #navBox {
    padding: 0.6rem 0;
  }
  .navbar-brand img {
    height: 30px;
  }
  .float-service {
    display: none;
  }
  .index-1 .swiper1-text {
    width: 100%;
  }
  .index-1 {
    width: 100%;
    background: url('../images/bg@2x-new.png?2020522') no-repeat top right;
    position: relative;
    padding: 4rem 0;
  }
  .index-2 .xm-list .xm-item {
    width: 50%;
    text-align: center;
    color: #555;
  }
  .index-2 {
    background: url(../images/bg2@2x.png?2020522) no-repeat center center;
    position: relative;
    padding: 3rem 0;
  }
  .index-2 .top-box {
    padding: 3.5rem 0;
  }
  .index-2 .top-box .title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
  }
  .index-3 .index-box .t1 {
    font-size: 3rem;
    font-weight: bold;
  }
  .index-3 .index-box .smtext {
    padding: 1rem;
    font-size: 1rem;
  }
  .index-3 .pic img {
    width: 100%;
  }
  .index-4-l {
    width: 100%;
  }
  .index-4-r {
    width: 100%;
    padding-top: 2.5rem;
  }
  .index-1 p {
    color: #666;
  }
  .index-9 {
    padding: 3rem 0;
  }
  .index-9 .t1 {
    font-size: 2rem;
  }
  .message-box .box-item {
    width: 49%;
  }
  .f-box {
    width: 100%;
    margin-bottom: 1rem;
  }
  .f-box .w50 {
    width: 25% !important;
  }
  .f-box .f-list {
    width: 50%
  }
  .f-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .f-contact .c-box {
    width: 50%;
  }
  .ewm-box {
    width: 60%;
  }
  .f-box .f-logo img {
    width: 30%;
  }
  .nav-link {
    text-align: center !important;
  }
  .d-w-1 {
    width: 100% !important;
  }
  .pro-xiala .xl-item {
    width: 100%;
  }
  .top-sq {
    display: none !important;
  }
  .xk-bg {
    background: url(../images/banner.jpg) top center no-repeat;
    background-size: auto;
  }
  .xk-video {
    background: url(../images/pic_bg@1x.png) no-repeat center center;
    padding: 2rem 0 2rem;
    background-size: cover;
  }
  .video-box {
    width: 90%;
  }
  .xk-1 .xk-item {
    width: 50%;
  }
  .rtol {
    flex-direction: row;
  }
  .mp-bg {
    background: url(../images/znmp_banner_all@2x.png) top center no-repeat;
    background-size: auto;
  }
  .xk-1 .xk-img {
    width: 49%;
  }
  #shenqing {
    display: none;
  }
  .wh-bg {
    background: url(../images/outbound-banner.png) top center no-repeat;
    background-size: auto;
  }
  .wh-hx .hx-box .hx-item {
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
  }
  .shiting .st-2 {
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
    padding: 2rem;
  }
  .shiting .st-1 {
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
    padding: 2rem;
  }
  .znkf-bg {
    background: url(../images/znkf_banner.png) top center no-repeat;
    background-size: auto;
  }
  .crm-bg {
    background: url(../images/crm_banner_all@2x.png) top center no-repeat;
    background-size: auto;
  }
  .wx-bg {
    background: url(../images/wx_banner.jpg) top center no-repeat;
    background-size: auto;
  }
  .about-bg {
    background: url(../images/about-banner-new.png) top center no-repeat;
    background-size: auto;
  }
  .inbanner .t1 {
    font-size: 3rem;
    color: #555;
    font-weight: bold;
    margin-bottom: 0.8rem;
    text-align: left;
  }
  .inbanner .t2 {
    font-size: 1.8rem;
    color: #999;
    margin-bottom: 1.8rem;
    text-align: left;
  }
  .tongyong .ty-list .ty-box {
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    padding: 3rem 0;
    text-align: center;
    font-size: 1.8rem;
    color: #FFF;
  }
  .inbanner .zx-btn {
    margin: 0;
  }
  .xk-1-box-3 {
    padding: 3rem 0%;
  }
  .xk-1 .xk-item-3 {
    width: 100%;
  }
  .hlsj .hlsj-list .hlsj-item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .openapi-bg {
    background: url(../images/openapibanner@2x.png) top center no-repeat;
    background-size: auto;
  }
  .openapi .api-box-l {
    width: 100%;
    border-radius: 2rem 2rem 0 0;
    padding: 2rem;
  }
  .openapi .api-box-r {
    width: 100%;
    padding: 1rem;
  }
  .tab-content {
    padding: 0px;
  }
  .openapi .api-box-r .api-item {
    width: 49%;
  }
  .openapi .api-box-l .t2 {
    margin-bottom: 2rem;
  }
  .openapi .cj-box .cj-item {
    width: 49%;
  }
  .openapi .cj-box .cj-item .item-txt {
    padding: 1rem;
  }
  .openapi .cj-box .cj-item .item-pic {
    padding: 2rem 0;
  }
  .price-box .price-item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .price-box .price-item .item-txt .taocan {
    height: auto !important;
  }
  .about-top .about-top-item {
    width: 50%;
    margin-bottom: 1.5rem;
  }
  .pc {
    display: none !important;
  }
  #owl0 .owl-dots {
    display: block !important;
  }
  .owl-dots {
    text-align: center;
  }
  .owl-dots .owl-dot span {
    width: 10px;
    height: 7px;
    border-radius: 50px;
    background: #4f7afd;
    display: inline-block;
    opacity: .5;
    margin: 0 4px;
    transition: 0.5s ease all;
  }
  .owl-dots .owl-dot.active span {
    opacity: 1;
    width: 20px;
  }
  .footfix {
    width: 100%;
    background: #FFF;
    left: 0;
    bottom: -1px;
    z-index: 9999;
    position: fixed;
    padding: 1.5rem 0;
    box-shadow: 0 0 2rem 0 rgba(59, 62, 83, .1);
  }
  .foot-tel {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .foot-tel i {
    padding-right: 1rem;
    font-size: 1.5rem;
    color: #4873f8;
  }
  .foot-tel a {
    color: #4f7afd;
    font-size: 1.8rem;
  }
  .foot-border {
    border-right: 3px solid #4873f8;
  }
  .copyright {
    margin-bottom: 4rem;
  }
}