﻿@charset "utf-8";
/* CSS Document */

/*
page 下载中心
*/
.proList { width:650px; }
.proList li { height:122px; background:url(../images/lineBg1.gif) repeat-x bottom; position:relative; }
.proList .proPic { width:124px; height:82px; position:absolute; left:10px; top:20px; }
.proList h2 { font-size:12px; font-weight:normal; height:20px; line-height:22px; background:url(../images/ico4.gif) no-repeat left center; padding-left:20px; position:absolute; left:150px; top:30px; }
.proList p { position:absolute; left:165px; top:53px; }
.proList .downLoad { background:url(../images/ico5.gif) no-repeat left center; height:20px; line-height:22px; padding-left:20px; position:absolute; left:148px; top:80px; }
.proList li.noBottomLine{ background:none;}
/*
page 公司动态
*/
.newsList{ width:650px;}
.newsList li{ height:2em; line-height:2em; background:url(../images/lineBg1.gif) repeat-x bottom;}
.newsList h2{ font-size:12px; font-weight:normal; display:inline; float:left;}
.newsList .time{ display:inline; float:right; color:#0083d7;}
.newsList li.noBottomLine{ background:none;}
/*
page 工程案例
*/
.picList{ width:650px;}
.picList li{ width:300px; height:240px; text-align:center; float:left;}
.picList li img{width:279px; height:186px;}
.picList h2{ background:url(../images/ico4.gif) no-repeat left center; height:20px; line-height:22px; text-align:left; margin-left:15px; padding-left:20px; font-size:12px; font-weight:normal;}
/*
page 留言版
*/
#formMsg{ margin:20px;}
#formMsg p{ margin:10px 0;}
#formMsg h2{ font-size:12px; font-weight:normal; margin-top:10px;}
#formMsg input , #formMsg textarea{ border:1px solid #ccc; background:#f9f9f9; }
#formMsg input{height:20px; width:240px;}
#formMsg textarea{height:200px; width:560px; overflow:auto;}
#formMsg input[type=image]{height:auto; width:auto; border:0px;}
