/* CSS Document */
body { margin: 0px; padding: 0px; border: 0px; background-color: #FFF9DD; }
.main_menu { color: #333; font-size: 14px; font-weight: bold; }
  .main_menu a { color: #333; text-decoration: none; }
    .main_menu a:hover { color: #693; text-decoration: underline; }
.copyright { font-size: 12px; color: #960; line-height: 18px; }
.title_font { color: #333; font-size: 14px; font-weight: bold; }
.title_font2 { color: #408618; font-size: 14px; font-weight: bold; padding-top: 4px; }
.news_list { font-size: 12px; color: #999; line-height: 23px; }

.intro { line-height: 21px; color: #666666; font-size: 12px; padding-top: 8px; }
/*.date { color: black; }*/
.news_list a { color: #666; text-decoration: none; }
  .news_list a:hover { color: #693; text-decoration: underline; }


.content_font { line-height: 26px; font-size: 14px; color: #333; }
  .content_font p { text-indent: 2em; padding: 0px; margin: 5px 0px; }

.introBlock { font-size: 14px; width: 90%; margin: 10px auto; }
.h2 { font-size: 18px; font-family: 黑体; text-align: center; color: Black; display: block; clear: both; margin: 10px auto 0 auto; font-weight: bold; }

.productBlock { width: 920px; margin: 20px auto; font-size: 14px; }
.i { width: 100%; clear: both; }

.clear-float { clear: both; height: 1px; line-height: 1px; margin: 0px; padding: 0px; border: 0px; }

.productBlock .link { padding-right: 35px; padding-bottom: 20px; float: right; font-size: 12px; color: #CCC; }
.productBlock .content { line-height: 24px; font-size: 14px; color: #666; padding: 10px; padding-top: 0px; /* border-top:solid #F2F2F2 1px; */ }
  .productBlock .content p { padding: 0px; margin: 0px; border: 0px; }
  .productBlock .content .img { margin-right: 40px; margin-bottom: 20px; width: 250px; }
  .productBlock .content span { color: #C00; }
  .productBlock .content b { color: #333; }
  .productBlock .content a { color: #C00; text-decoration: underline; }
    .productBlock .content a:hover { color: #F00; text-decoration: none; }
/*
.productBlock  .content img{
	margin-right:40px;
	margin-bottom:20px;

	float:left;
	display:block;
	border:solid #DDD 3px;
	}
*/


#focus { width: 649px; height: 286px; overflow: hidden; position: relative; left: -1px; top: 0px; }
  #focus ul { height: 649px; position: absolute; }
    #focus ul li { float: left; width: 649px; height: 286px; overflow: hidden; position: relative; }
  #focus ul, #focus li, #focus dl, #focus dd { margin: 0px; padding: 0px; border: 0px; }
  #focus ul, #focus li { list-style: none; }

    #focus ul li div { position: absolute; overflow: hidden; }
    #focus ul li img { width: 649px; height: 286px; }
  #focus .btnBg { position: absolute; width: 649px; height: 20px; left: 0; bottom: 0; background: #000; }
  #focus .btn { position: absolute; width: 649px; height: 10px; padding: 5px 10px; right: 0; bottom: 0; text-align: right; }
    #focus .btn span { display: inline-block; _display: inline; _zoom: 1; width: 20px; height: 8px; _font-size: 0; margin-left: 5px; cursor: pointer; background: #fff; }
      #focus .btn span.on { background: #f60; }
