/*弹性布局*/
.disFlex{
	display:flex;
	display:-ms-flexbox;
	display: -webkit-flex;
}
body{
	color:#686D81;
}
.first_banner{
	width:100%;
	height:506px;
	padding-top:56px;
	box-sizing:border-box;
}
.first_banner .top_banner{
	height:450px;
	width:100%;
	background:url(../../img/page/virtual_teller/banner.jpg) center/cover no-repeat;
}
.first_banner .banner_middle{
	height:100%;
	width:1180px;
	padding:0 10px;
	margin:0 auto;
	justify-content:space-between;
}
.first_banner .flex_left{
	height:auto;
	width:auto;
	align-self:center;
}
.first_banner .banner_theme{
	font-size:48px;
	color:#fff;
	padding-bottom:25px;
}
.first_banner .flex_left ul{
	height:auto;
	justify-content:space-between;
	width:260px;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	margin-bottom:15px;
}
.first_banner .flex_left ul li{
	height:40px;
	border:1px solid #fff;
	color:#fff;
	width:120px;
	font-size:16px;
	text-align:center;
	line-height:40px;
	margin-bottom:10px;
	box-shadow:0px 4px 10px rgba(0,0,0,0.2);
	transition:transform 0.3s;
	-ms-transition:transform 0.3s;
	-moz-transition:transform 0.3s;
	-webkit-transition:transform 0.3s;
	-o-transition:transform 0.3s;
	transform:translate3d(0,0,0);
}
.first_banner .flex_left ul li:hover{
	transform: translate3d(0,0,0);
	transform:scale(1.05);
	-ms-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	transition:transform 0.3s;
	-ms-transition:transform 0.3s;
	-moz-transition:transform 0.3s;
	-webkit-transition:transform 0.3s;
	-o-transition:transform 0.3s;
	color:#036FE2;
	background:rgb(255,2555,255);
}
.first_banner .banner_description{
	font-size:16px;
	color:#fff;
	text-align:left;
	line-height:28px;
}

.second_summarize{
	height:385px;
	width:100%;
	background:rgb(250,250,250);
}
.second_summarize .summarize_title{
	/*box-sizing:border-box;*/
	height:auto;
	width:100px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:20px;
	margin-bottom:50px;
	text-align:center;
	line-height:40px;
	border-bottom:4px solid #036FE2;
	font-size:30px;
}
.second_summarize .summarize_p{
	width:785px;
	height:auto;
	margin:0 auto;
	font-size:16px;
	line-height:30px;
	color:#686D81;
}
.third_place{
	height:auto;
	width:100%;
	text-align:center;
}
.place_title{
	/*box-sizing:border-box;*/
	height:auto;
	width:120px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:20px;
	margin-bottom:30px;
	text-align:center;
	line-height:40px;
	border-bottom:4px solid #036FE2;
	font-size:28px;
}
.third_place .third_p{
	font-size:16px;
	margin-bottom:50px;
	color:#686D81;
}
.third_place ul{
	width:1180px;
	padding:0 10px;
	height:auto;
	margin:0 auto;
	justify-content:space-between;
}
.third_place ul li{
	width:320px;
	height:auto;
	box-shadow:0px 3px 15px rgba(0,0,0,0.3);
	text-align:center;
	transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	margin-bottom:65px;
}
.third_place ul li img{
	height:240px;
	width:320px;
	margin:0 auto;
}
.third_place ul li .li_title{
	font-size:20px;
	padding:20px 0 5px 0;
}
.third_place ul li .li_p{
	font-size:14px;
	line-height:20px;
	padding-bottom:20px;
}
.third_place ul li:hover{
	transform:translateY(-8px);
	transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
}

.flow_gray{
	width:100%;
	height:500px;
	background:rgb(250,250,250);
}
.forth_flow{
	height:500px;
	width:1180px;
	padding:0 10px;
	margin:0 auto;
	/*background:indianred;*/
	justify-content:space-between;
	align-items:center;
}
.forth_flow .flow_title{
	font-size:24px;
	color:#036FE2;
	padding:0px 0 30px 0;
}
.forth_flow .flow_detail{
	font-size:16px;
	line-height:28px;
	width:500px;
	color:#686d81;
}
.forth_flow .flow_another{
	height:260px;
	width:400px;
}
.flow_bg .forth_flow{
	background:#fff;
}
.flow_bg .flow_detail{
	font-size:16px;
	line-height:28px;
	width:500px;
	color:#686d81;
}
.fifth_strength{
	height:auto;
	background:rgb(250,250,250);
	width:100%;
	padding-bottom:60px;
}
.fifth_strength .strength_ul{
	width:1180px;
	padding:0 10px;
	margin:0 auto;
	height:auto;
	justify-content:space-between;
	margin-top:60px;
}
.fifth_strength .strength_ul li{
	width:230px;
	height:auto;
/*	background:indianred;*/
	text-align:center;
}
.fifth_strength .strength_ul .fa{
	font-size:80px;
}
.fifth_strength .strength_liTitle{
	font-size:18px;
	padding-top:40px;
	color:#686D81;
}
.fifth_strength .strength_detail{
	padding-top:15px;
	font-size:14px;
	color:#686D81;
	line-height:20px;
	text-align:left;
}

.sucess_part{
	height:auto;
	width:100%;
}
.sucess_case{
	height:auto;
	width:1180px;
	padding:0 10px;
	margin:0 auto;
	justify-content:space-between;
	margin-bottom:60px;
	margin-top:60px;
}
.sucess_case li{
	height:auto;
	width:260px;
	text-align:center;
}
.sucess_case li .case_up{
	height:360px;
	width:260px;
	margin:0 auto;
}
.sucess_case li .case_name{
	font-size:15px;
	line-height:20px;
	color:#101010;
	padding-top:20px;
	color:#686D81;
}
/*产品选型*/
.sixth_product{
	height:auto;
	width:100%;
	background:rgb(250,250,250);
	padding-bottom:70px;
}
.sixth_product ul{
	height:auto;
	width:1180px;
	padding:0 10px;
	margin:0 auto;
	margin-top:60px;
	justify-content:space-between;
	margin-bottom:60px;
}
.sixth_product ul li{
	height:480px;
	width:275px;
	position:relative;
	overflow:hidden;
}
.sixth_product ul li .product_title{
	height:60px;
	width:100%;
	background:rgba(3,111,226,0.8);
	color:#fff;
	text-align:center;
	line-height:60px;
	font-size:24px;
	opacity:1;
	transition:opacity 0.5s;
	-webkit-transition:opacity 0.5s;
	-ms-transition:opacity 0.5s;
	-moz-transition:opacity 0.5s;
	-o-transition:opacity 0.5s;
}
.sixth_product ul li .hover_li{
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:50%;
	background:rgba(3,111,226,0.8);
	opacity:0;
	transition:opacity 0.5s,top 0.5s;
	-webkit-transition:opacity 0.5s,top 0.5s;
	-ms-transition:opacity 0.5s,top 0.5s;
	-moz-transition:opacity 0.5s,top 0.5s;
	-o-transition:opacity 0.5s,top 0.5s;
}
.sixth_product .hover_li .hover_mediaTitle{
	font-size:20px;
	color:#fff;
	padding:40px 0 40px 20px;
}
.sixth_product .hover_li .hover_mediaDescription{
	font-size:16px;
	color:#fff;
	padding:0 0 70px 20px;
	line-height:24px;
}
.sixth_product .hover_li .hover_media_a{
	font-size:24px;
	line-height:50px;
	display:inline-block;
	padding-right:40px;
	margin-left:20px;
	color:#fff;
	border-bottom:1px solid #fff;
	position:absolute;
	bottom:145px
}
.sixth_product .hover_li .hover_need{
	padding:20px 20px 0 20px;
	font-size:14px;
	color:#fff;
	line-height:20px;
	position:absolute;
	bottom:65px
}
.sixth_product li:hover .hover_li{
	opacity:1;
	top:0;
	transition:opacity 0.5s,top 0.5s;
	-webkit-transition:opacity 0.5s,top 0.5s;
	-ms-transition:opacity 0.5s,top 0.5s;
	-moz-transition:opacity 0.5s,top 0.5s;
	-o-transition:opacity 0.5s,top 0.5s;
}
.sixth_product li:hover .product_title{
	opacity:0;
	transition:opacity 0.5s;
	-webkit-transition:opacity 0.5s;
	-ms-transition:opacity 0.5s;
	-moz-transition:opacity 0.5s;
	-o-transition:opacity 0.5s;
}
.sixth_product .ask_a{
	display:block;
	height:66px;
	width:200px;
	text-align:center;
	background:#036FE2;
	color:#fff;
	font-size:20px;
	line-height:66px;
	margin:0 auto;
/*	margin-bottom:70px;*/
}
.sixth_product .ask_a:hover{
	background:#5260b0;
}