/*轮播图*/
/**/
.carousel {
    position: relative;
    /* height: 920px; */
    margin: 0 auto;
    width: 100%;
    min-width: 1280px;
}

.pic {
    margin: 0;
    /* position: relative; */
    padding-left: 0;
}

.pic li {
    position: relative;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    min-width: 1280px;
    text-align: center;
    /* height: 940px; */
    overflow: hidden;
}

.pic li a {
    position: relative;
    /* height: 600px; */
    width: 100%;
}

/* .pic li img {
    width: 100px;
    height: 100%;

    object-fit: cover;
    transform: scale(1.5);
    transition:width 2s;
} */
/*轮播图图片*/
/*.banner1,*/
/*.banner2,*/
/*.banner3 {*/
/*    !* width: 100%;*/
/*    height: 600px; *!*/
/*    width: auto;*/
/*    height: auto;*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/

/*}*/

#position {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    background: #000;
    opacity: 0.4;
    width: 400px;
    text-align: center;
}

.arrow {
    cursor: pointer;
    display: none;
    line-height: 39px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    /* width: 40px; */
    height: 40px;
    position: absolute;
    z-index: 2;
    top: 50%;
    /* margin-top: -20px; */
    /*width的一半*/
    /* background-color: RGBA(0, 0, 0, .3); */
    color: #fff;

    right: 50px;
}

/* .arrow:hover {
    background-color: RGBA(0, 0, 0, .3);
} */

.carousel:hover .arrow {
    display: block;
}

#prev {

    margin-top: -60px;
}

#next {
    margin-top: -10px;
}

/*轮播图动画样式*/
/*.banner1_line {*/
/*    max-width: 250px;*/
/*    max-height: 350px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 125px;*/
/*    left: 50px;*/

/*}*/

/*.banner1_txt {*/
/*    width: 600px;*/
/*    height: 80px;*/
/*    position: absolute;*/
/*    top: 300px;*/
/*    left: 80px;*/
/*}*/

/*.banner1_txt_en {*/
/*    width: 450px;*/
/*    height: 40px;*/
/*    position: absolute;*/
/*    top: 235px;*/
/*    left: 189px;*/
/*}*/

.out_container {
    width: 100%;
    min-width: 1280px;
    text-align: center;
    position: relative;
}

/*公司简介*/
.info {
    /* height: 600px; */
    /* width: 1200px; */
    text-align: center;
    /* display: inline-block; */
    position: relative;
    /* position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%); */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info .top,
.info .content,
.info .explore {
    width: 1200px;
}

.info div {
    display: inline-block;
    width: 100%;
}

.info div h1 {
    font-size: 34px;
    color: #152952;
    margin-bottom: 0;
    font-weight: bold;
}

.info .top p {
    font-size: 12px;
    color: #152952;
    margin-top: 10px;
    width: 500px;
}

.info .top {
    text-align: left;
    /* margin-left: 2%;
    width: 98%; */
    margin-top: 115px;
}

.info .left {
    width: 35%;
    text-align: left;
    margin-top: 35px;
    vertical-align: middle;
    color: #152952;
}

.info .left p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 25px;
    font-weight: bold;
}

.info .right {
    width: 65%;
    height: 200px;
    text-align: right;
    /* margin-right: 2%; */
    vertical-align: middle;
}

.info .explore {
    /* width: 98%; */
    text-align: left;
    margin-top: 25px;
}

/*探索更多button*/
.info .explore button {
    background: #fff;
    border: 1px solid #152952;
    font-weight: bold;
    color: #152952;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px 15px;
    font-size: 12px;
}

.info .explore button:hover,
.info .explore button:focus {
    background: #152952;
    color: #fff;
}

.info .explore button:hover a {
    color: #fff;
}

.info .explore button a {
    color: #152952;
}

.info .footer img,
.info .right img {
    /* object-fit: cover; */
    width: 100%;
    height: 197px;
}

.info .right img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.info_footer {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -126px;
    overflow: hidden;
    z-index: -1;
}

/*核心技术*/
.technology {
    margin-top: 120px;
    width: 1200px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.technology_title {
    text-align: left;
}

.technology_content {
    color: #152952;
    text-align: left;
    text-indent: 2em;
    line-height: 20px;
    margin-left: 5px;
}

.technology .explore {
    text-align: left;
}

.technology .explore button {
    background: #fff;
    border: 1px solid #152952;
    font-weight: bold;
    color: #152952;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px 15px;
    font-size: 12px;
}

.technology .explore button:hover,
.technology .explore button:focus {
    background: #152952;
    color: #fff;
}

.technology .explore button:hover a {
    color: #fff;
}

.technology .explore button a {
    color: #152952;
}

.technology_img {
    position: relative;
}

.technology_img .out {
    z-index: -1;
}

.technology_img .mid {
    position: absolute;
    left: calc(50% - 215px);
    top: 180px;
    z-index: 1;
}

.technology_img .inner {
    position: absolute;
    left: calc(50% - 152.5px);
    top: 70px;
    z-index: 2;
}

.technology_img .mid:hover,
.technology_img .inner:hover {
    cursor: pointer;
}
.technology_img .mid img:hover,
.technology_img .inner img:hover 
{
    transition: .5s transform;
    transform: scale(1.05);
}

/*经营版图*/
.business_map {
    margin-top: 100px;
    background-image: url(../img/new/index/business_map_bg.png);
    font-size: 0;
    height: 1065px;
    /*928px*/
    background-position: center;
    background-size: cover;
    text-align: center;
}

.business_map .section {
    width: 1200px;
    display: inline-block;
    position: relative;
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%, 0%); */
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
}

.business_map .text {
    display: inline-block;
    width: 30%;
    font-size: 32px;
    color: #fff;
    float: left;
}

.business_map .text img {
    margin-top: 120px;
}

.business_map .text .map_info {
    font-size: 16px;
    text-align: left;
    margin: 120px 0 60px 0;
    line-height: 25px;
}

.business_map .text .explore button {
    border: 1px solid #fff;
    font-size: 12px;
    background: transparent;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
}

.business_map .text .explore button:hover,
.business_map .text .explore button:focus {
    color: #152952;
    background: #fff;
    outline: none;
    cursor: pointer;
    font-weight: bold;
}

.business_map .text .center,
.business_map .text .company {
    text-align: left;
    border-left: 1px solid #fff;
    padding-left: 20px;
    position: relative;
}

.business_map .text .center p:first-child,
.business_map .text .company p:first-child {
    font-size: 18px;
    margin-bottom: 10px;
}

.business_map .text .center p:nth-child(2),
.business_map .text .company p:nth-child(2) {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 60px;
}

.business_map .text .company p:nth-child(2) {
    position: absolute;
    width: 600px;
}

.business_map .text .company p:nth-child(2) span:not(:first-child) {
    margin-left: 40px;
}

.business_map .text .explore {
    text-align: left;
    margin-top: 100px;
}

.business_map .map {
    display: inline-block;
    width: 65%;
    margin-left: 0%;
    margin-top: 250px;
    /* float: right; */
}

.business_map .map img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/*公司动态*/
.company_news {
    height: 765px;
    min-width: 1200px;
    background: url(../img/new/index/company_news_bg1.png) no-repeat;
    background-position: center;
    /* background-size: 100%, 100%; */
    /* background-size: cover; */
    background-size: auto;
    /* padding-bottom: 240px; */
    background-position-y: 0px;
}

.company_news .container {
    width: 1200px;
    display: inline-block;
    position: relative;
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%, 0%); */
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
}

.company_news .container .title {
    text-align: right;
}

.company_news .container .main:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.company_news .container .title img {
    margin-top: 120px;
    margin-bottom: 60px;
}

/* .company_news .container .main div {
    display: inline-block;
} */

.company_news .container .main .left,
.company_news .container .main .right {
    display: inline-block;
}

.company_news .container .main .left {
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
    background: #fff;
    height: 300px;
    overflow: hidden;
}

.company_news .container .main .left:hover img {
    transition: .5s transform;
    transform: scale(1.05);
}

.company_news .container .main .right {
    width: 550px;
}

.company_news .container .main .left .text {
    width: 280px;
    height: 300px;
    vertical-align: top;
    margin-left: 6px;
    display: inline-block;
}

.company_news .container .main .left .in_left {
    display: inline-block;
    overflow: hidden;
}

.company_news .container .main .left .text .title {
    width: 200px;
    position: relative;
}

.company_news .container .main .left .text .content {
    width: 260px;
    /* margin: 25px 0; */
    margin-top: 14px;
    margin-right: 25px;
    line-height: 25px;
    text-align: left;
}

.company_news .container .main .left .text .title p:first-child,
.company_news .container .main .left .text .title p:nth-child(2),
.company_news .container .main .right .top .text p:first-child,
.company_news .container .main .right .bottom .text p:first-child {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 0;
    line-height: 25px;
}

.company_news .container .main .right .top .text p:nth-child(2),
.company_news .container .main .right .bottom .text p:nth-child(2) {
    margin-top: 15px;
    line-height: 20px;
    font-size: 12px;
}

.company_news .container .main .left .text .title p:first-child,
.company_news .container .main .right .top .text p:first-child,
.company_news .container .main .right .bottom .text p:first-child {
    margin-top: 30px;
}

.company_news .container .main .left .text .date p:first-child,
.company_news .container .main .left .text .date p:nth-child(2) {
    margin: 0;
    text-align: left;
}

.company_news .container .main .left .text .date p:first-child,
.company_news .container .main .right .top .date p:first-child,
.company_news .container .main .right .bottom .date p:first-child {
    font-size: 42px;
    font-weight: bold;
    color: #0086ee;
    margin-left: -2px;
    font-family: fangsong;
    text-align: left;
}

.company_news .container .main .right {
    margin-left: 20px;
}

.company_news .container .main .right .top,
.company_news .container .main .right .bottom {
    width: 560px;
    height: 140px;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.3);
    background: #fff;
}

.company_news .container .main .right .bottom {
    margin-top: 20px;
}

.company_news .container .main .right .top .date,
.company_news .container .main .right .top .text,
.company_news .container .main .right .bottom .date,
.company_news .container .main .right .bottom .text {
    display: inline-block;
}

.company_news .container .main .right .top .text,
.company_news .container .main .right .bottom .text {
    width: 406px;
    margin-left: 30px;
    height: 140px;
    text-align: left;
}

.company_news .container .main .right .top .date,
.company_news .container .main .right .bottom .date {
    margin-left: 30px;
    position: relative;
    top: 30px;
}

/*hover动画*/
.company_news .container .main .left:hover,
.company_news .container .main .right .top,
.company_news .container .main .right .bottom {
    cursor: pointer;
}

.company_news .container .main .right .top .text .title,
.company_news .container .main .right .bottom .text .title {
    position: relative;
}

.company_news .container .main .left .text .title:before,
.company_news .container .main .right .top .text .title:before,
.company_news .container .main .right .bottom .text .title:before {
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    left: 0;
    content: "";
    position: absolute;
    bottom: -8px;
    width: 0;
    border-bottom: solid 3px #0086ee;
}

.company_news_content_outline {
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.5) !important;
}

.left_line::before {
    width: 90% !important;
}

.right_top_line::before {
    width: 365px !important;
}

.right_bottom_line::before {
    width: 400px !important;
}

.company_news .container .explore {
    text-align: right;
    margin-top: 60px;
}

.company_news .container .explore button {
    border: 1px solid #152952;
    font-size: 12px;
    background: transparent;
    color: #152952;
    padding: 8px 15px;
    border-radius: 5px;
}

.company_news .container .explore button:hover,
.company_news .container .explore button:focus {
    cursor: pointer;
    color: #fff;
    background: #152952;
    outline: none;
}

/*团队力量*/
.team {
    height: 686px;
    background: url(../img/new/index/team_bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-size: cover;

}

.team .container {
    width: 1200px;
    position: relative;
    display: inline-block;
    /* left: 50%;
    transform: translate(-50%, 0); */
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
}

.team .container .title {
    text-align: left;
}

.team .container .title img {
    margin-top: 120px;
}

.team .container .content {
    margin-top: 60px;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team .container .content .mod {
    width: 32%;
    display: inline-block;
    height: 400px;
}

.team .container .content .mod:nth-child(2) {
    margin: 0 1%;
}

.team .container .content .mod .icon {
    text-align: center;
}

.team .container .content .mod .icon img {
    border-radius: 50%;
    position: relative;
    top: 2px;
}

.icon_img_hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.5) !important;
}

/*icon hover 动画*/
.team .container .content .mod .icon button {
    background: transparent;
    border: 0;
    position: relative;
    vertical-align: middle;
}

.team .container .content .mod .icon button:focus {
    outline: none;
}

.team .container .content .mod .icon button::before,
.team .container .content .mod .icon button::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.spin {
    width: 100px;
    height: 100px;
    padding: 0;
}

.spin::before,
.spin::after {
    top: 0;
    left: 0;
}

.spin::before {
    border: 2px solid transparent;
}

.spin:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}

.spin::after {
    border: 0 solid transparent;
}

.spin:hover::after {
    border-top: 2px solid #fff;
    border-left-width: 2px;
    border-right-width: 2px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}

.circle {
    /* border-radius: 100%;
    box-shadow: none; */
}

.circle::before,
.circle::after {
    /*可做方框拼接动画*/
    border-radius: 100%;
}

/**/
.team .container .content .mod .title,
.team .container .content .mod .detail {
    text-align: center;
    color: #fff;
    margin-top: 35px;
}

.team .container .content .mod .title {
    font-weight: bold;
    font-size: 22px;
}

.team .container .content .mod .detail {
    font-size: 16px;
    padding: 0 15%;
    margin-top: 30px;
    text-align: left;
    line-height: 25px;
}

/*合作伙伴*/
.partner {
    background: url(../img/new/index/partner_bg.png) no-repeat;
}

.partner .container {
    width: 1200px;
    position: relative;
    display: inline-block;
    /* left: 50%;
    transform: translate(-50%, 0); */
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
}

.partner .container .title {
    text-align: right;

}

.partner .container .title img {
    margin: 120px 0 75px 0;
}

.partner .container .content {
    overflow: hidden;
}

.th-partner-list {
    padding: 0;
    overflow: hidden;
    margin-bottom: 190px;
    padding-top: 5px;
    padding-left: 5px;
}

.th-partner-list>li {
    position: relative;
    float: left;
    width: 158px;
    height: 95px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #cce6ff;
}

.th-partner-list>li:nth-child(7),
.th-partner-list>li:nth-child(14) {
    margin-right: 0px;
}

.th-partner-list>li:hover {
    transform: scale(1.05);
}

.th-partner-list>li>p {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px;
    margin: 0;
    line-height: 1.4;
}

.th-partner-list>li:first-child>p,
.th-partner-list>li:nth-child(7)>p {
    bottom: 25px;
}

.th-partner-list>li>p+p {
    bottom: 5px !important;
}

.th-partner-list>li>div._imgBox {
    margin-top: 7px;
}

/*售后+页尾*/
.after_sales {
    background: url(../img/new/index/footer_bg.png) no-repeat;
    height: 868px;
    min-width: 1280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.after_sales .container {
    width: 1200px;
    color: #fff;
    position: relative;
    display: inline-block;
    /* left: 50%;
    transform: translate(-50%, 0); */
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
}

.sales {
    overflow: hidden;
}

.sales_left {
    float: left;
}

.sales_right {
    float: right;
    height: 327px;
}

.sales_left p:first-child {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 8px;
    padding-top: 80px;
}

.sales_left p:nth-child(2) {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 35px;
    margin-top: 5px;
}

.sales_left p:nth-child(3) {
    font-size: 12px;
    width: 200px;
    line-height: 20px;
    text-align: left;
    position: relative;
    left: 25px;
}

.sales_right_icons {
    overflow: hidden;
    margin-top: 120px;
    padding-left: 0;
}

.sales_right_icons li {
    float: left;
    text-align: center;
}

.sales_right_icons li ._imgBox {
    margin-left: 10px;
}

.sales_right_icons li ._imgBox p:not(first) {
    margin-top: 10px;
    font-size: 14px;
}

.sales_right_icons li ._imgBox p:first-child {
    height: 50px;
}

/*页尾*/
.last {
    margin-top: 200px;
    overflow: hidden;
}

.last .content {
    margin-top: 68px;
    text-align: left;
}

.last_left {
    float: left;
}

.last_right {
    float: right;
}

.last .content p {
    margin-bottom: 14px;
}

.last_nav ul {
    overflow: hidden;
    padding: 0;

}

.last_nav ul li {
    float: left;
    position: relative;
    padding: 0 17px;
}

.last_nav ul li:first-child {
    padding-left: 0;
}

.last_nav ul li:not(:last-child):before {
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
    content: "";
    width: 1px;
    height: 12px;
    background-color: #fff;
}

.last_right_bottom {
    overflow: hidden;
    margin-top: 90px;
}

.last_right_left span {
    display: inline-block;
}

.last_right_left p:not(:last-child) {
    margin-bottom: 25px;
}

.last_right_left span:first-child {
    width: 20px;
}

.last_right_left span:nth-child(2) {
    position: relative;
    bottom: 5px;
    left: 5px;
}

.last_right_left {
    float: left;
    margin-right: 10px;
    text-align: left;
}

.last_right_right {
    float: right;
}

footer .index_content {
    width: auto;
}

/**/
.train.image,
.city.image,
.subway.image {
    list-style: none;
    /* height: 454px; */
}

.train .box,
.city .box,
.subway .box {
    /* height: 454px; */
    position: relative;
    margin: 60px auto;
}

.train .image::after,
.city .image::after,
.subway .image::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.train .image .out_li,
.city .image .out_li,
.subway .image .out_li {
    width: 100%;
    /* height: 454px; */
    float: left;
    /* position: absolute; */
    display: none;
}

.city .image .out_li,
.subway .image .out_li {
    display: block;
}

.train .inner_ul,
.city .inner_ul,
.subway .inner_ul {
    zoom: 1;

}

.train .inner_ul:after,
.city .inner_ul:after,
.subway .inner_ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.train .inner_ul li,
.city .inner_ul li,
.subway .inner_ul li {
    display: inline-block;
    width: 32%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.train .inner_ul li a,
.city .inner_ul li a,
.subway .inner_ul li a {
    width: 100%;
    height: 100%;
}

.train .inner_ul li:hover,
.city .inner_ul li:hover,
.subway .inner_ul li:hover {
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.train .inner_ul li:hover img,
.city .inner_ul li:hover img,
.subway .inner_ul li:hover img {
    transition: .5s transform;
    transform: scale(1.15);
}

.train .inner_ul li:nth-child(2),
.city .inner_ul li:nth-child(2),
.subway .inner_ul li:nth-child(2) {
    margin: 0 1%;
}

.train .inner_ul li .img,
.city .inner_ul li .img,
.subway .inner_ul li .img {
    width: 384px;
    height: 206px;
    overflow: hidden;
}

.train .inner_ul li img,
.city .inner_ul li img,
.subway .inner_ul li img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-width: 384px;
}

.train .inner_ul li p:nth-child(2),
.city .inner_ul li p:nth-child(2),
.subway .inner_ul li p:nth-child(2) {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;

}

.train .inner_ul li p:nth-child(3),
.city .inner_ul li p:nth-child(3),
.subway .inner_ul li p:nth-child(3) {
    margin: 0 15px 0 15px;
    height: 80px;
    overflow: hidden;
    color: #666;
}

.train .num,
.city .num,
.subway .num {
    position: absolute;
    list-style: none;
    cursor: pointer;
    bottom: -80px;
    /* left: calc(52% - 84px);
    transform: translate(50%, 0px); */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* .city .num,
.subway .num {
    left: calc(55% - 84px);
    transform: translate(50%,0px);
} */
.train .num li,
.city .num li,
.subway .num li {
    float: left;
    color: white;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: gray;
    margin: 0 4px;
    text-align: center;
    line-height: 20px;
}

.train .num .current {
    background-color: #44bda9;
}

.city .num .current {
    background-color: #f1a230;
}

.subway .num .current {
    background-color: #7a9ac1;
}

.train .arrow,
.city .arrow,
.subway .arrow {
    height: 48px;
    width: 24px;
    position: absolute;
    cursor: pointer;
    /* background-color: #eaf4ff; */
    /* color: #1b5fb2; */
    /* opacity: 0.5; */
    /* font-size: 20px; */
    text-align: center;
    line-height: 60px;
    top: 130px;
    display: none;
}

.city .arrow,
.subway .arrow {
    display: block;
    /* background-color: #eee */
}

.train .left_arrow,
.city .left_arrow,
.subway .left_arrow {
    left: -50px;
}

.train .right_arrow,
.city .right_arrow,
.subway .right_arrow {
    right: -40px;
}

.container-section{
    position: relative;
}
.otherInfo {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9999;
    /* visibility: hidden; */
}