body{
  background: #f2f7fa;
}
.container-box{
  background-color: #F1F3F7;
}
.white-bgColor.container-box{
    background-color: #fff;
}
.container-box>div:not(.banner-wrap){
    padding: 0 1rem;
    box-sizing: border-box;
}
.mgzy.container-box>div.footer-container{
    padding: 30px 0 0;
}
/*banner*/
.banner-wrap {
  width: 100%;
}

.banner-wrap img {
  width: 100%;
  height: auto;
  float: left;
}
.banner-wrap .mg-container {
    position: absolute;
    margin: auto;
    left: calc(50% - 6rem);
    top: 14%;
    width: 6.8rem;
}

.banner-wrap .mg-container h1 {
    font-size: 0.48rem;
}

.banner-wrap .mg-container p {
    color: #787A80;
    font-size: 0.18rem;
    line-height: 0.29rem;
    margin: 0.36rem 0;
}

.banner-wrap .mg-container label {
    font-size: 0.3rem;
    line-height: 0.48rem;
    padding-bottom: 0.36rem;
}

.banner-wrap .mg-container .mg-btn {
    background: #2378FF;
    padding: 0.12rem 0.25rem;
}
/*介绍*/

.introduct {
  text-align: center;
}

.introduct-title {
  font-size: 0.36rem;
  color: #333;
  text-align: center;
  margin-top: 0.8rem;
  margin-bottom: 0.32rem;
  font-weight: normal;
}

.introduct-text {
  font-size: 0.16rem;
  color: #666;
  line-height: 28px;
  padding-bottom: 80px;
  text-indent: 30px;
  text-align: left;
  max-width: 1200px;
}


/* 产品优点 */

.analysis-container .mg-b-title{
  padding-bottom: .75rem;
  color: #fff;
}
.analysis-box{
  padding-bottom: 1.3rem;
  flex-wrap: wrap;
  justify-content: space-around;
}
.analysis-box .analysis-list{
  width: calc(25% - .8rem);
  padding: 0 0.3rem;
  margin:0 .1rem;
  text-align: center;
  background: #fff;
  min-height:3.8rem;
  transition: .2s;
  cursor: pointer;
}
.analysis-box .analysis-list:hover{
  position: relative;
  transform: scale(1.1);
  background: #F6F7FA;
}
.analysis-box .analysis-list > img{
  padding:0.3rem 0;
  width: 82px;
}
.analysis-box .analysis-list  .title{
  font-size: .20rem;
  color: #333;
  padding-bottom:0.27rem;
  font-weight: 600;
}
.analysis-box .analysis-list  .tips{
  font-size: .16rem;
  color: #666;
  text-align: left;
  line-height: 0.28rem;
}


/*云产品*/
.container-box>div.feature-container{
  background: url(/static/images/product/mgzy/2-bg.jpg) no-repeat;
  background-size: cover;
  padding-bottom:1.15rem;
}
.feature-container .mg-title{
  padding: 0 0 .8rem;
  color: #fff;
}
.feature-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.feature-list{
    width: calc(20% - 17px);
    text-align: center;
    background-color: rgb(0 39 152 / 60%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.9rem;
    margin-bottom: 20px;
    cursor: pointer;
}
.feature-list:hover{
    background: url(/static/images/product/mgzy/pback.png);
}
.feature-list .icon{
    display: inline-block;
  height: 0.28rem;
  width: 0.28rem;
  margin: 0 auto;
  background: url(/static/images/product/mgzy/p1-1.png) 0 0 no-repeat;    
  background-size: contain;
  margin-right: 4px;
}
.feature-list:hover .icon{
  background-image: url(/static/images/product/mgzy/p1.png);
}
.feature-list:hover p{
  color:#303133
}
.feature-list .name{
  color: #fff;
  display: flex;
  padding-top: 0.1rem;
  align-items: center;
}
.clearfix::after{
    display: none;
}
/* .feature-list:hover .icon{
  background: url(/static/images/product/mgzy/2-70x70-h.png) 0 0 no-repeat;
  transform: scale(1.2,1.2);
} */
.feature-list:hover .name{
  /* color: #1ea3f0; */
}
/* .feature-list:nth-of-type(1) .icon{
  
} */
.feature-list:nth-of-type(2) .icon{
    background-image: url(/static/images/product/mgzy/p2-1.png);
}
.feature-list:nth-of-type(2):hover .icon{
    background-image: url(/static/images/product/mgzy/p2.png);
}
.feature-list:nth-of-type(3) .icon{
    background-image: url(/static/images/product/mgzy/p3-1.png);
}
.feature-list:nth-of-type(3):hover .icon{
    background-image: url(/static/images/product/mgzy/p3.png);
}
.feature-list:nth-of-type(4) .icon{
    background-image: url(/static/images/product/mgzy/p4-1.png);
}
.feature-list:nth-of-type(4):hover .icon{
    background-image: url(/static/images/product/mgzy/p4.png);
}
.feature-list:nth-of-type(5) .icon{
    background-image: url(/static/images/product/mgzy/p5-1.png);
}
.feature-list:nth-of-type(5):hover .icon{
    background-image: url(/static/images/product/mgzy/p5.png);
}
.feature-list:nth-of-type(6) .icon{
    background-image: url(/static/images/product/mgzy/p6-1.png);
}
.feature-list:nth-of-type(6):hover .icon{
    background-image: url(/static/images/product/mgzy/p6.png);
}
.feature-list:nth-of-type(7) .icon{
    background-image: url(/static/images/product/mgzy/p7-1.png);
}
.feature-list:nth-of-type(7):hover .icon{
    background-image: url(/static/images/product/mgzy/p7.png);
}
.feature-list:nth-of-type(8) .icon{
    background-image: url(/static/images/product/mgzy/p8-1.png);
}
.feature-list:nth-of-type(8):hover .icon{
    background-image: url(/static/images/product/mgzy/p8.png);
}
.feature-list:nth-of-type(9) .icon{
    background-image: url(/static/images/product/mgzy/p9-1.png);
}
.feature-list:nth-of-type(9):hover .icon{
    background-image: url(/static/images/product/mgzy/p9.png);
}
.feature-list:nth-of-type(10) .icon{
    background-image: url(/static/images/product/mgzy/p10-1.png);
}
.feature-list:nth-of-type(10):hover .icon{
    background-image: url(/static/images/product/mgzy/p10.png);
}
.feature-list:nth-of-type(11) .icon{
    background-image: url(/static/images/product/mgzy/p11-1.png);
}
.feature-list:nth-of-type(11):hover .icon{
    background-image: url(/static/images/product/mgzy/p11.png);
}
.feature-list:nth-of-type(12) .icon{
    background-image: url(/static/images/product/mgzy/p12-1.png);
}
.feature-list:nth-of-type(12):hover .icon{
    background-image: url(/static/images/product/mgzy/p12.png);
}
.feature-list:nth-of-type(13) .icon{
    background-image: url(/static/images/product/mgzy/p13-1.png);
}
.feature-list:nth-of-type(13):hover .icon{
    background-image: url(/static/images/product/mgzy/p13.png);
}
.feature-list:nth-of-type(14) .icon{
    background-image: url(/static/images/product/mgzy/p14-1.png);
}
.feature-list:nth-of-type(14):hover .icon{
    background-image: url(/static/images/product/mgzy/p14.png);
}
.feature-list:nth-of-type(15) .icon{
    background-image: url(/static/images/product/mgzy/p15-1.png);
}
.feature-list:nth-of-type(15):hover .icon{
    background-image: url(/static/images/product/mgzy/p15.png);
}
.feature-list:nth-of-type(16) .icon{
    background-image: url(/static/images/product/mgzy/p16-1.png);
}
.feature-list:nth-of-type(16):hover .icon{
    background-image: url(/static/images/product/mgzy/p16.png);
}
.feature-list:nth-of-type(17) .icon{
    background-image: url(/static/images/product/mgzy/p17-1.png);
}
.feature-list:nth-of-type(17):hover .icon{
    background-image: url(/static/images/product/mgzy/p17.png);
}
.feature-list:nth-of-type(18) .icon{
    background-image: url(/static/images/product/mgzy/p18-1.png);
}
.feature-list:nth-of-type(18):hover .icon{
    background-image: url(/static/images/product/mgzy/p18.png);
}
.feature-list:nth-of-type(19) .icon{
    background-image: url(/static/images/product/mgzy/p19-1.png);
}
.feature-list:nth-of-type(19):hover .icon{
    background-image: url(/static/images/product/mgzy/p19.png);
}
.feature-list:nth-of-type(20) .icon{
    background-image: url(/static/images/product/mgzy/p20-1.png);
}
.feature-list:nth-of-type(20):hover .icon{
    background-image: url(/static/images/product/mgzy/p20.png);
}

/*各类应用产品*/
.product-container{
  padding-bottom: 1rem;
}
.analysis-container .mg-title {
    font-size: .48rem;
    padding: 1.1rem 0 0.6rem !important;
}

.procuct-content .rent{
  background: url(/static/images/product/mgzy/rent.jpg) no-repeat center;
}
.procuct-content .line_car{
  background: url(/static/images/product/mgzy/line_car.jpg) no-repeat center;
}
.procuct-content .big_data{
  background: url(/static/images/product/mgzy/big_data.jpg) no-repeat center;
}
.procuct-content .UBI{
  background: url(/static/images/product/mgzy/UBI.jpg) no-repeat center;
}
.procuct-content .carowner_server{
  background: url(/static/images/product/mgzy/carowner_server.jpg) no-repeat center;
}
.procuct-content .car_money{
  background: url(/static/images/product/mgzy/car_money.jpg) no-repeat center;
}


/* 各类应用产品 */
.product-container{
  background-color: #f2f7fa;
}
.swiper-box{
  position: relative;
}
.swiper-box .left-nav{
  position: absolute;
  left: 0;
  right: 0;
  width: 12%;
  height: 100%;
  font-size: .2rem;
}
.swiper-box .left-nav .nav-list{
  height: calc(100% / 6 - 2.5px);
  display: flex; justify-content: center; align-items: center;
  margin-top: 3px;
  background-color: #fff;
  cursor: pointer;
}
.swiper-box .left-nav .nav-list.active{
  background:#37a4f1;
  color:#fff;
  background: -moz-linear-gradient(left, #57baff 0%, #007ed7 100%);
  background: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,#57baff), color-stop(100%,#007ed7));
  background: -webkit-linear-gradient(left, #57baff 0%, #007ed7 100%);
  background: -o-linear-gradient(left, #57baff 0%, #007ed7 100%);
  background: -ms-linear-gradient(left, #57baff 0%, #007ed7 100%);
  background: linear-gradient(to right,#57baff 0%, #007ed7 100%);

}
.swiper-box .left-nav .nav-list:nth-of-type(1){
  margin-top: 0;
}
.swiper-box .right-banner{
  width: 88%;
  padding-left: 20%;
}
.swiper-box .right-banner .swiper-slide{
  position: relative;
}
.swiper-box .right-banner .cont-box{
  position: absolute;
  width: 32%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .4);
  font-size: .16rem;
  color: #fff;
  padding: .8rem .4rem;
  text-indent: .32rem;
}
.swiper-box .right-banner .cont-box p{
  padding-bottom: .2rem;
  line-height: 160%;
}
.container-box .analysis-container:not(.white-bgColor) .analysis-box.mg-container>img {
    width: 100%
}
@media (min-width: 1921px){
    .banner-wrap .mg-container p{
        line-height: 0.3rem;
    }
}
@media (max-width: 800px){
    .container-box>div:not(.banner-wrap){
        padding:0 0.4rem
    }
    .analysis-box .analysis-list {
        width: 100% !important;
        min-height: 0;
        padding: 0.4rem 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .analysis-box .analysis-list > img {
        padding: 0;
        width: 60px;
        margin-right: 0.3rem;
    }
    .analysis-box .analysis-list .title {
        font-size: 16px;
        text-align: left;
        padding: 0.1rem 0 0.15rem;
    }
    .analysis-container:not(.white-bgColor) {
        overflow: auto;
        padding: 0;
    }
    .container-box .analysis-container:not(.white-bgColor) .analysis-box.mg-container {
        width: 100%;
        overflow: auto;
        display: block;
        box-sizing: border-box;
    }
    .container-box .analysis-container:not(.white-bgColor) .analysis-box.mg-container>img {
        width: 14rem;
    }
    .remember-container .list-content li .tips{
      font-size: 14px;
  }
  .analysis-container .mg-title {
    font-size: .4rem;
}
.analysis-container.white-bgColor .mg-title{
    padding: 0.9rem 0 0.1rem !important;
}
  .product-container{
    display: none;
  }
  .introduct-text{
    padding-bottom:40px;
    font-size: 14px;
  }
  .feature-list {
    width: 48%;
    height: 0.7rem;
}

.feature-box {
    padding: 0 0 20px;
}

.feature-list .name {
    padding-top: 0;
    font-size: 14px;
}
}

@media (max-width: 400px){
.analysis-container .mg-title {
    font-size: 20px;
}
}