.video-section{position: relative; background-color: #000;}
.video-cont{
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
}
@media (max-width: 1230px) {
    .video-cont{
        height: 65vw;
    }
}
.video-face{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(/public/img/about-pc-bg1.png) 0 0 no-repeat;
    background-size: 100% 100%; 
}
.banner-main{
    position: absolute;
    width: 1520px; margin: auto;
    top: 250px; left: 0; right: 0;
    /* -webkit-filter: drop-shadow(1px 1px 2px #061540); */
            /* filter: drop-shadow(1px 1px 2px #061540); */
    -webkit-filter: drop-shadow(1px 1px 1px #1e1a1d80);
            filter: drop-shadow(1px 1px 1px #1e1a1d80);
}
@media (max-width: 1230px) {
    .banner-main{top: 10vw;}
}
.banner-main .banner-img{
    width: 728px; display: block;
}
.banner-main .banner-title{
    font-size: 60px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1; margin-top: 72px;
}
.tab-box{
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
    height: 90px;
    background: rgba(0, 0, 0, 0.5);
}
.tab-box::before{
    content: ""; position: absolute;
    top: 0;
    height: 1px; left: 0; right: 0;
    background: -webkit-gradient(linear, left top, right top, from(#030303), color-stop(54%, #FFFFFF), to(#000000));
    background: linear-gradient(90deg, #030303 0%, #FFFFFF 54%, #000000 100%);
}
.tab-box .tab-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.tab-box.fixed{
    position: fixed;
    top: 64px;
    z-index: 100;
    background: #000;
}
.tab-box .tab-li{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E9F0F8;
    line-height: 90px;
    text-align: center;
    cursor: pointer;
}
.tab-box .tab-li:hover{
    color: #fff;
}
.tab-box .tab-li.active{
    font-weight: bold;
    color: #FFFFFF;
}

.section-title{
    font-size: 120px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.1);
    line-height: 94px;;
    position: relative;text-align: center;
}
.section-title::before{
    content: attr(data-name);
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 1;
    position: absolute; z-index: 5;
    left: 0; top: 29px;
    right: 40px;
    margin: auto;
}
.section-title::after{
    content: "";
    height: 33px;
    background: #FFFFFF;
    position: absolute; z-index: 3;
    left: 0; top: 35px;
    right: 40px;
    margin: auto;
}

.about-section{
    height: 580px;position: relative;
    background-image: -webkit-gradient(linear,left top, right top,from(#dcdcdc) ,color-stop(50%, #dcdcdc),color-stop(51%, #fff), to(#fff));
    background-image: linear-gradient(90deg,#dcdcdc 0% ,#dcdcdc 50%,#fff 51%, #fff 100%);
}
.about-l{
    float: left;    position: relative; z-index: 10;
    height: 580px;
    background:url(/public/img/about/map-shadow.png) no-repeat right center;
}
.about-blo-tit{
    margin-top: 140px; text-align: left;
}
.about-blo-tit::before{
    right: auto;
}
.about-blo-tit::after{
    width: 173px;
    height: 39px;
    background: #DCDCDC;
    right: auto;
}
.about-info{
    width: 582px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 44px;
    text-align: justify;
}
.about-info p{margin-bottom: 16px;}
.about-map-box{
    height: 580px;
    position: absolute;
    left: 0;
    right: 0;
}
.about-map-box .about-map{
    height: 100%;
    background-position: center;
    background-size: auto 580px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
}
.about-map-box .about-map.tot{z-index: 2;}
.about-map-box .about-map.bg{
    background-image: url(/public/img/about/mapB1.png);
    background-color: #d8d8d8;
}
.about-map-box .about-map.sm{
    background-image: url(/public/img/about/mapB2.png);
    background-color: #eef1f7;
}
.about-map-po-cont{
    width: 1280px; margin: auto;position: relative;height: 100%;
}
.about-map-posi{
    position: absolute;
}
.about-map-posi[data-p="1"]{
    right: 156px;
    top: 244px;
}
.about-map-posi[data-p="1"] p{display: inline;}
.about-map-posi[data-p="2"]{
    right: 16px;
    top: 192px;
}
.about-map-posi[data-p="2"] p{display: inline;}
.about-map-posi[data-p="3"]{
    right: 186px;
    top: 50%;
    margin: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.tot .about-map-posi svg{
    -webkit-animation: abouSvg 6s ease infinite;
            animation: abouSvg 6s ease infinite;
}
@-webkit-keyframes abouSvg{
    0%{
        -webkit-transform: scale(1) translateY(0);
                transform: scale(1) translateY(0);
    }
    8%{
        -webkit-transform: scale(.85) translateY(5px);
                transform: scale(.85) translateY(5px);
    }
    12%{
        -webkit-transform: scale(1.1) translateY(-2px);
                transform: scale(1.1) translateY(-2px);
    }
    18%{
        -webkit-transform: scale(1) translateY(0);
                transform: scale(1) translateY(0);
    }
    100%{
        -webkit-transform: scale(1) translateY(0);
                transform: scale(1) translateY(0);
    }
}
@keyframes abouSvg{
    0%{
        -webkit-transform: scale(1) translateY(0);
                transform: scale(1) translateY(0);
    }
    8%{
        -webkit-transform: scale(.85) translateY(5px);
                transform: scale(.85) translateY(5px);
    }
    12%{
        -webkit-transform: scale(1.1) translateY(-2px);
                transform: scale(1.1) translateY(-2px);
    }
    18%{
        -webkit-transform: scale(1) translateY(0);
                transform: scale(1) translateY(0);
    }
    100%{
        -webkit-transform: scale(1) translateY(0);
                transform: scale(1) translateY(0);
    }
}

.culture-title{margin: 46px 0 0; padding-top: 46px;}
.culture-title::after{
    width: 144px; top: 81px;
}
.culture-title::before{
    top: 75px;
}
.sticky-container{
    position: -webkit-sticky;
    position: sticky;
    height: auto;
    top: 170px;
    overflow: hidden;
}
.culture-main{
    position: relative;
    height: 276px;
}
.culture-main .culture-list{
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transition: left .5s linear;
    transition: left .5s linear;
    left: 580px;
}
.culture-main .culture-list .culture-li{
    position: relative;
    width: 680px;
    height: 240px;
    border-radius: 4px;
    padding: 64px 84px;
    background-color: #fff;
    font-family: PingFang SC;
    overflow: hidden;
    color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.culture-main .culture-list .culture-li .culture-tit{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}
.culture-main .culture-list .culture-li .culture-info{
    margin-top: 58px;
    font-size: 18px;
    line-height: 1;
}
.culture-main .culture-list .culture-li:nth-child(1){
    background-image: url(/public/img/about/culture-i1.png);
}
.culture-main .culture-list .culture-li:nth-child(2){
    background-image: url(/public/img/about/culture-i2.png);
}
.culture-main .culture-list .culture-li:nth-child(3){
    background-image: url(/public/img/about/culture-i3.png);
}
.culture-main .culture-list .culture-li:nth-child(4){
    background-image: url(/public/img/about/culture-i4.png);
}
.culture-main .culture-list .culture-li:nth-child(5){
    background-image: url(/public/img/about/culture-i5.png);
}
.culture-main .culture-list .culture-li:nth-child(6){
    background-image: url(/public/img/about/culture-i6.png);
}


.product-part{
    margin-top: 50px;
    padding-top: 90px;
}
.section-title.product-title::after{
    width: 157px;
}
.product-item{
    padding-top: 64px;
    padding-bottom: 40px; position: relative;
}
.product-item:nth-child(1){
    border-bottom: 1px solid #DADADA;
}
.pro-link-cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.pro-link-cont .pro-lrCont{
    margin-left: 30px;
}
.pro-link-cont svg{height: 48px; width: auto;}
.pro-link-cont .pro-me-title{
    position: relative;
    overflow: hidden;display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4px; padding-bottom: 8px;
}
.pro-link-cont .pro-me-title::after{
    content: "";
    position: absolute;
    width: calc(100% - 26px);
    height: 1px;
    left: 0;
    background: var(--text-stitle-color);
    bottom: 4px;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    transition: -webkit-transform 0.45s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    transition: transform 0.45s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    transition: transform 0.45s cubic-bezier(0.53, 0.21, 0, 1) 0s, -webkit-transform 0.45s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    will-change: transform;
}
.pro-link-cont .pro-me-title:hover::after {
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}
.pro-link-cont .pro-me-title-wd{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
.pro-link-cont .pro-me-title-arrow{
    width: 18px;
    height: 18px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-left: 10px;
    background-color: #fff;
    -webkit-transition: linear .3s;
    transition: linear .3s;
    border: 2px solid #333;
}
.pro-link-cont .pro-me-title-arrow::after{
    width: 18px;
    height: 18px;
    content: "";
    position: absolute;
    background-image: url(/public/img/about/icon_arr_r_b.png);
    background-repeat: no-repeat;
    top: -1px;
    left: -2px;  background-size: contain;
    -webkit-transition: linear .3s;
    transition: linear .3s;
}
.pro-link-cont .pro-me-title-arrow::before{
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: -18px;
    top: -1px;    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/public/img/about/icon_arr_r_w.png);
    /* background-color: var(--text-title-color); */
    -webkit-transition: linear .3s;
    transition: linear .3s;
}
.pro-link-cont .pro-me-title:hover .pro-me-title-arrow::before{
    left: -2px;
}
.pro-link-cont .pro-me-title:hover .pro-me-title-arrow::after{
    left: 20px;
}
.pro-link-cont .pro-me-title:hover .pro-me-title-arrow{
    background-color: var(--text-title-color);
}
.pro-lrCont > span{
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #999999;
    line-height: 1;
    display: block;
}
.pro-i-wd .pro-part-title{
    margin: 64px 0 12px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #010101;
    line-height: 1;
}
.pro-i-wd .pro-info-item{
    padding: 24px 0 22px;
    font-family: PingFang SC;
    width: 640px;
    border-top: 1px solid #DADADA;
}
.pro-i-wd .pro-part-title +.pro-info-item{border: none;}
.pro-i-wd .pro-info-item .pro-info-p1{
    font-size: 18px;
    font-weight: bold;
    color: #010101;
    line-height: 1;
}
.pro-i-wd .pro-info-item .pro-info-p2{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    margin: 17px 0 12px;
}
.pro-i-wd .pro-info-item .pro-info-p3{
    font-size: 14px;
    color: #666666;
    text-align: justify;
    line-height: 18px;
}
.product-item .pro-i-img {
    position: absolute;
    /* width: 340px;
    height: 360px; */
    width: 380px;
    height: 400px;
    background-repeat: no-repeat;
    top: 178px;
    right: 100px;
    background-size: 400px auto;
    background-position: -10px 0;
}

.product-item:nth-child(2) .pro-i-img{
    top: 86px;
    right: auto; left: 100px;
}



.past-main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 49px -15px 35px;
}
.past-item {
    width: 393px;
    height: 240px;
    border-radius: 18px;
    overflow: hidden;
    margin: 15px;
    position: relative;
}
.past-item::before {
    content: "";
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 1px solid #bac9f2;
    -webkit-transition: margin .3s cubic-bezier(0.215,.61,.355,1);
    transition: margin .3s cubic-bezier(0.215,.61,.355,1);
    /* margin: 10px; */
    border-radius: 12px;
    z-index: 1;
}

.past-part{
    margin-top: 10px;
}
.past-item:hover::before {
    margin: 12px;
}
.past-item .past-img {
    width: 100%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    height: auto;
    -webkit-transform: scale(1);
            transform: scale(1);
}
.past-item:hover .past-img{
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
}

.past-part .section-title::after{
    width: 220px;
}

@media (max-width: 768px) {
    .video-cont{
        height: 500px;
    }
    #video-bg{
        height: 100%;
        width: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        position: absolute;
    }
    .banner-main{
        width: 100%; 
        top: 104px; 
    }
    .banner-main .banner-img{
        width: 328px; margin: auto;
    }
    .banner-main .banner-title{
        font-size: 24px;
        margin: 32px auto 0;
        width: 328px;
    }

    .tab-box{
        height: 50px;
    }
    .tab-box.fixed{
        top: 54px;
    }
    .tab-box .tab-li{
        font-size: 14px;
        line-height: 50px;
    }

    .section-title{
        font-size: 60px;
        line-height: 48px;
    }
    .section-title::before{
        font-size: 24px; top: 10px;right: 0;
    }
    .section-title::after{
        height: 24px;top: 13px;right: 0;
    }
    
    .about-section{
        height: 550px;
    }
    .about-l{
        float: none; height: auto;
        background:url(/public/img/about/map-shadow.png) no-repeat right center;
    }
    .about-blo-tit{
        margin-top: 60px;
    }
    .about-blo-tit::after{
        width: 98px;
        height: 24px; right: auto;
    }
    .about-info{
        width: auto;
        font-size: 14px;
        margin-top: 19px;
    }
    .about-info p{margin-bottom: 14px;}
    .about-map-box{
        height: 550px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .about-map-po-cont{
        width: auto; display: none;
    }
    .about-map-box .about-map{
        background-position: bottom center;
        background-size: cover;
    }
    .about-map-box .about-map.bg{
        background-image: url(/public/img/about/mob_mapB1.png);
    }
    .about-map-box .about-map.sm{
        background-image: url(/public/img/about/mob_mapB2.png);
    }

    
    .culture-title{margin: 30px 0 0; padding-top: 30px;}
    .culture-title::before{
        top: 40px;
    }
    .culture-title::after{
        width: 96px; top: 43px;
    }
    .sticky-container{
        top: 104px;
    }
    .culture-main{
        height: 144px;
    }
    .culture-main .culture-list .culture-li{
        width: 335px;
        height: 120px;
        padding: 32px;
    }
    .culture-main .culture-list .culture-li .culture-tit{
        font-size: 18px;
    }
    .culture-main .culture-list .culture-li .culture-info{
        margin-top: 28px;
        font-size: 12px;
    }
    

    .product-part{
        margin-top: 24px;
        padding-top: 32px;
    }
    .section-title.product-title::after{
        width: 130px;
    }
    .product-item{
        padding-top: 24px;
        padding-bottom: 22px;;
    }
    .pro-link-cont .pro-lrCont{
        margin-left: 12px;
    }
    .pro-link-cont svg{height: 32px; width: auto;}
    .pro-link-cont .pro-me-title{
        margin-bottom: 0; padding-bottom: 6px;
    }
    .pro-link-cont .pro-me-title-wd{
        font-size: 12px;
    }
    .pro-link-cont .pro-me-title-arrow{
        width: 9px;
        height: 9px;
        margin-left: 4px;
        border: 1px solid #333;
    }
    .pro-link-cont .pro-me-title-arrow::after{
        width: 9px;
        height: 9px;
    }
    .pro-link-cont .pro-me-title-arrow::before{
        width: 9px;
        height: 9px;
    }
    .pro-lrCont > span{
        font-size: 12px;
    }
    .pro-i-wd .pro-part-title{
        margin: 32px 0 0;
    }
    .pro-i-wd .pro-info-item{
        padding: 24px 0 22px;
        width: 100%;
    }
    .pro-i-wd .pro-info-item .pro-info-p2{
        font-size: 15px;
        margin: 18px 0 10px;
    }
    .pro-i-wd .pro-info-item .pro-info-p3{
        font-size: 14px;
        line-height: 18px;
    }
    .product-item .pro-i-img {
        position: absolute;
        /* width: 340px;
        height: 360px; */
        width: 90px;
        height: 100px;
        background-repeat: no-repeat;
        top: 68px;
        right: 56px;
        background-size: 100px auto;
        background-position: -5px 0;
    }

    .product-item:nth-child(2) .pro-i-img{
        right: 56px;
        left: auto;
    }

    
    .past-part{
        margin-top: 12px;
    }
    .past-main{
        margin: 24px 0 15px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .past-item {
        width: 48%;
        height: 120px;
        border-radius: 9px;
        margin: 0 0 15px;
    }
    .past-item:hover::before {
        margin: 8px;
    }
    .past-part .section-title::after{
        width: 150px;
    }

}


.coor-section .section-title::after{
    width: 220px;
}
.coor-con-part .container{
    background: url(/public/img/about/coor-con.png) no-repeat right center / auto 100%;
    height: 480px;
    padding-top: 96px;
    margin-top: 64px;
}
.coor-inner-title{
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 1;
    position: relative;
    letter-spacing: 10px;
}
.coor-inner-title::after{
    content: "";
    position: absolute;
    left: -8px;
    bottom: -10px;
    width: 197px;
    height: 18px;
    background: #3269FF;
    opacity: 0.05;
}
.coor-inner-info{
    letter-spacing: 5px;
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 40px;
}
.coor-con-inner .coor-inner-info{
    margin-top: 36px;
    margin-bottom: 36px;
}
.coor-con-inner .coor-inner-val{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 1;
    position: relative;
}
.coor-con-inner .coor-inner-val::after{
    content: "";
    position: absolute;
    width: 480px;
    height: 2px;
    background: #3269FF;
    border-radius: 1px;
    bottom: -72px; left: 0;
}

.coor-ser-part{
    margin-top: 64px;
    margin-bottom: 80px;
    background: url(/public/img/about/coor-ser.png) no-repeat left center / auto 100%;
}
.coor-ser-part .coor-ser-inner{
    padding: 80px 56px 0 80px;
    height: 528px; background-color: #fff;
    border-radius: 18px;
    width: 800px;
    float: right;
    box-shadow: 0px 8px 14px 2px rgba(209,212,220,0.1500);
}
.coor-ser-inner .coor-inner-info{
    margin-top: 24px;
    margin-bottom: 48px;
}
.coor-ser-flex{
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.coor-ser-eve{flex: 1;}
.coor-ser-eve .coor-ser-img{
    width: 80px; height: 80px;
    display: block;
    margin: auto;
}
.coor-ser-eve .coor-ser-name{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin: 18px 0 32px;
    display: block;
    line-height: 1;
    text-align: center;
}
.coor-ser-eve .coor-ser-conN{
    color:#666666;
    font-size: 16px;
    line-height: 1;
    font-family: Microsoft YaHei;
}
.coor-ser-eve .coor-ser-conNum{
    color:#3269FF;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: Bold;
    margin-bottom: 16px;
    line-height: 1;
    margin-top: 5px;
}

.coor-map-part{
    background: url(/public/img/about/coor-map.png) no-repeat center / cover;
    height: 96px;
    display: flex;
    align-items: center;
}
.coor-map-addr{
    margin-left: 64px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    background: url(/public/img/about/icon-addr.png) no-repeat left 6px / 20px auto;
    line-height: 40px;
    padding-left: 32px;
}
.coor-map-addr > span{
    margin-right: 16px;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    /* vertical-align: bottom; */
    display: inline;
}
.coor-map-tel{
    margin-left: 120px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    background: url(/public/img/about/icon-tel.png) no-repeat left 6px / 20px auto;
    line-height: 40px;
    padding-left: 44px;
}

.coor-section .connect-form-cont{
    margin-top: 18px;
    padding: 48px 80px;
    background: #FFFFFF;
    border-radius: 18px;
    border: 1px solid #DADADA;
    margin-bottom: 64px;
}
.coor-section .form-title{
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 1;
    margin-bottom: 36px;
}
.coor-section .form-title .btn{
    float: right;
    padding: 16px 70px 16px 36px;
    border-radius: 50px;
    position: relative;
}
.coor-section .form-title .btn::after{
    content: "";
    position: absolute;
    width: 18px; height: 4px;
    right: 36px;
    top: 22px;
    background: url(/public/img/about/icon_coorri.png) no-repeat center / cover;
}
.connect-flex{
    display: flex;
    justify-content: space-between;
}
.coor-section .form-group{
    position: relative;
    height: 48px;
    margin-bottom: 18px;
    border: 1px solid #dadada;
    border-radius: 24px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.coor-section .connect-flex .form-group{
    width: 32%;
}
.coor-section .form-tip{
    position: absolute;
    top: 0; left: 16px;
    font-size: 16px; color: #999;
    line-height: 48px;
}
.coor-section .form-control {
    height: auto; border: none;
    padding: 15px 12px;background-color: transparent;
    font-size: 16px; z-index: 1;
    line-height: 1; position: absolute;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.coor-section .textarea-group{height: 120px;}
.coor-section .textarea-group .form-control{
    height: 90px; resize: none;
    outline: none; margin-bottom: 30px;
}
.coor-section .textarea-group .form-numlimit{
    position: absolute;font-size: 12px;
    bottom: 16px; right: 18px;
}
.coor-section .textarea-group .form-numlimit i{font-style: normal;}
.coor-section .form-group:hover,
.coor-section .form-group.active{
    border-color: var(--theme-color);
}

.pc_hid{display: none;}
@media (max-width: 768px) {
    .mob_hid{display: none!important;}
    .coor-section .section-title::after{
        width: 120px;
    }
    .coor-con-part{
        background: url(/public/img/about/coor-con.png) no-repeat 60vw center / auto 100%;
        height: 220px;
        padding-top: 48px;
        margin-top: 32px;
    }
    .coor-con-part .container{
        background: none;
        padding: 0;
        margin: 0 auto;
        height: auto;
    }
    .coor-inner-title{
        font-size: 24px;
        letter-spacing: 5px;
    }
    .coor-inner-title::after{
        left: -4px;
        bottom: -5px;
        width: 120px;
        height: 9px;
    }
    .coor-inner-info{
        letter-spacing: 2px;
        font-size: 18px;
        line-height: 24px;
    }
    .coor-con-inner .coor-inner-info{
        margin-top: 15px;
        margin-bottom: 28px;
    }
    .coor-con-inner .coor-inner-val{
        font-size: 14px;
    }
    .coor-con-inner .coor-inner-val::after{
        width: 72vw;
        bottom: -18px; 
    }
    
    .coor-ser-part{
        margin-top: 32px;
        margin-bottom: 0;
        background: none;
    }
    .coor-ser-part .coor-ser-inner{
        padding: 40px 0;
        height: auto; 
        border-radius: 0;
        width: auto;
        box-shadow: none;
        float: none;
    }
    .coor-ser-inner .coor-inner-info{
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .coor-ser-flex{
        display: block;
    }
    .coor-ser-eve{
        display: flex;
        justify-content: space-between;
    }
    .coor-ser-eve .coor-ser-img{
        width: 40px; height: 40px;
        margin: 0 24px 0 0;
    }
    .coor-ser-eve .coor-ser-img + div{
        flex: 1;
        text-align: left;
    }
    .coor-ser-eve .coor-ser-con{
        display: flex;
    }
    .coor-ser-eve .coor-ser-con > div:nth-child(1){
        margin-right: 3vw;
    }
    .coor-ser-eve .coor-ser-name{
        font-size: 16px;
        margin: 0 0 16px;
        text-align: left;
    }
    .coor-ser-eve .coor-ser-conN{
        font-size: 12px;
    }
    .coor-ser-eve .coor-ser-conNum{
        font-size: 15px;
        margin-bottom: 38px;
        margin-top: 8px;
    }

    .coor-map-part{
        background: url(/public/img/about/coor-map-m.png) no-repeat center / cover;
        height: auto;
        display: block;
        padding: 12px 16px;
        border-radius: 6px;
    }
    .coor-map-addr{
        margin-left: 0;
        font-size: 12px;
        background: url(/public/img/about/icon-addr.png) no-repeat left 0 / 10px auto;
        line-height: 32px;
        padding-left: 22px;
    }
    .coor-map-addr > span{
        margin-right: 0;
        font-size: 15px;
        line-height: 1;
        /* vertical-align: bottom; */
        display: block;
    }
    .coor-map-tel{
        margin-left: 0;
        font-size: 12px;
        background: url(/public/img/about/icon-tel.png) no-repeat left 3px / 10px auto;
        line-height: 20px;
        padding-left: 22px;
        margin: 4px 0 2px 0;
    }
    .coor-map-tel i{display: block;}
    

    .coor-section .connect-form-cont {
        margin-top: 30px;
        padding: 0;
        border-radius: 0;
        border: none;
    }
    .coor-section .form-title{
        font-size: 24px;
        margin-bottom: 24px;
    }
    .connect-form-cont #form-user + .btn{
        float: none; width: 100%;
        padding: 14px 0;
        font-size: 12px;
        border-radius: 12px;
        display: block;
        margin-top: 18px;
        margin-bottom: 48px;
    }
    .connect-form-cont #form-user + .btn::after{
        content: "";
        display: inline-block;
        width: 14px; height: 4px;
        margin-left: 12px;
        margin-bottom: 2px;
        background: url(/public/img/about/icon_coorri.png) no-repeat center / cover;
    }
    .connect-flex{
        display: block;
    }
    .coor-section .form-group{
        height: 36px;
        margin-bottom: 12px;
        border-radius: 18px;
   }
    .coor-section .connect-flex .form-group{
        width: 100%;
    }
    .coor-section .form-tip{
        font-size: 14px;
        line-height: 36px;
    }
    .coor-section .textarea-group{
        height: 120px;
    }
}