#inform{
	width: 100%;
	height: 800px;
}
.inform{
	width: 1200px;
	height: 800px;
	margin: 0 auto;
	position: relative;
}
.inform_01{
	width: 480px;
	height: auto;
	float: left;
	margin-top: 20px;
}
.inform_01 div{
	width:48px;
	height:6px;
	background:rgba(58,122,255,1);
	box-shadow:0px 3px 4px 0px rgba(58,122,255,0.5);
	border-radius:4px;
	margin-top: 175px;
}
.inform_01 h5{
	font-size: 36px;
	line-height: 44px;
	text-align: left;
	margin-top: 24px;
}
.inform_01 span{
	font-size: 28px;
	color: #252B3A;
	display: block;
	text-align: left;
	margin: 0;
}
.inform_01 p{
	font-size: 16px;
	color: #666A75;
	line-height: 28px !important;
	text-align: left;
	margin-top: 10px;
}
.inform_01 button{
	width: 180px;
	height: 42px;
	float: left;
	outline: none;
	border: none;
	background: #3A7AFF;
	text-align: center;
	line-height: 42px;
	color: #fff;
	margin-top: 70px;
	transition: all 1s;
}
.inform_01 button:hover{
	color: #fff;
	background: #1849C6;
}
.inform_02{
	width: 524px;
	position: absolute;
	top: 70px;
	right: -60px;
	z-index: -1;
}

.inform .more:hover {
	color: #ffffff !important;
}

.inform .more:after {
	background: #2160E5;
}




/*		寻找客户		*/




#mark{
	width: 100%;
	height: 500px;
}
.mark{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.mark_01{
	width: 100%;
	text-align: center;
}
.mark_01 div{
	width: 64px;
	height: 8px;
	background: #3A7AFF;
	margin: 0 auto;
}
.mark_02{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0px;
}
.mark_02 li{
	width: 220px;
	position: relative;
}
.mark_02 li div{
	width: 160px;
	height: 200px;
	margin: 0 auto;
	padding: 0px 20px;
	/*background: red;*/
	overflow: hidden;
	transition: all 1s;
}
.mark_02 li div:hover{
	color: #3A7AFF;
}
.mark_02_01s{
	opacity: 0;
}
.mark_02 li div:hover .mark_02_01{
	opacity: 0;
}
.mark_02 li div:hover .mark_02_01s{
	opacity: 1;
}
.mark_02 img{
	width: 70px;
	height: 69px;
	display: block;
	/*margin: 15px auto;*/
	left: 75px;
	position: absolute;
	z-index: 5;
	transition: all 1s;
	top: 40px;
}
.mark_02 span{
	display: block;
	text-align: center;
	font-weight: bold;
	margin-top: 140px;
}




/*		寻找客户		*/




#content{
	width: 100%;
	height: 420px;
	background: #292b34;
}
.content{
	width: 1200px;
	height: 420px;   
	margin: 0 auto;
}
.content li{
	width: 300px;
	height: 420px;
	float: left;
}
.content li div{
	width: 300px;
	height: 420px;
	overflow: hidden;
	transition: all 0.5s;
}
.content li:hover div{
	background: rgba(58,122,255,.5);
}
.content_01{
	width: 53px;
	display: block;
	margin: 0 auto;
	margin-top: 140px;
	transition: all 0.5s;
}
.content h3{
	display: block;
	padding: 0 20px;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	margin-top: 20px;
	opacity: 0;
	transition: all 0.5s;
}
.content li:hover .content_01{
	margin-top: 100px;
}
.content_02{
	display: none;
}
.content li:hover h3{
	opacity: 1;
}
.content li p{
	width: 24px;
	height: 2px;
	background: #fff;
	margin: 28px auto;
}
.content li span{
	color: #fff;
	font-size: 22px;
	text-align: center;
	display: block;
}



/*		展现效果		*/



#effect{
	width: 100%;
	height: auto;
}
.effect{
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.effect_01{
	font-size: 36px;
	color: #252B3A;
	font-weight: bold;
	text-align: center;
}
.effect_02_01{
	width: 560px;
	margin: 0 auto;
	margin-top: 55px;
	overflow: hidden;
}
.effect_02_01 li{
	width: 138px;
	height: 40px;
	float: left;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 42px;
	color: #252B3A;
	border: 1px #e5e4ea solid;
}
.effect_02_01 .active{
	width: 140px;
	height: 42px;
	color: #fff;
	background: -webkit-linear-gradient(40deg, #2160E5, #3A7AFF);
	background: -moz-linear-gradient(40deg, #2160E5, #3A7AFF);
	background: -o-linear-gradient(40deg, #2160E5, #3A7AFF);
	background: linear-gradient(40deg, #2160E5, #3A7AFF);
	border: none;
}

.effect_02_02 li{
	padding: 80px 40px 100px;
	overflow: hidden;
}
.effect_02_02 li:nth-child(2n) {
	background: #f9f9f9;
}
.effect_02_02 .active{
	display: block;
}
.effect_02_02 .ewz{
	width: 360px;
	float: left;
	font-size: 36px;
	color: #252B3A;
	margin-top: 40px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 25px;
	padding-top: 35px;
	margin-left: 35px;
	line-height: 50px;
	font-weight: bold;
}
.effect_02_02 div p{
	width: 48px;
	height: 6px;
	background: rgba(58,122,255,1);
	box-shadow: 0px 3px 4px 0px rgba(58,122,255,0.5);
	border-radius: 4px;
	margin-top: 30px;
}
.effect_02_02 div span{
	width: 290px;
	margin-top: 28px;
	font-size: 16px;
	color: #666A75;
	line-height: 28px;
}

.econ {
	display: flex;
	width: 1200px !important;
	margin: 0 auto;
	justify-content: space-around;
}

.econ .title01 {
	text-align: left;
	margin-top: 30px;
}

.econ .title02 {
	text-align: left;
	margin-top: 10px;
}



/*		开启百度推广		*/



