﻿
/*样式9*/

/*头部*/
#top{ width:100%; height:80px;  z-index:111; border-bottom: 2px solid #FFF100;box-shadow: 0 0 5px #bbb; background: rgba(255, 2555, 255, 0.8);}
#top.on{ position:fixed; top:0px;}
.top_content{ width:1200px; margin:0 auto;position: relative;}
.top_logo{ float:left;}
.top_logo img{ height:60px;margin-top:10px;}
.top_ul li{ float:left; color:#000; text-align:center; line-height:80px; padding:0 30px; font-size:14px;}

.top_ul li.hover,.top_ul li:hover{background:#FFF100;}

.top_ul li a{font-size: 16px; color: #212121;}
.top_nav{ position:absolute;right:0;width:900px;height:80px;overflow: hidden;}

/*头部结束*/

/*样式9*/
