﻿@charset "utf-8";

/* CSS Document */

*{margin:0;padding:0;}

html{max-width:640px;margin:0 auto;}

body{margin:0;padding:0;font-family:"Microsoft YaHei", "Arial", "Helvetica", "sans-serif";}

h1,h2,h3,h4,h5,h6,p,div{margin:0;padding:0;font-weight:normal;}

ul,li{list-style:none;margin:0;padding:0;}

em,i{font-style:normal;}

a{text-decoration:none !important;color:#3f3f3f;}



.container{padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto;}

.clearfix{clear:both;line-height:0;overflow:hidden;font-size:0;visibility:hidden;}



/* 顶部 */

header{width:100%;height:80px;background:url(../images/topbg.jpg) repeat-x;border-top:4px solid #04a682;}
.top_icon { width:100%; height:22px;}
.top_icon img { float:right;}

header .top01 { width:100%; height:24px;}

header .top01 img { float:right; margin-top:3px; margin-right:15px;}

header .logo{float:left;}

header .logo img{width:132px;height:40px;}

header .tel{float:right;margin-top:12px;}

header .tel img{width:119px;height:26px;}


/* 导航 */

.nav{width:100%;height:43px;line-height:43px;background:#269f80;}

.nav li{float:left;font-size:14px;line-height:43px;width:20%;text-align:center;}

.nav li a{color:#fff;}

.nav li a:hover{color:#f7ff11;}

.active{color:#f7ff11 !important;}



/* 底部 */

footer{width:100%;background:#fff;padding-top:15px;text-align:center;margin-bottom:10px;}

footer p{font-size:14px;line-height:23px;color:#2e2e2e;}

footer img{width:114px;height:41px;margin-top:5px;}
