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


/* 公共样式 */

*{margin:0;padding:0;font-size:12px;color:#000;line-height:1.5em;list-style:none;border-collapse:collapse;font-family: "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", "SimSun", Tahoma, Arial, sans-serif;}

a img {border:0;}

a {outline:none;text-decoration:none;}

/* 清除浮动 */
.clearfix:before,
.clearfix:after { content: ""; display: table;}
.clearfix:after { clear: both;}
.clearfix { *zoom: 1;}

/* css3过渡动画效果 */

.trans{
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}

#header,#nav,#content,#footer{width:100%;margin:0 auto;}

#top,#menu,#main,#bottom{width:1200px;margin:0 auto;}




/* 头部 */

#header{height:136px;background: url(../images/top_bg_01.jpg) no-repeat;}

#top{height:136px;}

.logo{display:block;width:466px;height:70px;float:left;background:url(../images/logo_03.png) no-repeat;margin-top:32px;}




/* 导航 */

#nav{height:60px;background: url(../images/nav_bg_07.jpg) repeat-x;}

#menu{height:60px;}

.nav_inner .nav_li{float:left;position: relative;}

.nav_inner .nav_li a{display: block;padding:0 22px;line-height: 60px;font-size: 16px;color:#ffffff;}

.nav_inner .nav_li a:hover{background: #1a54a5;color:#ffffff;}

.nav_inner .mainlevel ul { position:absolute;z-index: 99999;lefT:-30px;top:60px;right:-30px;display: none;}

.nav_inner .mainlevel ul li {height:40px;/*IE6 only*/ }

.nav_inner .mainlevel ul li a{display: block;line-height: 40px;text-align: center;font-size: 14px;color:#ffffff;background: #1a54a5;}

.nav_inner .mainlevel ul li a:hover{background: url(../images/nav_bg_07.jpg) repeat-x;color:#ffffff;}




/* 底部 */

#footer{padding:40px 0;background:#363636;}

#bottom ul{widtH:250px;margin: auto;}

#bottom ul li{float:left;font-size: 12px;color:#9d9d9d;height:30px;line-height: 30px;font-family: "Microsoft YaHei";}

#bottom ul li a{display: block;padding:0 10px;font-size: 12px;color:#9d9d9d;height:30px;line-height: 30px;font-family: "Microsoft YaHei";}

#bottom ul li a:hover{color:#ffffff;text-decoration: underline;}

#bottom span{text-align: center;font-size: 12px;color:#9d9d9d;line-height: 30px;font-family: "Microsoft YaHei";display: block;}








