
/* 核心产品 */
.function-banner{
	width: 100%;
   /*  height: 300px; */
    overflow: hidden;
    margin-top: 80px;
    position: relative;
}
.function-banner img{
	width: 100%;
}
.function-banner p{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 300px;
    width: 100%;
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    text-align: center;
}
.m-function{
	padding-bottom: 85px;
	margin-top: 85px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: flex-center;
    -ms-flex-align: center;
    align-items: flex-center;
    -webkit-box-pack: space-between;
    -webkit-justify-space-between:  space-between;
    -ms-flex-pack:  space-between;
    justify-content:  space-between;
    flex-wrap:wrap;
}


.function-links{
    position: relative;
	width: 23%;
	margin:40px 10px 0 0;
	background: #fff;
	border:1px  solid #cae2fb;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-around;
    -webkit-justify-space-between: flex-space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}
.function-list:hover{
    box-shadow: 0px 6px 16px 0px 
        rgba(54, 104, 179, 0.2);
}
.function-icon{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    
}
.function-icon:hover{
    

        cursor: pointer;
}
.function-icon img{
    height: 100%;
}
.function-links:hover{
	box-shadow: 0px 6px 16px 0px 
		rgba(54, 104, 179, 0.1);
}
.function-item{
	display: block;
	padding:30px 10px 30px 10px;
    position: relative;
}
.function-item img{
	width: 100%;
}
.function-list{
    position: relative;
    overflow: hidden;
    width: 215px;
    height: 282px;
    margin:40px 10px 0 0;
    padding-top: 100px;
    background: #fff;
    border:1px  solid #cae2fb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-around;
    -webkit-justify-space-between: flex-space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}
.function-txt{
    padding:30px;
    font-size: 16px;
    color: #202021;
    line-height: 33px;
    background: #fff;
    margin-bottom: 60px;
}
.function-title{
    font-size: 36px;
    line-height: 60px;
    
    color: #202021;
    margin:90px 0 30px 0;
}
.function-info{
    z-index: 999;
    color: #fff;
}
.function-info p{
    text-align: center;
}
.info-lg{
    font-size: 34px;
    line-height: 60px;
    margin-bottom: 20px;
}
.info-sm{
    font-size: 14px;
}