.contact1 {
    width: 14rem;
    margin: 0 auto;
    padding-top: 0.94rem;
    padding-bottom: 0.44rem;
}

.contact1 .con_item {
    display: flex;
    width: 100%;
    margin-bottom: 0.96rem;
    cursor: pointer;
}

.contact1 .con_item .con_item_left {
    width: 7.7rem;
    height: 4.6rem;
    border-radius: 0.3rem;
    overflow: hidden;
}

.con_item_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.contact1 .con_item:hover .con_item_left img {
    transform: scale(1.1);
}

.contact1 .con_item .con_item_right {
    position: relative;
    width: 5.34rem;
    padding-top: 0.52rem;
}

.contact1 .con_item .con_item_right.left {
    margin-left: 0.94rem;
}

.contact1 .con_item .con_item_right.right {
    margin-right: 0.94rem;
}

.con_item_right .item_right_title {
    transition: all 0.3s;
    margin-bottom: 0.27rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    /*font-size: 0.3rem;*/
    font-size: 0.5rem;
    color: #020202;
    /*line-height: 0.4rem;*/
}

.con_item_right .item_right_text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #818181;
    line-height: 0.3rem;
}

.con_item_right .item_right_btn {
    position: absolute;
    bottom: 0.51rem;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.13rem;
    height: 0.37rem;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.06rem;
    border: 0.01rem solid #06823C;
    transition: all 0.3s;
    font-family: w15;
    font-weight: normal;
    font-size: 0.15rem;
    color: #06823C;
}

.con_item_right .item_right_btn img {
    width: 0.06rem;
    height: 0.1rem;
    margin-left: 0.21rem;
}

.con_item_right .item_right_btn img.img2 {
    display: none;
}

.con_item:hover .con_item_right .item_right_title {
    color: #06823C;
    font-weight: bold;
}

.con_item:hover .con_item_right .item_right_btn {
    background: #06823C;
    color: #FFFFFF;
}

.con_item:hover .con_item_right .item_right_btn img.img2 {
    display: block;
}

.con_item:hover .con_item_right .item_right_btn img.img1 {
    display: none;
}

.contact2 {
    width: 14rem;
    margin: 0 auto;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

.contact2 .contact2_title {
    margin-bottom: 0.63rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.4rem;
    color: #000000;
    line-height: 0.4rem;
    text-align: center;
}

.contact2 .contact2_text {
    margin-top: 0.63rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #2E2E2E;
    line-height: 0.3rem;
    text-indent: 2em;
}

.contact2 .contact2_bor {
    width: 100%;
    height: 0.01rem;
    background: #E3E3E3;
    margin-top: 0.37rem;
    margin-bottom: 1.06rem;
}

.contact3 {
    width: 14rem;
    margin: 0 auto;
    padding-top: 0.9rem;
    padding-bottom: 0.52rem;
}

.contact3 .contact3_title {
    margin-bottom: 0.91rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #000000;
    line-height: 0.4rem;
    text-align: center;
}

.contact3 .contact3_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;

}

.contact3 .contact3_list .contact3_list_item {
    display: block;
    width: 2.5rem;
    margin-right: 0.37rem;
    margin-bottom: 0.45rem;
}

.contact3 .contact3_list .contact3_list_item:nth-child(5n) {
    margin-right: 0;
}

.contact3_list_item .contact3_list_img {
    display: block;
    width: 100%;
    height: 3.25rem;
    overflow: hidden;
}

.contact3_list_item .contact3_list_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.contact3_list_item:hover .contact3_list_img img {
    transform: scale(1.1);
}

.contact3_list .contact3_list_item .contact3_list_text {
    margin-top: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.3rem;
    text-align: center;
}

.contact4 {
    width: 14rem;
    padding-top: 0.9rem;
    margin: 0 auto;
    padding-bottom: 1.23rem;
}

.contact4 .contact4_title {
    margin-bottom: 0.25rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #000000;
    line-height: 0.4rem;
    text-align: center;
}

.contact4 .contact4_title2 {
    margin-bottom: 0.57rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #2E2E2E;
    line-height: 0.24rem;
    text-align: center;
}

.contact4 .contact4_text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #656565;
    line-height: 0.35rem;
}

.contact4 .con_pub_title {
    padding: 0.32rem 0;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #212121;
    line-height: 0.24rem;
}

.contact4 .contact4_img {
    display: flex;
    padding-bottom: 0.15rem;
}

.contact4 .contact4_img .imgItem {
    width: 2.77rem;
    height: 2.77rem;
    overflow: hidden;
    margin-right: 0.4rem;
}

.imgItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.contact4 .contact4_img .imgItem:hover img {
    transform: scale(1.1);
}

.contact4 .contact4_pro {
    display: flex;
    align-items: center;
    height: 1.25rem;
    width: 100%;
    padding-left: 0.61rem;
    box-sizing: border-box;
    margin-bottom: 0.78rem;
}

.contact4 .contact4_pro .pro_item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.59rem;
    height: 0.59rem;
    border-radius: 50%;
}

.pro_item .pro_item1 {
    width: 0.46rem;
    height: 0.46rem;
    background: #06823C;
    border-radius: 50%;
    font-family: Poppins, Poppins;
    font-weight: bold;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.46rem;
    text-align: center;
}

.contact4_pro .pro_item .pro_item_text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #818181;
    line-height: 0.21rem;
    text-align: center;
    white-space: nowrap;
}

.contact4_pro .pro_item .pro_item_text.top {
    top: -0.35rem;
}

.contact4_pro .pro_item .pro_item_text.bottom {
    top: 0.73rem;
}

.contact4_pro .pro_bor {
    position: relative;
    width: 0.96rem;
    border-top: 0.01rem dashed #06823C;
}

.contact4_pro .pro_bor img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.16rem;
    height: 0.16rem;
}

.contact4_list {
    display: flex;
    margin-top: 0.54rem;
}

.contact4_list .contact4_list_item {
    display: block;
    width: 2.58rem;
    cursor: pointer;
    margin-right: 0.27rem;
}

.contact4_list .contact4_list_item:last-child {
    margin-right: 0;
}

.contact4_list .contact4_list_item .contact4_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.58rem;
    height: 1.69rem;
    background: #FAFAFA;
    overflow: hidden;
    margin-bottom: 0.11rem;
}

.contact4_item_img img {
    width: 1.93rem;
    height: 1.39rem;
    object-fit: cover;
    transition: all 0.3s;
}

.contact4_list .contact4_list_item:hover .contact4_item_img img {
    transform: scale(1.1);
}

.contact4_list .contact4_list_item .contact4_item_text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #656565;
    line-height: 0.24rem;
    text-align: center;
}

.contact5 {
    width: 14rem;
    padding-top: 1.01rem;
    margin: 0 auto;
    padding-bottom: 0.49rem;
}

.contact5 .contact5_item {
    display: flex;
    width: 100%;
    margin-bottom: 0.83rem;
}

.contact5 .contact5_item .contact5_time {
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 0.18rem;
    color: #919191;
    line-height: 0.29rem;
    white-space: nowrap;
}

.contact5 .contact5_item .contact5_bor {
    width: 0.26rem;
    margin-left: 0.3rem;
    margin-right: 0.11rem;
    margin-top: 0.15rem;
}

.contact5_bor .contact5_bor1 {
    width: 0;
    height: 0.01rem;
    background: #06823C;
    transition: all 0.3s;
}

.contact5 .contact5_item:hover .contact5_bor .contact5_bor1 {
    width: 100%;
}

.contact5 .contact5_item .contact5_center {
    width: 10.18rem;
    margin-right: 1.05rem;
}

.contact5_center .contact5_title {
    padding-top: 0.02rem;
    margin-bottom: 0.1rem;
    transition: all 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.22rem;
    color: #000000;
    line-height: 0.3rem;
}

.contact5_center .contact5_text {
    min-height: 0.5rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #656565;
    line-height: 0.25rem;
}

.contact5 .contact5_item:hover .contact5_center .contact5_title {
    font-weight: bold;
    color: #06823C;
}

.contact5 .contact5_item .contact5_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.13rem;
    height: 0.37rem;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.06rem;
    border: 0.01rem solid #06823C;
    transition: all 0.3s;
    margin-top: 0.26rem;
    box-sizing: border-box;
    font-family: w15;
    font-weight: normal;
    font-size: 0.14rem;
    color: #06823C;
    line-height: 0.37rem;
}

.contact5_btn img {
    display: block;
    width: 0.06rem;
    height: 0.1rem;
    margin-left: 0.21rem;
}

.contact5_btn img.img2 {
    display: none;
}

.contact5 .contact5_item:hover .contact5_btn {
    background: #06823C;
    color: #FFFFFF;
}

.contact5 .contact5_item:hover .contact5_btn img.img1 {
    display: none;
}

.contact5 .contact5_item:hover .contact5_btn img.img2 {
    display: block;
}

.contact6 {
    width: 100%;
    padding-left: 2.61rem;
    padding-top: 0.9rem;
    padding-bottom: 1.15rem;
    box-sizing: border-box;
}

.contact6 .contact6_title {
    margin-bottom: 1.22rem;
    transform: translateX(-1.3rem);
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #000000;
    line-height: 0.4rem;
    text-align: center;
}

.contact6 .contact6_bot {
    display: flex;
    align-items: center;
}

.contact6 .contact6_bot .contact6_left {
    width: 4.19rem;
    /*height: 7.1rem;*/
    background: #06823C;
    border-radius: 0.25rem;
    padding: 0.44rem 0.28rem 0;
    box-sizing: border-box;
    margin-right: 0.49rem;
}

.contact6_left .contact6_left_item {
    width: 100%;
    padding-bottom: 0.15rem;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    margin-bottom: 0.25rem;
    transition: all 0.3s;
}

.contact6_left .contact6_left_item:hover {
    border-bottom: 0.01rem solid #FFFFFF;
}

.contact6_left .contact6_left_item.active {
    border-bottom: 0.01rem solid #FFFFFF;
}

.contact6_left .contact6_left_item .left_item_title1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.22rem;
    color: #FFFFFF;
    line-height: 0.3rem;
}

.contact6_left .contact6_left_item .left_item_title2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.24rem;
}

.contact6 .contact6_bot .contact6_map {
    position: relative;
    width: 10.4rem;
    height: 7.22rem;
}

.contact6_map img {
    width: 100%;
    height: 100%;
}

.contact6_map .map_item {
    position: absolute;
    z-index: 1;
    /*width: 0.09rem;*/
    /*height: 0.09rem;*/
    width: 0.14rem;
    height: 0.14rem;
    background: #06823C;
    border-radius: 50%;
}

.contact6_map .map_item::after {
    position: absolute;
    top: -0.045rem;
    left: -0.045rem;
    content: "";
    /*width: 0.18rem;*/
    /*height: 0.18rem;*/
    width: 0.26rem;
    height: 0.26rem;
    background: #000;
    opacity: 0.17;
    border-radius: 50%;
    animation: myAnimation 2s infinite;
}


@keyframes myAnimation {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

.contact6_map .map_item_con:nth-of-type(1) .map_item:nth-of-type(1) {
    top: 2.87rem;
    right: 3.74rem;
}

.contact6_map .map_item_con:nth-of-type(1) .map_item:nth-of-type(2) {
    top: 3.14rem;
    right: 4.12rem;
}

.contact6_map .map_item_con:nth-of-type(1) .map_item:nth-of-type(3) {
    top: 3.16rem;
    right: 4.4rem;
}

.contact6_map .map_item_con:nth-of-type(2) .map_item:nth-of-type(1) {
    top: 2.25rem;
    right: 2.87rem;
}

.contact6_map .map_item_con:nth-of-type(2) .map_item:nth-of-type(2) {
    top: 1.8rem;
    right: 2.67rem;
}

.contact6_map .map_item_con:nth-of-type(2) .map_item:nth-of-type(3) {
    top: 1.39rem;
    right: 2.57rem;
}

.contact6_map .map_item_con:nth-of-type(3) .map_item:nth-of-type(1) {
    top: 3.4rem;
    right: 3.7rem;
}

.contact6_map .map_item_con:nth-of-type(3) .map_item:nth-of-type(2) {
    top: 4.4rem;
    right: 2.9rem;
}

.contact6_map .map_item_con:nth-of-type(3) .map_item:nth-of-type(3) {
    top: 4.28rem;
    right: 3.35rem;
}

.contact6_map .map_item_con:nth-of-type(3) .map_item:nth-of-type(4) {
    top: 4.59rem;
    right: 3.09rem;
}

.contact6_map .map_item_con:nth-of-type(3) .map_item:nth-of-type(5) {
    top: 4.32rem;
    right: 3.6rem;
}

.contact6_map .map_item_con:nth-of-type(4) .map_item:nth-of-type(1) {
    top: 4.58rem;
    right: 4.1rem;
}

.contact6_map .map_item_con:nth-of-type(4) .map_item:nth-of-type(2) {
    top: 5.12rem;
    right: 4.27rem;
}

.contact6_map .map_item_con:nth-of-type(4) .map_item:nth-of-type(3) {
    top: 3.8rem;
    right: 4.22rem;
}

.contact6_map .map_item_con:nth-of-type(4) .map_item:nth-of-type(4) {
    top: 4.96rem;
    right: 3.78rem;
}

.contact6_map .map_item_con:nth-of-type(5) .map_item:nth-of-type(1) {
    top: 4.59rem;
    right: 5.79rem;
}

.contact6_map .map_item_con:nth-of-type(5) .map_item:nth-of-type(2) {
    top: 4.83rem;
    right: 5.39rem;
}

.contact6_map .map_item_con:nth-of-type(5) .map_item:nth-of-type(3) {
    top: 5.4rem;
    right: 5.37rem;
}

.contact6_map .map_item_con:nth-of-type(6) .map_item:nth-of-type(1) {
    top: 3.89rem;
    right: 4.98rem;
}

.contact6_map .map_item_con:nth-of-type(7) .map_item:nth-of-type(1) {
    top: 5.46rem;
    right: 3.17rem;
}

.contact6_map .map_item_con:nth-of-type(7) .map_item:nth-of-type(2) {
    top: 6.1rem;
    right: 4.18rem;
}

.contact6_map .map_item_con:nth-of-type(7) .map_item:nth-of-type(3) {
    top: 6.16rem;
    right: 5.09rem;
}
@media only screen and (max-width:768px){
    .contact3{
            width: 7rem;
    }
    .contact3 .contact3_list{
        justify-content: space-around;
    }
    .contact3 .contact3_list .contact3_list_item{
        margin-right:0;
    }
    .contact4{
        width: 7rem;
    }
    .contact4 .contact4_img{
        flex-wrap: wrap;
    justify-content: space-between;
    }
    .contact1{
        width: 7rem;
    }
    .contact1 .con_item .con_item_left{
        width: 3.7rem;
    height: 3rem;
    }
    .contact1 .con_item .con_item_right.left{
            margin-left: 0.4rem;
    }
    .contact1 .con_item .con_item_right{
            width: 2.8rem;
                margin-right: 0.4rem
    }
    .con_item_right .item_right_title{
        font-size: 0.45rem;
    }
    .contact2{
        width: 7rem;
    }
    .contact6{
            width: 7rem;
    padding-left: 0.61rem;
    padding-top: 0.9rem;
    padding-bottom: 0.15rem;
    }
    .contact6 .contact6_bot{
        flex-wrap: wrap;
    }
    .contact6 .contact6_bot .contact6_left{
        width: 100%;
        margin-right:0;
    }
    
    .contact4_pro .pro_item .pro_item_text{
        width: 1.3rem;
        white-space:normal ;
    }
}