﻿@charset "utf-8";

a{font-family:微软雅黑,"微软雅黑",Verdana,Arial,"宋体",Helvetica, sans-serif;font-size:13px;text-decoration: none;}
a:link   {color:#505050;}
a:visited{color:#505050;}
a:hover  {color:#067f18;}
a:active {color:#505050;}

/*去掉链接（包括图片链接）的虚线边框*/ 
a,area { blr:expression(this.onFocus=this.blur()) } /* for IE */ 
:focus { outline: none; }/* for Firefox */ 

/*IE滚动条样式*/
body { SCROLLBAR-ARROW-COLOR:#FFFFFF;SCROLLBAR-FACE-COLOR:#ffc104;SCROLLBAR-DARKSHADOW-COLOR:#ffc104;SCROLLBAR-HIGHLIGHT-COLOR:#ffc104;SCROLLBAR-3DLIGHT-COLOR:#ffc104;SCROLLBAR-SHADOW-COLOR:#ffc104;SCROLLBAR-TRACK-COLOR:#E6E6E6;}
/* Webkit内核滚动条样式 */
::-webkit-scrollbar {width: 12px;}
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -webkit-border-radius: 0px; border-radius:0px;}/*滑轨*/
::-webkit-scrollbar-thumb {-webkit-border-radius:0px;border-radius:0px; background: rgba(255,193,4,1.0); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);}/*滑块*/
::-webkit-scrollbar-thumb:window-inactive {background: rgba(255,193,4,0.7);} 

body {color:#444;margin:0; background:url(../../external.gif?link=http://dwitoys.com/templates/images/bg.jpg) center top no-repeat fixed; text-align:center;}
body,html{ height:100%;}
div,ul,dl,dt,dd{ margin:0; padding:0;list-style:none;}
body,td,input,select,textarea{ font-family:微软雅黑,"微软雅黑",Verdana,Arial,"宋体",Helvetica, sans-serif; font-size: 13px;}
img{ border:0;}
form{ margin:0}
input,select{ vertical-align:middle;}
input[type=text],input[type=password],textarea{ border:#d7d7d7 1px solid; color:#646464}
hr{border-top:rgba(225,225,225,0.5) 1px dotted; border-top:#e1e1e1 1px dotted\9; border-bottom:none; background:none; border-left:none; border-right:none; padding:0; margin:35px auto; clear:both;}
*{-webkit-text-size-adjust:none;} /*解决webkit内核浏览器强制最小字体*/
/*css3过渡效果*/
a,li,p,span{transition:background-color 0.3s;-webkit-transition:background-color 0.3s;-moz-transition:background-color 0.3s; -o-transition:background-color 0.3s;}

/*公共*/
.blank{ height:0; line-height:0; font-size:0; margin:0; padding:0; clear:both;}
.global_Box{ width:1120px; margin:0 auto; text-align:left;}
.floatL{ float:left;}.floatR{ float:right;}
.hide{ display:none;}

/*页头*/
#head{ width:100%; max-width:1160px; min-width:800px; height:76px; margin:0 auto 90px auto; top:50px; text-align:left; position:relative; z-index:999; clear:both;}
#logo{ float:right; margin-right:20px;}
.tit{ float:left; margin:0 0 0 25px; font-size:38px; color:#fff;filter:alpha(opacity=90); -moz-opacity:0.9;-khtml-opacity:0.9;opacity:0.9;}
.tit span{ width:48px; height:48px; line-height:48px; text-align:center; display:inline-block; background:url(../../external.html?link=http://dwitoys.com/templates/images/btns.png) -202px top no-repeat; font-size:28px; vertical-align:middle; vertical-align:middle; margin-right:10px; margin-top:-3px; *margin-top:0}
/*页头按钮*/
#btns{ float:left; margin:10px 0 0 45px;}
#btns1,#btns2,#btns3,#btns4{ position:relative; z-index:99; width:38px; height:38px; display:inline-block; overflow:hidden; background:url(../../external.html?link=http://dwitoys.com/templates/images/btns.png) left top no-repeat; float:left; margin-right:15px}
#btns2{ background-position:-53px top;}#btns3{ background-position:-106px top;}#btns4{ background-position:-159px top;}
#btns1:hover{ background-position:left -42px;}
#btns2:hover{ background-position:-53px -42px;}
#btns3:hover{ background-position:-106px -42px;}
#btns4:hover{ background-position:-159px -42px;}
#search_form{ width:180px; height:44px; background:url(../../external.html?link=http://dwitoys.com/templates/images/btns.png) left -56px no-repeat; overflow:hidden; position:absolute; z-index:98; top:2px; right:114px; left:auto; display:none;}
#search_input{ width:138px; height:24px; line-height:24px; margin:0 0 0 12px; border:none; font-size:12px; background:none; float:left;}
#search_btn{ width:28px; height:24px; display:inline-block; background:url(../../external.html?link=http://dwitoys.com/templates/images/btns.png) -152px -3px no-repeat; border:none; cursor:hand; cursor:pointer; margin:0; float:right;}
#search_btn:hover{ background-position:-152px -31px;}

/*导航*/
#Menu{ position:fixed; left:0; top:0; width:80px; height:100%; background:rgba(39,37,38,0.9); background:#272526\9; z-index:1000; _position: absolute; _top:expression(offsetParent.scrollTop);}
#Menu_blank{ position:absolute; left:auto; right:-15px; width:15px; height:100%;}
#Menu ul{ position:relative; width:80px; overflow:hidden;}
#Menu li{ position:relative; width:160px; height:80px; overflow:hidden; border-bottom:#444 1px solid;}
#Menu li a{ display:block; width:80px; height:80px; color:#bbb; font-size:12px; line-height:200%; float:left;}
#Menu li a span{ font-size:26px; display:inline-block; padding-top:15px;}

/*页脚*/
#foot{ width:100%; text-align:center;  z-index:1; padding:1em 0 2em 0;margin-top:40px;clear:both;}
#foot,#foot a{font-size:12px; color:rgba(255,255,255,0.7); color:#d9d9d9\9; }
#foot a:hover{color:rgba(255,255,255,1); color:#ffffff\9}
