



/*		寻找客户		*/

.banner_02 {
	width: 780px;
	margin: 35px auto 0;
}

#seek{
	width: 100%;
	height: auto;
}
.seek{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.seek_01{
	display: none;
	width: 64px;
	height: 8px;
	background: #337dff;
	margin: 0 auto;
	margin-top: 80px;
}
.seek_02{
	display: block;
	font-size: 36px;
	line-height: 72px;
	color: #252B3A;
	margin-top: 80px;
	text-align: center;
	letter-spacing: 2px;
}
.seek_03{
	display: block;
	font-size: 16px;
	line-height: 32px;
	color: #666A75;
	text-align: center;
	letter-spacing: 2px;
}
.seek_04{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 90px;
	color: #252B3A;
}
.seek_04 li{
	width: 220px;
	position: relative;
}
.seek_04 li div{
	width: 170px;
	height: 200px;
	margin: 0 auto;
	padding: 20px;
	/*background: red;*/
}
.seek_04 li div:last-of-type{
	height: auto;
	opacity: 0;
	box-shadow: 0px 4px 30px 3px rgba(211,215,221,0.40);
	position: absolute;
	left: 10px;
	transform: translate3d(0,-110px,0);
	background: #fff;
	transition:all 0.3s;
	-moz-transition:all 0.3s; /* Firefox 4 */
	-webkit-transition:all 0.3s; /* Safari and Chrome */
	-o-transition:all 0.3s; /* Opera */
}
.seek_04 li div:last-of-type span{
	margin-top: 15px;
	font-size: 20px;
}
.seek_04 li div:last-of-type p{
	line-height: 25px;
	font-size: 14px;
	text-align: left;
}
.seek_04 li:hover div:last-of-type{
	opacity: 1;
	transform: translate3d(0,-132px,0);
}
.seek_04 img{
	display: block;
	margin: 0 auto;
	margin-bottom: 35px;
}
.seek_04 span{
	display: block;
	text-align: center;
	font-weight: bold;
}


#choice{
	width: 100%;
	height: auto;
	background: #F5F8FC;
	padding: 1px 0 120px;
}
.choice{
	width: 1200px;
	margin: 0 auto;
}
.choice_02{
	width: 1200px;
	height: 750px;
	margin: 30px auto 0;
	position: relative;
}
.choice_02 div{
	width: 238px;
	height: 160px;
	box-shadow: 0px 15px 30px 3px rgba(211,215,221,0.40);
	margin: 45px 0px;
	float: left;
	margin-right: 100px;
	position: relative;
	z-index: 5;
	padding: 0 60px 0 30px;
	border-radius: 10px;
	background: #fff;
	transition: all .5s ease;
}
.choice_02 div:hover {
	transform: translateY(-10px);
}
.choice_02 div:nth-child(2n){
	float: right;
	margin-left: 100px;
	margin-right: 0px !important;
	padding: 0 30px 0 60px;
}
.choice_02 img{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 10;
}
.choice_02 p{
	font-size: 18px;
	color: #252B3A;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 24px;
}
.choice_02 span{
	font-size: 14px;
	color: #666A75;
	line-height: 22px;
}



/*		网站攀升		*/



#climb{
	width: 100%;
	height: 1000px;
	background: url(../images/climb001.png) no-repeat center;
	background-size: cover;
}
.climb{
	width: 1200px;
	height: 1000px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.climb .seek_02 {
	color: #ffffff !important;
	margin-top: 90px;
}

.climb .seek_03 {
	color: rgba(255,255,255,.6) !important;
	margin-bottom: 60px;
}

.climb .climb_01 {
	position: relative;
	height: 567px;
	background: rgba(0,0,0,0.3);
	display: flex;
	justify-content: space-between;
}

.climb .climb_01 .climb_01_01 {
	width: 525px;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

@keyframes imgslide1 {
	from {
		transform: translate3d(100%,0,0)  scale(1);
	}
	to {
			transform: translate3d(0,0,0) scale(1);
	}
}

@keyframes imgslide2 {
	from {
		transform: translate3d(0,0,0) scale(1);
	}
	to {
			transform: translate3d(-100%,0,0)  scale(0.75);
	}
}

.climb .climb_01 .climb_01_01 img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	animation: imgslide2 .6s ease;
	z-index: 9;
}


.climb .climb_01 .climb_01_02 {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 690px);
	padding: 45px 83px;
	color: #fff;
	transition: opacity .6s ease;
	opacity: 1;
	z-index: 10;
}

.climb .climb_01 .climb_01_02.wait span {
	height: 0 !important;
}

.climb .climb_01 .climb_01_02 h1 {
	width: 100%;
	text-align: left;
	font-size: 36px;
	line-height: 50px;
	font-weight: normal;
}

.climb .climb_01 .climb_01_02 p {
	font-size: 14px;
	line-height: 28px;
	color: rgba(255,255,255,.6);
	margin-top: 12px;
}

.climb .climb_01 .climb_01_02 ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-top: 45px;
	flex-wrap: wrap;
}

.climb .climb_01 .climb_01_02 li {
	width: 90px;
	text-align: center;
	margin-bottom: 30px;
}

.climb .climb_01 .climb_01_02 li .data {
	position: relative;
	width: 40px;
	height: 57px;
	margin: 0px auto 5px;
}

.climb .climb_01 .climb_01_02 li .data span {
	display: block;
	position: absolute;
	bottom: 8px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.6s ease;
}

.climb .climb_01 .climb_01_02.miss li .data span {
	height: 0 !important;
}

.climb .climb_01 .climb_01_02 li .data span:after , .climb .climb_01 .climb_01_02 li .data span:before {
	content: '';
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	background-size: 100%;
	background-repeat: no-repeat;
}

.climb .climb_01 .climb_01_02 li .data .old {
	left: 0;
	width: 17px;
	background-image: url(../images/data_old.png);
}
.climb .climb_01 .climb_01_02 li .data .old:before {
	height: 12px;
	top: -12px;
	background-position: center bottom;
	background-image: url(../images/old-top.png);
}

.climb .climb_01 .climb_01_02 li .data .old:after {
	height: 6px;
	bottom: -6px;
	background-position: center top;
	background-image: url(../images/old-bottom.png);
}

.climb .climb_01 .climb_01_02 li .data .new {
	right: 0;
	width: 20px;
	background-image: url(../images/data_new.png);
}

.climb .climb_01 .climb_01_02 li .data .new:before {
	height: 12px;
	top: -12px;
	background-position: center bottom;
	background-image: url(../images/new-top.png);
}

.climb .climb_01 .climb_01_02 li .data .new:after {
	height: 8px;
	bottom: -8px;
	background-position: center top;
	background-image: url(../images/new-bottom.png);
}

.climb .climb_01 .climb_01_02 li h2 {
	font-size: 26px;
	line-height: 40px;
	font-weight: normal;
}

.climb .climb_01 .climb_01_02 li h3 {
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	color: rgba(255,255,255,.6);
}

.climb .climb_01 .climb_01_02 .data_info {
	display: flex;
	justify-content: space-between;
	width: 240px;
	font-size: 12px;
	line-height: 24px;
}

.climb .climb_01 .climb_01_02 .data_info span {
	display: flex;
	width: 100px;
	flex-wrap: nowrap;
	justify-content: space-between;
	color: rgba(255,255,255,.6);
}

.climb .climb_01 .climb_01_02 .data_info img {
	height: 24px;
	margin-right: 10px;
}

.climb .more {
	margin-top: 64px;
	background: #3B7AFF;
	border: none;
}

.climb .more:hover {
	background: #2160E5;
	color: #ffffff !important;
}

.climb .more:after {
	background: #2160E5;
}


/*		展现效果		*/



#effect{
	width: 100%;
	height: auto;
}
.effect{
	width: 100%;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.effect_01{
	font-size: 36px;
	color: #252B3A;
	font-weight: bold;
	text-align: center;
}
.effect_01 span{
	width: 64px;
	height: 8px;
	background: #337dff;
	display: block;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 20px;
}
.effect_01 p{
	font-size: 18px;
	color: #666A75;
	margin-top: 20px;
}
.effect_02_01{
	width: 700px;
	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: #31416c;
	border: 1px #e5e4ea solid;
}
.effect_02_01 .active{
	width: 140px;
	height: 42px;
	color: #fff;
	background: -webkit-gradient(linear, 100% 100%, 0 0, from(#3790f4), to(#1661e5));
	background: -webkit-linear-gradient(left right, #3790f4, #1661e5);
	background: -moz-linear-gradient(left right, #3790f4, #1661e5);
	background: -o-linear-gradient(left right, #3790f4, #1661e5);
	background: linear-gradient(left right, #3790f4, #1661e5); /* Opera 11.1 - 12.0 */
	border: none;
}

.econ:nth-child(1) {
	margin: 60px 0 50px;
}

.econ:nth-child(2) {
	padding: 80px 0 50px;
	background: #f9f9f9;
}

.econ .effect_03 {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.econ .effect_03 div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 20px;
}

.econ h1 {
	font-size: 40px;
	line-height: 50px;
	font-weight: normal;
	color: #252B3A;
	margin-bottom: 20px;
}

.econ h2 {
	font-size: 16px;
	font-weight: normal;
	color: #666A75;
	line-height: 28px;
	margin-bottom: 40px;
}

.econ .more {
	background: #3B7AFF;
	border: none;
}
.econ .more:hover {
	background: #2160E5;
	color: #ffffff !important;
}
.econ .more:after {
	background: #2160E5;
}

.econ video{
	display: block;
	margin: 0 auto;
}



/*		开启百度推广		*/



#open{
	width: 100%;
	height: 950px;
	height: auto;
	background: #F5F8FC;
}
.open{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.open_01{
	width: 1200px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 80px 0 50px;
	position: relative;
}
.open_01 li{
	width: 600px;
	height: 180px;
	z-index: 10;
	margin-bottom: 50px;
}
.open_01 li div{
	width: 480px;
	height: 180px;
	margin: 0 auto;
	background: #ffffff;
	box-shadow:0px 10px 20px 0px rgba(37,44,59,0.1);
	border-radius:6px;
	border:1px solid rgba(230,233,240,1);
	position: relative;
	transition: all 0.3s linear;
}
.open_01 li:hover div{
	transform: translateY(-20px);
}
.open_01 li div h3{
	font-size:48px;
	font-family: BN;
	color:rgba(59,122,255,1);
	line-height:57px;
	padding: 28px 0 5px 30px;
}
.open_01 li img{
	height: 180px;
	position: absolute;
	right: 5px;
	bottom: 20px;
}
.open_01 li span{
	font-size:20px;
	color:#252B3A;
	line-height:28px;
	letter-spacing:1px;
	padding-left: 30px;
}
.open_01 li p{
	font-size:14px;
	color:#666A75;
	line-height:24px;
	margin-top: 5px;
	padding-left: 30px;
}



#send{
	width: 100%;
	height: 480px;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(#1661e5), to(#3790f4));
	background: -webkit-linear-gradient(left, #1661e5, #3790f4);
	background: -moz-linear-gradient(left, #1661e5, #3790f4);
	background: -o-linear-gradient(left, #1661e5, #3790f4);
	background: linear-gradient(left, #1661e5, #3790f4);
}
.send{
	width: 1200px;
	height: 480px;
	overflow: hidden;
	margin: 0 auto;
}
.send_01{
	width: 1200px;
	height: auto;
	/*margin-top: 180px;*/
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.send_01 span{
	width: 64px;
	height: 8px;
	background: #fff;
	display: block;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 20px;
}
.send_01 p{
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
}
.send_01 img{
	display: block;
	margin: 0 auto;
	margin-top: 70px;
}

#topLine{
	width: 100%;
	height: auto;
	padding-bottom: 80px;
	padding-top: 1px;
}
#topLine .swiper-pagination-bullet{
	background: #dde8fc;
	opacity: 1;
	transition: all 0.5s;
}
#topLine .swiper-pagination-bullet-active{
	width: 20px;
	border-radius: 4px;
	background: #3B7AFF;
	transition: all 0.5s;
}
#topLine .swiper-container{
	padding-bottom: 100px;
}
#topLine .swiper-button-next{
	right: -40px;
}
#topLine .swiper-button-prev{
	left: -40px;
}
#topLine .swiper-button-next,#topLine .swiper-button-prev{
	width: 42px;
	height: 42px;
	background: #ffffff;
	transform: scale(.8);
	top: 380px;
	outline: none;
	opacity: 0;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
	transition: all .6s ease;
}
#topLine .swiper-button-next img,#topLine .swiper-button-prev img{
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}
.topLine{
	width: 1300px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.topLine .swiper-container{
	width: 1200px;
	padding: 0 20px;
}

.topLine .swiper-slide {
	border: 1px solid rgba(230,233,240,1);
	transition: all .6s ease;
}

.topLine .swiper-slide:hover {
	box-shadow: 0px 10px 20px 0px rgba(37,44,59,0.1);
	transform: translateY(-20px);
}
.topLine_01{
	width: 1200px;
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*align-items: center;*/
	/*flex-wrap: wrap;*/
	margin-top: 60px;
	cursor: pointer;
}
.topLine_01 li{
	width: 380px !important;
	height: 370px;
	background: #fff;
}
.topLine_01 a{
	width: 100%;
	height: 380px;
	display: block;
}
.topLine_01_01,.topLine_01_01 img{
	width: 100%;
	height: 212px;
	display: block;
	overflow: hidden;
	transition: all 1s;
}
/* .topLine_01_01 img:hover{
	transform: scale(1.05);
} */
.topLine_01 li h3,.topLine p{
	display: block;
	padding: 0px 30px;
}
.topLine_01 li h3{
	display: block;
	overflow: hidden;
	font-size: 18px;
	color: #252B3A;
	line-height: 50px;
	margin-top: 20px;
	position: relative;
	z-index: 10;
}
.topLine_01 li h3 span{
	height: auto;
	float: left;
	font-size: 18px;
	color: #252B3A;
	font-weight: normal;
	line-height: 28px;
	padding: 0 5px 0 0px;
	margin-top: 0px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	z-index: 10;
	transition: all .6s ease;
}
.topLine_01 li h3 div{
	width: 0;
	height: 14px;
	background: #3B7AFF;
	opacity: 0.2;
	position: absolute;
	bottom: 10px;
	left: 0px;
	transition: all 1s;
	z-index: -1;
}
.topLine .swiper-slide:hover h3 span {
	color: #3B7AFF;
}
.topLine_01 span{
	overflow: hidden;
	font-size: 14px;
	color: #666A75;
	line-height: 24px;
	margin-top: 6px;
	padding: 0 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.topLine_01 p{
	display: none;
	line-height: 16px;
	font-size: 14px;
	margin-top: 25px;
}
.topLine_01 a p img{
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 10px;
}