.swiper-slide-map {
    /* text-align: center; */
    /* font-size: 0.95vw; */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner-part1, .part1 {
    /* background: url(../images/index/banner.jpg); */
    background: url(../images/index/banner1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.banner-list1 {
    overflow: hidden;
}

.banner-part2 {
    background: url(../images/index/banner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.banner-list2 {
    background: url(../images/index/banner2.jpg) !important;
    background-repeat: no-repeat;
    /* background-size: cover !important; */
    height: 100% !important;
    width: 100% !important;
    z-index: 10;
    position: relative;
}

.banner-list2 img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    /* object-position: left bottom; */
}
.banner-list2-box p {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.banner-list2-box p{
    font-size: 3vw;
    text-shadow: 0 3px 0#194f85;
}

.banner-list2-box p:nth-child(2) {
    margin-top: 20px;
}

.banner-part3 {
    background: url(../images/index/banner1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.banner-list3 {
    background: url(../images/index/banner1.jpg) !important;
    background-repeat: no-repeat;
    /* background-size: cover !important; */
    height: 100% !important;
    width: 100% !important;
    z-index: 10;
    position: relative;
}

.banner3-words h1 {
    font-size: 7vw;
    color: #ffffff;
    margin-bottom: 5vw;
    letter-spacing: 4px;
}

.banner3-words p {
    font-size: 2vw;
    color: #ffffff;
    margin-top: 1vw;
    font-weight: bold;
    letter-spacing: 2px;
}

.banner-part4 {
    background: url(../images/index/banner3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.banner-list4 {
    background: url(../images/index/banner3.jpg) !important;
    background-repeat: no-repeat;
    /* background-size: cover !important; */
    height: 100% !important;
    width: 100% !important;
    z-index: 10;
    position: relative;
}

.swiper-container .banner-list4-box,.swiper-container .banner-list2-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
.banner-list4-box>span{
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
    text-shadow: 0px 2px 0px #666500;
    letter-spacing: 3px;
}
.banner-list4-box>span:nth-child(1) {
    font-size: 4.5vw;
}

.banner-list4-box>span:nth-child(2) {
    font-size: 3vw;
}

.swiper-container .swiper-slide .banner-list3-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    ;
}


.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.part2 {
    background-color: #014495;
}

.part3, .part5 {
    background-color: #014495;
}

/* .part3{
    background-image: url(../images/index/part3-img8.png);
    background-repeat: no-repeat;
    background-size: 1200px auto;
    background-position: ;
} */

.part4, .part6 {
    background: linear-gradient(0deg, #1365ac 0%, #014495 5%, #014495 95%, #1365ac 100%);
    background: -webkit-linear-gradient(90deg, #1365ac 0%, #014495 5%, #014495 95%, #1365ac 100%);
    /* 谷歌浏览器上*/
    background: -o-linear-gradient(0deg, #1365ac 0%, #014495 5%, #014495 95%, #1365ac 100%);
    /* Opera浏览器 */
    background: -moz-linear-gradient(0deg, #1365ac 0%, #014495 5%, #014495 95%, #1365ac 100%);
    /* 火狐浏览器*/
}

.part8 {
    background: linear-gradient(0deg, #014495 95%, #1365ac 100%);
    background: -webkit-linear-gradient(90deg, #014495 95%, #1365ac 100%);
    /* 谷歌浏览器上*/
    background: -o-linear-gradient(0deg, #014495 95%, #1365ac 100%);
    /* Opera浏览器 */
    background: -moz-linear-gradient(0deg, #014495 95%, #1365ac 100%);
    /* 火狐浏览器*/
}

.banner-icon>img {
    width: auto;
    height: 100%;
}

.banner-icon {
    position: absolute;
    top: 120px;
    left: 15%;
    height: 80%;
    width: 50%;
    text-align: left;
}

#wavesBox {
    width: 100%;
    position: absolute;
    top: 120px;
    overflow: hidden;
}

#waves {
    width: 100% !important;
    height: 100% !important;
    margin-left: -16%;
}

.btn1 {
    border-radius: 30px;
    color: #ffffff;
    background-color: rgba(14, 96, 161, 0.7);
    padding: 10px 37px;
    font-size: 1.5vw;
    margin-top: 10px;
    line-height: inherit;
    border: 1px solid #fff;
    display: inline-block;
    transition: all ease 0.4s;
}

.btn1:hover {
    background-color: #2895E7;
    border: 1px solid #2895E7;
    cursor: pointer;
    color: #ffffff;
}

.btn1:visited {
    color: #ffffff
}

/* 第二页 */

.box-header {
    margin: 0 auto;
    color: #ffffff;
    width: 80%;
}

.header-left {
    text-align: left;
}

.part-header-title-l {
    font-size: 1.87vw;
    height: 2.5vw;
    line-height: 2.5vw;
}

.part-header-border-l {
    width: 20px;
    height: 3px;
    background: #52dcff;
    margin-top: 1.25vw;
    display: inline-block;
}

.part2-content {
    color: #ffffff;
    margin-top: 1.5vw;
    font-size: 1vw;
    line-height: 1.87;
}

.part2 {
    background-image: url(../images/index/part2-background.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.part2-box {
    position: absolute;
    bottom: 5%;
    left: 10%;
    width: 80%;
    height: 65%;
    top: 50%;
}

.part2-li {
    width: 46%;
    float: left;
    border: 1px solid #52dcff;
    border-radius: 10px;
    color: #52dcff;
    font-size: 14px;
    padding: 2% 5%;
    position: relative;
    display: flex;
    align-items: center;
}

.part2-li-left, .part2-line {
    float: left;
}

.part2-li-left {
    width: 22%;
    height: auto;
}

.part2-li-left>img {
    width: 100%;
    height: 100%;
}

.part2-line {
    width: 1px;
    height: 60px;
    background-color: #52dcff;
    margin: 0 10%;
}

.part2-right {
    width: 56%;
}

/* 第三页 */

.part3-box {
    position: absolute;
    bottom: 5%;
    left: 10%;
    width: 80%;
    height: 65%;
}

.part3-background {
    width: 100%;
    margin-top: -80px;
    position: relative;
}

.part3-background img {
    width: 100%;
}

.part3-list-content {
    position: absolute;
    top: 24%;
    right: 12%;
    width: 30%;
}

.part3-list-content li {
    display: none;
}

.part3-list-content li.part3-list-content-li {
    display: block;
}

.part3-list-content p {
    font-size: 1.5vw;
    color: #83ecff;
    margin-bottom: 20px;
}

.part3-list-content div {
    font-size: 1vw;
    color: #83ecff;
}

.part3-ul {
    position: absolute;
    bottom: 30%;
    left: 10%;
    display: flex;
    width: 80%;
    justify-content: space-between;
}

.part3-li {
    cursor: pointer;
    width: 14%;
}

.part3-li p {
    font-size: 1vw;
    color: #a7e7ff;
    margin-top: 10px;
    text-align: center;
}

.part3-li div {
    width: 60%;
    height: 0;
    margin-left: 20%;
    padding-top: 60%;
    background-image: linear-gradient(to right, #52dcff, #20a8fe);
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.part3-li div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.part3-img2 {
    display: none;
}

.part3-li-s div {
    background: #014495;
    box-shadow: 0 0 15px #ffffff;
    overflow: hidden;
}

.part3-li-s p {
    color: #52dcff;
}

.part3-li-s .part3-img2 {
    display: inline-block;
}

.part3-li-s .part3-img1 {
    display: none;
}

/* 第四页 */

/* 轮播图 */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.container {
    margin: 150px auto;
    width: 1000px;
}

.poster-main {
    width: 1000px;
    height: 500px;
    position: relative;
    margin: 100px auto 0;
}

.poster-main a, .poster-main img {
    display: block;
}

.poster-main .poster-list {
    width: 1000px;
    height: 500px;
}

.poster-main .poster-list .poster-item {
    width: 200px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
}

.poster-main .poster-btn {
    position: absolute;
    top: 0;
    z-index: 10;
    cursor: pointer;
}

.poster-main .poster-prev-btn {
    left: 0;
    /* background: url(../img/left.png) no-repeat center center; */
}

.poster-main .poster-next-btn {
    right: 0;
    /* background: url(../img/right.png) no-repeat center center; */
}

.poster-item-footer {
    width: 90%;
    margin-left: 5%;
    text-align: center;
}

.poster-item-footer>p:nth-child(1) {
    color: #52dcff;
    line-height: 3.75vw;
    margin: 0;
    font-size: 1.5vw;
}

.poster-item-footer>p:nth-child(2) {
    color: #52dcff;
    line-height: 1.5vw;
    margin: 0;
    font-size: 1vw;
}

.poster-item img {
    width: 100%;
}

.poster-item {
    background-color: #014495;
    box-shadow: 0 0 15px #52dcff;
    border-radius: 8px;
    overflow: hidden;
}

/* 第五页 */

.part5-box {
    position: absolute;
    bottom: 5%;
    left: 10%;
    width: 80%;
    height: 65%;
}

.part5-left {
    width: 36.5vw;
}

.part5-li {
    margin-top: 1vw;
}

.part5-li>p {
    position: relative;
    height: 2.4vw;
    line-height: 2.4vw;
    width: 15vw;
    border-left: 1px solid #c8c8c8;
    overflow: hidden;
    margin: 0;
}

.part5-li>p:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15vw;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    transform-origin: 0 100%;
    transform: skewX(30deg);
    background-image: linear-gradient(to right, #004f99, #0c64a8);
}

.part5-li>p span {
    position: absolute;
    font-size: 1.25vw;
    margin-left: 20px;
    color: #ffffff;
}

.part5-li>div {
    /* height: 2.8vw; */
    line-height: 2.8vw;
    font-size: 1vw;
    padding: 0 20px;
    background-image: linear-gradient(to right, #23acfe, #37c0fe);
    border: 1px solid #52dcff;
    color: #ffffff;
}

.part5-right {
    position: absolute;
    top: 20%;
    left: 60%;
    bottom: 6%;
    /* height: 70%; */
}

.part5-right img {
    height: 100%;
}

/* @media screen and (min-width: 1920px) {
    .part5 .box-header {
        width: 1300px;
    }
} */

/* 第六页 */

.part6-box {
    position: absolute;
    bottom: 5%;
    left: 10%;
    width: 80%;
    height: 65%;
    display: flex;
}

.part6-left {
    width: 60%;
}

.part6-li {
    float: left;
    width: 50%;
    height: 8vw;
    line-height: 8vw;
    margin-bottom: 1.8vw;
    overflow: hidden;
}

.part6-li>div {
    width: 8vw;
    height: 8vw;
    float: left;
    text-align: center;
    line-height: 8vw;
    border-radius: 50%;
    border: 1px solid #52dcff;
    background-image: linear-gradient(to right, #004f99, #0c64a8);
}

.part6-li>div img {
    width: 5vw;
    height: 5vw;
}

.part6-li span {
    margin-left: 1.5vw;
    font-size: 1vw;
    color: #52dcff;
}

.part6-right {
    height: 29vw;
}

.part6-right img {
    height: 100%;
}

.part6 {
    background: url(../images/index/part6-img8.jpg) 100% bottom no-repeat, linear-gradient(0deg, #1365ac 0%, #014495 5%, #014495 95%, #1365ac 100%);
    ;
    background-size: 100% auto;
}

/*第七页  --- 地图 */

.part-header-border {
    width: 20px;
    height: 3px;
    background: #52dcff;
    margin: 20px auto 0;
}

.part-header-title {
    font-size: 30px;
    text-align: center;
}

.part7 {
    width: 100%;
    background-color: #014495;
}

.solution-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32%;
    display: flex;
    justify-content: center;
    color: rgb(255, 253, 253);
    z-index: 1000;
}

.solution-header>div {
    align-self: center
}

.part7-left-contnet {
    position: absolute;
    left: 10%;
    bottom: 20%;
    font-size: 1vw;
    color: white;
}

.part7_echarts {
    /* margin-right: 15%; */
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 5%;
    left: 0;
}

/* 第八页 */

.part8-box {
    margin-top: 2%;
}

.part8-ul {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-left: 10%;
}

.part8-li {
    width: 30%;
    background-color: #ffffff;
    padding-bottom: 1.2vw;
    border-radius: 8px;
    border-bottom: 5px solid #ffffff;
    overflow: hidden;
}

.part8-li:hover {
    border-bottom: 5px solid #2485f1;
}

.part8-news-date {
    width: 0;
    height: 0;
    border-top: 5vw solid #2485f1;
    border-right: 6.25vw solid transparent;
    position: relative;
}

.part8-news-date p:nth-child(1) {
    position: absolute;
    top: -5vw;
    left: 0.4vw;
    font-size: 1.375vw;
    font-style: italic;
    color: #ffffff;
}

.part8-news-date p:nth-child(2) {
    position: absolute;
    top: -3.125vw;
    left: 0.4vw;
    font-size: 0.88vw;
    color: #ffffff;
}

.part8-title {
    padding: 0 1.25vw;
    width: 90%;
    font-size: 1.25vw;
    color: #474747;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.part8-content {
    height: 4.5vw;
    line-height: 1.5vw;
    padding: 0 1.25vw;
    font-size: 1vw;
    color: #474747;
    width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 这里是超出几行省略 */
    overflow: hidden;
}

/* @media screen and (min-width: 1280px) and (max-width: 1599px) {
    .banner-icon {
        position: absolute;
        top: 50%;
        left: 200px;
        height: 518px;
        width: 280px;
        margin-top: -259px;
    }
}
@media screen and (min-width: 1600px) and (max-width: 1919px) {
    .banner-icon {
        position: absolute;
        top: 50%;
        left: 200px;
        height: 646px;
        width: 350px;
        margin-top: -323px;
    }
}
@media screen and (min-width: 1920px) and (max-width: 2559px) {
    .banner-icon {
        position: absolute;
        top: 50%;
        left: 400px;
        height: 831px;
        width: 450px;
        margin-top: -415px;
    }
}
@media screen and (min-width: 2560px){
    .banner-icon {
        position: absolute;
        top: 50%;
        left: 500px;
        height: 1000px;
        width: 540px;
        margin-top: -500px;
    }
} */