body { font:12px/1.5 "微软雅黑",Arial,Tahoma, Helvetica,\5b8b\4f53, sans-serif; }
html,body,div,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,object,code,em,span,var,legend,button,input,textarea,th,td,a,img,header,footer,nav,aside,audio,datalist,section { margin:0;padding:0;border:0;outline:0; }/*清除内外边距*/
html{
/* black or white */
/*
filter:grayscale(100%);
  -webkit-filter:grayscale(100%);
  -moz-filter:grayscale(100%);
  -ms-filter:grayscale(100%);
  -o-filter:grayscale(100%);
  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter:grayscale(1);
*/
}
h1,h2,h3,h4,h5,h6 { font-weight:normal;font-size:100%; }/*设置默认字体*/
p, div { max-height: 100%; }
body{background-color:#fff;margin:0;height:100%;}
li{list-style-type:none;}
a { text-decoration: none; -webkit-tap-highlight-color:rgba(0,0,0,0);}
/*导航样式*/
#head {background-color:rgb(255,255,255);width: 100%; height: 80px; position: fixed; top: 0; box-shadow: 2px 0 6px rgba(0, 0, 0, 0.1); z-index: 999; overflow: hidden; transition: all 0.5s; }
#head .nav_new { width: 1200px; margin: 0 auto; }
#head img.logo { height: 46px; margin: 20px; margin-left: 0; transition: all 0.5s; }
#head ul { height: 60%; margin-top: 11px; float: right; }
#head ul li { height: 100%; float: left; transition: all 0.5s; }
#head ul li a { display: block; height: 100%; line-height: 30px; margin: 10px 30px;  transition: all 0.5s;font-size: 16px;color: #000000; }
#head ul li.active a {padding-bottom: 6px; color: #00a8ff; border-bottom: 2px solid #00a8ff; }
.line_img{margin-top: 80px; position: fixed;z-index: 500;width: 100%}
.line_img img{display:block;width: 100%}
/*内容导航*/
.content .nav_locat{  line-height: 38px;  background-color: #f5f5f5;  }
.content .nav_locat .locat_content{text-align: right;margin-right: 16px;color:#939393}
.content .nav_locat .locat_content .locate_img{margin-left: 5px;color:#939393}
.content .nav_locat .locat_content a{text-decoration: none ;margin-left: 5px;color:#939393}
.content .nav_locat .locat_content .article-name{margin-left: 5px;color:#939393}
/*底部样式*/
.footer {position: fixed;z-index: 2;width: 100%;text-align: center;padding: 2% 0 0 0;background: #00b0ff;color: #fff;font-size: 12px;}
.answer-foot {bottom: 0;position: relative;}
.footer .copyright p {color: #fff;font-size: 12px;line-height: 24px;}
.footer .friendly a {display: inline-block;font-size: 12px;color: #fff;margin: 4px 10px;}
