

/* 物流领域 */
.solu-wlly {
    margin-top: 0.7rem;
	position: relative;
	/*height: 4rem;*/
}

.sw-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sw-text {
	width: 100%;
	position: absolute;
	top: 1.98rem;
}

.swt-title {
	width: 100%;
	text-align: center;
	font-size: 0.4rem;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}

.swt-p {
	width: 100%;
	text-align: center;
	margin-top: 0.4rem;
	font-size: 0.2rem;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.75;
	/*line-height: 0.44rem;*/
}

.sw-mswz {
	text-align: center;
	font-size: 0.2rem;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1.75;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}

.sw-con2 {
    background-image: url('/assets/pc/image/solution/28.png');
	display: flex;
	align-items: center;
	height: 5rem;
}

.swc-left {
	padding: 0.6rem 0.5rem 0.75rem;
	height: 100%;
	width: 50%;
	/*background: #15559A;*/
}

.swcl-title {
	font-size: 0.3rem;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}

.swcl-text{
	margin-top: 0.37rem;
	font-size: 0.18rem;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.44rem;
    text-indent: 0.4rem;
}

.swcl-text p {
	font-size: 0.18rem;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.44rem;
    text-indent: 0.4rem;
}

.swc-rig {
	width: 50%;
	height: 100%;
}

.swc-rig img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 适合在物流运输领域的AGV */
.sw-con3 {
	padding-top: 1.2rem;
	padding-bottom: 0.53rem;
}

.swc3-text {
	text-align: center;
	font-size: 0.36rem;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}

.swc3-con {
	margin-top: 0.7rem;
	display: flex;
	align-items: center;
}

.swc3c-k {
    border: 0.01rem solid rgba(232,232,232);
	cursor: pointer;
	padding: 0.09rem 0.11rem 0.23rem;
	position: relative;
	width: 4.46rem;
	margin-right: 0.29rem;
}
.sw-img{
    margin-top: 1.08rem;
}

.swc3ck-top {
	width: 100%;
	/* height: 3.46rem; */
	position: relative;
	z-index: 1;
}

.swc3ck-top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swc3ck-bot {
	text-align: center;
	margin-top: 0.32rem;
	font-size: 0.24rem;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	position: relative;
    z-index: 99;
}

.swc3ckt-left {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0.8rem;
	font-family: Bahnschrift-Bold, Bahnschrift;
	font-weight: bold;
	color: RGBA(235, 242, 251, 1);
	writing-mode: vertical-rl;
}
@media screen and (max-width:1024px){
    .sw-img{
        margin-top: 0.5rem!important;
        height: 3.5rem;
    }
    .sw-text{
        top: 60%;
        transform:translateY(-50%);
    }
    .swt-p{
        padding:0 0.4rem;
        font-size: 0.24rem!important;
        margin-top: 0.15rem;
    }
    .sw-mswz{
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
        line-height: 2.5;
        font-size: 0.26rem!important;
    }
    .sw-con2{
        background-size: 100% 100%;
    }
    .swc-left{
        width: 100%;
        height: auto!important;
        /*background: pink;*/
    }
    .swc-rig{
        display: none;
    }
    .swcl-text p{
        text-align: justify;
        font-size: 0.24rem!important;
        /*color: #000;*/
    }
    .swc3-text{
        padding:  0 0.3rem!important;
    }
    .swc3-text::before{
        left: 14px!important;
    }
    .sw-con3{
        width: 100%;
        padding: 0.7rem 0.1rem!important;
    }
    .swc3-con{
        width: 100%;
        flex-direction: column;
    }
    .swc3c-k{
        width: 93%!important;
        padding: 0 0 0.3rem 0!important;
        margin: 0 0 0.3rem 0!important;
    }
    .swc3ck-bot{
        /*background: pink;*/
        justify-content: space-evenly!important;
        font-size: .35rem!important;
        
    }
    .swc3ck-bot a{
        width: auto!important;
        height: auto!important;
        padding: 0.1rem 0.2rem!important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.24rem!important;
        
    }
}
