
*{margin:0;padding:0;color:#333;}
a{text-decoration:none;}
li{list-style:none;}
h1,h2{ font-weight:normal;}
body{ font-family:"PingHei","Lucida Grande", "Lucida Sans Unicode", "STHeiti", "Helvetica","Arial","Verdana","sans-serif","微软雅黑"; font-size:16px;color:#333333; background:#f3f3f3;}

.center{ text-align:center;}
/*logo*/
.logoContainer{ width:100%;background:#edd7bc;}
.logoContainer ul{height:96px; overflow:hidden; width:836px; margin:0 auto;}
logoContainer ul li{ float:left;}
.logo{float:left;margin-top:6px; width:169px;height:84px;}
.company{float:left;width:60%; margin-top:20px;}
.company h1{font-size:20px; font-weight:bold;text-align:center;}
.tel{float:right; margin-top:40px; width:150px; height:40px;background:url(../images/tel_06.png); background-repeat:no-repeat; background-position:left center;}
.tel h1{font-size:16px; padding-left:30px;}
/*nav*/
.nav{margin-top:14px; width:100%;height:36px; background:#edd7bc;}
.nav ul{ width:60%; margin:0 auto;}
.nav ul li{ float:left; line-height:36px; width:14%; text-align:center; overflow:hidden; background:url(../images/nav_11.png); background-repeat:no-repeat; background-position:right;}
.nav ul li a{display:block;width:100%; height:36px; font-size:14px;color:#333;overflow:hidden;}

.gang{ text-align:center; line-height:80px; margin-top:40px;color:#333333; font-size:30px;}
.section3{ text-align:left;}
.section4 h1{ text-align:center;}
.section5{ overflow:hidden;}
.section5 p{float:left; position:absolute;left:15%; position:relative;}
.section5 ul{ float:right; position:absolute;right:20%;margin-top:100px; text-align:left;}
.section5 ul li{ font-size:18px; line-height:34px;}
.section5 h1{ padding-bottom:20px;}
.section6{ overflow:hidden; width:100%;height:600px;}
.section6 ul{float:left;  position:absolute;left:15%; margin-top:100px; text-align:left;}
.section6 ul li{ font-size:18px; text-align:center; line-height:36px;}
.section6 p{ float:right;  position:absolute;right:15%;}
.section6 h1{ padding-bottom:20px; font-family:"微软雅黑","Myriad Set Pro","Lucida Grande","Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";}
.section7 h1{ margin:40px 0;}
.section8{ overflow:hidden;}
.section8 h1{ margin:40px 0;}
.section9 h1{ margin:40px 0;}
.section10{ overflow:hidden; padding-top:40px;}
.section10 h1{ line-height:50px;}
.section10 h3{ float:right; margin-right:200px; line-height:40px;}
.tab_nian{ overflow:hidden; margin:50px 0 0;}
.magin{ padding-top:40px;}
.magin h1{ line-height:40px;}
/*默认样式，主要是position:fixed实现屏幕绝对定位*/
#gotoTop{display:none;position:fixed;top:75%;left:50%;cursor:pointer;margin-top:-50px;margin-left:520px;padding:9px 4px;width:20px;text-align:center;border:1px solid #e0e0e0;background:#fff;}
/*用CSS表达式(expression)来实现ie6下position:fixed效果*/
#gotoTop{_position:absolute;_top:expression(documentElement.scrollTop + documentElement.clientHeight * 3/4 + "px")}
/*鼠标进入的反馈效果*/
#gotoTop.hover{background:#5CB542;color:#fff;text-decoration:none;}