/*设置banner*/
/*-----------------------------------*/
.top-img {
	background-image: url('../images/service-overseas-agents/top.jpg');
}
.topImg-title {
	color: #000000;
}
@media only screen and (max-width: 1024px) {
	.top-img {
		background-image: url('../images/service-overseas-agents/top-m.png');
	}
}
/*-----------------------------------*/
/*设置banner end*/

.overseas-content{
    padding-top: 80px;
    padding-bottom: 80px;
}
.distribution-img img{
    width: 100%;
}
.overseas-agents{
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
	grid-template-rows: max-content;
	justify-items: center;
	align-items: stretch;
    margin: 24px;
}
.overseas-agent{
    padding: 0px 24px;
    border-right: 2px solid #C9C9C9;
    margin-top: 80px;
}
.overseas-agent:nth-child(3n){
    border-right: 0px;
}
.overseas-agent-head{
    display: grid;
    grid-template-columns: 50% 50%;
	grid-template-rows: max-content;
    justify-items: inherit;
    align-items: baseline;
}
.overseas-agent-head .title{
    font-family: "HarmonyOS_Sans_SC_Bold";
    font-weight: 500;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #004898;
}
.overseas-agent-head .logo{
    text-align: right;
    text-align: -moz-right;
}
.overseas-agent-head .logo img{
    height: 90px;
}
.overseas-agent .name{
    font-family: "HarmonyOS_Sans_SC_Bold";
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #004898;
    margin-top: 24px;
}
.overseas-agent .infos{
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0px;
    margin-top: 24px;
}
.overseas-agent .infos .info-title{
    color: #666666;
}
.overseas-agent .infos .info-content{
    color: #333333;
}
@media only screen and (max-width: 1600px) {
    .overseas-content{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .overseas-agent{
        margin-top: 60px;
    }
    .overseas-agent-head .title{
        font-size: 28px;
    }
	.overseas-agent .name{
        font-size: 24px;
    }
    .overseas-agent .infos{
        font-size: 22px;
    }
}
@media only screen and (max-width: 1024px) {
	.overseas-content{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .overseas-agent{
        padding: 0px 0px;
        border-right: 0px;
        margin-top: 40px;
    }
    .overseas-agents{
        display: block;
    }
    .overseas-agent-head .logo img {
        height: 60px;
    }
    
    .overseas-agent-head .title{
        font-size: 28px;
    }
    .overseas-agent .name{
        font-size: 24px;
        line-height: 36px;
        margin-top: 12px;
    }
    .overseas-agent .infos{
        font-size: 16px;
        line-height: 24px;
        margin-top: 12px;
    }
}