@charset "UTF-8";

.min-width {
    min-width: 1300px;
}

/* home */
.banner {
    height: 606px;
}

.banner .swiper-slide {
    position: relative;
    overflow: hidden;
    height: 606px;
}

.svg-wrap {
    opacity: 0;
    position: absolute;
    top: 145px;
    left: 50%;
    width: 1357px;
    height: 311px;
    transform: translateX(-50%);
    background: url("../images/index/line_bg.png");
}

.svg-line {
    position: absolute;
}

.svg-line:nth-child(1) {
    top: 0px;
    left: -23px;
    width: 715px;
    height: 285px;
}

.svg-line:nth-child(2) {
    top: 5px;
    right: -22px;
    width: 715px;
    height: 285px;
}

.svg-line:nth-child(3) {
    top: 65px;
    left: 90px;
    width: 588px;
    height: 225px;
}

.svg-line:nth-child(4) {
    top: 68px;
    right: 120px;
    width: 588px;
    height: 225px;
}

.svg-line:nth-child(5) {
    top: 109px;
    left: 165px;
    width: 482px;
    height: 166px;
}

.svg-line:nth-child(6) {
    top: 112px;
    right: 185px;
    width: 482px;
    height: 166px;
}

.svg-line:nth-child(7) {
    top: 161px;
    left: 258px;
    width: 396px;
    height: 123px;
}

.svg-line:nth-child(8) {
    top: 166px;
    right: 270px;
    width: 396px;
    height: 123px;
}

.banner .swiper-slide .img {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1920px;
    transform: translateX(-50%);
}

.banner .swiper-slide .tt {
    position: absolute;
    left: 50%;
    top: 262px;
    transform: translateX(-50%);
    z-index: 10;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 140px;
}

.swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    border-radius: 0;
    opacity: 1;
    margin: 0 18px;
    background: rgba(255, 255, 255, 0.6);
}

.swiper-pagination-bullet-active {
    background: #fff;
}

/* 累计上链 */
.total {
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    color: #fff;
    background-color: rgba(29, 65, 166, 0.7);
}

.total .title {
    position: relative;
    height: 100px;
    width: 155px;
}

.total .title>p {
    font-size: 32px;
    font-family: "SourceHanSansCN-Medium";
    padding-top: 16px;
}

.total .title>span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.total .title:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 50px;
    height: 100px;
    background-image: linear-gradient(to left, rgba(94, 194, 253, 0.1) 20%, transparent);
}

.total-items {
    box-sizing: border-box;
    margin-left: 155px;
    padding: 0 57px;
    display: flex;
    justify-content: space-between;
}

.total-item {
    height: 100px;
    padding-left: 90px;
    align-items: center;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}

.total-item:nth-child(1) {
    background-image: url("../images/index/banner_ico1.png");
}

.total-item:nth-child(2) {
    background-image: url("../images/index/banner_ico2.png");
}

.total-item:nth-child(3) {
    background-image: url("../images/index/banner_ico3.png");
}

.total-item>.label {
    font-size: 18px;
    padding-top: 20px;
}

.total-item>.num {
    font-size: 24px;
    color: #a8fdfa;
}

/* 新闻资讯 */
.mod-bg {
    padding: 48px 0 60px 0;
    background-color: #f9fbfc;
    height: 510px;
}

.news {
    width: 844px;
}

.news-hd {
    box-sizing: border-box;
    height: 50px;
    border-bottom: 1px solid #d2e0fd;
}

.news-hd>li+li {
    margin-left: 40px;
}

.news-hd>li>a {
    font-family: "SourceHanSansCN-Medium";
    display: block;
    line-height: 47px;
    font-size: 18px;
    color: #333;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: left center;
}

.news-hd>li:nth-child(1)>a {
    background-image: url("../images/index/tab_ico1.png");
}

.news-hd>li:nth-child(2)>a {
    background-image: url("../images/index/tab_ico2.png");
}

.news-hd>li:nth-child(3)>a {
    background-image: url("../images/index/tab_ico3.png");
}

.news-hd>li.active>a {
    font-size: 22px;
    color: #2465e0;
    border-bottom: 3px solid #2465e0;
}

.news-hd>li.active:nth-child(1)>a {
    background-image: url("../images/index/tab_ico1h.png");
}

.news-hd>li.active:nth-child(2)>a {
    background-image: url("../images/index/tab_ico2h.png");
}

.news-hd>li.active:nth-child(3)>a {
    background-image: url("../images/index/tab_ico3h.png");
}

.news-bd {
    height: 390px;
    padding-top: 23px;
}

.bdl {
    display: none;
}

.news-items {
    width: 333px;
}

.news-item {
    box-sizing: border-box;
    height: 80px;
    padding: 15px 20px 0;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 15px 0 rgba(21, 46, 100, 0.02);
}

.news-item+.news-item {
    margin-top: 18px;
}

.news-item .title {
    font-family: "SourceHanSansCN-Medium";
    font-size: 16px;
    color: #333;
}

.news-item .info {
    color: #5c5f6b;
    padding: 6px 0;
}

.news-item .date {
    font-size: 16px;
    color: #a0a3ae;
}

.news-items .news-item:hover {
    border-color: #2465e0;
    box-shadow: 0 10px 15px 0 rgba(21, 46, 100, 0.1);
}

.news-items .news-item:hover .title {
    color: #2465e0;
}

.news-show {
    width: 486px;
}

.news-show .link {
    display: block;
    height: 303px;
}

.news-show .link img {
    width: 100%;
    height: 100%;
}

.news-show .news-item {
    height: 87px;
}

/* 重点项目推荐 */
.import {
    width: 332px;
}

.import .news-hd>li.active>a {
    background-image: url("../images/index/import_ico.png");
}

/* 特色应用 */
.app-bg {
    box-sizing: border-box;
    height: 357px;
    padding-top: 50px;
    background: url("../images/index/app_bg.png") no-repeat center top;
}

.app-title {
    font-family: "SourceHanSansCN-Medium";
    text-align: center;
}

.app-title>span {
    position: relative;
    font-size: 34px;
    color: #fff;
}

.app-title>span:before,
.app-title>span:after {
    position: absolute;
    content: "";
    top: 50%;
    width: 165px;
    height: 16px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.app-title>span:before {
    left: -200px;
    background-image: url("../images/index/app_icol.png");
}

.app-title>span:after {
    right: -200px;
    background-image: url("../images/index/app_icor.png");
}

.app-wrap {
    position: relative;
    padding: 0 50px;
}

.app-wrap .swiper-container {
    height: 220px;
    margin-top: 5px;
}

.swiper-link {
    position: relative;
    display: block;
    text-align: center;
    height: 100%;
    color: #fff;
}

.swiper-link .name {
    font-family: "SourceHanSansCN-Medium";
    font-size: 20px;
}

.swiper-mask {
    opacity: 0;
    box-sizing: border-box;
    width: 330px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 12px 22px;
    text-align: left;
    border: 1px solid #b5e6fb;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(to bottom, rgba(81, 137, 243, 0.5), rgba(30, 125, 228, 0.8));
}

.swiper-mask>p {
    max-height: 192px;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
}

.swiper-link:hover .swiper-mask {
    opacity: 1;
}

.app-wrap .swiper-button-prev,
.app-wrap .swiper-button-next {
    width: 20px;
    height: 38px;
    margin-top: -19px;
    background-size: 20px 38px;
}

.app-wrap .swiper-button-prev {
    background-image: url("../images/index/left_ico.png");
}

.app-wrap .swiper-button-next {
    background-image: url("../images/index/right_ico.png");
}

/* 地图 */
.map-wrap {
    box-sizing: border-box;
    height: 609px;
    padding-top: 38px;
    background: url("https://www.bqpoint.com/ebpu/bg.jpg") no-repeat center top;
}

.map-wrap .container {
    position: relative;
    z-index: 1;
}

.map-content {
    position: relative;
    width: 758px;
    height: 555px;
    margin-left: -15px;
}

.map-chart {
    width: 100%;
    height: 100%;
    background: url("https://www.bqpoint.com/ebpu/map_bg.png") no-repeat;
}

.diamonds-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
    background-image: url("https://www.bqpoint.com/ebpu/diamonds.png");
    background-size: 140px 7000px;
    background-position: 0 0;
    animation: move 2s steps(50) infinite;
    transform: scale(0.55);
    pointer-events: none;
}

.diamonds-item[data-name="苏州市"] {
    left: 475px;
    top: 141px;
}

.diamonds-item[data-name="无锡市"] {
    left: 444px;
    top: 144px;
}

.diamonds-item[data-name="常州市"] {
    left: 350px;
    top: 150px;
}

.diamonds-item[data-name="镇江市"] {
    left: 357px;
    top: 110px;
}

.diamonds-item[data-name="南通市"] {
    left: 502px;
    top: 96px;
}

.diamonds-item[data-name="宿迁市"] {
    left: 294px;
    top: -6px;
}

.diamonds-item[data-name="淮安市"] {
    left: 285px;
    top: 57px;
}

.diamonds-item[data-name="合肥市"] {
    left: 173px;
    top: 119px;
}

.diamonds-item[data-name="宣城市"] {
    left: 302px;
    top: 190px;
}

.diamonds-item[data-name="芜湖市"] {
    left: 229px;
    top: 164px;
}

.diamonds-item[data-name="蚌埠市"] {
    left: 148px;
    top: 54px;
}

.diamonds-item[data-name="淮南市"] {
    left: 116px;
    top: 80px;
}

.diamonds-item[data-name="马鞍山市"] {
    left: 256px;
    top: 128px;
}

.diamonds-item[data-name="淮北市"] {
    left: 118px;
    top: -1px;
}

.diamonds-item[data-name="铜陵市"] {
    left: 161px;
    top: 192px;
}

.diamonds-item[data-name="安庆市"] {
    left: 91px;
    top: 196px;
}

.diamonds-item[data-name="黄山市"] {
    left: 231px;
    top: 230px;
}

.diamonds-item[data-name="滁州市"] {
    left: 241px;
    top: 74px;
}

.diamonds-item[data-name="阜阳市"] {
    left: 20px;
    top: 42px;
}

.diamonds-item[data-name="宿州市"] {
    left: 193px;
    top: 21px;
}

.diamonds-item[data-name="六安市"] {
    left: 67px;
    top: 115px;
}

.diamonds-item[data-name="亳州市"] {
    left: 42px;
    top: 19px;
}

.diamonds-item[data-name="嘉兴市"] {
    left: 487px;
    top: 188px;
}

.diamonds-item[data-name="湖州市"] {
    left: 393px;
    top: 181px;
}

.diamonds-item[data-name="绍兴市"] {
    left: 472px;
    top: 244px;
}

.diamonds-item[data-name="衢州市"] {
    left: 263px;
    top: 297px;
}

.diamonds-item[data-name="舟山市"] {
    left: 618px;
    top: 212px;
}

.diamonds-item[data-name="丽水市"] {
    left: 365px;
    top: 341px;
}

.diamonds-item[data-name="南京市"] {
    left: 305px;
    top: 110px;
}

.diamonds-item[data-name="徐州市"] {
    left: 222px;
    top: -14px;
}

.diamonds-item[data-name="连云港市"] {
    left: 332px;
    top: -55px;
}

.diamonds-item[data-name="盐城市"] {
    left: 427px;
    top: 10px;
}

.diamonds-item[data-name="扬州市"] {
    left: 375px;
    top: 60px;
}

.diamonds-item[data-name="泰州市"] {
    left: 411px;
    top: 72px;
}

.diamonds-item[data-name="池州市"] {
    left: 142px;
    top: 254px;
}

.diamonds-item[data-name="杭州市"] {
    left: 375px;
    top: 234px;
}

.diamonds-item[data-name="宁波市"] {
    left: 545px;
    top: 245px;
}

.diamonds-item[data-name="温州市"] {
    left: 459px;
    top: 355px;
}

.diamonds-item[data-name="金华市"] {
    left: 404px;
    top: 283px;
}

.diamonds-item[data-name="台州市"] {
    left: 503px;
    top: 310px;
}

.diamonds-item[data-name="上海市"] {
    left: 527px;
    top: 190px;
}

@keyframes move {
    to {
        background-position: 0 -7000px;
    }
}

.map-tooltip {
    position: relative;
    height: 23px;
    padding: 0 10px;
    border: 1px solid #fff;
    background-color: rgba(26, 62, 178, 0.6);
}

.map-tooltip:before {
    position: absolute;
    content: "";
    left: -1px;
    top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 0;
    border-color: #fff transparent transparent transparent;
}

.map-info {
    position: absolute;
    top: 146px;
    right: -33px;
    width: 473px;
    height: 204px;
    box-sizing: border-box;
    padding: 20px 0 0 26px;
    color: #fff;
    background: url("../images/index/info_bg.png") no-repeat;
}

.map-info:before {
    position: absolute;
    content: "";
    top: 70px;
    left: -56px;
    width: 49px;
    height: 39px;
    background: url("../images/index/map_tri.png") no-repeat;
}

.map-info .title {
    padding-left: 50px;
    font-size: 32px;
    background: url("../images/index/info_tt.png") no-repeat left center;
}

.map-info .list-items {
    padding-top: 15px;
}

.map-info .list-item {
    padding-left: 42px;
    line-height: 48px;
    background: url("../images/index/list_img.png") no-repeat left center;
    overflow: hidden;
}

.map-info .list-item>span {
    font-size: 22px;
}

.map-info .list-item>p {
    color: #65a1f9;
}

.map-info .list-item>p>span {
    font-size: 26px;
    color: #90f0f7;
    margin-right: 5px;
}

.map-info .empty {
    display: none;
    text-indent: -40px;
    font-size: 30px;
    text-align: center;
    padding-top: 30px;
    color: #a8fdfa;
}

/*光线 */
.line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 359px;
    height: 284px;
    transform: translateX(-50%);
    z-index: -1;
}

.line-item {
    position: absolute;
    width: 4px;
    height: 115px;
    background-repeat: no-repeat;
    animation: line 1.5s infinite;
}

@keyframes line {
    from {
        opacity: 0;
        transform: translateY(0);
    }

    to {
        opacity: 1;
        transform: translateY(-160px);
    }
}

.line-item:nth-child(1) {
    left: 0;
    bottom: 0;
    animation-delay: 2.2s;
}

.line-item:nth-child(2) {
    left: 116px;
    bottom: 20px;
    animation-delay: 2.4s;
}

.line-item:nth-child(3) {
    left: 151px;
    bottom: 40px;
    animation-delay: 2.6s;
}

.line-item:nth-child(4) {
    left: 197px;
    bottom: 0;
    animation-delay: 2.2s;
}

.line-item:nth-child(5) {
    left: 238px;
    bottom: 20px;
    animation-delay: 2.4s;
}

.line-item:nth-child(6) {
    right: 0;
    bottom: 40px;
    animation-delay: 2.6s;
}

.line1 {
    background-image: url("../images/index/line1.png");
}

.line2 {
    background-image: url("../images/index/line2.png");
}

.light-item {
    position: absolute;
    top: 97px;
    width: 32px;
    height: 32px;
    background-image: url("../images/index/light.png");
    animation: light 2s linear infinite;
}

.light1 {
    left: 121px;
}

.light2 {
    left: 218px;
}

@keyframes light {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}
/* 202010902 */
.newsbanner {
    width: 100%;
    height: 390px;
}

.newsbanner .swiper-slide {
    height: 390px;
    position: relative;
}

.newsbanner .swiper-slide img {
    width: 100%;
    height: 390px;
}

.newsmask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    height: 45px;
    line-height: 45px;
    padding: 0 140px 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    background: rgba(0, 0, 0, .5);

}

.newsbanner .swiper-pagination{
    position: absolute;
    width: 140px;
    right: 0;
    left: auto;
    bottom: 10px;
}

.newsbanner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    opacity: 1;
    margin: 0 18px;
    background: #858585;
}

.newsbanner .swiper-pagination-bullet-active {
    background: #ff7800;
}