.wp{width:100%}/*宽度100%*/
.hp{height:100%}/*高度100%*/
.whp{width:100%;height:100%}/*宽高100%*/
.minw{min-width:1200px} /*页面最小宽度*/
.layw{width:1200px} /*页面布局宽度*/

/*头部开始*/
.header{background:rgba(0,0,0,.2);z-index:1}
.head{height:80px}

/*网站标志*/
.logo{width:200px;height:80px;text-align:left}

/*主导航*/
.mainnav{}
/*顶导航*/
.nav{}
.nav .item{font-size:16px;color:#fff;height:80px;line-height:80px;margin-right:53px}
.nav .item:hover,.nav .item.on{color:#6666ff}
.nav .item:hover > a::after,.nav .item.on > a::after{content:'';border-top:2px solid #6666ff;position:absolute;width:100%;left:0;bottom:21px}
/*子导航*/
.subnav{width:145px;background:rgba(13,13,16,.4);left:50%;top:80px;margin-left:-72.5px;font-size:14px;color:#666;border-bottom:1px solid #6666ff}
.subnav li a{height:48px;line-height:48px;padding:0 15px}
.subnav li:hover,.subnav li.on{color:#6666ff}

/*搜索*/
.search{margin-left:40px;height:80px}
.search i{width:56px;background:url(../images/search.png) no-repeat center}
.searchbox{width:362px;height:68px;background:rgba(0,0,0,.4);top: 87px;right:0;z-index: 1;top: -80px;opacity:0}
.searchb{width:279px;height:40px;margin:14px 0 0 14px;border:1px solid #6666ff;background:#333}
.keyword{width:228px;padding: 0 10px;line-height: 38px;font-size: 15px;background:none;color:#edd9a7}
.range{width:49px;background:url(../images/range.png) no-repeat center center}
.search-gb{width:30px;background:url(../images/close.png) no-repeat center center;margin-right:15px }

/*头部结束*/

/*页面中部开始*/
.mainbody{margin-top:-80px}
.main{padding-bottom: 60px}
/*页面中部结束*/

/*底部开始*/
.footer{background:#020202}
.foot{height:135px}
.logo2{width:206px;height:135px;text-align:left}
.ftxt{width:700px;color:#999;line-height:1.8;padding:30px 0}
.ftxt .p{margin-top:10px}
.foot .lx{margin-top:72px}
.foot .lx a{margin-right:16px}
/*底部结束*/

/*右侧浮动栏*/
.sidebar{width:44px;right:0;top:40%;z-index:5}
.sidebar li{width:44px;height:44px;margin-bottom:1px}
.sidebar li:last-child{margin:0}
.sidebar li.s i{background:url(../images/s.png) no-repeat center #666}
.sidebar li.s:hover i{background-color:#00c6fd}
.sidebar li.s:hover .sbox{display:block}
.sidebar li.s .sbox{width:170px;padding:13px;background:#fff;top:0;right:44px}
.sidebar li.s .sbox a{width:145px;height:30px;background:url(../images/sbox.png) no-repeat;line-height: 28px;padding-left: 32px;margin-bottom:5px}
.sidebar li.s .sbox a:last-child{margin:0}
.sidebar li.top{background:url(../images/top.png) no-repeat center #666}
.sidebar li.top:hover{background-color:#00c6fd}