.solve-container {

}

/* 轮播 */

.solve-container .banner {
    width: 100%;
    height: 360px;
    position: relative;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 120px;
    transform: translate(0%, -50%);
}
@media screen and (min-width: 1300px){
	.banner-text {
		width: 1200px;
		left: calc((100% - 1200px) / 2);
	}
}
@media screen and (min-width: 1900px){
	.banner-text {
		width: 1600px;
		left: calc((100% - 1600px) / 2);
	}
}

.banner-text-name {
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 72px;
}

.banner-text-title {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
}

.banner-img {
    width: 100%;
    height: 100%;
}

.box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box .general {
    background: #FFFFFF;
    padding: 0 120px 80px;
    /* width: 1200px;
    margin: 0 auto; */
}
@media screen and (min-width:1300px) {
    .box .general {
        width: 1200px;
    }
}
@media screen and (min-width:1900px) {
    .box .general {
        width: 1600px;
    }
}

.box .general .top {
    padding: 80px 0 48px;
    display: flex;
    align-content: center;
}

.general .top .xian {
    width: 6px;
    height: 24px;
    background: #3A86FF;
    border-radius: 3px;
}

.general .top .title {
    font-size: 24px;
    color: #141414;
    line-height: 24px;
    margin-left: 16px;
}

/* 方案介绍 */
.introduce {
    background: #F6FAFF;
}

.introduce .top {

}

.introduce .introduce-info {
    display: flex;
    align-items: center;
}

.introduce .content-left {

}

.introduce .content-left .video {
    width: 480px;
    height: 272px;
    border-radius: 16px;
}

.introduce .content-right {
    width: 560px;
    margin: 0 56px 0 104px;
    display: flex;
    flex-direction: column;
}

.introduce .content-right .intro {
    font-size: 16px;
    color: #5D5D5D;
    line-height: 28px;
    margin: 10px 0;
}

/* 应用场景 */

.scene {

}

.scene .scene-info-content {
    display: flex;
}

.scene-info-content .scene-info {
    position: relative;
    overflow: hidden;
    background: #000;
    flex: 1;
    margin: 0 12px;
    border-radius: 16px;
}

.scene-info-content .scene-info-img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    transition: all 0.2s linear;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.scene-info-content .scene-info-img:hover {
    transform: scale(1.1);
}

.scene-info-content .scene-info-data {
    position: absolute;
    bottom: 0px;
    margin: 32px;
}

.scene-info-content .scene-info-title {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    margin-bottom: 8px;
}

.scene-info-content .scene-info-introduction {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
}

/* 功能优势 */

.advantage {
    background: #F6FAFF;
}

.advantage-info-content {
    display: flex;
    justify-content: space-between;
}

.advantage-info-content .advantage-info {
    flex: 1;
    /* height: fit-content; */
    min-height: 348px;
    padding-bottom: 20px;
    margin: 0 12px;
    background: linear-gradient(135deg, #00ACFF 0%, #007BFF 100%);
    border-radius: 16px;
    text-align: center;
}

.advantage-info-content .advantage-info.type0 {
    background: linear-gradient(135deg, #00ACFF 0%, #007BFF 100%);
}

.advantage-info-content .advantage-info.type1 {
    background: linear-gradient(135deg, #00C5A3 0%, #00B774 100%);
}

.advantage-info-content .advantage-info.type2 {
    background: linear-gradient(135deg, #FF8F00 0%, #FF7200 100%);
}

.advantage-info-content .advantage-info.type3 {
    background: linear-gradient(138deg, #FED16B 0%, #FFB000 100%);
}

.advantage-info-content .advantage-info-img {
    width: 80px;
    height: 80px;
    margin: 40px 0 16px;
}

.advantage-info-content .advantage-info-data {
    margin: 0 32px;
}

.advantage-info-content .advantage-info-title {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
}

.advantage-info-content .advantage-info-introduction {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    margin-top: 16px; 
}

/*系统架构图*/

.system {

}

.system .system-info-content {

}

.system .system-info {
    width: 100%;
    height: fit-content;
    margin: 0 auto;
}

.system .system-info-img {
    width: 100%;
}

/*开放服务*/

.open_service-container .banner {
    width: 100%;
    height: 360px;
    position: relative;
}

.open_service-container {

}

.open_service-container .open_service-general {
    padding-bottom: 120px;
}

.open_service-container .open_service-general .title {
	font-size: 36px;
	font-weight: bold;
    color: #141414;
    text-align: center;
    padding-top: 80px;
	line-height: 54px;
}

.open_service-container .open_service-general .questions {
	font-size: 16px;
	color: #5D5D5D;
	line-height: 28px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 48px;
}

/*资源开放服务*/

.resource {
    background: #F6FAFF;
}

.resource .resource-info {
    display: flex;
    justify-content: center;
}

.resource .resource-info-content {
    width: 282px;
    height: 360px;
    background: #FFFFFF;
    border-radius: 16px;
    margin: 0 12px;
    transition: all 0.1s linear;
}

.resource .resource-info-content:hover {
    box-shadow: 0px 16px 32px 0px rgba(0,145,255,0.1);
}

.resource .resource-info-content .resource-info-top {
    height: 72px;
}

.resource .resource-info-content .resource-info-title {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 72px;
    margin-left: 32px;
}

.resource .resource-info-content .resource-info-list {
    height: calc(100% - 106px);
    padding: 24px 24px 10px;
}

.resource .resource-info-content .resource-info-item {
    margin-bottom: 16px;
    display: flex;
}

.resource .resource-info-content .resource-item-text-icon {
    width: 12px;
    height: 12px;
    margin: 8px 4px 0 0;
}

.resource .resource-info-content .resource-item-text-title {
    font-size: 16px;
    color: #141414;
    line-height: 24px;
}

/*技术服务*/
.technology {

}

.technology-info {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.technology .technology-info .technology-info-content {
    width: 288px;
    margin: 0 48px;
    text-align: center;
}

.technology .technology-info .technology-info-book-img {
    width: 128px;
    height: 128px;
    margin-bottom: 16px;
    display: inline-block;
    background-size: 100% 100%;
}

.technology .technology-info .technology-info-title {
    font-size: 20px;
    font-weight: bold;
    color: #141414;
    line-height: 30px;
    margin-bottom: 8px;
}

.technology .technology-info .technology-info-hint {
    font-size: 14px;
    color: #5D5D5D;
    line-height: 22px;
}

/* 应用场景-开发服务 */

.open_service-scene {

}

.open_service-scene .open_service-scene-content {
    
}

.open_service-scene .open_service-scene-info {
    width: 1200px;
    margin: 0 auto;
}

.open_service-scene .open_service-info-img {
    width: 100%;
}

/*模块集成*/

.module {
    background: #F6FAFF;
}

.module-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
}

.module .module-info .module-info-content {
    width: 288px;
    margin: 32px 48px;
    text-align: center;
}

.module .module-info .module-info-book-img {
    width: 128px;
    height: 128px;
    margin-bottom: 16px;
    display: inline-block;
    background-size: 100% 100%;
}

.module .module-info .module-info-title {
    font-size: 20px;
    font-weight: bold;
    color: #141414;
    line-height: 30px;
    margin-bottom: 8px;
}

.module .module-info .module-info-hint {
    font-size: 14px;
    color: #5D5D5D;
    line-height: 22px;
}