
.class_lanmu2 .class_title{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 0.36rem;
    color: #002673;
    margin-bottom: 0.48rem;
    position: relative;
}
.class_lanmu2 .class_title::before{
    content: "";
    position: absolute;
    width: 0.74rem;
    height: 0.03rem;
    background: #002673;
    border-radius: 0.03rem;
    bottom: -0.15rem;
    left: 50%;
    transform: translateX(-50%);
}
.class_lanmu2 .class_txt{
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #737373;
}




/* 生产物流1、售后物流2 */
.shengchan{
    background: url(../images/img/shengchan_bg.png) bottom center no-repeat;
    background-size: cover;
    padding: 0.5rem 0 1.09rem;
    box-sizing: border-box;
    overflow: hidden;
}
.shengchan .main{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.shengchan .class_lanmu2{
    width: 100%;
    margin-bottom: 0.67rem;
}
.shengchan .shengchan_fl{
    width: 5.1rem;
    height: fit-content;
    background: rgba(0,38,115,0.1);
    border-radius: 0.2rem;
    padding: 0.44rem 0.4rem;
    box-sizing: border-box;
}
.shengchan .shengchan_fl .num_list{
    padding-bottom: 0.32rem;
    margin-bottom: 0.21rem;
    border-bottom: 0.01rem solid rgba(112,112,112,0.2);
}
.shengchan .shengchan_fl .num_list:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.shengchan .shengchan_fl .num_shu{
    font-weight: bold;
    font-size: 0.36rem;
    color: #002673;
    margin-bottom: 0.33rem;
}
.shengchan .shengchan_fl .num_txt{
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.6;
    /*white-space: nowrap;*/
}
.shengchan .shengchan_fl .num_txt p{
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 0.15rem;
    /*white-space: nowrap;*/
}
.shengchan .shengchan_fl .num_txt p:last-child{
    margin-bottom: 0;
}
.shengchan .shengchan_fr{
    width: calc(100% - 5.51rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shengchan .shengchan_fr .shengchan_map{
    width: 7.78rem;
    height: 7.6rem;
    position: relative;
}
.shengchan .shengchan_fr .map_box{
    position: absolute;
    top: 69%;
    left: 11%;
    display: flex;
    align-items: center;
    column-gap: 0.07rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
}
.shengchan .shengchan_fr .map_box img{
    width: 0.25rem;
    height: 0.26rem;
    object-fit: contain;
}
.shengchan .shengchan_fr .map_list{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.shengchan .shengchan_fr .map_list .map_item{
    width: 0.1rem;
    height: 0.1rem;
    background: #FFFFFF;
    position: absolute;
    border-radius: 50%;
}
.shengchan .shengchan_fr .map_list .map_item::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
	animation: increase1 2s infinite alternate;
}
.shengchan .shengchan_fr .map_list .map_item.act{
    background: #FF0000;
}
.shengchan .shengchan_fr .map_list .map_item.act::before{
    background: rgba(255,0,0,0.5);
}
.shengchan .shengchan_fr .map_list .map_item span{
    position: absolute;
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
    white-space: nowrap;
}
@keyframes increase1 {
	0% {
		width: 0.1rem;
        height: 0.1rem;
	}

	50% {
		width: 0.2rem;
        height: 0.2rem;
	}

	100% {
		width: 0.1rem;
        height: 0.1rem;
	}
}
.shengchan .shengchan_fr .map_list .map_item:nth-child(1){
    top: 50.5%;
    left: 62%;
}
.shengchan .shengchan_fr .map_list .map_item:nth-child(2){
    top: 34%;
    left: 70.3%;
}
.shengchan .shengchan_fr .map_list .map_item:nth-child(3){
    top: 64.4%;
    left: 65%;
}
.shengchan .shengchan_fr .map_list .map_item:nth-child(4){
    left: 74.5%;
    top: 47%;
}
.shengchan .shengchan_fr .map_list .map_item:nth-child(1) span{
    right: 0.5rem;
    bottom: 0rem;
}
.shengchan .shengchan_fr .map_list .map_item:nth-child(2) span{
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
}
.shengchan .shengchan_fr .map_list .map_item:nth-child(3) span{
    top: 0.3rem;
}
.shengchan .shengchan_fr .map_list .map_item:nth-child(4) span{
    left: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
}
.shengchan .shengchan_fr .shengchan_txt .shengchan_li{
    width: 2.46rem;
    height: auto;
    padding: 0.17rem 0.32rem 0.24rem;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0,0,0,0.16);
    border-radius: 0.12rem;
    margin-bottom: 0.24rem;
}
.shengchan .shengchan_fr .shengchan_txt .shengchan_dizhi{
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    margin-bottom: 0.1rem;
}
.shengchan .shengchan_fr .shengchan_txt .shengchan_num{
    font-weight: bold;
    font-size: 0.24rem;
    color: #002673;
}






/* 生产物流2 */
.production{
    padding: 0.82rem 0 1.06rem;
    box-sizing: border-box;
    overflow: hidden;
}
.production_li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.production_li:last-child{
    margin-bottom: 0;
}
.production_li:nth-child(even) {
    flex-direction: row-reverse;
}
.production_li .production_img{
    width: 50%;
    height: 5.64rem;
    border-radius: 0.2rem;
    overflow: hidden;
}
.production_li .production_txt{
    width: 50%;
    padding-left: 0.76rem;
    padding-top: 1.07rem;
    box-sizing: border-box;
}
.production_li:nth-child(even) .production_txt{
    padding-left: 0;
    padding-right: 0.76rem;
}
.production_li .production_txt .production_icon{
    width: auto;
    height: 0.5rem;
}
.production_li .production_txt .production_title{
    margin: 0.32rem 0;
    font-weight: bold;
    font-size: 0.36rem;
    color: #333333;
}
.production_li .production_txt .production_cont{
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.55;
}







/* 整车物流1 */
.whole{
    padding: 0.5rem 0 0.76rem;
    box-sizing: border-box;
}
.whole .whole_body{
    margin-top: 0.89rem;
    display: flex;
    justify-content: space-between;
}
.whole .whole_body .whole_img{
    width: 50%;
    height: auto;
    border-radius: 0.2rem;
    overflow: hidden;
}
.whole .whole_body .whole_txt{
    width: 50%;
    padding-top: 0.6rem;
    padding-left: 0.56rem;
    box-sizing: border-box;
}
.whole .whole_body .whole_txt .whole_title{
    font-weight: 400;
    font-size: 0.32rem;
    color: #002673;
    line-height: 1.5;
    margin-bottom: 0.33rem;
}
.whole .whole_body .whole_txt .whole_cont,
.whole .whole_body .whole_txt .whole_cont p{
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 2;
}





/* 整车物流2 */
.whole_box{
    padding: 0.7rem 0 0.24rem;
    box-sizing: border-box;
    background: url(../images/img/shengchan_bg.png) bottom center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.whole_box .whole_num{
    display: flex;
    column-gap: 0.5rem;
    margin-bottom: 0.5rem;
}
.whole_box .whole_num .whole_item{
    width: calc(25% - 0.375rem);
    background: rgba(0,38,115,0.1);
    border-radius: 0.2rem;
    padding: 0.34rem 0.39rem 0.33rem;
    box-sizing: border-box;
}
.whole_box .whole_num .whole_item .whole_shu{
    font-weight: bold;
    font-size: 0.36rem;
    color: #002673;
    margin-bottom: 0.1rem;
}
.whole_box .whole_num .whole_item .whole_key{
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
}
.whole_box .whole_list{
    display: flex;
    justify-content: space-between;
}
.whole_box .whole_list .whole_fl{
    width: 7.78rem;
    height: 7.6rem;
    position: relative;
}
.whole_box .whole_list .whole_fl span{
    position: absolute;
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
    bottom: 28%;
    right: 27%;
}
.whole_box .whole_list .whole_fr{
    width: calc(100% - 8.62rem);
    padding-top: 0.26rem;
    box-sizing: border-box;
}
.whole_box .whole_list .whole_fr .whole_tit{
    font-weight: 400;
    font-size: 0.24rem;
    color: #002673;
    margin-bottom: 0.5rem;
}
.whole_box .whole_list .whole_fr .whole_li{
    width: 5.38rem;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0,0,0,0.16);
    border-radius: 0.12rem;
    padding: 0.25rem 0.32rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
    margin-bottom: 0.17rem;
    border-left: 0.11rem solid #002673;
}
.whole_box .whole_list .whole_fr .whole_li:nth-child(3){
    border-left: 0.11rem solid #FF9900;
}
.whole_box .whole_list .whole_fr .whole_li:nth-child(4){
    border-left: 0.11rem solid #1DC5C5;
}
.whole_box .whole_list .whole_fr .whole_li:nth-child(5){
    border-left: 0.11rem solid #6CCEA6;
}
.whole_box .whole_list .whole_fr .whole_li:nth-child(6){
    border-left: 0.11rem solid #642AEE;
}








/* 售后物流2 */
.map2 .map_item .dot {
	position: absolute;
	border-radius: 50%;
	width: 0.1rem;
	height: 0.1rem;
	background-color: #002673;
	transform: translate(-50%, -50%);
}
.map2 .map_item .dot:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	border-radius: 50%;
	width: 0.1rem;
	height: 0.1rem;
	background-color: #002673;
	transform: translate(-50%, -50%);
	opacity: .5;
	animation: dot 3s .75s infinite;
}
.map2 .map_item .dot:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	border-radius: 50%;
	width: 0.1rem;
	height: 0.1rem;
	background-color: #002673;
	transform: translate(-50%, -50%);
	opacity: .6;
	animation: dot 3s infinite;
}
@keyframes dot {
	0% {
		width: 0.18rem;
		height: 0.18rem;
		opacity: .6;
	}

	100% {
		width: 0.3rem;
		height: 0.3rem;
		opacity: 0;
	}
}
.map2 .map_item:nth-child(1){
    top: 28% !important;
    left: 82% !important;
}
.map2 .map_item:nth-child(2){
    top: 34% !important;
    left: 67% !important;
}
.map2 .map_item:nth-child(3){
    top: 39% !important;
    left: 74% !important;
}
.map2 .map_item:nth-child(4){
    top: 44% !important;
    left: 58% !important;
}
.map2 .map_item:nth-child(5){
    top: 33%;
    left: 19%;
}
.map2 .map_item:nth-child(6){
    top: 53%;
    left: 47%;
}
.map2 .map_item:nth-child(7){
    top: 52%;
    left: 62%;
}
.map2 .map_item:nth-child(8){
    top: 52%;
    left: 78%;
}
.map2 .map_item:nth-child(9){
    top: 61%;
    left: 73%;
}
.map2 .map_item:nth-child(10){
    top: 66%;
    left: 64%;
}
.map2 .map_item:nth-child(1) span{
    right: 0.3rem !important;
    bottom: 0.2rem !important;
}
.map2 .map_item:nth-child(2) span{
    right: 0.3rem !important;
    top: -0.26rem !important;
    transform: none !important;
}
.map2 .map_item:nth-child(3) span{
    top: -0.1rem !important;
    right: 0.3rem;
}
.map2 .map_item:nth-child(4) span{
    left: -0.2rem !important;
    top: -0.46rem !important;
    transform: none !important;
}
.map2 .map_item:nth-child(5) span{
    left: -0.2rem;
    top: -0.46rem;
}
.map2 .map_item:nth-child(6) span{
    left: -0.2rem;
    top: -0.46rem;
}
.map2 .map_item:nth-child(7) span{
    right: 0.3rem;
    top: -0.16rem;
}
.map2 .map_item:nth-child(8) span{
    left: 0.16rem;
    top: -0.26rem;
}
.map2 .map_item:nth-child(9) span{
    left: 0.26rem;
    top: -0.16rem;
}
.map2 .map_item:nth-child(10) span{
    left: 0.2rem;
    top: 0rem;
}

.shouhou{
    width: 3.17rem;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0,0,0,0.16);
    border-radius: 0.12rem;
    padding: 0.06rem 0.22rem 0.1rem;
    box-sizing: border-box;
    position: absolute;
    right: 0;
}
.shouhou .shouhou_li{
    height: 0.7rem;
    display: flex;
    align-items: center;
    border-bottom: 0.01rem solid rgba(112,112,112,0.2);
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
}
.shouhou .shouhou_li img{
    width: 0.24rem;
    height: 0.24rem;
    object-fit: contain;
    margin-right: 0.2rem;
}
.shouhou .shouhou_li:last-child{
    border-bottom: none;
}




/* 新业态物流2 */
.wuliu2{
    padding: 0.35rem 0 1.1rem;
    box-sizing: border-box;
    background: url(../images/img/wuliu_bg.png) center no-repeat;
    background-size: cover;
}
.wuliu2 .wuliu_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wuliu2 .wuliu_top .wuliu_class{
    font-weight: bold;
    font-size: 0.36rem;
    color: #002673;
}
.wuliu2 .wuliu_top .wuliu_num{
    display: flex;
    column-gap: 2.3rem;
}
.wuliu2 .wuliu_top .wuliu_num .wuliu_shu{
    font-weight: bold;
    font-size: 0.46rem;
    color: #002673;
    margin-bottom: 0.08rem;
}
.wuliu2 .wuliu_top .wuliu_num .wuliu_txt{
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
}
.wuliu2 .wuliu_body{
    margin-top: 0.77rem;
}

.wuliu2{
    padding: 0.83rem 0 1.27rem;
}
.wuliu2 .main{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wuliu2 .whole_txt{
    width: calc(50% - 0.65rem);
}
.wuliu2 .whole_txt .whole_title{
    font-weight: bold;
    font-size: 0.36rem;
    color: #002673;
    margin-bottom: 0.52rem;
}
.wuliu2 .whole_txt .whole_cont{
    font-weight: 400;
    font-size: 0.18rem;
    color: #333;
    line-height: 2;
}
.wuliu2 .whole_img{
    width: 50%;
    height: 4.64rem;
    border-radius: 0.2rem;
    overflow: hidden;
}
.wuliu2 .whole_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}





@media screen and (max-width: 1042px) {


    /* 栏目 */
    .shengchan{
        padding: 35px 0 50px;
    }
    .class_lanmu2 .class_title{
        font-size: 24px;
    }
    .class_lanmu2 .class_title::before{
        width: 40px;
        height: 3px;
    }
    .class_lanmu2 .class_txt{
        font-size: 14px;
    }



    .shengchan .shengchan_fl{
        width: 100%;
        border-radius: 10px;
        padding: 20px;
    }
    .shengchan .shengchan_fl .num_list{
        padding-bottom: 16px;
        margin-bottom: 10px;
    }
    .shengchan .shengchan_fl .num_shu{
        font-size: 20px;
    }
    .shengchan .shengchan_fl .num_txt,
    .shengchan .shengchan_fl .num_txt p{
        font-size: 15px;
    }
    .shengchan .shengchan_fr{
        width: 100%;
        flex-direction: column-reverse;
        margin-top: 30px;
    }
    .shengchan .shengchan_fr .shengchan_txt{
        display: flex;
        flex-wrap: wrap;
        column-gap: 14px;
        row-gap: 15px;
    }
    .shengchan .shengchan_fr .shengchan_txt .shengchan_li{
        width: calc(50% - 7px);
        margin: 0;
        padding: 15px;
        border-radius: 6px;
    }
    .shengchan .shengchan_fr .shengchan_txt .shengchan_dizhi{
        font-size: 15px;
    }
    .shengchan .shengchan_fr .shengchan_txt .shengchan_num{
        font-size: 18px;
    }
    .shengchan .shengchan_fr .shengchan_map{
        width: 100%;
        height: auto;
        margin-top: 30px;
    }






    .production_li{
        align-items: center;
        margin-bottom: 30px;
    }
    .production_li .production_txt{
        padding-top: 0;
        padding-left: 16px;
    }
    .production_li .production_txt .production_icon{
        height: 26px;
    }
    .production_li .production_txt .production_title{
        font-size: 18px;
        margin: 15px 0;
    }
    .production_li .production_txt .production_cont{
        font-size: 12px;
    }
    .production_li:nth-child(even) .production_txt{
        padding-right: 16px;
    }







    .whole .whole_body{
        flex-wrap: wrap;
    }
    .whole .whole_body .whole_img{
        width: 100%;
    }
    .whole .whole_body .whole_txt{
        width: 100%;
        padding: 30px 0 0 0;
    }
    .whole .whole_body .whole_txt .whole_title,
    .wuliu2 .whole_txt .whole_title{
        font-size: 17px;
        margin-bottom: 10px;
        font-weight: 400;
    }
    .whole .whole_body .whole_txt .whole_cont, 
    .whole .whole_body .whole_txt .whole_cont p,
    .wuliu2 .whole_txt .whole_cont{
        font-size: 14px;
    }

    .whole_box{
        padding: 40px 0 ;
    }
    .whole_box .whole_num{
        flex-wrap: wrap;
        margin-bottom: 20px;
        column-gap: 10px;
        row-gap: 10px;
    }
    .whole_box .whole_num .whole_item{
        width: calc(50% - 5px);
    }
    .whole_box .whole_num .whole_item .whole_shu{
        font-size: 22px;
    }
    .whole_box .whole_num .whole_item .whole_key{
        font-size: 14px;
    }
    .whole_box .whole_list{
        flex-wrap: wrap;
    }
    .whole_box .whole_list .whole_fl{
        width: 100%;
        height: fit-content;
    }
    .whole_box .whole_list .whole_fl img{
        object-fit: contain;
    }
    .whole_box .whole_list .whole_fr{
        width: 100%;
        margin-top: 20px;
    }
    .whole_box .whole_list .whole_fr .whole_tit{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .whole_box .whole_list .whole_fr .whole_li{
        width: 100%;
        font-size: 15px;
        border-radius: 6px;
        padding: 13px 16px;
        margin-bottom: 8px;
        border-left-width: 6px;
    }









    .shouhou{
        width: 100%;
        position: initial;
        padding: 6px 18px;
    }
    .shouhou .shouhou_li{
        height: auto;
        font-size: 16px;
        padding: 15px 0;
    }
    .shouhou .shouhou_li img{
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }




    .wuliu2 .wuliu_top{
        flex-wrap: wrap;
        padding-top: 20px;
    }
    .wuliu2 .wuliu_top .wuliu_class{
        font-size: 18px;
    }
    .wuliu2 .wuliu_top .wuliu_num{
        width: 100%;
        margin-top: 26px;
        column-gap: 16px;
        justify-content: space-between;
    }
    .wuliu2 .wuliu_top .wuliu_num .wuliu_shu{
        font-size: 28px;
        margin-bottom: 6px;
    }
    .wuliu2 .wuliu_top .wuliu_num .wuliu_txt{
        font-size: 14px;
    }



    .wuliu2 .main{
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .wuliu2 .whole_txt,
   .wuliu2 .whole_img{
        width: 100%;
    }
}

