1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
@charset "utf-8";
/* CSS Document */
a { color: #666; }
img { border: 0px; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
ul, p, dl, dt, dd { padding: 0px; margin: 0px; }
li { list-style-position: outside; list-style-type: none; }
h1, h2, h3, h4, h5 { font-size: 13px; font-weight: normal; padding: 0px; margin: 0px; }
h1 { font-size: 16px; }
h5 { font-size: 12px; }
.fl { float: left; }
.fr { float: right; }
/*.clear_f{clear:both; height:0px; padding:0px; margin:0px; display:block; _display:inherit;}*/
.clear_f { clear: both; height: 0px; padding: 0px; margin: 0px; display: inherit; }
.h10 { height: 10px; overflow: hidden; clear: both; }
.w310 { width: 310px; overflow: hidden; }
.w680 { width: 680px; overflow: hidden; }
.w200 { width: 200px; overflow: hidden; }
.w790 { width: 790px; overflow: hidden; }
 
.wal { width: 1000px; margin: 0px auto; overflow: hidden; }
.red { color: #f50; }
.gray { color: #999; }
.CB{ clear:both;}
 
/*公共样式(边框、标题)*/
.box_1 { border: 0px solid #CACACA; }
.t_1 { padding: 0 10px; background: url(../../../images/admin/admin_crumbs.jpg) top repeat-x; height: 27px; line-height: 27px; overflow: hidden; color: #3f92c8; position: relative; font-family: 微软雅黑; }
.t_1 .more { position: absolute; z-index: 10; top: 0px; right: 10px; color:White; }
.t_2 { padding: 0 10px; background: url(../image/t_2.gif) top repeat-x; height: 32px; line-height: 32px; overflow: hidden; position: relative; border-left: #ddd solid 1px; border-right: #ddd solid 1px; }
.t_2 h2 { float: left; height: 30px; line-height: 30px; overflow: hidden; padding: 0 15px; background: url(../image/t_2Bg.gif) top repeat-x; border: #0078b4 solid 1px; color: #FFF; }
.t_2 .more { position: absolute; z-index: 10; top: 0px; right: 10px; }
.box_2 { border: #ddd solid 1px; border-top: 0px; }
 
/*公共样式(列表)*/
.list_1 li { height: 32px; overflow: hidden; border-bottom: #ddd solid 1px; position: relative; }
.list_1 li div { position: absolute; z-index: 10; top: 0px; height: 32px; line-height: 32px; overflow: hidden; }
.list_1 a { color: #999; }
 
.list_2 li { height: 32px; overflow: hidden; border-bottom: #ddd solid 1px; position: relative; }
.list_2 li div { position: absolute; z-index: 10; top: 0px; height: 32px; line-height: 32px; overflow: hidden; }
.list_2 a { color: #999; }
/*模板公共样式*/
body { background: none; font-size: 12px; font-family: "宋体"; color: #666; width: 1014px; margin: 0px auto; }
a:hover { color: #1c7bb3; }
.Templatehead { height: 118px; overflow: hidden; width: 1014px; margin: 0px auto;background: url(../../../images/admin/header_bg1.jpg) left top repeat-x #FFFFFF;  color:#000; padding:0px; position:relative; margin-bottom:5px; }
.Templatehead .fr { padding-top: 14px; }
.Templatehead .LogoTitle{font-size: 40px; height: 78px; line-height: 78px;width: 450px; font-family: "幼圆"; font-weight: normal;  background-repeat: no-repeat;color: #2885CF;}
.Templatehead a{color: #2885CF; }
.TemplateNav { height: 31px; overflow: hidden; position:absolute; bottom:0px; left:0px;}
.TemplateNav ul { width: 1014px; margin: 0px auto; }
.TemplateNav li { padding-right: 3px; text-align: center; float: left; }
.TemplateNav a { display: block; float: left; height: 31px; line-height: 31px; overflow: hidden; width: 124px; color: #FFF; text-decoration: none; font-size: 14px; font-weight: normal; font-family: 微软雅黑; background: url(/Pages/Templet/Default/Shared/nav_bj1.jpg) repeat scroll 0 0 transparent;}
.TemplateNav a:hover, .TemplateNav .a_now { background: url(/Pages/Templet/Default/Shared/nav_bj_ys1.jpg) repeat scroll 0 0 transparent; text-decoration: none; }
.t_1 { color: #FFF; }
#wal { width: 1014px; margin: 0px auto; }
 
/*模板公共样式End*/
 
/*首页*/
.loginDiv { border: #1c7bb3 solid 2px; padding-top: 5px; height: 171px; overflow: hidden; margin-bottom: 10px; }
.loginDiv h2 { height: 38px; line-height: 38px; overflow: hidden; text-align: center; margin-bottom: 5px; color: #1c7bb3; }
.loginDiv .form_div1 .span1 { width: 40px; padding-top: 5px; }
.loginDiv .form_div1 .input1 { width: 120px; }
.loginDiv .form_div1 .btn1 { background: url(/App_Themes/UI/TemplateImg/btn1.gif); width: 50px; height: 21px; color: #666; font-weight: bold; }
.loginDiv .form_div1 .btn2 { color: #1c7bb3; }
.loginDiv .h10 { height: 6px; }
 
.TemplateList { padding: 8px 0; border: 1px solid #CACACA; border-top:0px solid #CACACA;}
.TemplateList li { height: 24px; line-height: 24px; overflow: hidden; padding-left: 18px; background: url(/Pages/Templet/Default/Shared/ico63.jpg) 10px center no-repeat; }
.ManYeWu { color: #1c7bb3; }
 
/*焦点图*/
.indexFlash { height: 398px; overflow: hidden; position: relative; }
.indexFlash .btnDiv { position: absolute; z-index: 10; right: 9px; bottom: 9px; }
.indexFlash .btnDiv span { display: block; float: left; border: #FFF solid 1px; width: 19px; text-align: center; height: 19px; line-height: 19px; overflow: hidden; cursor: pointer; margin-left: 5px; font-family: Arial; background: #f7f5ef; color: #F60; }
.indexFlash .btnDiv .span_now { color: #FFF; border: #F60 solid 1px; background: #ff8800; }
.indexFlash ul, .indexFlash li { height: 398px; overflow: hidden; }
.indexFlash li { float: left; }
 
.indexBox { width: 242px; padding-right: 10px; }
.indexBox a { color: #666666; }
/*首页End*/
 
/*详情页*/
.contact { padding: 8px;border: 1px solid #CACACA; border-top:0px solid #CACACA; min-height:366px;}
.contact li { height: auto; line-height: 20px; overflow: hidden; padding: 5px 0 0 8px; }
.contact li img { float: left; margin-right: 5px; }
/*详情页End*/
 
/*自助询价*/
.lNavTitle { background: url(/Templet/Default/Shared/helpT.gif); }
.lNav { border:1px solid #CCC ; border-top: 0px; }
.lNav .h2_now { color: #1c7bb3; background: url(/App_Themes/UI/TemplateImg/ico4.gif) 167px center no-repeat; }
.lNav li a:hover, .lNav li .a_now { background: url(/Pages/Templet/Default/Shared/ico63.jpg) 27px center no-repeat; color: #1c7bb3; }
/*自助询价End*/
 
/*新闻公告列表*/
.ShopInfoList { width: 100%; height: auto; overflow: hidden; color: #666; padding-left: 10px; }
.ShopInfoList .TitleCss { width: 90%; height: 35px; line-height: 33px; font-size: 12px; float: left; }
.ShopInfoList .TitleCss a { color: #333; }
.ShopInfoList .TitleCss a:hover { color: #1c7bb3; }
.ShopInfoList .TimeCss { width: 10%; float: left; height: 35px; line-height: 33px; font-size: 12px; }
.ShopInfoList .Fenge { height: 1px; width: 98%; border-bottom: 1px dashed #ddd; }
 
.ShopInfoList .DetailTitle { width: 90%; height: auto; font-size: 24px; color: #333; text-align: center; padding: 20px 20px 10px 20px; line-height: 28px; font-family: Microsoft Yahei; }
.ShopInfoList .DetailTime { width: 90%; font-size: 12px; color: #666; text-align: center; font-family: Microsoft Yahei; }
.ShopInfoList .DetailContent { width: 96%; text-indent: 2em; line-height: 25px; color: #333; padding: 20px 10px; font-size: 14px; }
/*新闻公告列表*/
 
.contactbox li { line-height: 25px; height: 25px; background-repeat: no-repeat; background-position: 0 5px; padding-left: 20px; overflow:hidden; }
.loginbox li { line-height: 30px; height: 30px; padding-left: 20px; }
.input1 { border: 1px solid #CCCCCC; height: 13px; line-height: 13px; padding: 5px; width: 100px; }
.btn2 { border: 1px solid #83B1F2; font-size: 12px; height: 24px; line-height: 22px; background: url("Shared/btn_bg.jpg") repeat scroll 0 0 transparent; width: 60px; }
 
#page { font-size: 12px; color: #555; margin-bottom: 0px; float: right; font-weight: bold; }
.paginator { font: 12px Arial, Helvetica, sans-serif; padding: 10px 20px 10px 0; margin: 0px; float: right; }
.paginator a { padding: 1px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; margin-right: 2px; }
.paginator a:visited { padding: 1px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; }
.paginator .cpb { padding: 1px 6px; font-weight: bold; font-size: 13px; border: none; }
.paginator a:hover { color: #fff; background: #ffa501; border-color: #ffa501; text-decoration: none; }