﻿body{
	font-size:15px;
	font-family:Verdana,Helvetica,Arial,sans-serif,"宋体";
	color:#000;
	margin:0px;
	border:0px;
	padding:0px;
}

header{
	background: url(../images/logo.jpg) no-repeat 45px 5px;
	height:75px;
}

header img{
	padding:20px 20px 0 0;
}

nav{
	font-family:"黑体";
	background-color:#006;
}

footer{
	height:90px;
	text-align:center;
	margin:0px;
	padding:5px;
	border-top:1px solid #CCC
}

#banner{
	background-color:#FFC;
	width:auto;

	margin:0px;
	
}

#container{
	color:#666;
	background-color:#F2F4F3;
	height:300px;
	width:1306px;
	margin:5px auto;
	border-bottom:2px solid #999;
	border-right:2px solid #999;
	padding:6px;
}

#content{
	font-family:"宋体";
	background-color:#FFF;
	width:1100px;
	margin:5px auto;
	padding:6px;
}

.tel{
	float:right;
}

a:link,a:visited{
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#ff8800;
}

nav ul{
	background-color:#006;
	margin:10px 10px 0px 35px;
	list-style-type:none;
	padding:15px 0px 15px 0px;
}

nav ul li{
    display:inline;
	margin:0px 10px;
	padding:5px 10px 5px 10px;
}

nav ul li a:link,nav ul li a:visited{
    color:#FFF;
	border-bottom:none;
	text-decoration:none;
}

nav ul li a:hover{
	color:#FF0;
}

nav ul li .selected{
	color:#FCC;
}

#gpsChannel{
	background-color:#FFF;
	height:300px;
	width:430px;
	padding:0px;
	float:left;
}

#serviceChannel{
	background-color:#FFF;
	height:300px;
	width:430px;
	margin-left:8px;
	padding:0px;
	float:left;
}

#vehicleChannel{
	background-color:#FFF;
	height:300px;
	width:430px;
	padding:0px;
	float:right;
}

#container h3{
	font-family:"黑体";
	background:url(../images/m-underline.jpg) no-repeat bottom;
	color:#006;
	margin:20px;
	padding:0px 0px 5px 0px;
	
}

#container p{
	margin:20px;
	line-height:25px;
	text-indent:25px;
	/*<--text-shadow:0 -1px 2px #737373;*/

}

#container ul li{
	margin-left:30px;
	list-style-image:url(../images/arrow-1.gif);
}

#container ul li a:link,#container ul li a:visited{
	color:#666;
	border-bottom:none;
	text-decoration:none;
}

#container ul li a:hover{
	text-decoration: none;
	color: #ff8800;
}

#content .header{
	background:url(../images/underline01.jpg) no-repeat bottom;
	height:28px;
	margin:15px;
}

.header h4{
	padding:0 0 0 20px;
	}

#content .main{
	background-color:#FFF;
}

#content .right{
	margin:0 0 0 245px;
	
}

#content .left{
	float:left;
	width:240px;
}

#content .right p{
	padding:10 20 5 5px;
	text-indent:2em;
	line-height:2;
}

#content .rightAlign{
	text-align:center;
	margin:0 0 0 600px;
}

#content li{
	margin:0 0 0 20px;
	padding:5px;
}

.shadow {
  background: url(../images/bottom-right.gif) no-repeat bottom right;
}

.fltrht{
	float:right;
}

.fltlft{
	float:left;
}

.fltclr{
	clear:both;
}

.al-center{
	text-align:center;
}

.shadow div {
  background: url(../images/top-left.png) no-repeat;
  padding: 0 6px 3px 0;
}

.shadow img {
  border: 1px solid #000;
  padding: 4px;
}

#vmenu { 					/*对menu层设置*/
   font-size:15px;				/*字号*/
   width:140px; 				/*宽度*/
   margin:10px auto;				/*菜单项之间间隔0.5em，并水平居中*/
   border:solid 1px #ccc;			/*灰色细边框*/
   }

#vmenu a, #vmenu a:visited {
  text-decoration:none; 			/*文字无下划线*/
  text-align:center; 				/*文字水平居中对齐*/
  display:block;				/*设置为块级元素*/
  padding:4px;					/*内边距*/
  background-color:#fff; 			/*背景色*/
  border:solid 1px #fff;			/*与背景色相同边框，防止跳动*/
  position:relative;				/*使用相对定位*/
  width:130px;
  }

#vmenu a span {
  display:none;
} 

#vmenu a:hover {
  border-color:#c00;				/*边框颜色红色*/
}
  
#vmenu a:hover span {
  display:block; 				/*设置为块级元素*/
  position:absolute; 				/*使用绝对定位*/
  height:0; 					/*高度为0*/
  width:0; 					/*宽度为0*/
  border:solid 8px #fff;			/*设置默认的边框样式*/
  top:4px;					/*竖直方向的定位*/	
  overflow:hidden;
}

#vmenu a:hover span.left {
  border-left-color:#c00;
  left:8px;
}

#vmenu a:hover span.right {
  border-right-color:#c00;
  right:8px;
}

#contact{
	margin-right:5px;
	margin-left:5px;
	border:thin solid black;
	border-collapse:collapse;
}

#contact caption{
	font-style:oblique;
	font-size:120%;
	padding:15px;
}

#contact td,th{
	border:thin dotted black;
	padding:8px;
}

#scmpic01{
	height: 300px;
	width: 600px;
	background-image: url(../images/center-region-bg.gif);
	margin-left: 55px;
}

#scmpic02{
	height: 297px;
	width: 297px;
	margin-top: 1px;
	margin-left: 151px;
	background-image: url(../images/earth-bg.gif);
	text-indent: 0;
}

footer p{
	font-size:85%;
	color:#333;
}




