/*index_title 开始*/
.page_common_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.page_common_title .index_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.page_common_title .index_title .zh-CN {
    font-weight: bold;
    font-size: 36px;
    color: #231815;
    padding-bottom: 5px;
    position: relative;
}

.page_common_title .index_title .zh-CN::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 50%;
    height: 4px;
    background: #C30D23;
    border-radius: 2px 2px 2px 2px;
}

.page_common_title .index_title .en {
    font-weight: bold;
    font-size: 36px;
    color: #C30D23;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.page_common_title .topage {
    display: flex;
    align-items: center;
    border: 1px solid #C30D23;
    padding: 10px 24px;
}

.page_common_title .topage span {
    font-weight: 400;
    font-size: 16px;
    color: #C30D23;
}

.page_common_title .topage span.iconfont {
    margin-left: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #C30D23;
}

/*index_title 结束*/

.contact_us {
    background: #F0F0F0;
}

.contact_us .container {
    width: 100%;
    display: flex;
}

.contact_us .container .contact_method {
    width: 50%;
    padding: 80px 180px;
}

.contact_us .container .contact_method .title {
    font-weight: 400;
    font-size: 40px;
    color: #231815;
    margin-bottom: 8px;
}

.contact_us .container .contact_method .method_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.contact_us .container .contact_method .method_list.a2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
    display: none;
}

.contact_us .container .contact_method .method_list li {
    padding: 32px 0;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
}

.contact_us .container .contact_method .method_list li .icon {
    width: 48px;
    margin-right: 12px;
    flex-shrink: 0;
}

.contact_us .container .contact_method .method_list li .msg .name {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-bottom: 5px;
}

.contact_us .container .contact_method .method_list li .msg .textbox {
    display: flex;
}

.contact_us .container .contact_method .method_list li .msg .textbox a,
.contact_us .container .contact_method .method_list li .msg .textbox p {
    font-weight: 400;
    font-size: 16px;
    color: #231815;
}

.contact_us .container .contact_method .method_list li .msg .textbox a:nth-child(2),
.contact_us .container .contact_method .method_list li .msg .textbox p:nth-child(2) {
    margin-left: 40px;
}

.contact_us .container .landmap {
    flex: 1;
    flex-shrink: 0;
}

.contact_us .container .landmap #map {
    height: 100%;
}

.branch {
    padding: 60px 0;
    width: 100%;
    background: url(../images/branchbg.png) no-repeat center/cover;
}

.branch .page_common_title{
    justify-content: center;
}
.branch .page_common_title .index_title{
    align-items: center;
}

.branch .page_common_title .index_title .zh-CN::after {
    left: 50%;
    transform: translateX(-50%);
}

.branch .container .title {
    font-weight: 400;
    font-size: 40px;
    color: #231815;
    margin-bottom: 40px;
    text-align: center;
}

.branch .container .branch_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.branch .container .branch_list>li {
    padding: 32px;
    border: 1px solid #DADADA;
    background: #fff;
    transition: 0.3s;
}

.branch .container .branch_list>li:hover{
     border: 1px solid #C30D23;
}

.branch .container .branch_list>li img {
    width: 88px;
    margin-bottom: 24px;
}

.branch .container .branch_list>li .list_title {
    font-size: 24px;
    color: #231815;
    font-weight: bold;
    margin-bottom: 16px;
}

.branch .container .branch_list>li .msg li,
.branch .container .branch_list>li .msg li a {
    font-size: 16px;
    color: #231815;
    font-weight: 400;
    line-height: 1.8;
}

.branch .container .branch_list>li .msg li:not(:first-child) {
    margin-top: 12px;
}

.groupCompany {
    width: 100%;
    padding: 60px 0;
    background: url(../images/companybg.jpg) no-repeat center/cover;
}

.groupCompany .page_common_title{
    justify-content: center;
}

.groupCompany .page_common_title .index_title{
    align-items: center;
}

.groupCompany .page_common_title .index_title .zh-CN::after {
    left: 50%;
    transform: translateX(-50%);
}


.groupCompany .container .worldmap {
    position: relative;
    width: 1130px;
    margin: auto;
}

.groupCompany .container .worldmap .breathe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.groupCompany .container .worldmap .breathe li {
    position: absolute;
}

.groupCompany .container .worldmap .breathe li:nth-of-type(1) {
    right: 20%;
    top: 30%;
}

.groupCompany .container .worldmap .breathe li:nth-of-type(2) {
    right: 14%;
    top: 42%;
}

.groupCompany .container .worldmap .breathe li:nth-of-type(3) {
    right: 24%;
    top: 55%;
}

.groupCompany .container .worldmap .breathe li:nth-of-type(4) {
    right: 22%;
    top: 66%;
}

.groupCompany .container .worldmap .breathe li:nth-of-type(5) {
    right: 53%;
    top: 30%;
}

.groupCompany .container .worldmap .breathe li:nth-of-type(6) {
    right: 55%;
    top: 38%;
}

.groupCompany .container .worldmap .breathe li .circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #C30D23;
    position: relative;
}

.groupCompany .container .worldmap .breathe li .circle::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: #db727f;
    border-radius: 50%;
    z-index: -1;
    animation: ball2 1.25s infinite;
}

.groupCompany .container .worldmap .breathe li .circle::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    background: #edbcc2;
    border-radius: 50%;
    z-index: -2;
    animation: ball1 1.25s infinite;
}

.groupCompany .container .worldmap .breathe li .introduce {
    position: absolute;
    top: -66px;
    right: -40px;
    transform: translateX(100%);
    text-align: left;
    display: none;
}

.groupCompany .container .worldmap .breathe li .introduce>.shade {
    content: '';
    position: absolute;
    top: 0;
    z-index: 10;
    width: calc(100% + 26px);
    height: 100%;
    background: rgba(255, 255, 255);
}


.groupCompany .container .worldmap .breathe li .introduce>.shade {
    right: 0;
}

.groupCompany .container .worldmap .breathe li.active .introduce>.shade {
    animation: shadeSlide 0.5s linear forwards;
}

.groupCompany .container .worldmobile {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 60px;
    margin-top: 40px;
}

.groupCompany .container .worldmobile .item {
    display: flex;
    align-items: center;
}

.groupCompany .container .worldmobile .item>img {
    width: 65px;
}

.groupCompany .container .worldmobile .item>p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-left: 10px;
}

@keyframes shadeSlide {
    0% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

@keyframes ball1 {
    0% {
        width: 0px;
        height: 0px;
    }

    50% {
        width: 36px;
        height: 36px;
    }

    100% {
        width: 0px;
        height: 0px;
    }
}

@keyframes ball2 {
    0% {
        width: 0px;
        height: 0px;
    }

    50% {
        width: 20px;
        height: 20px;
    }

    100% {
        width: 0px;
        height: 0px;
    }
}


.groupCompany .container .worldmap .breathe li.active .introduce {
    display: flex;
    align-items: center;
}


.groupCompany .container .worldmap .breathe li .detail .line-box {
    display: none;
}

.groupCompany .container .worldmap .breathe li.active .detail {
    width: 60px;
}

.groupCompany .container .worldmap .breathe li.active .detail .line-box {
    display: flex;
    align-items: center;
    position: relative;
}


.groupCompany .container .worldmap .breathe li.active .detail .line-box>.line {
    flex: 1;
    height: 2px;
    background: #e08590;
}

.groupCompany .container .worldmap .breathe li.active .detail .line-box>.skew-line {
    position: absolute;
    width: 50px;
    height: 2px;
    background: #e08590;
    left: 0;
    transform: translate(-85%, 17px) rotate(-45deg);
}

.groupCompany .container .worldmap .breathe li.active .contentbox {
    box-shadow: 0px 0px 12px 0px rgba(179, 179, 179, 0.52);
    border-radius: 2px 2px 2px 2px;
    padding: 5px;
    display: flex;
    align-items: center;
    background: #fff;
    width: 315px;
}

.groupCompany .container .worldmap .breathe li.active .contentbox>img {
    width: 65px;
}

.groupCompany .container .worldmap .breathe li.active .contentbox>p {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-left: 10px;
}


@media(max-width:1680px) {
    .page_common_title {
        margin-bottom: 45px;
    }


    .contact_us .container .contact_method {
        width: 50%;
        padding: 50px 120px;
    }

    .branch,
    .groupCompany {
        padding: 50px 0;
    }

    .contact_us .container .contact_method .title,
    .branch .container .title {
        font-size: 36px;
    }
    
    .groupCompany .container .worldmap {
        width: 950px;
    }
}

@media(max-width:1440px) {

    .page_common_title {
        margin-bottom: 30px;
    }

    .page_common_title .index_title .zh-CN,
    .page_common_title .index_title .en {
        font-size: 32px;
    }



    .contact_us .container .contact_method .title,
    .branch .container .title {
        font-size: 32px;
    }

    .contact_us .container .contact_method .method_list li {
        padding: 25px 0;
    }

    .contact_us .container .contact_method .method_list li .icon {
        width: 40px;
    }

    .contact_us .container .contact_method .method_list.a2 {
        gap: 0 25px;
    }

    .contact_us .container .contact_method {
        padding: 50px 70px;
    }

    .branch .container .branch_list>li {
        padding: 25px;
    }

    .branch .container .branch_list>li img {
        width: 80px;
        margin-bottom: 20px;
    }
    
     .groupCompany .container .worldmap .breathe li.active .contentbox {
        width: 290px;
    }
}

@media(max-width:1360px) {
    .groupCompany .container .worldmap {
        width: 800px;
    }

    .groupCompany .container .worldmap .breathe li.active .contentbox>p {
        font-size: 12px;
        margin-left: 10px;
    }
}


@media(max-width:1280px) {

    .page_common_title .index_title .zh-CN,
    .page_common_title .index_title .en {
        font-size: 28px;
    }

    .page_common_title .topage {
        padding: 10px 18px;
    }

    .page_common_title .topage span,
    .page_common_title .topage span.iconfont {
        font-size: 14px;
    }



    .contact_us .container .contact_method {
        padding: 40px 50px;
    }

    .contact_us .container .contact_method .title,
    .branch .container .title {
        font-size: 28px;
    }

    .contact_us .container .contact_method .method_list.a2 {
        gap: 0 15px;
    }

    .contact_us .container .contact_method .method_list li {
        padding: 15px 0
    }

    .contact_us .container .contact_method .method_list li .icon {
        margin-right: 10px;
    }

    .contact_us .container .contact_method .method_list li .msg .name {
        font-size: 14px;
    }

    .contact_us .container .contact_method .method_list li .msg .textbox a,
    .contact_us .container .contact_method .method_list li .msg .textbox p {
        font-size: 14px;
    }


    .branch,
    .groupCompany{
        padding: 40px 0;
    }

    .branch .container .title {
        margin-bottom: 30px;
    }

    .branch .container .branch_list {
        gap: 15px;
    }

    .branch .container .branch_list>li {
        padding: 20px;
    }

    .branch .container .branch_list>li img {
        width: 64px;
        margin-bottom: 20px;
    }

    .branch .container .branch_list>li .msg li,
    .branch .container .branch_list>li .msg li a {
        font-size: 14px;
    }

    .branch .container .branch_list>li .msg li:not(:first-child) {
        margin-top: 8px;
    }
    
    .groupCompany .container .worldmap {
        width: 648px;
    }

    @keyframes ball1 {
        0% {
            width: 0px;
            height: 0px;
        }

        50% {
            width: 28px;
            height: 28px;
        }

        100% {
            width: 0px;
            height: 0px;
        }
    }

    @keyframes ball2 {
        0% {
            width: 0px;
            height: 0px;
        }

        50% {
            width: 16px;
            height: 16px;
        }

        100% {
            width: 0px;
            height: 0px;
        }
    }

    .groupCompany .container .worldmap .breathe li .introduce {
        top: -52px;
        right: -26px;
    }

    .groupCompany .container .worldmap .breathe li.active .detail .line-box>.skew-line {
        width: 30px;
        transform: translate(-85%, 12px) rotate(-45deg);
    }

    .groupCompany .container .worldmap .breathe li.active .contentbox>img {
        width: 50px;
    }
    
}

@media(max-width:1024px) {

    .page_common_title .index_title .zh-CN,
    .page_common_title .index_title .en {
        font-size: 24px;
    }


    .contact_us .container .contact_method .title,
    .branch .container .title {
        font-size: 24px;
    }

    .contact_us .container .contact_method .method_list.a2 {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .contact_us .container .contact_method .method_list li .msg .textbox {
        flex-direction: column;
    }

    .contact_us .container .contact_method .method_list li .msg .textbox a:nth-child(2),
    .contact_us .container .contact_method .method_list li .msg .textbox p:nth-child(2) {
        margin-left: 0px;
        margin-top: 5px;
    }

    .contact_us .container .contact_method .method_list li {
        align-items: flex-start;
    }

    .branch .container .branch_list>li {
        padding: 15px;
    }

    .branch .container .branch_list>li img {
        width: 54px;
        margin-bottom: 14px;
    }

    .branch .container .branch_list>li .list_title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
     .groupCompany .container .worldmobile {
        display: grid;
    }

    @keyframes ball1 {
        0% {
            width: 0px;
            height: 0px;
        }

        100% {
            width: 0px;
            height: 0px;
        }
    }

    @keyframes ball2 {
        0% {
            width: 0px;
            height: 0px;
        }

        100% {
            width: 0px;
            height: 0px;
        }
    }

    
}

@media(max-width:768px) {
    .page_common_title .topage {
        padding: 6px 12px;
    }


    .contact_us .container {
        flex-direction: column;
    }

    .contact_us .container .contact_method {
        padding: 30px 30px;
    }

    .contact_us .container .contact_method .title,
    .branch .container .title {
        font-size: 20px;
    }

    .contact_us .container .contact_method .title {
        text-align: center;
    }

    .contact_us .container .landmap {
        order: -1;
    }

    .contact_us .container .landmap #map {
        height: 400px;
    }

    .contact_us .container .contact_method {
        width: 100%;
    }

    .contact_us .container .contact_method .method_list,
    .contact_us .container .contact_method .method_list.a2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0 12px;
    }

    .branch,
    .groupCompany{
        padding: 30px 0;
    }

    .branch .container .title {
        margin-bottom: 20px;
    }

    .branch .container .branch_list {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .groupCompany .container .worldmap {
        width: 80%;
    }
    .groupCompany .container .worldmobile {
        gap: 20px 40px;
    }
}

@media(max-width:600px) {
    .page_common_title {
        margin-bottom: 20px;
    }

    .page_common_title .index_title .zh-CN,
    .page_common_title .index_title .en {
        font-size: 20px;
    }

    .page_common_title .topage span.iconfont {
        margin-left: 10px;
    }

    .contact_us .container .landmap #map {
        height: 350px;
    }

    .branch .container .branch_list>li .list_title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    
    .groupCompany .container .worldmap {
        width: 100%;
    }

    .groupCompany .container .worldmobile {
        grid-template-columns: repeat(1, 1fr);
    }

    .groupCompany .container .worldmobile {
        gap: 10px 0;
    }
}

@media(max-width:480px) {

    .contact_us .container .contact_method .method_list,
    .contact_us .container .contact_method .method_list.a2 {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .contact_us .container .contact_method .method_list li .icon {
        width: 36px;
    }

    .contact_us .container .contact_method .method_list li .msg .textbox a,
    .contact_us .container .contact_method .method_list li .msg .textbox p {
        font-size: 12px;
    }

    .branch .container .branch_list {
        grid-template-columns: repeat(1, 1fr);
    }
}