body{color:#333; font-size:1rem;margin:0 auto}
ul,li,dd{ margin:0px; padding:0px; list-style-type:none;}
a{color:#666;text-decoration:none;}
a:hover{color:#666;}
img{ border:none;}
	#logo { width:1200px;overflow: hidden; margin:0 auto}
	#logo span{ float: right; line-height: 100px;}
	#banner {background:#2ba246; height: 500px; width: 100%}
	#banner ul{overflow: hidden; background: url(w1.png) no-repeat left bottom;width: 1200px; height:500px;margin:0 auto;}
	#banner li{float: left}
	#banner .aa{width: 700px;background: url(w2.png) no-repeat 350px bottom;height: 500px; }
	#banner .bb{width: 500px;height: 450px; color: #fff;text-align: right;background: url(gzts.png) no-repeat right bottom; padding-top: 30px}
	#banner .bb h2{ font-size:2.6rem; letter-spacing: 0.5rem;}
	#banner .bb h3{ font-size: 2rem; letter-spacing: 0.4rem;  font-family: "微软雅黑"; font-weight: normal}
	#scroll-container {width:420px;height: 40px; overflow: hidden;position: relative; background:#fff url(so.png) no-repeat 10px center ;padding:5px 5px 5px 60px;border-radius: 5px;color: #f90;text-align: left;}
    #scroll-content {position: absolute; animation: scrollUp 30s linear infinite; }
    @keyframes scrollUp {
        from {
            transform: translateY(0);
        }
        to {
            transform: translateY(-100%);
        }
    }
    /* 鼠标悬停暂停 */
    #scroll-container:hover #scroll-content {
        animation-play-state: paused;
    }
	#aa {background: #f7f7f7;}
	#aa ul{ overflow: hidden;width: 1300px;margin:0 auto}
	#aa li{ float: left;width: 180px; text-align: center; padding: 80px 40px;color: #999;font-size: 0.9rem; line-height: 1.5rem}
	#aa p{ margin: 0; font-size:1.1rem;line-height:3rem; color: #666}
	#aa img{ width: 70px}
	#bb { background: #fff;}
	#bb ul{ background: url(gzh_bg.png) no-repeat right center; width: 850px; margin:0 auto; padding: 120px 350px 120px 0px; color: #666;line-height: 1.8rem}
	#bb p{color: #333; font-size: 2rem; line-height: 3rem}
	
	#cc {background: #f7f7f7;}
	#cc ul{ background: url(qun.jpg) no-repeat left center; width: 850px; margin:0 auto;  padding: 120px 0px 120px 350px; color: #666;line-height: 1.8rem}
	#cc p{color: #333; font-size: 2rem; line-height: 3rem}
	
	#foot { padding: 50px 0px; text-align: center; font-size: 0.8rem; color: #666; background: #fff}