.containerTop {
    width: 100%;
    background-size: 100% 100%;
}

.containerTop_index {
    width: 1370.8px;
    height: 400px;
    margin-left: 190px;
    background: url(https://img.swmob.com/swtech/statemen_top.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-left: 170px;
    padding-top: 93px;
    user-select: none;
}

.containerTop_index1 {
    font-size: 40px;
    font-family: DingTalk JinBuTi, DingTalk JinBuTi;
    font-weight: 400;
    color: #FFFFFF;
}

.containerTop_index2 {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 32px;
}


.banner {
    width: 100%;
    height: auto;
    position: relative;
}
.banner::after{
    content: '';
    width: 71.35%;
    height: 100%;
    background: url(https://img.swmob.com/swtech/bannerAfter.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 10%;
    top: 0;
    opacity: 0.8;
}


.English {
    color: #FFFFFF;
    font-size: 40px;
    position: absolute;
    z-index: 3;
    left: 18.75%;
    top: 93px;
}


.subTit {
    z-index: 3;
    font-size: 18px;
    color: #fff;
    font-family: Microsoft YaHei, Microsoft YaHei;
    line-height: 30px;
    margin-top: 32px;
}


.container_Con {
    margin: 0 auto;
    margin-top: 52px;
	
	max-width:1200px;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.container_Con_aside {
    width: 558px;
}

.number1 {
    width: 18px;
    height: 62px;
    margin-right: 15px;
}

.number2 {
    width: 36px;
    height: 62px;
    margin-right: 15px;
}

.mb30{
    margin-bottom: 30px;
    display: block;
}

.number3 {
    width: 34px;
    height: 62px;
    margin-right: 15px;
}

.container_Con_aside_item {
    margin-bottom: 20px;
}

.container_Con_aside_item_Tit {
    display: flex;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #545454;
    align-items: center;
    padding-left: 16px;
    box-sizing: border-box;
}

.container_Con_aside_item_msg {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #545454;
    line-height: 24px;
    margin-top: 6px;
}

.container_Con_aside_item2 {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #545454;
    line-height: 24px;
    margin-top: 104px;
}

.container_Con_aside_item2 div {
    display: block;
    font-weight: 700;
}

.container_Con_aside_item2 .flexBox {
    display: flex;
    align-items: center;
    font-weight: normal;
}
.containerTop_H5{
    display: none;
}

@media (max-width: 1280px){
	.container_Con_aside{
		width:48%;
	}
}
@media (max-width: 900px) {

    .container{
        padding-top: 50px;
    }

    .containerTop_index{
        display: none;
    }
    .containerTop{
        height: 210px;
        background: url(https://img.swmob.com/swtech/mzsm2.png) no-repeat;
        background-size: 100% 100%;
        padding-top: 105px;
        box-sizing: border-box;
    }
    .containerTop_H5{
        display: block;
        background: url(https://img.swmob.com/swtech/H5Banner2.png) no-repeat;
        background-size: 100% 100%;
        width: 320px;
        height: 81.2px;
        padding-top: 24.5px;
        padding-left: 61px;
        color: #FFFFFF;
        font-size: 20px;
        box-sizing: border-box;
        margin-left: 24.5px;
    }

    .container_Con {
        width: 90%;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .containerTop_index1{
        font-size: 34px;
    }
    .containerTop_index2{
        font-size: 18px;
        margin-top: 10px;
    }

    .containerTop_index{
        background: none;
    }

    .container_Con_aside{
        width: 100%;
    }

    .container_Con_aside_item2{
        margin-top: 30px;
    }
    .container_Con_aside_item2 div{
    }
    .banner{
        display: none;
    }

    .mb30{
        margin-bottom: 0px;
        display: block;
    }
    
}