﻿body {font-size:14px;margin:0;padding:0;background:#ffffff;}
.main {width:1024px;margin:-15px auto;padding:0;}

.header {width:100%;height:100px;background:#f9f9f9;}
.title {float:left;width:60%;font-size:260%;font-weight:blod;line-height:100px;text-indent:60px;}
.phone {float:right;width:30%;line-height:100px;}
.phone img{width:32px;height:26px;vertical-align:middle;}

/*菜单*/
.menu {width:100%;height:50px;background:#0066cc url(../../image/menuback.jpg) repeat-x;}
.menu ul {list-style:none;width:100%;height:50px;margin:0;padding:0;}
.menu ul li {float:left;line-height:50px;min-width:100px;text-align:center;}
.menu ul a {display:block;text-decoration:none;color:#ffffff;font-weight:blod;}
.menu ul a:hover {	color:#000000;background:#e7f2fd;}
.menuSelected {color:#000000;background:#4c4c4c;}

/*首页分栏*/
.content {width:100%;min-height:500px;}
.content_top {width:100%;margin:4px 0 4px 0;}
.content_top img {width:1024px;height:300px;}
.content_left {float:left;width:30%;}
.content_right {float:right;width:68%;}

/*页脚*/
.footer {clear:both;width:100%;background:#f4f4f4;color:#000000;text-align:center;padding:40px 0 40px 0;}
.footer ul {list-style:none;}
.footer li {padding:4px 0 4px 0;}
.footer a {color:#000000;}

/*信息列表  地图*/
.messageList_map {width:100%;margin:2px;}
.messageList_map h3 {background:#5cabfa;margin:0;padding:4px 0 4px 0;border-radius:10px 10px 0 0;text-align:center;}


/*首页商品展示*/
.commodity_show {width:100%;padding:6px 0 6px 0;}
.commodity_show ul {list-style:none;margin:0;padding:0;}
.commodity_show li {float:left;margin:4px;}
.commodity_show img {width:120px;height:90px;}
.commodity_show div {width:120px;text-align:center;overflow:hidden;}

/*页码*/
.page {float:left;width:100%;border-bottom:1px solid #4499ee;margin-bottom:10px;}
.page ul {list-style:none;float:left;margin-top:4px;}
.page ul li {float:left;margin:0 2px 0 2px;background:#000000 url(../../image/pageback.jpg) repeat-x;border:1px solid #dddddd;}
.page .selectedPage {float:left;margin:0 2px 0 2px;background:#4499ee;border:1px solid #dddddd;}
.page a {text-decoration:none;display:block;color:#ffffff;padding:6px 12px 6px 12px;}
.page ul li:hover {background:#99ccff;border:1px solid #0099cc;}
.selectType {float:left;width:20%;margin-top:4px;padding:6px 12px 6px 12px;}

/*商品页显示*/
.commodity_list {}
.commodity_list .list {float:left;width:160px;height:180px;margin:4px;}
.commodity_list img {width:160px;height:130px;}
.commodity_list div {width:160px;height:50px;text-align:center;overflow:hidden;}


/*关于*/
.about {padding:0 60px 30px 60px;}
.about img {float:left;margin:0 20px 20px 0;}
.about p {text-indent:30px;}

/*信息显示*/
.message {clear:both;width:100%;margin:4px 0 5px 0;padding:2px 0 2px 0;background-color:#f8f8f8;border-radius:10px 10px 0 0}
.message .msg_title {text-align:left;font-size:160%;font-weight:blod;border-bottom:1px solid #b3b3b3;width:94%;margin:2px auto;padding:2px 0 2px 0;}
.message .msg {text-indent:30px;margin:10px 10px 10px 10px;}
.message ul {list-style:none;width:100%;margin:0;padding:0 0 6px 0;background-color:#f8f8f8;}
.message li {padding:3px 0 3px 0;width:100%;text-indent:20px;}
.message .selectedMsg {background:#00d8ff;}
.message a{text-decoration:none;display:block;color:#000000;}
.message li:hover {background:#005bb0;}
.message li:hover a {color:#ffffff;}

