body{
	background:#fff;
}
.navTop{
	position:relative;
}
.navBottom{
	width:100%;
	height:240px;
}
.navMain{
	width:1000px;
	/* background:#fafafa; */
	margin:2px auto 0px auto;
}

/* 图片轮播样式开始  */
.banner{
	width:1000px;
	height:495px;
	overflow: auto;
	text-align: center;
	position:relative;
}
.banner ul li{float:left;}
.banner .dots { position: absolute; left: 0; right: 0; bottom: 20px;}

.banner .dots li {

	display: inline-block;

	width: 10px;

	height: 10px;

	margin: 0 4px;

	text-indent: -999em;

	border: 2px solid #fff;

	border-radius: 6px;

	cursor: pointer;

	opacity: .4;

	-webkit-transition: background .5s, opacity .5s;

	-moz-transition: background .5s, opacity .5s;

	transition: background .5s, opacity .5s;

}

.banner .dots li.active {
	background: #fff;
	opacity: 1;
}
/* 图片轮播样式结束 */

/* 首页图片文字样式 */
.picTitle{
	position: absolute;
    top: 170px;
    left: 120px;
    text-align: center;
}
.picTitle1{
	position: absolute;
    top: 210px;
    right: 70px;
    text-align: center;
}
.picTitle h1{
	font-size:3.2em;
	letter-spacing: 3px;
    margin-bottom: 30px;
}
.picTitle p{
	font-size: 20px;
    line-height: 45px;
    letter-spacing: 2px;
    color: #282528;
}
.picTitle1 h1{
	font-size:3.2em;
	letter-spacing: 3px;
}
.picTitle1 p{
	font-size: 20px;
    line-height: 45px;
    letter-spacing: 2px;
    color: #282528;
}

/* 产品特点介绍样式开始 */

.nav-pd{
	width:1000px;
	height:580px;
	color:#555;
}
.pdTitle{
	width:100%;
	height:140px;
	line-height:140px;
	text-align:center;
}
.pdTitle span{
	display:inline-block;
	width:279px;
	height:40px;
}
.productTitle{
	background:url("../../common/images/productTitle.png") no-repeat;
}
.onlineTitle{
	background:url("../../common/images/online/online-title.png") no-repeat;
}
.pdIntroduce{
	width:620px;
	height:130px;
	margin:0 auto;
	text-align:center;
	line-height:24px;
}
.pdPoint{
	display:block;
	width:800px;
	margin:10px auto 10px auto;
}
.pdPoint li{
	float:left;
	width:180px;
	margin-left:15px;
}

.pdPoint li label{
	width: 100%;
	display: inline-block;
	height: 20px;
	line-height: 20px;
}
.pdpic{
	width:175px;
	height:174px;
	margin-bottom:10px;
	cursor:pointer;
}
.pdpic:hover{
	-moz-box-shadow: 3px 3px 4px #ccc;
    -webkit-box-shadow: 3px 3px 4px #ccc;
    box-shadow: 3px 3px 4px #ccc;
    -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=3,Direction=135, Color='#ccc')";
    filter:progid:DXImageTransform.Microsoft.Shadow(Strength=3,Direction=135,Color='#ccc');
}
.pic1{
	background:url("../../common/images/pic1.png") no-repeat;
}
.pic2{
	background:url("../../common/images/pic2.png") no-repeat;
}
.pic3{
	background:url("../../common/images/pic3.png") no-repeat;
}
.pic4{
	background:url("../../common/images/pic4.png") no-repeat;
}
.pointT{
	font-size:1.1em;
}
.pointEn{
	font-style: italic;
	font-family: cursive;
}
.fz12{
	font-size:0.9em;
}
/* 产品特点介绍样式结束 */

/************************** 在线记账样式开始 ***************************/
.sysTitle{
	position: absolute;
	top: 110px;
	/* right: 140px; */
	right: 8em;
}
.sysTitle p{
	color: #0e0d0d;
    text-align: right;
    line-height: 30px;
    font-size: 16px;
}
.sysTitle h1{
	color: #2d251b;
	font-size: 34px;
	margin-bottom:10px;
	letter-spacing: 2px;
}
.sysTitle input{
	cursor:pointer;
	margin-right:5px;

}
.onlinePicbox{
	/* height:520px; */
	position:relative;
}
.onlinePicbox li{
	position:relative;
}
.expbtn{
	position:absolute;
	bottom:120px;
	right:170px;
	font-weight:bold;
}
.freebtn{
	position:absolute;
	bottom:120px;
	right:80px;
	font-weight:bold;
}
.testbtn{
	background:url("../../common/images/index/pic-btn.png") no-repeat;
	width:125px;
	height:40px;
	border:none;
	cursor:pointer;
}
.jcbbtn{
	background:url("../../common/images/index/jcbbtn.png") no-repeat;
	width:125px;
	height:40px;
	border:none;
	cursor:pointer;
	background-size: cover;
	border-radius: 5px;
}
.testbtn:active{
	border:none;
}
.match_btn{
	background:url("../../common/images/index/match_btn.png") no-repeat;
	width:112px;
	height:33px;
	border:none;
	outline:none;
	cursor:pointer;
	color:#fff;
	margin-right:6px;
}
.onlineBox{
	width:1000px;
	height:300px;
	padding-bottom:25px;
	color:#555;
}
.itemBox{
	float:left;
	width:300px;
	height:300px;
	/* border:1px solid #e1e1e1; */
	border-radius:6px;
	margin:0px 12px;
	cursor:pointer;
}
.itemBox:hover{
	height:310px;
	border:none;
	color:#1e4e95;
	-moz-box-shadow: 0px 0px 10px 5px #eaeaea;
    -webkit-box-shadow: 0px 0px 10px 5px #eaeaea;
    box-shadow: 0px 0px 10px 5px #eaeaea;
    -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=5,Direction=135, Color='#eaeaea')";
    filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=5,Direction=135,Color='#eaeaea')";
}
.info-pic{
	width:100%;
	height:110px;
	line-height:110px;
	text-align:center;
}
.info-title{
	width:100%;
	font-size:18px;
	height:40px;
	line-height:40px;
	/* color:#2d251b; */
	text-align:center;
}
/* .info-title:hover{
	color:#1e4e95;
} */
.info-detail{
	width:100%;
	line-height:24px;
	text-align:center;
	margin-top:15px;
}
.olPic1{
	display: inline-block;
	margin-top: 26px;
	width:58px;
	height:58px;
	background:url("../../common/images/online/online1.png") no-repeat;
}
.olPic2{
	display: inline-block;
	margin-top: 26px;
	width:58px;
	height:58px;
	background:url("../../common/images/online/online2.png") no-repeat;
}
.olPic3{
	display: inline-block;
	margin-top: 26px;
	width:58px;
	height:58px;
	background:url("../../common/images/online/online3.png") no-repeat;
}
.olPic4{
	display: inline-block;
	margin-top: 26px;
	width:58px;
	height:58px;
	background:url("../../common/images/online/online4.png") no-repeat;
}
.olPic5{
	display: inline-block;
	margin-top: 26px;
	width:58px;
	height:58px;
	background:url("../../common/images/online/online5.png") no-repeat;
}
.olPic6{
	display: inline-block;
	margin-top: 26px;
	width:58px;
	height:58px;
	background:url("../../common/images/online/online6.png") no-repeat;
}
.olPic7{
	display: inline-block;
	margin-top: 26px;
	width:70px;
	height:58px;
	background:url("../../common/images/online/online7.png") no-repeat;
}
.olPic8{
	display: inline-block;
	margin-top: 26px;
	width:58px;
	height:58px;
	background:url("../../common/images/online/online8.png") no-repeat;
}
.olPic9{
	display: inline-block;
	margin-top: 26px;
	width:58px;
	height:58px;
	background:url("../../common/images/online/online9.png") no-repeat;
}
/************************** 在线记账样式结束 ***************************/
