@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;}
body{font:14px/1.5em Verdana,Tahoma,Simsun,Microsoft YaHei,Arial Unicode MS,Mingliu,Arial,Helvetica;background:url(images/bg.jpg) #f5f7ff repeat-x;color:#414141;}
h1,h2,h3,h4,h5{font-size:1em;font-weight:400;}
fieldset,img,input{border:0;}
legend{display:none;}
label{padding:0 5px 0 10px;}
address,caption,em,th,i{font-style:normal;font-weight:400;}
ol,ul{list-style-type:none;}

/* 颜色属性 */
.cRed,a.cRed:link,a.cRed:visited{color:Red;}
.cDRed,a.cDRed:link,a.cDRed:visited{color:#DB3105;}

/*链接*/
a{outline:none;}
a:link,a:visited{text-decoration:none;color:#fff;}
a:hover{ text-decoration:underline;}

/*layout*/
.clearFix{overflow:hidden;_zoom:1;clear:both;}
#container{width:980px;margin:0 auto; background:url(images/mainBG.jpg) no-repeat 100% 100%;}

/*顶部*/
#banner{ height:422px;}
#link a{ display:block; height:95px; text-indent:-9999px;}
#link a.e6gps{ float:left; width:434px; background:url(images/link_e6gps.jpg) no-repeat;}
#link a:hover.e6gps{ background-position:0 -95px;}
#link a.e656{ float:right; width:360px; background:url(images/link_e656.jpg) no-repeat;}
#link a:hover.e656{ background-position:0 -95px;}

/*底部*/
#footer{ height:40px; line-height:40px; border-top:5px solid #94a1d1; background:#ccd2ed; text-align:center; color:#32384e; font-size:12px; font-weight:700;}

/*主体*/
.mainBG{ background:url(images/mainPIC.jpg) no-repeat 50% 0;}

#whereas{ font-family:"微软雅黑"; font-size:20px; font-weight:500; line-height:36px;}
#whereas p{ text-indent:2em; margin-bottom:15px;}
#whereas p span{ color:#0072b8;}

#glossary{ padding-bottom:100px;}
#glossary .title{ background:url(images/titleBG.jpg) repeat-x;}
#glossary .title h2{ background:url(images/titlePIC.jpg) no-repeat; margin-left:38px; height:112px; text-indent:-9999px;}
#glossary .list{ padding:0 18px; margin-top:30px;}
#glossary .list h2{ background:url(images/icon.gif) no-repeat 0 5px; font-family:"微软雅黑"; font-size:18px; font-weight:700; color:#00749e; margin-left:27px; padding-left:25px;}
#glossary .list p{ text-indent:2em; margin-top:10px;}

/*返回页面顶部*/
html{_overflow:hidden;} 
body{_height:100%; _overflow:auto;}
#GoToTop{ position:fixed; top:100%; margin-top:-60px; width:100%; _position:absolute;}
#GoToTop p{ width:980px; margin:0 auto; text-align:right;}
#GoToTop p a{ display:inline-block; background:url(images/top.gif) no-repeat; width:22px; height:14px;}
