﻿/*组件样式*/
.fast_box{width: 100%;    height: auto;    overflow: hidden;    margin: 30px auto 0 auto;    background: #ffffff;    padding: 20px 0 0 0;}
.fast_box ul{width: 100%;}
.fast_box li{float: left;    width: 14.2%;    margin-bottom: 20px;    text-align: center;}
.fast_box a{}
.fast_box span{display: block;    width: 100%;    text-align: center;    line-height: 50px;    font-size: 18px;transition: all .5s;}
.fast_box img{transition: all .5s;}
.fast_box li:hover img {transform: rotateY(180deg);}
.fast_box li:hover span{color:#004288;font-weight: bold;transition: all .5s;}
/*组件样式*/.fast_box{width: 100%;    height: auto;    overflow: hidden;    margin: 30px auto 0 auto;    background: #ffffff;    padding: 20px 0 0 0;}
.fast_box ul{width: 100%;}
.fast_box li{float: left;    width: 14.2%;    margin-bottom: 20px;    text-align: center;}
.fast_box a{}
.fast_box span{display: block;    width: 100%;    text-align: center;    line-height: 50px;    font-size: 18px;transition: all .5s;}
.fast_box img{transition: all .5s;}
.fast_box li:hover img {transform: rotateY(180deg);}
.fast_box li:hover span{color:#004288;font-weight: bold;transition: all .5s;}
