.index-business{
	padding-top: 60px;
}
.index-business .list{
    display: flex;
    justify-content: space-between;
}
.index-business .item{
    display: block;
    width: 260px;
    flex-shrink: 0;
	margin:73px 0 30px 0;
}
.index-business .item .con{
	position: relative;
	padding: 40px 14px;
	border-radius: 8px;
	box-shadow: 0 0 10px #999
}
.index-business .item:hover .con::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background:#0747b0;
	width: 100%;
	z-index: -1;
	border-radius: 8px;
}
.index-business .item .icon{
	position: relative;
	margin:0 auto;
	width: 55px;
	height: 55px;
	z-index: 2;
	transition: all 0.5s;
}
.index-business .item .icon.icon1{
	background: url("../../images/flrd/b-icon1.png") no-repeat center center;
}
.index-business .item .icon.icon2{
	background: url("../../images/flrd/b-icon2.png") no-repeat center center;
}
.index-business .item .icon.icon3{
	background: url("../../images/flrd/b-icon3.png") no-repeat center center;
}
.index-business .item .icon.icon4{
	background: url("../../images/flrd/b-icon4.png") no-repeat center center;
}
.index-business .item .icon.icon5{
	background: url("../../images/flrd/b-icon5.png") no-repeat center center;
}
.index-business .item .icon.icon6{
	background: url("../../images/flrd/b-icon6.png") no-repeat center center;
}
.index-business .item .icon.icon7{
	background: url("../../images/flrd/b-icon7.png") no-repeat center center;
}
.index-business .item .icon.icon8{
	background: url("../../images/flrd/b-icon8.png") no-repeat center center;
}
.index-business .item .icon.icon9{
	background: url("../../images/flrd/b-icon9.png") no-repeat center center;
}
.index-business .item .icon.icon10{
	background: url("../../images/flrd/b-icon10.png") no-repeat center center;
}
.index-business .item:hover .icon.icon1{
	background: url("../../images/flrd/b-icon1-active.png") no-repeat center center;
}
.index-business .item:hover .icon.icon2{
	background: url("../../images/flrd/b-icon2-active.png") no-repeat center center;
}
.index-business .item:hover .icon.icon3{
	background: url("../../images/flrd/b-icon3-active.png") no-repeat center center;
}
.index-business .item:hover .icon.icon4{
	background: url("../../images/flrd/b-icon4-active.png") no-repeat center center;
}
.index-business .item:hover .icon.icon5{
	background: url("../../images/flrd/b-icon5-active.png") no-repeat center center;
}
.index-business .item:hover .icon.icon6{
	background: url("../../images/flrd/b-icon6-active.png") no-repeat center center;
}
.index-business .item:hover .icon.icon7{
	background: url("../../images/flrd/b-icon7-active.png") no-repeat center center;
}
.index-business .item:hover .icon.icon8{
	background: url("../../images/flrd/b-icon8-active.png") no-repeat center center;
}
.index-business .item:hover .icon.icon9{
	background: url("../../images/flrd/b-icon9-active.png") no-repeat center center;
}
.index-business .item:hover .icon.icon10{
	background: url("../../images/flrd/b-icon10-active.png") no-repeat center center;
}
.index-business .item .name{
    margin-bottom: 15px;
    position: relative;
	padding: 15px 0;
	font-size: 16px;
}
.index-business .item .name::after{
    content:'';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
	height: 3px;
	margin-left: -15px;
	background-color: #dfdfdf;
}
.index-business .item .desc{
	font-size: 14px;
	line-height: 1.7;
	color: #929292;
}

.index-business .item:hover .con .name,
.index-business .item:hover .desc{
	color: #fff;
}
.index-business .swiper-pagination{
	display: inline-block;
	position: relative;
	margin:28px auto;
	padding-left: 14px;
	border: solid 1px #dddddd;
	border-radius: 20px;
}
.index-business .swiper-pagination .swiper-pagination-bullet{
	margin-right: 14px;
	width: 8px;
	height: 8px;
	background-color: #cecece;
}
.index-business .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #165964;
}

.index-pro .cate-tab{
	padding: 37px 0 50px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index-pro .cate-tab li{
	margin-right: 20px;
	width: 139px;
	height: 43px;
	border: solid 1px #c4c4c4;
	border-radius: 5px;
	line-height: 41px;
	text-align: center;
}
.index-pro .cate-tab li.active{
	background-color: #0747b0;
	color: #fff
}
.index-pro .cate-tab li:last-of-type{
	margin-right: 0
}
.index-pro .content{
	padding-bottom:10px;
	position: relative;
	display: none;
}
.index-pro .list{
	flex-wrap: wrap;
	display: flex;
}

.index-pro .list .item{
	margin-bottom: 21px;
	margin-right: 18px;
	flex-shrink: 0;
	padding: 10px 10px 0 10px;
	display: block;
	width: 273px;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	border-radius: 8px;
}
.index-pro .list .item:hover{
    background-color: #0747b0;
	border: solid 1px #0747b0;
	color: #fff;
}
.index-pro .list .item:nth-of-type(5n){
	margin-right: 0
}
.index-pro .item .name{
    margin: 15px 0;
	position: relative;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	color: #1d1d1d;
}
.index-pro .item .name::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 16px;
	background-color: #0068b7;
}
.index-pro .item .name::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 16px;
	background-color: #0068b7;
}
.index-pro .more{
	margin:44px 0;
}
.index-pro .more a{
	display: inline-block;
	width: 175px;
	height: 46px;
	background-color: #0747b0;;
	border-radius: 7px;
	line-height: 46px;
	color: #fff
}
.index-pro .list .item:hover .name{
    color: #fff;
}
.index-pro .list .item:hover::before{
    background-color: #fff;
}
.index-pro .list .item:hover::after{
    background-color: #fff;
}


.index-case{
	
}
.index-case .content{
    margin-top: 48px;
}
.index-case .content .swiper-pagination{
	display: inline-block;
	position: relative;
	margin:28px auto;
	padding-left: 14px;
	border: solid 1px #dddddd;
	border-radius: 20px;
}
.index-case .content .swiper-pagination .swiper-pagination-bullet{
	margin-right: 14px;
	width: 8px;
	height: 8px;
	background-color: #cecece;
}
.index-case .content .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #165964;
}
.index-case .item{
    margin:10px 0;
    display: block;
	border-radius: 10px;
	box-shadow: 0 0 10px #dedede;
	overflow: hidden;
}
.index-case .item:hover{
    background: #0747b0;
}
.index-case .item .info{
    padding: 25px;
}
.index-case .item .img{
    height: 320px;
	margin-bottom: 9px;
}
.index-case .item .name{
    margin-bottom: 0px;
	height: 60px;
	overflow: hidden;
	font-size: 18px;
	color: #032a76;
	line-height:1.8;
}
.index-case .item .desc{
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	color: #555555;
	line-height:1.8;
}
.index-case .item:hover .name,.index-case .item:hover .desc{
	color: #fff
}

.index-news{
	padding: 45px 0;
	border-bottom: solid 16px #f2f2f2;
}
.index-news .content{
    padding-top: 55px;
}
.index-news .content .news-list{
    width: 708px;
}
.index-news .content .news-recommend{
    width: 698px;
	height: 532px;
	background-color: #1d2088;
	border-radius: 10px;
	overflow: hidden;
}
.index-news .content .news-list .news-item{
	margin-bottom: 35px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	height: 154px;
	box-shadow: 0 0 10px #dedede;
}
.index-news .content .news-list .news-item .img{
	flex-shrink: 0;
	margin-right: 20px;
	width: 220px;
	height: 134px;
	background-color: #155964;
	border-radius: 10px;
	overflow: hidden;
}
.index-news .content .news-list .news-item .info{
	width: 100%
}
.index-news .content .news-list .news-item .info .n-tit{
	font-size: 17px;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	color: #000000;
}
.index-news .content .news-list .news-item .info .n-date{
	padding: 15px 0;
	font-size: 14px;
	color: #376aaf;
}
.index-news .content .news-list .news-item .info .n-desc{
	font-size: 13px;
	color: #8e8e8e;
	line-height: 24px;
	max-height: 44px;
	overflow: hidden;
}
.index-news .content .news-list .news-item:hover{
	background: #0747b0;
	box-shadow: 0 0 10px #165964;
}
.index-news .content .news-list .news-item:hover .n-tit,
.index-news .content .news-list .news-item:hover .n-date,
.index-news .content .news-list .news-item:hover .n-desc{
	color: #fff
}
.index-news .content .news-recommend .news-item{
    display: block;
    position: relative;
    height: 100%;
}
.index-news .content .news-recommend .news-item .img{
    height: 100%;
}
.index-news .content .news-recommend .news-item .info{
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    background: rgba(0,0,0,0.8);
    color: #fff;
}

.index-link .list{
	padding: 30px 0;
	margin:40px 0;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2)
}
.index-link .list a{
	position: relative;
	display: inline-block;
	padding: 0 30px;
	font-size: 15px;
	color: #000000;
}
.index-link .list a::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 17px;
	margin-top: -8px;
	background: #000
}