/*格式化样式*/
ol,ul {list-style:none} 
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal} 
q:before,q:after {content:''} 
abbr,acronym { border:0}

/*定位*/
.tc{text-align:center}
.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}

/* Copyright 2008 TSXMLOVE. All Rights Reserved. */
* {
padding: 0px;
margin: 0px;
line-height: 150%;
}
img {
border: none;
vertical-align:top;
}
input {
padding: 1px;
vertical-align: middle;
line-height: normal;
}

/*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 .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 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;}