@charset "utf-8";
/* CSS Document */

/* 全局设置 */
*{ margin: 0; padding: 0;}
body{ overflow-y: scroll; font: 12px/26px "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif; color: #787878;}
input{ font-size: 12px;}
a, a:link, a:active, a:hover, a:visited{ text-decoration: none; color: #787878;}
ul, ol{ list-style: none;}
.clear{ clear: both;}
.hide { display:none !important; }
::selection{ background: gray; color: #fff;}

/*框架*/
.fl{ float: left;}
.fr{ float: right;}
.full{ width: 100%; min-width: 1200px;}
.main{ width: 1200px; margin: 0px auto;}

/**/
.top{ height: 26px; background: #222222;}
.top,.top a{ color: #fff;}
.top .tlink a{ margin: 0px 10px;}

/**/
.head{ height: 100px;}
.head .logo{ display: table-cell; width: 130px; height: 100px; float: left; line-height: 100px;}
.head .nave{ display: table; height: 26px; margin-top: 41px; background: url(../images/naveli.png) no-repeat; padding-left: 16px; margin-left:50px}
.head .nave li{ display: table-cell;}
.head .nave li a{ padding: 0px 20px;}
.head .nave li,.head .nave li a{ font-size: 18px;}
.head .nave li a:hover{ color: #E50000;}
.head .nsqr { padding-left:100px; background: url(../images/nave-icon.png) right 32px no-repeat; }

/**/
.links {height: 213px; background: #161616; }
.links ,.links a ,.foot .copy ,.foot .copy a { color: #A0A0A0; }
.flink { width: 220px; margin-top: 40px; padding-left: 20px; float: left; }
.flink dt { margin-bottom: 20px;}
.flink dt ,.flink dt a { font-size: 16px;}
.flink dd,.flink dd a { font-size: 14px;}
.flink dd a:hover { font-size: 14px; text-decoration:underline; }
.foot { background: #161616; border-top: 1px solid #2C2C2C;}
.foot .copy {padding: 25px; text-align: center;}
.foot .copy  p { font-size:12px; }
.foot .copy .code li { border:1px solid #494949; padding:10px 15px; margin-top:10px; margin-right:10px; float:left; transition: all 0.5s;}
.foot .copy .code li:hover { border:1px solid #7B7B7B;transition: all 0.5s; }
/**/
.blockarea { text-align:center; padding-top:40px; }
.blockmore { margin:0px auto; padding:10px 30px; border:2px solid #333;font-size: 16px;}
.blockmore:hover { border-color:#E50000; }