* {margin: 0; padding: 0; outline: 0;width: 100%;}
a{
	text-decoration: none;
}
.content{
}
.content .banner{
	width: 100%;
}
.content .banner img{
	box-sizing: border-box;
	width: 100%;
	height: 700px;
	margin: 0;
}
.content .x-gsService{
	display: grid;
	width: 80%;
	margin: 60px auto;
	grid-template-columns: 45% 45%;
	column-gap: 165px;
}
.content .x-gsService .s img{
	width: 116px;
	height: 90px;
}
.content .x-gsService .flex-left{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.content .x-gsService .flex-left .s{
    display: flex;
    height: 260px;
    flex-direction: row-reverse;
    flex-wrap: wrap;
	column-gap: 30px;
}
.content .x-gsService .flex-right{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.content .x-gsService .flex-right .s{
    display: flex;
    height: 260px;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    column-gap: 30px;
    justify-content: flex-end;
    text-align: end;
}