.m-selectx1{margin-top: 15px;padding-bottom: 76px;margin-bottom: 60px;}
.num1{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.num1 .one{
background: url(../images/xkjs/pic2.jpg)no-repeat;
background-size: cover;
height: 300px;
overflow: hidden;
}
.num1 .one:hover{
   box-shadow: 0 0 20px 5px rgba(185, 180, 180,.3); 
}
.num1 .two{
    background: url(../images/xkjs/pic1.jpg)no-repeat;
    background-size: cover;
    height: 300px;
    overflow: hidden;
}
.num1 .two:hover{
     box-shadow: 0 0 20px 5px rgba(185, 180, 180,.3) ;
}
.num1 .it{
    padding-left:313px ;
    width: calc(100%/2 - 15px);
    
}

.num1 .it.active .title , .num1 .it.active .my a{ 
    color: #cc9900;
    
}
.num1 .two .title , .num1 .two .my a{
    color: #cc9900 !important; 
}
/* .num1 .it:hover .a {
    display: none;
}
.num1 .it:hover .b{
    display: block;
} */
.num1 .it .title{
padding-top: 60px;
font-size: 42px;
color: #585daf; text-align: center;
}
.num1 .it .icon img{
    width: auto;
    max-width: 66px;
    height:auto;
    padding-top: 30px;
    margin: 0 auto;
}
.num1 .it .b{
display: none;
}
.num1 .it .my {
     padding-top: 18px;
     padding-bottom: 65px;
     text-align: center;
}
.num1 .it .my a{
   
    font-size: 14px;
    color: #585daf;
    text-decoration: underline;
    
}
.num2{

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.num2 .is{
    padding: 50px 0 30px;
    width: calc(100%/10 - 10px);

    text-align: center;
}
.num2 .at{
    padding: 0 20px;
    width: 100%;
    text-align: center;
}
.num2 .is:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.num2 .is img{transition: all .8s;-webkit-transition: all .8s;}
.num2 .is:hover img{transform: rotateY(360deg);}
.num2 .is img{
  
    padding-bottom: 20px;
    margin: 0 auto;
}
.num2 .is .at a{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.num2 .is .ao a{
    color: #585daf;
}
.num2 .ta{
    background: #e0e1f6;
}
.num2 .tb{
    background: #9397dc;
}
.num2 .tc{
    background: url(../images/xkjs/pic2-1.png)no-repeat center;
    background-size: cover;
}
.num2 .td{
    background: #df97d2;
}
.num2 .te{
    background: #969be5;
}
.num2 .tf{
    background:#e0e1f6 ;
}
.num2 .tg{
    background: url(../images/xkjs/pic2-2.png)no-repeat center;
    background-size: cover;
    color: #fff;
}
.num2 .th{ 
    background:#f7b46a;
     color: #fff;
}
.num2 .ti{
    background: url(../images/xkjs/pic2-3.png)no-repeat center;
    background-size: cover;
    color: #fff;
}
.num2 .to{
    background: url(../images/xkjs/pic2-4.jpg)no-repeat center;
    background-size: cover;
    color: #fff;
}
@media only screen and (min-width: 1199px) and (max-width: 1800px) {
    .num1{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
   
    .num1 .it{
        padding-left:16.3vw;
        width: calc(100%/2 - 0.78125vw);
        
    }
    .num1 .it .title{
    padding-top: 3.125vw;
    font-size: 2.1875vw;
    color: #585daf; text-align: center;
    }
    .num1 .it .icon img{
  
        max-width: 3.4375vw;
        padding-top: 1.5625vw;
        margin: 0 auto;
    }
    .num1 .it .my {
         padding-top: 0.9375vw;
         padding-bottom: 3.3854vw;
         text-align: center;
    }
    .num1 .it .my a{
       
        font-size: 0.72916vw;
        color: #585daf;
        text-decoration: underline;
        
    }
    .num2{
    
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .num2 .is{
        padding: 2.60416vw 0;
        width: calc(100%/10 - 0.520vw);
        text-align: center;
    }
    .num2 .is img{
      
        padding-bottom: 1.0416vw;
        margin: 0 auto;
    }
    .num2 .is .at a{
        font-size: 0.9375vw;
      
    }
    
    
}
@media screen and (max-width:1366px){
    .num1{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .num1 .it{
        padding-left:110px ;
        width: calc(100%/2 - 15px);
        
    }
    .num1 .it .title{
    padding-top: 60px;
    font-size: 42px;
    color: #585daf; text-align: center;
    }
    .num1 .it .icon img{

        padding-top: 30px;
        margin: 0 auto;
    }
    .num1 .it .my {
         padding-top: 18px;
         padding-bottom: 65px;
         text-align: center;
    }
    .num1 .it .my a{
       
        font-size: 14px;
        color: #585daf;
        text-decoration: underline;
        
    }
    .num2{
    
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .num2 .is img{
      
        padding-bottom: 20px;
        margin: 0 auto;
    }
}
@media screen and (max-width:1240px){
    .num2 .is{
        padding: 50px 0;
        width: calc(100%/3 - 10px);
        text-align: center;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:1080px){
    .num1{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .num1 .one{
    background: url(../images/xkjs/pic1.jpg)no-repeat;
    }
    
    .num1 .two{
        background: url(../images/xkjs/pic2.jpg)no-repeat;
    }
    .num1 .it{
        padding-left:0 ;
        width: calc(100%/2 - 15px);
        
    }
    .num1 .it .title{
    padding-top: 60px;
    font-size: 30px;
    color: #585daf; text-align: center;
    }
    .num1 .it .icon img{

        padding-top: 30px;
        margin: 0 auto;
    }
    .num1 .it .my {
         padding-top: 18px;
         padding-bottom: 65px;
         text-align: center;
    }
    .num1 .it .my a{
       
        font-size: 14px;
        color: #585daf;
        text-decoration: underline;
        
    }
    .num2{
    
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .num2 .is{
        margin-bottom:10px ;
        padding: 50px 0;
        width: calc(100%/4 - 10px);
       
        text-align: center;
        flex-wrap: wrap;
    }
    .num2 .is img{
      
        padding-bottom: 20px;
        margin: 0 auto;
    }
    .num2 .is .at a{
        font-size: 18px;
        color: #fff;
    }
    .num2 .is .ao a{
        color: #585daf;
    }
}
@media screen and (max-width:768px){
    .num1{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .num1 .one{
    background: url(../images/xkjs/pic1.jpg)no-repeat;
    }
    
    .num1 .two{
        background: url(../images/xkjs/pic2.jpg)no-repeat;
    }
    .num1 .it{
        padding-left:50px ;
        width: 100%;
        padding-bottom: 30px;
        margin-bottom: 15px;
    }
    .num1 .it .title{
    padding-top: 60px;
    font-size: 26px;
    color: #585daf; text-align: center;
    }
    .num1 .it .icon img{
   
        padding-top: 30px;
        margin: 0 auto;
    }
    .num1 .it .my {
         padding-top: 18px;
         padding-bottom: 65px;
         text-align: center;
    }
    .num1 .it .my a{
       
        font-size: 14px;
        color: #585daf;
        text-decoration: underline;
        
    }
    .num2{
    
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .num2 .is{
        margin-bottom: 10px;
        padding: 50px 0;
        width: calc(100%/3 - 10px);
        text-align: center;
        flex-wrap: wrap;
    }
    .num2 .is img{
      
        padding-bottom: 20px;
        margin: 0 auto;
    }
    .num2 .is .at a{
        font-size: 18px;
        color: #fff;
    }
    .num2 .is .ao a{
        color: #585daf;
    }
    .m-selectx1 {
        margin-top: 0px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width:480px){
    .num1{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .num1 .one{
    background: url(../images/xkjs/pic1.jpg)no-repeat;
    }
    
    .num1 .two{
        background: url(../images/xkjs/pic2.jpg)no-repeat;
    }
    .num1 .it{
        padding-left:0px ;
        width: 100%;
        padding-bottom: 30px;
        margin-bottom: 15px;
    }
    .num1 .it .title{
    padding-top: 60px;
    font-size: 30px;
    color: #585daf; text-align: center;
    }
    .num1 .it .icon img{

        padding-top: 30px;
        margin: 0 auto;
    }
    .num1 .it .my {
         padding-top: 18px;
         padding-bottom: 65px;
         text-align: center;
    }
    .num1 .it .my a{
       
        font-size: 14px;
        color: #585daf;
        text-decoration: underline;
        
    }
    .num2{
    
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .num2 .is{
        margin-bottom: 10px;
        padding: 50px 0;
        width: calc(100%/3 - 10px);
        text-align: center;
        flex-wrap: wrap;
    }
    .num2 .is img{
      
        padding-bottom: 20px;
        margin: 0 auto;
    }
    .num2 .is .at a{
        font-size: 18px;
        color: #fff;
    }
    .num2 .is .ao a{
        color: #585daf;
    }
}
@media screen and (max-width:420px){
    
    .num1 .it .title{
        padding-top: 60px;
        font-size: 30px;
        color: #585daf; text-align: center;
        }
    .num2 .is{
        margin-bottom: 10px;
        padding: 50px 0;
        width: 100%;
        text-align: center;
        flex-wrap: wrap;
    }
}