/*
*组件样式
*/
.lisa:before {
    content: '';
    width: .2rem;
    height: 4px;
    background: #fc4a53;
    position: absolute;
    right: .75rem;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;}.lisa:hover:before {
    width: .3rem;}
.lisa{    color: #222;
    font-weight: 900;}
.hmyw_list{margin-left: 30px;}
@media (max-width: 640px){
.hmyw_list{margin-left: 0px;}
}
.tzgg li:before{background: url(images/tzmr.png) no-repeat bottom center !important;}
.xsjl li:before{background: url(images/xsmr.png) no-repeat bottom center !important;}
.footer .ft1 .ftico a{    position: relative;}
.blocks {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
         top: 26%;}
    .nones{     width: 30px;
    height: 30px;
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
          top: 26%;}
    .footer .ft1 .ftico a:hover .nones{display: block;}
    .footer .ft1 .ftico a:hover .blocks{display: none;}
.footer ul li:hover .subsnav{opacity: 1;visibility: visible;}
.footer .subsnav{margin-top: .1rem;opacity: 0;visibility: hidden;transition: .3s;}
.footer .subsnav span{display: block;font-family: 'Microsoft Yahei';font-size: .16rem;padding: 5px 0;}
.footer .subsnav span a{color: #666;}
.footer .subsnav span a:hover{color: #fd5355;}

