/*****************************************************************************************
全局样式
******************************************************************************************/
html{ overflow-y:scroll; overflow-x: hidden; }/**防止刷新网页时左右抖动**/
html,body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0; padding:0;list-style:none;}
body{background:#fff;font-family:"微软雅黑";}
.clear{clear:both;height:0;line-height:0px;font-size:0;overflow:hidden;}
.clearfix:after{clear:both;height:0;display:block;visibility:hidden;content:".";}
.clearfix{zoom:1}
a{text-decoration:none;outline:none;}
a:link{color:#666;}
a:visited{color:#666;}
a:hover,a:active,a:focus{color:#00aded;text-decoration:none;outline:none;}


/****************************************************
footer style02
*****************************************************/

.footer{ width:100%; background: #31373b; font-size: 14px;}
.footer-top{ width: 1200px; line-height: 26px; overflow: hidden; padding: 20px 0 10px 0; margin: 0 auto;}
.footer .footer-top a{color: #f7f6f4;}

.footer-top-logo{float: left;padding: 20px 80px 0 80px;}
.footer-top-logo p{ color: #b8babb; }

.footer-top-nav,.footer-top-code{ float: left; height: 130px; color: #f7f6f4; line-height: 30px; padding:10px 80px 0 80px;}

.footer-top-tel{ float: left; height: 130px; color: #f7f6f4; line-height: 30px; padding:10px 50px 0 50px;}

.footer-top-code{ border-right: 0; margin-top:-10px; }
.footer-top-code .code-img{ margin-top: 0px; }
.footer-top-code .code-img img{ width: 100px; height: 100px;}

.tel-number1{ text-indent:45px; background: url("footer02-tel.png") no-repeat left center; line-height:22px; margin-bottom:20px; }
.tel-number2{ text-indent:45px; background: url("footer02-phone.png") no-repeat left center; line-height:22px; margin-bottom:20px; }
.copyright{ height: 40px; line-height: 40px; color: #928e8f; text-align: center; background: #292e32; font-size: 12px; }
