@charset "utf-8";
/* CSS Document */

/*格式化样式*/
*{margin:0;padding:0}
body{font:12px/1.5 MIcrosoft YaHei,Arial, Helvetica, sans-serif;color:#333}
table{width:100%; border-collapse:collapse;border:none;border-spacing:0}
a{color:#202020;text-decoration:none;}
img{border:none}
input{vertical-align:middle;outline:none}
textarea{outline:none;}
ul,ol,dl{list-style:none;}
b,em,i,u,strong{font-weight:normal;font-style:normal;text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}
.textarea{width:740px;height:100px;resize: none;padding:10px}
textarea{outline:none;outline:none;border:solid 1px #e2e2e2;}

/*公共样式*/
.fl{float:left;}
.fr{float:right;}
.clearfix{overflow:hidden;zoom:1}
.clear{clear:both}

.header{height:71px;background:url(../images/header.jpg) repeat-x}
.wrap1200{width:1200px;margin:0 auto}
.logo{margin-top:8px}
.login{width:55px;height:34px;text-align:center;line-height:34px;background:#333;color:#fff;font-size:14px;margin-top:20px}
.search{width:356px;margin-right:10px;margin-top:20px}
.inp{width:284px;height:32px;border:solid 1px #7a7a7a;border-right:none;font-family:Microsoft YaHei;padding:0 10px;background:none}
.sub{width:47px;height:34px;background:url(../images/sub_03.png) no-repeat;cursor:pointer;border:none}

.nav{height:44px;background:#305484}
.nav ul li{float:left;}
.nav ul li a{float:left;padding:0 20px;height:44px;line-height:44px;color:#fff;font-size:16px}
.nav ul li a:hover,.nav ul li.cur a{font-weight:bold;background:#1d4377}

.footer{font-size:14px;padding:20px;text-align:center;line-height:2}

/**弹出层样式**/
.popup{background:#fff;box-shadow:0 0 10px #666;border-radius:5px;position:absolute;left:30%;top:30%;border-top:solid 3px #4893cc}
.popup h3{height:46px;line-height:46px;padding:0 15px;font-size:16px}
.closed{width:15px;height:15px;background:url(../images/closed.png) no-repeat;margin-top:12px}
.popupCon{margin-top:14px;max-height:375px;overflow:auto}
.popupCon .blueTable table{width:100%;min-width:0}
.popupCon .blueTable table td,.popupCon .blueTable table th{border:none}
.bottomBtn{height:35px;background:#eee;text-align:center;margin-bottom:0;margin-top:10px;padding-top:5px;}
.bottomBtn input{padding:0 30px;margin:0 5px}
.bottomBtn input { margin: 0 5px;padding: 0 30px;}
.blueBtn {border-radius: 3px;display: inline-block;font-size: 14px; height: 26px;line-height: 26px;margin: 0 5px;}
.blueBtn {background: #7e9e26 none repeat scroll 0 0;color: #fff;}
.cancel { background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: 1px solid #c0c0c0; border-radius: 3px;display: inline-block;height: 26px;line-height: 26px;padding: 0 15px;}
