* {
    margin: 0 auto;
}

.container {
    padding-top: 70px;
    background: url(https://img.swmob.com/swtech/wgbg2_03.png) repeat #252525;
    /* background: #545454; */
}

.Tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dh {
    padding-top: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.con1200 {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}
.con1200 img{
	max-width:100%;
	height: auto !important;
}

.mainTop a {
    color: rgb(138, 138, 138);
    cursor: pointer;
}

.Con img {
    width: 100%;
}

.nextOrpre {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 60px;
    margin-top: 30px;

}

.nextOrpre .prev{
	text-align:left;
}
.nextOrpre .next{
	text-align:right;
}
.nextOrpre a,
.nextOrpre div {
    color: #fff;
}

.connect {
    display: none;
}

.statement {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    margin-top: 36px;
    display: block;
}

.Contit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
	flex-direction: column;
}

.Contit_tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
	display: flex;
    justify-content: space-between;
}

.Consub {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFBD06;
}

.ConText_left img {
    width: 30.65px;
    height: 13px;
    margin-right: 6px;
}
.ConText_left .wximgEwm {
	width:150px;
	height:auto;
}

.ConText {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
    align-items: flex-end;
}

.ConText_left {
    display: flex;
    align-items: center;
}

.ConText_left a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.context_right_Con{
    max-width: 100%;
    line-height: 24px;
}
.ConText_right div{
    margin-bottom: 14px;
}


.H5{
    display: none;
}

@media (max-width: 900px) {
    .container {
        padding-top: 80px;
    }
    .ConText{
        flex-wrap: wrap;
    }
    .Contit{
        flex-wrap: wrap;
        width: 100%;
    }

.Contit_tit{
	
}
 
    .Consub{
        margin-top: 16px;
        display: flex;
        width: 100%;
        justify-content: right;
        flex-wrap: wrap;
    }
    .ConText_left{
        margin: 30px auto;
		display:none;
    }
	.H5{
		display:flex;
	}
    .ConText_right span{
        white-space: nowrap;
    }
    .context_right_Con{
        width: unset;
    }
    .Tit {
        flex-wrap: wrap;
    }

    .nextOrpre {
        margin-top: 20px;
    }

    .nextOrpre div {
        width: 50%;
    }

    .nextOrpre a {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
}