@charset "utf-8";

/*==all==s*/
.left{
	float:left;
	width:200px;
}
.right{
	width:710px;
	float:right;
	background:#fff;
}
.right h2{
	background:url(images/h2_bg1.png) no-repeat 0;
	border-bottom:1px solid #bad1de;
}

/*ics提单页面*/
.user_info{
	background:url(images/ics_bg.png) no-repeat 0 -128px;
	height:115px;
	width:180px;
	margin:5px;
	padding:5px;
}
.user_info ul{
	line-height:23px;
}
.user_info ul li{
	background:none;
	padding-left:0px;
}
.user_opra{
}
.user_opra ul{
	
}
.user_opra li{
	padding-bottom:5px;
	padding-left:5px;
	height:42px;
	position:relative;
}

.user_opra a{
	width:145px;
	height:42px;
	line-height:42px;
	display:block;
	font-size:14px;
	text-decoration:none;
	padding-left:50px;
	position:absolute;
	right:-1px;
}
.user_opra a.question{
	background:url(images/ics_bg.png) no-repeat 0 0;
}
.user_opra a.question:active,.user_opra a.question:hover {
	background:url(images/ics_bg.png) no-repeat -195px 0;
	font-weight:bold;
	text-decoration:none;
}
.user_opra a.question_current{
	background:url(images/ics_bg.png) no-repeat -195px 0;
	font-weight:bold;
}

.user_opra a.result{
	background:url(images/ics_bg.png) no-repeat 0 -42px;
}
.user_opra a.result:active,.user_opra a.result:hover {
	background:url(images/ics_bg.png) no-repeat -195px -42px;
	text-decoration:none;
	font-weight:bold;
}
.user_opra a.result_current{
	background:url(images/ics_bg.png) no-repeat -195px -42px;
	text-decoration:none;
	font-weight:bold;
}

.user_opra a.draft{
	background:url(images/ics_bg.png) no-repeat 0 -84px;
}
.user_opra a.draft:active,.user_opra a.draft:hover {
	background:url(images/ics_bg.png) no-repeat -195px -84px;
	text-decoration:none;
	font-weight:bold;
}
.user_opra a.draft_current{
	background:url(images/ics_bg.png) no-repeat -195px -84px;
	text-decoration:none;
	font-weight:bold;
}
/*faq页面*/
.porduct_logo{
	padding:8px 10px;
	font-size:14px;
	border-bottom:1px solid #8fc4e4;
	height:58px;
}
.porduct_logo img{
	width:58px;
	height:55px;
}
.porduct_logo h5{ margin-top:7px;}

.faq_kind{
	border-top:1px solid #fff;
	margin-bottom:8px;
	font-size:14px;
	width:200px;
	padding-top:5px;
	
}
.faq_kind_height{
	height:398px;
	_height:402px;
}
.faq_kind ul{
	padding-left:5px;	
}
.faq_kind ul li{
	height:31px;
	line-height:31px;
	float:left;
	width:190px;
	position:relative;
}
.faq_kind a{
	width:180px;
	padding-left:15px;
	position:absolute;
	display:block;
	clear:both;
	text-decoration:none;
	float:left;
}

.faq_kind a:link {}
.faq_kind a:visited {text-decoration:none;}
.faq_kind a:hover {
	background:url(images/faq_li_bg.png) no-repeat left 0 #fff;
	border-left:1px solid #acbfd0;
	border-top:1px solid #acbfd0;
	border-bottom:1px solid #acbfd0;
	font-weight:bold;
}
.faq_kind a:active {border-bottom:1px solid #acbfd0;}


.faq_kind a.li_active{
	background:url(images/faq_li_bg.png) no-repeat left 0 #fff;
	border-left:1px solid #acbfd0;
	border-top:1px solid #acbfd0;
	border-bottom:1px solid #acbfd0;
	font-weight:bold;
}
.faq_list ol{
	height:470px;	
}
.faq_list ol li{
	font-size:14px;
	line-height:38px;
	border-bottom:1px dashed #cccccc;
}
.faq_content{
	width:650px;
	margin:0 auto;
	padding:10px 0;
}
.faq_content h3{
	font-weight:bold;
	padding-top:5px;
}
.faq_content_height{
	min-height:563px;
	_height:563px;
}
.faq_content_add{
	width:650px;
	margin:0 auto;
	border-top:1px dashed #cccccc;
	font-size:12px;
	padding:15px 0;
}
.faq_selcet{
	padding:7px 0;
}
.h3_title{
	padding-bottom:10px;
}
.faq_other{
	margin-left:20px;
}
.faq_other li{
	line-height:22px;
}
.border_top{
	border-top:1px dashed #cccccc;
	margin-top:10px;
}
/*在线提问*/
.faq_ics{
	background:url(images/faq_ics.png) no-repeat 0px 0px;
	height:80px;
	width:200px;
	position:relative;
}
.faq_ics_b{
	position:absolute;
	top:15px;
	left: 26px;
	width: 140px;
	height: 36px;
}
.faq_ics_a{
	position:absolute;
	bottom:7px;
	left: 65px;
}
.faq_btn_ics{
	background:none;
	height:36px;
	width:140px;
	border:0px;
	cursor:pointer;
	padding:0;
}
/*马上提问*/
.faq_robot{
	background:url(images/faq_ics.png) no-repeat 0px -80px;
	height:80px;
	width:200px;
	position:relative;
}
.faq_robot_b{
	position:absolute;
	top:41px;
	left: 41px;
	width: 113px;
	height: 26px;
}
.faq_btn_robot{
	background:none;
	width: 113px;
	height: 26px;
	border:0px;
	cursor:pointer;
	padding:0;
}
/*===搜索结果页面======*/
.dl_list{

}
.dl_list dt{
	padding-top:15px;	
	font-weight:bold;
	font-size:14px;
}
.dl_list dd{
	padding-bottom:15px;	
	color:#666;
}
/*===常见问题页面======*/
.help_imp_bg{
	background:url(images/help_bg.png) no-repeat 0;
	width:904px;
	height:192px;
	padding:0px 3px;
}
.producut_list {
	width:908px;
	margin-top:10px;
	border:#bcd6e8 1px solid;
	font-size:14px;
}
.producut_list dt{
	background:#e9f4fc;
	height:25px; 
	padding-top:5px;
}
.producut_list dt span{
	color:#1f376d;
	font-weight:bold;
	padding:4px 0 0 38px;
}

.producut_list .line1{
	background:url(images/help_icon.gif) no-repeat 10px 0px ;
}
.producut_list .line2{
	background:url(images/help_icon.gif) no-repeat 10px -42px ;
}
.producut_list .line3{
	background:url(images/help_icon.gif) no-repeat 10px -85px ;
}
.producut_list .line4{
	background:url(images/help_icon.gif) no-repeat 10px -133px ;
}
.producut_list .line5{
	background:url(images/help_icon.gif) no-repeat 10px -177px ;
}

.producut_list dd{
	margin:10px 12px;
	line-height:25px;
}
.producut_list dd a{
	color:#1f376d;
	margin-right:12px;
	padding:2px 1px 1px 1px;
}
.producut_list dd a.key_purple{
	color:#f832a9;
}
.producut_list dd a:hover{
	background:#509ad8;
	color:#FFFFFF;
	text-decoration:none;
	padding:2px 1px 1px 1px;
}
/*左右结构==s*/
.width_110{			/*=ics用户信息宽度=*/
	width:110px;
}

.c_img_left{
	float:left;
	text-align:right;
}
.c_img_right{
	float:right;
}

.c_img_right h5{
	padding-bottom:5px;
	font-size:14px;
	font-weight:bold;
}
.c_img_right p{
	color:#868686;
}
.c_img_right button{
	margin-top:7px;
}
.c_img_right ul{
	margin-top:5px;
}
.c_img_right li{
	background:url(images/li_square.gif) no-repeat 2px 9px;
	padding-left:12px;
	list-style:none;
}

.content_img_hr{
	background:url(images/content_hr.png) no-repeat 0 5px;
	width:auto;
	height:10px;
	border:none;
}
.content_single{
	width:760px; 
	margin:0 auto;
	padding:15px 0;
}
.content_single .content_left,.content_single .content_right{
	width:340px;
}

.content_single .c_img_left{
	width:60px;
}
.content_single .c_img_right{
	width:260px;
}
.help_imp_img{
	width:184px;
	float:left;
	margin:23px 21px 5px;

}
.help_imp_img h5{
	padding-top:8px;
}
.help_imp_img p{
	padding-top:2px;
}
.help_imp_img .c_img_right{
	width:115px;
}
.hr{
	margin:0 auto;
	background:url(images/hr.png) no-repeat 0;
	width:850px;
	height:1px;
	font-size:0px;
	
}

/*左右结构==e*/
/*表单结构==s*/
.frameset,.content{
	/*width:710px;*/
	margin:0 auto;
	padding:10px 25px;
	text-align:left;
}
.width_650{
	padding:10px 0px;
	width:650px;
}
.frameset h3{
	padding:8px 10px;
	text-align:left;
	color:#FF0000;
}
.frameset ul{
	margin:0 auto;
}
.frameset ul li{
	line-height:30px;
	_height:30px;
	clear:both;
	display:inherit;
	text-align:left;
}
.frameset em{
	color:#FF0000;
	padding:0 3px;
}
.frameset ul p{
	color:#808080;
	clear:both;
	padding-left:234px;
	line-height:19px;
	padding-bottom:3px;
}
.frameset label{
	float:left;
	margin-right:2px;
	width:230px;
	text-align:right;
}
.frameset ul ul{
	padding:0; 
	>margin-top:-25px;
}
.frameset ul li li{
	margin-left:230px;
	clear:none;
}
.frameset ul li li label{
	padding-left:3px;
	float:none;
}
.frameset .code{
	margin-top:4px;
}
.frameset_add{
	
}
.frameset_add ul{
	margin:0 auto;
}
.frameset_add ul li{
	line-height:30px;
	_height:30px;
	clear:both;
	display:inherit;
	text-align:left;
}
.frameset_add ul p{
	color:#808080;
	clear:both;
	padding-left:84px;
}
.frameset_add label{
	float:left;
	margin-right:2px;
	width:80px;
	text-align:right;
}
.iframe{
	margin:0 auto;
	text-align:center;
}
.role p{
	line-height:23px;
	color:#666666;
}
/*==按钮区域====*/
.frameset_btn{
	text-align:left;
	padding:20px 0 20px 235px;
}
.frameset_btn input{
	margin-right:10px;
}

.ics_content{
	padding:5px 5px;
	width:640px;
	line-height:23px;
}
.ics_content_answer{
	background:#f6f6f6;
	border:1px solid #ccc;
	margin-top:10px;
}
.ics_content_tips{
	margin-top:20px;
	border-top:1px dashed #ccc;
}
.ics_flow{
	background:url(images/ics_bg.png) no-repeat 0 -257px;
	height:60px;
	width:650px;
	margin:0 auto;
}
.content h3{
	font-size:14px;
	font-weight:bold;
	position:relative;
	margin:5px 0px;
}
.content h3 span{
	float:right;
	font-size:12px;
	top:2px;
	right:0px;
	font-weight:normal;
	position:absolute;
}
/*==成功失败提示页面==*/
.about_word,.about_tool,.about_btn{
	padding-left:60px;
	text-align:left;
	line-height:23px;
}
.about_btn{
	padding-top:0px;
	padding-left:63px;
}
.about_word h5{
	padding:15px 0px;
	padding-bottom:12px;
	font-size:14px;
}
.about_word{
	
}
.about_tool{
	padding-top:20px;
	padding-bottom:20px
}
/*==table==*/
.table{
	table-layout:fixed;
	width:100%;
	font-size:14px;
	border-collapse:collapse;
}
.table_width_500{ width:500px; margin:0 auto;}
/*ics提单标题列表宽度*/
.table .title{
	
}
.table .ipt_chex{
	width:50px;
}

.table .state{
	width:80px;
}
.table .time{
	width:80px;
}

.table .td_border_l{
	border-left:1px solid #fff;
}
.table .td_border_r{
	border-right:1px solid #fff;
}
.td_text{
	text-align:center;
}

.table th{ 
	line-height:19px;
	padding:4px 7px;
	border-bottom:1px solid #cdcdcd;
	font-weight:bold;
}
.table td{
	line-height:19px;
	padding:7px;
	border-bottom:1px dashed #cdcdcd;
	font-size:12px;
}
.table tfoot{
	border-top:1px solid #cdcdcd;
	border-bottom:1px solid #fff;
	background:#e6f0f9;
}
.div_btn{
	margin:0 auto;
	text-align:center;
	padding:30px 0;
}
/*open提单标题列表宽度*/
.table_open{
	width:98%;
	margin:10px;
	text-align:center;
}
.table .img{
	width:60px;
}
.table .name{
	width:100px;
}
.table .prize{
	width:90px;
}
.table .intro{
	
}
.table .open{
	width:90px;
}
#FileTable{
	table-layout:fixed;
	width:100%;
	border-collapse:collapse;
}
#FileTable .title{
	width:232px;
}
#FileTable .file{
	width:290px;
}
#FileTable .add{
	
}
/*ics提问搜索浮动窗口样式*/

#search_more_link{ position:relative; width:650px;}

#search_more_content{
	position:absolute;
	top:20px;
	height:313px;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
	left:49px;
	z-index:50;
	background:url(/images/ics_search.png) no-repeat 0px;
	padding:10px;
	width:523px;
}
#search_more_content h4{
	font-size:14px;
	font-weight:bold;
	height:25px;
	padding-top:30px;
	padding-left:8px;
	position:relative;
}
#search_more_content h4 span{
	float:right;
	position:absolute;
	right:0px;
	top: 31px;
	width: 17px;
}
.h4_more{
	font-size:14px;
	font-weight:bold;
}
.h4_more span{
	margin-left:50px;
	text-align:left;
	font-size:12px;
	font-weight:normal;
}
#search_more_content .dl_list{
	height:242px;
	width:515px;
	margin-left:8px;
	overflow:auto;
}
/*==翻页==*/
/**********翻页样式********************/
.table_btn{
	position:absolute;
	top:10px;
	left:5px;
	text-align:left;
}
.turn_page{
	padding:10px 0;
	height:25px;
	line-height:25px;
	_padding-bottom:3px;
	position:relative;
}
.turn_page ul{
	float:right;
}
.turn_page li{
	line-height:19px;
	list-style-type:none;
	height:19px;
	float:left;
	padding-left:3px;
}
.turn_page li a{
	font-size:12px;
	text-align:center;
	padding:0 3px;
	font-size:12px;
	text-decoration:underline;
}
.turn_page a:link {
	text-decoration:underline;

}
.turn_page a:visited {text-decoration:underline;}
.turn_page a:hover {
	text-decoration:underline;
}
.turn_page a:active {}

.turn_page a.aNum_active{
	font-weight:bold;
	text-decoration:none;
}
