/* 公共样式--public.css */
.container {
    width: 3.75rem;
    margin: 0 auto;
    font-size: 0;
    position: relative;
}

.box {
    position: relative;
    /* background-color: #F5F7F9; */
}

.min {
    width: 3.35rem;
    margin: 0 auto;
    margin-bottom: 0.24rem;
    position: relative;
}

.container .margin-right {
    margin-right: 0;
}

.container .margin-bottom {
    margin-bottom: 0;
}

.delete-img {
    width: 100%;
    height: auto;
}

.delete-img-header {
    position: absolute;
    left: 0;
    top: 0;
}

.delete-img-footer {
    margin-top: 0.6rem;
}

/* 公共标题和副标题的样式 */
.public-first-title {
    width: 3.35rem;
    margin: 0 auto;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #333;
}
.public-div {
  padding: 0.48rem 0;
  background-color: #fff;
}
.public-together-container {
  padding: 0.48rem 0.2rem;
  background-color: #F9FAFC;
}
.public-advantage {
  background: #F9FAFC;
  padding: 0.48rem 0.20rem;
}
.public-flow {
  padding: 0.48rem 0;
  padding-left: 0.2rem;
}
.public-div .public-div-title {
  padding: 0 0.2rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 600;
  color: #0D1726;
  line-height: 0.32rem;
  padding-bottom: 0.12rem;
}
.public-div .public-div-title-distance {
  padding-bottom: 0.24rem;
}
.public-div-content .product-title {
  margin-left: 0.2rem;
  position: relative;
  z-index: 2;
  margin-top: 0.27rem;
  font-size: 0.2rem;
  font-weight: 600;
  color: #0D1726;
  line-height: 0.28rem;
}
.public-div-content .line {
  position: relative;
  z-index: 2;
  margin: 0.1rem 0.2rem;
  width: 0.24rem;
  height: 0.02rem;
  background-color: #2474FF;
}
.public-div-content .des {
  margin: 0 0.2rem;
  position: relative;
  z-index: 2;
  margin-bottom: 0.12rem;
  font-size: 0.14rem;
  color: #444C59;
  line-height: 0.22rem;
  text-align: justify;
}
.public-div-content .saas-img {
  width: 100%;
  height: 2.35rem;
}
.public-div-content .view-btn {
  width: 1.3rem;
  height: 0.4rem;
  background-color: #2474FF;
  border-radius: 0.04rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.24rem;
}
.public-div-content .view-btn .arrow-btn {
  margin-left: 0.06rem;
  width: 0.12rem;
  height: 0.12rem;
}
.public-div-content .view {
  width: 100%;
  display: flex;
  justify-content: center;
}
/* 合作伙伴 */
.public-together-container .public-together {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.public-together .public-together-single {
  width: 1.06rem;
  height: 0.38rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.08rem;
}
.public-together .public-together-single:nth-child(1) {
  background-image: url(./coop1.png);
}
.public-together .public-together-single:nth-child(2) {
  background-image: url(./coop2.png);
}
.public-together .public-together-single:nth-child(3) {
  background-image: url(./coop3.png);
}
.public-together .public-together-single:nth-child(4) {
  background-image: url(./coop4.png);
}
.public-together .public-together-single:nth-child(5) {
  background-image: url(./coop5.png);
}
.public-together .public-together-single:nth-child(6) {
  background-image: url(./coop6.png);
}
.public-together .public-together-single:nth-child(7) {
  background-image: url(./coop7.png);
}
.public-together .public-together-single:nth-child(8) {
  background-image: url(./coop8.png);
}
.public-together .public-together-single:nth-child(9) {
  background-image: url(./coop9.png);
}
.public-together .public-together-single:nth-child(10) {
  background-image: url(./coop11.png);
}
.public-together .public-together-single:nth-child(11) {
  background-image: url(./coop12.png);
}
.public-together .public-together-single:nth-child(12) {
  background-image: url(./coop13.png);
}
.public-together .public-together-single:nth-child(13) {
  background-image: url(./coop14.png);
}
.public-together .public-together-single:nth-child(14) {
  background-image: url(./coop15.png);
}
.public-together .public-together-single:nth-child(15) {
  background-image: url(./coop16.png);
}
/* .public-together .public-together-single:nth-child(16) {
  background-image: url(./coop16.png);
} */

.track-single {
  display: flex;
  justify-content: flex-start;
}

.track-single .step-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0.12rem;
}

.track-single .step-content .less-circle {
  border-radius: 0.14rem;
  width: 0.28rem;
  height: 0.28rem;
  background: #f5f7fa;
  box-shadow: 0px 2px 20px 0px rgba(255, 255, 255, 0.08);
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: 600;
  color: #2474FF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.track-single .step-content .step-line {
  flex: 1;
  border: 0.005rem dashed #C9CCD1;
  opacity: 0.72;
}

.track-single .step-content-text {
  margin-bottom: 0.24rem;
}

.track-single .step-content-text .content-title {
  font-size: 0.16rem;
  font-weight: 600;
  color: #0D1726;
  line-height: 0.28rem;
  margin-bottom: 0.02rem;
}

.track-single .step-content-text .content-info {
  font-size: 0.14rem;
  color: #6D7582;
  line-height: 0.22rem;
  text-align: justify;
}

.track-single:nth-last-child(1) .step-content-text{
  margin-bottom: 0;
}
.advantage-single {
width: 100%;
height: 1.04rem;
background: linear-gradient(180deg, #FAFDFF 0%, #FFFFFF 100%);
box-shadow: 0px 2px 20px 0px rgba(110,125,150,0.06), inset 0px -2px 6px 0px rgba(255,255,255,0.5);
border-radius: 0.08rem;
display: flex;
justify-content: flex-start;
padding: 0.08rem;
padding-right: 0.16rem;
box-sizing: border-box;
align-items: center;
margin-bottom: 0.12rem;
}
.advantage-single:nth-last-child(1) {
  margin-bottom: 0;
}
.advantage-single .advantage-icon {
  width: 0.88rem;
  height: 0.88rem;
  margin-right: 0.12rem;
}
.advantage-single .advantage-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.advantage-single .advantage-info .advantage-title {
  margin-bottom: 0.04rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #0D1726;
  font-weight: 600;
}
.advantage-single .advantage-info .advantage-des {
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #6D7582;
  font-weight: 400;
  text-align: justify;
}
.public-div-single {
  position: relative;
  padding-bottom: 0.28rem;
}
.public-div-single:nth-last-child(1) {
  padding-bottom: 0;
}
.public-div-bg {
  top: -0.27rem;
  margin-left: 0.16rem;
  width: calc(100% - 0.32rem);
  height: 1.04rem;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}
.public-div-single:nth-child(1) .public-div-bg {
  background-image: url(../images/index/car_product_bg.png);
  background-size: 100% 1.04rem;
}
.public-div-single:nth-child(2) .public-div-bg {
  background-image: url(../images/index/money_product_bg.png);
  background-size: 100% 1.04rem;
}
.public-div-single:nth-child(3) .public-div-bg {
  background-image: url(../images/index/money_product_bg.png);
  background-size: 100% 1.04rem;
}
.index-header-bg-title {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.index-header-bg-title .bg-title {
  flex-basis: 50%;
}
.header-bg-title {
  display: flex;
  flex-wrap: wrap ;
  margin-bottom: 0.04rem;
}
.bg-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.04rem;
  
}
.bg-title:nth-child(even) {
  margin-right: 0;
}
.bg-title .bg-title-text {
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #79808C;
}
.bg-title .bg-sass-img {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.06rem;
}
.public-about {
  padding: 0.48rem 0.20rem;
  box-sizing: border-box;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/index/about_bg.png);
  background-size: 100% 4.32rem;
}
.public-div .about-content {
  width: 100%;
  font-size: 0.14rem;
  line-height: 0.22rem;
  text-align: justify;
  color: #444C59;
}
.public-div .about-data {
  margin-top: 0.12rem;
  margin-bottom: 0.24rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-data .about-money {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.about-money .about-num {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 0.32rem;
  color: #2474FF;
}
.about-money .about-unit {
  margin-left: 0.02rem;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.22rem;
  color: #2474FF;
  margin-bottom: 0.02rem;
}
.about-money .about-num-title {
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 0.18rem;
  color: #79808C;
}

.public-second-title {
    width: 2.2rem;
    margin: 0 auto;
    font-size: 0.14rem;
    line-height: 0.26rem;
    margin-top: 0.1rem;
    text-align: center;
    color: #9EA7B4;
}

/* 公共header--header.css */
.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 20;
    font-size: 0;
    transform: translateX(-50%);
}

.header-main {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.header-active {
    background-color: #FFFFFF;
    position: fixed;
}

.header-box {
    width: 3.75rem;
    height: 0.48rem;
    overflow: hidden;
    margin: 0 auto;
    background-color: #fff;
}

.header-logo {
    width: 0.82rem;
    height: 0.25rem;
    float: left;
    margin: 0.15rem 0 0 0.2rem;
}

.header-directory {
    width: 0.20rem;
    height: 0.20rem;
    float: right;
    padding: 0.14rem 0.2rem 0 0;
}

/* header下拉菜单 */
.header-nav {
    height: 0;
    width: 3.75rem;
    overflow: hidden;
    background-color: #fff;
}

.header-nav-box {
    /* background-color: #0D1117; */
    position: relative;
}
.header-nav-box .colum_line {
  display: none;
  position: absolute;
  left: 0px;
  height: 100%;
  width: 0.02rem;
  background-color: #2474FF;
}
.header-nav-title {
    font-size: 0.16rem;
    color: #444C59;
    /* line-height: 0.48rem; */
    height: 0.48rem;
    display: flex;
    align-items: center;
    width: 3.35rem;
    box-shadow: 0 0.01rem 0 0 #F5F7FA;
    margin: 0 0.2rem;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.active .colum_line {
  display: block;
}
.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2474FF;
  opacity: 0.06;
}
.active .header-nav-title {
  color: rgba(36, 116, 255, 1);
  box-shadow: 0;
}
.header-nav-title .arrow-icon {
  width: 0.14rem;
  height: 0.14rem;
}

.header-last-nav .header-nav-title {
    box-shadow: none;
}

.header-nav-icon {
    width: 0.16rem;
    height: 0.16rem;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    margin-top: -0.08rem;
}

.header-nav-text {
    /* height: 0.44rem; */
    background-color: #1d222e;
    box-shadow: 0 1px 0 0 #2a2e37;
    display: none;
}

.header-text {
    display: block;
    font-size: 0.14rem;
    color: #ffffff;
    line-height: 0.44rem;
    padding-left: 0.35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-text-active {
    display: block;
}

.header-icon-active {
    transform: rotate(180deg);
}

.header-hover {
    background-color: #0d1117;
}

/* 蒙版 */
.index-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 150;
    display: none;
}
.index-know-popup {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  display: none;
}

.ovfHiden {
    overflow: hidden;
    height: 100%;
}

/* 公共footer--footer.css */
.footer {
    width: 3.75rem;
    /*height:4.6rem;*/
    margin: 0 auto;
    margin-top: 0.48rem;
    
    background: #121C2E;
    font-size: 0;
}

.footer-about {
    padding: 0.1rem 0.2rem 0.24rem;
}

.footer-title {
    font-size: 0.16rem;
    color: #ffffff;
    line-height: 0.3rem;
    margin-top: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer-about-ul {
    overflow: hidden;
}

.footer-about-li {
    float: left;
    margin-right: 0.16rem;
}

.footer-about-title {
    font-size: 0.14rem;
    color: #ffffff;
    line-height: 0.34rem;
    opacity: 0.5;
}

.footer-about-text {
    font-size: 0.14rem;
    color: #ffffff;
    line-height: 0.24rem;
    opacity: 0.5;
    margin-top: 0.05rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer-about-text a {
    color: #ffffff;
}

.footer-main {
    padding: 0.09rem 0.2rem;
}

.footer-img {
    width: 1rem;
    height: 1rem;
    display: block;
    margin: 0.11rem auto 0.1rem;
}

.footer-text {
    font-size: 0.12rem;
    color: #ffffff;
    line-height: 0.2rem;
    text-align: center;
    opacity: 0.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer-text span {
    font-size: 0.1rem;
    display: inline-block;
}

.footer-text>img {
    width: 0.12rem;
    vertical-align: middle;
    padding-bottom: 0.02rem;
}

.footer-last {
    margin-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.footer-about:after {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-main:after {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* 首页公共样式--index_public.css */
.index-era-text {
    font-size: 0.14rem;
    color: #464c5b;
    line-height: 0.32rem;
    text-align: justify;
}

/* 首页banner--index_banner.css */
.index-banner-h3 {
    margin-top: 0.8rem;
    margin-bottom: 0.08rem;
    text-align: center;
    line-height: 0.36rem;
    font-size: 0.28rem;
    font-weight: 600;
    color: #0D1726;
}

.index-banner-desc {
    text-align: center;
    margin-bottom: 0.12rem;
    padding: 0 0.2rem;
    line-height: 0.22rem;
    font-size: 0.14rem;
    color: #6D7582;
}

.index-banner {
    width: 100%;
    height: 4.88rem;
    margin: 0 auto;
    font-size: 0;
    overflow: hidden;
    /* background:url(../../static/images/wap_index_banner@2x.png) no-repeat center; */
    position: relative;
}

.index-banner-swiper1 .swiper-slide {
    height: 4.88rem;
}

.index-banner-box {
    width: 3.75rem;
    height: 4.88rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.index-banner-bg {
    width: 3.75rem;
    height: 4.4rem;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0.48rem;
    font-size: 0;
}
.index-banner-img {
  width: 3.5rem;
  height: 2.34rem;
  margin: 0 0.12rem;
}

.index-banner-ball {
    position: absolute;
    width: 1.95rem;
    height: 1.95rem;
    top: 0.94rem;
    left: 50%;
    margin-left: -0.98rem;
    -webkit-animation: run 50s linear 0s infinite;
    z-index: 1;
}

.index-banner-balls {
    position: absolute;
    width: 0.3rem;
    height: 0.3rem;
    top: 2.73rem;
    right: 0.73rem;
    -webkit-animation: run 20s linear 0s infinite;
}

.index-banner-title {
    position: relative;
    font-size: 0.24rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.34rem;
    margin-top: 1.49rem;
    margin-bottom: 0.1rem;
    z-index: 10;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-banner-text {
    font-size: 0.14rem;
    color: #ffffff;
    line-height: 0.24rem;
    text-align: center;
    position: relative;
    z-index: 10;
}

.index-banner-titles {
    font-size: 0.36rem;
    line-height: 0.46rem;
    margin-top: 1.42rem;
    margin-left: 0.67rem;
    color: #ffffff;
}

.index-banner-texts {
    font-size: 0.24rem;
    line-height: 0.34rem;
    margin-left: 0.67rem;
    color: #ffffff;
}

@-webkit-keyframes run {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.index-banner-swiper1 .swiper-pagination {
    text-align: center;
    position: absolute;
}

.index-banner-swiper1 .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.02rem;
    border-radius: 0.1rem;
    background-color: #ffffff;
    opacity: 0.4;
}

.index-banner-swiper1 .swiper-pagination-bullet-active {
    background-color: #ffffff;
    opacity: 1;
}

/* 首页产业互联网时代开启--index_era.css */
.index-era {
    width: 3.75rem;
    margin: 0 auto;
    font-size: 0;
}

.index-era-box {
    margin-top: 0.15rem;
}

.index-era-img {
    width: 3.35rem;
    height: 3.45rem;
}

.index-era-ul {
    margin-top: 0.1rem;
}

.index-era-li {
    width: 3.35rem;
    margin-bottom: 0.25rem;
    overflow: hidden;
}

.index-era-num {
    width: 0.2rem;
    height: 0.2rem;
    background-color: #1f6cdd;
    font-size: 0.16rem;
    color: #ffffff;
    line-height: 0.2rem;
    text-align: center;
    float: left;
    border-radius: 0.02rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-era-title {
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.24rem;
    margin-left: 0.1rem;
    margin-top: -0.01rem;
    float: left;
    width: 3.05rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-era-txts {
    font-size: 0.14rem;
    color: #464c5b;
    line-height: 0.26rem;
    margin-top: 0.1rem;
    float: left;
}

.index-era-last {
    margin-bottom: 0;
}

/* 首页企业升级大势所趋--index_uograde.css */
.index-upgrade {
    width: 3.75rem;
    margin: 0 auto;
    font-size: 0;
}

.index-upgrade-box {
    margin-top: 0.15rem;
}

.index-upgrade-main {
    width: 3.35rem;
    height: 2.64rem;
    border-radius: 0.06rem;
    box-shadow: 0 0.04rem 0.06rem -0.02rem rgba(8, 31, 63, 0.1);
    margin-top: 0.1rem;
    text-align: center;
}

.index-upgrade-top {
    width: 2.79rem;
    height: 0.73rem;
    padding-top: 0.34rem;
}

.index-upgrade-tops {
    margin-top: 0.13rem;
    overflow: hidden;
}

.index-upgrade-num {
    width: 0.14rem;
    height: 0.14rem;
    background-color: #1f6cdd;
    font-size: 0.12rem;
    color: #ffffff;
    line-height: 0.14rem;
    text-align: center;
    border-radius: 0.02rem;
    float: left;
    margin-left: 0.12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-upgrade-text {
    font-size: 0.14rem;
    line-height: 0.18rem;
    color: #1f6cdd;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: -0.01rem 0.12rem 0 0.05rem;
}

.index-upgrade-last {
    margin-top: 0.2rem;
    position: relative;
}

.index-upgrade-bg {
    width: 3.33rem;
    height: 1.09rem;
    position: absolute;
    left: 0.01rem;
    z-index: -1;
}

.index-upgrade-ul {
    overflow: hidden;
    padding: 0.18rem 0.62rem 0;
}

.index-upgrade-li {
    float: left;
    width: 0.5rem;
    margin-right: 0.3rem;
}

.index-upgrade-ul li:last-child {
    margin-right: 0;
}

.index-upgrade-icon {
    width: 0.5rem;
    height: 0.5rem;
}

.index-upgrade-title {
    font-size: 0.12rem;
    color: #1f6cdd;
    line-height: 0.28rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 首页信息技术赋能企业--index_message.css */
.index-message {
    font-size: 0;
}

.index-message-img {
    width: 3.35rem;
    height: 3.01rem;
    margin-top: 0.24rem;
}

.index-message-swiper {
    margin-top: 0.15rem;
    height: 1.51rem;
}

.index-message-swiper .swiper-slide {
    height: 1.34rem;
}

.index-message-box {
    width: 2.6rem;
    height: 0.94rem;
    padding: 0.2rem;
    border-radius: 0.06rem;
    box-shadow: 0 0.06rem 0.1rem -0.02rem rgba(0, 0, 0, 0.06);
}

.index-message-title {
    font-size: 0.2rem;
    color: #1f6cdd;
    line-height: 0.28rem;
    margin-top: -0.04rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-message-line {
    width: 0.4rem;
    height: 0.02rem;
    background-color: #1f6cdd;
    display: block;
    margin-top: 0.1rem;
}

.index-message-text {
    font-size: 0.14rem;
    color: #464c5b;
    line-height: 0.26rem;
    margin-top: 0.06rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-message-swiper .swiper-pagination {
    text-align: center;
    position: absolute;
    bottom: 0 !important;
}

.index-message-swiper .swiper-pagination-bullet {
    width: 0.05rem;
    height: 0.02rem;
    border-radius: 0.1rem;
    background-color: #D7DDE4;
    opacity: 1;
}

.index-message-swiper .swiper-pagination-bullet-active {
    width: 0.08rem;
    background-color: #1f6cdd;
}








.swipera {
    width: 97.4%;
    margin-left: 2.6%;
    overflow: hidden;
    padding: 0.18rem 0 0.3rem;
}

.swipera .swiper-wrapper {
    height: 2.08rem;
}

.swipera .swiper-slide {
    display: inline-block;
    width: 1.7rem;
    height: 2.08rem;
    /*margin-left: 0.2rem;*/
    box-shadow: 0rem 0.01rem 0.1rem rgba(0, 0, 0, .2);
    background: #fff;
    overflow: hidden;
}

.swipera .swiper-slide img {
    width: 1.7rem;
    height: 1.7rem;
}

.swipera .swiper-slide p {
    height: 0.4rem;
    font-size: 0.15rem;
    line-height: 0.4rem;
    color: #333;
    text-align: center;
}

/* 首页我们的优势--index_goodness.css */
.index-goodness {
    width: 3.75rem;
    margin: 0 auto;
    font-size: 0;
}

.index-goodness-box {
    margin-top: 0.15rem;
}

.index-goodness-ul {
    margin-top: 0.2rem;
}

.index-goodeness-li {
    margin-bottom: 0.3rem;
    text-align: center;
    position: relative;
}

.index-goodeness-img {
    width: 1.38rem;
    height: 0.87rem;


}

.index-goodeness-number {
    width: 0.64rem;
    height: 0.87rem;
    color: #fff;
    font-family: 'Arial';
    font-weight: bold;
    font-size: 0.48rem;
    position: absolute;
    left: 1.1rem;
    top: 0.2rem;
}

.index-goodness-title {
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.4rem;
    margin-top: 0.05rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-goodness-text {
    width: 2.6rem;
    font-size: 0.14rem;
    color: #464c5b;
    line-height: 0.26rem;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 首页最新动态--index_dynamic.css */
.index-dynamic {
    padding: 0.48rem 0;
    font-size: 0;
}
.index-dynamic .more-news {
  margin: 0 auto;
  margin-top: 0.14rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.22rem;
  font-size: 0.14rem;
  height: 0.22rem;
  color: #2474FF;
}
.more-news .more-icon {
  margin-left: 0.04rem;
  width: 0.14rem;
  height: 0.14rem;
}
.index-dynamic-swiper {
    margin-top: 0.24rem;
}

.index-dynamic-swiper .swiper-slide {
    width: 3.12rem !important;
    height: 2.86rem;
}

.index-dynamic-box {
    display: block;
    width: 3rem;
    height: 2.75rem;
    border-radius: 0.08rem;
    box-shadow: 0px 2px 18px 0px rgba(110,125,150,0.12);
    background-color: #fff;
}

.index-dynamic-img {
    width: 3rem;
    height: 1.80rem;
    border-radius: 0.08rem 0.08rem 0 0;
}

.index-dynamic-title {
    font-size: 0.16rem;
    font-weight: 600;
    color: #0D1726;
    line-height: 0.0.24rem;
    margin: 0.16rem 0.16rem 0.04rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-dynamic-text {
    font-size: 0.14rem;
    color: #6D7582;
    line-height: 0.22rem;
    margin: 0 0.16rem 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.contact-fixed {
  width: 100%;
  height: 0.6rem;
  background: #FFFFFF;
  box-shadow: 0px -2px 8px 0px rgba(0,0,0,0.06);
  position: fixed;
  bottom: 0px;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0.2rem 0 0.24rem;
}
.contact-fixed .contact {
  margin-top: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.1rem;
  line-height: 0.18rem;
  color: #6D7582;
}
.contact-fixed .contact-img {
  width: 0.24rem;
  height: 0.24rem;
}
.contact-fixed .free-btn {
  width: 1.87rem;
  height: 0.44rem;
  background: #2474FF;
  border-radius: 0.04rem;
  border: none;
  font-size: 0.16rem;
  color: #fff;
  font-weight: 600;
  line-height: 0.44rem;
  
}
/* 首页右侧按钮--index_fixed.css */
.index-fixed {
    width: 0.44rem;
    height: 0.44rem;
    background-color: #fff;
    box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.08);
    border-radius: 0.22rem;
    position: fixed;
    bottom: 0.85rem;
    right: 0.16rem;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-fixed-img {
    margin: 0.12rem auto;
    width: 0.2rem;
    height: 0.2rem;
    display: block;
}

.index-fixed-last {
    display: none;
}

.gzwm {
    display: flex;
    justify-content: space-between;
}

.gzwm a {
    display: flex;
    align-items: center;
    margin-right: 0 !important;
}

.our-advantage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* margin-top: 0.3rem; */
}

.our-advantage li {
    width: calc(100% / 2);
    text-align: center;
    margin-top: 0.3rem;
}

.our-advantage-title {
    line-height: 0.45rem;
    margin-bottom: 0.12rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #1F6CDD;
}

.our-advantage-title .suffix {
    line-height: 28px;
    font-size: 0.2rem;
    font-weight: normal;
    color: #2173E7;
}

.our-advantage-desc {
    font-size: 0.14rem;
    color: #464C5B;
}

.index-upgrade-img {
    width: 3.35rem;
    height: 2.64rem;
}

.index-dynamic .public-second-title {
    margin-bottom: 0.2rem;
}

/* 两大产品线 */
.product {
    padding: 0.6rem 0.2rem;
    background-color: #F5F7F9;
}

.product .public-first-title {
    margin-bottom: 0.14rem;
}

.product-box li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.16rem 0.16rem 0.2rem 0.16rem;
    margin-top: 0.16rem;
    background: #FFFFFF;
    box-shadow: 0 0.04rem 0.08rem 0 rgba(0, 0, 0, 0.06);
}

.product-box img {
    width: 0.3rem;
    height: 0.3rem;
}

.product-box .product-box-title {
    margin: 0.04rem 0 0.12rem;
    font-size: 0.16rem;
    line-height: 0.22rem;
    color: #333333;
}

.product-box .product-box-desc {
    margin-bottom: 0.12rem;
    font-size: 0.14rem;
    line-height: 0.26rem;
    text-align: center;
    color: #80848F;
}

.product-box .product-view-button {
    width: 1.2rem;
    height: 0.32rem;
    font-size: 0.14rem;
    line-height: 0.32rem;
    border-radius: 0.04rem;
    display: inline-block;
    overflow-wrap: break-word;
    color: rgba(31, 108, 221, 1);
    border: 1px solid rgba(31, 108, 221, 1);
    text-align: center;
}

/* 四大核心优势 */
.index-advantage {
    padding: 0.6rem 0;
}

.index-advantage-h3 {
    margin-bottom: 0.3rem;
}

.index-advantage-li {
    width: 3.35rem;
    margin: 0 auto;
    padding: 0.16rem 0.12rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.16rem;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 0.06rem 0.2rem -0.02rem rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    border: 1px solid #D7DDE4;
}

.index-advantage-li:last-child {
    margin-bottom: 0;
}

.index-advantage-li>img {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.12rem;
}

.index-advantage-title {
    margin-bottom: 0.08rem;
    font-size: 0.16rem;
    color: #1f6cdd;
}

.index-advantage-content {
    line-height: 0.26rem;
    font-size: 0.14rem;
    color: #464C5B;
}

.index-platform {
    font-size: 0;
}

.index-platform-desc {
    margin-top: 0.2rem;
    line-height: 0.32rem;
    font-size: 0.14rem;
    color: #464C5B;
}

.index-img-mac {
    width: 3.2rem;
    height: 2.5rem;
    margin-top: 0.16rem;
}

.index-platform-demo {
    display: inline-block;
    width: 3.35rem;
    height: 0.44rem;
    line-height: 0.44rem;
    margin-top: 0.2rem;
    text-align: center;
    font-size: 0.16rem;
    background-color: #1f6cdd;
    color: #fff;
}

/* 服务流程 */
.index-service-process {
    font-size: 0;
    padding: 0.4rem 0;
    background-color: #F5F7F9;
}

.index-service-process-bg {
    width: 3.36rem;
    height: 2.48rem;
    margin-top: 0.3rem;
}

/* 关于秀川 */
.index-about {
    width: 3.75rem;
    height: 6.28rem;
    padding: 0.6rem 0;
    background-image: url(../images/index_about@2x.png);
    background-size: 3.75rem 6.28rem;
    box-sizing: border-box;
}

.index-about-h3 {
    margin-bottom: 0.3rem;
    line-height: 0.24rem;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    font-weight: bold;
}

.index-about-desc {
    line-height: 0.22rem;
    font-size: 0.14rem;
    color: #fff;
    font-weight: 400;
}

.index-about-ul {
    display: flex;
    flex-wrap: wrap;
}

.index-about-li {
    width: 1.57rem;
    text-align: center;
    margin-top: 0.3rem;
}

.index-about-li:nth-child(2n) {
    margin-left: 0.2rem;
}

.index-about-num {
    margin-bottom: 0.08rem;
    line-height: 0.4rem;
    font-size: 0.4rem;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.index-about-unit {
    line-height: 0.2rem;
    font-size: 0.2rem;
    color: #fff;
    font-weight: normal;
}

.index-about-title {
    margin-bottom: 0.08rem;
    line-height: 0.22rem;
    font-size: 0.14rem;
    color: #fff;
    font-weight: bold;
}

.index-about-text {
    line-height: 0.2rem;
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.8);
}