@charset "utf-8";
/* CSS Document */

*{margin: 0;padding: 0;font-size: 14px;border: none; font-family:微软雅黑; color:#1a1a1a;}
li{ list-style:none;}
a{ text-decoration:none; color:none;}
h1,h2,h3{ font-weight:normal;}
.clear{ clear:both}

/*header*/
.headerbox{ width:100%;overflow:hidden;background-color:#f1e9e5}
.header{width:1000px; margin:0 auto;}
.header img{ float:left;}
.header ul{ float:right;}
.header ul li{ float:left;}
.currentli{ background:url(images/navb.png); background-repeat:no-repeat;}
.header li a{font-size:14px; color:#001a2e; line-height:136px; padding:61px 31px;}
.header li a:hover{ background-image:url(images/navbg.png); background-repeat:no-repeat;}


/*footer*/
.footerbox{ background-image:url(images/footer.png); background-repeat:repeat-x; height:78px;}
.footerbox ul{ width:1000px; margin:0 auto;}
.footer{ float:left; line-height:78px;}
.shouye{ float:right; line-height:78px; background-image:url(images/home.png); background-repeat:no-repeat; padding-left:70px; background-position:center;}