@charset "utf-8";
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th{font-size:1em;font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{-webkit-margin-before: 0;-webkit-margin-after: 0;-webkit-margin-start: 0;-webkit-margin-end: 0;}
body {font-family: 'Microsoft YaHei','思源黑体 CN',Arial; font-size: 14px;}
ul,ol,li{list-style:none;}
input{border: none; outline: none;}
a{text-decoration:none; outline: none;color: #939393;}
fieldset,img{border:none}
.clear{clear:both}
.hidden{display:none;}
/*
base.header.css
*/
body{background-color: #f5f5f5;font-size: 14px; font-family: 微软雅黑; color: #666666;}
@charset "utf-8";
/* RESET */
input {border: none;outline: none;}
/*header*/
body{font-size: 14px; font-family: 微软雅黑; color: #666666;}

.w{width:1200px; margin: 0 auto;}



/*导航开始*/
#header-smb{position:relative; width:100%; min-width: 1210px; height:64px; color: #939393; background-color: #424954; z-index:1;}
/*IE6 7 8下，层级的表现不是看子标签的z-index多高，而要看整个DOM tree（节点树）的第一个relative属性的父标签的层级。*/
#tobBar-smb{margin: 0 auto; width: 1210px; height: 64px; overflow:hidden;}
#tobBar-smb *{display: inline-block; float:left;}
.float{display: inline-block; float: left;}
#tobBar-smb>a{line-height: 64px; font-weight: bold; color:#939393; }
#tobBar-smb>a>span{line-height: 38px;  margin-left: 50px; color:#fff; font-size: 15px;}
#tobBar-smb>a:hover{color:#fff;}
#tobBar-smb>ul>li>a:hover{color:#fff;}
#logo-smb{margin-top: 14px; margin-right:265px; width: 232px; height: 40px; background: url(images/logo.png) 0 0 no-repeat;}
#homePage-smb{width:32px; margin-right:70px; color:#939393; text-align:center;}
#tobBar-smb>ul>li{
    margin-right: 70px; 
    font-weight: bold;
    line-height: 64px; 
    overflow: hidden;
    cursor: pointer;
}
#tobBar-smb>ul>li.focus{color:#fff;}
#tobBar-smb>form{ 
    padding: 0 3px; 
    margin:23px 18px 0 0; 
    width:104px; 
    height: 18px;
    border-radius: 10px;   
    background-color: #e1e1e1;
}



/*招贤纳士开始*/
.Title{width: 1200px; border-bottom: 1px solid #dadada; margin:0 auto; margin-top:30px;}
.Title div{ width:120px; margin-top:30px; margin:0 auto;}
.Title span{font-size:20px; line-height:14px; color: #333; margin-left: 10px;}
.Title p{color:#ffda8c; line-height:28px;}

.ZP>img{margin-top: 30px;}
.ZP>div{ line-height: 2em; color: #939393; margin-left: 20px;  margin-top: -28px; overflow:hidden;}
.span01{float:left;}
.span02{float:left; margin-left: 100px;    margin-left: 100px; margin-top: 10px;}




/*底部开始*/
#footer{width:100%; height:50px; background-color: #fff; margin-top: 120px;}
#footer>div{
    width: 1210px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 50px;
}
#footer>div>ul>li{
    display: inline-block;
    float: left;
    margin-right:22px; 
    color: #4a4a4a;
}
#footer>div a{
    color: #4a4a4a;
}
#footer>div>p{
    float: right;
    color: #9f9f9f;
}
#footer>div>a{
    float: right;
}