@charset "utf-8";

.head-page .item.tm-cooperation>a span {
    color: #299AB1;
}
.head-page .item.item.tm-cooperation>a::after {
    transform: scale(1);
    opacity: 1;
}
.interact_pg01 .list {
    /* height: 700px; */
    background: #F1FAFF;
    width: 48%;
    position: relative;
    padding: 35px 55px 35px 35px;
    box-sizing: border-box;
}
.interact_pg01 .list::after {
    content: "";
    display: block;
    width: 264px;
    height: 298px;
    background: url(/img/interact_bg01.png) no-repeat center/cover;
    position: absolute;
    right: 2px;
    bottom: 4px;
}
.interact_pg01 .list_icon {
    width: 142px;
    height: 142px;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 55px;
    top: 30px;
    padding: 10px;
    box-sizing: border-box;
}
.interact_pg01 .list_conntent {
    width: 100%;
}
.interact_pg01 .list_conntent .tit_icon {
    width: 40px;
}
.interact_pg01 .list_conntent .content {
    margin-top: 20px;
    height: 576px;
    overflow-y: auto;
    overflow-x: hidden;
}
.content_items {
    margin-bottom: 30px;
}
.content_items:last-child {
    margin-bottom: 0;
}
.content_item {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.content_item .item_tit {
    font-weight: 600;
    width: 85px;
}
.content_item .item_text {
    width: calc(100% - 85px);
}
.content_contents .content_items {
    width: 48%;
}
.list_two .content>.content_items:first-child {
    padding-right: 19%;
    box-sizing: border-box;
}
.interact_pg02 {
    height: 716px;
}
.interact_pg02 .title_line {
    background: #fff;
}
.interact_pg02 .imgs {
    width: 49.18%;
    height: 100%;
}
.interact_pg02 .texts {
    width: 50.82%;
    height: 100%;
    background: #079DAB;
}
.interact_pg02 .texts_box {
    width: 76.5%;
    padding-left: 8%;
    box-sizing: border-box;
    margin: 90px 0;
}
.interact_pg02 .con {
    margin-top: 38px;
}
.interact_pg02 .con p {
    margin-bottom: 28px;
}
.interact_pg02 .con p:last-child {
    margin-bottom: 0;
}
.interact_pg02 .desc {
    margin-top: 48px;
}
.interact_pg03 {
    background: url(/img/interact_bg03.jpg) no-repeat center/cover;
}
.interact_pg03 .title_content {
    justify-content: center;
}
.interact_pg03 .title_tit {
    text-align: center;
}
.interact_pg03 .title_desc {
    text-align: center;
    max-width: 1050px;
    margin: 16px auto 0;
}
.interact_pg03 .texts {
    text-align: center;
    margin: 35px auto 70px;
}
.interact_pg03 .lists {
    justify-content: space-around;
}
.interact_pg03 .list_icon {
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.interact_pg03 .list_text {
    margin-top: 18px;
}

@media only screen and (max-width:1600px) {
    .interact_pg02 .texts_box {
        width: 90%;
    }
}
@media only screen and (max-width:1400px) {
    .interact_pg01 .list_icon {
        width: 120px;
        height: 120px;
    }
    .interact_pg01 .list_icon img {
        max-width: 65px;
    }
    .interact_pg01 .list {
        padding: 35px;
    }
    .interact_pg01 .list_conntent .content {
        height: 540px;
    }
}
@media only screen and (max-width:1280px) {
    .interact_pg01 .list_icon {
        display: none;
    }
}
@media only screen and (max-width:1043px) {
    .list_two .content>.content_items:first-child {
        padding-right: 0;
    }
}
@media only screen and (max-width:960px) {
    .interact_pg01 .list {
        padding: 35px 15px;
    }
}
@media only screen and (max-width:750px) {
    .interact_pg01 .list {
        height: auto;
        width: 100%;
        margin-bottom: 15px;
        padding: 30px 15px;
    }
    .interact_pg01 .list:last-child {
        margin-bottom: 0;
    }
    .content_contents .content_items {
        width: 100%;
    }
    .content_item .item_tit {
        width: 80px;
    }
    .content_item .item_text {
        width: calc(100% - 80px);
    }
    .interact_pg01 .list_conntent .content {
        height: auto;
    }
    .content_item {
        display: flex;
        align-items: flex-start;
    }
    .content_items {
        margin-bottom: 15px;
    }
    .content_contents .content_items:last-child {
        margin-bottom: 0;
    }
    .interact_pg02 {
        height: auto;
    }
    .interact_pg02 .imgs {
        width: 100%;
    }
    .interact_pg02 .imgs .bg_img {
        position: initial;
        transform: translate(0, 0);
        height: auto;
        max-width: 100%;
        width: 100%;
    }
    .interact_pg02 .texts {
        width: 100%;
    }
    .interact_pg02 .texts_box {
        width: 100%;
        padding: 0 4%;
        margin: 30px 0;
    }
    .interact_pg02 .con p {
        margin-bottom: 10px;
    }
    .interact_pg02 .desc {
        margin-top: 20px;
        line-height: 1.72;
    }
    .interact_pg02 .con {
        margin-top: 15px;
    }
    .interact_pg03 .list_icon {
        height: auto;
    }
    .interact_pg03 .list_icon img {
        height: 50px;
    }
    .interact_pg03 .list_text {
        margin-top: 15px;
    }
    .interact_pg03 .list {
        margin-top: 15px;
    }
    .interact_pg03 .texts {
        margin: 20px auto 15px;
    }
}