/* µÚÒ»°å¿é */









.shuzi .num-list {
justify-content: space-between;
  display: flex;
}


.shuzi .num-t {

    display: flex
;
    align-items: baseline;
    font-weight: bold;

}
.shuzi .num-t .t_mine {
    display: flex
;
    align-items: center;
    font-size: 2.8vw;
    font-weight: 400;
    letter-spacing: -2px;
  color: #1B379B;
    line-height: 1;
  font-weight: bold;
      margin-right: 10px;
}
.shuzi .num-list li {
margin-right: 4vw;

}
.shuzi .num-list li:last-child {
    
      margin-right: 0vw;
}
.shuzi .num-t span {

	letter-spacing: 0px;
color: #1B379B;

}
.shuzi .num-list li .text {

  	letter-spacing: 0px;
	color: #222222;
  font-weight: bold;
}







































.about .page1 {

    display: flex;
}
.about .txt:after {
    content: "";
    width: 80px;
    height: 4px;
    background-color: #004ea0;
}
.page1_mine {
display: flex;


}


.about .page1>p {
    font-weight: bold;
}
.page1_mine .page_right {
    flex: 0 0 70%;
    line-height: 2;
    color: #222222;
    
}
.page1_mine .about_mine {


    display: flex;
}
.about .txt {
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}

.about .txt p {
    line-height: 1;
    z-index: 1;
    position: relative;
}



.about_mine>p {
    letter-spacing: 0px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 1.5vw;
line-height: 1.5;
}

.about_mine .netetx {

    flex: 1;
    padding-right: 5vw;
}
.about_mine .netetx p {

    font-weight: bold;
}
.digit .digit_mine {
 

}

.e_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;

    padding-top: 4.8%;
    padding-bottom: 2.8%;
    box-shadow: 0px 5px 10px #ebebeb;

    padding-left: 6%;
    padding-right: 6%;

}

.e_container .p_item {

    flex: 1;
    max-width: 100%;
    max-height: 100%;
}

.e_container-13 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    padding-left: 16%;
    padding-right: 10px;
    border-left: 2px solid #ccc;
    margin-right: auto;
    width: auto;
    margin-left: auto;

}


.e_container-13:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    width: 2px;
    height: 40%;
    background: #004ea0;
    z-index: 1;
}

.e_container .p_item .p_num {
    font-weight: bold;
    letter-spacing: 0px;
    color: #004ea0;
}

.e_container .p_item .e_tex {

    padding-left: 6%;
    letter-spacing: 0px;
    color: #666666;
}

.e_container .p_item .p_plus {
    letter-spacing: 1px;
    color: #004ea0;
    font-weight: bold;
}



.digit_img {

    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    height: 650px;
    display: none!important;
}
.digit_img .btn {
    
       position: absolute;
    left: auto;
    top: auto;
    bottom: 0;
    text-align: right;
    bottom: 6%;
    padding: 0;
    right: 2.8%;
    display: flex
;
    align-items: center;
    width: max-content;
    
}
.digit_img .btn span {
    
    letter-spacing: 0px;
	color: #ffffff;
margin-right: 18px;
}
.digit_img .btn svg .cls-1 {
    
    fill: #ffffff!important;
}

.digit_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;

}

.digit_img:hover img {
    transform: scale(1.04);

}

@media screen and (max-width: 1600px) { 
    .digit_img {
        
        height: 600px;
    }
    
    
}

@media screen and (max-width: 1440px) { 
    .digit_img {
        
        height: 500px;
    }
    
    
}
@media only screen and (min-width:1450px) and (max-width:1580px){  

        .digit_img {
        
        height: 450px;
    }
    
}
@media only screen and (min-width:1020px) and (max-width:1291px){  

          .digit_img {
        
        height: 450px;
    }
    
}
@media screen and (max-width: 768px) {
    .e_container>.p_item {

        flex: 0 0 50%;
        margin-bottom: 15px;
    }

    .page1_mine {
        
        flex-wrap: wrap;
    }
.page1_mine .about_mine {
    flex: 0 0 100%;
        padding-right: 0vw;
    
}
.page1_mine .page_right {
    
        flex: 0 0 100%;
}
.digit_img .btn {
        bottom: 20px;
    right: 20px;
    font-size: 16px;
}

.page1_mine .about_mine {

    flex-wrap: wrap;
}

.about_mine .netetx {

    flex: 0 0 75%;
  
}

.shuzi .num-list {

    flex-wrap: wrap;
}

.shuzi .num-list li {

    flex: 0 0 50%;
    margin-bottom: 15px;
        margin-right: 0vw;
}

.shuzi .num-t .t_mine {

        font-size: 32px;
}
.shuzi .num-list li:nth-child(2) {

    margin-right: 0vw;
}
}
<!--ºÄÊ±1773914127.4691Ãë-->