123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- /*格式化样式*/
- body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;font-family:微软雅黑;}
- table {border-collapse:collapse;border-spacing:0;}
- fieldset,img {border:0}
- address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
- ol,ul {list-style:none}
- caption,th {text-align:left}
- h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal}
- q:before,q:after {content:''}
- abbr,acronym { border:0}
- /*文字排版、颜色*/
- .f12{font-size:12px}
- .f13{font-size:13px}
- .f14{font-size:14px}
- .f16{font-size:16px}
- .f20{font-size:20px}
- .fb{font-weight:bold}
- .fn{font-weight:normal}
- .t2{text-indent:2em}
- .red,a.red{color:#cc0031}
- .darkblue,a.darkblue{color:#039}
- .gray,a.gray{color:#878787}
- .lh150{line-height:150%}
- .lh180{line-height:180%}
- .lh200{line-height:200%}
- .unl{text-decoration:underline;}
- .no_unl{text-decoration:none;}
- /*定位*/
- .tl{text-align:left}
- .tc{text-align:center}
- .tr{text-align:right}
- .fl{float:left;display:inline}
- .fr{float:right;display:inline}
- .cb{clear:both}
- .cl{clear:left}
- .cr{clear:right}
- .vm{vertical-align:middle}
- .pr{position:relative}
- .pa{position:absolute}
- .abs-right{position:absolute;right:0}
- .zoom{zoom:1}
- .hidden{visibility:hidden}
- .none{display:none}
- /*长度高度*/
- .w10{width:10px}
- .w20{width:20px}
- .w50{width:50px}
- .w90{width:90px}
- .w100{width:100px}
- .w200{width:200px}
- .w250{width:250px}
- .w500{width:500px}
- .w800{width:800px}
- .w{width:100%}
- .h50{height:50px}
- .h80{height:80px}
- .h100{height:100px}
- .h200{height:200px}
- .h{height:100%}
- /*边距*/
- .m10{margin:10px}
- .m15{margin:15px}
- .m30{margin:30px}
- .mt5{margin-top:5px}
- .mt10{margin-top:10px}
- .mt15{margin-top:15px}
- .mt50{margin-top:50px}
- .mt100{margin-top:100px}
- .mb5{margin-bottom:5px}
- .mb10{margin-bottom:10px}
- .mb15{margin-bottom:15px}
- .mb100{margin-bottom:100px}
- .ml5{margin-left:5px}
- .ml10{margin-left:10px}
- .ml15{margin-left:15px}
- .ml20{margin-left:20px}
- .ml30{margin-left:30px}
- .ml50{margin-left:50px}
- .ml100{margin-left:100px}
- .mr5{margin-right:5px}
- .mr10{margin-right:10px}
- .mr15{margin-right:15px}
- .mr50{margin-right:50px}
- .mr100{margin-right:100px}
- .p10{padding:10px;}
- .p15{padding:15px;}
- .p30{padding:30px;}
- .pt5{padding-top:5px}
- .pt10{padding-top:10px}
- .pt15{padding-top:15px}
- .pt20{padding-top:20px}
- .pt30{padding-top:30px}
- .pt50{padding-top:50px}
- .pb5{padding-bottom:5px}
- .pb100{padding-bottom:100px}
- .pl5{padding-left:5px}
- .pl10{padding-left:10px}
- .pl50{padding-left:50px}
- .pl100{padding-left:100px}
- .pr5{padding-right:5px}
- .pr10{padding-right:10px}
- .pr15{padding-right:15px}
- .pr100{padding-right:100px}
- /* Copyright 2008 TSXMLOVE. All Rights Reserved. */
- * {
- padding: 0px;
- margin: 0px;
- text-align: left;
- font-family:Arial, Verdana, Tahoma, "宋体", Helvetica, sans-serif;
- line-height: 150%;
- }
- body {
- font-size: 14px;
- text-align: center;
- color: #000000;
- background-color: #fff;
- background-image: url(../Images/body_bg.jpg);
- background-repeat: repeat-x;
- }
- table {
- border-collapse: collapse;
- }
- td {
- padding: 3px;
- }
- img {
- border: none;
- vertical-align:top;
- }
- input {
- padding: 1px;
- vertical-align: middle;
- line-height: normal;
- }
- a{
- text-decoration:none;
- color:#000;
- }
- /*head CSS*/
- #divHead{ width:100%; height:40px; border-top:1px solid #cbc8c8; border-bottom:1px solid #cbc8c8;}
- #divHead div{ width:1000px; margin:0px auto;}
- #divHead ul li{ line-height:40px; float:left;}
- #divHead ul li a{ color:#8e8d8e;}
- #divHead ul li a span{ color:#3c90d9;}
- #divHead .left li a{ padding:0px 20px; text-align:center; margin-top:15px; border-left:1px solid #8e8d8e;}
- #divHead .left li:first-child a{ border-left:none;}
- #divHead .left li .goshopingCar{ padding-left:35px; background:url(../Images/iconfont-gouwuche.png) no-repeat 15px 2px;}
- #divHead .left{ float:left;}
- #divHead .right{ float:right;}
- #divHead .right li{ margin-left:10px;}
- /*bottom CSS*/
- #bottomNav .divBottom{ width:1000px; margin:0px auto;}
- #bottomNav{ width:100%; border-top:1px solid #3c90d9; margin-top:50px;}
- #bottomNav .divBottom{ padding:30px 0px;}
- #bottomNav .left{ float:left;}
- #bottomNav dl{ float:left; margin-right:100px;}
- #bottomNav dl dt{ line-height:30px; font-size:18px;}
- #bottomNav dl dd ul{ margin-left:15px;}
- #bottomNav dl dd li{ line-height:25px; font-size:12px; list-style:disc;}
- #bottomNav .right{ float:right;}
- #bottomNav .right span{ display:block;}
- #bottomNav .right .phone{ font-size:18px; color:#030303;}
- #bottomNav .right .data{ font-size:12px; margin:15px 0px;}
- #bottomNav .right a{ display:block; width:135px; line-height:30px; text-align:center; background:#3c90d9; color:#fff; font-size:16px;}
- /*回到顶部*/
- #topID{ position:fixed; right:200px; bottom:100px; cursor:pointer;}
|