* {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-about{
	
}
.content .x-about .bt{
	text-align: center;
	color: #004777;
	margin-top:60px ;
}
.content .x-about .bt h3{
	font-size: 30px;
	font-family: '楷体';
	line-height: 60px;
}
.content .x-about .x-about-content{
	height: 465px;
	width: 80%;
	margin: 60px auto;
	overflow: hidden;
}
.content .x-about .x-about-content .c-left{
	float: left;
	width: 50%;
}
.content .x-about .x-about-content .c-left span{
	
}
.content .x-about .x-about-content .c-left .jieshao{
	line-height: 31px;
	margin-top: 20px;
	
}
.content .x-about .x-about-content .c-right{
	float: right;
	width: 42%;
}
.content .x-gsCulture{
    height: 216px;
    margin: 60px auto;
    width: 80%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 20% 20% 20% 20%;
    /* grid-gap: 6%; */
    justify-content: space-between;
    align-items: stretch;
    justify-items: stretch;
}
.content .x-gsCulture .b{
	    background-color: #004777;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
}
.content .x-gsCulture .b img{
	width: 60px;
	height: 70px;
}
.content .x-gsCulture .b span{
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	margin: 20px 0 0 0 ;
}
.content .x-gsService{
	width: 80%;
	margin: 60px auto;
}
.content .x-gsService .bt{
	text-align: center;
	color: #004777;
	margin-top:60px ;
}
.content .x-gsService .bt h3{
	font-size: 30px;
	font-family: '楷体';
	line-height: 60px;
}
.content .x-gsService .x-gsService-content{
    display: grid;
    grid-template-columns: 45% 45%;
    /* grid-gap: 5%; */
    justify-content: space-between;
}
.content .x-gsService .x-gsService-content .s{
	    display: flex;
	    align-items: center;
	    flex-wrap: nowrap;
	    flex-direction: row;
	    margin: 60px 0 0 0;
}
.content .x-gsService .x-gsService-content .s div{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0 0 0 20px;
}

.content .x-gsService .x-gsService-content .s span{
	font-size: 22px;
}
.content .x-gsService .x-gsService-content .s .s-b{
	font-size: 18px;
}
.content .x-gsService .x-gsService-content .s img{
	width: 115px;
	height: 90px;
}