@charset "UTF-8";
/* 关于我们 */
.about_tabs { width: 170px; float: left; text-align: center; font-size: 16px; line-height: 42px; background-color: #f9f9f9; }
.about_tabs li { cursor: pointer; }
.about_tabs li.on { color: #fff; background-color: #19b955; }

.about_sheet { margin-left: 210px; display: none; min-height: 500px; }
.about_sheet h1 { font-size: 20px; font-weight: bold; border-bottom: 1px solid #eee; padding: 5px 0 10px; }
.about_sheet p { font-size: 14px; line-height: 36px; color: #333; }
.about_sheet strong { font-size: 16px; font-weight: bold; padding: 20px 0 5px; display: block; }
.about_sheet img { margin-bottom: 20px; }
.about_sheet .links { overflow: hidden; }
.about_sheet .links li { width: 16.66%; float: left; }
.about_sheet .links li a { font-size: 14px; line-height: 36px; }

/* 软件提交 */
.pubtitle { font-size: 20px; font-weight: bold; border-bottom: 1px solid #eee; line-height: 2; }

.pub p { font-size: 14px; line-height: 1.8; margin: 8px 0 5px; }
.pub .session { margin-top: 30px; border: 1px solid #eee; }
.pub .session h2 { font-size: 16px; background-color: #f7f7f7; font-weight: bold; line-height: 2; padding-left: 15px; border-bottom: 1px solid #eee; }
.pub .session p { padding-left: 15px; }

#formDiv { *zoom: 1; width: 81%; }

.form { font: 14px Arial, Helvetica, sans-serif; color: #444; position: relative; left: 20px; top: 15px; }

.form tr { height: 42px; }

.form .tright { float: right; line-height: 40px; padding-right: 12px; letter-spacing: 1px; text-align: right; *width: 120px; }

.form input[type="text"], .form textarea, .form select { padding: 3px 0 3px 6px; border: 1px solid #E5E5E5; background: #fdfdfd; height: 25px; line-height: 15px; }

.form input[type="text"]:hover, .form textarea:hover, .form select:hover { background: #fafafa; }

.form input[type="radio"] { font-weight: 400; margin: 0px 6px 0 20px; }

#cj1 { margin-left: 0; }

.form textarea { height: 100px; padding: 5px 0 0 5px; margin-bottom: 4px; margin-top: 8px; line-height: 18px; }

.form textarea.jie { height: 50px; line-height: 18px; }

.form select { width: 50%; line-height: 16px; }

.form span { color: #ADADAD; margin-left: 10px; }

.fg { padding-top: 20px; }

.sub { background: #19b955; border: none; color: #FFF; padding: 8px 60px; border-radius: 3px; font-size: 18px; margin: 25px 0 18px 135px; cursor: pointer; }

.sub:hover { background: #439631; }

input, label { vertical-align: middle; font-weight: normal; }

.succ { margin-left: 80px; background: url(../images/commitsucc.png) no-repeat 20px 40px; }

.succ i.con { font-size: 32px; color: #555555; font-style: normal; display: block; margin-left: 160px; line-height: 180px; }
.about_sheet a:hover{
    color: red;
}