@charset "utf-8";
/* CSS Document 
作者：郑州朝元网络
编写时间：2018-06-15
联系QQ:769326983
*/


/*头部*/
.top{ width:100%; height:120px; margin:0 auto; padding:0; overflow:hidden;  box-shadow:0px 5px 7px 5px rgba(173, 173, 173, 0.3);  -webkit-box-shadow:0px 5px 15px 5px rgba(173, 173, 173, 0.3); -moz-box-shadow:0px 5px 15px 5px rgba(173, 173, 173, 0.3);  }
.top_m{ width:1160px;  margin:0 auto;  overflow:hidden; padding-top:29px;  }
.top_m .logo{ width:224px; height:62px; float:left; }
.top_m .nav{    float:right;}
.top_m .nav ul li{ width:auto; float:left; line-height:80px; text-align:center;}
.top_m .nav .menu.first{ background:none;}
.top_m .nav .menu{ width:auto; padding:0px 20px; color:#09ab9e; font-size:14px; display:block; background:url(../images/line.gif) left center no-repeat;}
.top_m .nav a:hover{ color:#222;}

.mainlevel a {color:#ffffff; text-decoration:none; display:block; padding:0 20px; width:100px; }
.mainlevel a:hover {color:#fff; text-decoration:none;}
.mainlevel ul {display:none; position:absolute; z-index:99999;}
.mainlevel ul li { float:none !important;border-top:1px solid #fff; background:#09ab9e; width:140px;/*IE6 only*/  }
.mainlevel ul li a { line-height:32px;  }
.mainlevel ul li:hover  a { color:#222;}


/*底部*/
.foot{ width:100%; height:110px; background:#222222;}
.foot_m{ width:1160px;  margin:0 auto; padding:0; color:#fff; position:relative;}
.foot_m .logo{ width:203px; height:57px; position:absolute; left:0; top:27px;}
.foot_m .txt{ width:auto; height:42px; position:absolute; left:245px; top:35px; line-height:21px; padding-left:32px; font-size:12px; color:#a9a9a9; border-left:2px solid #919191;}
.foot_m a{ color:#a9a9a9; background:url(../images/ico13.png) left center no-repeat; padding-left:18px; margin-right:8px;}
.foot_m a.first{ background:none; padding:0;}
.foot_m a:hover{ color:#649033;}

/*左右浮动*/
.leftadv{left:0px;}
.rightadv{right:0px;}
.fixediv{position:fixed;top:140px;z-index:9999;width:125px;height:260px;background:#ddd;}
.rightadv { height:133px; }
.fixediv img{float:left;}
.fixediv a.close{display:block;height:30px;line-height:30px;background:#fff;font-size:14px;padding:0 10px;color:#5e5e5e;text-decoration:none;text-align:center;}
