.chooseUs .banner{
    position: relative;
    height: 527px;
    background: url(../../images/choose/chooseUsBanner.png) no-repeat center center;
    background-size: cover;
}
.chooseUs .banner .maxWidth{
    height: 100%;
    position: relative;
}
.chooseUs .banner img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 437px;
    height: auto;
}
.chooseUs .banner .why{
    background: rgba(255, 255, 200, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    width: 464px;
    height: 218px;
    padding: 16px 40px;
    position: absolute;
    left: 260px;
    top: 153px;
    box-sizing: border-box;
}
.chooseUs .banner .why .name{
    font-weight: 500;
    font-size: 46px;
    line-height: 67px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0 4px 8px rgba(16, 24, 40, 0.2), 0 2px 4px rgba(16, 24, 40, 0.18);
    margin-bottom: 8px;
}
.chooseUs .banner .why .text{
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0 4px 8px rgba(16, 24, 40, 0.2), 0 2px 4px rgba(16, 24, 40, 0.18);
    margin-bottom: 32px;
}
.chooseUs .banner .why a{
    width: 144px;
    height: 54px;
    display: block;
    background: #01B7DE;
    border: 1px solid #01B7DE;
    /* Shadow/xs */
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    margin: 0 auto;
    text-align: center;
    line-height: 54px;
    font-size: 16px;
    color: #FFFFFF;
}
.chooseUs .chooseUs-con .chooseUsTitle{
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: #101828;
    margin-bottom: 24px;
}
.chooseUs .chooseUs-con .chooseUsText{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #667085;
    max-width: 768px;
    margin: 4px auto;
}
.chooseUs .chooseUs-con .chooseUsText span {
    display: block;
}
.chooseUs .bigItem:nth-child(1) .bottomText{
    font-weight: 600;
}
.chooseUs .chooseUs-con .img-box{
    width: 1280px;
    margin: 64px auto 0;
}
.chooseUs .chooseUs-con .img-box img{
    width: 100%;
}
.chooseUs .chooseUs-con .img-box img:nth-child(2), .chooseUs .chooseUs-con .img-box img:nth-child(3){
    display: none;
}
.chooseUs .bigItemBg{
    background: #F9FAFB;
}
.chooseUs .chooseUs-con .cooperativePartner{
    width: 1280px;
    display: flex;
    gap: 71px 91px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 64px auto 0;
}
.chooseUs .chooseUs-con .cooperativePartner .item{
    max-width: 343px;
    max-height: 106px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.chooseUs .chooseUs-con .cooperativePartner .item img{
    max-width: 100%;
    height: auto;
}
.chooseUs .chooseUs-con .cooperativePartner .item:nth-child(3n+3){
    margin-right: 0;
}
.chooseUs .chooseUs-con .provinceList{
    width: 1280px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 64px 32px;
    margin: 0 auto;
}
.chooseUs .chooseUs-con .provinceList .item{
    width: 217px;
    height: 82px;
}
.chooseUs .chooseUs-con .provinceList .item .name{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #101828;
}
.chooseUs .chooseUs-con .provinceList .item .area{
    margin-top: 12px;
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    color: #2D6B78;
}
.chooseUs #mapEcharts{
    width: 1280px;
    height: 846px;
    margin: 0 auto;
}
.chooseUs .tip-content {
    position: relative;
    padding: 7px 11px;
    height: 42px;
    font-size: 12px;
    font-weight: 500;
}
.chooseUs .tip-content img {
    position: relative;
    bottom: -3px;
    left: 43%;
}

@media screen and (max-width: 767px) {
    .chooseUs .banner .maxWidth {
        padding: 64px 34px 0 34px !important;
        text-align: center;
    }
    .chooseUs .banner .why {
        width: 280px !important;
        height: 162px !important;
        position: static !important;
        margin: 0 auto !important;
        padding: 16px 12px !important;
    }
    .chooseUs .banner img {
        width: 282px !important;
        height: 270px !important;
        position: static !important;
        margin-top: 31px !important;
    }
    .chooseUs .banner .why .name {
        font-size: 28px;
        margin-bottom: 6px;
        height: 42px;
        line-height: 42px;
        font-weight: 600;
    }
    .chooseUs .banner .why .text {
        height: 20px !important;
        line-height: 20px !important;
        font-size: 14px !important;
        margin-bottom: 16px !important;
    }
    .chooseUs .banner .why a {
        height: 46px !important;
        line-height: 46px !important;
        font-weight: 600;
    }
    .chooseUs .chooseUs-con .bigItem {
        padding: 64px 16px !important;
    }
    .chooseUs .chooseUs-con .bigItem .maxWidth {
        padding: 0 1px !important;
    }
    .chooseUs .chooseUs-con .chooseUsTitle {
        font-size: 28px;
        margin: 0 auto 24px;
        line-height: 42px;
    }
    .chooseUs .chooseUs-con .chooseUsText {
        font-size: 13px;
        line-height: 18px;
        width: 100%;
    }
    .chooseUs .chooseUs-con .chooseUsText span {
        display: contents;
    }
    .chooseUs .chooseUs-con .bigItem:nth-child(4) .chooseUsText {
        width: 100%;
    }
    .chooseUs .bigItem:nth-child(1) .bottomText {
        width: 275px;
        font-weight: 400;
        color: #1D2939;
    }
    .chooseUs .chooseUs-con .bigItem:nth-child(3) .img-box img:nth-child(1) {
        display: none !important;
    }
    .chooseUs .chooseUs-con .bigItem:nth-child(3) .img-box img:nth-child(2) {
        display: block !important;
    }
    .chooseUs .chooseUs-con .bigItem:nth-child(3) .img-box img:nth-child(3) {
        display: block !important;
        margin-top: 48px;
    }
    .chooseUs .chooseUs-con .img-box {
        width: 100% !important;
        position: relative;
        margin-top: 48px;
    }
    .chooseUs .chooseUs-con .bigItem:nth-child(1) .img-box img {
        width: 134% !important;
        position: relative;
        left: -17%;
    }
    .chooseUs .chooseUs-con .bigItem:nth-child(5) .chooseUsText {
        width: 100% !important;
        word-break: keep-all;
    }
    .chooseUs .chooseUs-con .bigItem:nth-child(6) .chooseUsText {
        width: 70% !important;
    }
    .chooseUs .chooseUs-con .cooperativePartner {
        width: 100%;
        gap: 30px;
    }
    .chooseUs .chooseUs-con .cooperativePartner .item {
        width: 270px;
        height: 70px;
    }
    .chooseUs #mapEcharts {
        width: 120% !important;
        height: 350px !important;
        margin-left: -10% !important;
    }
    .chooseUs .tip-content {
        font-weight: 600;
        padding: 0 11px;
    }
    .chooseUs .chooseUs-con .provinceList {
        width: 100%;
        gap: 24px 20px;
    }
    .chooseUs .chooseUs-con .provinceList .item {
        width: 160px;
        height: auto;
    }

    .english .chooseUs .banner .why {
        width: 100% !important;
        height: 190px !important;
    }
    .english .chooseUs .banner .why .name {
        font-size: 26px;
    }
    .english .chooseUs .banner .why .text {
        height: auto !important;
    }
    .english .chooseUs .banner img {
        margin-top: 3px !important;
    }
    .english .chooseUs .chooseUs-con .bigItem .chooseUsTitle {
        padding: 0;
        font-size: 24px;
        line-height: 32px;
        width: 100%;
    }
    .english .chooseUs .chooseUs-con .bigItem:nth-child(1) .chooseUsTitle {
        width: 100% !important;
    }
    .english .chooseUs .chooseUs-con .bigItem:nth-child(2) .chooseUsTitle {
        width: 100% !important;
    }
    .english .chooseUs .chooseUs-con .bigItem:nth-child(3) .chooseUsTitle {
        width: 100% !important;
    }
    .english .chooseUs .chooseUs-con .bigItem:nth-child(4) .chooseUsTitle {
        width: 100% !important;
    }
    .english .chooseUs .chooseUs-con .bigItem:nth-child(5) .chooseUsTitle {
        width: 100% !important;
    }
    .english .chooseUs .chooseUs-con .chooseUsText {
        width: auto;
        font-size: 12px;
        line-height: 18px;
    }
    .english .chooseUs .chooseUs-con .bigItem:nth-child(3) .chooseUsText {
        width: 100% !important;
    }
    .english .chooseUs .chooseUs-con .bigItem:nth-child(6) .chooseUsText {
        width: 100% !important;
    }
    .english .chooseUs .bigItem:nth-child(1) .bottomText {
        width: 100%;
    }
    .english .chooseUs .chooseUs-con .provinceList .item .name {
        font-size: 14px !important;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .english .chooseUs .chooseUs-con .provinceList .item .area {
        font-size: 20px !important;
        line-height: 25px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .chooseUs .banner .why {
        left: 8px;
        width: 372px;
        height: auto;
    }
    .chooseUs .banner .why .name {
        font-size: 36px;
    }
    .chooseUs .banner img {
        right: -30px;
        width: 390px;
    }
    .chooseUs .chooseUs-con .img-box {
        width: 100%;
    }
    .chooseUs .chooseUs-con .cooperativePartner {
        width: 100%;
        gap: 60px 20px;
    }
    .chooseUs .chooseUs-con .cooperativePartner .item {
        width: 270px;
        height: 66px;
    }
    .chooseUs #mapEcharts {
        width: 100%;
        height: 710px;
    }
    .chooseUs .chooseUs-con .provinceList {
        width: 100%;
        gap: 24px 12px;
    }
    .chooseUs .chooseUs-con .provinceList .item {
        width: 125px;
        height: auto;
    }

    .english .chooseUs .banner .why {
        padding: 15px;
    }
    .english .chooseUs .banner .why .name {
        font-size: 32px;
        line-height: 48px;
    }
    .english .chooseUs .banner .why .text {
        height: auto !important;
    }
    .english .chooseUs .banner img {
        margin-top: 3px !important;
    }
    .english .chooseUs .chooseUs-con .bigItem .chooseUsTitle {
        padding: 0 !important;
        font-size: 24px !important;
        line-height: 40px !important;
    }
    .english .chooseUs .chooseUs-con .bigItem:nth-child(4) .chooseUsTitle {
        padding: 0 !important;
    }
    .english .chooseUs .chooseUs-con .bigItem:nth-child(5) .chooseUsTitle {
        padding: 0 !important;
    }
    .english .chooseUs .chooseUs-con .bigItem:nth-child(6) .chooseUsText {
        width: 100% !important;
    }
    .english .chooseUs .chooseUs-con .chooseUsText {
        font-size: 16px;
        line-height: 22px;
    }
    .english .chooseUs .chooseUs-con .provinceList .item .name {
        font-size: 14px !important;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-bottom: 0;
    }
    .english .chooseUs .chooseUs-con .provinceList .item .area {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .chooseUs .banner .why {
        left: 10px;
    }
    .chooseUs .banner img {
        width: 450px;
    }
    .chooseUs .banner {
        background-size: auto 100%;
    }
    .chooseUs .chooseUs-con .img-box {
        width: 100%;
    }
    .chooseUs .chooseUs-con .cooperativePartner {
        width: 100%;
        gap: 60px 20px;
    }
    .chooseUs .chooseUs-con .cooperativePartner .item {
        width: 270px;
        height: 66px;
    }
    .chooseUs #mapEcharts {
        width: 100%;
        height: 710px;
    }
    .chooseUs .chooseUs-con .provinceList {
        width: 100%;
        gap: 24px 12px;
    }
    .chooseUs .chooseUs-con .provinceList .item {
        width: 167px;
    }

    .english .chooseUs .banner .why {
        width: 560px;
        left: -14px;
    }
    .english .chooseUs .banner .why .name {
        font-size: 36px;
        line-height: 58px;
    }
    .english .chooseUs .banner img {
        right: -50px;
    }
    .english .chooseUs .chooseUs-con .chooseUsText {
        max-width: none !important;
        font-size: 18px !important;
    }
    .english .chooseUs .chooseUs-con .provinceList .item .name {
        margin-bottom: 5px !important;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        height: 22px;
        font-size: 14px;
    }
    .english .chooseUs .chooseUs-con .provinceList .item .area {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
    .chooseUs .banner .why {
        left: 165px;
    }
    .chooseUs .banner img {
        width: 490px;
    }
    .chooseUs .chooseUs-con .img-box {
        width: 100%;
    }
    .chooseUs .chooseUs-con .cooperativePartner {
        width: 100%;
        gap: 60px 30px;
    }
    .chooseUs #mapEcharts {
        width: 100%;
        height: 710px;
    }
    .chooseUs .chooseUs-con .provinceList {
        width: 100%;
        gap: 45px 12px;
    }

    .english .chooseUs .banner .why {
        width: 560px;
        left: 70px;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1679px) {
    .chooseUs #mapEcharts {
        width: 100% !important;
        height: 800px !important;
    }

    .english .chooseUs .banner .why {
        width: 560px;
        left: 210px;
    }
}

@media screen and (min-width: 1680px) and (max-width: 1919px) {
    .chooseUs #mapEcharts {
        width: 100% !important;
        height: 850px !important;
    }

    .english .chooseUs .banner .why {
        width: 560px;
        left: 240px;
    }
}

@media screen and (min-width: 1920px) and (max-width: 2559px) {
    .chooseUs .banner .why {
        left: 420px;
    }
    .chooseUs .banner img {
        width: 490px;
    }

    .english .chooseUs .banner .why {
        width: 560px;
        left: 320px;
    }
}

@media screen and (min-width: 2560px) {
    .chooseUs .banner .why {
        left: 800px;
    }
    .chooseUs .banner img {
        width: 490px;
    }

    .english .chooseUs .banner .why {
        width: 560px;
    }
}
