.qqwl_min {

    width: 100%;

}
.s_tab ul li {
    
        cursor: pointer;
}
.contc {

position: relative;
}
#page1{
    
    position: absolute;
    top: 100px;    
}
.qqwl_min .qqwl_dq .qqwl_cs {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-family: 'Bold';
    line-height: 1.1;
}

.qqwl_min .qqwl_dq .qqwl_cs span {
    width: 3px;
    background: #333333;
    margin: 0 54px;

}

.qqwl_min .qqwl_dq .qqwl_cs .title1 {
    cursor: pointer;

}

.qqwl_min .qqwl_dq .qqwl_cs .title1.active {
    color: #792696;
    font-weight: bold;

}



.qqwl_min .qqwl_dtbottom .qqwl_dq {
    position: relative;
    margin-bottom: 0vw;
}

.qqwl_min .qqwl_dtbottom .qqwl_dq .qqwl_dqcs {
    position: absolute;
    top: 10px;
    width: 33vw;
    z-index: 1;

}

.qqwl_min .qqwl_dqcs .title1_zq {
    display: flex;
    flex-wrap: wrap;
}

.qqwl_min .qqwl_dqcs .title1_zq a {
    color: #333333;
    width: 19%;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.6s;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'Bold';

}

.qqwl_min .qqwl_dqcs .title1_zq a:hover {


    transition: all 0.6s;
}


.qqwl_min .qqwl_dtbottom .qqwl_dt {
    position: relative;
    padding-bottom: 2vw;
}

.qqwl_min .qqwl_dt .p_list {
    width: 100%;
}

.qqwl_min .qqwl_dt .p_list .cbox-173 {
    position: absolute;
    cursor: pointer;
    width: auto;
    height: 20px;
    transform: translate(-50%, -50%);
    transition: all 0.6s;
}

.qqwl_min .qqwl_dt .p_list .cbox-173 .e_text-175 {
    display: flex;
    align-items: center;
    color: #2354a0;
    font-weight: bold;
}

.qqwl_min .qqwl_dt .p_list .d_ico {
    background-color: #ffffff;
    border-radius: 100%;
    position: relative;
    width: 10px;
    height: 10px;
    border: solid 2px #2354a0;
    display: block;
    margin-right: 14px;
    z-index: 5;
}

.qqwl_min .qqwl_dt .p_list .d_ico:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgb(35, 84, 160, 0.7);
    position: absolute;
    top: 0;
}

.qqwl_min .qqwl_dt .p_list .d_ico:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgb(35, 84, 160, 0.5);
    position: absolute;
    top: 0;

}

.qqwl_min .qqwl_dt .p_list .cbox-173:nth-child(1) .d_ico:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgb(35, 84, 160, 0.7);
    position: absolute;
    top: 0;
    clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    display: none;
}

.qqwl_min .qqwl_dt .p_list .cbox-173:nth-child(1) .d_ico:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(35, 84, 160, 0.7);
    position: absolute;
    top: 0;
    clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.qqwl_min .qqwl_dt .p_list .cbox-173:nth-child(1) .d_ico {
    width: 26px;
    height: 26px;
    /* background-color: #2354a0;
    clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); */
    background-image: url(../img/wujiaoxing.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom center;
    border: 0;
    border-radius: unset;
    background-color: unset;
}

.qqwl_min .qqwl_dt .p_list .cbox-173:nth-child(1) .d_ico:after {


    animation: anOpacity1 2s infinite;

}


/* 地图定位 */

.qqwl_min .qqwl_dt .p_list .cbox-173:nth-child(1) .d_ico:after {


    animation: anOpacity1 2s infinite;

}

@keyframes anOpacity1 {
    0% {
        transform: scale(1);
        opacity: .9;
    }

    100% {
        transform: scale(4);
        opacity: 0;
    }
}

@keyframes anOpacity {
    0% {
        transform: scale(1);
        opacity: .9;
    }

    100% {
        transform: scale(6);
        opacity: 0;
    }
}

@keyframes anOpacitya {
    0% {
        transform: scale(1);
        opacity: .9;
    }

    100% {
        transform: scale(10);
        opacity: 0;
    }
}


.qqwl_min .qqwl_dt .p_list .d_ico:before {
    animation: anOpacity 2s infinite;
}

.qqwl_min .qqwl_dt .p_list .d_ico::after {

    animation: anOpacitya 2s infinite;
}




/* 世界地图 */
.qqwl_min .qqwl_worder {
    margin-top: 8.59%;

}



.qqwl_min .qqwl_worder .qqwl_bottom {
    position: relative;
    padding-bottom: 2vw;
}


.qqwl_min .qqwl_bottom .p_list {
    width: 100%;
}

.qqwl_min .qqwl_bottom .p_list .cbox-173 {
    position: absolute;
    cursor: pointer;
    width: auto;
    height: 20px;
    transform: translate(-50%, -50%);
    transition: all 0.6s;
}

.qqwl_min .qqwl_bottom .p_list .cbox-173 .e_text-175 {
    display: flex;
    align-items: center;
    color: #2354a0;
    font-weight: bold;
}

.qqwl_min .qqwl_bottom .p_list .d_ico {
    background-color: #ffffff;
    border-radius: 100%;
    position: relative;
    width: 10px;
    height: 10px;
    border: solid 2px #2354a0;
    display: block;
    margin-right: 14px;
    z-index: 5;
}

.qqwl_min .qqwl_bottom .p_list .d_ico:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgb(35, 84, 160, 0.7);
    position: absolute;
    top: 0;
}

.qqwl_min .qqwl_bottom .p_list .d_ico:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgb(35, 84, 160, 0.5);
    position: absolute;
    top: 0;

}

.qqwl_min .Weichuang_text {
    letter-spacing: 0px;
    color: #999999;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    line-height: 1.5;
    margin-bottom: 3.4%;
}

.qqwl_min .qqwl_bottom .p_list .d_ico:before {
    animation: anOpacity2 2s infinite;
}

.qqwl_min .qqwl_bottom .p_list .d_ico::after {

    animation: anOpacity3 2s infinite;
}


@keyframes anOpacity2 {
    0% {
        transform: scale(1);
        opacity: .9;
    }

    100% {
        transform: scale(6);
        opacity: 0;
    }
}

@keyframes anOpacity3 {
    0% {
        transform: scale(1);
        opacity: .9;
    }

    100% {
        transform: scale(10);
        opacity: 0;
    }
}


@media screen and (max-width: 1366px) { 
   .qqwl_min .qqwl_dt .p_list .cbox-173 .e_text-175 .d_is{
       
           font-size: 14px;
   } 
    .qqwl_min .qqwl_bottom .p_list .cbox-173 .e_text-175 .d_is {
            font-size: 14px;
        
    }
}
@media screen and (max-width: 1200px) { 
   .qqwl_min .qqwl_dt .p_list .cbox-173 .e_text-175 .d_is{
       
           font-size: 12px;
   } 
   .qqwl_min .qqwl_bottom .p_list .cbox-173 .e_text-175 .d_is {
            font-size: 12px;
        
    }
}




@media screen and (max-width: 768px) {
    .qqwl_min .Weichuang_text {

        width: 100%;
    }
.qqwl_min .qqwl_dt .p_list .cbox-173:nth-child(1) .d_ico {
    
        width: 18px;
    height: 18px;
}
    .qqwl_min .qqwl_dt .p_list .cbox-173 .d_is {
        display: none;
    }

    .qqwl_min .qqwl_worder .p_list .cbox-173 .d_is {
        display: none;
    }
.qqwl_min .qqwl_dt .p_list .d_ico {
    
width: 6px;
    height: 6px;

}
.qqwl_min .qqwl_dt .p_list .cbox-173:nth-child(1) .d_ico:after{
    
        width: 18px;
    height: 18px;
}

.qqwl_min .qqwl_bottom .p_list .d_ico{
width: 6px;
    height: 6px;
    
}
}
