@charset "utf-8";

html ,body{background: #ffffff;}
html ,body {
    font: 12px/1.5 tahoma, arial, '微软雅黑';
    color: #666;
}

a{text-decoration: none;color: #666666;}

/*************公共宽度*************/
.mw1440{width: 100%;}
.mw1020{width: 1020px;margin: 0 auto;}
.mw270{width: 270px;}
.mw720{width: 720px;}

/***********头部样式***********/
.header{height: 100px;
    background: -webkit-linear-gradient(#ffffff,#f0f0f0);
    background: -o-linear-gradient(#ffffff,#f0f0f0);
    background: -moz-linear-gradient(#ffffff,#f0f0f0);
    background: linear-gradient(#ffffff,#f0f0f0);}

.header .logo{width: 251px;float: left;line-height: 100px;}
.header .logo img{vertical-align: middle;}
/*************导航******************/
nav{width: 660px;float: right;}
nav ul li{float: left;width: 110px;line-height: 100px;text-align: center;position: relative}
nav ul li a{font-size: 18px;color: #333;display: block;width: 110px;height: 100px;}

nav ul li.active{background: #fe8625;}
nav ul li.active a{color: #ffffff;}
nav ul li:hover{cursor: pointer;background:#fe8625;}
nav ul li:hover a{color: #ffffff;}


nav .sub{ display:none; width:110px; left:0; top:100px;  position:absolute; background:#fe8625;  z-index: 200 }
nav .sub li{ zoom:1;height:40px;line-height: 40px;}
nav .sub a{ display:block;color: #fff;width: 110px;height: 40px; }
nav .sub a:hover{ background:#f5f5f5; color:#333; }
/********最底部******************/
.footer{height: 90px;background:  #393939;color: #999;text-align: center;font-size: 14px;}
.footer ul{width: 600px;margin: 0 auto;}
.footer ul li{float: left;}
.footer ul li.foot{width: 95px;height: 50px;line-height: 50px;text-align: center;}
.footer ul li.foot a{font-size: 14px;color: #999;}
.footer ul li.foot a:hover{color: #fe8625;}
.footer ul li.line1{width: 2px;height: 14px;background: #999999 ;margin-top: 18px;}


