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

	Theme Name: YANLICHEN

	Theme URI: 

	Description: 

	Template:15840605502

*/
   /*

CSS Reset

*/
   /* 清除内外边距 */
   
   body,
   h1,
   h2,
   h3,
   h4,
   h5,
   h6,
   hr,
   p,
   blockquote,
   /* structural elements 结构元素 */
   
   dl,
   dt,
   dd,
   ul,
   ol,
   li,
   /* list elements 列表元素 */
   
   pre,
   /* text formatting elements 文本格式元素 */
   
   fieldset,
   lengend,
   button,
   input,
   textarea,
   /* form elements 表单元素 */
   
   th,
   td {
       /* table elements 表格元素 */
       margin: 0;
       padding: 0;
   }
   /* 设置默认字体 */
   
   body,
   button,
   input,
   select,
   textarea {
       /* for ie */
       /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
       font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
       /* 用 ascii 字符表示，使得在任何编码下都无问题 */
   }
   
   body {
       background: url(../images/bg.png) #000;
   }
   
   h1 {
       font-size: 18px;
       /* 18px / 12px = 1.5 */
   }
   
   h2 {
       font-size: 14px;
   }
   
   h3 {
       font-size: 12px;
   }
   
   h4,
   h5,
   h6 {
       font-size: 100%;
   }
   
   address,
   cite,
   dfn,
   em,
   var {
       font-style: normal;
   }
   /* 将斜体扶正 */
   
   code,
   kbd,
   pre,
   samp,
   tt {
       font-family: "Courier New", Courier, monospace;
   }
   /* 统一等宽字体 */
   
   small {
       font-size: 12px;
   }
   /* 小于 12px 的中文很难阅读，让 small 正常化 */
   /* 重置列表元素 */
   
   ul,
   ol {
       list-style: none;
   }
   /* 重置文本格式元素 */
   
   a {
       text-decoration: none;
       color: #247ea1;
   }
   
   a:hover {
       text-decoration: none;
       color: #F90;
   }
   
   abbr[title],
   acronym[title] {
       /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
       border-bottom: 1px dotted;
       cursor: help;
   }
   
   q:before,
   q:after {
       content: '';
   }
   /* 重置表单元素 */
   
   legend {
       color: #000;
   }
   /* for ie6 */
   
   fieldset,
   img {
       border: none;
   }
   /* img 让链接里的 img 无边框 */
   /* 注：optgroup 无法扶正 */
   
   img {
       margin: 0px;
       padding: 0px;
   }
   
   button,
   input,
   select,
   textarea {
       font-size: 100%;
       /* 使得表单元素在 ie 下能继承字体大小 */
   }
   /* 重置表格元素 */
   
   table {
       border-collapse: collapse;
       border-spacing: 0;
   }
   /* 重置 hr */
   
   hr {
       border: none;
       height: 1px;
   }
   /* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
   
   html {
       overflow-y: scroll;
   }
   /* 清理浮动 */
   
   .clearfix:after {
       content: ".";
       display: block;
       height: 0;
       clear: both;
       visibility: hidden;
   }
   /*

		推荐使用的元素

		1. 结构元素：blockquote, body, br, div, h1 - h6, head, hr, html, p

		2. 头部元素：base, link, meta, script, style, title

		3. 列表元素：ul, ol, li, dl, dt, dd

		4. 文本格式元素：a, abbr, acronym, address, bdo, cite, code, del, dfn, em, ins, kbd, noscript, pre, q, samp, small, span, strong, sub, sup, var

		5. 表单元素：button, fieldset, legend, form, input, label, optgroup, option, select, textarea

		6. 多媒体元素：area, img, map, object, param

		7. 表格元素：caption, col, colgroup, table, tbody, td, tfoot, th, thead, tr

		8. 窗体元素：iframe 

		

		

		

		不推荐使用的元素

		1. 结构元素：无

		2. 头部元素：无

		3. 列表元素：dir, menu

		4. 文本格式元素：b, basefont, big, blink, center, comment, font, i, marquee, nobr, plaintext, ruby, s, strike, u, wbr, xmp

		5. 表单元素：isindex

		6. 多媒体元素：applet, bgsound, embed, noembed

		7. 表格元素：无

		8. 窗体元素：frame, frameset, noframes 

		

		

		

		转世重生的元素

		1. s - 表示 sprite, 可以用 <s></s> 来做 icon 的占位元素

		2. b - 表示 border, 可以用来作为圆角的占位元素

		3. i - 预留，尚未想到合理的复活理由 

*/
   /*全局样式*/
   
   .header {
       background: url(../images/top_logo.png) no-repeat;
       width: 1057px;
       height: 197px;
       margin: 0 auto
   }
   /*nav*/
   
   .topnav {
       height: 480px;
   }
   
   .nav_bg {
       background: url(../images/nav_bg.png) repeat-x;
       height: 43px;
   }
   
   .nav_bg .nav {
       background: url(../images/nav.png) no-repeat;
       width: 1057px;
       height: 43px;
       margin: 0 auto;
   }
   
   .nav_bg .nav ul {
       position: relative;
       width: 1057px;
   }
   
   .nav_bg .nav ul li {
       float: left;
   }
   
   .nav_bg .nav ul .a1 {
       position: absolute;
       top: 12px;
       left: 72px;
   }
   
   .nav_bg .nav ul .a2 {
       position: absolute;
       top: 12px;
       left: 207px;
   }
   
   .nav_bg .nav ul .a3 {
       position: absolute;
       top: 12px;
       left: 320px;
   }
   
   .nav_bg .nav ul .a4 {
       position: absolute;
       top: 12px;
       left: 427px;
   }
   
   .nav_bg .nav ul .a5 {
       position: absolute;
       top: 12px;
       left: 545px;
   }
   
   .nav_bg .nav ul .a6 {
       position: absolute;
       top: 12px;
       left: 655px;
   }
   
   .nav_bg .nav ul .a7 {
       position: absolute;
       top: 12px;
       left: 768px;
   }
   
   .nav_bg .nav ul .a8 {
       position: absolute;
       top: 12px;
       left: 888px;
   }
   
   .nav_bg .nav ul li a {
       display: block;
   }
   /*banner*/
   
   .banner_tray {
       border-top: 3px solid #500000;
       height: 46px
   }
   
   .banner_btn {
       background: url(../images/banner_btn_1.png) no-repeat center;
       width: 393px;
       height: 45px;
       margin: -3px auto 0px;
   }
   /*footer*/
   
   .footer {
       width: 1057px;
       margin: 0 auto;
       text-align: center;
       padding-bottom: 30px;
   }
   
   .footer p {
       line-height: 40px;
       text-align: center;
       color: #989898;
   }
   
   .footer a {
       color: #989898
   }
   /*page*/
   
   .page {
       margin: 30px auto;
       text-align: center;
       height: 28px;
       width: 310px;
   }
   
   .page_bor {
       height: 26px;
       float: left
   }
   
   .page a {
       color: #9e9e9e;
       text-align: center;
       display: inline-block;
       float: left
   }
   
   .page .num1 {
       margin: 0px 8px;
       vertical-align: middle;
       color: #9e9e9e;
       width: 20px;
       height: 26px;
       line-height: 26px
   }
   
   .page .num {
       width: 20px;
       height: 26px;
       margin: 0px 8px;
       vertical-align: middle;
       color: #9e9e9e;
       line-height: 26px
   }
   
   .page .num:hover {
       width: 20px;
       height: 26px;
       text-align: center;
       margin: 0px 8px;
       vertical-align: middle;
       color: #9e9e9e;
       line-height: 26px
   }
   
   .page .f_l {
       background: url(../images/page_l.png) no-repeat left;
       width: 30px;
       height: 25px;
       display: inline-block;
       clear: both;
   }
   
   .page .f_r {
       background: url(../images/page_r.png) no-repeat right;
       width: 30px;
       height: 25px;
       display: inline-block;
       clear: both
   }
   
   .page .fy:hover {
       color: #9e9e9e
   }
   
   .topnav .nav_bg .banner {
       background-image: url(../images/bj123.jpg);
   }
   
   .about_content.clearfix .about_right .news_txt li {
       float: left;
       width: auto;
       padding-right: 5px;
       padding-left: 5px;
   }
   
   .main .about_content.clearfix .kkk {
       float: left;
       height: 40px;
       width: 1200px;
   }
   
   .main .about_content.clearfix .about_right .kke {
       height: 40px;
       width: 280px;
       line-height: 40px;
       margin-left: auto;
       /* [disabled]background-color: #222; */
       margin-right: auto;
       color: #999;
   }
   
   .main .about_content .about_right .kke * {
       width: auto;
       padding-right: 5px;
       padding-left: 5px;
       list-style-type: none;
   }