
.flexA{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.flexB{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}


.home-content,
.advantage-list{
	position: relative;
}

.flex-content {
	position: absolute;
	top: 40%;
	left: 20%;
	width: 30rem;
	height: auto;
	color: #fff;
}
.flex-content h1{
	font-size:40px;
}

.flex-content p {
	font-size: 18px;
	margin-top: 20px;
	line-height:3rem;
	text-indent: 2em;
}

.solve-flex ul.nav-tabs li.active a,
.solve-flex ul.nav-tabs li.active a:hover {
	color: #fff;
	background: #0088cc;
}

.solve-flex .nav-tabs {
	border: none;
}

.core-pc{
	display: block;
}
.core-phone{
	display: none;
}

/* 自主产品 */
.w100-soft .row{
	margin: 0;
}
.meeting-pt{
	padding: 0 !important;
}
.meeting-pt{
	position: relative;
	
}

.meeting-pt .pt-note{
	width: 74%;
	position: absolute;
	top: 24% ;
	left: 50%;
	margin-left: -37%;
	height: 50%;
}


.meeting-pt .pt-list1 .pt-title{
	font-size: 40px;
	color: #fff;
}
.meeting-pt .pt-list1 .pt-text{
	color: #fff;
	margin-top: 4%;
	line-height: 40px;
	font-size: 22px;
}
.meeting-pt .pt-list1 ul{
	margin-top: 10%;
}
.meeting-pt .pt-list1 ul li{
	width: 20%;
}
.meeting-pt .pt-list1 ul li p{
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size:20px;
	margin-top: 6%;
}
.meeting-pt .pt-note .pt-list1 a{
	display: none;
}
/* 优势与痛点 */
.advantage-list{
	padding: 0;
}	
.advantage-list .list-note{
	width: 80%;
	/* height: 50%; */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25% 0 0 -40%;
	font-size: 1.4rem;
	color: #fff;
	line-height:50px;
}
.advantage-list .list-note p:first-child{
	font-size: 2.2rem;
	color: #fff;
}
.advantage-list .list-note p:last-child{
	margin-top: 10%;
}

.product-factor,
.portfolio-03{
	background: #EBECEE;
	padding: 3% 0;
}
.product-factor .factor-title,
.product-performance .performance-title{
	font-size:2.5rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2%;
}
.product-factor .list-note p{
	font-size: 1.2rem;
	line-height:2rem;
}

.product-performance{
	padding: 3% 0;
}
.xiangqing{
	color:#4758EF;
	font-size: 1.5rem;
	margin: 1rem;
}
.detail{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #333;
}
.detail p{
	width: 66%;
	margin: 0;
	line-height: 40px;
}
.detail p:first-child{
	width: 30%;
	font-weight: bold;
}
.phone-show{
	display: none;
}
@media (max-width:750px) {
	.phone-show{
		display: block;
	}
	.phone-hide{
		display: none;
	}
	/* .meeting-pt{
		margin-top:4%;
	} */
	.meeting-pt .pt-note{
		width: 100%;
		left: 0;
		top: 6%;
		margin: 0;
		height: auto;
	}
	.meeting-pt .pt-list1 .pt-title{
		font-size:2rem;
		text-align: center;
		color: #fff;
	}
	.meeting-pt .pt-list1 .pt-text{
		margin-top: 0;
		font-size: 16px;
		line-height: 30px;
	}
	.meeting-pt .pt-list{
		display: none;
	}
	
	.meeting-pt .pt-list1 ul li p{
		font-size: 16px;
	}
	.visualization .pt-note .pt-list1 a{
		display: block;
		background: url(../picture/img/cat/return.png) no-repeat;
		background-size:170px 50px;
		width:170px;
		height:50px;
		text-align: center;
		line-height:50px;
		color: #fff;
		margin:0 auto;
		font-size: 20px;
	}
	.w100-soft{
		 max-width: 100% !important;
		 padding: 0 !important;
	}
	.solve .solve-flex{
		 display: flex;
		 flex-wrap: wrap;
		 justify-content: space-around;
		 border: 0;
	 }
	 .solve .solve-flex>div{
		 width: 100%;
	 }

	.solve .solve-flex li{
		width:50%;
		margin:1% 0;
	}

	
	.navbar {
	    margin-left: 16px;
	}
	
	.core-pc{
		display:none;
	}
	.core-phone{
		display:  block;
	}
	.advantage-list .list-note{
		top: 40%;
	}
	.advantage-list .list-note p:first-child{
		font-size:2rem;
		color: #fff;
	}
	.advantage-list .list-note p:last-child{
		line-height: 1.6rem;
		font-size: 1rem;
	}
	.product-factor .factor-title, 
	.product-performance .performance-title{
		font-size:2rem
	}
	.product-factor .list-note p{
		font-size: 1rem;
		    line-height: 1.6rem;
	}
	.flex-content{
		display: block !important;
		width: 90%;
		top: 20%;
		left: 50%;
		margin-left: -45%;
	}
	.flex-content h1{
		font-size: 2rem;
		    text-align: center;
	}
	.flex-content p{
		line-height: 2rem;
	}
}