﻿body { margin: 0; padding: 0; background: #fff; }
form, ul, li, p, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
input, select { font-size: 12px; line-height: 16px; }

ul, li { list-style-type: none; }
a { color: #555; text-decoration: none; }
a:hover { color: #FF0000; text-decoration: none; }
.fl{ float: left; }
.fr{float:right }


/*最上方网站logo和右方banner*/
#top-logoArea { width: 1200px; margin: 0px auto 3px auto; }

/*logo 和 banner*/
.top-logoArea-logo { float: left; width: 240px; height: 58px; }
.top-logoArea-banner { width: 920px; height: 58px; float: right; overflow: hidden; }
.top-logoArea-banner-right { width: 920px; height: 58px; float: right; }

/*导航1*/
.top-nav { height: 38px; background-image: url(/images/dh.gif); width: 1200px; margin: 0 auto }
.top-nav ul { width: 1200px; margin: 0 auto; overflow: hidden; }
.top-nav ul li { width: 92px; float: left; display: inline; }
.top-nav ul li a { display: block; font-size: 15px; color: #fff; line-height: 38px; text-align: center; font-weight: bold; }
.top-nav-act, .top-nav ul li:hover { text-decoration:underline;color: aliceblue; }

/*导航2*/
.level3-nav { width: 1198px; height: 36px; font-size: 14px; line-height: 36px; border: 1px solid #eee; border-top: none }
.level3-nav li { float: left; margin: 0 11.8px; }
.level3-nav a { display: block; color: #444; }

/*容器*/
.top-container { width: 1200px; margin: 0 auto; border: 1px solid #eeeeee; border-top: none; font-size: 14px; color: #6e6e6e; padding: 5px 0; }

/*副导航2*/
.top-container-nav-twoLevel { border-bottom: 1px solid #eeeeee; margin: 0 auto 5px auto; padding-bottom: 5px; padding-left: 15px; }

.top-container-nav-twoLevel a { color: #6e6e6e; display: block; margin-right:26px; float: left; }
.top-container-nav-twoLevel a:last-of-type { margin-right:0;}
.top-container-nav-twoLevel a:hover { color: #F00; }

/*副导航3*/
.top-container-nav-threeLevel { margin-left: 20px; margin-bottom: 5px; padding: 3px 0; }
.top-container-nav-threeLevel a { color: #6e6e6e; display: block; float: left; border-radius: 3px; padding: 0 6px; margin-right: 10px; }
.top-container-nav-threeLevel a:hover { color: #F00; }

/*登录区域*/
.top-container-loginArea { margin-left: 7px; padding-bottom: 5px;margin-top:8px; }
.top-container-loginArea-login { float: left; }
.top-container-loginArea-login li { float: left; margin-left: 5px; }

/*搜索区域*/
.top-container-loginArea-search { margin-left: 20px;float:left; }
.top-container-loginArea-search-searchBox { position: relative; width: 445px; height: 25px; line-height: 25px; border: 1px solid #18b202; }


.top-container-loginArea-search-searchSelect { height: 12px; line-height: 25px; width: 70px; overflow: hidden; color: #666; position: absolute; left: -2px; border-right: 1px solid #ececec; padding-left: 8px; padding-bottom: 14px; }
.top-container-loginArea-search-searchSelect ul li { width: 40px; text-align: center; cursor: pointer; }
.top-container-loginArea-search-searchSelect:hover { height: 200px; border-bottom: 2px solid #18b202; background: #fff; border-top: 0; border-right: 2px solid #18b202; z-index: 500; border-left: 2px solid #009a44; }
.top-container-loginArea-search-searchSelect:hover ul li { width: 100%; padding-left: 8px; text-align: left; box-sizing: border-box; padding: 3px 0; }
.top-container-loginArea-search-searchSelect:hover ul li:first-child { border-right: none; }
.top-container-loginArea-search-searchText { width: 300px; margin-left: 70px; height: 23px; line-height: 23px; border: none; outline: none; padding-left: 20px; font-family: "microsoft yahei"; }
.top-container-loginArea-search-searchBtn { width: 75px; position: absolute; top: 0; right: 0; padding: 0 20px; background: #18b202; color: #fff; height: 25px; border: none; outline: none; cursor: pointer; }

/*新广告位*/
.N_ad{width: 1200px;  margin: 10px auto; overflow:hidden}
.N_ad a{ width: 590px;}


/*用户名密码input*/
.top-input-text { width: 120px; }
.top-input-checkCode { width: 100px; }

/*登录注册按钮*/
.top-imageButton-login { border-width: 0px; }
.top-imageButton-reg { border-width: 0px; }

/*已登录*/
#top-userArea { color: Red; }

/*厂长直播的火图片*/
.nav-hot { position: absolute; z-index: 99; display: block; top: 5px; right: 10px; width: 13px; height: 14px; }
.top-nav-hot { position: relative; }
.hotImg { top: 3px; right: -5px; }

.clear { clear: both; }
