.inner-banner {
    position: relative;
    background-image: url(../img/contact-banner.png);
    /* background-size: cover; */
}

.inner-banner .container {
    position: relative;
    /* height: 520px; */
}

.contact-section {
    padding: 96px 0;
}

.hq-section {
    margin-top: 50px;
    background: url(../img/Group-2143.png);
    background-size: cover;
    padding-bottom: 184px;
}

.hq-container {
    display: flex;
    align-items: center;
}

.hq-container .hq-info {
    flex: 1;
    padding-right: 31px;
}

.hq-container .hq-info .hq-title {
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    line-height: 42px;
    display: flex;
    align-items: center;
    gap: 0 12px;
}

.hq-container .hq-info .hq-title .tag {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    padding: 4px 12px;
    background: #F5821F;
    border-radius: 8px 8px 8px 8px;
}

.hq-container .hq-info .hq-desc {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-top: 12px;
}

.hq-container .contact-row-list {
    margin-top: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-align: left;
    line-height: 21px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 22px;
}

.hq-container .contact-row-list a {
    color: #333333;
}

.hq-container .contact-row.orange-icon {
    width: 100%;
    margin-bottom: 50px;
}

.hq-container .contact-row {
    display: flex;
    gap: 12px;
}

.hq-container .contact-row .iconfont {
    font-size: 22px;
    color: RGBA(46, 86, 182, 1);
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
}

.hq-container .contact-row:hover .iconfont {
    transform: scale(1.2)rotateY(180deg);
}

.hq-container .hq-map {
    width: 66.1%;
    height: 520px;
}

#mapContainer {
    width: 100%;
    height: 100%;
}

.amap-icon {
    left: -50%;
    transform: translateY(-100%);
}

.branch-section {
    position: relative;
    margin-top: -136px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;

}

.branch-section .branch-card {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(127, 163, 218, 0.21);
    border-radius: 8px 8px 8px 8px;
    padding: 24px 24px 51px;
    overflow: hidden;
    cursor: pointer;
}

.branch-section .branch-card .branch-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 64px;
}

.branch-section .branch-card .branch-title {
    font-weight: bold;
    font-size: 26px;
    line-height: 1.5;
    color: #333333;
    display: block;
}

.branch-section .branch-card .tag {
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 12px;
    background: #F5821F;
    border-radius: 0px 8px 0px 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #FFFFFF;
}

.branch-section .branch-card .branch-subtitle {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    margin-top: 4px;
}

.branch-section .branch-card .branch-info {
    margin-top: 24px;
    border-top: 2px solid rgba(242, 244, 247, 1);
    padding-top: 24px;
}

.branch-section .branch-card .branch-info-row {
    display: flex;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-align: left;
    line-height: 21px;
    gap: 14px;
}

.branch-section .branch-card .branch-info-row a {
    color: #333333;
}

.branch-section .branch-card .branch-info-row:not(:last-child) {
    margin-bottom: 26px;
}

.branch-section .branch-card .branch-info-row .iconfont {
    font-size: 20px;
    color: RGBA(46, 86, 182, 1);
    transition: all 0.3s ease-in-out;
}

.branch-section .branch-card .branch-info-row:hover .iconfont {
    transform: rotateY(180deg);
}

.branch-section .branch-card .branch-info-row span {
    flex: 1;
}

.service-recruit-grid {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.service-recruit-grid .sr-card {
    background: #F2F4F7;
    border-radius: 12px 12px 12px 12px;
    padding: 48px;
}

.service-recruit-grid .sr-card .sr-title {
    font-weight: bold;
    font-size: 26px;
    color: #333333;
    text-align: left;
}

.service-recruit-grid .sr-card .sr-row-list {
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #333333;
    margin-top: 24px;
}

.service-recruit-grid .sr-card .sr-row {
    display: flex;
    gap: 12px;
}

.service-recruit-grid .sr-card .sr-row-list .sr-row a {
    color: #333333;
}

.service-recruit-grid .sr-card .sr-row-list .iconfont {
    font-size: 24px;
    color: rgba(46, 86, 182, 1);
    transition: all 0.3s ease-in-out;
}

.service-recruit-grid .sr-card .sr-row-list .sr-row:hover .iconfont {
    transform: rotateY(180deg);
}

.service-recruit-grid .sr-card .sr-row-list .sr-row:not(:last-child) {
    margin-bottom: 20px;
}

.intro-section {
    padding: 96px 0;
    background-color: RGBA(242, 244, 247, 1);
}

.intro-section .intro-desc {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 29px;
    text-align: center;
    margin-top: 15px;
}

.intro-section .intro-content {
    margin-top: 44px;
    display: flex;
    justify-content: space-between;
    padding: 50px 72px 50px 35px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    overflow: hidden;
}

.intro-section .intro-content .intro-icons {
    position: relative;
    width: 41.25%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.intro-section .intro-content .intro-icons::after,
.intro-section .intro-content .intro-icons::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: linear-gradient(360deg, rgba(202, 208, 220, 0), rgba(46, 86, 182, 1), rgba(202, 208, 220, 0));
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.intro-section .intro-content .intro-icons::after{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, rgba(202, 208, 220, 0), rgba(46, 86, 182, 1), rgba(202, 208, 220, 0)) ;
}
.intro-section .intro-content .icon-box{
    padding: 50px 0;
}
.intro-section .intro-content .icon-box .icon{
    width: 104px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.intro-section .intro-content .icon-box .icon img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: all 0.3s ease-in-out;
}
.intro-section .intro-content .icon-box:hover .icon img{
    transform: rotateY(180deg);
}
.intro-section .intro-content .icon-box h4{
font-weight: 500;
font-size: 20px;
color: #333333;
text-align: center;
line-height: 1.5;
margin-top: 1em;
}
.intro-section .intro-content .intro-text {
    width: 620px;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 36px;
    padding-top: 50px;
}
.intro-section .intro-content .intro-text p:not(:last-child) {
    margin-bottom: 72px;
}
.intro-section .intro-content .blue-line{
    width: 24px;
height: 2px;
border-radius: 0px 0px 0px 0px;
border: 2px solid #2E56B6;
margin: 0 0 0 auto;
margin-top: 34px;
}
.intro-section .intro-content .orange-line{
width: 70px;
height: 2px;
border-radius: 0px 0px 0px 0px;
border: 2px solid #F5821F;
margin: 8px 0 0 auto;
}
.alt-section{
    padding: 96px 0;
    background-color: RGBA(242, 244, 247, 1);
}
.alt-section.bg-gray{
    background-color: #fff;
}
.alt-section .alt-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}  
.alt-section .alt-container.reverse{
    flex-direction: row-reverse;
}
.alt-section .alt-container .alt-img{
    width: 49.15%;
    border-radius: 18px;
}
.alt-section .alt-container .alt-text{
    width: 46.6%;
    text-align: center;
}
.alt-section .alt-container .alt-title{font-weight: bold;/* font-size: 32px; */color: #333333;text-align: center;font-style: normal;text-transform: none;}
.alt-section .alt-container .alt-desc{
font-weight: 400;
font-size: 16px;
color: #333333;
line-height: 29px;
margin: 32px auto 0;
width: 528px;
max-width: 100%;
}
@media (max-width:1199px) {
    .contact-section{
        padding: 75px 0;
    }
    .hq-container{
        flex-direction: column;
    }
    .hq-container .hq-info{
        padding: 40px 0;
        width: 100%;
    }
    .hq-container .hq-map{
        width: 100%;
    }
    .hq-container .contact-row.orange-icon{
        margin-bottom: 0;
    }
    .hq-container .hq-info .hq-title{
        font-size: 26px;
    }
    .service-recruit-grid .sr-card .sr-title,
    .branch-section .branch-card .branch-title{
        font-size: 24px;
    }
    .hq-section{
        margin-top: 45px;
    }
    .alt-section,
    .intro-section{
        padding: 75px 0;
    }
    .intro-section .intro-content{
        padding: 45px;
    }
    .intro-section .intro-content .icon-box{
        padding: 40px 0;
    }
    .intro-section .intro-content .intro-text{
        font-size: 18px;
        flex: 1;
        margin-left: 30px;
    }
    .intro-section .intro-content .intro-text p:not(:last-child){
        margin-bottom: 30px;
    }
    .intro-section .intro-content .icon-box h4{
        font-size: 18px;
    }
    .alt-section .alt-container .alt-desc{
        margin-top: 20px;
    }
}
@media (max-width:1024px) {
    .alt-section .alt-container .alt-desc{
        margin-top: 5px;
    }
    .intro-section .intro-content .blue-line{
        margin-top: 14px;
    }
    .intro-section .intro-content .intro-text p:not(:last-child){
        margin-bottom: 10px;
    }
    .intro-section .intro-content .intro-text{
        padding-top: 0;
        font-size: 16px;
    }
    .intro-section .intro-content .icon-box h4{
        font-size: 16px;
        margin-top: .5em;
    }
    .intro-section .intro-content .intro-icons{
        align-self: flex-start;
    }
    .intro-section .intro-content .icon-box .icon{
        width: 80px;
        height: 80px;
    }
    .intro-section .intro-content{
        padding: 40px;
    }
    .intro-section .intro-content .icon-box{
        padding: 25px 0 ;
    }
    .intro-section .intro-content{
        margin-top: 40px;
    }
    .alt-section,
    .intro-section{
        padding: 65px 0;
    }
    .service-recruit-grid .sr-card{
        padding: 35px;
    }
    .service-recruit-grid .sr-card .sr-row-list{
        font-size: 20px;
    }
    .branch-section .branch-card{
        padding-bottom: 34px;
    }
    .branch-section{
        grid-template-columns: repeat(2,1fr);
    }
    .hq-container .hq-map{
        height: 440px;
    }
    .hq-container .hq-info .hq-title .tag{
        font-size: 14px;
    }
    .hq-container .hq-info .hq-title{
        font-size: 24px;
    }
    .contact-section{
        padding: 65px 0;
    }
    .hq-section{
        margin-top: 40px;
    }
}
@media (max-width: 768px) {
    .alt-section .alt-container .alt-img{
        margin-top: 30px;
    }
    .alt-section .alt-container .alt-text,
    .alt-section .alt-container .alt-img{
        width: 100%;
    }
    .alt-section .alt-container .alt-desc{
        width: 100%;
    }
    .alt-section .alt-container,
    .alt-section .alt-container.reverse{
        flex-direction: column;
    }
    .intro-section .intro-content{
        padding: 30px;
    }
    .intro-section .intro-content .intro-text{
        margin-left: 0;
        margin-top: 30px;
        width: 100%;
    }
    .intro-section .intro-content{
        margin-top: 30px;
         flex-direction: column;
    }
    .intro-section .intro-content .intro-icons{
        width: 100%;
    }
    .alt-section,
    .intro-section{
        padding: 55px 0;
    }
    .contact-section{
        padding: 55px 0;
    }
    .service-recruit-grid .sr-card .sr-title, .branch-section .branch-card .branch-title{
        font-size: 22px;
    }
    .branch-section .branch-card .branch-info{
        padding-top: 19px;
        margin-top: 19px;
    }
    .service-recruit-grid .sr-card .sr-row-list{
        font-size: 18px;
    }
    .branch-section,
    .service-recruit-grid{
        grid-template-columns: repeat(1,1fr);
    }
    .branch-section .branch-card .branch-header{
        min-height: 0;
    }
    .hq-section{
        margin-top: 30px;
    }
}
@media (max-width: 500px) {
    .alt-section .alt-container .alt-img{
        margin-top: 25px;
    }
    .intro-section .intro-content .icon-box .icon{
        width: 60px;
        height: 60px;
    }
    .intro-section .intro-content{
        margin-top: 25px;
        padding: 20px;
    }
    .alt-section,
    .intro-section{
        padding: 45px 0;
    }
    .hq-section{
        margin-top: 25px;
    }
    .service-recruit-grid .sr-card .sr-row-list{
        line-height: 24px;
    }
    .service-recruit-grid .sr-card{
        padding: 25px;
    }
    .branch-section .branch-card .branch-info-row:not(:last-child){
        margin-bottom: 15px;
    }
    .service-recruit-grid .sr-card .sr-title, .branch-section .branch-card .branch-title{
        font-size: 20px;
    }
    .service-recruit-grid .sr-card .sr-row-list{
        font-size: 16px;
    }
    .hq-container .hq-info{
        padding: 35px 0;
    }
    .hq-container .hq-info .hq-title{
        font-size: 22px;
    }
    .hq-container .contact-row-list{
        gap: 15px;
        margin-top: 15px;
    }
    .hq-container .contact-row .iconfont{
        transform: scale(1);
    }
    .hq-container .hq-map{
        height: 380px;
    }
    .contact-section{
        padding: 45px 0;
    }
}