
/*======content===============*/
.content{
	position: relative;
	z-index: 98;
}
/*==============banner==========================*/
.banner{
	width: 100%;
}
.banner img{
	margin: 0 auto;
	width: 100%;
	vertical-align: middle;
	height: 100%;
}
/*==========site_search============*/
.site_search{
	height: 80px;
	width: 100%;
	line-height: 80px;
	background: #efeff0;
}
.site_search li{
	margin-right: 40px;
}
.site_search li a{
	color: #333;
	font-size: 14px;
}
.site_search li:last-child{
	margin-right: 0;
}
.site_search li input{
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	border-radius: 20px 0px 0px 20px;
	border: 1px solid #1296db;
	margin-right: 0;
	width: 241px;
	padding-left: 20px;
	outline:none;
	
}
.site_search li input::-webkit-input-placeholder{
    font-size: 15px;
    line-height: 30px;
    padding-left: 20px;
    background: url(../images/search.svg) no-repeat 0 center;
}
.site_search li button{
	height: 42px;
	    font-family: Microsoft YaHei;
	width: 90px;
	border-radius: 0px 20px 20px 0px;
	border: 1px solid #1296db;
	outline:none;
	cursor: pointer;
	line-height: 42px;
	color: #fff;
	text-align: center;
	background: #1296DB;
}
/*==========move_pay==============*/
.move_pay{
	height: 585px;
	width: 100%;
	overflow: hidden;
}
.move_pay h2{
	text-align: center;
	color: #333;
	font-size: 28px;
	margin:80px auto 10px;
	
}
.move_pay h4{
	text-align: center;
	line-height: 20px;
	font-size: 13px;
	color: #6c6c6c;
	font-weight: 100;
	margin: 0 auto;
}
.move_pay_ctt{
	width: 850px;
	margin: 30px auto 40px;
	height: 275px;
}
.move_pay_ctt li{
	margin-right: 60px;
	width: 241px;
	height: 275px;
}
.move_pay_ctt li:last-child{
	margin-right: 0px;
}
.move_pay_ctt li img{
	height: 216px;
	width: 216px;
	display: block;
	margin:  0 auto;
}
.move_pay_ctt li h3{
	margin-top: 15px;
	color: #545454;
	font-size: 18px;
	text-align: center;
}
.move_pay p{
	text-align: center;
	color: #545454;
	font-size: 16px;
}
/*================core_product=================*/
.core_product{
	height: 700px;
	width: 100%;
	background: url(../images/core_bkd.jpg) no-repeat center;
	z-index: 1;
	position: relative;
}
.core_title{
	position: absolute;
	z-index: 5;
	top:90px;
	left: 50%;
	transform: translateX(-50%);
	 -webkit-transform:translateX(-50%);
    -moz-transform: translateX(-50%);
}
.core_title h2{
	margin: 0 auto;
	color: #fff;
	font-size: 28px;
	text-align: center;
}
.core_title h3{
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: 100;
	margin-top: 5px;
}
.core_title .xian{
	width:45px ;
	height: 2px;
	background: #fff;
	margin: 25px auto 0;
}
.core_ctt{
	position: absolute;
	z-index: 9;
	width: 243px;
	height: 274px;
}
.core_ctt_one{
	top: 50px;
}
.core_ctt_two{
	margin-left: 241px;
	top:214px;
}
.core_ctt_three{
	margin-left: 482px;
	top:376px;
}
.core_ctt_fore{
	margin-left: 723px;
	top:206px;
}
.core_ctt_five{
	
	top:35px;
	margin-left: 964px;
}
/*=====core_prodTwo=============*/
.core_prodTwo{
	height: 600px;
	width: 100%;
	background: #eee;
	overflow: hidden;
}
.prodTwo_title{
	height: 45px;
	width: 100%;
}
.prodTwo_triangle{
	height:0;
	width:0;
	border-top:27px solid #1296DB;
	border-left:24px solid transparent;
	border-right:24px solid transparent;
	border-bottom: 20px;
	margin: 0 auto;
}
.prodTwo_ctt{
	height:530px;
	width: 100%;
	position: relative;
	margin-top: 15px;
	
}
.prodTwo_ul{
	position: absolute;
	z-index: 3;
	height: 40px;
	top:10px ;
	line-height: 40px;
}
.prodTwo_ul li{
	margin-right: 10px;
}
.prodTwo_ul li:last-child{
	margin: 0;
}
.prodTwo_ul li a{
	color: #404040;
	font-size: 14px;
	padding: 10px 20px;
	border: 1px solid #008fd9;
	border-radius: 20px;
}
.prodTwo_ul li a:hover{
	background: #008fd9;
	color: #fff;
}
.prodTwo_ul .active{
	background: #008fd9;
	color: #fff;
}
.prodTwo_tab{
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	display: none;
}
.prodTwo_h2{
	margin-top: 90px;
}
.prodTwo_h2 h2{
	height: 34px;
	line-height: 34px;
	color: #404040;
	font-size: 26px;
}
.prodTwo_introduce{
	width: 615px;
	color: #0c0c0c;
	font-size: 14px;
	line-height: 23px;
	margin-top: 30px;
}
.prodTwo_introduce p{
	margin-top: 5px;
}
.prodTwo_btn{
	margin-top: 35px;
}
.prodTwo_btn a{
	padding: 10px 20px;
	border-radius: 20px;
	background: #1296DB;
	color: #fff;
	font-size: 14px;
}
.prodTwo_tab_r li img{
	height: 527px;
	width: 265px;
}
/*================.group_pstt==================*/
.group_pstt{
	height: 870px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: url(../images/team_back.jpg) no-repeat center;
}
.group_pstt_l{
	position: absolute;
	top: 93px;
	height: 610px;
	width: 570px;
}
.group_l_box{
	position: relative;
	height: 610px;
	width: 570px;
}
.group_l_box .group_l_case{
	position: absolute;
	z-index: 3;
	height: 580px;
	width: 245px;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
	border-top:5px solid #fff ;
}
.group_l_box .group_l_ct{
	position: absolute;
	z-index: 5;
	height: 360px;
	width: 480px;
	padding-left: 35px;
}
 .group_l_ct .group_l_title{
 	width: 5px;
 	height: 116px;
 	background: #fff;
 	margin-left: 215px;
 }
.group_l_ct h3{
	color: #fff;
	font-size: 30px;
	line-height: 50px;
	margin-bottom: 20px;
}
.group_l_ct h3 span{
	font-size: 9px;
	line-height: 10px;
	margin-left: 5px;
}
.group_l_ct p{
	font-size: 14px;
	color:#fff;
	line-height: 22px;
	margin-bottom: 6.5px;
}
.group_l_xian{
	width: 53px;
	height: 3px;
	background: #fff;
	margin: 35px 0;
}
.group_pstt_r{
	height:630px ;
	width: 622px;
	margin-top: 93px;
	position: relative;
}
.group_r_box{
	width: 180px;
	height: 50px;
	margin: 0px auto 20px;
	line-height: 50px;
}
.group_r_box li a{
	color: #fff;
	border: 1px solid #fff;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	width: 80px;
	text-align: center;
	border-radius: 20px;
	position: relative;
	z-index: 22;
	display: inline-block;
}
.group_r_box li a span{
	width: 100%;
	height: 100%;
	display: none;
	background: #fff;
	position: absolute;
	z-index: 11;
	border-radius: 20px;
	opacity: .3;
}
.group_r_swiper{
	height:475px ;
	width: 622px;
	background-size: auto ;
	background: url(../images/group_pstt_swiper.png) no-repeat center;
	overflow: hidden;
	
}
.swiper-container-v{
	width: 567px;
	height: 325px;
	margin:0 auto;;
	margin-top: 25px;
	overflow: hidden;
}
.manage_team{
	position: absolute;
	z-index: 10;
}
.technical_team{
	position: absolute;
	z-index: 8;
}
.swiper-container-v img{
	width: 567px;
	height: 325px;
}
.swiper-container-b{
	width: 567px;
	height: 325px;
	margin-left: 27px;
	margin-top: 25px;
	overflow: hidden;
}
.swiper-container-b img{
	width: 567px;
	height: 325px;
}
.group_r_swiper .swiper-button-prev{
	margin-top: 150px;
	left: 16%;
}
.group_r_swiper .swiper-button-fore{
	margin-top: 150px;
	left: 16%;
}
.group_r_swiper .swiper-button-foreNext{
	margin-top: 150px;
	right: 16%;
}
.group_r_swiper .swiper-button-next{
	margin-top: 150px;
	right: 16%;
}
/*=============bank======================*/
.cptive_bank{
	height:600px;
	width: 100%;
	overflow: hidden;
}
.cptive_bank h2{
	color: #333;
	font-size: 28px;
	margin: 106px auto 5px;
	text-align: center;
}
.cptive_bank h3{
	color: #333;
	font-size: 12px;
	margin: 0 auto 15px;
	text-align: center;
	font-weight: 100;
}
.bank_xian{
	width:50px ;
	height: 3px;
	margin: 0 auto 70px;
	background: #4a4a4a;
}
.bank_ctt{
	height: 240px;
	line-height: 240px;
	width: 100%;
}
.bank_ctt li{
	margin-left: 70px;
	border: 1px solid #dcdcdc;
	height: 236px;
	width: 322px;
	border-radius: 6px;
	position: relative;
}
.bank_ctt li:hover{
	border: 1px solid #1296DB;
}
.bank_ctt li img{
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;

	transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
/*===============partner==============*/
.partner{
	height: 702px;
	width: 100%;
	overflow: hidden;
	background: url(../images/partner_bck.jpg) no-repeat center;
	position: relative;
}
.partner_title{
	height: 112px;
	width: 240px;
	margin: 70px auto 65px;
	background: url(../images/partner_case.png) no-repeat center;
	overflow: hidden;
}
.partner_title h2{
	text-align: center;
	margin-top: 20px;
	color:#ffffff;
	font-size: 30px;	
}
.partner_title h3{
	text-align: center;
	color:#ffffff;
	font-size: 9px;
	font-weight: 100;
}
.partner_xian{
	width: 47px;
	height: 3px;
	background: #fff;
	margin:12px auto 0;
}
.partner_ctt{
	position: absolute;
	bottom: 0;
	width: 1125px;
	height: 440px;
	background: #fff;
	z-index: 8;
	padding-left: 55px;
	padding-top: 20px;
	padding-right: 20px;
}
.partner_ctt li{
	width: 248px;
	height:160px;
	border: 1px solid #dcdddd;
	margin-right: 30px;
	margin-top: 30px;
	position: relative;
	transition: 1s;

}
.partner_ctt li img{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	 -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.partner_ctt li:hover{
	transform: rotateY(360deg);
	 -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
}
/*===========yun=================*/
.yun{
	width: 100%;
	height: 600px;
	overflow: hidden;
	background: #f2f2f3;
}
.yun .w{
	overflow: visible;
}
.yun h2{
	text-align: center;
	color: #333;
	font-size: 29px;
	margin-top: 63px;
}
.yun h3{
	color: #333;
	font-size: 9px;
	text-align: center;
	margin-top: 2px;
	font-weight: 100;
}
.yun_ctt{
	width: 1200px;
	height: 395px;
}
.yun_ctt li{
	height:155px ;
	width:263px ;
	background: #fff;
	margin-right: 45px;
	margin-top: 40px;
	position: relative;
	border:1px solid #dcdcdc;
}
.yun_ctt li:last-child{
	margin-right: 0;
}
.yun_ctt li img{
	position: absolute;
	left: 0;
	top:0;
	z-index: 2;
}
.yun_ctt li:hover img{
	animation:.5s move ease-in;
	
}
@-webkit-keyframes move{
     0%{transform: scale(1);}
     50%{transform: scale(1.7);}
     100%{transform: scale(1);}
}

.yun_ctt li h4{
	color: #333;
	font-size: 20px;
	margin-top: 30px;
	margin-left: 55px;
	margin-bottom: 10px;
}
.yun_ctt li p{
	color: #505050;
	font-size: 14px;
	line-height: 20px;
	margin-left: 55px;
}
/*==============client_case=============*/
.client_case{
	height: 700px;
	width: 100%;
	background: #31c27c;
	overflow: hidden;
}
.client_ctt{
	height: 545px;
	width: 100%;
	margin-top: 80px;
}
.client_ctt .client_l{
	width: 225px;
	height: 535px;
	border: 5px solid #fff;
	overflow: hidden;
}
.client_ctt .client_l .client_l_title{
	width: 160px;
	height:175px ;
	margin: 110px auto 0;
	border: 5px solid #fff;
	color: #fff;
}
.client_l .client_l_title h3{
	font-size: 30px;
	text-align: center;
	margin: 20px auto 5px;
}
.client_l .client_l_title p{
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}
.client_title_xian{
	width: 65px;
	height: 4px;
	background: #fff;
	margin: 15px auto 0;
}
.client_l_foot{
	margin-top: 60px;
	width: 100%;
	color: #fff;
	height: 40px;
}
.client_l_foot .swiper-button-three{
	border: 1px solid #fff;
	width: 75px;
	height: 25px;
	text-align: center;
	border-radius: 6px;
	float: left;
	margin-left: 25px;
	cursor: pointer;
}
.client_l_foot .swiper-button-threeNext{
	border: 1px solid #fff;
	width: 75px;
	height: 25px;
	text-align: center;
	border-radius: 6px;
	float: left;
	margin-left: 20px;
	cursor: pointer;
}
.client_r{
	width: 965px;
	height: 100%;
	background: #fff;
}
.client_r_box{
	margin: 80px 20px 50px 40px;
	width: 905px;
	height: 355px;
	
}
.client_r_box li{
	margin-top: 20px;
	margin-right: 20px;
	width:203px ;
	height:153px ;
	border: 1px solid #c9c9c9;
	position: relative;
}
.client_r_box li img{
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);	
	 -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}

/*==========pop_right==============*/
.pop_right{
	width:235px ;
	height: 430px;
	position: fixed;
	right: -226px;
	top: 195px;
	z-index: 999;
	border: 15px solid #018fd9;
	border-radius: 10px 0 0 10px;
	background: #0075b2;
	transform: scale(0.7);
	 -webkit-transform:scale(0.7);
    -moz-transform: scale(0.7);
}
.pop_right_l{
	position: absolute;
	z-index: 2;
	width:45px ;
	height: 110px;
	top: 50%;
	left: -60px;
	transform: translateY(-50%);
	 -webkit-transform: translateY(-50%);
    -moz-transform:translateY(-50%);
	border-top: 15px solid #018fd9;
	border-left: 15px solid #018fd9;
	border-bottom: 15px solid #018fd9;
	border-radius: 10px 0 0 10px;
	background: #0075b2;
	cursor: pointer;
	
}
.pop_right_l p{
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 18px;
	margin-top: 5px;
	margin-left: 8px;
}
.pop_right_r{
	width: 100%;
	height: 100%;
}
.pop_right_r a{
	display: block;
	width: 165px;
	height: 42px;
	color: #000;
	text-align: center;
	font-size: 18px;
	background: #fff000;
	border-radius: 10px;
	line-height: 42px;
	margin-left: 35px;
	margin-top: 12px;
}
.pop_right_r .pop_right_p1{
	text-align: center;
	color: #fff;
	font-size: 16px;
	width: 235px;
	line-height: 55px;
	border-bottom: 1px solid #0395e1;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.pop_right_r .qr_code{
	margin:0 auto 10px;
	display: block;
}
.pop_right_p2{
	font-size: 16px;
	color: #fff;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.tel_code{
	display: block;
	margin: 0 auto;
}












