@charset "UTF-8";
/*** 通用样式 ***/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	background: #f8f9fb;
	font-family: "Microsoft YaHei", 微软雅黑, SimSun, 宋体, arial, sans-serif;
	font-size: 14px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
:focus {
	outline: 0 none;
}
address, caption, cite, code, dfn, em, th {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
html, body {
	height: 100%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clearit {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}
.ta-l {
	text-align: left;
}
.ta-r {
	text-align: right;
}
.ta-c {
	text-align: center;
}
.va-m {
	vertical-align: middle;
}
.none {
	display: none;
}
.inline-block {
	display: inline-block;
}
.block {
	display: block;
}
.hidden {
	overflow: hidden;
}
.table {
	display: table;
}
/*** chrome filesize <12px bug ***/
/*** chrome filesize <12px bug ***/
.chrome {
	-webkit-text-size-adjust: none;
}
::-moz-placeholder {
	color: #CDCDCD;
}
::-webkit-input-placeholder {
	color: #CDCDCD;
}
:-ms-input-placeholder {
	color: #CDCDCD;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
input::-webkit-contacts-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
}
/*** 字体颜色 ***/
a {
	color: #969696;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*** 定位 ***/
.fl {
	float: left;
}
.fr {
	float: right;
}
.fn {
	float: none;
}
.posr {
	position: relative;
}
.posa {
	position: absolute;
}
.poss {
	position: static;
}
.posf {
	position: fixed;
}
/*** 宽度 ***/
.container {
	position: relative;
	margin: 0 auto;
	width: 1100px;
}
.h0 {
	height: 602px;
}
.h1 {
	height: 146px;
}
.h2 {
	height: 260px;
}
.h3 {
	height: 60px;
}
.h4 {
	height: 400px;
}
.h5 {
	height: 145px;
}
.h6 {
	height: 255px;
}
.h7 {
	height: 290px;
}
.h8 {
	height: 255px;
}
.h9 {
	height: 180px;
}
/*** 外间距 ***/
.mt7 {
	margin-top: 7px;
}
.mt10 {
	margin-top: 10px;
}
.mt12 {
	margin-top: 12px;
}
.mt16 {
	margin-top: 16px;
}
.mt18 {
	margin-top: 18px;
}
.mt20 {
	margin-top: 20px;
}
.mt22 {
	margin-top: 22px;
}
.mt28 {
	margin-top: 28px;
}
.mt40 {
	margin-top: 40px;
}
.mt41 {
	margin-top: 41px;
}
.mt44 {
	margin-top: 44px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt73 {
	margin-top: 73px;
}
.mt90 {
	margin-top: 90px;
}
.mt100 {
	margin-top: 100px;
}
.mr30 {
	margin-right: 30px;
}
/*** 内间距 ***/
.pt20 {
	padding-top: 20px;
}
/*** 背景色 ***/
.bg {
	position: relative;
	margin: 0 auto;
	min-width: 1100px;
	max-width: 1920px;
	width: 100%;
}
.bgWhite {
	position: relative;
	margin: 0 auto;
	min-width: 1140px;
	width: 100%;
	background: #FFFFFF;
}
/*** 图标 ***/
.icon {
	display: inline-block;
	vertical-align: middle;
}
.iconIos {
	margin: -2px 5px 0 0;
	width: 24px;
	height: 24px;
	background: url(../images/v45/v45_icon.png) 0 -112px no-repeat;
}
.iconAndroid {
	margin: -2px 5px 0 0;
	width: 24px;
	height: 24px;
	background: url(../images/v45/v45_icon.png) -24px -112px no-repeat;
}
/*** 按钮 ***/
.btnGray {
	width: 154px;
	height: 44px;
	line-height: 44px;
	background: #FFFFFF;
	text-align: center;
	color: #444444;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 2px 11px rgba(32,66,133,.4);
	-webkit-box-shadow: 0 2px 11px rgba(32,66,133,.4);
	-ms-box-shadow: 0 2px 11px rgba(32,66,133,.4);
	-o-box-shadow: 0 2px 11px rgba(32,66,133,.4);
	-moz-box-shadow: 0 2px 11px rgba(32,66,133,.4);
}
.btnBlueBig {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 18px;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	background: -webkit-linear-gradient(left,#3690FF,#3665FF);
	background: -o-linear-gradient(left,#3690FF,#3665FF);
	background: -moz-linear-gradient(left,#3690FF,#3665FF);
	background: -ms-linear-gradient(left,#3690FF,#3665FF);
	background: linear-gradient(left,#3690FF,#3665FF);
	box-shadow: 0px 5px 12px rgba(10,103,255,.31);
	-webkit-box-shadow: 0px 5px 12px rgba(10,103,255,.31);
	-ms-box-shadow: 0px 5px 12px rgba(10,103,255,.31);
	-o-box-shadow: 0px 5px 12px rgba(10,103,255,.31);
	-moz-box-shadow: 0px 5px 12px rgba(10,103,255,.31);
	cursor: pointer;
}
input.btnBlueBig:hover {
	background: -webkit-linear-gradient(left,rgba(54,144,255,.95),rgba(54,101,255,.95));
	background: -o-linear-gradient(left,rgba(54,144,255,.95),rgba(54,101,255,.95));
	background: -moz-linear-gradient(left,rgba(54,144,255,.95),rgba(54,101,255,.95));
	background: -ms-linear-gradient(left,rgba(54,144,255,.95),rgba(54,101,255,.95));
	background: linear-gradient(left,rgba(54,144,255,.95),rgba(54,101,255,.95));
}
.btnBlue {
	width: 140px;
	height: 44px;
	line-height: 44px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	background: -webkit-linear-gradient(left,#3690FF,#3665FF);
	background: -o-linear-gradient(left,#3690FF,#3665FF);
	background: -moz-linear-gradient(left,#3690FF,#3665FF);
	background: -ms-linear-gradient(left,#3690FF,#3665FF);
	background: linear-gradient(left,#3690FF,#3665FF);
}
.btnWhite {
	width: 140px;
	height: 44px;
	line-height: 44px;
	background: rgba(255,255,255,.16);
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
}
.btnOrange {
	width: 140px;
	height: 44px;
	line-height: 44px;
	background: rgba(68,68,68,1);
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #0055FF;
}
/*** 头部 ***/
.header {
	position: relative;
	margin: 0 auto;
	min-width: 1140px;
	width: 100%;
	background: url(../images/v45/v45_index_bg_1.jpg) center 0 no-repeat #FFFFFF;
	background-size: cover;
}
.logo {
	position: absolute;
	left: 0;
	top: 24px;
	width: 118px;
	height: 47px;
	background: url(../images/v45/v45_logo.png) 0 0 no-repeat;
}
.headerNav {
	position: absolute;
	top: 37px;
	right: 0;
}
.headerNav ul {
	font-size: 0;
	text-align: right;
}
.headerNav ul li {
	margin-left: 70px;
	font-size: 16px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.headerNav ul li a {
	position: relative;
	height: 26px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.headerNav ul li a:hover {
	text-decoration: none;
}
.headerNav ul li a i {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #FFFFFF;
	display: none;
}
.headerNav ul li a:hover i {
	background: rgba(255,255,255,0.5);
	display: block;
}
.headerNav ul li.current a {
	font-weight: bold;
}
.headerNav ul li.current a i {
	display: block;
}
.headerNav ul li.current a:hover i {
	background: #FFFFFF;
}
.indexInfo {
	width: 780px;
	padding-top: 35px;
}
.indexInfo h4 {
	font-size: 46px;
	font-weight: bold;
	color: #FFFFFF;
}
.indexInfo .text1 {
	margin-top: 33px;
	font-size: 22px;
	color: #FFFFFF;
}
.indexInfo .text2 {
	width: 625px;
	margin-top: 12px;
	font-size: 16px;
	color: rgba(255,255,255,0.5);
}
.indexLogin {
	float: right;
	width: 320px;
}
.indexLoginCon {
	position: relative;
	width: 266px;
	height: 334px;
	padding: 38px 27px 0;
	background: #FFFFFF;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}
.indexLoginCon .tip {
	font-size: 18px;
	color: #444444;
	font-weight: bold;
}
.indexLoginCon .con {
	position: relative;
	width: 100%;
}
.indexLoginCon .con .send {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -22px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #366EFF;
	text-align: right;
	cursor: pointer;
}
.indexLoginCon .con .time {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -22px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #BCBCBC;
	text-align: right;
}
.indexLoginCon .con .send i {
	margin: -3px 2px 0 0;
	width: 11px;
	height: 16px;
	background: url(../images/v45/v45_icon_voice.png) 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.indexLoginCon .con .prompt {
	min-height: 25px;
	font-size: 0;
}
.indexLoginCon .con .prompt i {
	float: left;
	margin: 5px 4px 0 7px;
	display: inline-block;
	vertical-align: middle;
}
.indexLoginCon .con .prompt p {
	margin-left: 25px;
	padding: 4px 10px 4px 0;
	font-size: 12px;
}
.indexLoginCon .con .prompt.success {
	background: rgba(69,185,123,.1);
	color: #45B97B;
}
.indexLoginCon .con .prompt.success i {
	width: 14px;
	height: 14px;
	background: url(../images/v45/v45_icon_success.png) 0 0 no-repeat;
}
.indexLoginCon .con .prompt.error {
	background: rgba(255,119,65,.1);
	color: #FF8D3D;
}
.indexLoginCon .con .prompt.error i {
	width: 14px;
	height: 14px;
	background: url(../images/v45/v45_icon_error.png) 0 0 no-repeat;
}
.indexLoginCon .con .txt {
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: #FFFFFF;
	border: none;
	border-bottom: 1px solid #CDCDCD;
	color: #717171;
	font-size: 16px;
}
.indexLoginCon .con .txt:focus {
	border-bottom: 1px solid #969696;
}
/* .indexLoginCon .remember {
	float: right;
	color: #508CEE;
	font-size: 12px;
}
.indexLoginCon .record {
	color: #444444;
	font-size: 12px;
}
.indexLoginCon .record input {
	margin-right: 5px;
} */
.indexLoginTel {
	position: absolute;
	bottom: 12px;
	left: 0;
	width: 100%;
	color: #717171;
	font-size: 14px;
	text-align: center;
}
.indexLoginTip {
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: rgba(37,64,166,.44);
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	box-shadow: 0 0 17px rgba(25,26,38,.22);
	-webkit-box-shadow: 0 0 17px rgba(25,26,38,.22);
	-ms-box-shadow: 0 0 17px rgba(25,26,38,.22);
	-o-box-shadow: 0 0 17px rgba(25,26,38,.22);
	-moz-box-shadow: 0 0 17px rgba(25,26,38,.22);
}
.headerTitle01 {
	position: absolute;
	left: 0;
	top: 142px;
	width: 268px;
	height: 71px;
	background: url(../images/v45/v45_icon.png) 0 -296px no-repeat;
	display: inline-block;
}
.headerTitle02 {
	position: absolute;
	left: 0;
	top: 142px;
	width: 347px;
	height: 71px;
	background: url(../images/v45/v45_icon.png) -268px -296px no-repeat;
	display: inline-block;
}
.headerTitle03 {
	position: absolute;
	left: 0;
	top: 142px;
	width: 274px;
	height: 71px;
	background: url(../images/v45/v45_icon.png) -615px -296px no-repeat;
	display: inline-block;
}
.headerTitle04 {
	position: absolute;
	left: 0;
	top: 142px;
	width: 205px;
	height: 71px;
	background: url(../images/v45/v45_icon.png) -889px -296px no-repeat;
	display: inline-block;
}
.headerTitle05 {
	position: absolute;
	left: 0;
	top: 142px;
	width: 290px;
	height: 71px;
	background: url(../images/v45/v45_icon.png) -1094px -296px no-repeat;
	display: inline-block;
}
.headerTitle06 {
	position: absolute;
	left: 0;
	top: 142px;
	width: 290px;
	height: 71px;
	background: url(../images/v45/v45_icon.png) -1385px -296px no-repeat;
	display: inline-block;
}
/*** 首页-车行168模块 ***/
.indexCh {
	position: relative;
	margin: 0 auto;
	min-width: 1140px;
	width: 100%;
	height: 852px;
	background: url(../images/v45/v45_index_bg02.jpg) center bottom no-repeat #FFFFFF;
	background-size: cover;
	overflow: hidden;
}
.downloadCh {
	height: 778px;
	background: url(../images/v45/v45_index_bg08.jpg) 0 0 repeat-x #f8f9fb;
}
.indexChImg {
	position: absolute;
	top: 80px;
	left: 22px;
	z-index: 1;
	width: 345px;
	height: 653px;
	background: url(../images/v45/v45_index_img01.png) 0 0 no-repeat;
	background-size: 345px 653px;
}
.indexChList {
	padding: 0 55px 0 405px;
}
.downloadCh .indexChList {
	padding-top: 30px;
}
.indexChList ul {
	width: 640px;
	display: inline-block;
}
.indexChList ul li {
	margin: 60px 30px 0;
	float: left;
	width: 260px;
	height: 180px;
	text-align: center;
}
.indexChList ul li .img {
	width: 80px;
	height: 72px;
	background: url(../images/v45/v45_icon.png?v520) 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.indexChList ul li .img01 {
	background-position: 0 0;
}
.indexChList ul li .img02 {
	background-position: -80px 0;
}
.indexChList ul li .img03 {
	background-position: -160px 0;
}
.indexChList ul li .img04 {
	background-position: -240px 0;
}
.indexChList ul li h4 {
	margin-top: 17px;
	font-size: 20px;
	color: #444444;
	font-weight: bold;
}
.indexChList ul li p {
	margin-top: 10px;
	line-height: 26px;
	color: #969696;
	font-size: 16px;
}
.indexChDownload {
	padding: 58px 44px 0 454px;
}
.indexChDownload .ewm {
	float: left;
	width: 285px;
	font-size: 0;
}
.indexChDownload .ewm .img {
	float: left;
	width: 132px;
	height: 132px;
	background: url(../images/v45/v45_ewm_ch168.png) 0 0 no-repeat;
}
.indexChDownload .ewm p {
	margin: 46px 0 0 20px;
	color: #444444;
	font-size: 16px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.indexChDownload .btnBlue {
	margin-top: 47px;
}
/*** 首页-卖车管家模块 ***/
.indexMcgj {
	position: relative;
	margin: 0 auto;
	min-width: 1140px;
	width: 100%;
	height: 625px;
	background: url(../images/v45/v45_index_bg03.jpg?v520) center bottom no-repeat #FFFFFF;
	background-size: cover;
	overflow: hidden;
}
.indexMcgjInfo {
	float: left;
	width: 761px;
}
.indexMcgjImg {
	margin: 78px 0 0 10px;
	float: left;
	width: 277px;
	height: 76px;
	background: url(../images/v45/v45_logo_mcgj.png?v520) 0 0/100% no-repeat;
}
.indexMcgjInfo p {
	margin: 82px 0 0 33px;
	float: left;
	width: 356px;
	line-height: 28px;
	font-size: 16px;
	color: #FFFFFF;
}
.indexMcgjList {
	float: left;
	width: 761px;
}
.indexMcgjList ul {
	padding: 23px 41px 0 10px;
}
.indexMcgjList ul li {
	float: left;
	margin-top: 45px;
	width: 355px;
	height: 70px;
}
.indexMcgjList ul li .img {
	margin-right: 10px;
	width: 40px;
	height: 40px;
	background: url(../images/v45/v45_icon.png?v451) 0 0 no-repeat;
	display: inline-block;
	vertical-align: bottom;
}
.indexMcgjList ul li .img01 {
	background-position: 0 -72px;
}
.indexMcgjList ul li .img02 {
	background-position: -40px -72px;
}
.indexMcgjList ul li .img03 {
	background-position: -80px -72px;
}
.indexMcgjList ul li .img04 {
	background-position: -120px -72px;
}
.indexMcgjList ul li h4 {
	font-size: 18px;
	color: #FFFFFF;
}
.indexMcgjList ul li p {
	margin-top: 8px;
	font-size: 14px;
	color: rgba(255,255,255,.71);
}
.indexMcgjDownload {
	float: right;
	margin-top: 86px;
	width: 140px;
	border-left: 1px solid rgba(255,255,255,.29);
	padding: 0 102px 15px 96px;
	text-align: center;
}
.indexMcgjDownload .btnWhite {
	display: block;
}
.indexMcgjDownload .ewm {
	width: 140px;
}
.indexMcgjDownload .ewm .img {
	margin: 0 auto;
	width: 125px;
	height: 125px;
	background: url(../images/v45/v45_ewm_mcgj.png?v520) 0 0/100% no-repeat;
}
.indexMcgjDownload .ewm p {
	margin-top: 12px;
	color: rgba(255,255,255,.5);
	font-size: 14px;
}
.indexCh .indexMcgjImg {
	position: absolute;
	top: 50px;
	left: -8px;
	z-index: 1;
	margin: 0;
	width: 421px;
	height: 730px;
	background: url(../images/v45/v45_index_img02.png?v520) 0 0 no-repeat;
	background-size: 421px 730px;
}
.indexChList ul li .img05 {
	background-position: -320px 0;
}
.indexChList ul li .img06 {
	background-position: -400px 0;
}
.indexChList ul li .img07 {
	background-position: -480px 0;
}
.indexChList ul li .img08 {
	background-position: -560px 0;
}
.indexCh .indexMcgjDownload {
	float: none;
	margin-top: 0;
	width: auto;
	padding: 58px 44px 0 454px;
	border-left: none;
	text-align: left;
}
.indexCh .indexMcgjDownload .ewm {
	float: left;
	width: 285px;
	font-size: 0;
}
.indexCh .indexMcgjDownload .ewm .img {
	float: left;
	width: 132px;
	height: 132px;
	background: url(../images/v45/v45_ewm_mcgj.png?v520) 0 0/100% no-repeat;
}
.indexCh .indexMcgjDownload .ewm p {
	margin: 46px 0 0 20px;
	color: #444444;
	font-size: 16px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.indexCh .indexMcgjDownload .btnOrange {
	margin-top: 47px;
} 

/*** 首页-平台数据 ***/
.indexPtsj {
	position: relative;
	margin: 0 auto;
	min-width: 1140px;
	width: 100%;
	height: 280px;
	background: #FFFFFF;
	overflow: hidden;
}
.indexTitle {
	font-size: 24px;
	color: #444444;
	text-align: center;
}
.indexTitle.white {
	color: #FFFFFF;
}
.indexTitle i {
	margin: -2px 12px 0;
	width: 15px;
	height: 23px;
	background: url(../images/v45/v45_icon.png?v520) -704px -367px no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.indexPtsjList {
	padding: 32px 0 52px;
}
.indexPtsjList ul {
	font-size: 0;
}
.indexPtsjList ul li {
	margin: 0 55px;
	width: 165px;
	text-align: center;
	font-size: 18px;
	color: #444444;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.indexPtsjList ul li .img {
	margin: 0 auto 19px;
	width: 135px;
	height: 90px;
	background: url(../images/v45/v45_icon.png) 0 -136px no-repeat;
	display: block;
	vertical-align: middle;
}
.indexPtsjList ul li .img01 {
	background-position: 0 -136px;
}
.indexPtsjList ul li .img02 {
	background-position: -135px -136px;
}
.indexPtsjList ul li .img03 {
	background-position: -270px -136px;
}
.indexPtsjList ul li .img04 {
	background-position: -405px -136px;
}
.indexPtsjBrand {
	padding-top: 30px;
}
.indexPtsjBrand ul {
	padding: 0 4px;
	font-size: 0;
}
.indexPtsjBrand ul li {
	margin: 0 30px;
	height: 70px;
	background: url(../images/v45/v45_icon.png) 0 -226px no-repeat;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.indexPtsjBrand ul li:first-child{
	margin-left: 0;
}
.indexPtsjBrand ul li:last-child{
	margin-right: 0;
}
.indexPtsjBrand ul li.img01 {
	width: 136px;
	background-position: 0 -226px;
}
.indexPtsjBrand ul li.img02 {
	width: 108px;
	background-position: -136px -226px;
}
.indexPtsjBrand ul li.img03 {
	width: 102px;
	background-position: -244px -226px;
}
.indexPtsjBrand ul li.img04 {
	width: 146px;
	background-position: -346px -226px;
}
.indexPtsjBrand ul li.img05 {
	width: 161px;
	background-position: -492px -226px;
}
.indexPtsjBrand ul li.img06 {
	width: 138px;
	background-position: -653px -226px;
}

/*** 产品服务 ***/
.serviceTitle h2 {
	font-size: 30px;
	color: #444444;
	letter-spacing:2px;
}
.serviceTitle p {
	margin-top: 7px;
	font-size: 16px;
	color: #999999;
}
.serviceTitle02 {
	position: relative;
}
.serviceTitle02 h2 {
	position: relative;
	z-index: 2;
	width: 190px;
	height: 40px;
	line-height: 40px;
	background: -webkit-linear-gradient(left,rgba(54,144,255,.83),rgba(54,101,255,.83));
	background: -o-linear-gradient(left,rgba(54,144,255,.83),rgba(54,101,255,.83));
	background: -moz-linear-gradient(left,rgba(54,144,255,.83),rgba(54,101,255,.83));
	background: -ms-linear-gradient(left,rgba(54,144,255,.83),rgba(54,101,255,.83));
	background: linear-gradient(left,rgba(54,144,255,.83),rgba(54,101,255,.83));
	text-align: center;
	font-size: 25px;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.serviceTitle02 h2.ml {
	margin-left: 71px;
}
.serviceTitle02 .img {
	position: absolute;
	left: 0;
	top: -38px;
	z-index: 1;
	width: 88px;
	height: 88px;
	background: url(../images/v45/v45_icon.png) 0 -427px no-repeat;
}
.serviceTitle02 .img01 {
	background-position: 0 -427px;
}
.serviceTitle02 .img02 {
	background-position: -88px -427px;
}
.serviceTitle02 .img03 {
	background-position: -176px -427px;
}
.serviceTitle02 .img04 {
	background-position: -264px -427px;
}
.serviceList {
	height: 440px;
	padding-left: 600px;
	background: url(../images/v45/v45_index_bg05.jpg) 30px 0 no-repeat;
	overflow: hidden;
}
.serviceList ul {
	margin-top: -45px;
}
.serviceList ul li {
	position: relative;
	margin-top: 70px;
	width: 400px;
	padding: 0 0 0 70px;
}
.serviceList ul li .img {
	position: absolute;
	left: 0;
	top: 5px;
	width: 45px;
	height: 45px;
	background: url(../images/v45/v45_icon.png) 0 -367px;
	display: inline-block;
}
.serviceList ul li .img01 {
	background-position: 0 -367px;
}
.serviceList ul li .img02 {
	background-position: -45px -367px;
}
.serviceList ul li .img03 {
	background-position: -90px -367px;
}
.serviceList ul li .img04 {
	background-position: -135px -367px;
}
.serviceList ul li h4 {
	color: #444444;
	font-size: 18px;
}
.serviceList ul li p {
	margin-top: 7px;
	color: #969696;
	font-size: 16px;
}
.serviceGyl {
	float: left;
	width: 540px;
	height: 442px;
	border-right: 10px solid #f8f9fb;
}
.serviceGyl:nth-child(2) {
	width: 430px;
	padding-left: 110px;
	border-right: none;
	border-left: 10px solid #f8f9fb;
}
.serviceGyl ul {
	padding-top: 8px;
}
.serviceGyl ul li {
	margin-top: 32px;
	width: 100%;
	font-size: 0;
}
.serviceGyl ul li h4 {
	width: 100px;
	font-size: 18px;
	color: #444444;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.serviceGyl:nth-child(2) ul li h4 {
	width: 120px;
}
.serviceGyl ul li h4 i,
.serviceGyl02 ul li h4 i {
	margin: -2px 15px 0 0;
	width: 18px;
	height: 18px;
	background: url(../images/v45/v45_icon.png) -844px -368px no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.serviceGyl ul li p {
	line-height: 18px;
	font-size: 16px;
	color: #969696;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.serviceGyl02 {
	float: left;
	width: 615px;
	height: 442px;
}
.serviceGyl02:nth-child(2){
	width: 425px;
	padding-left: 60px;
}
.serviceGyl02 ul {
	padding-top: 25px;
}
.serviceGyl02 ul li {
	margin-top: 32px;
	float: left;
	width: 205px;
	font-size: 0;
}
.serviceGyl02 ul li h4 {
	width: 100%;
	font-size: 18px;
	color: #444444;
	display: block;
}
.serviceGyl02 ul li p {
	width: 146px;
	padding: 14px 0 0 30px;
	line-height: 28px;
	font-size: 16px;
	color: #969696;
}
/*** 关于我们 ***/
.contactList {
	position: relative;
}
.contactList .map {
	position: absolute;
	right: 0;
	top: 0;
	width: 638px;
	height: 277px;
	background: url(../images/v45/v45_index_bg06.jpg?2) 0 0 no-repeat;
}
.contactList ul li {
	position: relative;
	margin-top: 32px;
	padding-left: 42px;
	font-size: 14px;
	color: #444444;
}
.contactList ul li .img {
	position: absolute;
	left: 0;
	top: -2px;
	width: 25px;
	height: 25px;
	background: url(../images/v45/v45_icon.png) -360px -367px;
	display: inline-block;
}
.contactList ul li .img01 {
	background-position: -360px -367px;
}
.contactList ul li .img02 {
	background-position: -385px -367px;
}
.contactList ul li .img03 {
	background-position: -410px -367px;
}
.contactList ul li .img04 {
	background-position: -435px -367px;
}
.contactList ul li p {
	height: 25px;
	line-height: 25px;
}
.contactList ul li p span {
	width: 70px;
	text-align: justify;
	display: inline-block;
	vertical-align: top;
}
.contactList ul li p span > i {
	display: inline-block;
	padding-left: 100%;
}

.bankList {
	position: relative;
	padding-bottom: 108px;
}
.bankList ul {
	font-size: 0;
}
.bankList ul li {
	position: relative;
	margin-top: 45px;
	width: 387px;
	padding-left: 163px;
	line-height: 34px;
	font-size: 14px;
	color: #444444;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.bankList ul li .img01 {
	position: absolute;
	left: 0;
	top: 0;
	width: 143px;
	height: 90px;
	background: url(../images/v45/v45_index_icbc.png) 0 0 no-repeat;
	display: inline-block;
}
.bankList ul li .img02 {
	position: absolute;
	left: 0;
	top: 0;
	width: 143px;
	height: 90px;
	background: url(../images/v45/v45_index_cmbc.png) 35px 10px no-repeat;
	display: inline-block;
}
.bankList ul li .info p {
	height: 32px;
	line-height: 32px;
}
.bankList ul li .info p span {
	width: 56px;
	text-align: justify;
	display: inline-block;
	vertical-align: top;
}
.bankList ul li .info p span > i {
	display: inline-block;
	padding-left: 100%;
}
.areaList {
	margin-right: 40px;
	float: left;
	width: 340px;
	height: 835px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.areaList:last-child {
	margin-right: 0;
}
.areaTitle {
	margin-left: 30px;
	width: 125px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	font-size: 18px;
	color: #FFFFFF;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	background: -webkit-linear-gradient(left,rgba(54,144,255,.85),rgba(54,101,255,.85));
	background: -o-linear-gradient(left,rgba(54,144,255,.85),rgba(54,101,255,.85));
	background: -moz-linear-gradient(left,rgba(54,144,255,.85),rgba(54,101,255,.85));
	background: -ms-linear-gradient(left,rgba(54,144,255,.85),rgba(54,101,255,.85));
	background: linear-gradient(left,rgba(54,144,255,.85),rgba(54,101,255,.85));
}
.areaList .con {
	margin-top: 40px;
	background: #FFFFFF;
	box-shadow: 1px 11px 9px rgba(34,52,81,.02);
	-webkit-box-shadow: 1px 11px 9px rgba(34,52,81,.02);
	-ms-box-shadow: 1px 11px 9px rgba(34,52,81,.02);
	-o-box-shadow: 1px 11px 9px rgba(34,52,81,.02);
	-moz-box-shadow: 1px 11px 9px rgba(34,52,81,.02);
}
.areaList .con ul {
	padding-top: 27px;
}
.areaList .con ul li {
	padding: 9px 65px 9px 0;
	font-size: 0;
}
.areaList .con ul li h4 {
	float: left;
	width: 94px;
	text-align: right;
	font-size: 16px;
	color: #444444;
}
.areaList .con ul li p {
	margin-left: 94px;
	padding-left: 28px;
	font-size: 14px;
	color: #969696;
}
.areaList .con ul li p .address {
	padding-top: 5px;
	font-size: 12px;
	display: block;
}
.aboutUs {
	padding: 70px 0 60px;
}
.aboutUs ul {
	font-size: 0;
}
.aboutUs ul li {
	width: 460px;
	height: 250px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
.aboutUs ul li:nth-child(odd){
	padding-right: 180px;
}
.aboutUs ul li .img {
	width: 45px;
	height: 45px;
	background: url(../images/v45/v45_icon.png) -460px -367px no-repeat;
	display: inline-block;
}
.aboutUs ul li .img01 {
	background-position: -460px -367px;
}
.aboutUs ul li .img02 {
	background-position: -505px -367px;
}
.aboutUs ul li .img03 {
	background-position: -550px -367px;
}
.aboutUs ul li .img04 {
	background-position: -595px -367px;
}
.aboutUs ul li h4 {
	margin-top: 22px;
	font-size: 18px;
	color: #444444;
}
.aboutUs ul li p {
	margin-top: 10px;
	line-height: 30px;
	font-size: 14px;
	color: #969696;
}
.history {
	position: relative;
	height: 438px;
}
.historyLine {
	position: absolute;
	top: 210px;
	width: 100%;
	height: 3px;
	background: #366EFF;
}
.history .con {
	position: relative;
	float: left;
	width: 155px;
	min-height: 115px;
}
.history .con:last-child {
	width: 110px;
}
.history .con i {
	position: absolute;
	top: 201px;
	left: -10px;
	width: 35px;
	height: 21px;
	background: url(../images/v45/v45_icon.png) -641px -367px no-repeat;
	display: inline-block;
}
.history .con h4 {
	position: absolute;
	top: 100px;
	width: 165px;
	font-size: 20px;
	color: #444444;
}
.history .con p {
	position: absolute;
	top: 135px;
	width: 165px;
	font-size: 14px;
	color: #969696;
}
.history .con:nth-child(even) h4 {
	top: 238px;
}
.history .con:nth-child(even) p {
	top: 268px;
}
/*** 招贤纳士 ***/
.inviteCon {
	height: 400px;
	padding: 60px 0 0;
}
.inviteCon .con {
	position: relative;
	margin-left: 35px;
	float: left;
	width: 473px;
	height: 341px;
	background: url(../images/v45/v45_index_bg07.jpg) 0 0 no-repeat;
	box-shadow: 1px 11px 9px rgba(34,52,81,.02);
	-webkit-box-shadow: 1px 11px 9px rgba(34,52,81,.02);
	-ms-box-shadow: 1px 11px 9px rgba(34,52,81,.02);
	-o-box-shadow: 1px 11px 9px rgba(34,52,81,.02);
	-moz-box-shadow: 1px 11px 9px rgba(34,52,81,.02);
}
.inviteCon .con:last-child {
	margin-left: 116px;
}
.inviteCon .con p {
	padding: 115px 50px 0;
	line-height: 30px;
	color: #717171;
	font-size: 14px;
	text-align: justify;
}
.inviteTitle {
	position: absolute;
	top: 30px;
	left: -35px;
	width: 190px;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	background: -webkit-linear-gradient(left,rgba(54,144,255,.85),rgba(54,101,255,.85));
	background: -o-linear-gradient(left,rgba(54,144,255,.85),rgba(54,101,255,.85));
	background: -moz-linear-gradient(left,rgba(54,144,255,.85),rgba(54,101,255,.85));
	background: -ms-linear-gradient(left,rgba(54,144,255,.85),rgba(54,101,255,.85));
	background: linear-gradient(left,rgba(54,144,255,.85),rgba(54,101,255,.85));
}
.inviteTab ul {
	padding-top: 15px;
	font-size: 0;
}
.inviteTab ul li {
	margin: 30px 30px 0 0;
	width: 188px;
	height: 64px;
	line-height: 64px;
	background: #FFFFFF;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #cddbff;
	font-size: 14px;
	color: #444444;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	overflow: hidden;
}
.inviteTab ul li.current {
	height: 61px;
	line-height: 61px;
	border-width: 1px 1px 4px 1px;
	border-image: -webkit-linear-gradient(left,#66A8FF,#2A4CFA) 30 30;
	border-image: -o-linear-gradient(left,#66A8FF,#2A4CFA) 30 30;
	border-image: -moz-linear-gradient(left,#66A8FF,#2A4CFA) 30 30;
	border-image: -ms-linear-gradient(left,#66A8FF,#2A4CFA) 30 30;
	border-image: linear-gradient(left,#66A8FF,#2A4CFA) 30 30;
}
.inviteTab ul li:hover {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #2A4CFA;
}
.inviteList .con {
	padding: 20px 0 90px;
	display: none;
}
.inviteList .con:first-child {
	display: block;
}
.inviteList .con .txt h3 {
	margin-top: 30px;
	padding-bottom: 8px;
	color: #444444;
	font-size: 18px;
}
.inviteList .con .txt p {
	line-height: 30px;
	font-size: 14px;
	color: #969696;
}
.inviteList .con p.mail {
	margin-top: 25px;
	color: #444444;
	font-size: 18px;
}
.inviteList .con p.mail a {
	margin-right: 30px;
	color: #444444;
}
/*** 尾部 ***/
.footer {
	margin: 0 auto;
	min-width: 1140px;
	width: 100%;
	height: 90px;
	background: #4A4A4A;
}
.footerTel {
	margin-top: 36px;
	float: left;
	width: 159px;
	height: 18px;
	background: url(../images/v45/v45_icon.png) -675px -398px;
	display: inline-block;
}
.footerList {
	float: left;
	margin: 35px 0 0 65px;
}
.footerList ul li {
	margin-right: 25px;
	float: left;
	font-size: 14px;
}
.footerList ul li a {
	color: rgba(255,255,255,.7);
}
.footerIcp {
	margin-top: 23px;
	float: right;
	width: 296px;
}
.footerIcp ul li {
	float: left;
	width: 176px;
	padding: 3px 0;
	color: rgba(255,255,255,.45);
	font-size: 12px;
}
.footerIcp ul li a {
	color: rgba(255,255,255,.45);
}
.footerIcp ul li:nth-child(odd) {
	width: 120px;
}

/*** 找回密码 ***/
.passwordProcess {
	position: relative;
	width: 100%;
	height: 42px;
	padding: 80px 0 90px;
	text-align: center;
}
.passwordProcess .line {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	margin: -1px 0 0 -400px;
	width: 800px;
	height: 2px;
	background: #D8D8D8;
}
.passwordProcess ul {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	margin: -21px 0 0 -400px;
	width: 800px;
}
.passwordProcess ul li {
	position: relative;
	margin-right: 337px;
	float: left;
	height: 42px;
}
.passwordProcess ul li:last-child {
	margin-right: 0;
}
.passwordProcess ul li i {
	width: 42px;
	height: 42px;
	line-height: 42px;
	background: #CDCDCD;
	font-style: normal;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	border-radius: 42px;
	-webkit-border-radius: 42px;
	-ms-border-radius: 42px;
	-o-border-radius: 42px;
	-moz-border-radius: 42px;
	display: block;
}
.passwordProcess ul li.current i {
	background: #508CEE;
}
.passwordProcess ul li p {
	position: absolute;
	top: 57px;
	left: 50%;
	margin-left: -72px;
	white-space: nowrap;
	width: 144px;
	text-align: center;
	font-size: 16px;
	color: #444444;
}
.passwordInfo {
	margin: 0 auto;
	width: 474px;
}
.passwordInfo.h1 {
	height: 423px;
}
.passwordInfo .con {
	position: relative;
	margin-top: 30px;
	width: 100%;
	height: 52px;
	font-size: 0;
}
.passwordInfo .con:first-child {
	margin-top: 0;
}
.passwordInfo .con .input {
	width: 442px;
	height: 50px;
	padding: 0 15px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #717171;
	font-size: 16px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.passwordInfo .con .input:focus {
	border: 1px solid #969696;
}
.passwordInfo .con .input.w1 {
	width: 250px;
}
.passwordInfo .con .btn {
	width: 474px;
	height: 52px;
	background: -webkit-linear-gradient(left,#3690FF,#3665FF);
	background: -o-linear-gradient(left,#3690FF,#3665FF);
	background: -moz-linear-gradient(left,#3690FF,#3665FF);
	background: -ms-linear-gradient(left,#3690FF,#3665FF);
	background: linear-gradient(left,#3690FF,#3665FF);
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
}
.passwordInfo .con .code {
	margin-left: 10px;
	width: 180px;
	height: 50px;
	line-height: 52px;
	background: #FFFFFF;
	border: 1px solid #366EFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 16px;
	color: #366EFF;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.passwordInfo .con .codeBtn {
	border: 1px solid #969696;
	color: #969696;
}
.passwordInfo .con p {
	position: absolute;
	top: 58px;
	left: 2px;
	color: #FF7741;
	font-size: 12px;
}
.passwordTip {
	margin: 0 auto;
	width: 474px;
	padding: 45px 0 90px;
}
.passwordTip h4 {
	padding-bottom: 8px;
	font-size: 14px;
	color: #717171;
}
.passwordTip p {
	white-space: nowrap;
	line-height: 22px;
	font-size: 12px;
	color: #717171;
}
.passwordFinish {
	height: 153px;
	padding: 40px 0 230px;
	text-align: center;
}
.passwordFinish p {
	padding-bottom: 30px;
	font-size: 28px;
	color: #4ACE88;
}
.passwordFinish a {
	color: #717171;
	font-size: 18px;
	display: inline-block;
}
/*** 商业运营部-关于我们 ***/
.contactInfo {
	padding-bottom: 70px;
}
.contactInfo p {
	margin-top: 30px;
	line-height: 30px;
    font-size: 16px;
    color: #969696;
}