@charset "utf-8";
/* CSS Document */
html, body, div, span, h1, h2, h3, h4, p, a, font, img, ol, ul, li, fieldset, form, input, label, legend, table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
.cl {
	clear: both;
}
ul li {
	list-style: none;
}
.hidden {
	display: none;
}
.green {
	color: #008000;
}
.red{
	color:#f00;
}
.orange {
	color: #f60;
}
.blue {
	color: #08c;
}
body {
	font-family: "Microsoft Yahei";
	font-size: 12px;
	background: #fff;
}
i.icon {
	background: url(../images/wcd_mk.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.nll{
	color:#f00;
	font-size:34px;
}
/*****************************************页面头部开始**********************************************/

/**********************************头部开始************************************/
.toptitle {
	width: 100%;
	margin: 0px auto;
	height: 50px;
	background: #656364;
}
.top_con {
	width: 1000px;
	margin: 0px auto;
	color: #333;
	font-size: 18px;
}
.top_con i.icon {
	border: 2px solid #ddd;
	overflow: hidden;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-right: 5px;
}
.top_con .entrance {
	float: right;
}
.top_con .entrance a {
	color: #dbdddc;
	position: relative;
}
.top_con .entrance a:hover {
	color: #fff;
}
.top_con .entrance a i.icon {
	background-position: -46px 6px;
}
.top_con .entrance a:hover i.icon {
	border: 2px solid #08c;
	background: #08c url(../images/wcd_mk.png) no-repeat;
	background-position: -46px -17px;
}
.log_reg {
	float: right;
	font-size: 18px;
	line-height: 50px;
}
.log_reg a {
	margin-left: 10px;
	color: #dbdddc;
}
.log_reg a:hover{
	color: #fff;
}

.log_reg a.blue {
	color: #08c;
}
.top_con .tel_wxwb {
	float: left;
	color:#dbdddc;
	line-height:50px;
}

.tel_con span {
	font-size: 14px;
}
.ser_time {
	float: left;
	font-size: 12px;
	color: #333;
	line-height: 50px;
	margin-right: 15px;
}
ul.attention {
	float: left;
}
ul.attention li {
	float: left;
	padding-top: 12px;
	margin-right: 10px;
}
ul.attention li > a {
	display: inline-block;
	border: 2px solid #ddd;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: url(../images/wcd_mk.png) no-repeat;
	position: relative;
	color: #08c;
	font-size: 12px;
}
ul.attention li > a span {
	color: #333;
}
ul.attention li > a.ico_wb{
	background-position:5px 6px;
}
ul.attention li > a.ico_wb:hover{
	border:2px solid #d94a39;
	background:#d94a39 url(../images/wcd_mk.png) no-repeat;
	background-position:5px -18px;
}
ul.attention li > a.ico_wx {
	background-position: -18px 6px;
}
ul.attention li > a.ico_wx:hover {
	border: 2px solid #00c500;
	background: #00c500 url(../images/wcd_mk.png) no-repeat;
	background-position: -18px -18px;
}
.hide_div {
	position: absolute;
	background: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	z-index: 10000000000;
	top: 34px;
	left: -13px;
	padding: 9px 14px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.hide_div em {
	position: absolute;
	left: 15px;
	top: -9px;
	display: block;
	width: 20px;
	height: 9px;
	background: url(../images/bubble_arrow_up.png) no-repeat left top;
}
.hide_div p {
	white-space: nowrap;
}
/**********************************头部结束************************************/
/***20140424QQ群开始***/
.top_rightcon .QQgroup {
	display: inline-block;
	z-index: 3;
}
.topcon .top_rightcon .QQgroup {
 *display: inline;
}
.h_QQgroup {
	position: relative;
	width: 140px;
	padding-left: 10px;
}
.QQgroup li {
	float: left;
}
.h_QQgroup a {
	color: #fff;
}
.QQgroup_list {
	display: none;
	position: absolute;
	top: 31px;
	line-height: 31px;
	left: -2px;
	width: 150px;
	background-color: #FF8B02;
	z-index: 999;
	border: #fff 1px solid;
}
.h_QQgroup:hover .QQgroup_list {
	display: block
}
.QQgroup_list li {
	width: 100%
}
.QQgroup_list li a {
	width: 100%;
	z-index: 3;
	text-indent: 8px;
	color: #666666;
	border: 0;
	padding-left: 10px;
}
.QQgroup_list li a:hover {
	color: #fff;
}
.QQgroup li.hover .QQgroup_list {
	display: block
}
/***20140424QQ群结束***/



.whd_header {
	width: 100%;
	height: 90px;
	max-width: 1920px;
	background: #fff;
	position: relative;
	border-bottom: 1px solid #eee;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.whd_header .header_information {
	width: 1000px;
	height: 90px;
	margin: 0 auto;
	position: relative;
}
.weichedai_logo {
	float: left;
	position: absolute;
	left: 0px;
	top:10px;

}
.weichedai_st1 {
	float: right;
	position: absolute;
	right: 0px;
	top: 30px;
}
.weichedai_st4 {
	color: #909191;
}
.weichedai_st4:hover {
	color: #f60;
}
.weichedai_st17 {
	font-size: 16px;
	color: #363636;
}
/**************导航***************/


.mainNav li {
	float: left;
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
	padding: 0 3px;
	position: relative;
	line-height: 33px;
	text-align: center;
	width: 102px;
	margin-left: 5px;
}
.mainNav {
	float: right;
}
.mainNav li.financing {
	z-index: 2;
	margin: 0 0 0 25px;
	width: auto;
}
.mainNav li.xinke {
	margin: 0 12px 0 25px;
	width: auto;
}
.mainNav li a {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	font-family: "Microsoft Yahei", "宋体";
}
.mainNav li.hover {
	background: url("../images/head_foot.png") no-repeat -490px 0;
}
.mainNav li a:hover, .mainNav li.hover a, .mainNav li.selected a {
	color: #f60;
	text-decoration: none;
}
.mainNav li.home {
	margin: 0 15px 0 0;
	width: auto;
	color: #f60;
}
.mainNav li .newItem {
	color: #EA5404;
	font-family: arial;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: -1px;
}
.mainNav li .secNav {
	position: absolute;
	display: none;
	left: 0;
	top: 33px;
}
.mainNav li.hover .secNav {
	display: block;
}
.mainNav li .secNav li {
	float: left;
	margin: 0;
	height: 29px;
	line-height: 29px;
	width: 110px;
	padding: 0;
	background: url(../images/head_foot.png) no-repeat -490px -125px;
}
.mainNav li .secNav li a {
	display: block;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	background: url(../images/head_foot.png) no-repeat -490px -125px;
}
.mainNav li .secNav li.last {
	background-position: -490px -156px;
	height: 36px;
}
.mainNav li .secNav li.first {
	background-position: -490px -33px;
	height: 33px;
}
.mainNav li .secNav li a:hover {
	background: url(../images/head_foot.png) no-repeat -490px -65px;
	color: #fff;
	font-weight: bold;
}
/*兼容IE6、IE7*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix {
 *zoom: 1 !important;
}
/*兼容IE6、IE7*/


/**************导航结束***************/

/*****************************************页面头部结束**********************************************/


/*****************************************轮播开始**********************************************/
.weichedai_flv_con {
	width: 100%;
	max-width: 1920px;
	margin: 0px auto;
	height: 350px;
	background: #0CF;
}
.banner {
	overflow: hidden;
	width: 100%;
	max-width: 1920px;
	margin: 0px auto;
	height: 350px;
}
.banner .d1 {
	width: 100%;
	height: 350px;
	display: block;
}
.banner .d2 {
	width: 100%;
	height: 30px;
	clear: both;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 450px;
}
.banner .d2 ul {
	float: left;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -96px;
	display: inline;
}
.banner .d2 li {
	width: 17px;
	height: 15px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/img1.png) no-repeat center;
	float: left;
	margin: 0 3px;
	display: inline;
}
.banner .d2 li.nuw {
	background: url(../images/img1_1.png) no-repeat center;
}
/*****************************************轮播结束**********************************************/

/*****************************************sb布局登录开始**********************************************/
.sb_login_wrap{
	width:1000px;
	margin:0px auto;
	overflow:hidden;
	height:230px;
	margin-top:-280px;
}
.sb_login_wrap .sb_login{
	float:right;
	width:280px;
	height:230px;
	background: url(../images/tran.png) repeat;
}
.button-login {
	background: #f60;
	border: none;
	height: 30px;
	width: 220px;
	margin:0px auto;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	display:block;
	text-align: center;
}
.sb_login table td a.red-login {
	background:#de4a4a;
	margin:0px auto;
	width:240px;
	color:#fff;
	font-weight:normal;
}


.sb_login table{
	text-align:center;
	width:100%;
}
.sb_login table td{
	padding:4px 0px;
	padding-left:15px;
	font-size:14px;
	color:#666;
	text-align:left;
}
.sb_login table td.title{
	width:70px;
}
.sb_login table td a{
	margin:0px auto;
	display:block;
	width:50px;
	color:#f00;
	font-weight:bold;
}


.sb_login table td .btm span{
	float:left;
	display:block;
	width:138px;
	text-align:center;
	background:#fff;
	height:53px;
	padding-top:15px;
}
.sb_login table td .btm span i{
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/wcd_mk.png) no-repeat;
	background-position:-364px 0px;
	vertical-align:middle;
}
/*****************************************sb布局登录结束**********************************************/

/*****************************************登陆部分开始**********************************************/

/*首页登陆*/
.ban_top {
	width:1000px;
	margin:0px auto;
	position: relative;
}
.ban_tab {
	float: left;
	width: 970px;
	background:#f8f8fa;
	padding-left:10px;
}
.index_con {
	height: 85px;
	font-size: 14px;
	line-height: 24px;
	color: #707070;
}
.index_con table{
	margin-left:20px;
}
.index_con table th{
	text-align:left;
	padding-left:15px;
}
.index_con table td{
	line-height:24px;
	padding:0px 15px;
	width:150px;
	text-align:left;
	color:#f60;
}

.mb15 {
	margin-bottom: 15px;
}
.c707070 {
	color: #707070;
}
.f60{
	color:#f60 !important;
}

.index_top {
	padding: 5px;
}
.index_top p{
	line-height:24px;
	text-indent:2em;
}
/*****************************************登陆部分结束**********************************************/

/*****************************************五个模块开始**********************************************/

.know_con {
	background-color: #fff;
	overflow: hidden;
	margin:0px auto;
	margin-bottom: 30px;
	margin-top:30px;
	width: 1000px;
}
.know_con a > div{
	float: left;
	width: 250px;
	overflow:hidden;
	color: #434343;
}
.know_con a div .fl{
	padding-top: 5px;
	float:left;
}
.know_con a div .r {
	padding-left:6px;
	float:left;
}
.know_con a div .r dl {
	font-size: 20px;
	margin:0px auto;
	margin-bottom:6px;
}
.know_con a div .r p {
	color: #959595;
	line-height: 20px;
}

.gg_content{
	width:1000px;
	margin:0px auto;
	height:146px;
}
/*****************************************五个模块结束**********************************************/


/*****************************************公告开始**********************************************/
.gongg {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(../images/tran.png) repeat;
	margin-top:10px;
}
.gg_con {
	width: 1000px;
	overflow: hidden;
	margin: 0px auto;
	height: 40px;
	color: #333;
}
.gg_title {
	float: left;
	font-size: 16px;
	width: 110px;
}
.gg_title i.icon {
	width: 24px;
	height: 24px;
	background-position: -84px 3px;
}
.gg_text {
	float: left;
	width: 750px;
	overflow: hidden;
}
.gg_text marquee a {
	margin-right: 20px;
	color: #333;
	font-size: 16px;
	cursor: pointer;
}
.gg_text marquee a:hover {
	text-decoration: underline;
	color: #08c;
}
.gg_con .more {
	float: right;
	width: 100px;
}
.gg_con .more a {
	display: block;
	width: 93px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	_display: inline;
	background: #e9e9e9;
	border-radius: 12px;
	color: #333;
	z-index: 10;
	margin-top: 6px;
	font-size: 14px;
}
/*****************************************公告结束**********************************************/


/*****************************************内容部分开始**********************************************/

.weichedai_content {
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;
	z-index: -100;
}

/*****************************************理财项目列表开始**********************************************/

.weichedai_list {
	width: 1000px;
	margin-bottom: 20px;
	margin-top: 10px;
	background: #fff;
	z-index: -1;
}
.weichedai_list .title_con {
	overflow: hidden;
	margin-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
}
.weichedai_list .title_con a {
	float: right;
	color: #666;
	font-size: 12px;
	margin-top: 10px;
}
.weichedai_list .title_con h3 {
	font-size: 24px;
	color: #333;
	float: left;
	font-weight: normal;
}
.weichedai_newli_con {
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;
}
.weichedai_newli_con .topbg {
}
.weichedai_newli_con li {
	border-bottom: 1px dashed #d6d6d6;
	margin-bottom: 10px;
	height: 145px;
	position:relative;
}
.weichedai_newli_con li.last {
	border: none;
	margin-bottom: 0px;
}
.weichedai_newli_con li .lie_content {
	padding: 8px 0px 10px 10px;
	overflow: hidden;
	font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti;
	font-size: 12px;
	color: #000000;
}
.weichedai_newli_con li .lie_content .left_img {
	float: left;
	width: 116px;
	margin-right: 35px;
	overflow: hidden;
}
.weichedai_newli_con li .lie_content .left_img img {
	width: 114px;
	height: 114px;
	margin-top:10px;
}
.weichedai_newli_con li .lie_content .mid_text {
	float: left;
}
.weichedai_newli_con li .lie_content .mid_text h3 {
	font-size: 14px;
	color: #333;
}
.weichedai_newli_con li .lie_content .mid_text h3 img {
	margin: 0px 5px;
	vertical-align: middle;
}
.weichedai_newli_con li .lie_content .mid_text h3 span {
	font-weight: normal;
}
.data_con {
	margin: 0px auto;
	width: 800px;
	height: 80px;
}
.data_con table {
	border: none;
	width: 100%;
	font-size: 12px;
}
.data_con table td {
	height: 34px;
	line-height:34px;
}
.data_con table .tdtitle {
	color: #666;
	width: 60px;
	text-align: right;
}
.data_con table .tdcontent {
	color: #666;
}
.data_con table .tdcontent img {
	margin-right: 5px;
	vertical-align: middle;
}
.ljtb_btn {
	float: right;
	cursor: pointer;
}

.jindu_c{
	background:url(../images/jindu.png) no-repeat;
	line-height:94px;
	text-align:center;
	width:94px;
	margin:0px auto;
}
.jindu_c em{
	color:#c2c2c2;
	font-size:28px;
	font-weight:bold;
}
.rzwc{
	position:absolute;
	left:85px;
	bottom:4px;
	background:url(../images/rzwc.png) no-repeat;
	width:134px;
	height:85px;
}

.more_list{
	width:1000px;
	margin:0px auto;
	text-align:center;
	border-bottom: 1px solid #e5e4e2;
	height:40px;
	line-height:40px;
}
.more_list a{
	color:#a9a9a9;
	font-size:16px;
}
/*****************************************理财项目列表结束**********************************************/


/*****************************************资讯中心开始**********************************************/
.zx_center {
	width: 1000px;
	margin: 0px auto;
	margin-bottom: 30px;
	overflow: hidden;
}
.zx_center .btm_con {
}
.zx_center .btm_con .fbyg {
	float: left;
	width:1000px;
}

.zx_center .btm_con .stitle {
	overflow: hidden;
}
.zx_center .btm_con .stitle a {
	float: right;
	font-size: 12px;
	color: #666;
}
.zx_center .btm_con .stitle h3 {
	float: left;
	font-weight: normal;
	color: #666;
	font-size: 18px;
}
.zx_center .btm_con .stitle h3 i.icon {
	width: 20px;
	height: 20px;
	background-position: -130px 0px;
	margin-right: 5px;
}
.zx_center .btm_con .ygtitle {
	color: #08c;
	font-size: 18px;
}
.zx_center .btm_con .yg_con {
	margin-top: 15px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.zx_center .btm_con .yg_con a {
	color: #f60;
	margin-left: 10px;
}
.news_list {
	width:1000px;
	height: auto;
	overflow: hidden;
	padding-top: 10px;
}
.news_list li {
	width:1000px;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #b6b6b6;
	background: url(../images/news_list_bg.jpg) no-repeat 5px center;
}
.news_list li a {
	color: #404040;
	font-size: 14px;
	float: left;
	text-indent: 1em;
	width: 360px;
	height: 35px;
	display: block;
	overflow: hidden;
}
.news_list li span {
	float: right;
	color: #404040;
	font-size: 14px;
}
/*****************************************资讯中心结束**********************************************/



/*****************************************底部版权信息开始**********************************************/

.footer {
	width: 100%;
	background:#656364;
	clear: both;
	border-top: 1px solid #ececec;
	padding-bottom:10px;
}
.footer_con {
	width: 1000px;
	position: relative;
	margin: 0px auto;
	font-size: 14px;
	color: #dbdddc;
	padding-bottom:20px;
}
.footer_con p {
	display: block;
	height: auto;
	overflow: hidden;
}
.footer_con a {
	color: #dbdddc;
}
.footer_con .weixin {
	width: 200px;
	height: 100px;
	position: absolute;
	right: 270px;
	top:0px;
}
.footer_con .weixin .photo {
	width: 80px;
	height: 100px;
	float: left;
}
.footer_con .weixin .notice {
	width: 120px;
	height: 100px;
	float: right;
	font-size: 12px;
	line-height: 26px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.bb-tel {
	height: 100px;
	position: absolute;
	right: 0;
	top:0px;
}
.bb-tel .telcon {
	font-size: 24px;
	height: 60px;
	line-height: 60px;
}
.bb-tel .telcon i.icon {
	background-position: -213px 0px;
	width: 40px;
	height: 30px;
	margin-right: 10px;
}
.ft_img{
	text-align:center;
	width:485px;
	margin:0px auto;
	margin-bottom:30px;
	overflow:hidden;
}
.ft_img ul li a{
	display:inline-block;
	height:50px;
	margin:0px 10px;
	float:left;
	background:url(../images/footer-icons.png) no-repeat;
}
.ft_img ul li a.img1{
	width: 96px;
	background-position: -249px -60px;
}
.ft_img ul li a.img1:hover{
	background-position: -249px -110px;
}
.ft_img ul li a.img2{
	background-position: 0 -60px;
	width:96px;
}
.ft_img ul li a.img2:hover{
	background-position: 0px -110px;
}
.ft_img ul li a.img3{
	width: 35px;
	background-position: -351px -59px;
}
.ft_img ul li a.img3:hover{
	background-position: -351px -110px;
}
.ft_img ul li a.img4{
	width: 65px;
	background-position: -96px -60px;
}
.ft_img ul li a.img4:hover{
	background-position: -96px -110px;
}
.ft_img ul li a.img5{
	width: 42px;
	background-position: -161px -60px;
}
.ft_img ul li a.img5:hover{
	background-position: -161px -110px;
}
.ft_img ul li a.img6{
	width: 28px;
	background-position: -204px -60px;
}
.ft_img ul li a.img6:hover{
	background-position: -204px -110px;
}







.dl_about {
	padding-bottom:5px;
	margin:0px auto;
}
.dl_about a {
	font-size:14px;
}

/*****************************************底部版权信息结束**********************************************/


/*****************************************内容部分结束**********************************************/
