/* CSS Document */
/*欢迎页页头样式*/
#phd_welcome{
	height:70px;
	background:#FFF url(../../images6/images/login_tbgli.gif) bottom repeat-x;
	}
/*欢迎页横幅样式*/
.welcome_banner{
	height:100px;
	/*background:url(../../images6/images/hyylibg.gif) top repeat-x;*/
	overflow:hidden;
	}
.welcome_banner .hyy{
	height:48px;
	background:url(../../images6/images/hyy1.gif) 0 0 no-repeat;
	}
/*欢迎页主体样式*/
#pbd_welcome{
	background:#FFF;
	padding:10px 0 45px;
	overflow:hidden;
	}
/*欢迎页信息摘要*/
.welcome_info{
	width:951px;
	height:60px;
	padding:16px 35px 13px 34px;
	margin:0 auto;
	background:url(../../images6/images/welcomeinfo.png) 0 0 no-repeat;
	margin-top:6px;
	overflow:hidden;
	
	}
/*欢迎页客户名称*/
.welcome_cname{
	height:27px;
	line-height:27px;
	color:#0f8eea;
	font-size:16px;
	font-family:"黑体";
	font-weight:100px;
	padding-bottom:8px;
	}
.welcome_cname span{
	float:right;
	}
/*欢迎页温馨提示*/
.welcome_friendtips{
	height:25px;
	line-height:25px;
	font-size:15px;
	color:#5f5f5f;
	font-family:"宋体"
	}
.welcome_friendtips span{
	padding:0 15px;
	}
.welcome_friendtips span.friend_tips{
	padding-left:0;
	}
.welcome_friendtips b{
	color:#d90000;
	}
/*欢迎页日历、信息列表样式*/
.welcome_date_infolist{
	width:1015px;
	overflow:hidden;
	margin:0 auto;
	padding:11px 0 6px;
	}
/*日历、备忘录*/
.welcome_date_remember{
	width:665px;
	height:378px;
	padding:4px 0 0 0;
	float:left;
	background:url(../../images6/images/welcomedatebg.png) 0 4px no-repeat;
	}
/*日历*/
.welcome_date{
	width:325px;
	float:left;
	}
/*欢迎日历顶部*/
.welcome_date_top{
	width:301px;
	height:73px;
	padding:8px 0 20px 16px;
	}
/*数字格式日期*/
.welcome_datas_time,.welcome_add_remember{
	float:left;
	width:102px;
	height:23px;
	line-height:23px;
	padding:8px 11px 8px 10px;
	text-align:center;
	color:#040404;
	background:url(../../images6/images/date1.png) 0 0 no-repeat;
	font-family:"黑体";
	font-weight:100;
	font-size:14px;
	}
/*欢迎页添加备忘按钮*/
.welcome_add_remember{
	float:right;
	cursor:pointer;
	}
.welcome_add_remember a{
	color:#040404;
	}
/*欢迎页日历选择*/
.welcome_date_select{
	width:301px;
	padding:8px 0 0 0;
	height:26px;
	float:left;
	}
/*欢迎页日历选择左按钮*/
.welcome_date_select_leftbtn{
	width:11px;
	height:16px;
	padding:5px 27px 5px 4px;
	float:left;
	cursor:pointer;
	}
/*带文字的日期格式*/
.welcome_have_word_time{
	width:217px;
	height:27px;
	line-height:27px;
	float:left;
	font-size:23px;
	font-family:"黑体";
	text-align:center;
	color:#FFF;
	}
/*欢迎页日历选择右按钮*/
.welcome_date_select_rightbtn{
	width:11px;
	height:16px;
	padding:5px 4px 5px 0;
	float:right;
	cursor:pointer;
	}
/*日历外框*/
.welcome_date_list{
	width:316px;
	padding-left:8px;
	}
/*星期*/
.welcome_dates_week{
	width:316x;
	height:32px;
	border-bottom:1px solid #d9d9d9;
	background:#f5f5f5;
	}
.welcome_dates_week ul li{
	width:44px;
	height:32px;
	float:left;
	line-height:32px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#999999;
	cursor:pointer;
	}
.welcome_dates_week ul li.welcome_weekend{
	color:#ff7a4d;
	}
/*日历*/
.welcome_dates_list{
	width:315px;
	border-top:1px solid #f0f0f0;
	border-left:1px solid #f1f1f1;
	overflow:hidden;
	}
.welcome_dates_list ul li{
	width:44px;
	height:44px;
	line-height:44px;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #d2d2d2;
	float:left;
	background:url(../../images6/images/datebg.png) -153px 0 no-repeat;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#666;
	}
/*有备忘录的日期*/
.welcome_dates_list ul li.welcome_have_remember{
	background:url(../../images6/images/datebg.png) -51px 0 no-repeat;
	color:#666;
	}
/*当前日期*/
.welcome_dates_list ul li.welcome_current_day{
	background:url(../../images6/images/datebg.png) 0 0 no-repeat;
	color:#FFF;
	}
/*鼠标经过日期*/
.welcome_dates_list ul li:hover,.welcome_dates_list ul li.welcome_hover{
	background:url(../../images6/images/datebg.png) -102px 0 no-repeat;
	color:#333;
	}
.welcome_dates_list ul li.welcome_have_remember:hover,.welcome_dates_list ul li.welcome_have_remember.hover{
	background:url(../../images6/images/datebg.png) -206px 0 no-repeat;
	color:#333;
	}
.welcome_dates_list ul li.welcome_current_day:hover,.welcome_dates_list ul li.welcome_current_day.hover{
	background:url(../../images6/images/datebg.png) 0 0 no-repeat;
	color:#FFF;
	}
/*非本月的日期*/
.welcome_dates_list ul li.welcome_other_month_day{
	background:#e5e5e5;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #d1d1d1;
	color:#adadad;
	}
.welcome_dates_list ul li.welcome_other_month_day:hover{
	color:#adadad;
	}
.welcome_remember{
	width:332px;
	padding-right:1px;
	float:right;
	}
/*提示信息*/
.welcom_tip_info{
	width:332px;
	height:140px;
	padding:37px 0 0 0;
	}
/*欢迎页提示信息列表*/
.welcome_infolist li{
	width:300px;
	height:30px;
	padding:0 6px 2px 25px;
	line-height:30px;
	background:url(../../images6/images/welcome_bdli.gif) bottom repeat-x;
	font-size:14px;
	color:#000000;
	overflow:hidden;
	margin-bottom:5px;
	}
.welcome_infolist li span{
	color:#1078c4;
	padding:0 5px;
	}
.welcome_infolist li b{
	color:#d90000;
	padding:0 5px;
	}
/*欢迎页列表分页*/
.welcome_list_pages{
	height:13px;
	padding:1px 11px 11px 0;
	}
.welcome_list_pages ul li{
	width:13px;
	height:13px;
	margin-right:4px;
	background:url(../../images6/images/welcomelistpages1.png) -17px 0 no-repeat;
	float:right;
	cursor:pointer;
	}
.welcome_list_pages ul li.pages_on{
	width:13px;
	height:13px;
	background:url(../../images6/images/welcomelistpages1.png) 0 0 no-repeat;
	}
.welcomt_remember{
	width:332px;
	height:130px;
	padding:51px 0 0 0;
	}
/*欢迎页待办业务*/
.welcome_will_business{
	width:332px;
	padding:41px 1px 0 2px;
	height:324px;
	background:url(../../images6/images/welcome_byd1_09.png) 0 0 no-repeat;
	float:right;
	}
/*待办业务列表*/
.welcome_business li{
	width:280px;
	height:30px;
	line-height:30px;
	padding:0 19px 2px 33px;
	margin-bottom:5px;
	background:url(../../images6/images/welcome_bdli.gif) bottom repeat-x;	
	font-size:14px;
	overflow:hidden;
	}
.welcome_business li b{
	color:#c90000;
	padding:0 5px;
	}

.welcome_btn_enter{
	text-align:center;
	}
/*欢迎页页脚样式*/
#pft_welcome{
	height:65px;
	color:#343434;
	font-size:12px;
	padding-top:48px;
	padding-bottom:42px;
	}
#pft_welcome span{
	float:right;
	padding:12px 9px 0 0;
	line-height:22px;
	}
/* 页面尾部logo页面样式 */
.footer_div{
	width:100%;
	margin-bottom:40px;
	margin-top:20px;
	margin-left:-10px;
	
}
