.contact1 {
    padding: 120px 0 100px
}

.contact1 .wrap {
    width: 1440px;
    margin: auto
}

.contact1 .wrap .title {
    font-weight: 500;
    font-size: 36px;
    color: #111111
}

.contact1 .wrap .cut {
    display: flex;
    padding: 0 0 50px;
    border-bottom: 1px solid #000;
    gap: 0 30px;
    margin: 62px 0 0 0
}

.contact1 .wrap .cut .list {
    display: flex;
    align-items: center;
    cursor: pointer
}

.contact1 .wrap .cut .list.on .circle {
    border: 1px solid var(--color);
    background: var(--color)
}

.contact1 .wrap .cut .list.on p, .contact1 .wrap .cut .list.on .num {
    color: var(--color)
}

.contact1 .wrap .cut .list .circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px 0 0;
    transition: .6s ease
}

.contact1 .wrap .cut .list .circle img {
    width: 14px;
    object-fit: contain
}

.contact1 .wrap .cut .list p {
    font-weight: bold;
    font-size: 16px;
    color: #111111;
    transition: .6s ease
}

.contact1 .wrap .cut .list .num {
    font-weight: bold;
    font-size: 12px;
    color: #999999;
    margin: 0 0 0 5px;
    position: relative;
    top: -8px;
    transition: .6s ease
}
.contact2 .bottom {
    background: #F7F7F7;
    padding: 115px 0 100px
}

.contact2 .bottom .joke {
    width: 1440px;
    margin: auto;
    display: flex;
    /*justify-content: space-between*/
    flex-direction: column;
}

.contact2 .bottom .joke .l .p1 {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 22px
}

.contact2 .bottom .joke .l .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #333333
}

.contact2 .bottom .joke .r {
    /*width: 651px;*/
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact2 .bottom .joke .r .item {
    width: 49%;
    height: 56px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #EDEDED;
    padding: 0 25px;
    position: relative
}
.contact2 .bottom .joke .r .item.item_other{
    padding: 0;
}
.contact2 .bottom .joke .r .item .item_choose{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.contact2 .bottom .joke .r .item .show{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 25px;
}
.contact2 .bottom .joke .r .item .show .iconfont{
    color: #111;
    font-size: 18px;
    transform: rotate(90deg);
}
.contact2 .bottom .joke .r .item .show p{
    font-weight: 400;
    font-size: 14px;
    color: #111
}
.contact2 .bottom .joke .r .item.textarea {
    height: 160px;
    width: 100%;
}

.contact2 .bottom .joke .r .item.textarea .if {
    align-items: unset;
    padding: 20px 0 0 0
}

.contact2 .bottom .joke .r .item:not(:last-child) {
    margin: 0 0 14px
}

.contact2 .bottom .joke .r .item .if {
    position: absolute;
    top: 0;
    left: 25px;
    display: flex;
    height: 100%;
    align-items: center;
    pointer-events: none
}

.contact2 .bottom .joke .r .item .if span {
    font-weight: 400;
    font-size: 14px;
    color: #ED0000;
    position: absolute;
    left: -10px;
    top: 15px
}

.contact2 .bottom .joke .r .item .if p {
    font-weight: 400;
    font-size: 14px;
    color: #999999
}

.contact2 .bottom .joke .r .item textarea {
    padding: 20px 0 0 0
}

.contact2 .bottom .joke .r .item input, .contact2 .bottom .joke .r .item textarea {
    height: 100%;
    width: 100%;
    border: none;
    background: transparent;
    font-weight: 400;
    font-size: 14px
}

.contact2 .bottom .joke .r .button {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 23px 0 0 0;
    gap: 0 12px
}

.contact2 .bottom .joke .r .button .list {
    width: 160px;
    height: 55px;
    background: #E3E3E6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    cursor: pointer
}

.contact2 .bottom .joke .r .button button.list {
    background: var(--color);
    color: #fff
}

@media screen and (max-width: 1950px) {
    .contact2 .bottom .joke .r .item .show{
        padding: 0px 1.3020833333vw;
    }
    .contact2 .bottom .joke .r .item .show .iconfont{
        font-size: 0.9375vw;
    }
    .contact2 .bottom .joke .r .item .show p{
        font-size: 0.7291666667vw;
    }
    .contact2 .bottom .joke .r .down_pull .pull p{
        font-size: 0.729166666vw!important;
        height: 2.08333333333vw;
        padding: 0 0 0 0.781vw;
    }
    .contact1 {
        padding: 6.25vw 0px 5.2083333333vw
    }

    .contact1 .wrap {
        width: 75vw
    }

    .contact1 .wrap .title {
        font-size: 1.875vw
    }

    .contact1 .wrap .cut {
        padding: 0px 0px 2.6041666667vw;
        gap: 0px 1.5625vw;
        margin: 3.2291666667vw 0px 0px
    }

    .contact1 .wrap .cut .list .circle {
        width: 0.8333333333vw;
        height: 0.8333333333vw;
        margin: 0px 0.3645833333vw 0px 0px
    }

    .contact1 .wrap .cut .list .circle img {
        width: 0.7291666667vw
    }

    .contact1 .wrap .cut .list p {
        font-size: 0.8333333333vw
    }

    .contact1 .wrap .cut .list .num {
        font-size: 0.625vw;
        margin: 0px 0px 0px 0.2604166667vw;
        top: -0.4166666667vw
    }

    undefined {
        transform: translateY(1.0416666667vw)
    }

    .contact2 .bottom {
        padding: 5.9895833333vw 0px 5.2083333333vw
    }

    .contact2 .bottom .joke {
        width: 75vw
    }

    .contact2 .bottom .joke .l .p1 {
        font-size: 1.875vw;
        margin: 0px 0px 1.1458333333vw
    }

    .contact2 .bottom .joke .l .p2 {
        font-size: 0.8333333333vw
    }

    .contact2 .bottom .joke .r {
        /*width: 33.90625vw;*/
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 1vw;
    }

    .contact2 .bottom .joke .r .item {
        /*width: 33.90625vw;*/
        width: 49%;
        height: 2.9166666667vw;
        border-radius: 0.2083333333vw;
        padding: 0px 1.3020833333vw
    }

    .contact2 .bottom .joke .r .item.textarea {
        height: 8.3333333333vw
    }

    .contact2 .bottom .joke .r .item.textarea .if {
        padding: 1.0416666667vw 0px 0px
    }

    .contact2 .bottom .joke .r .item:not(:last-child) {
        margin: 0px 0px 0.7291666667vw
    }

    .contact2 .bottom .joke .r .item .if {
        left: 1.3020833333vw
    }

    .contact2 .bottom .joke .r .item .if span {
        font-size: 0.7291666667vw;
        left: -0.5208333333vw;
        top: 0.78125vw
    }

    .contact2 .bottom .joke .r .item .if p {
        font-size: 0.7291666667vw
    }

    .contact2 .bottom .joke .r .item textarea {
        padding: 1.0416666667vw 0px 0px
    }

    .contact2 .bottom .joke .r .item input, .contact2 .bottom .joke .r .item textarea {
        font-size: 0.7291666667vw
    }

    .contact2 .bottom .joke .r .button {
        margin: 1.1979166667vw 0px 0px;
        gap: 0px 0.625vw
    }

    .contact2 .bottom .joke .r .button .list {
        width: 8.3333333333vw;
        height: 2.8645833333vw;
        border-radius: 0.2083333333vw;
        font-size: 0.8333333333vw
    }
}

@media screen and (max-width: 1024px) {
    .common_banner {
        height: 30vh;
        position: relative
    }

    .contact1 .wrap {
        width: 90%
    }

    .contact1 .wrap .title {
        font-size: 22px
    }

    .contact1 .wrap .cut {
        padding: 0 0 25px;
        gap: 15px 25px;
        margin: 25px 0 0 0;
        flex-wrap: wrap
    }

    .contact1 .wrap .cut .list p {
        font-size: 13px
    }

    .contact1 .wrap .cut .list .circle {
        width: 14px;
        height: 14px;
        margin: 0 5px 0 0
    }

    .contact1 .wrap .cut .list .num {
        font-size: 9px;
        margin: 0 0 0 5px;
        top: -6px
    }

    .contact1 {
        padding: 50px 0 10px;
    }

    .contact2 .bottom {
        padding: 70px 0
    }

    .contact2 .bottom .joke {
        width: 90%;
        flex-direction: column
    }

    .contact2 .bottom .joke .l .p1 {
        font-size: 22px;
        margin: 0 0 10px
    }

    .contact2 .bottom .joke .l .p2 {
        font-size: 12px
    }

    .contact2 .bottom .joke .r {
        width: 100%;
        margin: 25px 0 0 0
    }

    .contact2 .bottom .joke .r .item {
        width: 100%;
        height: 55px;
        border-radius: 7px;
        padding: 0px 20px
    }

    .contact2 .bottom .joke .r .item .show{
        padding: 0px 20px;
    }
    .contact2 .bottom .joke .r .item .show .iconfont{
        font-size: 16px;
    }
    .contact2 .bottom .joke .r .item .show p{
        font-size: 12px;
    }
    .contact2 .bottom .joke .r .down_pull .pull p{
        font-size: 12px!important;
        height: 40px;
        padding: 0 0 0 10px;

    }

    .contact2 .bottom .joke .r .item input, .contact2 .bottom .joke .r .item textarea, .contact2 .bottom .joke .r .item .if p {
        font-size: 13px
    }

    .contact2 .bottom .joke .r .item .if {
        left: 20px
    }

    .contact2 .bottom .joke .r .item .if span {
        font-size: 12px;
        left: -7px;
        top: 13px
    }

    .contact2 .bottom .joke .r .item:not(:last-child) {
        margin: 0 0 15px
    }

    .contact2 .bottom .joke .r .item.textarea {
        height: 160px
    }

    .contact2 .bottom .joke .r .item textarea {
        padding: 20px 0
    }

    .contact2 .bottom .joke .r .item.textarea .if {
        padding: 20px 0
    }

    .contact2 .bottom .joke .r .button {
        margin: 22px 0 0 0;
        gap: 0 15px
    }

    .contact2 .bottom .joke .r .button .list {
        width: 110px;
        height: 40px;
        font-size: 13px
    }
}

.ctaTp_01Ul {
    margin-bottom: 70px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.ctaTp_01Ul .ctaTp_01Li {
    width: 23%;
}
.ctaTp_01Ul .ctaTp_01Li:last-child{width:50%;}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa {
    box-shadow: 0px 0px 20px 0px rgb(4 155 84 / 13%);
    background: #FFFFFF;
    border-radius: 15px;
    height: 100%;
    padding:5.6% 10% 5%;
    position: relative;
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa>div {
    position: relative;
    z-index: 12;
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa .ctaTp_01LiTit {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 34px;
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa .ctaTp_01LiTit::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #C7D5EE;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa .ctaTp_01LiTit .ctaTp_01Liico {
    width: 40px;
    margin-right: 14px;
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa .ctaTp_01LiTit .ctaTp_01Liico img {
    width: 100%;
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa .ctaTp_01LiTit .ctaTp_01Lit p {
    font-size: 22px;
    font-family: albre !important;
    /* font-weight: 500; */
    line-height: normal;
    letter-spacing: 0em;
    color: #216d36;
    transition: all 0.5s ease;
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa .ctaTp_01LiTit::after {
    content: "";
    position: absolute;
    width: 88px;
    height: 2px;
    background: #216d36;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa>div {
    position: relative;
    z-index: 12;
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa .ctaTp_01LiCon {
    display: flex;
    flex-direction: column;
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa .ctaTp_01LiCon>a {
    font-size: 21px;
    font-family: albre !important;
    /* font-weight: bold; */
    line-height: normal;
    letter-spacing: 0em;
    color: #333333;
    transition: all 0.5s ease;
    width: max-content;
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa .ctaTp_01Liba {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa .ctaTp_01Liba .ctaTp_01LibaSa {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa .ctaTp_01Liba .ctaTp_01LibaSa::before {
    content: "";
    position: absolute;
    width: 20vw;
    height: 20vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../img/proball.png');
    transition: all 0.5s ease;
    right: -10vw;
    bottom: -10vw;
    transform: rotate(100deg);
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa .ctaTp_01Litdc{
    display: flex;
    align-items: center;
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa:hover:after {
    opacity: 1;
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa:hover .ctaTp_01Liba .ctaTp_01LibaSa::before {
    transition: all 0.8s ease;
    transform: rotate(0);
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(180deg, #216d36 0%, #216d36 100%);
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease;
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa .ctaTp_01Litdc .ctaTp_01Lifig {
    margin-right: 12%;
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa .ctaTp_01Litdc .ctaTp_01Lifig:last-child {
    margin-right: 0;
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa .ctaTp_01Litdc .ctaTp_01Lifig .ctaTp_01Lific{
    text-align: center;
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa:hover:after {
    opacity: 1;
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa:hover .ctaTp_01LiTit::before {
    background: #CBE3FF;
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa:hover .ctaTp_01LiTit .ctaTp_01Lit p {
    color: #FFFFFF;
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa:hover .ctaTp_01LiCon>a {
    color: #FFFFFF;
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa:hover .ctaTp_01LiTit::after {
    background: #FFFFFF;
}
.ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa:hover .ctaTp_01Litdc .ctaTp_01Lifig .ctaTp_01Lific{color:#fff;}
@media (max-width: 767px){
    .ctaTp_01Ul{margin-bottom:0;}
    .ctaTp_01Ul .ctaTp_01Li{
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
    } 
    .ctaTp_01Ul .ctaTp_01Li:last-child {
        width: 100%;
    }
    .ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa {
        padding: 16px 12px 20px;
    }
    .ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa .ctaTp_01LiTit {
        padding-bottom: 12px;
        margin-bottom: 18px;
    }
    .ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa .ctaTp_01LiTit .ctaTp_01Liico {
        width: 30px;
        margin-right: 8px;
    }
    .ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa .ctaTp_01LiTit .ctaTp_01Lit p {
        font-size: 16px;
    }
    .ctaTp_01Ul .ctaTp_01Li .ctaTp_01LiSa .ctaTp_01LiCon>a {
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
    
}















