.mokuai_title{
	text-align: center;
	margin: 50px 0px;
}
.mokuai_title span{
	display: block;
}
.mokuai_title span:nth-child(1){
	
	font-size: 36px;
	
}
.mokuai_title span:nth-child(2){
	font-size: 12px;
	margin-top: 5px;
	
}
.mokuai_title span:nth-child(3){
	width: 100px; 
	height: 2px; 
	background: #000;
	/*margin-top: 5px;*/
	margin: 5px auto;

}

.mokuai_more{
	text-align: center;
	margin: 70px 0px;
	
}
.mokuai_more span{
	width: 200px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	color: #b2b2b2;
	border:1px solid #b2b2b2;
	text-align: center;
	margin: 0 auto;
}


.fwxm_xys{
	width: 100%;
	margin:0 auto;
	text-align: center;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	
}
.fwxm_xys a{
	text-decoration: none;
}
.fwxm_list{
	width: 380px;
	height: 220px;
	background: #f7f7f7;
	margin-top: 15px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	
}
.fwxm_list:hover{
	box-shadow:5px 5px 5px #ccc;
	-webkit-transform: scale(1.02);
	/*1.1放大值*/
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	/* 本hover用的是：transform属性；scale是属性下放大；*/


}
.fwxm_con{
	width: 98%;
	height: 220px;
}
.fwxm_con td{
	
	text-align: center;
}
.fwxm_con td img{
	width: 120px;
}
.fwxm_con td:nth-first{
	width: 50%;
}
.fwxm_con td:nth-child(2){
	width: 50%;
	word-wrap:break-word;
}
.fwxm_dx{
	font-size: 30px;
}
.fwxm_xx{
	font-size: 16px;
}
@media screen and (min-width:1900px){

	.fwxm_xys{
		width: 1600px;
	}
	.fwxm_list{
		margin-top: 25px;
	}
}



@media screen and (min-width:1200px) and (max-width:1900px){


	.fwxm_xys{
		width: 1200px;
	}
	.fwxm_list{
		width: 290px;
	}
	.fwxm_dx{
		font-size: 22px;
	}
	.fwxm_xx{
		font-size: 14px;
	}
	.fwxm_con td img{
		width: 100px;
	}
	.fwxm_con td:nth-first{
		width: 45%;
	}
	.fwxm_con td:nth-child(2){
		width: 55%;
		word-wrap:break-word;
	}
}

@media screen and (min-width:640px) and (max-width:1200px){
	.fwxm_xys{
		width: 90%;
	}
	.fwxm_list{
		width: 49%;
			
	
	}

}

@media screen and (max-width:640px){
	.fwxm_xys{
		width: 100%;
		justify-content:center;

	}
	.fwxm_list{
		width: 95%;
			
	
	}
	.mokuai_title span:nth-child(1){
	
		font-size: 24px;
		
	}
	.mokuai_title{
		margin: 30px 0px;
	}

	.mokuai_more{
		margin: 50px 0px;
	}
}



/*团队专员展示*/

.tdzy_show{
	width: 100%;
	background: #0066CC;
	overflow:hidden;
}


.pic_show{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-bottom: -30px;
}


.personal{
	width: 16%;
	margin-bottom: 30px;
}
.personal table:hover{
	background-color:  rgba(0, 0, 0, 0.5);
}
.personal table{
	width: 90%;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.5);

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.personal table tr:nth-child(2) td{
	height: 50px;
}
.personal table td{
	text-align: center;
	color: #fff;
	overflow: hidden;
}
.personal table td img{
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.personal td img:hover{
	-webkit-transform: scale(1.1);
	/*1.1放大值*/
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	/* 本hover用的是：transform属性；scale是属性下放大；*/
}






@media screen and (max-width:1200px){

	.personal{
		width: 50%;
	}
}

/*团队展示结束*/


/*领汇优势*/

.lh_youshi{
	width: 100%;
	/*background: #f9f9f9;*/
	overflow:hidden;

}


.youshi_box{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-bottom: -30px;
}

.youshi_list{
	width: 49%;
	/*height: 300px;*/
	background: #f7f7f7;
	margin-bottom: 30px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.youshi_list:hover{
	border-radius: 35px;
	box-shadow:0px 5px 5px #ccc;
}
.youshi_list div{
	width: 90%;
	text-align: justify;
	margin: 0 auto;
}
.youshi_list div:nth-child(1){
	height: 100px;
	line-height: 100px;
	font-size: 36px;
	text-align: left;
}
.youshi_list div:nth-child(2){
	width: 85%;
	font-size: 16px;
	padding: 30px 0px 60px 0px;
}

@media screen and (max-width:640px){
	.youshi_list{
		width: 100%;
	}

}

/*领汇优势*/


/*成功案例*/
.cmmi-anli{
	width: 100%;
	overflow:hidden;


	background-image: -webkit-linear-gradient(top, #ebeef2, #b1e0fa);
    background-image: -moz-linear-gradient(top, #ebeef2, #b1e0fa);
    background-image: -ms-linear-gradient(top, #ebeef2, #b1e0fa);
    background-image: -o-linear-gradient(top, #ebeef2, #b1e0fa);
    background-image: linear-gradient(top, #ebeef2, #b1e0fa); 


}


.anli-box{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-bottom: -30px;
}

.anli-list{
	width: 32%;
	background-color: rgba(255, 255, 255, 0.3);
	margin-bottom: 30px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.anli-list:hover{
	background-color: rgba(0, 154, 255, 0.5);
}

.anli-list table{
	width: 100%;
}
.anli-list table tr:nth-child(2) td{
	height: 50px;
	text-align: center;
}
.anli-list table img{
	width: 100%;
}

@media screen and (max-width:1000px){
	.anli-list{
		width: 48%;
	}

}
@media screen and (max-width:650px){
	.anli-list{
		width: 100%;
	}

}
/*成功案例*/


/*新闻中心*/

.news-center{
	width: 100%;
	overflow:hidden;
}


.news-box{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-bottom: -30px;
}

.news-list{
	width: 49%;
	/*height: 350px;*/
	background-color: #f9f9f9;
	margin-bottom: 30px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;

}
.news-list ul{
	width: 95%;
	margin: 0 auto;
	padding:8px 0px;
}
.news-list li{
	list-style: none;
	line-height: 30px;
}
.news-list div:nth-child(1){
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: left;
	font-weight: bold;
}
.news-list div:nth-child(1) span{
	float: right;
}
.news-list div:nth-child(1) span a{
	color: #fff;
}
.news-box .news-list:nth-child(1) div:nth-child(1){

	background: #009aff;

}
.news-box .news-list:nth-child(2) div:nth-child(1){

	background: #8cc24a;

}
.news-box .news-list:nth-child(3) div:nth-child(1){

	background: #f39801;

}
.news-box .news-list:nth-child(4) div:nth-child(1){

	background: #2e0d46;

}

.news-box .news-list:nth-child(1){
	border:1px solid #009aff;
}
.news-box .news-list:nth-child(2){
	border:1px solid #8cc24a;
}
.news-box .news-list:nth-child(3){
	border:1px solid #f39801;
}
.news-box .news-list:nth-child(4){
	border:1px solid #2e0d46;
}
@media screen and (max-width:800px){
	.news-box{
		width: 100%;
		margin-bottom: -30px;
	}
	.news-list{
		width: 95%;
		margin: 0 auto;
		margin-bottom: 30px;
	}

}
/*新闻中心*/