



.page3_3 {
background-color: rgb(255, 255, 255, 0.8);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.11);
    border-radius: 20px;
    padding: 3.4% 3.1% 1% 3.1%;
    margin-top: -6%;
    z-index: 2;
    position: relative;
    
}

.page3_3 .p_filter_wrapper {
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
    
}
.page3_3 .p_filter_wrapper .p_kv_wrapper {
      width: 48%;
       display: flex;
           border-bottom: 1px solid rgb(0, 0, 0, 0.1);
 padding-bottom: 20px;
    padding-top: 40px;
    align-items: flex-start;
    
}
.page3_3 .p_filter_wrapper .p_kv_wrapper:nth-last-of-type(1) {
    
        border-bottom: 0px solid rgb(0, 0, 0, 0.1);
}
.page3_3 .p_filter_wrapper .p_kv_wrapper:nth-last-of-type(2) {
        border-bottom:  0px solid rgb(0, 0, 0, 0.1);
    
}
.page3_3 .p_filter_wrapper .p_kv_wrapper .p_filter_key {
    display: flex;
    align-items: center;
        flex: 0 0 140px;
}
.page3_3 .p_filter_wrapper .p_kv_wrapper .p_filter_key span {
        font-weight: bold;
    line-height: 1;
        color: #d20000;
}
.page3_3 .p_filter_wrapper .p_kv_wrapper img {
 width: 25px;
    height: 17px;
    margin-right: 10px;
    display: flex;
    /* margin-right: 0; */
    margin-left: 0;
        object-fit: cover;
}
.page3_3 .p_filter_wrapper .p_kv_wrapper:first-of-type {
      width: 100%;
    display: flex;
    align-items: flex-start;
    padding-top: 0;
    
}
.page3_3 .p_filter_wrapper .p_kv_wrapper .p_filter_value {
    
    display: flex;
        flex: 1;
}

.page3_3 .p_filter_wrapper .p_kv_wrapper .p_filter_value .p_v_list {
    
        display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    
}


.page3_3 .p_filter_wrapper .p_kv_wrapper .p_filter_value .p_v_list .p_v_item {
    font-weight: bold;
      width: 80px;
        margin-bottom: 20px;
            line-height: 1;

}
.page3_3 .p_filter_wrapper .p_kv_wrapper .p_filter_value .p_v_list .p_v_item a {
    
     line-height: 1;
}




.page1 .zy_bt {
 
    z-index: 10;
    position: relative;
}
.conts .page5 .subtit {
    color: #0a006f;
    text-align: center;
    font-weight: bold;
    margin-top: 3%;
}

.conts .page5 .roll {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    padding: 5px 0;
}

.conts .page5 .roll:first-child {
    margin-top: 30px;
}

.conts .page5 .roll li {
    float: left;
    padding: 15px;
    width: 265px;
    height: 130px;
    background-color: #ffffff;
    box-shadow: 2px 3px 8px 0px rgba(4, 1, 40, 0.05);
    border-radius: 10px;
    border: solid 1px #eaeaea;
    margin: 0 15px;
}

.conts .page5 .roll li img {
    border-radius: 3px;
    overflow: hidden;

    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: all 0.4s;
}
.conts .page5 .roll li:hover img {

    transform: scale(1.05);
}
.conts .page5 .roll ul {

    display: flex;

}

.conts .page5 .roll_box {
    position: relative;
}

.conts .page5 .roll_box::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20%;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}

.conts .page5 .roll_box::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20%;
    background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
    z-index: 2;
}
.page1  {

    background-image: url(../img/726.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;

    overflow: hidden;
}
.page1_mine {
    position: relative;
   

}

.page1_mine .page1_1 {

    width: 100%;
    margin: 0 auto;

    
}
.page1_mine .page1_1 img {
    
        width: 65%;
    margin: 0 auto;
}
.page1_mine .page2_2 {
  position: absolute;
    top: 24.1%;
    left: 39.9%;
    width: 58.5%;
    height: 90%;
}

.page1_mine .page2_2 svg {

    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1200px) {  

    
    
}
@media screen and (max-width: 1440px) {   
    
 
}

@media screen and (max-width: 1200px) { 
    .conts .page5 .roll li {
        width: 200px;
        height: 100px;

    }
    .conts .page5 .roll li {
        width: 150px;
        height: 80px;
    } 

}


@media screen and (max-width: 768px) { 
.page1 .page1_mine {
    
    width: 100%;
}
    .conts .page5 .roll li {
        width: 150px;
        height: 80px;
        margin: 0 10px;
    } 
    .conts .page5 .roll {
        margin-top: 20px;
        padding: 0px 0;
    }

    .conts .page5 .roll:first-child {

        margin-top: 0;
    }




.page3_3 .p_filter_wrapper .p_kv_wrapper .p_filter_key {
    
        flex: 0 0 100%;
}

.page3_3 .p_filter_wrapper .p_kv_wrapper {
    

}

.page3_3 .p_filter_wrapper .p_kv_wrapper .p_filter_key {
    
    margin-bottom: 20px;
}

.page3_3 .p_filter_wrapper .p_kv_wrapper .p_filter_value .p_v_list .p_v_item {
    
    width: 25%;
    margin-bottom: 15px;
}
.page3_3 {
        margin-top: 0;
        padding: 20px 15px;
}

.page3_3 .p_filter_wrapper .p_kv_wrapper {
    
        width: 100%;
    display: flex;
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);

    align-items: flex-start;
            flex-wrap: wrap;
        padding-bottom: 20px;
        padding-bottom: 10px;
        padding-top: 20px;
}



.page3_3 .p_filter_wrapper .p_kv_wrapper:nth-last-of-type(2) {
        border-bottom: 1px solid rgb(0, 0, 0, 0.1);
    
}

.page1_mine .page1_1 img {
    
        width: 90%;
}















}
