﻿@charset "utf-8";
@import url("../css/common/grid.css");/*网格*/
@import url("../css/common/layout.css");/*整体框架*/
@import url("../css/common/icon.css");/*图标*/
@import url("../css/navi/navi_02.css");/*02导航*/
@import url("../css/banner.css");/*幻灯片*/
@import url("../css/navi/classify_01.css");/*侧栏样式*/
@import url("../css/adorner/01/A_style.css");/*01装饰器*/
@import url("../css/adorner/02/A_style.css");/*02装饰器*/
@import url("../css/links.css");/*友情链接*/
@import url("../css/kefu.css");/*在线客服*/
@import url("../css/common/doc.css");/*自定义文档*/

*{outline:none;}
.header_links{padding-top:10px;}
.logo img{margin-top:40px;}
#invalid_keywords{height:20px;}
.header_bg{
	heihgt:90px;
	margin: 0 auto;
    /* 调整全局的宽度 必须是10 的倍数 */
	text-align: left;
	position: relative;
	background:url(../img/header_bg.gif) repeat-x;
}
.new_box{
	height:40px;
    margin: 0 auto;
	width:1000px;      /* 调整全局的宽度 必须是10 的倍数 */
	text-align: left;
	position: relative;
	background:url(../img/news_bg.gif) repeat-x;
}
.foot_bg{
	height:85px;
	margin: 0 auto;
	width:1440px;      /* 调整全局的宽度 必须是10 的倍数 */
	text-align: left;
	position: relative;
	background: url(../img/footer_bg.gif) repeat-x;
	
	}
	
.main_r{height:164px;}
.contact_bg{width:218px;height:61px; border:1px solid #ded8dc;}
.new_small2{width:135px;height:40px;}
.new_small2 h3{ float:left; line-height:40px;}
.new_small2 ul li{ float:left; line-height:40px;margin-left:5px;margin-top:5px;}
.new_small1{width:400px;height:40px; background:url(../img/news_icon.gif) left no-repeat;padding-left:20px;line-height:40px;}
.main_r  p span{ color:#75b9ff;}
.footer{ color:#7f7f7f;}
.footer p{ color:#7f7f7f;}

	
		/* 本例子css */
		.txtMarquee-left{width:340px;}
		.txtMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
		.txtMarquee-left .hd .prev,.txtMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden; cursor:pointer; background:url("../images/icoLeft.gif") no-repeat;}
		.txtMarquee-left .hd .next{ background:url("../images/icoRight.gif") no-repeat;  }
		.txtMarquee-left .bd{ padding-top:10px; padding-right:10px; padding-bottom:10px; }
		.txtMarquee-left .bd .tempWrap{ width:425px !important; }/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
		.txtMarquee-left .bd ul{ overflow:hidden; zoom:1; }
		.txtMarquee-left .bd ul li{ margin-right:20px;  float:left; height:24px; line-height:24px;  text-align:left; _display:inline; width:auto !important;  }/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */

         .infoList li span{margin-left:60px;margin-top:5px;}
		.txtMarquee-left .bd ul li span{ color:#999;  }