/**!
* 首页
* date:2021-09-22
* author: gl;
*/

.banner {
    position: relative;
    height: 800px;
    background: url("../images/banner_bg.jpg") no-repeat center top;
    overflow: hidden;
}

.banner:before {
    position: absolute;
    content: "";
    top: 348px;
    left: 50%;
    transform: translateX(-50%);
    width: 1399px;
    height: 148px;
    background: url("../images/banner_title.png") no-repeat;
}

@media(max-width:1680px) {
    .banner:before {
        width: 1200px;
        height: 130px;
        background-size: 1200px 130px;
    }
}

.mod-one {
    padding: 70px 0;
    background-color: #e4f0ff;
}

/* 图片轮播 */
.imgscroll {
    width: 704px;
    height: 448px;
    margin: 0;
}

.imgsrcoll-link {
    display: block;
    position: relative;
}

.imgsrcoll-link img {
    width: 704px;
    height: 448px;
}

.imgscroll .swiper-button-next,
.imgscroll .swiper-button-prev {
    opacity: 0;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    border-radius: 50%;
    background-size: 8px 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, .1);
    transition: all .1s ease-in-out;
}

.imgscroll .swiper-button-prev {
    background-image: url("../images/left_btn.png");
}

.imgscroll .swiper-button-next {
    background-image: url("../images/right_btn.png");
}

.imgscroll:hover .swiper-button-next,
.imgscroll:hover .swiper-button-prev {
    opacity: 1;
}

.imgsrcoll-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 77px;
    line-height: 54px;
    padding: 0 16px;
    color: #fff;
    font-size: 16px;
    background-color: rgba(0, 0, 0, .6);
}

.imgsrcoll-info .title {
    width: calc(100% - 140px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.imgscroll .swiper-pagination-bullet {
    margin: 0 5px;
    border-radius: 10px;
    background-color: #fff;
    opacity: 1;
}

.imgscroll .swiper-pagination-bullet-active {
    width: 26px;
    background-color: #61afff;
}

/* 新闻 */
.news {
    margin-left: 726px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 3px 16px 0px rgba(207, 216, 229, 0.3);
    overflow: hidden;
}

.news-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    padding: 0 7px;
    text-align: center;
    background-image: linear-gradient(to bottom, #388ff0, #4da9f6);
}

.news-tt {
    display: block;
    width: calc(33.33% - 14px);
    margin: 0 7px;
    font-size: 18px;
    color: #fff;
    height: 47px;
    line-height: 47px;
    border-radius: 5px;
}

.news-tt.active {
    font-size: 20px;
    font-weight: bold;
    color: #439cf3;
    background-image: linear-gradient(0deg, rgb(255, 255, 255) 25%, rgb(117, 175, 255) 100%);
    box-shadow: inset 0px 5px 0px 0px rgba(255, 255, 255, 0.5);
}

.news-bd {
    height: 392px;
}

.list-items {
    padding: 30px 20px 0;
}

.list-it {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.list-it+.list-it {
    margin-top: 15px;
}

.list-it:before {
    position: absolute;
    content: "";
    width: 1px;
    top: 0;
    left: 105px;
    bottom: -15px;
    border-right: 1px dashed #e5e6e8;
}

.list-it:last-child:before {
    bottom: 16px;
}

.list-it:after {
    position: absolute;
    content: "";
    top: 6px;
    left: 102px;
    width: 9px;
    height: 9px;
    background: url("../images/list_ico.png") no-repeat;
}

.list-it .date {
    width: 88px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    background-color: #edf5fe;
}

.list-it .date>p {
    font-size: 16px;
}

.list-it .date>span {
    color: #999;
}

.list-info {
    box-sizing: border-box;
    width: calc(100% - 121px);
    margin-left: 35px;
    font-size: 15px;
    padding: 4px 9px;
    border-radius: 4px;
    margin-top: -7px;
    border: 1px solid transparent;
    transition: all .1s;
}

.list-info .title {
    display: block;
    color: #333;
}

.list-info .det {
    line-height: 24px;
    height: 48px;
    margin-top: 2px;
    color: #999;
    overflow: hidden;
}

.list-it:hover .list-info {
    border-color: #92c9ff;
    box-shadow: 0px 0px 12px 0px rgba(165, 207, 255, 0.6);
}

.list-it:hover:after {
    background-image: url("../images/list_icoh.png");
}

.list-it:hover .title {
    color: #2a8efc;
}

/* 特色应用 */
.mod-two {
    box-sizing: border-box;
    height: 400px;
    padding-top: 64px;
    color: #fff;
    background: url("../images/app_bg.jpg") no-repeat center top;
}

.app-title {
    text-align: center;
}

.app-title>span {
    position: relative;
    font-size: 32px;
    font-weight: 600;
}

.app-title>span:before,
.app-title>span:after {
    position: absolute;
    content: "";
    top: 50%;
    width: 49px;
    height: 38px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.app-title>span:before {
    left: -73px;
    background-image: url("../images/title_icol.png");
}

.app-title>span:after {
    right: -73px;
    background-image: url("../images/title_icor.png");
}

.app {
    position: relative;
    margin-top: 25px;
    height: 218px;
    padding: 0 80px;
}

.app .swiper-container {
    height: 100%;
}

.app .swiper-slide {
    text-align: center;
}

.app-tt {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.app-link img {
    width: 234px;
    height: 189px;
}

.app .swiper-button-next,
.app .swiper-button-prev {
    width: 20px;
    height: 38px;
    margin-top: -19px;
    background-size: 20px 38px;
}

.app .swiper-button-prev {
    background-image: url("../images/app_btn_l.png");
}

.app .swiper-button-next {
    background-image: url("../images/app_btn_r.png");
}

.app .swiper-button-next.swiper-button-disabled,
.app .swiper-button-prev.swiper-button-disabled {
    opacity: 0.1;
}

/* 上链数据展示 */
.mod-three {
    padding: 64px 0;
    background: url("../images/reveal_bg.png") no-repeat center bottom #f7fbff;
}

.data {
    height: 130px;
    margin-top: 55px;
    border-radius: 0 4px 4px 0;
    background-color: #fff;
}

.data-hd {
    box-sizing: border-box;
    width: 286px;
    height: 130px;
    line-height: 130px;
    font-size: 26px;
    font-weight: 800;
    text-indent: 22px;
    letter-spacing: 19px;
    color: #fff;
    text-align: center;
    background: url("../images/data_bg.png") no-repeat;
}

.data-items {
    display: flex;
    margin-left: 286px;
    height: 100%;
}

.data-item {
    position: relative;
    display: flex;
    justify-content: center;
    width: 33.333%;
    height: 100%;
}

.data-item+.data-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 79px;
    background-color: #e7eaef;
}

.data-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 98px;
    background-repeat: no-repeat;
    background-position: left 20px;
}

.data-info .title {
    font-size: 16px;
    margin-top: -14px;
}

.data-info .num {
    font-size: 32px;
    font-weight: 800;
    color: #4d9bf4;
}

.data-item:nth-child(1) .data-info {
    background-image: url("../images/data_img1.png");
}

.data-item:nth-child(2) .data-info {
    background-image: url("../images/data_img2.png");
}

.data-item:nth-child(3) .data-info {
    background-image: url("../images/data_img3.png");
}

.map-chart {
    width: 756px;
    height: 600px;
    margin-top: 40px;
    background: url("../images/map.png") no-repeat center 25px;
}

.map-info {
    position: relative;
    margin-left: 800px;
    padding-left: 120px;
    padding-top: 21px;
    z-index: 1;
}

.map-info:before {
    position: absolute;
    content: "";
    top: 224px;
    left: 0;
    width: 84px;
    height: 66px;
    background: url("../images/map_tri.png") no-repeat;
}

.map-block {
    box-sizing: border-box;
    height: 213px;
    border-radius: 4px;
    padding: 4px;
    margin-top: 18px;
    background-color: #fff;
}

.map-hd {
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
}

.map-bd {
    position: relative;
    box-sizing: border-box;
    height: calc(100% - 44px);
    padding-left: 33px;
    padding-top: 8px;
}

.map-bd:before {
    position: absolute;
    content: "";
    left: 6px;
    top: -38px;
    width: calc(100% + 8px);
    height: 132px;
    border-radius: 4px;
    background-color: #d7e4f7;
    z-index: -1;
}

.map-block:nth-child(1) .map-hd {
    background-image: linear-gradient(to right, #0e84e8, #38a3f8);
}

.map-block:nth-child(2) .map-hd {
    background-image: linear-gradient(to right, #11a8b1, #1bc9cf);
}

.map-block:nth-child(3) .map-hd {
    background-image: linear-gradient(to right, #ebaa2d, #fcc721);
}

.map-block:nth-child(4) .map-hd {
    background-image: linear-gradient(to right, #956eee, #a88dff);
}

.map-item {
    height: 32px;
    line-height: 32px;
    padding-left: 30px;
    background: url("../images/map_ico1.png") no-repeat left center;
}

.map-item .name {
    width: 50%;
    font-weight: 600;
}

.map-item .num {
    width: 50%;
    font-weight: 800;
}

.map-item .num>span {
    padding-right: 18px;
    background: url("../images/map_ico2.png") no-repeat right center;
}