/*这里是屏幕变小的兼容代码*/

/*总体样式部分*/
@media only screen and (min-width:1300px){

    .w1300{ width: 1300px; margin: 0 auto; /*background:rgba(16,130,255,0.1) */ }
}

@media only screen and (max-width:1301px){

    .w1300{ width: 98%;  margin:0 1%;  }
}


@media only screen and (max-width:940px){

    .w1300{ width: 940px;  margin:0 1%;  }
}



img{max-width: 100%;} 

@media only screen and (max-width:1520px){
/*顶部部分*/
    .webHeader .welcome_inf{ 
        margin-left: 0px; /*这里是欢迎的信息*/ 
        
    }

    .webHeader ul.topselect{ 
        margin-right: 0px;  /*top联系 的位置*/
      
        padding: 0;
    }


    /*logoArea*/
    .logoArea h1.logo{ 

        left: 0px;  
    }
    .logoArea p{ 

        left:114px;

    }

    .logoArea ul.nav{ 
        position: absolute;
        top: 35px;
        right: 0px;
    }

}

@media only screen and (max-width:1331px){

    /*产品特点*/
    ul.walita_advantage li{ 
        width: 22.46%;
        margin-right: 3%;
    
    }

    .insurance .insurance_mc ul li{ 
        width:25%;
        margin-right: 0%;
        text-align:center;
    }


    
}


@media only screen and (max-width:1303px){

    .distribution  .distribution_list .dir_left{ 
        width:54%; 
        height: 565px;
        margin-left: 1.5%;    
    }
    .distribution  .distribution_list .dir_right ul{ padding-top:34px}
    .distribution  .distribution_list .dir_right ul li{ margin-bottom:95px;}
    .distribution  .distribution_list .dir_right ul li p{ width: 97%; }

    
}


@media only screen and (max-width:1345px){

   
    .footer .firstLine span::before{ 
       
        left:-20px;
    
    }

    .footer .firstLine span::after{   
        right:0px;
 
    }

    .footer .firstLine span{ padding-right: 20px;}

    .footer .secondLine ul li:nth-child(5) div{ margin-right: 0px ; width: 33.3%; }
    
    
}
