.group > .box:nth-child(4){
    background-color: #008EC6;
    color: #fff;
    border: none;
    -webkit-box-sizing: border-box;
}
.group > .box:nth-child(4) > a{
    color: #fff;
}

/* page2 */
#page2,
#down{
    width: 1192px;
    margin: 0 auto;
    padding-top: 100px;
    text-align: center;
}
#page2 > h2,
#down > h2{
    width: 1192px;
    margin: 0 auto;
    display: block;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 78px;
}
#down{
    width: 1192px;
    padding-bottom: 100px;
}
#down .con{}
#down .con > img{
    width: 1192px;
}

/* tab start */
.tab {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 10px;
}
.tab__item,
.tab__item.active {
    border: 1px solid #008ec6;
    border-radius: 50px; 
}
.tab__item {
    width: 100%;
}
.tab__item > a{
    display: block;
    color: #008ec6;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
}
.tab__item > a:hover{
    color: #fff;
    background-color: #008EC6;
    transition: 0.3s;
    border-radius: 50px;
}

/* button checked hover */
.tab__item:nth-child(6) {
    background-color: #008ec6;
}
.tab__item:nth-child(6) > a{
    color: #fff;
}

/* css */
.tab__content-wrapper {
    max-width: 1192px;
    margin: 0 auto;
    position: relative;
}
.tab__content {
    display: none;
}
.tab__content.active {
    display: block;
}
/* tab end */

/* tab common */
.content1,
.content2,
.content3,
.content4,
.content5{
    padding-top: 80px;
}

/* content1 */
.content1,
.content2,
.content3,
.content4,
.content5{
    display: flex;
    justify-content: space-between;
}
.left{
    width: 726px;
    background-color: #cecece;
}
#map{}
.right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 30px;
}
.right .map{
    margin: 0 auto;
    position: relative;
}
.right .map > img{
    display: block;
    padding: 20px;
}
.right .map > a{
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 50px;
}

.right .map > .po1{
    left: 156px;
    top: 107px;
}
.right .map > .po2{
    left: 210px;
    top: 147px;
}
.right .map > .po3{
    left: 285px;
    top: 215px;
}
.right .map > .po4{
    left: 247px;
    top: 183px;
}
.right .map > .po5{
    left: 170px;
    top: 175px;
}

.right .map > a > p{
    font-weight: 900;
}
.right .map > a > img{
    width: 20px;
    margin: 0 auto;
}

/* hover new */
.right .map > a > .maa2{
    display: none;
    transition: 0.3s;
}
.right .map > a:hover > .maa1{
    display: none;
}
.right .map > a:hover > .maa2{
    display: block;
}

.right .map-text{
    margin: 0 auto;
}
.right .map-text > ul{
    border-top: 1px solid #727272;
    border-bottom: 1px solid #727272;
    padding: 10px 0;
}
.right .map-text > ul > li{}
.right .map-text > ul > li > .detail{
    width: 80%;
    text-align: left;
    word-break: keep-all;
    margin: 0 auto;
    padding: 10px 0;
}
.right .map-text > ul > li > .detail:first-child > strong{
    padding-top: 0;
}
.right .map-text > ul > li > .detail > strong{
    display: block;
    font-weight: 900;
    padding: 8px 0;
}
.right .map-text > ul > li > .detail > strong{}
.right .map-text > ul > li > .detail > strong > img{
    width: 20px;
    padding-right: 10px;
}
.right .map-text > ul > li > .detail > p{
    line-height: 22px;
    padding-left: 36px;
}
.right .map-text > ul > li:last-child > .detail > p{
    display: flex;
    justify-content: space-between;
    width: 36%;
}
.right .map-text > ul > li:last-child > .detail > p > span{
    display: block;
}

/* swiper start */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    color: #fff;
}

/* swiper end */