/* 全局设置 */
* {
margin:0;
padding:0;
}
body {
	background-color: #fff;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 18px;
}
a:hover { 
color:#ffcd05;text-decoration:none; 
}

.red {color: #FF0000}
.black {color: #000000}
.hui {
	color: #666666;
	text-decoration: none;
}
.blue {color: #5bb1ff}

/* 首页 */
/* head */
#header {
	width:956px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	width:456px;
	float: left;
	height: 86px;
}
.head_di {
	width:500px;
	float: left;
	height: 86px;
	background-image: url(../images/head_di.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.head_di_box {
	width:130px;
	float: right;
	font-family: "宋体";
	font-size: 12px;
	color: #858484;
	padding-top: 5px;
}
.head_di_box a {
	font-family: "宋体";
	font-size: 12px;
	color: #858484;
	text-decoration: none;
}
.banner {
	width:956px;
	float: left;
	height: 166px;
	padding-bottom: 2px;
}
.meau_left {
	width:216px;
	float: left;
	height: 36px;
	background-image: url(../images/meau_left.gif);
	background-repeat: no-repeat;
}
.meau {
	width:738px;
	float: right;
	height: 36px;
	background-image: url(../images/meau_di.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}
.meau ul {
	width:600px;
	float: left;
	height: 36px;
	padding-left: 41px;
	list-style-type: none;
}
.meau ul li {
	width:111px;
	float: left;
	height: 36px;
	line-height: 32px;
	text-align: center;
}
.meau ul li a {
	font-family: "宋体";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 3px;
}

/* content */
#content {
	width:956px;
	margin-right: auto;
	margin-left: auto;
}
.content_di1 {
	width:956px;
	background-image: url(../images/content_di1.gif);
	background-repeat: no-repeat;
	float: left;
	height: 7px;
	overflow: hidden;
	margin-top: 4px;
}
.content_di2 {
	width:956px;
	background-image: url(../images/content_di2.gif);
	background-repeat: repeat-y;
	float: left;
}
.content_left {
	width:190px;
	float: left;
	/*height: 469px;*/
	padding-left: 13px;
}
.content_left_top {
	width:190px;
	float: left;
	padding-top: 8px;
	padding-bottom: 6px;
}
.left_top_icon {
	width:7px;
	float: left;
	height: 15px;
}
.left_top_icon1 {
	width:20px;
	float: left;
	height: 16px;
}
.left_top_chtxt {
	width:65px;
	float: left;
	height: 15px;
	font-family: "宋体";
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #133d70;
	text-align: center;
}
.left_top_entxt {
	width:102px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5bb1ff;
	text-align: center;
	padding-top: 2px;
}
.content_left_line {
	width:190px;
	float: left;
	background-color: #133d70;
	height: 2px;
	overflow: hidden;
}
.content_left_meau {
	width:180px;
	float: left;
	padding-top: 11px;
	padding-left: 5px;
}
#nav {
width:180px;
    line-height: 20px; 
list-style-type: none;
text-align:left;
    /*定义整个ul菜单的行高和背景色*/
}

/*==================一级目录===================*/
#nav a {
width: 160px; 
display: block;
padding-left:20px;
/*Width(一定要)，否则下面的Li会变形*/
}

#nav li {
	float:left;
	background-color: #d6ebff;/*float：left,本不应该设置，但由于在Firefox不能正常显示
继承Nav的width,限制宽度，li自动向下延伸*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#nav li a {
	color:#002b5e;
	text-decoration:none;
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
}

#nav li a:hover{
	background-color: #94ccff;
}
#nav a:link {
color:#666; text-decoration:none;
}
#nav a:visited {
	color:#002b5e;
	text-decoration:none;
	font-weight: bold;
}
#nav a:hover {
color:#002b5e;text-decoration:none;font-weight:bold;
}

/*==================二级目录===================*/
#nav li ul {
list-style:none;
text-align:left;
}
#nav li ul li{
	background-image: url(../images/left_meau_di.gif);
	background-repeat: no-repeat;
}

#nav li ul a{
         padding-left:40px;
         width:140px;
/* padding-left二级目录中文字向右移动，但Width必须重新设置=(总宽度-padding-left)*/
}

/*下面是二级目录的链接样式*/

#nav li ul a:link {
color:#666; text-decoration:none;
}
#nav li ul a{
	color:#002b5e;
	text-decoration:none;
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
}
#nav li ul a:visited {
	color:#002b5e;
	text-decoration:none;
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
}
#nav li ul a:hover {
	color:#F3F3F3;
	text-decoration:none;
	font-weight:normal;
	background-color: #133D70;
/* 二级onmouseover的字体颜色、背景色*/
}

/*==============================*/
#nav li:hover ul {
left: auto;
}
#nav li.sfhover ul {
left: auto;
}
#nav ul.collapsed {
display: none;
}

.content_right {
	width:715px;
	float: right;
	padding-right: 13px;
}
.content_right_search {
	width:715px;
	background-image: url(../images/seach_di.gif);
	background-repeat: no-repeat;
	float: left;
	height: 31px;
}
.right_search_txt {
	width:61px;
	float: left;
	height: 15px;
	padding-top: 7px;
	padding-left: 50px;
	font-family: "宋体";
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #133d70;
}
.right_search_zhulei {
	float: left;
	height: 20px;
	padding-top: 4px;
	padding-left: 10px;
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	width: auto;
}
.right_search_nei {
	float: left;
	height: 20px;
	padding-top: 4px;
	padding-left: 10px;
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding-right: 10px;
	width: 150px;
}
.right_search_anniu {
	float: left;
	height: 19px;
	padding-top: 5px;
	width: 64px;
}
.right_left {
	float: left;
	padding-top: 12px;
	width: 501px;
}
.right_left_top {
	float: left;
	width: 501px;
	height: 21px;
	padding-top: 5px;
}
.more {
	float: right;
	width: 38px;
	height: 11px;
	padding-top: 5px;
	padding-right: 3px;
}
.right_left_line {
	float: left;
	width: 501px;
	height: 1px;
	background-color: #d1d1d1;
	overflow: hidden;
}
.right_left_box {
	float: left;
	width: 501px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.right_left_box_di {
	float: left;
	width: 501px;
	background-image: url(../images/di_01.gif);
	background-repeat: repeat-y;
}
.right_left_pic_box {
	float: left;
	width: 142px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
}
.right_left_pic_di {
	float: left;
	width: 142px;
	background-color: #d6ebff;
	height: 144px;
}
.right_left_picbox {
	float: left;
	width: 136px;
	height: 137px;
	padding-top: 3px;
	padding-left: 3px;
}
.right_left_pic {
	float: left;
	width: 134px;
	height: 135px;
	border: 1px solid #FFFFFF;
}
.right_left_txtbox {
	float: left;
	width: 142px;
	height: 43px;
}
.right_left_txt {
	float: left;
	width: 142px;
	height: 37px;
	padding-top: 6px;
}
.right_left_txt p {
	font-family: "宋体";
	font-size: 12px;
	color: #737373;
	line-height: 18px;
}
.right_left_txtline {
	float: left;
	width: 142px;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7896b6;
	overflow: hidden;
}
.right_right {
	float: right;
	padding-top: 12px;
	width: 202px;
}
.right_right_di {
	float: left;
	width: 202px;
	background-color: #ebebec;
}
.right_right_top {
	float: left;
	width: 190px;
	height: 20px;
	padding-left: 6px;
	padding-top: 8px;
}
.right_right_top_line {
	float: left;
	width: 190px;
	height: 2px;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	margin-top: 1px;
}
.right_right_txtbox {
	float: left;
	width: 169px;
	height: 186px;
	padding-top: 11px;
	padding-left: 16px;
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #525151;
	text-decoration: none;
}
.right_right_txtbox a {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #525151;
	text-decoration: none;
}
.right_right_txtbox a:hover { 
color:#5BB1FF;text-decoration:none; 
}
#demo4 p {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #525151;
	text-decoration: none;
}
#demo4 a {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #525151;
	text-decoration: none;
}
#demo4 a:hover { 
color:#5BB1FF;text-decoration:none; 
}
.right_right_more {
	float: right;
	width: 38px;
	height: 11px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
}
.right_right_line {
	float: left;
	width: 202px;
	height: 2px;
	background-image: url(../images/line_1.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}
.right_right_linkbox {
	float: left;
	width: 186px;
	padding-top: 8px;
	padding-left: 10px;
}
.right_right_linkpic {
	float: left;
	width: 88px;
	height: 31px;
	padding-right: 5px;
	padding-bottom: 10px;
}
.content_di3 {
	width:956px;
	background-image: url(../images/content_di3.gif);
	background-repeat: no-repeat;
	float: left;
	height: 9px;
	overflow: hidden;
}

/* foot */
#footer {
	width:956px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.footer_di {
	width:956px;
	float: left;
	margin-top: 7px;
}
.footer_di_top{
    width:956px;
	height:7px;
	margin:0;
	padding:0;
	background-image:url(../images/foot_di_top.gif);
	background-repeat:no-repeat;
	float:left;
	overflow:hidden;
}
.footer_di_center{
    width:956px;
	margin:0;
	padding:0;
	background-image:url(../images/foot_di_center.gif);
	background-repeat:repeat-y;
	float:left;
}
.footer_di_bottom{
    width:956px;
	height:10px;
	margin:0;
	padding:0;
	background-image:url(../images/foot_di_bottom.gif);
	background-repeat:no-repeat;
	float:left;
	overflow:hidden;
}
.footer_di_logo{
    width:46px;
	height:66px;
	margin:0;
	padding:0;
	background-image:url(../images/foot_di_logo.gif);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	margin-left:130px;
	margin-top:20px;
}
.footer_txt {
	width:600px;
	float: left;
	padding-left: 8px;
	padding-top: 22px;
}
.footer_txt p {
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
/* 产品页 */
td {
	color:#333333;
	text-decoration:none;
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
}
td p {
	color:#333333;
	text-decoration:none;
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
}
td a {
	color:#333333;
	text-decoration:none;
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
}
.right_product_top {
	width:705px;
	float: left;
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #143D71;
	padding-top: 10px;
	padding-left: 10px;
}
.right_product_top a {
	font-family: "宋体";
	font-size: 12px;
	color: #143D71;
	text-decoration: none;
}
.right_product_box {
	width:695px;
	float: left;
	padding-left: 10px;
	padding-top: 6px;
}
.product_box_nei {
	width:691px;
	float: left;
	height: 145px;
	border: 2px solid #e1ebf5;
	height:auto;
}
.product_box_tab {
	width:543px;
	float: right;
	height: 145px;
	height:auto;
}
.product_box_txt {
	width:691px;
	float: left;
	border: 2px solid #e1ebf5;
	margin-top: 4px;
}
.product_box_txttop {
	width:691px;
	float: left;
	font-family: "宋体";
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #133D70;
	height: 24px;
	background-color: #D6EBFF;
	letter-spacing: 4px;
}
.product_box_txtnei {
	width:670px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	font-family:"宋体";
	font-size:12px;
}
.product_box_txtnei p {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
.product_box_txtnei a {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
/* 典型用户 */
.yonghu_box_txttop {
	width:691px;
	float: left;
	font-family: "宋体";
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #143D71;
	height: 24px;
	background-color: #94CCFF;
	letter-spacing: 4px;
}
.yonghu_box_txttop1 {
	width:687px;
	float: left;
	font-family: "宋体";
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #143D71;
	height: 24px;
	background-color: #D6EBFF;
	margin-top: 2px;
	margin-left: 1px;
	text-align: center;
}
.left_yonghu_search {
	width:190px;
	float: left;
}
.left_top_chtxt1 {
	width:183px;
	float: left;
	height: 15px;
	font-family: "宋体";
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-align: center;
	background-color: #D6EBFF;
	font-weight: bold;
}
.yonghu_search_box {
	width:180px;
	float: left;
	background-color: #94CCFF;
	height: 70px;
	padding-top: 10px;
	padding-left: 10px;
}
.yonghu_search_box p {
	font-family: "宋体";
	font-size: 12px;
	line-height: 24px;
	color: #133D70;

}
.yonghu_search_box1 {
	width:180px;
	float: left;
	background-color: #E8F3FF;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.yonghu_search_box1 ul {
	width:180px;
	float: left;
	list-style-type: none;
}
.yonghu_search_box1 ul li {
	float: left;
	width: 55px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.yonghu_search_box1 ul li a {
	font-family: "宋体";
	font-size: 12px;
	color: #3D80C7;
	text-decoration: none;
}