*{

margin:0;
padding:0;
box-sizing:border-box;

}

body{

background:#f8f7f3;

color:#10264d;

font-family:

"Microsoft YaHei",
sans-serif;

}

/* 标题 */

.advantage-banner{

height:380px;

display:flex;

flex-direction:column;

align-items:center;

justify-content:center;

text-align:center;

}

.advantage-banner h1{

font-size:52px;

letter-spacing:5px;

}

.advantage-banner p{

font-size:20px;

margin-top:20px;

color:#555;

}

.title-line{

width:140px;

height:2px;

background:#c69736;

margin-top:25px;

}

/* 内容区域 */

.advantage-detail{

width:1200px;

max-width:85%;

margin:auto;

min-height:520px;

padding:80px 0;

}

.section-title{

text-align:center;

font-size:48px;

letter-spacing:3px;

color:#10264d;

margin-bottom:70px;

}

.advantage-content{

display:flex;

align-items:center;

justify-content:center;

gap: 160px;

}


.detail-icon{

width:300px;

display:flex;

justify-content:center;

}

.detail-icon img{

width:220px;

height:220px;

object-fit:contain;

}

.detail-text{

width:500px;

font-size:20px;

line-height:2;

color:#333;
text-align:left;

}

.detail-text h2{

font-size:42px;

color:#10264d;

margin-bottom:25px;

letter-spacing:2px;

}

.center{

justify-content:center;

}

.map img{

width:450px;

}

.detail-text h2{

font-size:35px;

}

.map img{

width:90%;

}

.advantage-detail{

padding-left:0;

text-align:center;

}

.detail-text{

width:90%;

}

.detail-icon img{

width:100px;

height:100px;

}

.advantage-detail:not(:first-child){

border-top:

1px solid rgba(198,151,54,.12);

}

.reverse{

flex-direction:row-reverse;

}
@media(max-width:800px){

.advantage-detail{

width:90%;

padding:50px 0;

}
.section-title{

font-size:34px;

margin-bottom:40px;

}

.advantage-content{

flex-direction:column;

gap:40px;

}

.detail-text{

width:100%;

font-size:16px;

text-align:center;

}

.detail-icon img{

width:100px;

height:100px;

}

.reverse{

flex-direction:column;

}

}