html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin: 0; padding: 0; }
fieldset, img { border: none; }
/*img { display: block; } 这个样式不能用了，样式冲突  */
address, caption, cite, code, dfn, th, var { font-style: normal; font-weight: normal; }
ul, ol { list-style: none; }
input { padding-top: 0; padding-bottom: 0; font-family: "SimSun", "宋体"; }
input::-moz-focus-inner {
 border: none;
 padding: 0;
}
select, input { vertical-align: middle; }
select, input, textarea { font-size: 12px; margin: 0; }
input[type="text"], input[type="password"], textarea { outline-style: none; -webkit-appearance: none; }
textarea { resize: none; }
input, textarea { background: none; border: none; }
table { border-collapse: collapse; }
body { width: 100%; margin: 0 auto; color: #333; background: #fff; font-size: 14px; }
html { font-family: "FZLanTingHei-L-GBK", "Helvetica Neue", "微软雅黑", "黑体", Helvetica, STHeiTi, sans-serif; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
a { color: #666; text-decoration: none; }
/*a:visited {
  color: #1a1a1a;
}*/
a:hover, a:active, a:focus { text-decoration: none; }
html { position: relative; min-height: 100%; }
body { background: #fff;/*margin-bottom: 38px;*/ }
a { transition: 0.2s; }
/*=========================================*/
/*Text Color*/
/*=========================================*/
.cwhite { color: #fff; }
.cblack { color: #000; }
.c1 { color: #111; }
.c2 { color: #222; }
.c3 { color: #333; }
.c4 { color: #444; }
.c5 { color: #555; }
.c6 { color: #666; }
.cc { color: #ccc; }
.c6 { color: #666; }
.c7 { color: #777; }
.c8 { color: #888; }
.c9 { color: #999; }
/*=========================================*/
/*Border Style*/
/*=========================================*/
.bln { border-left: none; }
.brn { border-right: none; }
.btn { border-top: none; }
.bbn { border-bottom: none; }
.b1s { border: 1px solid #ccc; }
.b1d { border: 1px dotted #ccc; }
.bl1s { border-left: 1px solid #ccc; }
.br1s { border-right: 1px solid #ccc; }
.bt1s { border-top: 1px solid #ccc; }
.bb1s { border-bottom: 1px solid #ccc; }
.bl1d { border-left: 1px dotted #ccc; }
.br1d { border-right: 1px dotted #ccc; }
.bt1d { border-top: 1px dotted #ccc; }
.bb1d { border-bottom: 1px dotted #ccc; }
/*=========================================*/
/*Background Color*/
/*=========================================*/
.bc01 { background-color: #fff; overflow: hidden; zoom: 1; }
/*=========================================*/
/*Text*/
/*=========================================*/
.f11 { font-size: 11px; }
.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }
.f16 { font-size: 16px; }
.f17 { font-size: 17px; }
.f18 { font-size: 18px; }
.f19 { font-size: 19px; }
.f20 { font-size: 20px; }
.f21 { font-size: 21px; }
.f22 { font-size: 22px; }
.f23 { font-size: 23px; }
.f24 { font-size: 24px; }
.f25 { font-size: 25px; }
.f26 { font-size: 26px; }
.f27 { font-size: 27px; }
.f28 { font-size: 28px; }
.f29 { font-size: 29px; }
.f30 { font-size: 30px; }
.f31 { font-size: 31px; }
.f32 { font-size: 32px; }
.f33 { font-size: 33px; }
.f34 { font-size: 34px; }
.f35 { font-size: 35px; }
.f36 { font-size: 36px; }
.f37 { font-size: 37px; }
.f38 { font-size: 38px; }
.f39 { font-size: 39px; }
.f40 { font-size: 40px; }
.fb { font-weight: bold; }
.fn { font-weight: normal; }
.fyh { font-family: "Microsoft YaHei", "微软雅黑"; }
.fs { font-family: "simsun", "宋体"; }
.t2 { text-indent: 2em; }
.lh18 { line-height: 18px; }
.lh19 { line-height: 19px; }
.lh20 { line-height: 20px; }
.lh21 { line-height: 21px; }
.lh22 { line-height: 22px; }
.lh23 { line-height: 23px; }
.lh24 { line-height: 24px; }
.lh25 { line-height: 25px; }
.lh26 { line-height: 26px; }
.lh27 { line-height: 27px; }
.lh28 { line-height: 28px; }
.lh29 { line-height: 29px; }
.lh30 { line-height: 30px; }
.lh31 { line-height: 31px; }
.lh32 { line-height: 32px; }
.lh33 { line-height: 33px; }
.lh34 { line-height: 34px; }
.lh35 { line-height: 35px; }
.lh36 { line-height: 36px; }
.lh37 { line-height: 37px; }
.lh38 { line-height: 38px; }
.lh39 { line-height: 39px; }
.lh40 { line-height: 40px; }
.lh48 { line-height: 48px; }
.lh50 { line-height: 50px; }
.lh60 { line-height: 60px; }
.lh150 { line-height: 150%; }
.lh180 { line-height: 180%; }
.lh200 { line-height: 200%; }
.tdlt { text-decoration: line-through; }
.tdu { text-decoration: underline; }
.tdn { text-decoration: none; }
/*=========================================*/
/*Position and Attribute */
/*=========================================*/
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }
.fl { float: left; display: inline; }
.fr { float: right; display: inline; }
.cb { clear: both; }
.cl { clear: left; }
.cr { clear: rigth; }
.clearfloat { height: 0; font-size: 0px; clear: both; line-height: 0; }
.cf:before, .cf:after { content: "."; display: block; height: 0; visibility: hidden; }
.cf:after { clear: both; }
.cf { zoom: 1; }
.vm { verticle-align: middle; }
.pr { position: relative; }
.pa { position: absolute; }
.abs-right { position: absolute; right: 0; }
.zoom { zoom: 1; }
.hidden { visiility: hidden; }
.none { display: none; }
.block { display: block; }
.ohz { overflow: hidden; zoom: 1; }
.tdau a:hover { text-decoration: underline; }
/*=========================================*/
/*With and Height */
/*=========================================*/
.w { width: 100%; }
.h { height: 100%; }
.w10 { width: 10px; }
.w20 { width: 20px; }
.w30 { width: 30px; }
.w40 { width: 40px; }
.w50 { width: 50px; }
.w60 { width: 60px; }
.w70 { width: 70px; }
.w80 { width: 80px; }
.w90 { width: 90px; }
.w100 { width: 100px; }
.w200 { width: 200px; }
.w300 { width: 300px; }
.w400 { width: 400px; }
.w500 { width: 500px; }
.w600 { width: 600px; }
.w700 { width: 700px; }
.w800 { width: 800px; }
.w900 { width: 900px; }
.h10 { height: 10px; }
.h20 { height: 20px; }
.h25 { height: 25px; }
.h30 { height: 30px; }
.h35 { height: 35px; }
.h40 { height: 40px; }
.h45 { height: 45px; }
.h50 { height: 50px; }
.h60 { height: 60px; }
.h70 { height: 70px; }
.h80 { height: 80px; }
.h90 { height: 90px; }
.h100 { height: 100px; }
.h200 { height: 200px; }
.h300 { height: 300px; }
.h400 { height: 400px; }
.h500 { height: 500px; }
/*=========================================*/
/*Margin and Padding */
/*=========================================*/
.mauto { margin: 0 auto; }
.m5 { margin: 5px; }
.m10 { margin: 10px; }
.m15 { margin: 15px; }
.m20 { margin: 20px; }
.m25 { margin: 25px; }
.m30 { margin: 30px; }
.m35 { margin: 35px; }
.m40 { margin: 40px; }
.m45 { margin: 45px; }
.m50 { margin: 50px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mt55 { margin-top: 55px; }
.mt60 { margin-top: 60px; }
.mt65 { margin-top: 65px; }
.mt70 { margin-top: 70px; }
.mt75 { margin-top: 75px; }
.mt80 { margin-top: 80px; }
.mt85 { margin-top: 85px; }
.mt90 { margin-top: 90px; }
.mt95 { margin-top: 95px; }
.mt100 { margin-top: 100px; }
.mt110 { margin-top: 110px; }
.mt120 { margin-top: 120px; }
.mt130 { margin-top: 130px; }
.mt140 { margin-top: 140px; }
.mt150 { margin-top: 150px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb55 { margin-bottom: 55px; }
.mb60 { margin-bottom: 60px; }
.mb65 { margin-bottom: 65px; }
.mb70 { margin-bottom: 70px; }
.mb75 { margin-bottom: 75px; }
.mb80 { margin-bottom: 80px; }
.mb85 { margin-bottom: 85px; }
.mb90 { margin-bottom: 90px; }
.mb95 { margin-bottom: 95px; }
.mb100 { margin-bottom: 100px; }
.mb110 { margin-bottom: 110px; }
.mb120 { margin-bottom: 120px; }
.mb130 { margin-bottom: 130px; }
.mb140 { margin-bottom: 140px; }
.mb150 { margin-bottom: 150px; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml35 { margin-left: 35px; }
.ml40 { margin-left: 40px; }
.ml45 { margin-left: 45px; }
.ml50 { margin-left: 50px; }
.ml55 { margin-left: 55px; }
.ml60 { margin-left: 60px; }
.ml65 { margin-left: 65px; }
.ml70 { margin-left: 70px; }
.ml75 { margin-left: 75px; }
.ml80 { margin-left: 80px; }
.ml85 { margin-left: 85px; }
.ml90 { margin-left: 90px; }
.ml95 { margin-left: 95px; }
.ml100 { margin-left: 100px; }
.ml110 { margin-left: 110px; }
.ml120 { margin-left: 120px; }
.ml130 { margin-left: 130px; }
.ml140 { margin-left: 140px; }
.ml150 { margin-left: 150px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; }
.mr35 { margin-right: 35px; }
.mr40 { margin-right: 40px; }
.mr45 { margin-right: 45px; }
.mr50 { margin-right: 50px; }
.mr55 { margin-right: 55px; }
.mr60 { margin-right: 60px; }
.mr65 { margin-right: 65px; }
.mr70 { margin-right: 70px; }
.mr75 { margin-right: 75px; }
.mr80 { margin-right: 80px; }
.mr85 { margin-right: 85px; }
.mr90 { margin-right: 90px; }
.mr95 { margin-right: 95px; }
.mr100 { margin-right: 100px; }
.mr110 { margin-right: 110px; }
.mr120 { margin-right: 120px; }
.mr130 { margin-right: 130px; }
.mr140 { margin-right: 140px; }
.mr150 { margin-right: 150px; }
.p5 { padding: 5px; }
.p10 { padding: 10px; }
.p15 { padding: 15px; }
.p20 { padding: 20px; }
.p25 { padding: 25px; }
.p30 { padding: 30px; }
.p35 { padding: 35px; }
.p40 { padding: 40px; }
.p45 { padding: 45px; }
.p50 { padding: 50px; }
.p55 { padding: 55px; }
.p60 { padding: 60px; }
.p65 { padding: 65px; }
.p70 { padding: 70px; }
.p75 { padding: 75px; }
.p80 { padding: 80px; }
.p85 { padding: 85px; }
.p90 { padding: 90px; }
.p95 { padding: 95px; }
.p100 { padding: 100px; }
.p110 { padding: 110px; }
.p120 { padding: 120px; }
.p130 { padding: 130px; }
.p140 { padding: 140px; }
.p150 { padding: 150px; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt35 { padding-top: 35px; }
.pt40 { padding-top: 40px; }
.pt45 { padding-top: 45px; }
.pt50 { padding-top: 50px; }
.pt55 { padding-top: 55px; }
.pt60 { padding-top: 60px; }
.pt65 { padding-top: 65px; }
.pt70 { padding-top: 70px; }
.pt75 { padding-top: 75px; }
.pt80 { padding-top: 80px; }
.pt90 { padding-top: 90px; }
.pt95 { padding-top: 95px; }
.pt100 { padding-top: 100px; }
.pt110 { padding-top: 110px; }
.pt120 { padding-top: 120px; }
.pt130 { padding-top: 130px; }
.pt140 { padding-top: 140px; }
.pt150 { padding-top: 150px; }
.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }
.pb35 { padding-bottom: 35px; }
.pb40 { padding-bottom: 40px; }
.pb45 { padding-bottom: 45px; }
.pb50 { padding-bottom: 50px; }
.pb55 { padding-bottom: 55px; }
.pb60 { padding-bottom: 60px; }
.pb65 { padding-bottom: 65px; }
.pb70 { padding-bottom: 70px; }
.pb75 { padding-bottom: 75px; }
.pb80 { padding-bottom: 80px; }
.pb85 { padding-bottom: 85px; }
.pb90 { padding-bottom: 90px; }
.pb95 { padding-bottom: 95px; }
.pb100 { padding-bottom: 100px; }
.pb110 { padding-bottom: 110px; }
.pb120 { padding-bottom: 120px; }
.pb130 { padding-bottom: 130px; }
.pb140 { padding-bottom: 140px; }
.pb150 { padding-bottom: 150px; }
.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl25 { padding-left: 25px; }
.pl30 { padding-left: 30px; }
.pl35 { padding-left: 35px; }
.pl40 { padding-left: 40px; }
.pl45 { padding-left: 45px; }
.pl50 { padding-left: 50px; }
.pl55 { padding-left: 55px; }
.pl60 { padding-left: 60px; }
.pl65 { padding-left: 65px; }
.pl70 { padding-left: 70px; }
.pl75 { padding-left: 75px; }
.pl80 { padding-left: 80px; }
.pl85 { padding-left: 85px; }
.pl90 { padding-left: 90px; }
.pl95 { padding-left: 95px; }
.pl100 { padding-left: 100px; }
.pl110 { padding-left: 110px; }
.pl120 { padding-left: 120px; }
.pl130 { padding-left: 130px; }
.pl140 { padding-left: 140px; }
.pl150 { padding-left: 150px; }
.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pr25 { padding-right: 25px; }
.pr30 { padding-right: 30px; }
.pr35 { padding-right: 35px; }
.pr40 { padding-right: 40px; }
.pr45 { padding-right: 45px; }
.pr50 { padding-right: 50px; }
.pr55 { padding-right: 55px; }
.pr60 { padding-right: 60px; }
.pr65 { padding-right: 65px; }
.pr70 { padding-right: 70px; }
.pr75 { padding-right: 75px; }
.pr80 { padding-right: 80px; }
.pr85 { padding-right: 85px; }
.pr90 { padding-right: 90px; }
.pr95 { padding-right: 95px; }
.pr100 { padding-right: 100px; }
.pr110 { padding-right: 110px; }
.pr120 { padding-right: 120px; }
.pr130 { padding-right: 130px; }
.pr140 { padding-right: 140px; }
.pr150 { padding-right: 150px; }
/*=========================================*/
/*Firefox Scrollbars */
/*=========================================*/
html { overflow: -moz-scrollbars-vertical; }
/*=========================================*/
/*Paragraph*/
/*=========================================*/
.cnp { text-align: justify; text-justify: inter-ideograph; }
.enp { text-align: justify; text-justify: newspaper; }
/*=========================================*/
/*My CustomNav*/
/*=========================================*/
.customNav { position: absolute; top: 0; left: 0; z-index: 9999999999; width: 220px; }
.customNav li { float: left; margin: 1px; }
.customNav a { display: block; width: 60px; line-height: 20px; text-align: left; background-color: #eaebec; margin-top: 1px; filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; font-family: arial; overflow: hidden; font-size: 12px; text-decoration: none; text-align: center; border: 1px solid #ccc; }
.customNav a:hover { color: #fff; text-decoration: underline; background-color: #333; border: 1px solid #000; }

.wrap { width: 100%; min-height: 100%; padding-bottom: -38px; position: relative; }
.header { height: 94px; background: #23518c; padding: 0 45px; position: relative; }
.header .logo { position: absolute; left: 45px; color: #fff; font-size: 20px; line-height: 34px; margin-top: 28px; }
.header .logo img { float: left; }
.header .logo span { border-left: 2px solid #6586af; float: left; padding-left: 20px; margin-left: 20px; }
.posi { border-bottom: 1px solid #ebebeb; line-height: 40px; padding: 0 45px; font-size: 12px; font-family: simsun; }
.posi span { background: url(../../images/zh-CN/homeIco.png) no-repeat left center; padding-left: 20px; display: block; }
.posi span b { font-weight: normal; color: #005bac; }
.main { padding: 0 45px; }
.tit1 { font-size: 22px; color: #0061B2; font-weight: bold; height: 21px; line-height: 21px; background: url(../../images/zh-CN/tit1_line.png) no-repeat left center; padding: 20px 0 20px 10px; }
.table1 { width: 100%; }
.table1 td { text-align: center; height: 38px; font-size: 14px; padding: 0 5px; }
.table1 thead td { background-color: #0061b2; color: #fff; font-size: 14px; font-weight: bold; }
.table1 tbody td { border: 1px solid #ebebeb; color: #666; }
.btnGroup { padding: 20px 0; }
.btnGroup .btn1 { background-color: #005bac; color: #fff; font-family: "microsoft yahei", "微软雅黑"; padding: 0 35px; height: 40px; line-height: 40px; display: inline-block; border-radius: 5px; font-size: 16px; font-weight: bold; }
.rightbtn{ margin-top:-35px; }
.footer { width: 100%; height: 37px; line-height: 37px; border-top: 1px solid #e5e5e5; background: #fff; font-size: 12px; /*position: absolute;
  bottom: 0;*/ color: #999; font-family: arial; }
.footer span { margin: 0 45px; display: block; }
.footer span img { float: right; margin-top: 10px; }
    .footer a, .footer a:visited {
        color: #fff;
    }
a:-webkit-any-link {
    color: #000000;
}
.footerinfo a, .footerinfo a:visited {
    color: #757575;
}
.header .nav { float: right; margin-top: 55px; }
.header .nav li.navLi { margin-right: 6px; float: left; position: relative; }
.header .nav a.navA { font-size: 16px; display: block; color: #d3e3f0; padding: 0 10px; height: 39px; line-height: 39px; background: #0061b2; }
.header .nav a:hover { color: #fff; }
.header .nav a.active { background: #192a54; border-radius: 5px 5px 0 0; color: #fff; }
.header .nav li ul { display: none; width: 100%; padding-bottom: 3px; background: #0061b2; position: absolute; top: 38px; left: 0; }
.header .nav li ul li { border-top: 1px #87aad6 solid; }
.header .nav li ul li a { display: block; padding-left: 10px; color: #d3e3f0; line-height: 20px; padding-top: 5px; padding-bottom: 5px; }
.header .nav li ul li a:hover { color: #fff; }
.header .nav a i { width: 16px; height: 6px; display: inline-block; background: url(../../images/zh-CN/navnarr.png) no-repeat right 0px; }
.header .nav .navLi .current { background: #000; }
.table2 { width: 100% }
.table2 td { background: #fff; padding: 0 5px; height: 40px; text-align: center; font-size: 12px; font-family: "microsoft yahei", "微软雅黑"; }
.table2 thead td { background-color: #0061b2; color: #fff; font-weight: 700; font-size: 15px; text-align: left; padding-left: 10px; height: 45px; }
.table2 tbody td { border: 1px solid #ebebeb; color: #666; text-align: left; padding-left: 10px; }
.table2 tbody td.first { background: #f0f5fb; text-align: center; border-bottom: 1px #fff solid; }
.wrap1 { margin-top: 12px; }
.tit { width: 100%; height: 45px; line-height: 45px; background-color: #0061b2; }
.tit span { display: inline-block; color: #fff; font-weight: 700; font-size: 15px; padding-left: 10px; }
.w1 { border: 1px #cccccc solid; padding-top: 10px; padding-bottom: 10px; }
.w1 p { line-height: 25px; color: #333; font-size: 14px; padding-left: 20px; }
.w2 { border: 1px #cccccc solid; border-top: 0px; padding-bottom: 20px; }
.table3 tr td { padding-top: 3px; padding-bottom: 3px; text-align: center; }
.table3 tr td span { font-size: 12px; }
.area1 { height: 34px; width: 80%; margin-left: 10%; margin-right: 10%; border: 1px #000 solid; font-size: 14px; color: #666; font-family: "微软雅黑"; resize: none; }
.s1 { text-align: right; margin-right: 20px; line-height: 36px; }
.area2 { width: 90%; height: 90px; padding: 10px; background: #fff; border: 1px #ddd solid; font-size: 14px; color: #666; font-family: "微软雅黑"; resize: none; }
.table4 tr td { padding-top: 5px; padding-bottom: 5px; }
.table4 tr td span { font-size: 14px; color: #0061b2; }
.s2 { float: right; color: #0160b0; padding-bottom: 20px; }
.ipt2 { border: 1px #0061b2 solid; width: 54px; height: 24px; line-height: 24px; padding: 0px 10px; font-size: 14px; color: #666; font-family: "微软雅黑"; display: inline-block; margin-left: 3px; margin-right: 3px; }
.btn2 { display: inline-block; width: 68px; height: 25px; line-height: 25px; text-align: center; font-size: 14px; color: #fff; background: #0061b2; border-radius: 3px; -moz-border-radius: 3px; }
.table1Add1 thead td { height: auto; height: 28px; font-weight: normal; padding: 0px; border: 1px #0061b2 solid; }
.table1Add1 thead td span { width: 100%; height: 100%; display: block; background: #ccdff0; line-height: 28px; color: #0061b2; }
.table1Add1 thead td span i { font-size: 14px; font-style: normal; color: #ff0000; font-weight: bold; }
.table1Add1 tbody td { border: 1px #cccccc solid; }
.tableJs2 tbody td.bgf2 { background: #f2f2f2; }
/* Page */
.pageWrap { padding-top: 20px; padding-bottom: 20px; }
.page { margin: 0px; padding: 0px; text-align: right; font-size: 12px; color: #005bac }
.page a { border: 0; color: #005bac; margin: 2px; padding: 2px 7px; text-decoration: none; }
.page a:hover, .page a:active { color: #005bac }
.page span { border: 1px solid #e4e4e4; margin: 2px; padding: 2px 7px; border-radius: 3px; }
.page span.current { color: #333; font-weight: 700; margin: 2px; padding: 2px 7px; border: 0; border-radius: 3px; }
.page .pre, .page .next, .page .pre:hover, .page .next:hover { border: 1px solid #e4e4e4; margin: 2px; padding: 2px 7px; font-size: 12px; }
.table5 { border: 1px #cccccc solid; }
.table5 tr td { text-align: center; }
.table5 tr td.first2 { background: #0061b2; color: #fff; }
.table5 tr td .close { display: inline-block; height: 30px; line-height: 30px; border: 1px #3c5eb6 solid; border-radius: 5px; -moz-border-radius: 5px; font-size: 14px; color: #fff; padding-left: 9px; padding-right: 26px; background: #0061b2 url(../../images/zh-CN/close.png) no-repeat right center; cursor: pointer; margin-left: 20px; float: left; }
.file1 { margin: 5px 0 5px 20px; font-size: 12px; display: inline-block; width: 90px; height: 30px; line-height: 27px; background: #3c5eb6 url(../../images/zh-CN/file.png) no-repeat center center; text-align: center; border: 1px #e9e9e9 solid; border-left: 0px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; -moz-border-top-right-radius: 2px; -moz-border-bottom-right-radius: 2px; color: #999; font-family: "微软雅黑"; float: left; }
.file1n { display: block; float: left; width: 90px; *width: 50px;
height: 30px; cursor: pointer; font-size: 25px; }
.file1.fn { float: none; margin-left: 0; }
.wrap2 { border: 1px #0061b2 solid; margin-top: 10px; }
.w3 { width: 680px; margin-left: 250px; overflow: hidden; padding-top: 20px; padding-bottom: 20px; }
.w3 span { display: block; width: 153px; height: 44px; line-height: 44px; background: url(../../images/zh-CN/span2.png) no-repeat; font-size: 16px; font-weight: bold; float: left; margin-right: 17px; color: #afafaf; }
.w3 span i { display: inline-block; width: 44px; height: 44px; font-size: 14px; color: #fff; font-style: normal; text-align: center; }
.w3 span.current { background: url(../../images/zh-CN/span1.png) no-repeat; color: #0061b2 }
/*20160225放大镜样式*/
.tab_warp { width: 800px; font-size: 12px; background: #fff; padding-top: 1px; position: absolute; top: 50%; left: 50%; margin-left: -420px; margin-top: -294px; }
#tags { overflow: hidden; width: 750px; margin-top: 5px; background: url(../../images/zh-CN/line.png) repeat-x top left; margin-left: 15px; padding-left: 15px; height: 35px; }
#tags li { display: block; height: 35px; float: left; border-bottom: 1px #e0e0e0 solid; }
#tags li a { display: block; float: left; height: 30px; text-align: center; line-height: 30px; font-size: 14px; text-decoration: none; ; color: #009dd9; padding-left: 20px; padding-right: 20px; margin-top: 5px; border: 1px #fff solid; }
#tags li.selecttag a { background: #fff; border-top-left-radius: 3px; border-top-right-radius: 3px; -moz-border-top-left-radius: 3px; -moz-border-top-right-radius: 3px; border: 1px #e0e0e0 solid; background: #fff; color: #333; }
#tagcontent { background: #fff; }
.tagcontent { display: none; padding-bottom: 10px; color: #474747; padding-top: 10px; height: auto; margin-left: 5px; overflow: hidden; min-height: 320px; }
#tagcontent div.selecttag { display: block; }
a.chaxun { display: block; width: 56px; height: 21px; border: none; background: #f8f8f8; font-weight: bold; font-size: 12px; color: #3173a0; cursor: pointer; padding: 0; text-align: center; line-height: 21px; margin-right: 25px; margin-top: -28px; }
.t_l { width: 386px; border: 1px #ededed solid; -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5) inset; -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5) inset; box-shadow: 1px 1px 2px rgba(0,0,0,.5) inset; height: 167px; }
.t_r { width: 403px; border: 1px #ededed solid; -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5) inset; -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5) inset; box-shadow: 1px 1px 2px rgba(0,0,0,.5) inset; height: 185px; margin-left: 10px; overflow-y: scroll; padding-top: 2px; padding-left: 4px; }
.add_a { display: block; width: 11px; height: 11px; background: url(../../images/zh-CN/ui/add.jpg) no-repeat; float: left; margin-top: 3px; }
.t_r .t_head { height: 30px; line-height: 30px; background: #fdffe2; }
.table_style td { height: 25px; line-height: 25px; border-bottom: 1px #ecebeb solid; color: #000000; padding-left: 10px; }
a.choose { color: #418ac9; }
a.choose:hover { text-decoration: none; }
.c418ac9 { color: #418ac9; }
.cont_two { width:99%; height:600px; margin-top: 10px; padding: 10px; overflow: hidden; }
.b_l { width:32%; border: 1px #e4e4e4 solid;   background: #fff; float: left; }
.b_r { width:67%; border: 1px #e4e4e4 solid;  background: #fff; float: right; }
.b_c { width: 0px;  float: left; margin-left: 10px; }
.btn_left { display: block; width: 24px; height: 23px; border: none; background: none; background: url(../../images/zh-CN/narr2.png) no-repeat center; margin: 13px 15px; }
.btn_left_all { display: block; width: 24px; height: 23px; border: none; background: none; background: url(../../images/zh-CN/narr4.png) no-repeat center; margin: 13px 15px; }
.btn_right { display: block; width: 24px; height: 23px; border: none; background: none; background: url(../../images/zh-CN/narr3.png) no-repeat center; margin: 13px 15px; }
.btn_right_all { display: block; width: 24px; height: 23px; border: none; background: none; background: url(../../images/zh-CN/narr5.png) no-repeat center; margin: 13px 15px; }
.btn_up { display: block; width: 24px; height: 23px; border: none; background: none; background: url(../../images/zh-CN/narr1.png) no-repeat center; margin: 13px 15px; }
.btn_down { display: block; width: 24px; height: 23px; border: none; background: none; background: url(../../images/zh-CN/narr6.png) no-repeat center; margin: 13px 15px; }
#select1 option, #select2 option { padding: 3px; font-family: "microsoft yahei", "微软雅黑"; color: #333; }
.name_ipt { display: block; float: left; width: 210px; height: 26px; line-height: 26px; padding: 0 5px; color: #696969; border: none; background: none; border: 1px #ededed solid; -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5) inset; -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5) inset; box-shadow: 1px 1px 2px rgba(0,0,0,.5) inset; }
.rtx_style { display: block; float: left; line-height: 26px; }
.mt3 { margin-top: 3px; }
.accord_name { height: 523px; }
.titCode { margin-left: 2px; width: 776px; height: 35px; line-height: 35px; background: #009dd9; color: #fff; padding-left: 20px; font-size: 14px; font-weight: bold; }
.titCode span { position: absolute; right: 20px; top: 0px }
.mask1 { width: 100%; height: 100%; background: url(../../images/zh-CN/bg01.png) repeat; position: fixed; left: 0; top: 0; }
.table6 { width: 100% }
.table6 td { background: #fff; padding: 0 5px; height: 24px; text-align: center; font-size: 12px; font-family: "microsoft yahei", "微软雅黑"; }
.table6 tbody td { border: 1px solid #bfd7e8; color: #333; text-align: left; padding-left: 10px; }
.table6 tbody td.first { background: #e5f7ff; text-align: center; text-align: right; }
.ipt3 { border: 1px #b8b8b8 solid; font-family: "微软雅黑"; color: #666; padding: 0px 10px; }
.wrap3 { border: 1px #e4e4e4 solid; margin-left: 10px; height: 180px; width: 765px; }
.aS1 { display: inline-block; width: 50px; height: 30px; line-height: 30px; text-align: center; color: #333; background: #efefef; margin-left: 5px; margin-right: 5px; border-radius: 5px; }
.close1 { cursor: pointer; }
.mask2 { width: 100%; height: 100%; background: url(../../images/zh-CN/bg01.png) repeat; position: fixed; left: 0; top: 0; }
.mask3 { width: 100%; height: 100%; background: url(../../images/zh-CN/bg01.png) repeat; position: fixed; left: 0; top: 0; }
.titCode2 { width: 585px; height: 50px; line-height: 50px; background: #f2f2f2; color: #333333; text-align: center; font-size: 16px; font-weight: bold; }
.titCode2 span { cursor: pointer; position: absolute; right: 12px; top: 10px; width: 25px; height: 25px; background: url(../../images/zh-CN/close2.png) no-repeat; }
.tab_warp2 { width: 585px; height: 675px; font-size: 12px; background: #fff; position: absolute; top: 50%; left: 50%; margin-left: -293px; margin-top: -337px; }
.treeWrap { border: 1px #797979 solid; margin: 15px; height: 520px; overflow-y: auto; }
.treeview { font-size: 14px; }
/*20130227lcfAddStart*/
.btna3 { display: inline-block; margin-left: 3px; margin-right: 3px; width: 86px; height: 29px; line-height: 29px; text-align: center; font-size: 14px; border: 1px #797979 solid; border-radius: 5px; }
.aSa2 { position: absolute; right: 28px; top: 5px; color: #3333cc; text-decoration: underline; }
.spanS1 { display: inline-block; float: left; font-size: 14px; color: #0061b2; margin-left: 15px; line-height: 38px; }
.aS3 { display: inline-block; float: right; margin-left: 15px; display: inline-block; background: #0061B2; color: #fff !important; font-weight: 700; text-align: center; vertical-align: middle; cursor: pointer; border: 1px solid transparent; white-space: nowrap; padding: 2px 20px; font-size: 14px; border-radius: 4px; text-decoration: none; margin-top: 5px; }
.tableAdd2 td div { text-align: left; }
.treeWrap2 { border: 1px #797979 solid; margin: 15px; height: 300px; overflow-y: auto; }
.tab_warp2Add { height: 475px; margin-top: -238px; }
.none { display: none; }
.addS1 { border: 1px #d6d6d6 solid; }
.top1 { width: 100%; height: 40px; line-height: 40px; background: #0061b2; overflow: hidden; }
.top1 span { float: right; }
.top1 .back { float: left; margin-left: 35px; }
.top1 .edit { float: right; text-decoration: underline; }
.top1 span, .top1 a { color: #fff; margin-right: 35px; }
.imgWrap1 { text-align: center; }
.imgWrap1 img { margin: 0 auto; width:1000px; overflow:hidden }
.w1000 { width: 1000px; margin: 0 auto; background: #fff; padding-bottom: 30px; }
.ipt5 { font-size: 15px; color: #0061b2; font-family: "microsoft yahei"; resize: none; width: 98%; padding-left: 1%; padding-right: 1%; height: 40px; border: 1px #cccccc solid; }
.table7 { width: 100%; }
.table7 td { text-align: center; height: 38px; font-size: 14px; padding: 5px 10px; }
.table7 tbody td { border: 1px solid #f2f2f2; color: #0061b2; text-align: left; margin-left: 30px; }
.table7 td.tab6 { width: 15%; background-color: #ccdff0; font-weight: 700; text-align: right; margin-right: 30px; color: #0061b2; }
.table7 thead th { height: 38px; border: 1px solid #fff; color: #fff; text-align: left; margin-left: 30px; background: #2d67a8; padding: 5px 10px; font-size: 16px; font-weight: bold; }
.bgf2 { background: #f2f2f2; margin-bottom: 0px; }
.notice { display: inline-block; float: right; font-size: 14px; font-weight: bold; color: #eb4f38; margin-right: 10px; padding-left: 25px; background: url(../../images/zh-CN/bmpic2.png) no-repeat left center; }
.tit2 { background: url(../../images/zh-CN/line2.png) repeat-x left center; height: 38px; }
.tit2 span { display: block; width: 128px; height: 38px; line-height: 38px; background: #fff; text-align: center; font-size: 18px; color: #2d67a8; margin: 0 auto; font-weight: bold; }
.sel1 { border: none; display: inline-block; width: 76px; height: 20px; line-height: 20px; font-size: 16px; color: #2d67a8; margin-left: 30px; font-family: "微软雅黑", "microsoft yahei"; text-align: right; }
.add { padding-left: 30px; display: inline-block; background: url(../../images/zh-CN//bmpic4.png) no-repeat left center; margin: 5px 0 5px 25px; text-decoration: underline; line-height: 30px; color: #2d67a8; }
/*.ipt4 { display: block; border: 1px #bebebe solid; width: 75%; height: 29px; line-height: 29px; font-size: 14px; font-family: "microsoft yahei", "微软雅黑"; }*/

.ipt4 {  border: 1px #bebebe solid; width: 75%;  height: 29px; font-size: 14px; color:#0061b2; font-family: "microsoft yahei", "微软雅黑"; }

.table1 .tbody1 td .tableN td { padding: 0px; }
.table1 td .tableN td { height: 29px; }
.table7 .tbody1 td .tableN td { padding: 0px; }
.table7 td .tableN td { height: 29px; }
.fr { float: right; }
.moreAdd { display: block; float: right; padding-left: 40px; background: url(../../images/zh-CN/z/i6.png) no-repeat top left; font-size: 14px; font-weight: normal; color: #fff; text-decoration: underline; }
.area3 { height: 60px; width: 80%; margin-left: 10%; margin-right: 10%; border: 1px #999 solid; font-size: 14px; color: #666; font-family: "microsoft yahei"; resize: none; border-radius: 5px; }
.notice2 { display: inline-block; font-size: 16px; font-weight: normal; color: #0061b2; margin-left: 10px; padding-left: 35px; background: url(../../images/zh-CN/bmpic5.png) no-repeat left center; text-decoration: underline; }
.w4 { margin: 10px; border: 1px #ccc solid; padding-bottom: 30px; }
.table8 { width: 100%; }
.table8 td { text-align: center; height: 38px; font-size: 14px; padding: 5px 10px; }
.table8 tbody td { color: #666; text-align: left; margin-left: 30px; }
.table8 td.tab6 { width: 15%; background-color: #ccdff0; font-weight: 700; text-align: right; margin-right: 30px; color: #0061b2; }
.table8 thead th { height: 38px; color: #0061b2; text-align: center; margin-left: 30px; padding: 5px 10px; font-size: 16px; font-weight: bold; }
.table8 td a { float: right; margin-right: 20px; color: #0061b2; text-decoration: underline; }
.s3 { color: #0061b2; height: 32px; line-height: 32px; display: inline-block; padding-left: 60px; background: url(../../images/zh-CN/bmpic6.png) no-repeat left center; }
.s4 { color: #0061b2; height: 32px; line-height: 32px; display: inline-block; padding-left: 60px; background: url(../../images/zh-CN/bmpic7.png) no-repeat left center; }
.ipt6 { width: 240px; display: block; height: 32px; background: #fff; border: 1px #cccccc solid; padding-left: 10px; padding-right: 10px; font-size: 14px; line-height: 24px; border-top-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-top-left-radius: 2px; -moz-border-bottom-left-radius: 2px; color: #0061b2; font-family: "微软雅黑"; float: left; margin-top: 12px; text-decoration: underline; }
.file2 { cursor: pointer; }
.file2 { font-size: 12px; display: block; width: 66px; height: 35px; line-height: 27px; background: #f5f5f5 url(../../images/zh-CN/bmpic8.png) no-repeat center center; text-align: center; border-left: 0px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; -moz-border-top-right-radius: 2px; -moz-border-bottom-right-radius: 2px; color: #999; font-family: "微软雅黑"; float: left; margin-top: 12px; }
.file2n { display: block; float: left; width: 66px; height: 35px; cursor: pointer; font-size: 25px; }
.ipt7 { font-size: 15px; color: #0061b2; font-family: "microsoft yahei"; resize: none; width: 98%; padding-left: 1%; padding-right: 1%; height: 35px; border: 1px #cccccc solid; }
.btn3 { display: inline-block; width: 68px; height: 35px; line-height: 35px; text-align: center; font-size: 14px; color: #fff; background: #0061b2; }
.foot2 { width: 100%; background: #333333; overflow: hidden; padding-top: 15px; padding-bottom: 25px; }
.foot2 .aline1 a, .foot2 .aline1 span { color: #ffffff; font-size: 12px; height: 35px; display: inline-block; line-height: 35px; font-family: "宋体"; }
.foot2 .aline1 a:hover { text-decoration: none; color: #ffffff; }
.foot2 .aline1 span { padding-left: 5px; }
.foot2 .aline2 a, .foot2 .aline2 span { color: #fff; font-size: 14px; height: 35px; display: inline-block; line-height: 35px; }
.foot2 .aline2 span { padding-left: 5px; }
.foot2 .copyright { float: left; }
.foot2 .ewmWrap { color: #999999; float: right; margin-top: 20px; }
.bgnone { background: none; }
.foot2 .ps1 { color: #979797; line-height: 25px; }
.foot2 .s5 { float: left; margin-top: 15px; margin-left: 20px; }
.foot2 .s6 { float: left; margin-top: 15px; margin-left: 20px; }
/*20130227lcfAddEnd*/




/*zhanghui*/
.tit_ico_txt { height: 35px; line-height: 35px; vertical-align: middle; color: #fff; background: #0061B2; padding: 0 10px; margin-top: 20px; }
.tit_ico_txt img { vertical-align: middle; display: inline-block; margin-right: 10px; }
.table1 {table-layout: fixed; }
.table1 thead td { border: 1px solid #fff; }
.table1 tbody td.tl { text-align: left; }
.table1 tbody td.tr { text-align: right; }
.table1 .thead1 td { background: #d9e7f4; border: 1px solid #fff; color: #0061b2; }
.table1 .tbody1 td { padding: 10px; line-height: 1.8; background: #fff; }
.table1 .tbody1 td.tl { text-align: left; }
.table1 .tbody1 td.tr { text-align: right; }
.table1 .tbody1 td.blue { color: #0061b2; }
.table1 a { color: #0061b2; text-decoration: underline; }
.table1 tr.evenbg { background: #f2f2f2; }
.table1 .tbody2 { background: transparent; }
.table1 .tbody2 td { border: none; }
.table1 .tbody2 td.tl { text-align: left; }
.table1 .tbody2 td.tr { text-align: right; }
.table1 .thead2 td { background: #f3f3f3; text-align: center; color: #666; border: 1px solid #e3e3e3; }
.table1 img { display: inline; }
.table1 .btn1 { background-color: #005bac; color: #fff; font-family: "microsoft yahei", "微软雅黑"; padding: 0 15px; height: 30px; line-height: 30px; display: inline-block; border-radius: 5px; font-size: 14px; text-decoration: none; }
.doc { background: url(../../images/zh-CN/z/ico_doc.png) no-repeat left 0px; padding-left: 25px; color: #0061B2; display: inline-block; text-decoration: underline; }
.jpg { background: url(../../images/zh-CN/z/ico_jpg.png) no-repeat left 0; padding-left: 25px; color: #0061B2; display: inline-block; text-decoration: underline; }
.pdf { background: url(../../images/zh-CN/z/ico_pdf.png) no-repeat left 0; padding-left: 25px; color: #0061B2; display: inline-block; text-decoration: underline; }
.graybg { background: #f2f2f2; border: 1px solid #999999; padding: 10px; text-align: center; }
.graybg .border { background: #fff; border: 1px solid #999; padding: 10px; position: relative; }
.graybg .textarea { width: 100%; height: 68px; margin: 0; border: none; }
.textarea { height: 34px; width: 80%; margin-left: 10%; margin-right: 10%; border: 1px #999 solid; font-size: 14px; color: #666; font-family: "microsoft yahei"; resize: none; }
.input { border: 1px solid #ccc; width: 100%; height: 36px; line-height: 36px; background: #fff; text-indent: 2em; font-family: "microsoft yahei"; font-size: 14px; }
.input.rili { background: #fff url(../../images/zh-CN/z/ico_rili.png) no-repeat left center; text-indent: 2em; color: #999; }
.input.rili.width1 { width: 160px; }
.input.blue { color: #0061b2; }
.btnGroup .btn1 { border: none; cursor: pointer; }
.btnGroup2 { display: inline-block; position: relative; }
.btnGroup2 button { font-size: 16px; font-weight: bold; height: 40px; line-height: 40px; color: #fff; border-radius: 5px; padding: 0 20px; background-color: #0066cc; border: none; cursor: pointer; }
.btnGroup2 b { position: absolute; left: 85%; top: -10px; display: block; padding: 0 5px; height: 15px; background: #009dd9; color: #fff; border: 1px solid #a6ddf2; font-weight: normal; font-family: arial; font-size: 12px; text-align: center; }
.textareaBorder { display: block; border: 1px solid #ccc; background: #fff; padding: 10px; }
.textareaBorder textarea { font-size: 14px; color: #666; font-family: "microsoft yahei"; resize: none; width: 100%; }
.subTit_cblue { color: #0061B2; line-height: 50px; }
.border_blue { border: 1px solid #0061B2; }
.tableTit { color: #0061B2; font-weight: bold; font-size: 18px; background-color: #eee; line-height: 40px; padding: 0 20px; }
.border { border: 1px solid #ccc; border-radius: 5px; }
.editbody { width: 80%; margin: 0 auto; }
.editbody h1 { color: #0061B2; text-align: center; font-size: 20px; line-height: 3; border-bottom: 1px dashed #ccc; }
.editbody h1 span { display: block; font-size: 14px; color: #666; }
.editbody h1 span b { color: #f00; }
.subtit { padding: 20px 0; }
.subtit span { border-left: 2px solid #0061B2; font-size: 14px; padding: 0 10px; }
.editbody p { font-size: 14px; line-height: 2; text-indent: 2em; text-align: justify; }
.table_contact { width: 100%; }
.table_contact td { vertical-align: top; padding: 10px; line-height: 1.5; }
.cblue { color: #0061B2; }
.fujian { color: #0061B2; line-height: 2; }
.fujian p { color: #666; text-indent: 0; }
.nicEdit-main { text-align: left; }
/*page6*/
.subTit_tit { width: 130px; height: 36px; background-color: #0061b2; color: #fff; line-height: 36px; text-align: center; }
.table-Box6 { width: 100%; }
.table-Box6 td { text-align: center; height: 38px; font-size: 14px; padding: 5px 10px; line-height: 1.8; }
.table-Box6 tbody td { border: 1px solid #ccc; color: #666; text-align: left; margin-left: 30px; }
.table-Box6 td.tab6 { width: 15%; background-color: #e8f6ff; font-weight: 700; text-align: right; margin-right: 30px; }
.table-p15 td { padding: 8px 0; }
.newAdded { float: right; margin-top: 10px; background-color: #005bac; color: #fff; font-family: "microsoft yahei", "微软雅黑"; padding: 0 15px; height: 35px; line-height: 35px; display: inline-block; border-radius: 5px; font-size: 16px; font-weight: bold }
.btnGroup3 { display: inline-block; position: relative; }
.btnGroup3 button { height: 40px; line-height: 40px; font-size: 16px; font-weight: 700; color: #fff; border-radius: 5px; padding: 0 35px; background-color: #005bac; border: none; cursor: pointer; }
.btnGroup3 b { position: absolute; right: 0; margin-right: -10px; top: -10px; display: block; padding: 0 5px; height: 15px; background: #009dd9; color: #fff; border: 1px solid #a6ddf2; font-weight: normal; font-family: arial; font-size: 12px; text-align: center; }
.close6 { display: inline-block; height: 30px; line-height: 30px; border: 1px #3c5eb6 solid; border-radius: 5px; -moz-border-radius: 5px; font-size: 14px; color: #fff; padding-left: 9px; padding-right: 26px; background: #0061b2 url(../../images/zh-CN/close.png) no-repeat right center; cursor: pointer; margin-left: 20px; float: left; }
.file6 { display: inline-block; float: left; color: #005bac; font-size: 16px; text-decoration: underline; line-height: 30px; }
.meng { display: none; width: 100%; background-color: #000000; height: 50000px; overflow: hidden; position: fixed; top: 0; left: 0; opacity: 0.5; filter: alpha(opacity=50) }
.newAdded-Block { display: none; width: 700px; background-color: #f2f2f2; padding-bottom: 40px; position: fixed; left: 50%; margin-left: -350px; top: 30%; }
.newAdded-Block h2 { width: 100%; text-align: center; background: #0061b2 url(../../images/zh-CN/arrow.jpg) no-repeat right center; color: #fff; line-height: 50px; font-size: 20px; font-weight: lighter; }
.table-Block { margin: 30px; width: 91%; }
.table-Block td { font-size: 16px; padding: 10px; border: 1px solid #ccc; }
.table-Block td.td6 { text-align: right; }
.btn6 { height: 35px; line-height: 35px; display: block; margin: 0 auto; font-size: 16px; font-weight: 700; color: #fff; border-radius: 5px; padding: 0 35px; background-color: #005bac; border: none; cursor: pointer; }
.sel6 { width: 240px; height: 30px; }
/*page7*/
.seach7 { background-color: #f2f2f2; border: 1px solid #e0e0e0; padding: 20px; }
.table7 { width: 100%; }
.table7 td { font-size: 16px; }
.form-group, .form-control { float: left; display: inline-block; vertical-align: middle; box-sizing: border-box; }
.form-group { width: 21%; }
.form-group span { float: left; display: inline-block; line-height: 34px; }
.form-group span.blue { color: #0061B2; }
.form-control { width: 55%; float: left; display: inline-block; height: 34px; font-size: 14px; color: #555555; background-color: #ffffff; border: 1px solid #cccccc; }
.btn { float: right; margin-left: 10px; display: inline-block; background: #0061B2; color: #fff; font-weight: 700; text-align: center; vertical-align: middle; cursor: pointer; border: 1px solid transparent; white-space: nowrap; padding: 0 20px; height: 40px; line-height: 40px; font-size: 16px; border-radius: 4px; }
.btnA { margin-left: 10px; display: inline-block; background: #0061B2; color: #fff; font-weight: 700; text-align: center; vertical-align: middle; cursor: pointer; border: 1px solid transparent; white-space: nowrap; padding: 5px 20px; font-size: 14px; border-radius: 4px; }
.pages7 li a { float: right; margin: 10px 3px; }
.pages7 li a { padding: 2px 5px; color: #0061B2; }
.pages7 li a.pageA7 { border: 1px solid #e0e0e0; border-radius: 3px; }
.btnGroup7 { padding: 0; }
.btnGroup7 .btn1 { float: right; height: 34px; line-height: 34px; margin-left: 10px; }
/*page8*/
.subTit_tit8 { height: 36px; background-color: #0061b2; color: #fff; line-height: 36px; text-align: left; padding-left: 20px; }
.table-Box8 td.tab6 { color: #0061b2; }
.table-Box8 td.tab8 { width: 35%; text-align: center; color: #0061b2; }
.nav-tab li { float: left; padding: 8px 15px; border: 1px solid #e0e0e0; margin-left: -1px; }
.nav-tab li.showA { background-color: #0061b2; color: #fff; border: 1px solid #0061b2; }
.nav-tab li.showA a { color: #fff; }
.tab-info { display: none; border: 1px solid #e0e0e0; margin-top: -1px; }
.seach8 { position: relative; background-color: #f2f2f2; border: 1px solid #e0e0e0; padding: 20px; margin: 20px; }
.positA { position: absolute; right: 0; top: -60px; }
/*page12*/
.category { width: 100%; }
.category tbody td { background-color: #f2f2f2; }
.category .tbody12 td { padding: 5px 10px; border: 1px solid #ccc; }
.tit12 { font-size: 18px; line-height: 40px; font-weight: lighter; color: #005bac; }
/*page13*/
.click { text-align: center; padding: 20px 0; }
.click a { width: 180px; line-height: 30px; margin-right: 20px; font-size: 18px; text-align: left; padding: 10px 0; background: url(../../images/zh-CN/span2.png) no-repeat center; display: inline-block; }
.click a em { margin-left: 10px; font-style: normal; width: 30px; height: 30px; display: inline-block; text-align: center; }
.click a.clickA { background: url(../../images/zh-CN/span1.png) no-repeat center; color: #005bac; }
.click a.clickA em { color: #fff; }
.table13 tbody td { border: none; border: none; padding: 0; }
.table13 .btn1 { border: none; cursor: pointer; float: right; padding: 0 20px; height: 35px; margin-left: 15px; line-height: 35px; }
/*z.css___end*/

/*html1.html*/
.titH2 { width: 100%; margin: 0 auto; font-size: 18px; line-height: 40px; color: #fff; background: #0061b2; font-weight: lighter; text-align: center; }
.sec-main { width: 480px; margin: 0 auto; padding: 10px; }
.info-tree { padding: 10px; border: 1px solid #e0e0e0; height: 200px; overflow-x: auto; }
.sec-main h3 { font-size: 14px; font-weight: lighter; margin: 10px 0; }
.classInfo { border: 1px solid #e0e0e0; padding-bottom: 10px; }
.look { color: #0061b2; text-decoration: underline; line-height: 40px; position: absolute; right: 0; margin-right: 20px; }
/*需要导入的第三方样式*/

 /*page4.html*/
.titCode2 { width: 100%; margin: 0 auto; height: 40px; font-size: 18px; line-height: 40px; color: #fff; background: #0061b2; font-weight: lighter; text-align: center; }
.treeWrap { width: 490px; height: 420px; }
/**********************************************/
.treeview, .treeview ul { padding: 0; margin: 0; list-style: none; }
.treeview ul { background-color: white; margin-top: 4px; }
.treeview .hitarea { background: url(../../images/zh-CN/treeview/treeview-default.gif) -64px -25px no-repeat; height: 16px; width: 16px; margin-left: -16px; float: left; cursor: pointer; }
/* fix for IE6 */
* html .hitarea { display: inline; float: none; }
.treeview li { margin: 0; padding: 3px 0pt 3px 16px; }
.treeview a.selected { background-color: #eee; }
#treecontrol { margin: 1em 0; display: none; }
.treeview .hover { color: red; cursor: pointer; }
.treeview li { background: url(../../images/zh-CN/treeview/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
.treeview .expandable-hitarea { background-position: -80px -3px; }
.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../../images/zh-CN/treeview/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
.treeview-red li { background-image: url(../../images/zh-CN/treeview/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(../../images/zh-CN/treeview/treeview-red.gif); }
.treeview-black li { background-image: url(../../images/zh-CN/treeview/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(../../images/zh-CN/treeview/treeview-black.gif); }
.treeview-gray li { background-image: url(../../images/zh-CN/treeview/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(../../images/zh-CN/treeview/treeview-gray.gif); }
.treeview-famfamfam li { background-image: url(../../images/zh-CN/treeview/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(../../images/zh-CN/treeview/treeview-famfamfam.gif); }
.treeview .placeholder { background: url(../../images/zh-CN/jqueryUI/ajax-loader.gif) 0 0 no-repeat; height: 16px; width: 16px; display: block; }
/**********************************************/
.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(../../images/zh-CN/jqueryUI/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(../../images/zh-CN/jqueryUI/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(../../images/zh-CN/jqueryUI/file.gif) 0 0 no-repeat; }
/**********************************************/
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; background: #fff; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background: url(../../images/zh-CN/fancybox/fancy_close.png) no-repeat right; }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 44px; height: 44px; background: url('../../images/zh-CN/fancybox/fancybox_loading.gif') center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; }
.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url('../../images/zh-CN/fancybox/blank.gif'); /* helps IE */ -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; }
.fancybox-prev span { left: 10px; background-position: 0 -36px; }
.fancybox-next span { right: 10px; background-position: 0 -72px; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; }
/* Overlay helper */

.fancybox-lock { overflow: hidden !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: url('../../images/zh-CN/fancybox/fancybox_overlay.png'); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }
/* Title helper */

.fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; position: relative; text-shadow: none; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('../../images/zh-CN/fancybox/fancybox_sprite@2x.png'); background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/ }
#fancybox-loading div { background-image: url('../../images/zh-CN/fancybox/fancybox_loading@2x.gif'); background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/ }
}
/**********************************************/
/* treeview2.html */
.titH2 { width: 100%; margin: 0 auto; font-size: 18px; line-height: 40px; color: #fff; background: #0061b2; font-weight: lighter; text-align: center; }
.sec-main { width: 480px; margin: 0 auto; padding: 10px; }
.info-tree { padding: 10px; border: 1px solid #e0e0e0; height: 200px; overflow-x: auto; }
.sec-main h3 { font-size: 14px; font-weight: lighter; margin: 10px 0; }
.classInfo { border: 1px solid #e0e0e0; padding-bottom: 10px; }
.look { color: #0061b2; text-decoration: underline; line-height: 40px; position: absolute; right: 0; margin-right: 20px; }
.ml0 { margin-left: 0; }
/*jqueryUI.css*/
* /*! jQuery UI - v1.11.4 - 2015-03-11
----------------------------------*/
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height: 1%; }
.ui-helper-clearfix { display: block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: Alpha(Opacity=0); }
/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }
/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(../../images/zh-CN/jqueryUI/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(../../images/zh-CN/jqueryUI/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(../../images/zh-CN/jqueryUI/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(../../images/zh-CN/jqueryUI/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(../../images/zh-CN/jqueryUI/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight { border: 1px solid #fcefa1; background: #fbf9ee url(../../images/zh-CN/jqueryUI/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error { border: 1px solid #cd0a0a; background: #fef1ec url(../../images/zh-CN/jqueryUI/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter: Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter: Alpha(Opacity=70); font-weight: normal; }
/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../../images/zh-CN/jqueryUI/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon { background-image: url(../../images/zh-CN/jqueryUI/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon { background-image: url(../../images/zh-CN/jqueryUI/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../../images/zh-CN/jqueryUI/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon { background-image: url(../../images/zh-CN/jqueryUI/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon { background-image: url(../../images/zh-CN/jqueryUI/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon { background-image: url(../../images/zh-CN/jqueryUI/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background-image: url(../../images/zh-CN/jqueryUI/ui-icons_cd0a0a_256x240.png); }
/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }
/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(../../images/zh-CN/jqueryUI/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30; filter: Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../../images/zh-CN/jqueryUI/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30; filter: Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 200px; padding: .2em .2em 0; display: none }
.ui-datepicker .ui-datepicker-header { position: relative; padding: .2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left: 2px; }
.ui-datepicker .ui-datepicker-next { right: 2px; }
.ui-datepicker .ui-datepicker-prev-hover { left: 1px; }
.ui-datepicker .ui-datepicker-next-hover { right: 1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 26px; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float: left; font-size: 12px; margin: 1px 0; }
.ui-datepicker select.ui-datepicker-month-year { width: 100%; }
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 49%; }
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table { width: 100%; font-size: .9em; border-collapse: collapse; margin: 0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding: 0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width: auto; overflow: visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width: auto; }
.ui-datepicker-multi .ui-datepicker-group { float: left; }
.ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width: 0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; }
.ui-datepicker-row-break { clear: both; width: 100%; }
/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float: right; }
.ui-datepicker-rtl .ui-datepicker-group { float: right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; }
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover { display: none; /*sorry for IE5*/ display/**/: block; /*sorry for IE5*/ position: absolute; /*must have*/ z-index: -1; /*must have*/ filter: mask(); /*must have*/ top: -4px; /*must have*/ left: -4px; /*must have*/ width: 200px; /*must have*/ height: 200px; /*must have*/ }/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative; }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width: auto; overflow: visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height: 2em; text-align: left; }
.ui-progressbar .ui-progressbar-value { margin: -1px; height: 100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative; }
.ui-resizable-handle { position: absolute; font-size: 0.1px; z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px; }/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }
.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui_tpicker_hour_label, .ui_tpicker_minute_label, .ui_tpicker_second_label, .ui_tpicker_millisec_label, .ui_tpicker_time_label { padding-left: 20px }
/*20160303 add*/
.stepAll { text-align: center; }
.stepAll a { display: inline-block; margin: 0 12px;  height: 44px; line-height: 44px; background: #e4e4e4 url(../../images/zh-CN/20130303/abg.jpg) no-repeat right center; padding-right: 20px; position: relative; color: #999;}
.stepAll a em { display: inline-block; color: #fff; width: 27px; height: 27px; background: #999999; border-radius: 3px; float: left; margin: 9px 9px 0 9px; line-height: 27px; text-align: center; font-style: normal; }
.stepAll a b { position: absolute; right: 5px; top: -5px; height: 16px; line-height: 16px; padding: 0 5px; background: #009dd9; border: 1px solid #a6ddf2; display: inline-block; font-size: 12px; font-family: arial; text-align: center; color: #fff; }
.stepAll a.pass { background: #ccdff0 url(../../images/zh-CN/20130303/abgon.jpg) no-repeat right center; color: #005bac;  }
.stepAll a.pass em { background-color: #0061b2; }
.stepAll a.on { background: #009dd9 url(../../images/zh-CN/20130303/abgactive.jpg) no-repeat right center; color: #fff; }
.stepAll a.on em { background-color: #0060b3; color: #fff; }

.table1 .tbody1 .bgblue, .bgblue { background-color: #d9e7f4; }

.accordion { margin-top: 10px;}
.accordion h3 { border: 1px solid #005bac; background: #ccdff0; padding: 0 20px; font-size: 14px; color: #005bac; margin-top: 10px;}
.accordion h3 span {background: url(../../images/zh-CN/20130303/arr_b.png) no-repeat right center; display: block; padding: 10px 0px;}
.accordion div { border: 1px solid #005bac; margin-top: -1px; padding: 20px; overflow: hidden; zoom:1; margin-bottom: 10px;}
.accordion p { text-indent: 0;}
.accordion h3.off span { background: url(../../images/zh-CN/20130303/arr_t.png) no-repeat right center;}

.cred { color: #f00;}

.fileGroup { display: inline-block; height: 30px;line-height: 30px;border: 1px #3c5eb6 solid;border-radius: 5px;-moz-border-radius: 5px;font-size: 14px;color: #fff;padding:0 10px;background: #0061b2;float: left; margin:5px 0 5px 10px}
.fileGroup a { color: #fff;}
.fileGroup .del { margin-left: 10px; text-decoration: underline; background: url(../../images/zh-CN/del1.png) no-repeat center center; display: inline-block; text-indent: -9999em; width: 22px; cursor:pointer}
.elips { text-overflow: ellipsis; /* IE/Safari */ -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; /* Opera */ -moz-binding: url("ellipsis.xml#ellipsis"); /*FireFox*/  }
.fixedTable {width: 100%; table-layout: fixed; display: block;}
.eclipsTab .ellips,.elips {    overflow:hidden;
    white-space:nowrap;
    word-break:break-all;
    display:inline;
    -ms-text-overflow: ellipsis;
    text-overflow:ellipsis; 
-o-text-overflow:ellipsis; 
-icab-text-overflow: ellipsis; 
-khtml-text-overflow: ellipsis; 
-moz-text-overflow: ellipsis; 
-webkit-text-overflow: ellipsis;
}


.banner { position: relative;}
.banner img { display: block;}
.banner .close { display: inline-block; color: #fff; background-color: #0d3056; position: absolute; right:0; top:0; padding: 5px 10px;}
.banner .close b { display: inline-block; margin-left: 5px; transition: all 0.3s}
.banner .close:hover b { -webkit-transform:rotate(180deg);}

