.home-guide{height:600px;padding: 50px 0;}
.container{margin-top:0;}
.home-guide h3{font-size: 40px;color: #1670a4;text-align: center;margin-bottom: 30px;}
.home-guide h3 span{font-size: 16px;display: block;color: #666;margin-top: 15px;font-weight: normal;}
.home-guideList{background: #fff;padding: 50px 0 0 0;position: relative;}
.home-guideList li{width: 25%;float: left;box-sizing: border-box;-moz-box-sizing:border-box;overflow: hidden;border-right: 1px solid #e0e0e0;height: 145px;padding-top: 40px;}
.home-guideList li:last-child{border-right: none;}
.home-guideList li i{display: block;width: 48px;height: 48px;text-align: center;float: left;margin-left: 30px;margin-right: 15px;position: relative;top: 0;transition: all .5s;}
.home-guideList li p{float:left;width: 170px;}
.home-guideList li span{display: block;font-size: 20px;color: #000000;font-weight: 600;margin-bottom: 10px;position: relative;right: 0;transition: all .5s;}
.home-guideList li:hover span{right: 60px;color: #0273b5}
.home-guideList li:hover i{top: 45px;}
.fl{float:left;}
.fr{float:right;}
.wrap,.grWidth{width:1200px; margin:0 auto;margin-top: 50px;}
.mt5 {margin-top:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.center{text-align:center;}
.hide{overflow:hidden;}