@charset "utf-8";
/* CSS Document */

/*basic*/
body, ul, ol, li, dl, p, dd, h1, h2, h3,h4, form, fieldset, img, div ,dl { margin:0px; padding:0px; font-weight:normal;}
body { color: #434343; font-family: "微软雅黑"; font-size: 14px; margin-top: 0; line-height: 1.5;background:#fff;}
img { border: 0 none; vertical-align: middle;}
ul, ol { list-style-type: none; }
input, button {border: none;outline: none;}
a { outline: medium none; text-decoration: none; color:#333;}
a:link { color: #333333; }
a:visited { color: #333333; }
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.center{text-align:center;}
.mg-t-10{margin-top:10px;}
.mg-t-15{margin-top:15px;}
.mg-t-20{margin-top:20px;}
.mg-t-25{margin-top:25px;}
.mg-t-30{margin-top:30px;}
.mg-t-35{margin-top:35px;}
.mg-t-40{margin-top:40px;}
.mg-t-55{margin-top:55px;}
.mg-t-65{margin-top:65px;}
.mg-t-80{margin-top:80px;}
.mg-t-110{margin-top:110px;}
.mg-t-120{margin-top:120px;}
.mg-l-45{margin-left:45px;}
.mg-l-40{margin-left:40px;}
.mg-bt-15{margin-bottom:15px;}
.mg-bt-20{margin-bottom:20px;}
.mg-bt-25{margin-bottom:25px;}
.mg-bt-30{margin-bottom:30px;}
.mg-bt-40{margin-bottom:40px;}
.mg-bt-80{margin-bottom:80px;}
.mg-bt-90{margin-bottom:90px;}
.mg-center{margin:0 auto;}
pd-all-10{padding:10px;}
.pd-t-15{padding-top:15px;}
.pd-t-25{padding-top:25px;}
.pd-t-35{padding-top:35px;}
.pd-t-50{padding-top:50px;}
.pd-t-70{padding-top:70px;}
.pd-bt-15{padding-bottom:15px;}
.pd-bt-20{padding-bottom:20px;}
.pd-bt-60{padding-bottom:60px;}
.pd-bt-80{padding-bottom:80px;}
.pd-bt-90{padding-bottom:90px;}
.pd-l-20{padding-left:20px;}
.pd-l-50{padding-left:50px;}
.color-1890ff{color:#1890ff;}
.bg-gray{background-color:#F4F4F4;}
.bg-EEF3F7{background-color:#EEF3F7;}
.bg-0E202C{background:#0E202C;}
.bg-e2efff{background:#e2efff;}
.bg-f4f4f4{background:#f4f4f4;}
.bg-eaf4fe{background:#eaf4fe;}
.font-18{font-size:18px;}
.font-22{font-size:22px;}
h1.web-h1{line-height:120px;text-align:center;color:#434343;font-size:30px;}
.wrap-ct{
	width:1180px;
	height:auto;
	margin:0 auto;
	text-align:left;
}
.fixednav{position:fixed;top:0px;left:0px;}

/*top nav*/
.web-nav{
	width:100%;
	height:45px;
	line-height:45px;
	color:#525252;
	background:#DCDCDC;
	position: fixed;
	top: 0px;
	z-index: 100;
}
.web-nav-center{
	width:1180px;
	margin:0 auto;
}
.web-nav a{
	color:#525252;
}
.web-nav a img{
	margin-top:-3px;
}
.menu{
	width:auto;
	-webkit-perspective:50px;
	-moz-perspective:50px;
	-ms-perspective:50px;
	perspective:50px;

}
.menu > li{
	padding: 0 10px 0px 0px;
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d;
}
.menu > li > a{
	position:relative;
	display:block;
	line-height:45px;
	color:#525252;
	font-size:14px;
}

.menu > li:hover > a{
	text-decoration:none;
}

.menu > li ul{display:none\0;*display:none;} /* IE7 and IE8 */
.menu > li:hover ul{display:block\0;*display:block;} /* IE7 and IE8 */
.menu ul{
	margin-top:1px;
	background:#F4F4F4;
	position:absolute;
	text-align:left;
	line-height:28px;
	font-size:12px;
	width:150px;
	max-height:180px;
	overflow:auto;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	-webkit-transform-origin:0px 0px;
	-moz-transform-origin:0px 0px;
	transform-origin:0px 0px;
	-webkit-transform:rotateX(-90deg);
	-moz-transform:rotateX(-80deg);
	transform:rotateX(-90deg);
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	box-shadow: 0px 2px 4px 0px #6767675c;

}
.menu ul a{
	display:block;
	padding:0 15px 0 10px;
	color: #525252;
}
.menu > li:hover ul{
	display:block;
	-webkit-transform:rotateX(0deg);
	-moz-transform:rotateX(0deg);
	-ms-transform:rotateX(0deg);
	transform:rotateX(0deg);
}
.menu ul a:hover{
	color:#fff;
	text-shadow:0 1px 0 #1c71a1;
	text-decoration:none;
	background-color:#218bc7;
}
@font-face{
	font-family:'iconminia';
	src:url('fonts/iconminia.eot');
	src:url('fonts/iconminia.eot?#iefix') format('embedded-opentype'),
	url('fonts/iconminia.svg#iconminia') format('svg'),
	url('fonts/iconminia.woff') format('woff'),
	url('fonts/iconminia.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}

/*top nav end*/

/*logo*/
.web-logo{
	width:1180px;
	height:81px;
	margin: 62px auto 65px auto;
	background:#fff;
	margin-top: 105px;
}

.banner_nav li{
	width:auto;
	height:auto;

	background:#fff;
	border:1px solid #C9CACA;
	font-size:18px;
	margin-right:20px;
}
.banner_nav li a{
	display:inline-block;
	width:auto;
	height:auto;
	padding:10px 30px 10px 15px;
}
.banner_nav li img{
	padding-right:10px;
	height:30px;
}
ul.web-logo-ul{
	height:26px;
	line-height:26px;
	margin-top:27px;
	margin-left:40px;
	font-size:18px;
	min-width:520px;
	display:inline-block;
}
ul.web-logo-ul img{
	margin-top:-3px;
	margin-right:5px;
}
ul.web-logo-ul li{
	margin-right:25px;
}

.web-logo .div-search{
	margin-left:50px;
	margin-top:20px;
}
.web-logo .div-search .search{
	width:273px;
	height:37px;
	background:#fff;
	border:none;
	border-radius:2px;
}
.web-logo form {
	width: 250px;
	height: 36px;

}
.web-logo .div-search .search .search_border{
	width: 265px;
	height: 34px;
	border-radius: 5px;
	border: 2px solid #2F81B1;
	background: #fff;
	margin: 2px;
}
.web-logo input {
	height: 30px;
	padding: 0px;
	margin: 0px;
	padding-left: 9px;
	width: 210px;
	background: #fff;
	border: none;
	float:left;
	border-radius: 5px 0px 0px 5px;
	margin-left: 4px;
}

.web-logo button {
	height: 30px;
	width: 36px;
	font-size:18px;
	cursor: pointer;
	float:right;
	border-radius:0px 5px 4px 0px;
	background: url(../images/magnifying-glass.jpg) no-repeat center;
}

.banner_nav{
	z-index:10;
	width:auto;
	position: absolute;
	top: -20px;
}
/*banner*/

.banner{
	width:100%;
	/*height:550px;*/
	text-align:center;
}
.banner ul{
	width:100%;
	margin:0 auto;
}
.banner ul li{
	display:none;
	width:100%;
}
.banner ul li:first-child{
	display:block;
}
.banner ul li div{
	text-align:center;
}
.banner .lb-content div:first-child{
	background:#0A2A53;
	width:100%;
}
.banner .lb-content div:nth-child(2){
	background:#242A4E;
}
.banner .lb-content div:nth-child(3){
	background:#9fb9d8;
}
.banner01-bg{
	width:100%;
	height:auto;
	background:#0A2A53;
}
.banner02-bg{
	width:100%;
	height:auto;
	background:#3C4679;
}
.banner03-bg{
	width:100%;
	height:auto;
	background:#9fb9d8;
}


/*板块01*/
.plate01{
	width:1180px;
	height:auto;
	margin:10px auto;
	border:1px solid #E7E7E7;
	box-sizing: border-box;
	box-shadow:0px 4px 6px #e6e6e6;
	margin-top:15px;
}
.plate01 h1{
	padding-top:10px;
}
.plate01 ul{
	width:965px;
	height:83px;
	margin:30px auto 40px auto;
	text-align:center;
}
.plate01 ul li:nth-child(odd){
	width:83px;
	height:83px;
	border-radius:100px;
	box-shadow:3px 4px 16px 4px #ececec;
	color:#727171;
	background-color:#fff;
	font-size:16px;
	margin-right:15px;
	background-position:24px 15px;
	background-repeat:no-repeat;
	cursor:pointer;
}
.plate01 ul li:nth-child(odd) span{
	padding-top: 50px;
	display: inline-block;
}
.plate01 ul li.plate01-li1{
	background-image:url(../images/evaluation-bg-white.png);
}
.plate01 ul li.plate01-li2{
	background-image:url(../images/loan-bg-white.png);
}
.plate01 ul li.plate01-li3{
	background-image:url(../images/Credit-bg-white.png);
}
.plate01 ul li.plate01-li4{
	background-image:url(../images/marketing-bg-white.png);
}
.plate01 ul li.plate01-li5{
	background-image:url(../images/business-bg-white.png);
}
.plate01 ul li.plate01-li6{
	background-image:url(../images/businesscircle-bg-white.png);
}
.plate01-line{
	width:60px;
	height:41px;
	border-bottom:1px solid #A0A0A0;
	margin-right:15px;
}
/*品牌*/
.brand{
	width:1180px;
	height:auto;
	margin:0 auto;
	padding-bottom:60px;
	padding-top:20px;
	color:#8c8c8c;
}
.brand li.brand-li{
	height:auto;
	width:32%;
	box-shadow:0px 1px 6px #e6e6e6;
	text-align:center;
	border-radius:5px;
	background:#fff;
	position:relative;
}
.brand li.brand-li:nth-child(2){
	margin-left:2%;
}
.brand .brand-li h2{
	font-size:24px;
	line-height:100px;
	padding-top:15px;
}
.brand .brand-li li{
	font-size:20px;
	line-height:36px;
	list-style-image:url(../images/list-style-circle.jpg);
	list-style-position:inside;
}
.brand .brand-li img{
	width:100%;
}
.brand-a{
	width:120px;
	height:39px;
	border:1px solid #CFDDF1;
	border-radius:100px;
	margin:30px auto 15px auto;
}
.brand-a a{
	color:#6c6c6c;
	display:inline-block;
	width:108px;
	height:28px;
	border:1px solid #C0D8EB;
	border-radius:100px;
	margin:5px;
	line-height:28px;
	box-shadow: inset 0px 0px 6px #cbe4fb;
}
.ribbon-wrapper {
	height: 149px;
	overflow: hidden;
	position: absolute;
	left: -2px;
	top: -2px;
	width: 168px;
	z-index: 10;
}
.ribbon-wrapper .ribbon {
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	font-size: 18px;
	line-height: 100%;
	padding: 0.675rem 0;
	position: relative;
	left: -2px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
	text-transform: uppercase;
	top: 17px;
	-webkit-transform: rotate(45deg);
	transform: rotate(136deg) rotateX(166deg) rotateY(156deg) translateZ(129px);;
	width: 220px;
	color: #D0B677;
	background-image: linear-gradient(225deg, #2882d0, #02204a);
}


/*新闻动态*/
.news{
	width:1180px;
	height:auto;
	margin:0 auto;
	padding-top:20px;
}
.news li{
	height:480px;
	width:32%;
	box-shadow:0px 1px 6px #e6e6e6;
	margin-bottom:60px;
	text-align:center;
	border-radius:5px;
}
.news-center{
	width:320px;
	height:auto;
	text-align:left;
	margin:0 auto;
}
.news li h2{
	line-height:70px;
	font-size:22px;
	margin-top:10px;
}
.news-center a.title{
	display:inline-block;
	text-decoration:underline;
	font-size:18px;
	font-weight:bold;
	line-height:60px;
}
.news-center p{
	line-height:24px;
}
.news-center a.blue{
	font-weight:bold;
	line-height:60px;
	color:#44b9ef;
}
.news li img{
	width:320px;
	height:215px;
}
.news li:nth-child(2){
	margin-left:2%;
}

/*专家*/
.plate-experts{
	width:1180px;
	height:auto;
	margin:0 auto;
	padding-bottom:60px;
	text-align:center;
	font-size:18px;
	line-height:32px;
	padding-top:20px;
}

.contain {
	width: 940px;
	margin: auto auto;
	overflow: hidden;
	margin-top:70px;
}

.single {
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 0;
}

.pre {
	position: absolute;
	width: 20px;
	height: 100%;
	cursor: pointer;
}

.pre::before {
	content: "";
	width: 12px;
	height: 12px;
	border: solid #323434;
	border-width: 2px 0 0 2px;
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	left: 70%;
	top: 50%;
}
.next {
	position: absolute;
	width: 20px;
	height: 100%;
	right: 0px;

	cursor: pointer;
}


.next::before {
	content: "";
	width: 12px;
	height: 12px;
	border: solid #323434;
	border-width: 0 2px 2px 0;
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	left: 30%;
	top: 50%;
}

.single ul {
	list-style: none;
	white-space: nowrap;
	display: inline-block;
}

.single ul li {
	width:220px;
	height:270px;
	background:#fff;
	font-size:14px;
	line-height:22px;
	text-align:center;
	margin-right:22px;
	display: inline-block;
}

.plate-experts .single  img {
	width:220px;
	height:220px;
	vertical-align: top;
}

/*合作伙伴*/
.partners{
	width:1180px;
	margin:0 auto;
	text-align:center;
	padding-bottom:60px;
	padding-top:20px;
}
.partners ul{
	width:auto;
	margin:0 auto;
}
.partners ul li{
	width:275px;
	height:100px;
	overflow:hidden;
	border:1px solid #C8C8C8;
	margin-right:15px;
}
.partners ul li img{
	width:275px;
	height:100px;
}
/*foot*/
.foot{
	width:100%;
	height:auto;
	background:#011538;
	padding-bottom:60px;
}
.foot_center{
	width:1180px;
	margin:0 auto;
	color:#bfecfe;
	background:url(../images/foot_bg.jpg) no-repeat top right;
	border-bottom:1px solid #fadc84;
	padding-top:70px;
}
.foot_center a{
	color:#bfecfe;

}
.foot_list{
	width:auto;
	height:auto;
	border-top:1px solid #fadc84;
	position:relative;
	display: inline-block;
	padding-bottom:40px;
}
.foot_list img{
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: -5%;
}
.foot_list ul{
	width:auto;
	margin-top:40px;
	line-height:32px;
	font-size:16px;
	margin-right:70px;
}
.foot_list ul li:first-child{
	font-size:20px;
	line-height:60px;
}
.web-bottom{
	width:100%;
	height:60px;
	line-height:60px;
	background:#022564;
	color:#fff;
	font-size:16px;
	text-align:center;
}
.web-bottom a{
	color:#fff;
}
.web-bottom-ct{
	display:inline-block;
	margin:0 auto;
	text-align:left;
	background:url(../images/badges.jpg) no-repeat center left;
	padding-left:40px;
}



/*v2页面*/
.v2-banner{
	width:100%;
	height:auto;
	background:#e2efff;
	padding-bottom:60px;
}
.v2-banner-center{
	width:1280px;
	margin:0 auto;
	height:auto;
	background:url(../images/v2_banner_bg.jpg) no-repeat top right;
}
.v2-banner-title{
	margin-top:105px;
}
.v2-banner-p{
	display:inline-block;
	width:670px;
	margin-top:20px;
	margin-bottom:40px;
	font-size:16px;
	line-height:30px;
}
.v2-banner ul{
	padding-top:40px;
}
.v2-banner ul li{
	width:290px;
	height:auto;
	font-size:18px;
	line-height:30px;
	padding-bottom:5px;
}
.v2-banner ul li h2{
	font-size:25px;
	line-height:46px;
	font-weight:bold;
}
/*v2-品信贷*/
.v2-pxd{
	width:100%;
	height:auto;
	background:url(../images/v2-bg.jpg) #fff repeat-x top;
	padding-bottom:10px;
}
.v2-pxd-center{
	width:1180px;
	height:auto;
	background:#fff;
	margin:0 auto;
	box-shadow:0px 1px 10px #dedede;
	text-align:center;
}
.v2-pxd-title{
	width:90%;
	height:auto;
	margin:0 auto;
	text-align:center;
	color:#aa8f60;
	border-bottom:1px solid #aa8f60;
	background:url(../images/v2.jpg) no-repeat right bottom;
	font-size:20px;
	line-height:50px;
	position:relative;
}
.v2-pxd-ul{
	text-align:left;
	width:auto;
	margin-left:60px;
	display:inline-block;
	line-height:40px;
	font-size:18px;
	margin-top:30px;
	margin-bottom:45px;
}
.v2-pxd-ul.line-ht-32{
	line-height:32px;
}
.v2-pxd-ul strong{
	color:#3052a1;
	font-size:20px;
	line-height:50px;
}
.v3-pxj-title{
	background:url(../images/v3.jpg) no-repeat right bottom;
}
.v2-pxd-title img{
	position:absolute;
	bottom:0px;
	left:0px;
}
/*v2-品牌力才是免疫力*/
.v2-part01{
	width:100%;
	height:auto;
	background:#f4f4f4;
	text-align:center;
}
.v2-part01-title ul{
	font-size:20px;
	height:48px;
	line-height:48px;
	margin:0px auto 78px auto;
	border-bottom:1px solid #AD9468;
	text-align:center;
	display:inline-block;
}
.v2-part01-title ul li{
	width:335px;
	font-weight:bold;
	box-sizing: border-box;
}
.v2-part01-title ul span{
	font-size:26px;
	color:#ad9468;
	padding-left:5px;
}
.v2-part01-title ul li:first-child{
	text-align:left;
	padding-left:10px;
	border-right:1px solid #AD9468;
}
.v2-part01-title ul li:nth-child(2){
	text-align:center;
	border-right:1px solid #AD9468;
}
.v2-part01-title ul li:nth-child(3){
	text-align:right;
	padding-right:10px;
}
.v2-part01-center{
	width:100%;
	height:560px;
	background:url(../images/v2-brand-bg.jpg) no-repeat top right #0a2549;
	text-align:center;
}
.v2-part01-ct{
	width:1180px;
	margin:0 auto;
	height:560px;
	text-align:left;
	background:url(../images/certificate.png) no-repeat top right;
}
.v2-part01-ct ul{
	width:748px;
	height:306px;
	background:url(../images/v2-brand-01.png) no-repeat;
	color:#fff;
	font-size:18px;
	line-height:32px;
}
.v2-part01-ct ul li{
	width:460px;
	height:auto;
	margin-left:200px;
}
.v2-part01-ct ul span{
	font-size:14px;
	font-weight:bold;
	padding-right:13px;
}
.v2-part01-ct ul li{
	padding-top:18px;
}
/*v2-核心优势*/
.v2-advantage{
	width:1180px;
	margin:0 auto;
	text-align:center;
}
.v2-advantage .web-logo-ul{
	width:auto;
	margin:0 auto;
	margin-top:-30px;
	margin-bottom:20px;
}
.v2-advantage ul.v2-advantage-ul{
	width:1180px;
	margin:0 auto;
}
.v2-advantage ul.v2-advantage-ul li{
	width:570px;
	height:400px;
	overflow:hidden;
	box-shadow:0px 1px 6px #e6e6e6;
	margin-bottom:20px;
}
.v2-advantage-li1{
	background:url(../images/v2-advantage-01.jpg) no-repeat top left;
}
.v2-advantage-li2{
	background:url(../images/v2-advantage-02.jpg) no-repeat top left;
}
.v2-advantage-li3{
	background:url(../images/v2-advantage-03.jpg) no-repeat top left;
}
.v2-advantage-li4{
	background:url(../images/v2-advantage-04.jpg) no-repeat top left;
}
.v2-advantage ul.v2-advantage-ul h2{
	font-size:24px;
	color:#626262;
	line-height:80px;
	padding-top:20px;
}
.v2-advantage ul.v2-advantage-ul p{
	font-size:20px;
	line-height:30px;
	padding:0px 43px;
}
.v2-advantage-li-text{
	color:#626262;
	font-size:18px;
	line-height:40px;
	padding-top:55px;
	text-align:left;
	padding-left:300px;
}
.v2-advantage-li-text strong{
	color:#1a6bdc;
	padding-right:10px;
}
.v2-advantage-li2 .v2-advantage-li-text{
	padding-left:220px;
}
.v2-advantage-li3 .v2-advantage-li-text{
	padding-top:25px;
	text-align:right;
	padding-left:0px;
	padding-right:90px;
}
/*一站式信贷平台*/
.v2-onestop-center{
	width:1180px;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding-bottom:60px;
}
.v2-onestop-center ul{
	text-align:left;
	font-size:18px;
	line-height:31px;
	margin-left:25px;
	margin-top:-6px;
}
.v2-onestop-center ul li{
	margin-bottom:8px;
}
.v2-onestop-center ul span{
	font-size:20px;
	color:#ad9468;
}
/*v2-权威性*/
.v2-authority{
	width:100%;
	height:auto;
	background:#e2efff;
	text-align:center;
}
.v2-authority-ct{
	width:1180px;
	height:690px;
	background:url(../images/v2-authority-bg.jpg) no-repeat bottom center;
	margin:0 auto;
}
.v2-authority-ct h1{
	padding-top:45px;
}
.v2-authority-ct li{
	width:230px;
	text-align:center;
	font-size:18px;
	line-height:34px;
	font-weight:bold;
	margin-bottom:55px;
}
.v2-authority-ct strong{
	font-size:22px;
}
.v2-authority-ct img{
	margin-bottom:15px;
}
/*v2-申贷条件流程*/
.v2-conditions{
	width:100%;
	text-align:center;
}
.v2-conditions-center{
	width:1180px;
	height:auto;
	margin:20px auto;
	box-shadow:0px 1px 6px #e6e6e6;
	padding-bottom:65px;
	font-size:18px;
	line-height:30px;
}
.v2-conditions-center .web-logo-ul{
	margin:0px;
}
.v2-conditions-process{
	font-size:20px;
	width:auto;
	margin:0 auto;
	display:inline-block;
}
.v2-conditions-process li:nth-child(odd){
	height:40px;
	line-height:40px;
	border:1px solid #B3C9E2;
	border-radius:20px;
	box-shadow: inset 0px 0px 6px #cbe4fb;
	width:128px;
	text-align:center;
	margin-right:3px;
}
.v2-conditions-process li:nth-child(even){
	height:20px;
	border-bottom:1px solid #94B0CD;
	width:65px;
	margin-right:3px;
}
.v2-conditions-process02{
	width:auto;
	margin:0 auto;
	display:inline-block;
}
.v2-conditions-process02 li{
	text-align:left;
	width:140px;
	height:auto;
	margin-top:10px;
	margin-right:60px;
}
.v2-conditions-process02 li span{
	font-size:24px;
	font-weight:bold;
	padding-right:5px;
}
.v2-conditions-process02 li:last-child{
	margin-right:0px;
}
/*问题答疑*/
.v2-qa{
	width:100%;
	height:auto;
	text-align:center;
}
.v2-qa-ct{
	width:700px;
	height:auto;
	text-align:left;
	font-size:20px;
	line-height:32px;
	margin:0 auto;
	padding-bottom:90px;
}
.v2-qa-ct li{
	margin-bottom:10px;
}
.v2-qa-ct p{
	font-size:18px;
	padding-left:20px;
}
.v2-qa-ct strong{
	padding-right:10px;
	font-size:24px;
}


/*v3*/
.v3-banner{
	width:100%;
	height:auto;
	background:#0E3FC8;
	text-align:center;
}
.v3-banner-center{
	width:1280px;
	margin:0 auto;
	height:auto;
	background:url(../images/v3-banner-bg.jpg) no-repeat top right;
	text-align:center;
	padding-top:100px;
	padding-bottom:55px;
}
.v3-banner-ct{
	width:1180px;
	height:auto;
	text-align:left;
	margin:0 auto;
}
.v3-pxj{
	width:100%;
	height:auto;
	background:url(../images/v3-bg.jpg) #fff repeat-x top;
	padding-bottom: 10px;
}
/*数字信息时代*/
.v3-part01-ct{
	background:url(../images/v3-03.jpg) no-repeat center;
	padding-bottom:55px;
}
.v3-part01-circle{
	width:375px;
	height:375px;
	background:#EEF3F7;
	border:1px solid #fff;
	border-radius:200px;
	box-shadow:5px 8px 13px #C7D7EA;
	font-size:22px;
}
.v3-part01-circle ul.v3-part01-ul1{
	margin-top:80px;
	margin-left:50px;
	line-height:42px;
}
.v3-part01-circle ul.v3-part01-ul2{
	margin-top:80px;
	margin-right:50px;
	line-height:42px;
}
.v3-part01-circle ul span{
	padding-right:10px;
	font-weight:bold;
}
.v3-part01-circle strong{
	width: 20px;
	color:#1A6BDC;
	font-size:30px;
	margin-top:117px;
}
.v3-part01-circle strong.fr{
	margin-right:50px;
}
.v3-part01-circle strong.fl{
	margin-left:50px;
}
/*智能推广实现销售增长*/
.v3-num{
	margin:0 auto;
	display:inline-block;
	text-align:left;
}
.v3-num li{
	width:210px;
	height:115px;
	box-shadow:3px 4px 8px #C7D7EA;
	margin-right:15px;
	font-size:16px;
	margin-bottom:50px;
}
.v3-num li .des{
	padding-left:15px;
	line-height:50px;
}
.v3-num li .num{
	margin-left:15px;
	color:#0170CC;
}
.v3-num li .use-num{
	font-size:34px;
}
/*六大智能系统*/
.v3-system{
	width:1200px;
	display:inline-block;
	margin:0 auto;
	margin-bottom:100px;
}
.v3-system li{
	width:370px;
	height:150px;
	box-shadow:3px 4px 8px #C7D7EA;
	font-size:18px;
	text-align:left;
	margin-right:20px;
	margin-bottom:20px;
}
.v3-system li div{
	width:200px;
	height:60px;
	margin-left:25px;
	padding-left:60px;
	margin-top:20px;
	line-height:30px;
}
.v3-system li p{
	line-height:70px;
	padding-left:30px;
	padding-top:5px;
}
.v3-system-li1 div{
	background:url(../images/v3-icon01.jpg) no-repeat center left;
}
.v3-system-li2 div{
	background:url(../images/v3-icon02.jpg) no-repeat center left;
}
.v3-system-li3 div{
	background:url(../images/v3-icon03.jpg) no-repeat center left;
}
.v3-system-li4 div{
	background:url(../images/v3-icon04.jpg) no-repeat center left;
}
.v3-system-li5 div{
	background:url(../images/v3-icon05.jpg) no-repeat center left;
}
.v3-system-li6 div{
	background:url(../images/v3-icon06.jpg) no-repeat center left;
}
/*智能物料系统*/
.v3-material p.font-22{
	line-height:20px;
}
.v3-material p.font-22 strong{
	margin-left:30px;
	display:inline-block;
	width:20px;
	text-align:left;
}
.v3-material p span:first-child{
	margin-left:0px;
}
.v3-jtxt{
	width:1180px;
	height:670px;
	margin:0 auto;
	position:relative;
	text-align:left;
	color:#247bcf;
	font-size:18px;
	line-height:36px;
}
.v3-jtxt div{
	display:inline-block;
	position:absolute;
}
.v3-jtxt strong{
	display:inline-block;
	margin-right:10px;
}
.v3-jtxt h3{
	padding-left:15px;
	font-size:22px;
	line-height:40px;
}
.v3-material-ct img{
	height:570px;
}
.v3-material-ct img.fl{
	margin-top:-50px;
	height:600px;
}
.v3-material-mp{
	top:100px;
	left:580px;
}
.v3-material-ld{
	top:400px;
	left:480px;
}
/*智能推广系统*/
.v3-promote-ct img{
	height:470px;
}
.v3-promote-mp{
	top:120px;
	left:460px;
}
.v3-promote-ld{
	top:380px;
	left:550px;
}
/*全员营销系统*/
.v3-marketing-ct img{
	height:480px;
}
.v3-marketing-mp{
	top:80px;
	left:460px;
}
.v3-marketing-ld{
	top:340px;
	left:460px;
}
/*分销商城系统*/
.v3-distribution{
	width:1180px;
	margin:0 auto;
	color:#0170cc;
	line-height:36px;
	font-size:18px;
}
.v3-distribution-fl p{
	display:inline-block;
	width:330px;
	margin:0 auto;
}
.v3-distribution-fl img{
	height:540px;
	margin-top:15px;
}
.v3-distribution ul{
	width:520px;
	margin-left:100px;
	margin-top:70px;
}
.v3-distribution ul li:nth-child(odd){
	margin-right:75px;
}
.v3-distribution ul li p{
	padding-bottom:30px;
}
.v3-distribution ul img{
	width:210px;
	margin-bottom:10px;
}
/*v3-智能CRM*/
.v3-CRM strong{
	color:#0371CA;
	font-size:20px;
	line-height:40px;
}
.v3-CRM p{
	color:#0371CA;
	font-size:18px;
	line-height:36px;
}
/*v3-小程序*/
.v3-app-ct img.fl{
	height:530px;
	margin-left:-50px;
}
.v3-app-ct img.fr{
	height:530px;
	margin-right:-50px;
}
.v3-app-mp{
	top:120px;
	left:430px;
}
.v3-app-ld{
	top:300px;
	left:430px;
}
/*v3-为各行各业提供专业解决方案*/
.v3-customer img{
	width:1180px;
}




/*v1-banner*/
.v1-banner{
	width:100%;
	height:auto;
	background:#4a83bb;
	text-align:center;
}
.v1-banner-center{
	width:1280px;
	height:865px;
	background:url(../images/v1_banner.jpg) no-repeat center;
	margin:0 auto;
	text-align:left;
	color:#ffffff;
	font-size:22px;
	line-height:34px;
}
.v1-banner-text1{
	display:inline-block;
	font-size:16px;
	width:620px;
	margin-top:290px;
	margin-left:50px;
}
.v1-banner-text2{
	width:420px;
	margin-top:150px;
	margin-left:180px;
}
.v1-banner-text3{
	width:420px;
	margin-top:55px;
	margin-left:180px;
}
.v1-pxt-title{
	background:url(../images/v1.jpg) no-repeat right bottom;
}
.v1-pxt{
	padding-bottom:20px;
	background:url(../images/v1-bg.jpg) #fff repeat-x top;
}
.v1-pxt .v2-pxd-ul{
	margin-bottom:90px;
}
/*v1-证书*/
.v1-certificate{
	width:100%;
	height:675px;
	background:url(../images/v1-certificate.jpg) no-repeat center #183b69;
}
/*你还在*/
.v1-part01{
	width:100%;
	height:385px;
	background:url(../images/v1_14.jpg) no-repeat center #6cb0e1;
	text-align:center;
}
/*品信通为企业找回"金饭碗"*/
.v1-part02{
	width:100%;
}
.v1-part02 p{
	line-height:20px;
}
.v1-part02 p strong{
	margin-left: 30px;
	display: inline-block;
	width: 20px;
	text-align: left;
	color:#0c4ca2;
}
/*一次评价五大收益*/
.v1-part02-ct{
	width:1180px;
	height:540px;
	background:url(../images/v1_20.jpg) no-repeat center;
	margin:0 auto;
	text-align:left;
	font-size:22px;
	line-height:40px;
	margin-top:30px;
}
.v1-part02-ct ul{
	width:200px;
	height:auto;
	display:inline-block;
}
.v1-part02-ct ul.fl{
	margin-top:22px;
	margin-left:270px;
}
.v1-part02-ct ul.fr{
	margin-top:80px;
	margin-right:245px;
}
.v1-part02-ct ul li{
	margin-bottom:45px;
}
/*权威性*/
.v1-authority{
	background:#e2efff;
	height:620px;
}
/*知名客户*/
.v1-customer-ct{
	text-align:center;
	height:310px;
	box-shadow: 0px 1px 6px #e6e6e6;
}
.v1-customer-ct img{
	margin-top:55px;
}
/*合作伙伴*/
.v1-partners{
	display:inline-block;
	margin:0 auto;
}
.v1-partners li{
	width:280px;
	height:100px;
	box-shadow: 0px 1px 6px #e6e6e6;
	margin-right:15px;
}
.v1-partners li:last-child{
	margin-right:0px;
}
/*服务流程*/
.v1-process-ul{
	width:900px;
	height:auto;
	margin:0 auto;
	margin-top:30px;
}
.v1-process-ul li{
	width:200px;
	height:160px;
	box-shadow: 0px 1px 6px #e6e6e6;
	margin-right:30px;
	font-size:18px;
	line-height:40px;
	box-radius:2px;
	position:relative;
}
.v1-process-ul li h3{
	color:#0c4ca2;
	line-height:50px;
	font-size:22px;
	margin-top:15px;
}
.v1-process-ul li strong{
	display:inline-block;
	width:33px;
	height:33px;
	line-height:33px;
	text-align:center;
	background:#0c4ca2;
	font-size:22px;
	color:#fff;
	position:absolute;
	top:7px;
	left:7px;
	border-radius:50px;
}
.v1-process-ul li:last-child{
	margin-right:0px;
}
/*v1-问题答疑*/
.v1-qa-ct{
	width:1180px;
	text-align:center;
}
.v1-qa-ct h3{
	font-size:22px;
	color:#0c4ca2;
	line-height:38px;
}
/*v1-底部固定流程图*/
.v1-process-fix{
	width:100%;
	height:140px;
	background:#e2f3ff;
	position:fixed;
	bottom:0px;
	left:0px;
	text-align:center;
	box-shadow:0px -1px 10px #a8c8de;
}
.v1-process-fix ul{
	width:1180px;
	margin:0 auto;
	display:inline-block;
	margin-top:20px;
}
.v1-process-fix ul li{
	font-size:12px;
	line-height:24px;
	width:130px;
	height:100px;
	margin-right:20px;
	background:#fff;
	box-shadow: 1px 3px 6px #b5dffd;
}
.v1-process-fix .v1-process-ul li h3{
	color:#0c4ca2;
	line-height:30px;
	font-size:16px;
	margin-top:15px;
}
.v1-process-fix .v1-process-ul li strong{
	display:inline-block;
	width:18px;
	height:18px;
	line-height:18px;
	text-align:center;
	background:#0c4ca2;
	font-size:12px;
	color:#fff;
	position:absolute;
	top:7px;
	left:7px;
	border-radius:50px;
}
.v1-process-fix ul li.v1-process-ul-li{
	margin-right:0px;
}



/*新闻列表页*/
.news-banner{
	width:100%;
	height:304px;
	background:#9bc3ea;
	text-align:center;
}
.news-div{
	width:1180px;
	margin:0 auto;
	margin-bottom:30px;
	border:1px solid #e7e7e7;
	box-shadow: 0px 1px 6px #e6e6e6;
	text-align:left;
	background:#fff;
	font-size:18px;
	line-height:30px;
}
.news-div img{
	width:230px;
	margin:50px 20px 35px 20px;
}
.news-text{
	width:890px;

}
.news-text h3{
	font-size: 22px;
	line-height: 36px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.news-time{
	width:auto;
	font-size:16px;
	text-align:right;
	background:url(../images/news-time.jpg) no-repeat center left;
	color:#1F7CB6;
	padding-left: 20px;
}


/*新闻页三级详细*/
.news-det{
	width:860px;
}
.news-det-text img{
	display:block;
	/*margin:45px auto;*/
	text-align:center;
}
.news-det p{
	font-size:18px;
	line-height:30px;
	padding-bottom:30px;
}
.news-det-foot{
	font-size:16px;
	line-height:43px;
	margin:20px auto 75px auto;
}
.news-det-foot .thumbs-up{
	display:inline-block;
	width:88px;
	height:40px;
	border:1px solid #CDCDCD;
	border-radius:25px;
	background:url(../images/news-foot-icon0312.jpg) no-repeat center;
	cursor:pointer;
	margin-left:10px;
}
.news-det-foot .share-icon img{
	margin-left:8px;
	cursor:pointer;
}
.news-title-ul{
	width:270px;
	height:auto;
	border:1px solid #E7E7E7;
	box-shadow: 0px 1px 6px #e6e6e6;
	margin-top:65px;
	line-height:26px;
}
.news-title-ul h2{
	font-size:20px;
	line-height:30px;
	padding-top:20px;
	text-align:center;
}
.news-title-ul ul{
	width:230px;
	height:auto;
	margin:0 auto;
	padding-top:25px;
	border-top:1px solid #BFBFBF;
	margin-top:7px;
}
.news-title-ul ul li{
	margin-bottom:35px;
}
.news-title-ul ul strong{
	display:block;
	width:35px;
	color:#02428c;
}
.news-title-ul ul div{
	width:195px;
}

/*帮助页面*/
.help-banner{
	width:100%;
	height:304px;
	background:#011d45;
	text-align:center;
}
h1.help-h1{
	text-align:left;
}
.help-ul{
	width:200px;
	height:auto;
	background:#fff;
	font-size:20px;
	border:1px solid #c0c0c0;
	box-shadow: 0px 1px 6px #e6e6e6;
}
.help-ul li{
	width:165px;
	height:50px;
	line-height:50px;
	margin:0px 15px;
}
.help-text{
	width:910px;
	font-size:18px;
	line-height:36px;
	text-align:left;
	margin-bottom:50px;
}
.help-text h2{
	font-size:22px;
	line-height:54px;
}
.help-text ul{
	margin-bottom:25px;
}
.help-text ul li{
	margin-top:35px;
}

/*机构简介*/
.introduction-banner{
	width:100%;
	height:510px;
	background:url(../images/Introduction-banner.jpg) no-repeat center #0a2d6b;
	font-size:20px;
	line-height:36px;
	color:#fff;
}
.introduction-banner-ct{
	width:1180px;
	height:510px;
	margin:0 auto;
}
.introduction-banner p{
	display:inline-block;
	width:800px;
	float:right;
	margin-top:170px;
}
.introduction-advantage ul:first-child{
	border-bottom:1px solid #b28850;
	width:1160px;
	margin:0 auto;
	margin-top:35px;
}
.introduction-advantage ul li{
	text-align:center;
	margin-right:70px;
	font-size:18px;
	line-height:30px;
	width:200px;
	position:relative;
}
.introduction-advantage ul strong{
	font-size:24px;
	color:#b28850;
	line-height:42px;
}
.introduction-advantage ul span{
	display:inline-block;
	width:13px;
	height:13px;
	background:#b28850;
	position:absolute;
	bottom:-7px;
	left:94px;
	border-radius:20px;
}
.introduction-advantage ul.fr{
	margin-right:25px;
}
.introduction-advantage ul.fr span{
	top:-7px;
}
.introduction-advantage ul.fr li{
	margin-right:0px;
	margin-left:70px;
}
.brand-finance .wrap-ct{
	text-align:center;
}
.brand-finance .font-22{
	line-height:42px;
}
.brand-finance h2{
	font-size:36px;
	color:#b28850;
	line-height:100px;
	font-weight:normal;
}
.brand-finance li{
	width:390px;
	height:390px;
	border-radius:300px;
	border:1px solid #546584;
	background:none;
	font-size:18px;
	line-height:32px;
	margin-left:-14px;
	margin-right:-14px;
}
.brand-finance li h3{
	font-size:24px;
	font-weight:bold;
	line-height:80px;
	color:#626262;
}
.brand-finance li p{
	padding-top:20px;
}
.trading-platform{
	font-size:18px;
	line-height:30px;
}
.trading-platform h1 span{
	color:#e98e23;
}
.trading-platform-img{
	width:905px;
	margin:0 auto;
}
.trading-platform-ct{
	width:1160px;
	margin:0 auto;
	text-align:left;
	font-size:18px;
	line-height:30px;
}
.trading-platform ul.fr{
	border-left:1px solid #BFBFBF;
	margin-top:120px;
	padding-left:20px;
}
.trading-platform li{
	width:560px;
	height:250px;
	box-shadow: 0px 1px 6px #e6e6e6;
	color:#626262;
	position:relative;
}
.trading-platform ul.fr li:first-child{
	margin-top:0px;
}
.trading-platform li span{
	width:14px;
	height:14px;
	background:#0a2d6b;
	border-radius:20px;
	position:absolute;
	top:45px;
	right:-7px;
}
.trading-platform ul.fr li span{
	top:45px;
	left:-7px;
}
.trading-platform li img{
	width:290px;
	margin:30px 11px;
}

.trading-platform li div{
	width:230px;
	text-align:right;
	padding-top:35px;
}
.trading-platform ul.fl li div{
	margin-right:10px;
}
.trading-platform ul.fr li div{
	text-align:left;
	margin-left:15px;
}
.trading-platform li strong{
	font-size:20px;
	line-height:38px;
	color:#0a2d6b;
}
.trading-platform ul.fl strong{
	padding-right:5px;
}
.trading-platform li p{
	text-align:left;
}
.introduction-authority-ct{
	width:1160px;
	margin:0 auto;
	text-align:left;
}
.introduction-authority-div{
	width:520px;
	font-size:18px;
	line-height:30px;
	color:#626262;
}
.introduction-authority-div span{
	font-size:24px;
	line-height:70px;
}
.introduction-case h2{
	font-size:36px;
	line-height:40px;
	color:#b28850;

}
/*一站式服务*/
.One-stop-banner{
	width:100%;
	height:auto;
	background:#0b2d6c;
	text-align:center;
}
.One-stop-banner-ct{
	width:1165px;
	background:url(../images/One-stop-banner.jpg) no-repeat left top;
	height:930px;
	text-align:left;
	font-size:20px;
	line-height:36px;
	color:#fff;
	margin:0 auto;
}
.One-stop-banner-ct div{
	width:670px;
	margin-top:110px;
}
.One-stop-banner-ct h2{
	text-align:left;
	font-size:30px;
	line-height:40px;
}
.One-stop-banner-ct p{
	margin-top:40px;
}
.One-stop-ct{
	width:1165px;
	margin:0 auto;
	text-align:center;
}
.One-stop01{
	background:url(../images/One-stop_06.png) no-repeat top left,
	url(../images/One-stop_07.jpg) no-repeat top center;
}
.One-stop-ct ul{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:left;
	font-size:20px;
	line-height:36px;
}
.One-stop-ct h2{
	font-size:24px;
	line-height:56px;
	padding-top:20px;
}
.One-stop-ct strong{
	font-size:30px;
	line-height:36px;
	color:#0068b7;
}
.One-stop-ct li{
	margin-top:72px;
	width:240px;
	display:inline-block;
}
.One-stop-ct h3{
	font-size:24px;
	line-height:36px;
	color:#0b2d6c;
	padding-left:30px;
}
.One-stop-ct li p{
	padding-top:35px;
}
.One-stop-ct li span{
	font-weight:bold;
	margin-right:5px;
}
.One-stop-li1{
	margin-left:153px;
}
.One-stop-li2{
	margin-left:112px;
}
.One-stop-li3{
	margin-left:106px;
}
.One-stop-ct li strong{
	font-size:20px;
	line-height:36px;
	color:#434343;
}
.One-stop02{
	background:url(../images/One-stop_07.jpg) no-repeat top center,
	url(../images/One-stop_14.jpg) no-repeat left bottom,
	url(../images/One-stop_12.jpg) no-repeat right bottom;
	margin-top:55px;
}
.One-stop03{
	background:url(../images/One-stop_07.jpg) no-repeat top center;
}
/*品牌荟*/
.brand-banner{
	width:100%;
	height:auto;
	background:#020808;
	color:#fff;
	font-size:20px;
	line-height:36px;
	text-align:center;
}
.brand-banner-ct{
	width:1140px;
	height:auto;
	margin:0 auto;
	text-align:left;
}
.brand-banner-ct h1{
	color:#fff;
	padding-top:90px;
}



