.mySwiperIndex {
    height: 9.6rem;
}

.bannerSection {
    position: relative;
}

.mySwiperIndex .swiper-wrapper,
.mySwiperIndex .swiper-slide {
    height: 100%;
    width: 100%;
}

.mySwiperIndex .swiper-slide {
    position: relative;
    height: 100%;
}

.indexSwiper-title-wrap {
    position: absolute;
    right: 1.4rem;
    bottom: 1.9rem;
    color: #fff;
    font-weight: bold;
    text-align: right;
    font-family: '胡晓波男神体';
}

.indexSwiper-title1 {
    font-size: 0.4rem;
}

.indexSwiper-title2 {
    font-size: 0.5rem;
}

.mySwiperIndex img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.mySwiperIndex .swiper-pagination {
    bottom: 0.5rem !important;
}

.mySwiperIndex .swiper-pagination-bullet {
    width: 0.21rem !important;
    height: 0.06rem !important;
    border-radius: 99rem !important;
    opacity: 1 !important;
    transition: all .25s;
    background-color: #fff !important;
}

.mySwiperIndex .swiper-pagination-bullet-active {
    width: 0.38rem !important;
    background-color: rgb(44, 104, 185) !important;
}

.odd-section {
    padding: 0.8rem 0 0.7rem 0;
}

.title-web {
    font-size: 0.3rem;
    color: rgb(51, 51, 51);
    padding-left: 0.15rem;
    position: relative;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.title-web::before {
    content: '';
    position: absolute;
    left: 0;
    width: 0.04rem;
    height: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(10, 80, 180);
}

.desc-text {
    font-size: 0.22rem;
    color: rgb(0, 0, 0);
    line-height: 1.8;
    margin-bottom: 0.15rem;
    text-align: justify;
}

.second-left {
    width: 8.12rem;
}

.more {
    width: 1.6rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.18rem;
    border-radius: 0.07rem;
    margin-bottom: 0.3rem;
    background: linear-gradient(to right, rgb(70, 171, 255), rgb(6, 122, 218));
    box-shadow: 0 0.09rem 0.14rem rgba(6, 122, 218, 0.2);
}

.product-wrap-container .swiper-slide-active {
    transform: scale(1.71) !important;
}

.productSwiper .swiper-wrapper {
    padding: 1.25rem 0;
}

.productSwiper .title-desc {
    display: none;
}

.num-box {
    display: flex;
    flex-wrap: wrap;
}

.num-item {
    width: 33.3%;
    margin-bottom: 0.15rem;
}

.num-box .number {
    font-size: 0.4rem;
    font-weight: bold;
    color: rgb(44, 104, 185);
    margin-right: 0.03rem;
}

.danwei,
.num-bottom {
    font-size: 0.16rem;
    color: rgb(115, 114, 111);
}

.num-top {
    display: flex;
    align-items: center;
}

.flex-wrap-js {
    max-width: 100%;
    display: flex;
    padding-left: 2.6rem;
}

.second-right {
    flex: 1;
    position: relative;
}

.second-right img {
    width: 100%;
    height: 100%;
    /* transform: translateX(-1rem) scale(1.1); */
    /* position: absolute; */
    /* width: 11.2rem; */
    /* height: 5.6rem; */
    /* left: -2rem; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

.event-section {
    width: 100%;
    padding: 0.6rem 0 0.8rem 0;
    background-color: rgb(240, 244, 250);
    position: relative;
}

.bgs {
    position: absolute;
    width: 100%;
    height: 4.83rem;
    bottom: 0;
}

.title-meta {
    text-align: center;
    margin-bottom: 0.45rem;
}

.title-meta span {
    font-weight: bold;
    font-size: 0.3rem;
    color: rgb(51, 51, 51);
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-meta span::before {
    content: '';
    width: 0.04rem;
    height: 0.3rem;
    background-color: rgb(10, 80, 180);
    margin-right: 0.15rem;
}

.product-wrap-container {
    position: relative;
}



.product-wrap-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-wrap-container .swiper-slide.swiper-slide-prev {
    transform: translate3d(0px, 0px, -100px) rotateX(0deg) rotateY(36.9643deg) scale(1) !important;
}

.product-wrap-container .swiper-slide.swiper-slide-next {
    transform: translate3d(0px, 0px, -100px) rotateX(0deg) rotateY(-36deg) scale(1) !important;
}

.product-wrap-container .swiper-button-prev {
    width: 0.6rem !important;
    height: 0.6rem !important;
    border-radius: 50%;
    background: url('../image/clice.png') no-repeat;
    background-size: 100% 100%;
    left: 0.25rem;
}

.product-wrap-container .swiper-button-prev::after {
    color: transparent;
    width: 0.3rem;
    height: 0.26rem;
    background: url('../image/left.png') no-repeat;
    background-size: 100% 100%;
}

.product-wrap-container .swiper-button-next {
    width: 0.6rem !important;
    height: 0.6rem !important;
    border-radius: 50%;
    background: url('../image/clice.png') no-repeat;
    background-size: 100% 100%;
    right: 0.25rem;
}

.product-wrap-container .swiper-button-next::after {
    color: transparent;
    width: 0.3rem;
    height: 0.26rem;
    background: url('../image/right.png') no-repeat;
    background-size: 100% 100%;
}

.title-desc {
    font-size: 0.1rem;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.21rem;
    box-sizing: border-box;
    display: none;
}

.product-wrap-container .swiper-slide-active .title-desc {
    display: block;
}

.data-title {
    box-sizing: border-box;
    color: rgb(10, 80, 180);
    font-weight: bold;
    font-size: 0.24rem;
    text-align: center;
    margin-top: 0.45rem;
}

.new-wrap-container {
    display: flex;
    padding-bottom: 0.6rem;
}

.new-left {
    width: 7.4rem;

}

.new-right {
    flex: 1;
    margin-left: 0.45rem;
}

.new-swiper-wrap {
    position: relative;
}

.new-swiper-wrap img {
    width: 100%;
    height: 4.5rem;
    object-fit: cover;
}

.new-title-meta {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 0.3rem;
    color: #000;
    margin-bottom: 0.25rem;
}

.new-title-meta::before {
    content: '';
    display: block;
    width: 0.04rem;
    height: 0.3rem;
    background: rgb(10, 80, 180);
    margin-right: 0.1rem;
}

.newSwiper .swiper-slide {
    height: 100%;
    position: relative;
}

.newSwiper .a-new-title {
    width: 5.56rem;
    display: block;
    padding: 0 0 0 0.25rem;
    color: #fff;
    font-weight: bold;
    font-size: 0.24rem;
    position: absolute;
    bottom: 0.4rem;
    z-index: 9;
}

.newSwiper .swiper-pagination {
    width: auto !important;
    bottom: 0.42rem !important;
    right: 0.21rem !important;
    left: auto !important;
}

.newSwiper .swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.new-r-topWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.25rem;
    border-bottom: 0.01rem solid rgb(229, 229, 229);
}

.new-r-tbox {
    display: flex;
    align-items: center;
}

.new-title-type {
    color: rgb(102, 102, 102);
    font-size: 0.21rem;
    padding: 0.15rem 0.3rem;
    border-radius: 99rem;
    font-weight: bold;
    margin-right: 0.15rem;
    cursor: pointer;
}

.new-title-type:last-child {
    margin-right: 0;
}

.new-title-type.active {
    background-color: rgb(10, 80, 180);
    color: #fff;
}

.newMore {
    color: rgb(102, 102, 102);
    font-size: 0.16rem;
}

.new-r-item {
    display: flex;
    align-items: center;
    padding: 0.122rem 0;
    border-bottom: 0.01rem solid rgb(237, 237, 237);
}

.new-r-item .ico1 {
    display: none;
}

.new-r-item:hover .ico1 {
    display: block;
}

.new-r-item:hover .ico0 {
    display: none;
}

.new-r-item:hover .month {
    color: rgb(10, 80, 180);
}

.new-r-item:hover .year {
    color: rgb(10, 80, 180);
}

.new-r-item .month {
    font-size: 0.3rem;
    color: rgb(209, 209, 209);
    font-weight: bold;
    display: block;
}

.new-r-item .year {
    font-weight: bold;
    font-size: 0.16rem;
    margin-top: 0.03rem;
    color: rgb(209, 209, 209);
}

.new-title-wrap {
    display: flex;
    align-items: center;
}

.new-title-wrap img {
    width: 0.085rem;
    /* height: 0.16rem; */
}

.new-tit {
    width: 5rem;
    font-size: 0.21rem;
    color: rgb(51, 51, 51);
    padding: 0 0.1rem 0 0.25rem;
}

.new-tit .newBlank {
    font-size: 0.21rem;
}

.new-r-list:last-child {
    display: none;
}



.buju-desc {

    text-align: center;
    font-size: 0.21rem;
    color: #000;
}

.baodao-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.baodao-item {
    width: 6.5rem;
    padding: 0.21rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.01rem solid rgb(230, 230, 230);
}

.baddao-title-t{
    width:5.2rem;
}



.baodao-title-t {
    font-size: 0.21rem;
    color: rgb(51, 51, 51);
    width: 4rem;
}

.baodao-timer {
    font-size: 0.18rem;
    color: rgb(102, 102, 102);
}

.baodao-title {
    border-bottom: 0.01rem solid rgb(230, 230, 230);
    padding-bottom: 0.21rem;
}

.baodao-title span {
    font-size: 0.21rem;
    color: rgb(51, 51, 51);
    font-weight: bold;
    position: relative;
}

.baodao-title span::before {
    content: '';
    position: absolute;
    bottom: -0.21rem;
    left: 0;
    width: 100%;
    height: 0.03rem;
    background-color: rgb(10, 80, 180);
}

.baodao-list-wrap {
    margin-top: 0.25rem;
}

/* 地图 */
#ChinaMap {
    margin: 0 auto;
    width: auto !important;
    height: auto !important;
}

.svggroup {
    display: flex;
    justify-content: center;
}

.map {
    padding: 0.3rem 0 0 0;
}

.title-addressWrap {
    width: 3rem;
    border-radius: 0.07rem;
    background-color: #fff;
    box-shadow: 0.01rem 0.02rem 0.05rem rgba(0, 0, 0, 0.5);
    padding: 0.21rem 0.15rem;
}

.address-title {
    font-size: 0.21rem;
    font-weight: bold;
    padding-bottom: 0.1rem;
    border-bottom: 0.01rem solid rgb(230, 230, 230);
    position: relative;
}

.address-title::after {
    content: '';
    position: absolute;
    width: 0.96rem;
    height: 0.02rem;
    background-color: rgb(10, 80, 180);
    bottom: 0;
    left: 0;
}



.stateTip,
#StateTip {
    display: none;
    position: absolute;
    padding: 8px;

}

.mapInfo i {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: 5px;
    line-height: 15px;
    font-style: normal;
    background: #aeaeae;
    color: #fff;
    font-size: 11px;
    font-family: Tahoma;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-align: center
}

.mapInfo i.active {
    background: #E27F21;
}

.mapInfo span {
    padding: 0 5px 0 3px;
}

.mapInfo b {
    font-weight: normal;
    color: #2770B5
}

.comp-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0.21rem;
}

.comp-list span {
    display: block;
    font-size: 0.21rem;
    color: #000;
    width: 48%;
    margin-bottom: 0.15rem;
}

.svggroup {
    width: 6.5rem;
    height: 6.5rem;
    position: relative !important;
    margin: 0 auto;
}

.map-ts {
    position: absolute;
    width: 0.8rem;
    left: 78%;
    top: 80%;
    z-index: 2;
}

@keyframes circlepulse {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(3);
    }

}

@keyframes pin02 {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }

    50% {
        box-shadow: 0 0 0 0.21rem rgba(255, 255, 255, 0.3);

    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }
}

.clice-item {
    position: absolute;
    width: 0.17rem;
    height: 0.17rem;
    border-radius: 50%;
    background: url(../image/logo-blue-0.png) no-repeat;
    background-size: 100% 100%;
    /* border: 0.04rem solid #fff; */
    z-index: 3;
    transform: scale(0.9);
    animation: pin02 3s ease-in-out 0s infinite;
}

.clice-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: RGBA(238, 41, 40, 0.125);
    -webkit-animation: circlepulse 1.5s ease 0s infinite;
    animation: circlepulse 1.5s ease 0s infinite;
}

.clice-item:nth-child(1) {
    left: 84%;
    top: 34%;
}

.clice-item:nth-child(2) {
    left: 73%;
    top: 39%;
}

.clice-item:nth-child(3) {
    left: 82%;
    top: 55%;
}

.clice-item:nth-child(4) {
    left: 69%;
    top: 60%;
}

.clice-item:nth-child(5) {
    left: 63%;
    top: 77%;
}

.clice-item:nth-child(6) {
    left: 52%;
    top: 68%;
}

.clice-item:nth-child(7) {
    left: 36%;
    top: 40%;
}

@media screen and (max-width:1024px) {
    .w1400 {
        width: auto !important;
    }

    .baddao-title-t {
        flex: 1;
        margin-right: 10px;
font-size:14px;
    }

    .baodao-timer {
        white-space: nowrap;
    }

    .comp-list {
        flex-direction: column;
    }

    .address-title {
        font-size: 16px !important;
    }

    .title-addressWrap {
        width: 100px !important;
        transform: scale(0.8);
    }

    .comp-list span {
        width: auto !important;
        font-size: 14px !important;
    }

    .flex-wrap-js {
        padding: 0 15px;
    }

    .title-meta {
        margin-bottom: 20px !important;
    }

    .data-title {
        margin-top: 20px !important;
    }

    .productSwiper .swiper-wrapper {
        padding: 0 !important;
    }

    .product-wrap-container .swiper-slide-active {
        transform: scale(1) !important;
    }

    .second-right {
        display: none;
    }

    .title-web {
        font-size: 18px;
    }

    .desc-text {
        font-size: 16px;
    }

    .more {
        width: 100px !important;
        font-size: 14px;
        height: 40px;
    }

    .num-box .number {
        font-size: 18px;
    }

    .danwei,
    .num-bottom {
        font-size: 14px;
    }

    .num-item {
        width: 50%;
    }

    .title-meta span {
        font-size: 16px;
    }

    .new-wrap-container {
        flex-direction: column;
    }

    .mySwiperIndex {
        height: 3.5rem !important;
    }

    .indexSwiper-title-wrap {
        bottom: 1rem;
    }

    .indexSwiper-title1 {
        font-size: 16px !important;
    }

    .indexSwiper-title2 {
        font-size: 18px !important;
    }

    .product-wrap-container {
        padding: 0 15px;
    }

    .title-desc,
    .data-title {
        font-size: 14px;
    }

    .new-swiper-wrap,
    .new-title-meta {
        padding: 0 15px;
    }

    .a-new-title {
        width: 200px !important;
        font-size: 14px;
    }

    .new-right {
        margin-left: 0;
        padding: 15px;
    }

    .new-title-type,
    .new-title-meta {
        font-size: 14px;
    }

    .newMore {
        font-size: 14px;
    }

    .new-r-item .month {
        font-size: 14px;
    }

    .new-r-item .year {
        font-size: 12px;
    }

    .new-tit {

        flex: 1;
        font-size: 14px;
    }

    .new-tit * {
        font-size: 14px !important;
    }

    .new-title-wrap {
        flex: 1;
    }

    .new-title-wrap {
        justify-content: space-between;
    }

    .ico0,
    .ico1 {
        width: 7px !important;
    }

    .title-meta span::before {
        width: 4px;
        height: 15px;
    }

    .buju-desc {
        padding: 0 15px;
        font-size: 14px;
    }

    .baodao-list-wrap {
        padding: 0 15px;
    }

    .baodao-title span {
        font-size: 14px;
    }

    .baddao-title-t *,
    .baodao-timer {
        font-size: 14px !important;
    }

    .new-left {
        width: auto;
    }

    .bgs {
        display: none;
    }

    .second-left {
        width: auto;
    }

    .address-title {
        font-size: 18px;
    }

    .comp-list span {
        font-size: 16px;
    }

    .map,
    #ChinaMap {
        overflow-x: auto !important;
    }
}