/* .th-head {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999999;
    right: 0;
    height: auto;
    background: rgba(255, 255, 255, 0.9)
}

.thHeadBox {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

@media(max-width:990px) {
    .th-head {
        position: relative;
        background: none;
        height: 45px
    }

    .thHeadBox {
        position: relative;
        background: none
    }
} */

.idswiper {
    transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.idswiper.active {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    opacity: 1;
}

.idswiper .swiper-slide {
    height: 100vh;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.idswiper .jj {
    background-image: none;
}

.idswiper .jj video {
    display: inline-block;
    vertical-align: baseline;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.idswiper .swiper-slide .text {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.idswiper .swiper-slide .text div:nth-of-type(1) {
    font-family: MicrosoftYaHei;
    font-size: 26px;
    color: #ffffff;
}

.idswiper .swiper-slide .text div:nth-of-type(2) {
    font-family: MicrosoftYaHei;
    font-size: 60px;
    color: #ffffff;
}

.idswiper .swiper-slide .text div:nth-of-type(3) {
    font-family: ArialMT;
    font-size: 30px;
    color: #ffffff;
    font-style: italic;
    font-weight: bold;
    opacity: 0.85;
    margin-top: 8px;
}

.idswiper .swiper-slide .text .more {
    display: inline-block;
    width: 148px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 23px;
    border: solid 2px #ffffff;
    line-height: 45px;
    text-align: center;
    margin-top: 45px;
    transition: all .3s;
}

.idswiper .swiper-slide .text .more span {
    color: white;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    transition: all .3s;
}

.idswiper .swiper-slide .text .more img {
    width: 5px;
    height: 7px;
    margin-left: 6px;
    transition: all .3s;
}

.idswiper .swiper-slide .text .more:hover {
    border: 2px solid transparent;
    background-color: #003a6f;
}

.idswiper .swiper-slide .text .more:hover span {
    color: white;
}

.idswiper .swiper-slide .text .more:hover img {
    margin-left: 10px;
}

.idswiper .idpgex {
    position: absolute;
    bottom: 1.375rem;
    width: 100%;
}

.idswiper .idpgex .w87 {
    position: relative;
}

.idswiper .idpgex .w87 .swiper-pagination-bullet {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 18px;
    height: 18px;
    background-color: transparent;
    position: relative;
    margin: 0 10px;
    transform: rotate(-90deg);
}

.idswiper .idpgex .w87 .num {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

.idswiper .idpgex .w87 .num span {
    color: white;
    font-family: ArialMT;
}

.idswiper .idpgex .w87 .num .num1 {
    font-size: 24px;
}

.idswiper .idpgex .w87 .num .num2 {
    font-size: 18px;
}

.idswiper .idpgex .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 16px;
    height: 16px;
    background-color: transparent;
    position: relative;
    margin: 0 10px;
    transform: rotate(-90deg);
    text-align: center;
    line-height: 16px;
}

.idswiper .idpgex .swiper-pagination .init,
.idswiper .idpgex .swiper-pagination .hover {
    opacity: 0;
    filter: alpha(opacity=0);
}

.idswiper .idpgex .swiper-pagination .swiper-pagination-bullet .hover {
    stroke-dasharray: 314 0;
    stroke: none;
}

.idswiper .idpgex .swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, .6);
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

.idswiper .idpgex .swiper-pagination .swiper-pagination-bullet-active:before {
    background-color: #fff;
    width: 6px;
    height: 6px;
}

.idswiper .idpgex .swiper-pagination .swiper-pagination-bullet-active .init,
.idswiper .idpgex .swiper-pagination .swiper-pagination-bullet-active .hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.idswiper .idpgex .swiper-pagination .swiper-pagination-bullet-active .hover {
    stroke: #fff;
    animation: circle-chart-fill 3s reverse;
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 314;
    }
}

@media (max-width: 1024px) {
    .idswiper .swiper-slide {
        position: relative;
    }

    .idswiper .jj video {
        display: none;
    }

    .idswiper .playicon {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 768px) {
    .idswiper .jj video {
        display: none;
    }

    .idswiper .swiper-slide .text div:nth-of-type(1) {
        font-size: .3rem;
    }

    .idswiper .swiper-slide .text div:nth-of-type(2) {
        font-size: .65rem;
        width: 98%;
        margin: 0 auto;
    }

    .idswiper .swiper-slide .text .more {
        width: 1.72rem;
        height: .54rem;
        line-height: .50rem;
    }

    .idswiper .swiper-slide .text .more span {
        font-size: .2rem;
    }

    .idswiper .swiper-slide .text .more img {
        width: 6px;
        height: 8px;
        margin-left: .06rem;
    }


}

.dialog #button {
    font-size: 0.24rem;
    top: -2rem;
    position: absolute;
    right: 0;
    background: none;
    border: none;
    width: 20px;
    height: 20px;
}

.dialog #button:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/cha.png?v=v4)no-repeat center bottom;
    background-size: contain;
}