﻿
/*样式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;position:relative;}
.top_logo img{ height:60px;margin-top:10px;}

.fenzhan{position:absolute;z-index:9;right:5px;top:30px;height:53px;}
.fenzhan .fzicon{background: url(/templets/rok5/images/fenzhan.png) center center no-repeat;width: 12px;height: 15px;float: left;}
.fenzhan li{cursor:pointer;}
.fenzhan .nav-city{float:left;margin:0 5px}
.fenzhan .nav-change{float:left;}

.fenzhan .fzcity{display:none;position:absolute;z-index:9;background:#fff;border: 1px solid #ddd;}
.fenzhan:hover .fzcity{display:block; top:52px;left:-198px;width:620px;height:360px;padding:20px}
.fenzhan:hover .fzcity a{margin:15px ;font-size:16px;}
.fenzhan:hover .fzcity a:hover{color: #ed182a;}


.top_ul li{ float:left; color:#000; text-align:center; line-height:80px; padding:0 30px; position:relative; }

.top_ul li.hover,.top_ul li:hover{background:#FFF100;}

.top_ul li a{font-size: 14px; color: #212121;}
.top_nav{ position:absolute;right:0;width:900px;height:80px;}

.top_ul .subnav{display:none;position:absolute;z-index:9;background: rgba(255,255,255,0.8);}
.top_ul li:hover .subnav{display:block; top:80px;left:0;width:100%;}
.top_ul li:hover .subnav a{height:40px;line-height:40px;text-align:center;display:block;}
.top_ul li:hover .subnav a:hover{background: #FFF100;}



/*头部结束*/

/*样式9*/
