.team_box{
	width: 78px;
}
.zx_ns-top{
	margin: 71px 0;
}
.ns_center{
	width: 100%;
	height: auto;
}
.ns_center>ul>li{
	width: 100%;
	height: 170px;
	background-color: #EEEEEE;
	margin-top: 20px;
	display: flex;
}
.ns_center ul .activens{
	background-color: red;
}
.ns_center ul .activens h3{
	color:#fff;
}
.ns_center ul .activens h4{
	color:#fff;
}
.ns_center ul .activens .xian1{
	background-color: #fff;
}
.ns_center ul .activens p{
	color:#fff;
}
.ns_center ul .activens .fx ul li:nth-child(1){
	background: url(../img/wx1.png) no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.ns_center ul .activens .fx ul li:nth-child(2){
	background: url(../img/QQ1.png) no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.ns_center ul .activens .fx ul li:nth-child(3){
	background: url(../img/wb1.png) no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
/**/
.li_left{
	width: 272px;
	height: 172px;
	padding: 20px 30px ;
	text-align: center;
}
.li_left h3{
	color:#363636;
	font-size: 17px;
	margin: 10px 0;
}
.li_left>p{
	margin-bottom: 9px ;
}
.fx{
	width: 100%;
	display: flex;
	padding-left:38px ;
}
.fx ul li{
	width:20px;
	height: 20px;
	border-radius: 100%;
	float: left;
	margin-left: 5px;
	padding-top:7px ;
}

.fx ul li:nth-child(1){
	margin-left: 0;
	background: url(../img/wx.png)no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.fx ul li:nth-child(2){
	background: url(../img/qq.png)no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.fx ul li:nth-child(3){
	background: url(../img/wb.png)no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.xian1{
	width: 2px;
	height: 116px;
	background-color: #666666;
	display: inline-block;
	float: left;
	margin-top: 32px;
	margin-left: 30px;
}
.li_right{
	width: 857px;
	height: 170px;
	padding: 30px 90px;
	margin-left: 39px;
}
.li_right h4{
	color:#434343;
	font-size: 14px;
	margin-bottom: 20px;
}
.li_right p{
	color:#787878;
	font-size: 14px;
	line-height: 30px;
}
.sj_main{
	height: auto;
}
