#box{
    width: 100%;
}

/*head*/
#head{
    width: 100%;
}

#headCon{
    width: 90rem;
    padding: 1.5625rem 0;
    box-sizing: border-box;
}

#logo{
    width:19.375rem;
    height: 3.125rem;
    
}

#logo>img{
    height: 100%;
    width: auto;
    display: block;
}

#nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
}

.navList{
    color:#fff !important;
    height: 2.8125rem;
    margin: 0 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.navLi{
    text-align: center;
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.line{
    width: 100%;
    height: 0.125rem;
    background: #4285F4FF;
    position: absolute;
    bottom:-0.125rem;
    opacity: 0;
    transition: 0.3s;
}

.navList:hover .line{
    background:#ffffff !important;
    opacity: 1 !important;
}

.tell{
    border-radius: 1.875rem;
    height:2.8125rem;
    border: 0.0625rem solid #fff;
    color: #fff;
    text-align: center;
    padding: 0 1.25rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.125rem;
    font-family: PingFang SC;
    font-weight: 500;
    margin-left: 1.25rem;
}

/* banner */
#banner{
    width: 100%;
    position: relative;
}

.banner{
    width: 100%;
    display: block;
}
.bannerContent{
    width: 90rem;
    height: 100%;
    position: absolute;
}

.bannerCode{
    width: 9.375rem;
    /* height: 10.9375rem; */
    background:#fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 111;  
    border-radius: 0.625rem;
    padding: 0.3125rem;
    box-sizing: border-box;
}

.bannerCode>img{
    width: 100%;
    display: block;
    margin-bottom: 0.5rem;
}

.ban{
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 1.5rem;
    color: #666666;
}


/*content*/
#content{
    width: 100%;
    background: #F7F9FFFF;
    padding: 3.125rem 0 3.75rem;
}

.box{
    width: 75rem;
    flex-wrap: wrap;
}

/*左侧*/
.boxLeft{
    width: 17.1875rem;
    height: 26.875rem;
    background: #FFFFFF;
    border-radius: 0.625rem;
    overflow: hidden;
    margin-right: 1.5625rem;
}

.leftSection{
    width: 100%;
    height: 10rem;
    background: #4285F4;
    text-align: center;
    line-height: 10rem;
    font-size: 2.8125rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.leftList{
    width: 100%;
    padding:1.25rem 1.5625rem 3.625rem 0;
    box-sizing: border-box;
}

.lis{
    width: 100%;
    height: 3rem;
    margin-top:1.25rem;
}

.lisAct{
    background: url("../images/movingServices/bg.png") center no-repeat;
    background-size:100% 100%;
}

.lis>img{
    width: 1.25rem;
    margin-right: 2.0625rem;
}

.lis>span{
    font-size: 0.875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #595B62;
}

/*右侧*/
.boxRight{
    /* flex: 1; */
    width: 56.25rem;
}

.rightSection1{
    background: #FFFFFF;
    border-radius: 0.625rem;
    /* padding: 2.5rem 4.0625rem 3.4375rem 4.0625rem; */
	padding: 2.5rem 0 0rem;
    box-sizing: border-box;
    margin-bottom: 1.5625rem;
}

.htitle{
    width: 100%;
    font-size: 1.5625rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #021744;
    margin-bottom: 0.75rem;
}

.hline{
    width: 3.75rem;
    height: 2px;
    background: #0050FF;
    margin: 0 auto 0.5rem;
}

.hsub{
    font-size: 0.875rem;
    font-family: PingFang SC;
    font-weight: 400;
    margin-bottom: 1.875rem;
}

.hlis{
    width: 100%;
	position: relative;
	padding: 0 3rem;
	box-sizing: border-box;
}

.ol{
    /* width: 14.75rem; */
	width: 100%;
    background: #FFFFFF;
    box-shadow: 0rem 0.1563rem 0.5rem rgba(93, 112, 223, 0.24);
    opacity: 1;
    border-radius: 0.625rem;  
    padding-bottom: 0.875rem;
}

.olhead{
    width: 100%;
    /* background: url("../images/movingServices/4.png") center no-repeat; */
    background-size: 100% 100%;
    /* padding-top: 1.75rem; */
    box-sizing: border-box;
    /* height: 10.125rem; */
    position: relative;
    margin-bottom: 0.75rem;
    border-radius: 0.625rem 0.625rem 0 0;
}
.olhead .active_img,.olhead .img1{
	display: block;
	width: 100%;
}
.olhead .active_img{
	display: none;
}
.swiper-slide-active .olhead .active_img{
	display: block;
}
.swiper-slide-active .olhead .img1{
	display: none;
}
/* .olhead */
/*选中的背景 */
.carBg{
    /* background: url("../images/movingServices/5.png")   no-repeat !important; */
    /* background-size: 100% 100%; */
}

/*选中的字color*/
.carNameColor{
    color: #FFFFFF !important;
}

.carName{
    font-size: 1.4375rem;
    font-family: Poppins;
    font-weight: 600;
    color: #1F65FF;
    width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 1.75rem;
}
.swiper-slide-active .carName{
	color: #fff;
}
.car{
    width:9.8125rem;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.ollist{
    width: 100%;
    margin-bottom: 0.625rem;
    padding: 0 1.25rem;
    box-sizing: border-box;
}

.ollist>span:nth-child(1){
    font-size: 0.875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}

.ollist>span:nth-child(2){
    font-size: 0.875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}

.olMoney{
    padding: 0.4375rem 0 0.625rem;
    box-sizing: border-box;
    align-items: flex-end;
}

.olMoney>span:nth-child(1){
    font-size: 1.125rem;
    color:#1376F7FF;
}

.olMoney>span:nth-child(2){
    font-size: 0.75rem;
    color: #999999FF;
}

.olOrder{
    position: relative;
    width: 8.125rem;
    height: 2.1875rem;
    background: #1376F7;
    line-height: 2.1875rem;
    font-size: 0.875rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 0.625rem;
    border-radius: 1.25rem;
}


/*按钮下的二维码*/
.hcode{
    width: 7.8125rem;
    height: 9.0625rem;
    background:url("../images/index/codebg.png") center no-repeat;
    background-size: cover;
    padding: 1.125rem;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top:2.1875rem;
    transform:translateX(-50%);
}

.himg{
    width: 5.375rem;
    display: block;
    margin-bottom: 0.375rem;
}

.hcon{
    width: 100%;
    font-size: 0.6875rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 1rem;
    color: #666666;
}

.details{
    font-size: 0.75rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #1376F7;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.details>span{
    margin-right: 0.375rem;
}
.details>img{
    width: 0.5625rem;
    height: 0.5rem;
    display: block;
    position: relative;
    top:1px;
}
.rightSection2{
    background: #FFFFFF;
    border-radius: 0.625rem;
    width: 100%;
    padding: 1.75rem 2.1875rem 3.125rem;
    box-sizing: border-box;
}
.htitle2{
    width: 100%;
    font-size: 1.375rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #021744;
    margin-bottom: 0.75rem;
}
.hline2{
    width: 3.75rem;
    height: 2px;
    background: #0050FF;
    margin-bottom: 3.4375rem;
}

.section2{
    width: 100%;
    padding-left:5.625rem;
    box-sizing: border-box;
}

.secrow{
    width: 100%;
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #DEDEDEFF;
}

.ricon{
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.3125rem;
    position: relative;
}
.ricon1{
    width: 0.75rem;
    height: 0.5rem;
}

.ricon2{
    width: 0.5rem;
    height: 0.75rem;
}

.r1>span{
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 1.375rem;
    color: #333333;
}

.r1{
    margin-bottom: 1rem;
}

.r2{
    padding-left: 1.45rem;
    box-sizing: border-box;
    width: 100%;
    font-size: 0.875rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 1.5;
    color: #666666;
}
.more{
    font-size: 1.125rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #4285F5; 
}

/*轮播*/
.swiper-container {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding-bottom:5rem ;
   
}

  .swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 2.375rem;
    padding-top: 2.375rem;

  }

  .swiper-button-prev,.swiper-button-next{
    /* cursor: none;  */
    outline: none;
}

 /*footer*/
 #footer{
    width: 100%;
    padding: 7.0625rem 0 1.875rem;
    box-sizing: border-box;
    background: url("../images/footerbg.png") center no-repeat;
    background-size: cover;
}

.fotcon{
    width: 90rem;
    margin: 0 auto;
}

.fothead{
  width: 100%;
  margin-bottom: 2.8125rem;
}

/* .fotSection1{
  width:31.25rem;
} */

.rowName{
  font-size: 1.25rem;
  font-family: Poppins;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 1.5625rem;
}
.rowCode{
    width:100%;
    margin-right: 6.6875rem;
}

.codeSec{
    width: 10.1875rem;
    margin-right: 2.1875rem;
}

.fcpde{
    width: 100%;
    display: block;
    margin-bottom: 0.9375rem;
}

.foll{
    width: 100%;
}

.follow{
    width: 1.5625rem;
    display: block;
    margin-right: 0.3125rem;
}

.followcon{
  font-size: 1rem;
  font-family: Poppins;
  font-weight: 400;
  color: #8C9DBB;
}

.fots{
    width: 100%;
}

.rowLi{
    width: 20.625rem;
}

.rowLi>a{
    width: 7.375rem;
    text-align: left;
    margin-bottom: 1.125rem;
    font-size: 1rem;
    font-family: Poppins;
    font-weight: 500;
    color: #8C9DBB;
}

.rowLi2{
    width: 20rem;
}

.rowLi21{
    margin-bottom: 0.625rem;
    align-items: center;
}
.rowLi21>img{
   width: 1.25rem;
   height: 1.25rem;
   display: block;
   margin-right: 0.25rem;
}

.li2con{
  width: 12.625rem;
  font-size: 1rem;
  font-family: Poppins;
  font-weight: 500;
  line-height: 1.5;
  color: #8C9DBB;
}

.rowLi3{
    width: 100%;
}

.rowLi3>a{
  margin-right:1.125rem;
  text-align: left;
  margin-bottom: 1.125rem;
  font-size: 1rem;
  font-family: Poppins;
  font-weight: 500;
  color: #8C9DBB;
}

/* .fotSection2{
  width: 20.625rem;
} */

.fots{
  font-size: 1rem;
  font-family: Poppins;
  font-weight: 500;
  color: #8C9DBB;
}

.police{
   width: auto;
   height: auto;
   display: block;
   margin-right: 0.3125rem;
}


 /* 电话+客服  */
 .fix{
    /* width:18.75rem; */
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    position: fixed;
    right: 0;
    top:50%;
    z-index: 111;
}

.utel{
   /* width: 12.5625rem;
   height: 4rem; */
   display: none;
   flex-direction: row;
   justify-content:center;
   align-items: center;
   align-content: center;
   background: #FFFFFF;
   box-shadow: 0rem 0rem 1.25rem rgba(0, 0, 0, 0.16);
   border-radius: 0.3125rem 0rem 0rem 0.3125rem;
   padding: 1rem;
}

.utel>img{
    display: block;
    width: auto;
    margin-right: 0.625rem;
}
.utel>span{
   font-size: 1.25rem;
   font-family: PingFang SC;
   font-weight: 600;
   line-height: 1.5rem;
   color: #1376F7;
}

.ucustomer{
   background: #1376F7;
   opacity: 1;
   border-radius: 0.3125rem 0rem 0rem 0.3125rem;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
   padding: 10px;
}

.ucustomer>img{
   display: block;
   width: auto;
   width: 2rem;
   height: 2rem;
}

.ucustomer>span{
   font-size: 0.75rem;
   font-family: PingFang SC;
   font-weight: 400;
   line-height: 1.5rem;
   color: #FFFFFF;
}


/*媒体查询*/

@media (max-width:1920px){
    html{
      font-size:16px;
    }
}

@media (max-width:1680px) {
    html{
    font-size:15px;
    }
} 

@media (max-width:1600px) {
    html{
    font-size: 14px;
    }
}

@media (max-width:1500px) {
    html{
    font-size: 13px;
    }

    .banner{
    bottom: 4rem;
    }
}

@media (max-width:1440px) {
    html{
    font-size: 13px;
    }
}

@media (max-width:1366px) {
    html{
    font-size:12.8px;
    }
}

@media (max-width:1360px) {
    html{
    font-size: 12.5px;
    }
}

@media (max-width:1280px) {
    html{
    font-size: 11px;
    }

    .box{
        width: 86rem;
    }

    /* .ol{
        width: 30%;
    } */
}

@media (max-width:1240px) {
    html{
        font-size: 11px;
    }

}

@media (max-width:1152px) {
    html{
      font-size:10.5px;
    }
    .carBg {
        background: url(../images/movingServices/5.png) center no-repeat !important;
        background-size: cover;
    }
    .ol{
        padding-bottom: 1.875rem;
    }
    .olhead{
        margin-bottom: 1.5rem;
    }
    .lis>img{
        width: 1.5rem;
    }
    .ricon{
        width: 0.75rem;
        height: 0.75rem;
        margin-right: 0.5rem;
        position: relative;
        transform: scale(1.5);
    }

    .lis>img{
        width: 1.8rem;
    }

    .lis{
        height: 3.8125rem; 
    }
    
}
/*360start*/
@media (max-width:1120px) {
   html{
     font-size:8.5px;
   }
   .bannerCode>img{
      margin-bottom: 1rem;
   }
   .bannerCode{
       padding: 1rem;
       width: 11rem;
   }
   .box{
       width: 100rem;
   }
   .fotcon{
    width: 95rem;
   }
   .olOrder{
    width: 8.4rem;
    height: 2.5rem;
    line-height:  2.5rem;
   }
}


@media (max-width:1115px) {
   html{
     font-size:10.5px;
   }
}   

@media (max-width:1105px) {
   html{
     font-size:10px;
   }
   .fotcon {
       width: 94rem;
   }
}    

@media (max-width:1092px) {
   html{
     font-size:9px;
   }

   .tcode {
       width: 13.2rem;
   } 
}   


@media (max-width:1092px) {
   html{
     font-size:9px;
   }

   .tcode {
       width: 13.2rem;
   } 
}   


/*360end*/
@media (max-width:1078px) {
    html{
    font-size:9px;
    }
}


@media (max-width:1013px) {
   html{
     font-size:9px;
   }

   .bannerContent {
       padding: 2rem 0 10rem 0;
       box-sizing: border-box;
   }

   .subtitle{
       margin-bottom: 2.5rem;
   }
   .li2con{
       width: 13.63rem;
   }

   .tcode{
       transform: scale(0.9);
   }
}

@media (max-width:975px) {
   html{
     font-size:9px;
   }
}    
/*360end*/   

@media(max-width :  964px ){ 
    html { 
        font-size : 8.9px;
    }
} 

@media(max-width :  960px ){ 
html { 
  font-size : 8.3px;
}

#headCon.fotcon{
   width: 94rem;
}

.top,#content,#footer,#head,#banner{
    width: 120rem;
 }

 .boxRight{
    width: 76.25rem;
 }

 .tcode{
    width: 14.1875rem;
 }

 .codeImg{
    width: auto;
 }

 .lis1>img{
   transform: translate(-50%,-50%) scale(0.6);
 }
 
 .li2con{
    width: 14.63rem;
 }

 .rowName{
    font-size: 2.1rem;
 }

 .rowLi2{
   width: 22rem;
 }

 .rowLi21>img{
   width: 2rem;
   height: 2rem;
 }

 .rowLi>a{
   width: 9.375rem;
 }
 
 .rowLi3>a{
   width: 33%;
 }
 
 .rowCode{
   margin-right: 0rem;
 }

 .follow{
   margin-right: 0.5rem;
 }

 .htitle2{
    width: 100%;
    font-size: 1.8rem;
 }  
} 

/* 移动端*/
.isPhone{
    display: none !important;
  }
   
.isPC{
    display: block !important;
}

/* 面包屑 */
#navSmall{
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
    background: #fff;
    height: 2rem;
}

#navSmall>img{
    display: block;
    height: 2.4rem;
    width: auto;
}

@media screen  and  ( max-width :  760px )  {
    .isPC{
        display: none !important;
    }
    
    .isPhone{
        display: block !important;
    }    
    html {
		font-size:8px;
	}

    .top,#head, #banner,#content,.boxRight, #footer{
        width: 100%;
    }

    #headCon,.bannerContent,.box,.fotcon, .ser_foot{
        width: 92%;
    }

    #head{
        z-index: 1111111;
    }
    #headCon{
        position: relative;
        align-items: center;
    }

   /* 面包屑弹层 */
    #nav{
        position: absolute;
        right: -2.1rem;
        top: 6.5rem;
        z-index: 111;
        width: auto;
        flex-direction: column;
        background: #1376F7;
        z-index: 1111111111;
        padding-bottom: 3rem;
        display: none;
    }

    .navList{
        position: relative;
        padding: 0.8rem 4rem;
    }

    .navLi{
        font-size: 1.8rem;
    }

    

    .htitle{
        font-size: 2rem;
    }
    /* 面包屑弹层 end*/

    
    .lis>span{
        width: 8rem;
        font-size: 2rem;
    }

     
    .lisChild>a{
        font-size: 2rem;
    }
    
    .boxLeft{
        width: 100%;
        margin-right:0rem;
        margin-bottom: 1.5rem;
        height: auto;
    }

    .leftList{
        padding: 1.25rem 1.5625rem 3.625rem 1.5625rem;
    }

    .lis{
        height: 5rem;
    }


    .lis>img {
        width: 2.5rem;
    }

    .banner {
        bottom: 4rem;
        height: auto;
    }    
    
    .bannerCode {
        width: 11.9rem;
    }

    .bannerCode>img{
        width: 100%;
        display: block;
        margin-bottom: 0.8rem;
    }
        
    .ban {
        width: 100%;
        text-align: center;
        font-size: 0.9rem;
    }  
    
    .leftSection {
        height: 8rem;
        line-height: 8rem;
    }

    .ol{
        width: 100%;
    }

    .hsub{
        padding: 0 2.6rem;
        box-sizing: border-box;
        line-height: 1.5;
    }

    .lisAct{
        background: url("../images/movingServices/bg2.png") center no-repeat;
        background-size:100% 100%;
    }

    .ol{
        width: 100%;
        margin-bottom: 2rem;
    }

    .carName{
        font-size: 2rem; 
    }

    .car{
        width: 15.8125rem;
        display: block;
        position: absolute;
        left: 50%;
        top: 45%;
        transform: translateX(-50%);
    }

    .olhead{
        height: 18.125rem;
    }

    .ollist>span:nth-child(1),.ollist>span:nth-child(2){
        font-size: 1.8rem;
    }

    .olOrder{
        width: 9.125rem;
        height: 3.1875rem;  
        line-height: 3.1875rem;
        font-size: 1rem;
        border-radius: 1.6rem;
    }
    
    .boxRight{
        width: 100% !important;
    }

    .olhead .active_img, .olhead .img1{
        width: 100%;
        height: 100%;
    }

    .hcode{
        width: 14.8125rem;
        height: 16.0625rem;
        padding: 1.125rem;
        top: -15.8125rem;
        transform: translateX(-50%);
        z-index: 1111;
        background:url("../images/index/codebg2.png") center no-repeat;
    }

    .himg{
        width: 8.375rem;
        display: block;
        margin: 0rem auto 1em;
    }

    .hcon{
        line-height: 1.5;
    }

    .olMoney>span:nth-child(1) {
        font-size: 2rem;
    }
    .htitle2 {
        font-size: 2rem;
    }
    .swiper-container{
        margin-bottom: 0;
    }
     /* 底部 */
     .fothead{
        flex-wrap: wrap;
    }

    .fotSection2{
        width: 100%;
    }
    .rowLi,.rowLi2,.li2con{
        width: 100%;
    }

    .rowLi21>img{
        margin-right: 1rem;
    }

    .fotSection1{
        margin-bottom: 1.5rem;
    }

    .rowLi3>a{
        width: auto;
    }

    #footer {
        width: 100%;
        padding: 3.0625rem 0 1.875rem 2rem;
    } 

    .rowLi2{
        margin-bottom: 1.5rem;
    }

    /* 客服热线 */
    .ucustomer>img{
        margin-bottom: 1rem;
        width: 3rem;
        height: 3rem;
    }
    .ucustomer>span{
        font-size: 1rem;
    }
    .ucustomer{
        padding: 1rem 1.5rem;
        box-sizing: border-box;
    }

    .ricon{
        width: 0.95rem;
        height: 0.95rem;
    }

    .ricon1{
        width: 0.75rem;
        height: 0.5rem;
    }
    
    .ricon2{
        width: 0.7rem;
        height: 0.95rem;
    }


     /* 轮播 */
 .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 1rem;
    box-sizing: border-box;
   }

   .box{
        position: relative;
        top: -7rem;
    }
    #content{
        padding: 3.125rem 0 0rem;
    }
}

/* @media screen  and  ( max-width :  414px )  {
    html {
      font-size: 13.5px;
    }
  } */
/*   
  @media screen  and  ( max-width :  375px )  {
    html {
        font-size: 7.5px;
    }
  }   */
