@charset "utf-8";
/* CSS Document */
.banner-wrap{
	position: relative;
	overflow: hidden;
}
.banner-wrap .swiper-pagination-bullet{
    width: 60px;
	height: 5px;
    border-radius: 0;
    background: #cdcdcd;
}
.banner-wrap .swiper-pagination-bullet-active{
    background: #007aff;
}
.banner-img{
    width: 100%;
}

.contact{
    margin-right: 10px;
}


.sec{
    box-sizing: border-box;
    padding: 40px 0 20px 0;
}
.sec-title{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding:20px 30px;
}
.sec img{
    max-width: 100%;
}
.sec-sence{
    background: #f4f9fb;
    padding: 24px 48px;
    border-radius: 32px;
    margin:30px 0;
}
.sence-info{
    padding-top: 30px;
}
.sence-tag{
    margin: 30px 0 20px 0;
}
.sence-tag span{
    display: inline-block;
    border-radius: 28px;
    color: #0b2640ad;
    background-color: #1b6eff47;
    padding: 4px 14px;
}
.sence-intro{
    color: #0b2640;
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 20px;
}
.sence-detail{

}
.sence-point{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.sence-point .fas{
    color:var(--bs-primary);
    margin-right: 5px;
}
.sec-sol{
    background-color: rgb(16, 21, 32);
    background-image: url("../images/bg_sol.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
}
.sec-sol .sec-title{
    color:#ffffff;
}
.sec-service {
    background: linear-gradient(135deg, #15d297, #3c64f0) !important;
    color: #fff;
    text-align: center;
}
.sec-service .service-act{
    padding-bottom: 30px;
}
.sol-nav{
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    color: #ffffffad;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.sol-nav .sol-nav-item{
    cursor: pointer;
    padding: 0 20px 22px;
    position: relative;
    text-align: center;
    color: #ffffffad;
}
.sol-nav .sol-nav-item::after{
    background-color: #fff;
    border-radius: 2px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: width .3s;
    width: 0;
}
.sol-nav .sol-nav-item.active{
    color:#ffffff;
}
.sol-nav .sol-nav-item.active::after{
    width: 100%;
}
.sol-nav .sol-nav-title{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;	
}
.sol-wrapper{
    padding: 20px 0;
}
.case-item{
    margin:10px 0;
    overflow:hidden;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
}
.case-item .case-name{
	position: absolute;
	background: rgba(0,0,0,0.35);
	left:0;
	bottom:0;
	width:100%;
	color:#fff;
	box-sizing: border-box;
	padding: 10px;
}
.case-item img{
    border-radius: 10px;
}
.case-item .case-info{    
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.2rem;
    padding-right: 0.15rem;    
    box-sizing: border-box;        
    transition: 0.8s;
    opacity: 1;
}
/*.case-item:hover .case-info{background-color:transparent}*/
.case-item:hover .case-info{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
    background-color: rgba(19, 33, 49, 0.85);
}
.case-item:hover .case-name{
	display: none;
}
.case-item:hover .btn-list{visibility:visible}
.case-item:hover .btn-list .box{bottom:50%;-webkit-transform:translateX(-50%) translateY(50%);-moz-transform:translateX(-50%) translateY(50%);transform:translateX(-50%) translateY(50%)}
.case-item .case-title{
    color:#ffffff;
    font-size: 16px;
    padding: 10px 15px;
}
.sec-app{
    background: #F4F9FF;
}
.sec-app .app-item{				
    padding: 20px 34px;
    border-radius: 10px;
    margin: 15px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.sec-app .app-img{
    height: 100px;
}
.sec-app .app-cont{
    height: 210px;
    overflow: hidden;
}
.sec-app .app-title{
    font-size: 22px;
    font-weight: 600;
    padding: 15px 0;
}
.sec-app .app-intro{
    text-align: left;
    color: #5E6B7C;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
