
.flexA{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.flexB{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}


.yafa .title{
	padding: 0;
}

.home-content {
	position: relative;
}

.flex-content {
	position: absolute;
	top: 40%;
	left: 20%;
	width: 30rem;
	height: 9.375rem;
	color: #fff;
}

.flex-content p {
	font-size: 18px;
	margin-top: 20px;
}

.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;
}




.yafa{
	background: url(../picture/img/cat/yanfa.png) no-repeat;
	padding-bottom: 2%;
	background-size: 100% 100%;
}
.yafa .yafa-p{
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 2% auto;
}

.yafa .title-box{
	margin-top: 5%;
}
.yafa .title-box .title{
	font-size: 36px;
	color: #fff;
	text-align: center;
}
.core-pc{
	display: block;
}
.core-phone{
	display: none;
}

/* 自主产品 */
.w100-soft .row{
	margin: 0;
}
.meeting-pt,
.meeting-manage,
.visualization,
.digital{
	padding: 0 !important;
}
.meeting-pt,
.meeting-manage,
.visualization,
.digital{
	position: relative;
	
}

.meeting-pt .pt-note,
.meeting-manage .pt-note,
.visualization .pt-note,
.digital .pt-note{
	width: 74%;
	position: absolute;
	top: 24% ;
	left: 50%;
	margin-left: -37%;
	height: 50%;
}
.meeting-pt .pt-note .pt-list a,
.meeting-manage .pt-note .pt-list a{
	display: block;
	background: url(../picture/img/cat/return.png) no-repeat;
	background-size:320px 110px;
	width:320px;
	height:110px;
	text-align: center;
	line-height:110px;
	color: #fff;
	margin-top: 60%;
	font-size: 24px;
}
.visualization .pt-note .pt-list1 a,
.digital .pt-note .pt-list1 a{
	display: block;
	background: url(../picture/img/cat/return.png) no-repeat;
	background-size:320px 110px;
	width:320px;
	height:110px;
	text-align: center;
	line-height:110px;
	color: #fff;
	margin-top: 20%;
	font-size: 24px;
}
.meeting-manage .pt-note .pt-list a,
.visualization .pt-note .pt-list1 a{
	float: right;
}
.meeting-pt .pt-list1 .pt-title,
.meeting-manage .pt-list1 .pt-title,
.visualization .pt-list1 .pt-title,
.digital .pt-list1 .pt-title{
	font-size: 40px;
	color: #fff;
}
.meeting-pt .pt-list1 .pt-text,
.meeting-manage .pt-list1 .pt-text,
.visualization .pt-list1 .pt-text,
.digital .pt-list1 .pt-text,
.other-software .pt-list1 .pt-text,
.other-software .pt-list .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,
.meeting-manage .pt-note .pt-list1 a{
	display: none;
}
	
.other-software,
.other-software .pt-list,
.other-software .pt-list1{
	padding: 0;
}
.other-cp{
	margin: 20px auto;
	font-size: 36px;
}
.other-software .pt-list,
.other-software .pt-list1{
	position: relative;
}
.other-software .pt-list .pt-note,
.other-software .pt-list1 .pt-note{
	width: 74%;
	position: absolute;
	top: 24% ;
	left: 50%;
	margin-left: -37%;
}
.other-software .pt-list1 .pt-note a,
.other-software .pt-list .pt-note a{
	text-align: center;
	font-size: 24px;
	display: block;
	margin-top: 10%;
	color: #fff;
}

.other-software .pt-list .pt-title,
.other-software .pt-list1 .pt-title{
	font-size: 40px;
	color: #fff;
	text-align: center;
}
.phone-show{
	display: none;
}
@media (max-width:750px) {
	.phone-show{
		display: block;
	}
	.phone-hide{
		display: none;
	}
	.meeting-pt, .meeting-manage, .visualization, .digital{
		margin-top:4%;
	}
	.meeting-pt .pt-note, 
	.meeting-manage .pt-note, 
	.visualization .pt-note, 
	.digital .pt-note{
		width: 100%;
		left: 0;
		top: 6%;
		margin: 0;
		height: auto;
	}
	.other-software .pt-list .pt-note,
	.other-software .pt-list1 .pt-note{
		width: 100%;
		position: absolute;
		top: 6% ;
		left: 0;
		margin: 0;
		padding: 0 15px;
	}
	.meeting-pt .pt-list1 .pt-title,
	.meeting-manage .pt-list1 .pt-title, 
	.visualization .pt-list1 .pt-title, 
	.digital .pt-list1 .pt-title,
	.other-software .pt-list .pt-title,
	.other-software .pt-list1 .pt-title{
		font-size:24px;
		text-align: center;
		color: #fff;
	}
	.meeting-pt .pt-list1 .pt-text, 
	.meeting-manage .pt-list1 .pt-text, 
	.visualization .pt-list1 .pt-text, 
	.digital .pt-list1 .pt-text,
	.other-software .pt-list1 .pt-text,
	.other-software .pt-list .pt-text{
		margin-top: 0;
		font-size: 16px;
		line-height: 30px;
	}
	.meeting-pt .pt-list,
	.meeting-manage .pt-list{
		display: none;
	}
	
	.meeting-pt .pt-list1 ul li p{
		font-size: 16px;
	}
	.visualization .pt-note .pt-list1 a,
	.meeting-pt .pt-note .pt-list1 a,
	.digital .pt-note .pt-list1 a,
	.meeting-manage .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;
	}
	.meeting-manage .pt-note .pt-list a, 
	.visualization .pt-note .pt-list1 a{
		float: none;
	}
	.other-software .pt-list1 .pt-note a,
	.other-software .pt-list .pt-note a{
		font-size: 18px;
	}
	.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:33%;
		margin: 0;
	}
	.product-yf .yf-item{
		width: 100%;
	}
	.product-yf .yf-item1{
		width: 100%;
		margin: 0;
		padding: 0.25rem 1.25rem ;
	}
	
	.navbar {
	    margin-left: 16px;
	}
	
	.yafa .title{
		text-align: center;
	}
	.core-pc{
		display:none;
	}
	.core-phone{
		display:  block;
	}
	.yafa .title-box .title{
		font-size: 30px;
	}
	
}