.section-1 {
    position: relative;
}


/*banner*/
.index-banner {
    height: auto;
}

.index-banner img {
    display: block;
}

.index-banner .swiper-container-horizontal > .swiper-pagination-bullets,
.index-banner .swiper-pagination-custom,
.index-banner .swiper-pagination-fraction {
    top: 50%;
    right: 2.5%;
    left: auto;
    bottom: auto;
    width: auto;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.index-banner .swiper-container,
.index-banner .swiper-wrapper, .swiper-slide {
    height: 100%;
}

.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2A1774;
    border: 2px solid #fff;
}

.index-banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #fff;
    opacity: 1;
}

.index-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 20px 0;
}


.character {
    width: 1200px;
    padding: 10px 0;
    /*background: rgba(42, 23, 116, 0.6);*/
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -600px;
    z-index: 2;
    text-align: center;
    color: #fff;
    font-size: 38px;
}

.character dd {
    margin-left: 0;
}

.character .name {
    font-size: 22px;
    margin-top: 10px;
    text-align: center;
}

.character .pic {
    text-align: center;
}

.character .pic img {
    display: inline-block;
}

/*九大业务*/
.business-box {
    position: absolute;
    width: 1296px;
    left: 50%;
    margin-left: -648px;
    bottom: -82px;
}

.business {
    position: relative;
    height: 100%;
    z-index: 2;
}

.business .swiper-slide {
    position: relative;
    width: 138px;
    height: 138px;
    box-sizing: content-box;
    border: 3px solid #fff;
    border-right: none;
}

.business .swiper-slide:last-child {
    border-right: 3px solid #fff;
}

.business .item {
    position: relative;
}

.business .item .img {
    position: relative;
    width: 138px;
    height: 138px;
    overflow: hidden;
    box-sizing: border-box;
}

/*.business .item .img:before,*/
.business .swiper-slide:before {
    content: '';
    display: block;
    width: 3px;
    height: 0;
    background-color: red;
    position: absolute;
    bottom: 0;
    left: -3px;
    z-index: 99;
    /*-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;*/
}

/*.business .item .img:after,*/
.business .swiper-slide:after {
    content: '';
    display: block;
    width: 3px;
    height: 0;
    background-color: red;
    position: absolute;
    top: 0;
    right: -3px;
    z-index: 99;
    /*-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;*/
}

/*.business .item:hover .img:after,*/
/*.business .item:hover .img:before,*/
.business .swiper-slide:hover:before,
.business .swiper-slide:hover:after {
    height: calc(100% + 3px);
}

/*.business .item .draw-border:before ,*/
.business .swiper-slide .draw-border:before {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background-color: red;
    position: absolute;
    bottom: -3px;
    right: 0;
    z-index: 99;
    /*-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;*/
}

/*.business .item .draw-border:after ,*/
.business .swiper-slide .draw-border:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background-color: red;
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 99;
   /* -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;*/
}

/*.business .item:hover .draw-border:after,*/
/*.business .item:hover .draw-border:after,*/
.business .swiper-slide:hover .draw-border:after,
.business .swiper-slide:hover .draw-border:before {
    width: calc(100% + 3px);
}


.business .item img {
    display: block;
    height: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.business .item:hover img{
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.business .item .imgs {
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.business .item:hover .imgs {
    /*    -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);*/
}

.business .name {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    color: #fff;
    width: 100%;
    /*background: rgba(42, 23, 116, 0.7);*/
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

/*
.business .swiper-slide:nth-child(1) .name {
    background: url("/cn/static/upload/img-kongyun-gray.jpg") no-repeat center;
    background-size: 100% 100%;
}

.business .swiper-slide:nth-child(2) .name {
    background: url("/cn/static/upload/img-ocean-gray.jpg") no-repeat center;
    background-size: 100% 100%;
}

.business .swiper-slide:nth-child(3) .name {
    background: url("/cn/static/upload/img-project-gray.jpg") no-repeat center;
    background-size: 100% 100%;
}

.business .swiper-slide:nth-child(4) .name {
    background: url("/cn/static/upload/img-train-gray.jpg") no-repeat center;
    background-size: 100% 100%;
}

.business .swiper-slide:nth-child(5) .name {
    background: url("/cn/static/upload/img-stock-gray.jpg") no-repeat center;
    background-size: 100% 100%;
}

.business .swiper-slide:nth-child(6) .name {
    background: url("/cn/static/upload/img-dianshang-gray.jpg") no-repeat center;
    background-size: 100% 100%;
}

.business .swiper-slide:nth-child(7) .name {
    background: url("/cn/static/upload/img-aerial-meterial-gray.jpg") no-repeat center;
    background-size: 100% 100%;
}

.business .swiper-slide:nth-child(8) .name {
    background: url("/cn/static/upload/img-customs-gray.jpg") no-repeat center;
    background-size: 100% 100%;
}

.business .swiper-slide:nth-child(9) .name {
    background: url("/cn/static/upload/img-chains-gray.jpg") no-repeat center;
    background-size: 100% 100%;
}
*/

.business .item:hover .name {
    /*background-color: rgba(42, 23, 116, 0);*/
}

.business .item .name span {
    position: relative;
    display: block;
    padding: 0 5px;
    font-weight: bold;
    text-shadow: 2px 2px 5px #2A1774;
    /*overflow: hidden;
    white-space: nowrap; !*不换行*!
    text-overflow: ellipsis; !*超出部分文字以...显示*!*/
}

.business .item:hover .name span:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    display: block;
    width: 80px;
    height: 3px;
    background: #fff;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    animation: ad_width .5s linear forwards;
}

@keyframes ad_width {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

.index-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.index-subtitle {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;

}

.swiper-btn1.swiper-button-next, .swiper-btn1.swiper-button-prev {
    margin-top: 0;
}

/*js4399金沙线资讯*/

.index-news-slide {
    width: 400px;
    background-color: #fff;
    position: relative;
    height: 506px;
    overflow: hidden;
}

.index-news-slide .cover-purple {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: rgba(42, 23, 116, 0.5);
    z-index: 2;
}

.index-news-slide .item {
    position: relative;
}

.index-news-slide .item .text {
    width: 290px;
    position: absolute;
    top: 100px;
    left: 55px;
    z-index: 3;
}

.index-news-slide .news-title {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    height: 76px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-news-slide .news-des {
    font-size: 18px;
    line-height: 1.8;
    height: 130px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 60px;
}

.index-news-slide a {
    color: #fff;
}

.index-news-slide .btn-more {
    padding: 6px 40px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    background-image: none;
    display: inline-block;
}

.index-news-slide .btn-more i {
    color: #F9B402;
}

.section-2 .content-box {
    position: relative;
}

.index-news-list {
    width: 695px;
    height: 506px;
    z-index: 2;
}

.index-news-list .title {
    overflow: hidden;
    margin-top: 10px;
    margin-left: 40px;
    margin-right: 30px;
    border-bottom: 1px solid #D8D8D8;
}

.index-news-list .title li {
    position: relative;
    float: left;
    margin-right: 30px;
    padding: 15px 0;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.index-news-list .title li.active,
.index-news-list .title li:hover {
    color: #2A1774;
}

.index-news-list .title li.active:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100px;
    height: 2px;
    background-color: #2A1774;
}

.index-news-list .list-content {
    height: 466px;
    overflow: hidden;
    margin-top: 40px;
    margin-left: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.index-news-list .tab-box {
    position: relative;
    height: 310px;
    margin: 30px;
    overflow: auto;
    overflow-x: hidden;
}

.index-news-list .list-box {
    position: absolute;
    top: 0;
    left: 0;
}

.index-news-list .list-box li {
    margin: 10px;
    width: 585px;
    text-indent: 20px;
    position: relative;
}

.index-news-list .list-box li:before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50px;
    background-color: #D8D8D8;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}

.index-news-list .list-box li a {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    overflow: hidden;
    white-space: nowrap; /*不换行*/
    text-overflow: ellipsis; /*超出部分文字以...显示*/
    text-align: left;
}

.index-news-list .list-box li:hover a {
    color: #2A1774;
}

.section-2 .decoration {
    width: 225px;
    height: 308px;
    background-color: #2A1774;
    position: absolute;
    right: 0;
    top: 0;
}


/*股票*/
.stock-box {
    font-size: 24px;
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
}

.stock-title {
    display: inline-block;
    margin-right: 100px;
}

.stock-title {
    color: #2A1774;
}

.stock-data {
    margin-right: 90px;
}

.page-index .world-map-sec .map-img {
    width: 100%;
    height: 100%;
    background-image: url("/cn/static/images/index-all-map-dot.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: center;
    background-position-y: 0px;
}<!--0.00010299682617188-->