.justifye {
    justify-content: space-evenly;
}

.boxbg {
    width: 100%;
    background: #a3dfec;
}

.box1 {
    width: 100%;
    height: 25.75rem;
    background: url('../../img/all-in-one/m/bg.jpg') no-repeat top center;
    background-size: 100% auto;
}

.menu {
    width: 100%;
    height: 3.75rem;
    padding: 0 0.625rem;
}

.logo a:first-child {
    display: inline-block;
    width: 6.5625rem;
    margin-right: 1.5625rem;
}

.logo a:last-child {
    display: inline-block;
    width: 4.4375rem;
}

.openlist,
.closelist {
    width: 1.875rem;
    height: 1.75rem;
}

.nav {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #3eb5c2;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    padding-top: 3.75rem;
    overflow-y: auto;
}

.closelist {
    position: absolute;
    top: 1rem;
    right: 0.9375rem;
}

.nav ul {
    display: none;
}

.nav ul p {
    width: fit-content;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 0.9375rem;
    font-size: 1.5rem;
    line-height: 3.75rem;
    font-weight: bold;
    color: #ffffff;
}

.nav li {
    padding: 0 0.9375rem;
    width: 100%;
    height: 3.75rem;
    border-top: 1px solid #79ccd5;
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.nav li a {
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: bold;
    color: #ffffff;
}

.box2,
.urban,
.box6 {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 1.875rem;
}

.box2 .title {
    width: 15.3125rem;
    margin: 0 auto 0.625rem;
}

.swiper1 {
    width: 100%;
    background: url('../../img/all-in-one/photo_bg.png') no-repeat top center;
    background-size: 17.65625rem auto;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.swiper1 .swiper-slide img {
    display: block;
    width: 14.0625rem;
    height: 9.375rem;
    margin: 3.375rem auto 3.4375rem;
    border-radius: 5px;
}

.swiper1 .swiper-slide span {
    display: block;
    width: 18.75rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #1f2736;
    padding-bottom: 1.25rem;
    margin: 0 auto;
}

.swiper-pagination1 {
    height: fit-content;
    display: flex;
    justify-content: space-evenly;
    top: 14rem;
}

.swiper-pagination1::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #ffffff;
    position: absolute;
    top: 0.2rem;
}

.swiper-pagination1 .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background: #ffffff;
    opacity: 1;
    z-index: 1;
}

.swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: #142235;
}

.swiper-button-prev1,
.swiper-button-next1 {
    width: 1.5rem;
    height: 3.125rem;
    top: 23%;
}

.swiper-button-prev1 {
    left: 0.625rem;
}

.swiper-button-prev1:after,
.swiper-button-prev3:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url('../../img/all-in-one/m/left_black.png') no-repeat;
    background-size: 100% 100%;
    opacity: 0.7;
}

.swiper-button-next1 {
    right: 0.625rem;
}

.swiper-button-next1:after,
.swiper-button-next3:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url('../../img/all-in-one/m/right_black.png') no-repeat;
    background-size: 100% 100%;
    opacity: 0.7;
}

.urban,
.news {
    padding: 0 0.625rem 1.875rem;
}

.urban .title {
    width: 11.0625rem;
    margin: 0 auto 0.9375rem;
}

.map {
    width: 100%;
    position: relative;
    margin-bottom: 1.125rem;
}

.map svg {
    position: absolute;
    top: 0;
    left: 0;
}

.mapsvg {
    visibility: hidden;
    opacity: 0;
    transform: scale(1.1) translateY(15px);
    transition-property: transform, opacity;
    transition-duration: .3s, .35s;
    pointer-events: none;
    position: absolute;
}

.mapsvg.on {
    visibility: visible;
    opacity: 1;
    transform: scale(1) translateY(0px);
}

.mapsvg1 {
    width: 21.9%;
    top: 44%;
    left: 21%;
}

.mapsvg2 {
    width: 15.8%;
    top: 63%;
    left: 21%;
}

.mapsvg3 {
    width: 23.1%;
    top: 74%;
    left: 25%;
}

.mapsvg4 {
    width: 26.9%;
    top: 42%;
    left: 39%;
}

.mapsvg5 {
    width: 42.8%;
    top: 28%;
    left: 54%;
}

.mapsvg6 {
    width: 66.6%;
    top: -4%;
    left: 39%;
}

.mapsvg7 {
    width: 23.5%;
    top: 23%;
    left: 28.5%;
}

.mapsvg8 {
    width: 41%;
    top: 12%;
    left: -2%;
}

.mapsvg9 {
    width: 20.3%;
    top: 43%;
    left: 34%;
}

.mapsvg10 {
    width: 18.5%;
    top: 62%;
    left: 29%;
}

.map p {
    position: absolute;
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    background: rgba(255, 255, 255, 0);
    border: 0.3125rem solid #3c5e7d;
    border-radius: 50%;
}

.map p.on {
    width: 0.75rem;
    height: 0.75rem;
    background: rgba(232, 21, 86, 1);
    border: none;
    box-shadow: 0px 0px 0px 0.375rem rgba(232, 21, 86, .2);
}

.mapbtn1 {
    top: 39%;
    left: 29%;
}

.mapbtn2 {
    top: 59%;
    left: 73%;
}

.mapbtn3 {
    top: 60%;
    left: 42%;
}

.mapbtn4 {
    top: 62%;
    left: 52%;
}

.mapbtn5 {
    top: 70%;
    left: 43%;
}

.mapbtn6 {
    top: 76%;
    left: 27%;
}

.mapbtn7 {
    top: 83%;
    left: 32%;
}

.mapbtn8 {
    top: 86%;
    left: 25%;
}

.maptitle,
.mapsvgtitle {
    width: 22.1875rem;
    margin: 0 auto;
    background: #3a5f7c;
    text-align: center;
    position: relative;
    border-radius: 1.125rem;
}

.maptitle {
    background: #3a5f7c;
}

.mapsvgtitle {
    background: #58b8b7;
    margin-bottom: 15px;
}

.maptitle span,
.mapsvgtitle p {
    width: 60%;
    margin: 0 auto;
    display: none;
    font-size: 0.9375rem;
    line-height: 2.25rem;
    font-weight: bold;
    color: #ffffff;
}

.maptitle span.show,
.mapsvgtitle p.show {
    display: block;
}

.btnleft,
.btnleft0,
.btnright,
.btnright0 {
    width: auto;
    height: 2.25rem;
    position: absolute;
    top: 0;
}

.btnleft img,
.btnleft0 img,
.btnright img,
.btnright0 img {
    width: auto;
    height: 2.25rem;
}

.btnleft,
.btnleft0 {
    left: 0;
}

.btnright,
.btnright0 {
    right: 0;
}

.news .title {
    width: 3.84375rem;
    margin: 0 auto 0.9375rem;
}

.swiper2 {
    width: 100%;
}

.swiper2 .swiper-slide {
    border-radius: 5px;
    overflow: hidden;
}

.swiper2 .swiper-slide img {
    width: 100%;
    height: 12.5rem;
}

.swiper2 .swiper-slide p {
    width: 100%;
    height: 5rem;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper2 .swiper-slide p a {
    display: block;
    width: 16.5625rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #ffffff;
}

.swiper-pagination2 {
    position: unset;
    margin: 0.5625rem 0 0.9375rem;
}

.swiper-pagination2 .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    background: #ffffff;
    opacity: 1;
    margin: 0 0.375rem !important;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
    background-color: #3257a3;
}

.swiper-button-prev2,
.swiper-button-next2 {
    width: 1.5rem;
    height: 3.125rem;
    top: auto;
    bottom: 3.5rem;
}

.swiper-button-prev2 {
    left: 0.65625rem;
}

.swiper-button-prev2:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url('../../img/all-in-one/m/left_white.png') no-repeat center;
    background-size: 100% 100%;
    opacity: 0.7;
}

.swiper-button-next2 {
    right: 0.65625rem;
}

.swiper-button-next2:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url('../../img/all-in-one/m/right_white.png') no-repeat center;
    background-size: 100% 100%;
    opacity: 0.7;
}

.video {
    width: 100%;
}

.box4 {
    margin-bottom: 1.875rem;
}

.imgtwo {
    margin-bottom: 0.9375rem;
    position: relative;
}

.now,
.then {
    width: 50%;
}

.nowimg,
.thenimg {
    width: 100%;
}

.nowimg img,
.thenimg img {
    display: none;
}

.nowimg img.imgshow,
.thenimg img.imgshow {
    display: block;
}

.fuhao {
    width: 1rem;
    position: absolute;
    top: 5%;
    left: 50%;
    margin-left: -0.5rem;
}

.nowthentitle {
    width: 22.1875rem;
    margin: 0 auto;
    background: #27b0bd;
    text-align: center;
    position: relative;
    border-radius: 1.125rem;
}

.nowthentitle span {
    width: 86%;
    margin: 0 auto;
    display: none;
    font-size: 0.9375rem;
    line-height: 2.25rem;
    font-weight: bold;
    color: #ffffff;
}

.nowthentitle span.on {
    display: block;
}

.btnleft1,
.btnright1 {
    width: auto;
    height: 2.25rem;
    position: absolute;
    top: 0;
}

.btnleft1 img,
.btnright1 img {
    width: auto;
    height: 2.25rem;
}


.btnleft1 {
    left: 0;
}

.btnright1 {
    right: 0;
}

.box5 {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
    background: url('../../img/all-in-one/m/bg_city.jpg') no-repeat;
    background-size: 100% 100%;
    margin-bottom: 1.875rem;
}

.box5 .title {
    width: 13.53125rem;
    margin: 0 auto 0.9375rem;
}

.swiper4 {
    width: 100%;
}

.swiper4 .swiper-slide {
    border-radius: 5px;
    overflow: hidden;
    padding: 0 2.5rem;
}

.swiper4 .swiper-slide img {
    width: 100%;
    height: 11.4375rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.swiper4 .swiper-slide p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3.5625rem;
    background-color: #000000;
    text-align: center;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
    color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.swiper-button-prev3,
.swiper-button-next3 {
    width: 1.5rem;
    height: 3.125rem;
    top: 50%;
    margin-top: -1.5625rem;
}

.swiper-button-prev3 {
    left: 0;
}

.swiper-button-next3 {
    right: 0;
}

.box6 .title {
    width: 5.625rem;
    margin: 0 auto 1.875rem;
}

.ellipse {
    width: 100%;
    padding: 0 0.625rem;
    margin-bottom: 1.125rem;
}

.circularimg {
    width: 5rem;
}

.circularimg p {
    width: 100%;
    font-size: 0.75rem;
    line-height: 1;
    color: #1f2736;
    text-align: center;
    margin-top: 0.3125rem;
}

.box7 {
    width: 100%;
    padding-bottom: 1.875rem;
}

.box7 .title {
    width: 11.1875rem;
    margin: 0 auto 0.9375rem;
}

.railway,
.ports {
    width: 10.78125rem;
    border-radius: 5px;
    overflow: hidden;
}

.footer {
    background: #2db5c4;
}

.mubu {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow-y: scroll;
    background: rgba(255, 255, 255, 0.5);
}

.mubu::-webkit-scrollbar {
    display: none;
}

.close,
.close1,
.ship1,
.train1 {
    width: 3.125rem;
    position: fixed;
    top: 0.625rem;
    z-index: 999999;
}

.close,
.close1 {
    left: 0;
}

.mapcontent {
    display: none;
}

.contenttop {
    background: #4ca6b9;
    padding-bottom: 0.9375rem;
}

.contenttop span {
    display: block;
    margin: 0.9375rem 0 0.625rem;
    font-size: 0.9375rem;
    font-weight: bold;
    color: #ffffff;
    padding: 0 0.625rem;
}

.contenttop span em {
    display: inline-block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-color: #a5deea;
}

.contenttop p {
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: bold;
    color: #ffffff;
    padding: 0 0.625rem;
}

.contentword {
    width: 100%;
    padding: 0.9375rem 0.625rem 1.25rem;
    background: #c5f5fe;
}

.contentword p {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #1f2736;
    margin-bottom: 0.625rem;
}

.contentword img {
    display: block;
    margin: 0 auto 0.625rem;
}

.list {
    width: 50%;
    position: relative;
}

.list p {
    width: 100%;
    height: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9375rem;
    line-height: 1.25;
    font-weight: bold;
    color: #ffffff;
    padding: 0 0.625rem;
}

.contentlist .list:first-child p {
    background: #39abae;
}

.contentlist .list:last-child p {
    background: #408acc;
}

.xingxitu1,
.xingxitu2 {
    width: 100%;
    padding: 5rem 0.625rem 0.625rem;
}

.ship1,
.train1 {
    right: 0;
}