@charset "utf-8";
/* CSS Document */
.banner{ width:100%; min-height:55px; margin:0 auto; overflow:hidden;}
.banner img{width:100%;}

.company_tit{ width:90%; margin:20px auto 10px auto; font-size:16px; color:#007ca5;}
.company_tit span{ font-family:Arial, Helvetica, sans-serif; font-size:12px; text-transform:uppercase; color:#666; margin-left:3px;}
.company_tit a{ float:right; }

.company_con{ width:90%; min-height:40px; border:solid 1px #edeef0; margin:10px auto 0 auto; padding:10px;}
.company_con_tit{ width:100%; font-size:14px; line-height:24px; color:#666;}
.company_con_tit p{ padding:0; margin:0;}
.company_con_pic{ width:100%; margin-top:10px;}
.company_con img{ width:100%}

.pro{ width:90%; min-height:55px; margin:0 auto;}
.pro ul{}
.pro ul li{ float:left; display:block; width:30%; margin-right:5%; margin-bottom:20px;}
.pro ul li:nth-child(3n){ margin-right:0;}
.pro ul li span{ width:100%; height:30px; line-height:30px; display:block; text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap;overflow:hidden;}
.pro ul li img{ width:100%; border:solid 1px #CCC;}
