﻿
html { min-width: 993px; overflow-y: scroll; }
body { width: 100%; height: 100%; background-color: #fff; color: #333; margin: 0; border: 0; padding: 0; min-width: 993px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }

input{border:1px solid #bad0d5;border-top:1px solid #8fadb4}
input[type="radio"]{border:0}

input[type="password"] { width: 200px; }
input[type="file"] { width: 205px; }
input[type="button"] { height: 23px; }
input[type="submit"] { height: 23px; }

.myul { margin: 0; padding: 0; }
.myul li { list-style-type: none; }
.liil li { display: inline; }
.myul a { text-decoration: none; }
.myul a:hover { text-decoration: underline; }

p, form { margin: 0; padding: 0; }

img { border: 0; }

img, input, button, select { vertical-align: middle; }

table { border-collapse: collapse; }

.tit { white-space: nowrap; overflow: hidden; word-break: keep-all; text-overflow: ellipsis; }

.hide { display: none; }

.cursorP { cursor: pointer; /*手形光标*/ }

.clearBoth { overflow: hidden; }
.clear { clear: both; }

.textW200 { width: 200px; }
.textW100 { width: 100px; }
.textW150 { width: 150px; }
.textW250 { width: 250px; }

.tabBody { width: auto; margin: 0 15px; /*选项卡*/ }

/*search*/
#FloatDIV { display: block; position: absolute; border: #ccc 1px solid; background-color: White; overflow: hidden; z-index: 999; }
#FloatDIV a { text-align: left; text-decoration: none; display: block; height: 20px; line-height: 20px; font-size: 12px; margin: 0; padding: 0 0 0 8px; }
/*serach -end-*/

/*div*/
.divH10 { width: 100%; height: 10px; }
.divHr { width: 100%; height: 5px; margin-top: 5px; border-top: solid 1px #dfdfdf; /*div-hr*/ }
.divLeft { padding-left: 20px; }
/*div -end-*/

/*table*/
.table0 { width: 100%; margin-top: 8px; border: solid 1px #ccc; }
.table0 td { border-bottom: solid 1px #ccc; padding: 4px 0 4px 30px; }

.table1 { width: 100%; margin-top: 8px; border: solid 1px #80B6D2; }
.table1 th { color: #0452a1; text-align: left; padding: 8px 4px; }
.table1 td { border-top: solid 1px #80B6D2; padding: 4px; }

.table2 { width: 100%; margin-top: 8px; border: solid 1px #80B6D2; }
.table2 th { text-align: left; border-bottom: solid 1px #80B6D2; padding: 8px 4px; }
.table2 td { padding: 4px; }

.table3 { width: 100%; border: solid 1px #CFCFCF; }
.table3 th { text-align: left; padding: 8px 4px; }
.table3 td { border-top: solid 1px #CFCFCF; padding: 4px; }

.table4 { }
.table4 td { padding: 5px 25px; }

.table5 { width: 100%; }
.table5 th { text-align: left; border-bottom: solid 1px #80B6D2; padding: 8px 4px; }
.table5 td { padding: 4px; }

.table6 { margin-left: 20px; }
.table6 td { padding: 4px; }
/*table -end-*/


/*font*/
.font30 { font-size: 30px; }
.font14 { font-size: 14px; }
.font12 { font-size: 12px; }
.font14B { font-size: 14px; font-weight: bold; }
/*font -end-*/

/*a*/
a { font-family: "Arial,Helvetica, sans-serif"; font-size: 12px; color: #0452a1; margin: 0; padding: 0; border: 0; outline: none; /*ff链接虚线框*/ }
a:link { }
a:visited { }
a:hover { }
A:active { }

a.linkWhite { font-size: 12px; color: #fff; text-decoration: none; }
a.linkOrange { font-size: 12px; color: #F4783A; text-decoration: none; }
/*a -end-*/


/*color*/
.colorWhite { color: #fff; /*白色*/ }
.colorBlack { color: #000; /*黑色*/ }
.colorRed { color: Red; /*红色*/ }
.colorOrange { color: #F4783A; /*橘黄色*/ }
/*蓝色系列*/
.colorBlue { color: Blue; }
.colorBlue1 { color: #257CCB; }
.colorBlue2 { color: #0452a1; }
.colorBlue3 { color: #338ED9; }
.colorBlue4 { color: #022A65; }
/*color -end-*/
