@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-family: "微软雅黑"; font-size: 14px; color: #989898;}



/*导航开始*/
#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;}
#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:84%;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;}

.content01 {width: 1200px; height: auto; margin: 40px auto;  overflow: hidden;}
.left01 {width: 160px; height: auto; float: left; }
.product1{ border-right: 0; text-align:center;}
.product1 span { background: #f7b52e; color: #fff; line-height: 40px; font-size: 14px; float: left; width: 100%; height: 98%;}
.product1 a {color: #fff;}
.product{  line-height: 40px; font-size: 14px;  text-align:center; width: 100%; height: 100%; padding: 0;}
.product a{cursor:pointer;  display: block; border-bottom: 1px solid #dadada; margin: 0 auto;width: 80%; height: 98%; color: #333;}


.right {width: 958px; height: auto; float: right;}
.right div{border-bottom: 1px solid #dadada; color: #191919; width:958px; font-size: 18px; line-height: 39px;}
.right span{line-height: 30px; display: inline-block; margin: 20px 0;    color:#939393;}



/*底部开始*/
#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;
}