.sec1 {
    padding: 105px 0 0;
}

.sec1 .wrap .sec1_top {
    margin-bottom: 90px;
}

.sec1 .wrap .sec1_top .common_title {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #006A52;
    margin-bottom: 60px;
}

.sec1 .wrap .sec1_top .text {
    width: 780px;
    font-weight: 400;
    font-size: 24px;
    color: #1A1A1A;
    line-height: 46px;
}

.sec1 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.sec1 .wrap .list .item {
    width: 380px;
    background: #F6F6F6;
    padding: 60px 65px 100px 49px;
    position: relative;
}

.sec1 .wrap .list .item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.6s;
}

.sec1 .wrap .list .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 73px;
    height: 75px;
}

.sec1 .wrap .list .item .icon img {
    display: block;
}

.sec1 .wrap .list .item .item_title {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 24px;
    color: #006A52;
    margin: 100px 0 38px;
}

.sec1 .wrap .list .item .item_text {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 30px;
}

.sec1 .wrap .list .item:hover:after {
    opacity: 1;
}

.sec2 {
    padding: 109px 0 194px;
}

.sec2 .wrap .title {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 32px;
    color: #1A1A1A;
}

.sec2 .wrap .list {
    margin: 109px 0 0;
}

.sec2 .wrap .list .item {
    display: flex;
    justify-content: space-between;
}

.sec2 .wrap .list .item:not(:last-child) {
    margin-bottom: 40px;
}

.sec2 .wrap .list .item .l {
    border-radius: 12px;
    width: 564px;
    height: 314px;
}

.sec2 .wrap .list .item .r {
    width: 948px;
    height: 314px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 89px 0 86px;
}

.sec2 .wrap .list .item .r .r_logo {
    height: 56px;
}

.sec2 .wrap .list .item .r .r_title {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 24px;
    color: #1A1A1A;
    margin: 57px 0 20px;
}

.sec2 .wrap .list .item .r .r_text {
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    line-height: 32px;
}

.sec2 .wrap .list .item .r:after {
    content: "";
    width: 5px;
    height: 30px;
    background: #006A52;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -3px;
    transition: 0.6s;
}

.sec2 .wrap .list .item .r:hover:after {
    height: 60px;
}

/*# sourceMappingURL=R&D_cooperate.css.map */
@media screen and (max-width: 1919px) {
  .sec1{
    padding: 5.46875vw 0px 0px;
  }
  .sec1 .wrap .sec1_top{
    margin-bottom: 4.6875vw;
  }
  .sec1 .wrap .sec1_top .common_title{
    font-size: 2.1875vw;
    margin-bottom: 3.125vw;
  }
  .sec1 .wrap .sec1_top .text{
    width: 40.625vw;
    font-size: 1.25vw;
    line-height: 2.3958333333vw;
  }
  .sec1 .wrap .list{
    gap: 1.0416666667vw;
  }
  .sec1 .wrap .list .item{
    width: 19.7916666667vw;
    padding: 3.125vw 3.3854166667vw 5.2083333333vw 2.5520833333vw;
  }
  .sec1 .wrap .list .item::after{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0.78125vw;
  }
  .sec1 .wrap .list .item .icon{
    width: 3.8020833333vw;
    height: 3.90625vw;
  }
  .sec1 .wrap .list .item .item_title{
    font-size: 1.25vw;
    margin: 5.2083333333vw 0px 1.9791666667vw;
  }
  .sec1 .wrap .list .item .item_text{
    font-size: 0.9375vw;
    line-height: 1.5625vw;
  }
  .sec2{
    padding: 5.6770833333vw 0px 10.1041666667vw;
  }
  .sec2 .wrap .title{
    font-size: 1.6666666667vw;
  }
  .sec2 .wrap .list{
    margin: 5.6770833333vw 0px 0px;
  }
  .sec2 .wrap .list .item:not(:last-child){
    margin-bottom: 2.0833333333vw;
  }
  .sec2 .wrap .list .item .l{
    border-radius: 0.625vw;
    width: 29.375vw;
    height: 16.3541666667vw;
  }
  .sec2 .wrap .list .item .r{
    width: 49.375vw;
    height: 16.3541666667vw;
    border-radius: 0.625vw;
    padding: 0px 4.6354166667vw 0px 4.4791666667vw;
  }
  .sec2 .wrap .list .item .r .r_logo{
    height: 2.9166666667vw;
  }
  .sec2 .wrap .list .item .r .r_title{
    font-size: 1.25vw;
    margin: 2.96875vw 0px 1.0416666667vw;
  }
  .sec2 .wrap .list .item .r .r_text{
    font-size: 0.9375vw;
    line-height: 1.6666666667vw;
  }
  .sec2 .wrap .list .item .r::after{
    width: 0.2604166667vw;
    height: 1.5625vw;
    border-radius: 0.15625vw;
    left: -0.15625vw;
  }
  .sec2 .wrap .list .item .r:hover::after{
    height: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
    .sec1 {
        padding: 50px 0 0;
    }
    .sec1 .wrap .sec1_top .common_title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .sec1 .wrap .sec1_top .text {
        width: 100%;
        font-size: 15px;
        line-height: 2;
    }
    .sec1 .wrap .sec1_top {
        margin-bottom: 30px;
    }
    .sec1 .wrap .list .item {
        width: 100%;
        padding: 30px 20px;
    }
    .sec1 .wrap .list .item .icon {
        width: 50px;
        height: 50px;
    }
    .sec1 .wrap .list .item .item_title {
        font-size: 18px;
        margin: 30px 0 15px;
    }
    .sec1 .wrap .list .item .item_text {
        font-size: 15px;
        line-height: 2;
    }
    .sec1 .wrap .list {
        gap: 30px;
    }
    .sec2 {
        padding: 60px 0 70px;
    }
    .sec2 .wrap .title {
        font-size: 24px;
    }
    .sec2 .wrap .list {
        margin: 40px 0 0;
    }
    .sec2 .wrap .list .item {
        display: block;
        border: 1px solid #E0E0E0;
        border-radius: 6px;
    }
    .sec2 .wrap .list .item .l {
        width: 100%;
        border-radius: 6px;
        height: 49.354167vw;
    }
    .sec2 .wrap .list .item .r {
        width: 100%;
        height: unset;
        border: none;
        padding: 30px 20px;
        background: unset;
    }
    .sec2 .wrap .list .item .r .r_logo {
        height: 36px;
    }
    .sec2 .wrap .list .item .r::after {
        display: none;
    }
    .sec2 .wrap .list .item .r .r_title {
        font-size: 18px;
        margin: 25px 0 15px;
    }
    .sec2 .wrap .list .item .r .r_text {
        font-size: 15px;
        line-height: 2;
    }
    .sec2 .wrap .list .item:not(:last-child) {
        margin-bottom: 40px;
    }
}
