﻿@charset "utf-8";
/* CSS Document */
/* 全局样式 */
body { /*background:#f5f5f5;*/ color: #333; font-size: 12px; font-family: Verdana; margin: 0; padding: 0; border: 0; }
ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, img, div, dt, dl, dd { margin: 0; padding: 0; border: 0; }
ul, ol { list-style-type: none; }
table { border-collapse: collapse; border-spacing: 0; }
table tr, table td { margin: 0; padding: 0; border: 0; }
/* 全局样式*/
button { border: none; background: none; vertical-align: middle; }
input { background: none; vertical-align: middle; font-size: 12px; }
select, radio { vertical-align: middle; }
button { cursor: pointer; font-size: 12px; }
label { vertical-align: middle; }

img { border: none; }
a { color: #39f; text-decoration: none; outline: 0; }
a:hover { color: #222; }
a:hover, .box_con p a:hover { color: #f40b07; cursor: pointer; }
.clear { clear: both; overflow: hidden; height: 0; }
em { color: #f00; font-style: normal; }
.hidden { display: none; }

.web { margin: 0 auto; width: 100%; min-width: 995px; width: 100%; _width: expression(document.body.clientWidth*0.99<995?"995px":"100%"); /*最小宽度设置*/ _width: expression((document.documentElement.clientWidth||document.body.clientWidth)<995?"995px":""); }


/*********************** 头部样式 **********************/
.header { width: 100%; height: 45px; background: url(../images/bg_top.gif) repeat-x top; }
.header .logo { width: 330px; height: 30px; background: url(../images/logo.gif) no-repeat 0 0; float: left; }
.header .top_right { float: right; height: 30px; *width: 242px; }
.header .top_right .imgbtn { float: right; clear: both; height: 25px; background: url(../images/top_l.gif) no-repeat 0 0; padding-left: 25px; line-height: 25px; width: auto; overflow: hidden; /*width:153px;*/ }
.header .top_right .imgbtn ul { float: right; clear: both; height: 25px; background: url(../images/top_r.gif) no-repeat right; padding-right: 25px; display: inline-block; }
.header .top_right .imgbtn ul li { float: left; height: 25px; line-height: 25px; }
.header .top_right .imgbtn ul li a { float: left; padding: 0 10px; color: #fff; }
.header .top_right .imgbtn ul li a:hover { text-decoration: underline; }
.header .top_right .info { font-weight: bold; margin-right: 10px; height: 15px; overflow: hidden; }
.header .top_right .info ul { float: left; }
.header .top_right .info ul li { float: left; }
.header .top_right .info ul li.info_img { padding: 2px; }
.header .top_right .info ul li a { color: #4d403a; }
.header .top_right .info ul li a:hover { color: #f40b07; }

/*********************** 导航样式 **********************/
.nav { width: 100%; height: 28px; position: relative; line-height: 28px; background: url(../images/bg_menu.gif) repeat-x 0 0; font-size: 14px; font-weight: bold; }
.nav .menu { margin-left: 20px; margin: 0; padding: 0; list-style-type: none; }
.nav .menu li { position: relative; float: left; display: inline; margin: 0 6px; }
.nav .menu li a { color: #fff; padding-left: 15px; display: block; }
.nav .menu li a span { padding-right: 15px; display: inline-block; color: #fff; }
.nav .menu li a:link, .nav .menu li a:visited { color: #4d403a; display: block; }
.nav .menu li.on a, .nav .menu li a.selected, .nav .menu li a:hover { background: url(../images/nav_left.gif) no-repeat 0 0; padding-left: 15px; height: 28px; line-height: 28px; }
.nav .menu li a.selected span, .nav .menu li.on a span { color: #4d403a; float: left; height: 28px; line-height: 28px; background: url(../images/nav_right.gif) no-repeat right 0; padding-right: 15px; display: inline-block; overflow: hidden; }

.nav .menu li ul { position: absolute; left: 0; top: 18px; width: 200px; display: none; visibility: hidden; background: #f5f5f5; border: 1px solid #d41401; border-top: 0px; padding: 5px 0; }
.nav .menu li ul li { margin: 0; float: none; display: inline-block; }
.nav .menu li ul li a { margin: 0; padding: 0 0 0 10px; color: #4d403a; margin: 0; border-bottom: 1px dashed #ccc; width: 190px; height: 30px; line-height: 30px; }
.nav .menu li ul li a:hover, .nav .menu li ul li a.selected { margin: 0; padding: 0 0 0 10px; color: #f40b07; background: #fff; background-image: none; border: none; display: inline-block; height: 31px; line-height: 30px; }

.nav .menu li ul li a .nextmenu { width: 5px; height: 30px; _height: 21px; background: url(../images/icon_next.gif) no-repeat 0 9px; display: inline-block; float: right; }

.nav .menu li ul li ul { top: 0; left: 200px; border: 1px solid #d41401; margin-left: 2px; visibility: visible; }
.nav .menu li ul li ul li a { margin: 0; padding: 0 0 0 10px; }
.nav .menu li ul li ul li a:hover, .nav .menu li ul li ul li a.selected { margin: 0; padding: 0 0 0 10px; background-image: none; height: 31px; line-height: 30px; }


/************************ 内容 ***************************/
.main { background: #f5f5f5; }
.main td { padding-top: 5px; }
.main_left { width: 120px; height: auto; overflow: hidden; }

/************************ 左侧菜单 ***************************/
.menu_tit { height: 20px; line-height: 24px; background: url(../images/bg_tit.gif) repeat-x 0 0; border: 1px solid #ccc; text-align: center; }
.menu_icon { width: 90px; border: 1px solid #ccc; border-top: none; clear: both; padding: 10px; }
.menu_icon a { color: #222; }
.menu_icon a:hover { color: #f40b07; }
.menu_icon dl { float: left; width: 90px; height: 62px; text-align: center; margin: 6px 0; *margin: 4px 0; }
.menu_icon dl dd { height: 38px; }
.menu_icon dl dd p { width: 90px; text-align: center; height: 24px; line-height: 24px; }

/************************ callcenter左侧菜单 ***************************/
.menu_icon_callcenter { width: 180px; border: 1px solid #ccc; border-top: none; clear: both; padding: 10px; }
.menu_icon_callcenter a { color: #222; }
.menu_icon_callcenter a:hover { color: #f40b07; }
.menu_icon_callcenter dl { float: left; width: 90px; height: 62px; text-align: center; margin: 6px 0; *margin: 4px 0; }
.menu_icon_callcenter dl dd { height: 38px; }
.menu_icon_callcenter dl dd p { width: 90px; text-align: center; height: 24px; line-height: 24px; }

/************************ 订单内容区域 ***************************/
.maincon { padding: 0px; }
/*.main_tit{ height:28px; line-height:28px; background:url(../images/bg_tit.gif) repeat-x 0 0; border:1px solid #ccc; border-right:none;}
.main_tit h3{ background:url(../images/tit_ico.gif) no-repeat 5px 8px; padding-left:18px;}
.rightcon{ background:#f5f5f5;}*/
.inlineGrid { display: inline; }
/*.fieldset {margin-top: 5px; border: 1px #ccc solid;}
.fieldset legend {font-weight:bold}*/
.fieldset { margin: 0; padding: 0; border: none; }
.fieldset legend { display: none; }
.main_tit { font-size: 18px; color: #d00; height: 40px; line-height: 40px;padding-top: 16px; font-size: 18px; }
.main_tit h3 { font-weight: normal; font-family: 微软雅黑, Tahoma, Arial, helvetica, sans-serif; font-size: 18px; }
.rightcon { border: 1px #dcdcdc solid; padding: 14px; }


.table01 th, .table01 td { padding: 1px 0; height: 20px; }
.table01 th { font-weight: 100; text-align: left; }

.table02 { width: 100%; }
.table02 th { text-align: left; height: 28px; line-height: 28px; padding: 0 5px; background: url(../images/bg_tableth.gif) repeat-x bottom; }
.table02 th, .table02 td { border: 1px solid #ddd; }
.table02 td { padding: 3px 5px; background: #fff; }

/*============================新 CSS开始================================*/
/*.table_03 th,.table_03 td{ border:1px solid #ccc; padding:2px 2px 2px 8px;}
.table_03 th{ text-align:right; font-weight:100; background:#e5e5e5;}
.table_03 td{ text-align:left;background:white;}*/
/*new*/
.table_03 { background: #f4f4f4; border: 0px; border-collapse: collapse; font-size: 14px; }
.table_03 tr:nth-child(even) { background: #fff; }
.table_03 th { height: 37px; line-height: 37px; text-align: right; font-weight: 100; }
.table_03 td { height: 37px; line-height: 37px; text-align: left; }
.table_03 input { border: 1px #bfbfbf solid; height: 24px; line-height: 24px; min-width: 180px; font-family: "微软雅黑"; padding-left: 6px; *margin-bottom: -3px; }
.table_03 select { border: 1px #bfbfbf solid; height: 24px; line-height: 24px; min-width: 80px; font-family: "微软雅黑"; *margin-bottom: -3px; }
.table_03 .input_icon { background: url(../images/calendar_icon.png) no-repeat 98% 5px #FFF; }

/*new*/
/*popup*/
.popup { width: 1000px; margin: 0 auto; margin-top: 2%; background: #f1f1f1; padding-bottom: 22px; }
.popup .po_tit { background: #d00; height: 46px; line-height: 46px; padding: 0 22px; }
.popup .tit_text { font-size: 18px; color: #FFF; }
.popup .close { margin-top: 12px; }
.popup_c { width: 956px; min-height: 336px; height: auto !important; height: 336px; margin: 0 auto; margin-top: 16px; background: #FFF; }
.popup_c_tab { border: 0; background-repeat: repeat-x; top: auto; z-index: 100; overflow: visible; width: 956px; height: 42px; line-height: 42px; }
.popup_c_tab .tab { background: #f1f1f1; width: 956px; height: 42px; line-height: 42px; float: left; border-bottom: 1px #b5b5b5 solid; }
.tab li, .tab a, .tab-item { float: left; text-align: center; }
.popup_c_tab .tab span { float: right; margin-right: 20px; background: url(../images/icon01.jpg) no-repeat left; padding-left: 12px; }
.popup_c_tab .tab li { padding-top: 0px; }
.popup_c_tab .tab .hover { padding-top: 0; }
.popup_c_tab .tab li a { color: #000; float: left; height: 42px; line-height: 42px; padding: 0 20px; cursor: pointer; font-size: 14px; font-weight: bold; border-left: 1px #f1f1f1 solid; border-right: 1px #f1f1f1 solid; }
.popup_c_tab .tab .hover a { height: 40px; line-height: 37px; *height: 43px; *line-height: 37px; background: #fff; color: #000; cursor: default; border-top: 3px #d00 solid; border-left: 1px #b5b5b5 solid; border-right: 1px #b5b5b5 solid; }
.tab-box { background: #FFF; border: 1px #b5b5b5 solid; border-top: 0 #b5b5b5 solid; padding: 16px; min-height: 336px; height: auto !important; height: 336px; display: block; width: 922px; *margin-top: 1px; }

/*new*/
/*btn*/
.save_btn { text-align: center; margin-top: 20px; }
.save_btn a { width: 156px; height: 33px; line-height: 33px; font-size: 18px; color: #FFF; background: #d00; display: inline-block; }
.save_btn a:hover { background: #f00; color: #FFF; }
.red_btn { color: #FFF; width: 70px !important; height: 26px !important; line-height: 22px !important; padding-left: 0px !important; background: #c60f0d; cursor: pointer; border: 1px #bfbfbf solid; display: inline-block; text-align: center; }
.red_btn:hover { background: #e00200; }
/*修改原来按钮样式*/
.submit, .button { width: 60px; height: 26px; line-height: 26px; border: none; font-weight: bold; color: #fff; cursor: pointer; background: #c60f0d; }
.button:hover { width: 60px; height: 26px; line-height: 26px; border: none; background: #e00200; }
.button_un { width: 60px; height: 26px; line-height: 26px; border: none; font-weight: bold; color: #888; background:#ccc; }
.button_long { width: 75px; height: 26px; line-height: 26px; border: none; background:#c60f0d; cursor: pointer; color: #fff; font-weight: bold; }
.button_long:hover { width: 75px; height: 26px; line-height: 26px; border: none; background: #e00200; cursor: pointer; color: #fff; font-weight: bold; }
.button_long_un { width: 75px; height: 26px; line-height: 26px; border: none; font-weight: bold; color: #888; background: #888; }/*width: 100px;*/
.button_120 { width: 120px; height: 26px; line-height: 26px; border: none; background: #c60f0d; cursor: pointer; color: #fff; font-weight: bold; }
.button_120:hover { width: 120px; height: 26px; line-height: 26px; border: none; background: #888; cursor: pointer; color: #fff; font-weight: bold; }
.button_75_un { width: 75px; height: 26px; line-height: 26px; border: none; font-weight: bold; color: #888; background:#ccc; }
.button_mask { background:#ccc; color: #888; }

/*new*/
/*查询*/
.table_query th, .table_query td { border: 1px solid #ccc; padding: 2px 2px 2px 8px; }
.table_query th { text-align: right; font-weight: 100; background: #e5e5e5; }
.table_query td { text-align: left; background: white; }

/*new*/
/*编辑*/
.table_edit th, .table_edit td { border: 1px solid #ccc; padding: 2px 2px 2px 8px; }
.table_edit th { text-align: right; font-weight: 100; background: #e5e5e5; }
.table_edit td { text-align: left; background: white; }
/*============================新 CSS end ================================*/

.table_05 { margin-bottom: 10px; width: 100%; }
.table_05 th, .table_05 td { border: 1px solid #ccc; padding: 8px 5px; }
.table_05 th { text-align: right; font-weight: 100; width: 200px; background: #f5f5f5; }
.table_05 td { text-align: left; background: #fff; }
.table_05 td .td_inp { position: relative; }
.table_05 .th_01 { text-align: left; padding-left: 15px; font-weight: bold; }
.table_05 .td_cc { text-align: center; }

.box_table1 { min-width: 400px; _width: 400px; width: 67%; float: left; }
/* overflow:auto;自动滚动条*/
.box_table2 { height: 170px; min-width: 400px; padding: 10px; }
/* overflow:auto;自动滚动条*/
.box_table3 { height: 125px; padding: 0; }
/* overflow:auto;自动滚动条*/
.box_client { height: 160px; padding: 10px; }
/* overflow:auto;自动滚动条*/
.box_l { padding: 2px; width: 30%; float: left; border: 1px solid #cccccc; border-top: none; margin-right: 2px; }
.box_2 { padding: 5px; background: #f5f5f5; border: 1px solid #ddd; margin: 5px; margin-left: 0px; }
/*.box{ padding:10px;}*/
.btn_l { width: 100px; padding: 5px; }
.btn_l ul li { height: 30px; }
.fill_box { height: 25px; padding: 5px 0; line-height: 25px; vertical-align: middle; }
.check li { float: left; padding-left: 10px; line-height: 30px; }
.total li { float: left; padding-left: 10px; line-height: 22px; }
.remark { width: 300px; height: 20px; border: 1px solid #ccc; background: #fff; }
.remark1 { width: 222px; height: 20px; border: 1px solid #ccc; background: #fff; }
.find_box { height: 30px; }
.ul_find li { float: left; padding: 0 2px; }
.ul_find span { font-weight: bold; line-height: 24px; }

.text { width: 200px; padding: 0 2px; height: 22px; line-height: 22px; border: 1px solid #ccc; background: #fff; }
.text_n { width: 80px; padding: 0 2px; height: 22px; line-height: 22px; border: 1px solid #ccc; background: #fff; }
.text_s { width: 120px; padding: 0 2px; height: 22px; line-height: 22px; border: 1px solid #ccc; background: #fff; }
.text_m { width: 180px; padding: 0 2px; height: 22px; line-height: 22px; border: 1px solid #ccc; background: #fff; }
.text_l { width: 300px; padding: 0 2px; height: 22px; line-height: 22px; border: 1px solid #ccc; background: #fff; }
.text_un { width: 100px; padding: 0 2px; height: 22px; line-height: 22px; border: 1px solid #ccc; background: #89B6F0; }
/*
.submit,.button{ width:60px; height:26px; line-height:26px; border:none; font-weight:bold; color:#fff; cursor:pointer; background:url(../images/btn.gif) no-repeat 0 0;}
.button:hover{ width:60px; height:26px; line-height:26px; border:none;background:url(../images/btn.gif) no-repeat -61px 0;}
.button_un{width:60px; height:26px; line-height:26px; border:none; font-weight:bold; color:#888; background:url(../images/btn.gif) no-repeat 0 -27px;}
.button_long{width:75px; height:26px; line-height:26px; border:none;background:url(../images/btn.gif) no-repeat 0 -112px; cursor:pointer; color:#fff; font-weight:bold;}
.button_long:hover{width:75px; height:26px; line-height:26px; border:none;background:url(../images/btn.gif) no-repeat -75px -112px;cursor:pointer;color:#fff;font-weight:bold;}
.button_long_un{width:100px; height:26px; line-height:26px; border:none; font-weight:bold; color:#888; background:url(../images/btn.gif) no-repeat 0 -54px;}
.button_120{width:120px; height:26px; line-height:26px; border:none;background:url(../images/btn.gif) no-repeat 0 -139px; cursor:pointer; color:#fff; font-weight:bold;}
.button_120:hover{width:120px; height:26px; line-height:26px; border:none;background:url(../images/btn.gif) no-repeat 0 -166px;cursor:pointer;color:#fff;font-weight:bold;}
    */
.reset { width: 60px; height: 26px; line-height: 26px; border: none; font-weight: bold; color: #333; cursor: pointer; background: url(../images/btn.gif) no-repeat 0 -27px; }
.textarea { width: 300px; padding: 0 4px; height: 46px; border: 1px solid #ccc; }
.textareawp98 { width:98%;}
.btn_4 { width: 100px; height: 28px; line-height: 28px; border: none; font-weight: bold; color: #333; cursor: pointer; background: url(../images/btn.gif) no-repeat 0 -54px; }
.btn_4:hover { background: url(../images/btn.gif) no-repeat 0 -83px; }

.sell_list { position: relative; margin-top: 26px; }
.sell_list ul { position: absolute; left: 0; top: -26px; height: 27px; }
.sell_list ul li { float: left; padding-right: 3px; background: url(../images/btn_left.gif) no-repeat 0 0; height: 27px; line-height: 27px; }
.sell_list ul li .btn_right { background: url(../images/btn_right.gif) right; display: block; height: 27px; line-height: 27px; padding-right: 9px; margin-left: 9px; }
.sell_list ul li a { color: #222; }
.sell_table { clear: both; }
.sell_list ul li.btn_on { float: left; padding-right: 3px; background: url(../images/btn_onleft.gif) no-repeat 0 0; height: 27px; line-height: 27px; }
.sell_list ul li.btn_on .btn_onright { background: url(../images/btn_onright.gif) right; display: block; height: 27px; line-height: 27px; padding-right: 9px; margin-left: 9px; }
.btn_audit { margin: 8px 0; }


/************************ 底部 ***************************/
.footer { height: 28px; line-height: 28px; background: #f40b07; color: #fff; margin-top: 5px; }
.footer p { text-align: center; }

/************************ 技术支持 ***************************/
.techlogo { width: 106px; height: 36px; padding: 2px; line-height: 18px; background: #e5e5e5; color: black; border: 1px solid #ccc; border-top: none; }
.techlogo p { text-align: center; font-size: 12px; }
.techlogo_callcenter { width: 196px; height: 20px; padding: 2px; line-height: 18px; background: #e5e5e5; color: black; border: 1px solid #ccc; border-top: none; }
.techlogo_callcenter p { text-align: center; font-size: 12px; }

/************************ sub ***************************/
.table_retrieval { margin-bottom: 10px; }
.table_retrieval th, .table_retrieval td { border: 1px solid #ccc; padding: 0px 1px; }
.table_retrieval th { text-align: right; font-weight: 100; width: 120px; background: #f5f5f5; }
.table_retrieval td { text-align: left; background: #fff; }
.table_retrieval .text { width: 200px; padding: 0 2px; height: 18px; line-height: 18px; border: 1px solid #ccc; background: #fff; margin: 0 2px; }
.table_retrieval td .td_inp { position: relative; }
.btn_box { position: absolute; right: 3px; top: -3px; }


/************************ 登录页 ***************************/
.login_bg { height: 450px; background: url(../images/login_bg.jpg) no-repeat top center; position: relative; }
.login_web { width: 800px; height: 450px; margin: 75px auto; position: relative; }
.login_enter { position: absolute; top: 180px; right: 260px; }
.login_table td { padding: 8px 0; }
.alignment { vertical-align: top; margin-left: 10px; }
.login_btn { width: 106px; height: 32px; line-height: 32px; border: none; background: url(../images/login_btn.gif) no-repeat 0 0; color: #fff; font-size: 14px; font-weight: bold; cursor: pointer; }
.login_footer { position: absolute; top: 500px; width: 800px; height: 20px; }
.login_footer p { text-align: center; color: #4d403a; font-family: Arial; }


/************************ 弹出窗口 ***************************/
.pop { width: 660px; background: url(../images/poptitle_l.gif) no-repeat 0 0; margin: 50px auto; position: absolute; top: 20%; left: 455px; overflow: hidden; }
.pop h2 { margin-left: 10px; height: 32px; line-height: 32px; background: url(../images/poptitle_r.gif) no-repeat right 0; overflow: hidden; font-size: 12px; font-weight: normal; }
.pop h2 label { float: left; margin: 0 0 0 5px; color: #fff; }
.pop h2 a { float: right; margin: 5px 10px 0 0; width: 20px; height: 20px; background: url(../images/btn_close.gif) no-repeat 0 0; }
.pop h2 a:hover { background: url(../images/btn_close.gif) no-repeat 0 -20px; }

.popmain { height: auto; padding: 2px; background: #f5f5f5; overflow: hidden; border: 1px solid #ccc; }
.chat_box { border: 1px solid #ddd; }
.chat_tit { height: 28px; line-height: 28px; background: url(../images/bg_tableth.gif) repeat-x 0 0; border-bottom: 1px solid #ccc; padding-left: 10px; color: #4d403a; font-weight: bold; }

.record { height: 220px; overflow: auto; padding: 10px; }
.record ul li { padding-top: 5px; }
.other_name { color: #159059; }
.transcript { padding-left: 12px; }
.self_name { color: #2d00ff; }

.input_box { height: 110px; *height: auto; }
.chat_input { height: 100px; width: 390px; border: none; padding: 5px; resize: none; }
.chat_btn { float: right; padding-top: 5px; }

.staff_box { margin-left: 10px; width: 200px; }
.staff { height: 413px; overflow: auto; }
.online { color: #222; }
.offline { color: #888; }
.staff a { height: 20px; line-height: 20px; width: 208px; padding-left: 10px; display: block; }
.staff a:hover { background: #f5f5f5; }

/************************ 查询表格 ***************************/
.table_04 { margin-bottom: 10px; width: 100%; }
.table_04 th, .table_04 td { border: 1px solid #ccc; padding: 8px 5px; }
.table_04 th { text-align: right; font-weight: 100; width: 125px; background: #f5f5f5; }
.table_04 td { text-align: left; background: #fff; }
.table_04 td .td_inp { position: relative; }
.table_04 .th_01 { text-align: left; padding-left: 15px; font-weight: bold; }
.table_04 .td_cc { text-align: center; }
.table_04 .select { border: 1px #bfbfbf solid; height: 24px; line-height: 24px; min-width: 80px; font-family: "微软雅黑"; *margin-bottom: -3px; }
.btn_box { position: absolute; right: 3px; top: -3px; }

/************************ jqGrid表格加载中 ***************************/
.loadingImg { position: absolute; top: 40%; left: 50%; width: 50px; display: none; z-index: 1000; }
.gridLoading_bg { background: #aaaaaa url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .20; filter: Alpha(Opacity=20); }
.nodata { padding: 5px; }

/************************ jqGrid表格div ***************************/
.div_ItemList { width: auto; padding-top: 5px; }


/************************* 转接进度********************************/
.transfer_apply, .transfer_in, .transfer_in2, .transfer_out, .transfer_out2, .transfer_cancle, .transfer_nopass { background: url(../Images/transfer_progress.jpg); width: 100%; height: 79px; background-size: cover; }
.transfer_in { background-position: 0px -73px; }
.transfer_in2 { background-position: 0px -146px; }
.transfer_out { background-position: 0px -219px; }
.transfer_out2 { background-position: 0px -292px; }
.transfer_cancle { background-position: 0px -365px; }
.transfer_nopass { background-position: 0px -434px; }
.outtransfer_apply, .outtransfer_in, .outtransfer_in2, .outtransfer_out, .outtransfer_out2, .outtransfer_cancle { background: url(../Images/outtransfer_progress.jpg); width: 100%; height: 79px; background-size: cover; }
.outtransfer_in { background-position: 0px -73px; }
.outtransfer_in2 { background-position: 0px -146px; }
.outtransfer_out { background-position: 0px -219px; }
.outtransfer_out2 { background-position: 0px -292px; }
.outtransfer_cancle { background-position: 0px -365px; }
.transfer_apply794, .transfer_in794, .transfer_in2794, .transfer_out794, .transfer_out2794, .transfer_cancle794 { background: url(../Images/transfer_progress794.jpg); width: 100%; height: 79px; background-size: cover; }
.transfer_in794 { background-position: 0px -90px; }
.transfer_in2794 { background-position: 0px -180px; }
.transfer_out794 { background-position: 0px -270px; }
.transfer_out2794 { background-position: 0px -360px; }
.transfer_cancle794 { background-position: 0px -450px; }
.outtransfer_apply794, .outtransfer_in794, .outtransfer_in2794, .outtransfer_out794, .outtransfer_out2794, .outtransfer_cancle794 { background: url(../Images/outtransfer_progress794.jpg); width: 100%; height: 79px; background-size: cover; }
.outtransfer_in794 { background-position: 0px -90px; }
.outtransfer_in2794 { background-position: 0px -180px; }
.outtransfer_out794 { background-position: 0px -270px; }
.outtransfer_out2794 { background-position: 0px -360px; }
.outtransfer_cancle794 { background-position: 0px -450px; }
.intransfer_apply, .intransfer_in, .intransfer_data, .intransfer_allot, .intransfer_return, .intransfer_cancle { background: url(../Images/intransfer_progress.jpg); width: 100%; height: 79px; background-size: cover; }
.intransfer_in { background-position: 0px -270px; }
.intransfer_data { background-position: 0px -90px; }
.intransfer_allot { background-position: 0px -180px; }
.intransfer_return { background-position: 0px -444px; }
.intransfer_cancle { background-position: 0px -360px; }

.provicetransfer_apply, .provicetransfer_in, .provicetransfer_in2, .provicetransfer_out, .provicetransfer_out2, .provicetransfer_cancle, .provicetransfer_finish { background: url(../Images/provicetransfer_progress.jpg); width: 100%; height: 79px; background-size: cover; }
.provicetransfer_in { background-position: 0px -73px; }
.provicetransfer_in2 { background-position: 0px -146px; }
.provicetransfer_out { background-position: 0px -219px; }
.provicetransfer_out2 { background-position: 0px -292px; }
.provicetransfer_cancle { background-position: 0px -365px; }
.provicetransfer_finish { background-position: 0px -508px; }

.provicetransfer_apply794, .provicetransfer_in794, .provicetransfer_in2794, .provicetransfer_out794, .provicetransfer_out2794, .provicetransfer_cancle794, .provicetransfer_finish794 { background: url(../Images/provicetransfer_progress794.jpg); width: 100%; height: 79px; background-size: cover; }
.provicetransfer_in794 { background-position: 0px -84px; }
.provicetransfer_in2794 { background-position: 0px -168px; }
.provicetransfer_out794 { background-position: 0px -219px; }
.provicetransfer_out2794 { background-position: 0px -292px; }
.provicetransfer_cancle794 { background-position: 0px -365px; }
.provicetransfer_finish794 { background-position: 0px -508px; }
/************************* 空白行*********************************/
.blank_10 { clear: both; height: 10px; }



/************************ 桌面 **************************/

.box { overflow: hidden; }
.box_h2 { height: 31px; background: url(../images/box_h2_l.gif) no-repeat 0 0; padding-left: 10px; line-height: 31px; }
.box_h2 ul { padding: 0; background: url(../images/box_h2_r.gif) no-repeat right 0; overflow: hidden; width: 100%; }
.box_h2 ul li { float: left; font-size: 13px; color: #3a9272; margin-right: 2px; font-weight: bolder; width: 120px; text-align: center; }
.box_h2 ul li a { color: #098e3d; padding: 0 0 0 5px; display: inline-block; clear: both; }
.box_h2 ul li a span { color: #505050; font-weight: normal; padding: 0 5px 0 0; display: inline-block; }
/*2013*/
.box_h2 ul li a:hover, .box_h2 ul li.on a { color: #fff; background: url(../images/box_h2li_l.gif) no-repeat 0 0; font-weight: bolder; font-size: 13px; }
.box_h2 ul li.on a span, .box_h2 ul li a:hover span { width: 110px; color: #b33f00; background: url(../images/box_h2li_r.gif) no-repeat right 0; font-weight: bold; }
/*2013*/
.box_con { border: 1px solid #d1d1d1; border-top: 0px solid #d1d1d1; background: #fff; clear: both; overflow: hidden; }
.box_con p { text-align: right; margin: 5px 10px 10px 0; clear: both; }
/*2013*/
.box_con p a { color: #CE6E00; }
/*2013*/

.ul02 { padding: 5px 10px; overflow: hidden; }
.ul02 li { line-height: 25px; *margin: 1px 0; overflow: hidden; font-size: 14px; }
/*2013*/
.ul02 li a { color: #373737; }
.ul02 li a:hover { color: #f27d00; }
.ul02 li a span.text { float: left; background: url(../images/ico15.gif) no-repeat 0 8px; text-indent: 15px; width: 75%; overflow: hidden; }
.ul02 li a span.date { float: right; }

.box1 { float: left; width: 48.4%; margin: 10px 0 0 1%; _margin: 10px 0 0 0.5%; height: 287px; }
.box1 .box_con { height: 250px; padding-top: 5px; background: url(../images/con-box-bg.gif) bottom left repeat-x #f1f6ff; }
/*2013*/

.box2 { float: left; width: 100%; margin: 5px 0 10px 0; }
.box2 .box_con { height: auto; padding: 5px 5px 0 5px; }
.text-center { text-align: center; }
