﻿/*--基本元素--*/
*{
 margin:0;
 padding:0;
}
body{
 text-align:center;
 font-family:Verdana,"宋体";
 font-size:12px;
 color:#000;
 background:#F5F6F7;
}
input,select,textarea{
 font-size:12px;
}
th{
 white-space:nowrap;
}
img{
 border:0;
}
input,select{
 vertical-align:middle;
}
a{
 color:#244D00;
 text-decoration:none;
}
a:visited{
 text-decoration:none;
}
a:hover{
 text-decoration:underline;
}
a:active{
 text-decoration:none;
}
.f60{
 color:#f60;
}
.clearfix{
 clear:both;
}
#container{
 text-align:center;
 width:957px;
 margin:0 auto;
}
/*---页头---*/
#header{
 width:957px;
 height:68px;
 margin:14px 0 0 0;
 background:url(/media/images/bg_header.gif) 0 0 no-repeat;
}
#header .title{
 float:left;
 text-align:left;
 width:257px;
 height:68px;
}
#header .title h1{
 width:186px;
 height:29px;
 margin:11px 0 0 17px;
 background:url(/media/images/logo_noteExpress.gif) 0 0 no-repeat;
}
#header .title h1 a{
 display:block;
 width:186px;
 height:29px;
}
#header .title h2{
 width:157px;
 height:11px;
 margin:7px 0 0 90px;
 background:url(/media/images/title_h2_header.gif) 0 0 no-repeat;
}
#header .content{
 float:left;
 width:700px;
 height:68px;
}
/*--辅助链接--*/
#utility{
 float:right;
 clear:both;
 height:28px;
}
#utility h3,#utility form{
 float:left;
 vertical-align:middle;
 color:#666;
 font-size:12px;
 font-weight:normal;
 line-height:22px;
 margin:2px 3px 0 0;
}
#utility p select{
 color:#000;
 height:20px;
}
/*--导航--*/
#mainNav{
 float:right;
 clear:both;
 height:40px;
 width: 650px; /* ZYS IE8*/
}
#mainNav ul{
 float:right; /* ZYS IE8*/
 list-style:none;
 font-size:14px;
 height:37px;
 padding:0 18px 0 0;
}
#mainNav ul li{
 float:left;
 height:37px;
 line-height:38px;
 overflow:hidden;
 margin:0 0 0 -1px;
}
#mainNav ul li a{
 display:block;
 color:#000;
 padding:0 15px 0 14px;
}
#mainNav ul li a:hover{
 text-decoration:none;
 background:url(/media/images/bg_tab_mainNav.gif) 0 0 repeat-x;
}
/*---主体---*/
#content{
 clear:both;
 width:957px;
 overflow:hidden;
 margin:15px 0 0 0;
 padding:0;
}

/*---页尾---*/
#footer{
 clear:both;
 font-size:10px;
 width:957px;
 overflow:hidden;
 margin:20px auto 0 auto;
 padding:10px 0 20px 0;
 border-top:1px solid #DDD;
}
#footer .linkArea{
 float:right;
 overflow:hidden;
 padding:5px 0 0 0;
 display: none; /* ZYS + */
}
#footer .linkArea ul{
 list-style:none;
 line-height:14px;
}
#footer .linkArea ul li{
 float:left;
 padding:0 6px;
 background:url(/media/images/bg_li_01.gif) 0 2px no-repeat;
}
#footer .linkArea ul li.first{
 background:none;
}
#copyright{
 float:left;
 text-align:center;
 color:#666;
 height:22px;
 line-height:22px;
 overflow:hidden;
}
#copyright p{
 padding:0 0 0 28px;
 background:url(/media/images/icon_copyright.gif) 4px 0 no-repeat;
}

/*---隐藏元素---*/
#header .title h1 a span,#header .title h2 span,#noteExpress .title h2 span{
 display:none;
 visibility:hidden;
}
/*---about---*/
#about{
 width: 700px;
 height: 390px;
 margin: 10px auto;
 padding: 1em;
 background-color: #e7e7e7;
 border: 1px solid #c5c5c5;
}

#about #mission h2{
 text-align: left;
 border-bottom: 1px solid #c70000;
 padding-bottom: 5px;
 margin-bottom: 10px;
 width: 300px;
 color: #c70000;
}

#about #mission p {
 text-align: left;
 width: 300px;
 line-height: 1.5em;
}

#about #company {
 float: right;
 margin-top: 2em;
}

#about #company p {
 text-align: left;
 width: 400px;
 line-height: 1.5em;
 margin-bottom: 1em;
}

#about #company p em {
 color: #c70000;
}

#about #company h2{
 text-align: left;
 border-bottom: 1px solid #c70000;
 padding-bottom: 5px;
 margin-bottom: 10px;
 width: 400px;
 color: #c70000;
}


