/**组件样式*/
.sj_sub {
    position: absolute;
    right: 100%;
    background: #fff;
    top: 0;
    width: 130%;
    display: none;
    padding: .2rem .1rem .2rem .1rem;
    z-index: 999;
    background-size: 70%;}
.box>div{position:relative;}
.box>div:hover .sj_sub {
    display: block
;}

 .sj_sub>ul>li{width:100%;}


 .sj_sub>ul>li>a {
    color: #333;
    line-height: .34rem;
    background: url(images/sj_subico.png) .15rem center no-repeat !important;
    text-align: left !important;
    padding-left: 20px !important;
    font-size:16px !important;}

.sj_sub>ul>li:hover a{
    color: #9d1e23 !important;}
.fast_list {min-height:380px;}



.fast_list ul {}

.fast_list li {
   width: 16.6%;
    float: left;
    margin-top: 10px;}

.fast_list li a {
  margin: 10px 7px;
  display: block;
  background: #00528e;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 9px;
  transition: all 0.3s;
  font-weight: 400;}

.fast_list li a img {
  margin: 0 10px;
  transition: all .3s;
  width: 40px;
  height: 40px;}

.fast_list li:hover a {
  box-shadow: 0rem 0.03rem 0.05rem 0rem rgba(0, 0, 0, 0.2);
  font-weight: 800;
  transition: all 0.3s;}


.fast_list li:hover img {
  transform: rotateY(180deg);}

.fast_list li a span {
  font-size: 16px;
  line-height: 40px;} 
@media (max-width: 1200px){
.fast_list li a span{font-size:15px;}
.fast_list li a img{width:30px;height:30px;}
}
@media (max-width: 1024px){
.fast_list li{width:33.3%;}
.fast_list li a span{font-size:14px;}
.fast_list li a img{width:30px;height:30px;}
}

@media (max-width: 520px){
.fast_list li{width:50%;}
.fast_list li a span{font-size:14px;}
.fast_list li a img{width:30px;height:30px;}
}
