﻿/*------------------------全局--------------------*/
html{
	background-color:E0E0E0;
	background:url(../Images/indexbodybg.gif) repeat-x;
	}

body{
	/*text-align:center;---*/
	font-size:12px;
	/*background:url(../Images/bg_body.png) 0px 334px repeat-x;--------*/
	color:#C2C2C2;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 5px;
	}
img,form,ul,p{
	border:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
input,textarea,select {
	color:#666666;
	font-size:12px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}

a{ 
	color:#666666;
	text-decoration:none;
	}
a:hover{
	color:#FF3300;
	}
/*------------------------------------------------*/
/*通用_页面容器------------------------------------*/
#container{
	}

/*LOGO*/
.header_logo{
	float:left;
	padding:0 0 15px 16px;
	width:200px;
	height:42px;
	}
	
/*小字链接*/
.header_link{
	float:left;
	padding:0px 46px 15px 0px;
	width:740px;
	height:42px;
	text-align:right;
	}

/*主菜单，有下拉*/
#mainMenu{
	float:left;
	padding-left:8px;
	position: relative;
	 z-index:11111;
	list-style-type:none;
	}
#mainMenu ul li{
	float:left;
	margin-right:2px;
	width:75px;
	list-style:none; 
	}
#mainMenu ul li a{
	display:block;
	padding-top:8px;
	width:65px;
	height:20px;
	text-align:left;
	font-weight:bold;
	color:#656751;
	}
#mainMenu ul li a:hover{
	}
#mainMenu ul li ul {
	list-style-type: none;
	text-align:left;
	left:-999em;
	width:85px;
	font-weight:normal;
	position:absolute;
	}
#mainMenu ul li ul li{
	float:left;
	width:85px;
	height:24px;
	font-weight:normal;
	border-top:1px solid #FFFFFF;
	background:#E8E8E8;
	}
#mainMenu ul li ul li a{
	display:block;
	padding:6px 0px 0px 0px;
	width:85px;
	height:12px;
	font-weight:normal;
	text-align:center;
	}
#mainMenu ul li ul li a:hover{
	background: #E8E8E8;
	}
#mainMenu ul li:hover ul{
	left:auto;
	}

#mainMenu ul li.sfhover ul{
	left:auto;
	}
	
/*检查会员是否登录*/
.header_checkmember{
	float:left;
	padding:9px 16px 11px 8px;
	width:196px;
	height:12px;
	color:#333333;
	}
.header_checkmember a{
	color:#333333;
	text-decoration:underline;
	}
.header_checkmember a:hover{
	color:#E00000;
	}

/*大幅广告条*/
.header_banner{
	float:left;
	padding:1px 0px;
	width:1002px;
	height:228px;
	}

/*通用_页面底部--------------------------*/
#footer{
	margin:auto; 
	padding:0px;
	width:1002px;
	height:80px;
	border-top:1px solid #E6E6E6;
	background:#F3F4F6 url(../Images/bg_copyright.gif) 251px 20px no-repeat;
	color:#999999;
	text-align:left;
	line-height:150%;
	}
#footer a{
	color:#999999;
	}
#footer_ICP {
	float:left;
	padding-top:8px;
	width:252px;
	height:72px;
	text-align:center;
	line-height:150%;
	}
#footer_copyright {
	float:left;
	padding:20px 20px 0px 40px;
	width:690px;
	height:60px;
	text-align:left;
	line-height:150%;
	}
	
/*通用_页面主体--------------------------*/
/*首页内页相同*/
#bodyer{
	}

/*首页内页不同之首页*/
#bodyer_index{
	overflow:hidden;
	margin:15px auto; 
	width:1002px;
	background:url(../Images/bg_bodyer_index.gif) 251px 334px repeat-y;
	}

/*首页内页不同之内页*/
#bodyer_page{
	overflow:hidden;
	margin:15px auto; 
	width:1002px;
	background:url(../Images/bg_bodyer_page.gif) 251px 0px repeat-y;
	}

/*第一边栏*/
#mainSidebar{
	float:left;
	padding:3px 17px;
	width:218px;
	}

/*第二边栏*/
#subSidebar{
	float:left;
	padding:3px 17px;
	width:160px;
	}
	
/*边栏以外的主体区域，即核心内容区，首页内页相同*/
#indexpageBody{
	}
/*核心内容区，首页内页不同之首页*/
#indexBody{
	float:left;
	width:490px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;

	}

/*核心内容区，首页内页不同之首页*/
#indexBody1{
	float:left;
	width:460px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

	}

/*核心内容区，首页内页不同之首页*/

/*核心内容区，首页内页不同之内页*/
#pageBody{
	float:left;
	padding:3px 20px 3px 21px;
	width:709px;
	}

/*页面内每个栏目块*/
.subject{
	width:100%;
	margin-bottom:10px;
	}
	
/*栏目块的名称*/
.subject_name{
	margin-bottom:6px;
	}
	
/*会员登录框*/
.memberLogin{
	padding:60px 12px 2px 12px;
	border:1px solid #E1E1E1;
	background:#FFFFFF url(../Images/bg_login.jpg) center 2px no-repeat; 
	line-height:26px;
	}
.memberLogin img{
	vertical-align: middle;
	}
.memberLogin input.textbox{
	padding:1px;
	width:138px;
	height:14px;
	border:1px solid #CCCCCC;
	}
.memberLogin div{
	margin:10px 0px 6px;
	text-align:center;
	}
.memberLogin div a{
	text-decoration:underline;
	}

/*公告*/
.announce{
	background:url(../Images/line_02.gif); 
	}
.announce img{
	vertical-align: middle;
	}
	
/*服务*/
.service{
	}
	
/*友情链接*/
.links img{
	margin-bottom:8px;
	}
/*最新动态*/
.news{
	}
/*最新动态之图片新闻*/
.ApicNews {
	overflow:hidden;
	margin:10px 10px 10px 0px;
	height:140px;
	line-height:22px;
	width:700px;
	}
.ApicNews img{
	float:left;
	width:200px;
	height:130px;
	padding:4px;
	border:1px solid #E1E1E1;
	}
.newPIC { color:#ABABAB; margin-left:220px;
        }
.picNews {
	overflow:hidden;
	margin:8px;
	height:134px;
	line-height:21px;
	width: 134px;
	}
.picNews img{
	float:left;
	margin-left:5px;
	width:134px;
	height:134px;
	}

.picNews .time {
	font-size:11px;
	font-weight:bold;
	}
.picNews .name {
	display:block;
	padding-bottom:6px;
	}
.picNews .name a{
	font-size:14px;
	font-weight:bold;
	color:#656753;
	}
	
/*最新动态之文本新闻*/
.textNews {
	overflow:hidden;
	margin-left:15px;
	margin-Top:5px;
	color:#656753;
	font-size:12px;
	}
.textNews a{
	font-size:12px;
	line-height:24px;
	}
	
/*一级类别整区块*/
.catalog {
	}
/*单个一级类别*/
.sort{
	float:left;
	width:160px;
	}
.sort .name{
	margin-top:8px;	
	padding-left:18px;	
	width:140px;
	height:23px;
	background:#EFEFEF url(../Images/arrow_03.gif) 3px 4px no-repeat; 
	border:1px solid #D7D7D7;
	line-height:23px
	}
.sort .name a{
	font-weight:bold;
	color:#333333;
	}
.sort .picture img{
	margin:8px 0px;	
	width:160px;
	height:86px;
	}
.sort .summary{
	overflow:hidden;
	width:160px;
	height:36px;
	line-height:18px;
	}
	
/*推荐新品commend，四个一组，共2组commend8,commend4*/
#commend4{
	}
#commend8{
	display:none;
	}
	
/*推荐新品每个图片的样式*/
.commendProPic{
	margin-bottom:9px;
	padding:4px;
	width:150px;
	height:150px;
	border:1px solid #E1E1E1;
	text-align:center;	
	}
	
/*搜索*/
.search input.textbox{
	width:94px;
	height:15px;
	padding:1px;
	border:1px solid #7F9DB9;
	background:#fff;
	}
.search select{
	width:76px;
	height:19px;
	background:#eee;
	border:1px solid #7F9DB9;
	font-size:12px;
	}

/*子页面菜单*/
.pageMenu{
	padding:38px 12px 6px 12px;
	border:1px solid #E1E1E1;
	background:#FFFFFF url(../images/bg_pageMenu.jpg) center 2px no-repeat; 
	line-height:22px;
	}
.pageMenu img{
	vertical-align: middle;
	}

/*内页当前位置*/
.pageLocation{
	height:24px;
	margin-bottom:16px;
	background:url(../Images/subject_location.gif) no-repeat; 
	text-align:right;
	}
.pageLocation img{
	vertical-align: middle;
	}

/*内页核心内容*/	
.pageContent{
	}
/*内页列表*/
.pageContent_list {
	line-height:180%;
	font-size:
	}
/*内页共用的图片、时间、文件大小、回复样式*/
.pageContent_list img{
	vertical-align: middle;
	}
.pageContent_list .time{
	color:#BBBBBB;
	font-size:11px;
	}
.pageContent_list .filesize{
	color:#333333;
	}
.pageContent_list .reply{
	color:#FF6600;
	}
	
/*内页产品列表*/
.pageContent_list .item{
	float:left;
	margin-bottom:20px;
	}
.pageContent_list .buy{
	margin-bottom:12px;
	}
.pageContent_list .itemPic{
	margin-bottom:6px;
	padding:4px;
	width:280px;
	height:156px;
	border:1px solid #E1E1E1;
	text-align:center;	
	}
.pageContent_list .itemName{
	padding:4px;
	width:280px;
	border:1px solid #E1E1E1;
	background:#EFEFEF;
	line-height:16px;
	}

/*内页纸单列表*/
.pageContent_list .bill {
	overflow:hidden;
	clear:both;
	background:url(../Images/bg_09.gif) 0px 28px repeat-x;
	}
.pageContent_list .bill .name{
	float:left;
	padding:4px 0px 4px 24px;
	font-size:14px;
	background:url(../images/arrow_bill.gif) 0px 8px no-repeat;
	}
.pageContent_list .bill .label { 
	float:right;
	margin-top:6px;
	padding:0px 6px;
	background:#EFEFEF;
	border:1px solid #ddd;
	}
.pageContent_list .bill .content {
	clear:both;
	padding:6px;
 	background:#efefef;
	line-height:160%;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	}

/*内页留言列表*/
.pageContent_list .message{
	overflow:hidden;
	clear:both;
	background:url(../Images/bg_09.gif) 0px 36px repeat-x;
	}
.pageContent_list .message .name{
	line-height:140%;
	}
.pageContent_list .message .name img{
	float:left;
	margin:0px 6px 0px 0px;
	}	
.pageContent_list .message .content{ 
	padding:12px 0 16px 0;
	width:100%;
	line-height:180%;
	}

/*内页内容查看*/	
.pageContent_view {
	line-height:180%;
	}
	
/*内页查看产品*/
.pageContent_view .itemPic{
	float:left;
	padding-right:20px;
	width:220px;
	height:216px;
	}
.pageContent_view .itemName { float:left;
	width:469px;
	height:220px;
	}
.pageContent_view .itemName img{
	margin:6px 4px 0 0;
	vertical-align:middle;
	}
.pageContent_view .itemParticular {
	clear:both;
	padding-top:16px;
	}

/*内页内容结束*/
.pageContent_end {
	clear:both;
	margin-top:30px;
	text-align:right;
	}

	
/*h1-h6设置信息*/
h2 {
	height:24px;
	font-weight:bold;
	color:#735E1D;
	font-size:12px;
	background:url(../Images/hx.gif) bottom repeat-x;
	}
	
h3 {
	margin-bottom:20px;
	height:28px;
	font-weight:bold;
	color:#333333;
	font-size:16px;
	background:url(../Images/hx.gif) bottom repeat-x;
	text-align:center;
	}
h5 {
	padding:0px;
	font-weight: normal;
	font-size:12px;
	margin:-16px 0px 20px;
	}
	
.dh-font {
	font-size: 10px;
	font-weight:bold;
    color: #656751;
}

.dh-Location {
	font-size: 12px;
	font-weight:bold;
    color: #656751;
}

.dh-about {
	margin:0px;
	text-align:left;
;
}
.di-ysbcf {
	background-repeat: no-repeat;
	background-position: right top;
}
.wb-sywz {
	font-size: 12px;
	line-height: 20px;
	color: #5B5A49;
}
.wb-1 {
	font-size: 12px;
	line-height: 22px;
	color: #767565;
}
.wb-ku {
	font-size: 12px;
	line-height: 20px;
	color: #A89C90;
}
a:link {
	color: #767565;
	text-decoration: none;
}
a:visited {
	color: #767565;
	text-decoration: none;
}
a:hover {
	color: #48473F;
	text-decoration: underline;
}
a:active {
	color: #48473F;
	text-decoration: underline;
}
.di-zshcfi {
	background-image: url(../images/y_di_i.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.di-zshcf {
	background-image: url(../images/y_di.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.wb-hong {

	font-size: 12px;
	line-height: 22px;
	color: #822B18;
}
.wb-hong-xhx {
	font-size: 12px;
	line-height: 22px;
	color: #822B18;
	text-decoration: underline;

}
.wb-en {
	font-size: 12px;
	line-height: 22px;
	color: #767565;
	font-family: "Arial", "Helvetica", "sans-serif";

}
.wb-xwtcbt {
	font-size: 12px;
	line-height: 22px;
	color: #A90000;
	font-weight: bold;

}


#tabnav {
	font-size:14px; MARGIN-TOP: 20px; PADDING-LEFT: 18px; BACKGROUND: url(../images/tab_bottom.gif) repeat-x 50% bottom; HEIGHT: 24px;
}

#tabnav LI {
	float:PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-TOP: 0px
}

#tabnav A{
	BORDER-BOTTOM: #767565 1px solid; 
	BORDER-LEFT: #767565 1px solid; 
	PADDING-BOTTOM: 4px;
	LINE-HEIGHT: 14px; 
	PADDING-LEFT: 12px; 
	PADDING-RIGHT: 12px;
	BACKGROUND: #767565; 
	FLOAT: left; 
	COLOR: #fff; 
	FONT-SIZE: 12px;
	BORDER-TOP: #767565 1px solid; 
	FONT-WEIGHT: bold; 
	MARGIN-RIGHT: 10px; 
	BORDER-RIGHT: #767565 1px solid;
	TEXT-DECORATION: none; 
	PADDING-TOP: 4px
}

#tabnav A.active{
	BORDER-BOTTOM: #fff 1px solid; 
	BACKGROUND: #fff; 
	COLOR: #767565
}

.rows ul{
padding-left:15px;	
}
.rows li{
	width:500px;
	float:left;
}
.blank{ clear:both; line-height:1px; height:8px;}
.blank1{ clear:both; line-height:1px; height:15px;}
.blank2{ clear:both; line-height:1px; height:5px;}
.blank3{ clear:both; line-height:1px; height:1px;}
a{ color:#555555;}
a:link{ color:#555555;}
a:hover{ color:#2171BA;}
.f14{ font-size:14px;}
ul{ margin:0px; padding:0px; list-style:none;}
.clear{ margin:0px; padding:0px; clear:both; font-size:0px; height:0px;}
.tha{ font-family:Tahoma;}
.tha1{ font-family:Tahoma; color:#ffffff;}
.red{ color:#931111; font-weight:bold;}
.red1{ color:#420101; font-weight:bold;}
.blue{ color:#026477;}
h1,h2,h3,h4,h5,h6,h7,p,form{ margin:0px; padding:0px;}
.thaColor{color:#d40005;font-weight:bold;}
.yd-mytable h3{width:90px;font-size:12px;display:inline;text-align:left;float:right;padding-right:2em;font-weight:normal;}

.clb{ clear:both;}
a.zsfr:visited{color:#D80004; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;text-decoration:none;}
a.zsfr:link{color:#D80004;  font-size:12px;font-weight:bold; font-family:Arial, Helvetica, sans-serif;text-decoration:none;}
a.zsfr:hover{color:#D80004; font-size:12px;font-weight:bold; font-family:Arial, Helvetica, sans-serif; text-decoration:none;}
/*页头*/
#top{ width:958px; margin:0 auto; clear:both;}
.toplogo{ float:left; width:958px;padding-bottom:10px;}
.logo{
	float:left;
	width:280px;
	height:88px;
}
.logo_right{
	float:left;
	width:678px;
	height:88px;
}
.top_mnav{
	float:right;
	padding-top:15px;
	width:650px;
	text-align:right;
}
.top_mnav ul{float:right; line-height:20px; }
.top_mnav li{ float:left;background:url(../images/j1.jpg) left no-repeat; text-indent:1em; padding-right:5px; width:65px;}
.top_mnav li a{ color:#514F4F; text-decoration:none;}
.top_mnav li a:hover{ color:#ff0000; text-decoration:underline;}
.tel{ float:right; padding:5px 8px 0 0;}

/*导航*/
.menu{
	width:958px;
	float:left;
	background:url(../images/navbg.jpg) no-repeat;
	height:40px;
}
.nav{ float:left;width:789px; height:40px;}
.nav ul li {
	float: left;
	height:40px;
}
.nav_right{ float:right; width:90px;}
.nav_back{ float:left; padding-left:10px;}
.nav_right h3{ float:left; font-size:12px; font-weight:bold; line-height:40px; color:#ffffff; width:90px; text-align:right;}
.nav_right h2 a{color:#ffffff; text-decoration:none;}
.nav_right h2 a:hover{color:#FFC000; text-decoration:underline;}
.nav_right h3 a{color:#FFC000; text-decoration:none;}
.nav_right h3 a:hover{color:#ffffff; text-decoration:underline;}
.input{ float:left; background:url(../images/nav/searvh_bg.jpg) no-repeat; width:160px; height:21px; margin-top:4px;}
.but{ background:url(../images/nav/button.jpg) no-repeat; width:25px; height:40px; margin-left:5px;}
.nav img{ float:left;}
.chromestyle{ float:left;}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block;  
height: 0; 
clear: both; 
visibility: hidden;
}
.dropmenudiv{
position:absolute;
top:220;
left:165px;
z-index:100;
background:url(../images/nav/hoverbg_1.jpg) top repeat-x #ffffff;
width:450px;
visibility: hidden;
float:left;
line-height:22px;
padding:10px 10px 10px 20px;
border-left:1px solid #CDCCCC;border-right:1px solid #CDCCCC;border-bottom:1px solid #CDCCCC;
}
.dropmenudiv1{
	position:absolute;
	top:220;
	left:350px;
	z-index:100;
	background:url(../images/nav/hoverbg_1.jpg) top repeat-x #ffffff;
	width:360px;
	height:262px;
	visibility: hidden;
	float:left;
	line-height:32px;
	border-left:1px solid #CDCCCC;
	border-right:1px solid #CDCCCC;
	border-bottom:1px solid #CDCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left:20px;
}
.dropmenudiv2{
	position:absolute;
	top:220;
	z-index:100;
	background:url(../images/nav/hoverbg_1.jpg) top repeat-x #ffffff;
	width:260px;
	visibility: hidden;
	float:left;
	line-height:32px;
	padding:10px 10px 0 10px;
	border-left:1px solid #CDCCCC;
	border-right:1px solid #CDCCCC;
	border-bottom:1px solid #CDCCCC;
}

.nav1_box_left{float:left; width:440px; padding-right:10px;}
.nav1_box1{ float:left;text-align:left;width:440px;}
.nav1_box1 h2{ float:left; font-size:14px; font-weight:bold; width:440px;line-height:40px;}
.nav1_box1 h2 a{color:#420101;text-decoration:none;}
.nav1_box1 h2 a:hover{color:#767676;text-decoration:underline;}
.nav1_box1 ul{float:left;}
.nav1_box1 ul li{ float:left; width:60px; line-height:24px;}
.nav1_box1 ul li a{color:#450101;text-decoration:underline;}
.nav1_box1 ul li a:hover{color:#767676;text-decoration:underline;}

.nav1_box2{ float:left;text-align:left;width:300px; }
.nav1_box2 h2{ float:left; font-size:14px; font-weight:bold; width:300px;line-height:40px;color:#767676;}
.nav1_box2 h2 a{color:#420101;text-decoration:none;}
.nav1_box2 h2 a:hover{color:#767676;text-decoration:underline;}
.nav1_box2 ul{float:left;}
.nav1_box2 ul li{ float:left;width:300px; overflow:hidden;line-height:24px;}
.nav1_box2 ul li a{color:#450101;text-decoration:underline; width:250px;}
.nav1_box2 ul li a:hover{color:#767676;text-decoration:underline;}
#nav1_box_tit1{ float:left; font-size:14px; font-weight:bold; width:300px;line-height:40px;color:#767676;}

.nav1_box_right{float:right; width:300px; border-left:1px #B9B8B8 dashed; padding-left:10px;}

.nav1_box3{ float:left;text-align:left; font-size:14px; }
.nav1_box3 h2{ float:left; font-size:14px; font-weight:bold; width:300px;line-height:40px;}
.nav1_box3 h2 a{color:#420101;text-decoration:none;}
.nav1_box3 h2 a:hover{color:#767676;text-decoration:underline;}
.nav1_box3 ul{float:left;}
.nav1_box3 ul li{ float:left; margin-right:10px;width:300px;line-height:24px; }
.nav1_box3 ul li a{color:#450101;text-decoration:underline;}
.nav1_box3 ul li a:hover{color:#767676;text-decoration:underline;}

.nav1_box4{ float:left;text-align:left; padding-bottom:10px;width:440px;  }
.nav1_box4 h2{ float:left; font-size:14px; font-weight:bold; width:440px;}
.nav1_box4 h2 a{color:#420101;text-decoration:none;}
.nav1_box4 h2 a:hover{color:#767676;text-decoration:underline;}
.nav1_box4 ul{float:left;}
.nav1_box4 ul li{ float:left;width:440px; overflow:hidden;}
.nav1_box4 ul li a{color:#450101;text-decoration:underline; width:250px;}
.nav1_box4 ul li a:hover{color:#767676;text-decoration:underline;}


.nav2_box_left{float:left; width:160px;font-size:12px;}
.nav2_box1{ float:left;text-align:left;}
.nav2_box1 ul{float:left;}
.nav2_box1 ul li{ float:left; width:180px;}
.nav2_box1 ul li a{color:#450101;text-decoration:underline;}
.nav2_box1 ul li a:hover{color:#767676;text-decoration:underline;}

.nav2_box_right{float:right;}
.nav2_box_right2{padding-top:80px;}
.nav2_box_right3{padding-top:50px;}

.nav3_box_left{float:left; width:100px; padding-left:5px;font-size:12px;}
.nav3_box1{float:left;text-align:left;}
.nav3_box1 ul{float:left;}
.nav3_box1 ul li{ float:left; width:150px;}
.nav3_box1 ul li a{color:#450101;text-decoration:underline;}
.nav3_box1 ul li a:hover{color:#767676;text-decoration:underline;}


.destyle1{ background:url(../images/nav/zondabus.jpg) no-repeat; width:130px; height:40px; float:left;}
.kestyle1{ background:url(../images/nav/zondabus_h.jpg) no-repeat; width:130px; height:40px; float:left}
.destyle2{ background:url(../images/nav/zondaqb.jpg) no-repeat; width:131px; height:40px; float:left;}
.kestyle2{  background:url(../images/nav/zondaqb_h.jpg) no-repeat; width:131px; height:40px; float:left;}
.destyle3{ background:url(../images/nav/news.jpg) no-repeat; width:126px; height:40px; float:left;}
.kestyle3{background:url(../images/nav/news_h.jpg) no-repeat; width:126px; height:40px; float:left;}
.destyle4{ background:url(../images/nav/ciaaip.jpg) no-repeat; width:130px; height:40px; float:left;display:block;}
.kestyle4{ background:url(../images/nav/ciaaip_h.jpg) no-repeat; width:130px; height:40px; float:left;display:block;}
.destyle5{ background:url(../images/nav/Join.jpg) no-repeat; width:115px; height:40px; float:left;}
.kestyle5{ background:url(../images/nav/Join_h.jpg) no-repeat; width:115px; height:40px; float:left;}
.destyle6{ background:url(../images/nav/contact.jpg) no-repeat; width:115px; height:40px; float:left;}
.kestyle6{ background:url(../images/nav/contact_h.jpg) no-repeat; width:115px; height:40px; float:left;}


#n1 a{ background:url(../images/nav/zondabus.jpg) no-repeat; width:130px; height:40px; float:left;}
#n1 a:hover{ background:url(../images/nav/zondabus_h.jpg) no-repeat; width:130px; height:40px; float:left;}
#n2 a{ background:url(../images/nav/zondaqb.jpg) no-repeat; width:131px; height:40px; float:left;}
#n2 a:hover{ background:url(../images/nav/zondaqb_h.jpg) no-repeat; width:131px; height:40px; float:left;}
#n3 a{ background:url(../images/nav/news.jpg) no-repeat; width:126px; height:40px; float:left;}
#n3 a:hover{ background:url(../images/nav/news_h.jpg) no-repeat; width:126px; height:40px; float:left;}
#n4 a{ background:url(../images/nav/ciaaip.jpg) no-repeat; width:130px; height:40px; float:left;display:block;}
#n4 a:hover{ background:url(../images/nav/ciaaip_h.jpg) no-repeat; width:130px; height:40px; float:left;display:block;}
#n5 a{ background:url(../images/nav/Join.jpg) no-repeat; width:115px; height:40px; float:left;}
#n5 a:hover{ background:url(../images/nav/Join_h.jpg) no-repeat; width:115px; height:40px; float:left;}
#n6 a{ background:url(../images/nav/contact.jpg) no-repeat; width:115px; height:40px; float:left;}
#n6 a:hover{ background:url(../images/nav/contact_h.jpg) no-repeat; width:115px; height:40px; float:left;}


/*首页content*/
#content{ width:958px; margin:0 auto; clear:both;}
.index-banner{ width:958px; }
.index_news{ float:left; background:url(../images/index_news_bg.jpg) no-repeat; width:958px; height:35px;}
.index_l_j{
	WIDTH: 24px;FLOAT: left; height:16px; padding:10px 0 0 170px;
}
.index_l_j a {
	BACKGROUND:url(../images/index_j.jpg) no-repeat; HEIGHT: 16px; width:24px;
}
.index_l_j a:hover{
	BACKGROUND:url(../images/index_j_h.jpg) no-repeat; HEIGHT: 16px; width:24px;
}
.index_l_j1{
	WIDTH: 23px;FLOAT: left; height:16px; padding:10px 0 0 0;
}
.index_l_j1 a {
	BACKGROUND:url(../images/index_j1.jpg) no-repeat; HEIGHT: 16px; width:24px;
}
.index_l_j1 a:hover{
	BACKGROUND:url(../images/index_j1_h.jpg) no-repeat; HEIGHT: 16px; width:24px;
}
.index_news_list{ float:left; width:600px; line-height:35px;overflow:hidden;height:35px}
.date_index{ width:100px; text-align:center; float:left;}
.index_left{ float:left; width:630px;}
.index_right{ float:right; width:292px; padding-left:8px;}
.index_right img{margin-top:-1px;}
.index_r_pic{ float:left; width:292px;}
.index_r_link{ float:left;width:292px; height:70px;}
.index_r_link h2{ float:left; font-size:12px;color:#a90000; line-height:26px; padding-left:5px; width:285px;}
.index_r_link ul{float:left;  padding-left:2px;}
.index_r_link ul li{ float:left;padding:0 2px;}
.index_r_link ul li img{border:1px solid #BFBFBF; }


/*首页标签*/
#tabs1{
background:url(../images/qh_bg3.png) repeat-x;
  height:25px;
  cursor: hand;
  color: #ffffff;
  width:630px;
}
.menu1box{
float:left;
overflow:hidden;
height:25px;
width:630px;
text-align:center;
}
#menu1{
float:left;
height:25px;
width:630px;
}
#menu1 li{
float:left;
display:block;
cursor:pointer;
line-height:25px;
width:210px;
}
#menu1 .hover{ background:url(../images/qh_bg1.png) no-repeat; width:210px; height:25px; }
#menu1 .hover a{color:#2171BA; font-weight:bold;}
#menu1 li a{
width:210px; height:25px;
color:#ffffff;
}
.main1box{
float:left;
}
.main1{
background:url(../images/index_qh_bg.jpg) no-repeat;
  width:630px; height:227px; float:left;
}
#main1{  float:left; padding-top:10px; }
#main1 ul{
display: none;
}
#main1 ul.block{
display: block; float:left; width:595px; padding-left:15px;
}

#main1 ul.block1{
display: block; float:left; width:564px; background:url(../images/qh_bg4.png) no-repeat 2px top; height:195px;padding-left:56px; padding-top:20px;
}
#main1 ul.block2{
display: block; float:left; width:580px; background:url(../images/qh_bg5.png) no-repeat 2px top; height:195px;padding-left:25px; padding-top:5px;
}
#main1 ul.block1 li{ float:left; width:190px; text-align:left;background:url(../images/cese-cc.gif) no-repeat; padding-left:26px; font-size:14px; line-height:32px;}
#main1 ul.block1 li a{text-decoration:none;}
#main1 ul.block1 li a:hover{text-decoration:underline;}
#main1 ul.block2 li{ float:left; width:540px; text-align:left; padding-left:12px; font-size:13px; line-height:28px;}
.index_qh1{
float:left; width:260px; line-height:24px; padding-left:20px;
}
.index_qh1_1{
float:left; width:250px; line-height:24px;background:url(../images/quan_sanjiao1.gif) left no-repeat; padding-left:10px;
}
.index_qh1_2{float:left; width:250px; background:url(../images/hongdian.gif) left no-repeat; padding-left:7px; }
.index_qh1_3{float:left; width:115px; background:url(../images/hongdian.gif) left no-repeat; padding-left:7px; }





/*content*/
.content_mbmenu{ padding-left:20px;}
.content_mbmenu a{ color:#a90000;text-decoration:underline;}
.content_mbmenu a:hover{ color:#555555; text-decoration:underline;}
.content{ width:958px; margin-left:auto; margin-right:auto; text-align:left; padding:10px 0px;}
.main{width:958px; margin-left:auto; margin-right:auto; text-align:left; margin-top:10px; background:url(../images/reapet_y.gif) repeat-y; position:relative;}
.main img.tophu{ position:absolute; top:0px; left:1px;  z-index:10;}
.main img.bottomhu{ position:absolute; bottom:0px; left:1px;}
*html .main img.bottomhu{ position:absolute; bottom:-2px; left:1px;}
.leftbar{ width:190px; float:left; display:inline; position:relative; padding-left:22px; padding-top:40px; padding-bottom:10px;}
ul.leftbar_nav{ padding-top:17px; margin-left:10px; border-top:1px solid #d3d3d3; width:163px; margin-top:7px;}
ul.leftbar_nav li{position:relative; margin-bottom:22px; border-bottom:1px solid #eee; padding-bottom:8px;}
ul.leftbar_nav li a{ color:#585858; text-decoration:none; font-weight:bold;}
ul.leftbar_nav li a:hover{ color:#a90000; text-decoration:underline; font-weight:bold;}
ul.leftbar_nav li img{ position:absolute; right:0px; top:0px;}
.news_dongtai a.more{ color:#333333; text-decoration:none; margin-left:40px; position:relative; top:-2px; font-size:11px; color:#636363;}
.news_dongtai a.more:hover{ color:#a90000; text-decoration:none; margin-left:40px; position:relative; top:-2px; font-size:11px;}
.news_dongtai{ padding-left:5px;}
.news_list{ padding:5px 0px; text-align:left;width:184px;}
.news_list ul li{ color:#8E0303; font-family:"宋体"; line-height:26px; border-bottom:1px dotted #999;}
.news_list ul li a{ color:#585858; text-decoration:none; margin-left:2px;}
.news_list ul li a:hover{ color:#a90000; text-decoration:underline;margin-left:2px; }
.leftbar_text{ padding-top:5px; padding-left:5px; border-top:1px solid #d3d3d3; margin-top:4px; padding-bottom:5px;}
.leftbar_text b{ color:#8E0303; display:block; padding-top:8px; padding-left:3px; padding-bottom:8px;}
.leftbar_text b a{color:#8E0303;text-decoration:none;}
.leftbar_text b a:hover{color:#555555;text-decoration:none;}
.leftbar_text p{ text-indent:2em; line-height:20px; color:#555555;}
.leftbar_text span a.more{ margin-left:140px; color:#636363; text-decoration:none;}
.leftbar_text span a.more:hover{ margin-left:140px; color:#a90000; text-decoration:none;}
a.more{ font-family:Tahoma; font-size:11px;}

.right{ width:659px; float:left; display:inline; margin-left:24px; padding-top:23px; padding-bottom:20px;}
.tuwen{ margin-top:25px;}
.tuwen_img{  float:left; display:inline; padding-top:30px;}
.tuwen_img img{ width:300px; height:282px;}
.tuwen_text{ float:left; display:inline; width:345px; margin-left:10px; padding-top:35px;}
.tuwen_text ul{ float:left;width:345px; }
.tuwen_text ul li{ width:155px; float:left; display:inline; margin-left:10px; margin-bottom:15px;}
.tuwen_text ul li p.wenzi{ line-height:20px; padding-top:6px; padding-bottom:2px; color:#585858;}
.tuwen_text ul li p a{ text-decoration:none; color:#D87603; font-size:11px; font-family: Tahoma;}
.tuwen_text ul li p a:hover{ text-decoration:none; color:#a90000; font-size:11px; font-family: Tahoma;}

/*jiejie_fangan.html*/
ul.leftbar_nav2{ padding-top:17px; margin-left:10px; border-top:1px solid #d3d3d3; width:172px; margin-top:7px;}
ul.leftbar_nav2 li{position:relative; margin-bottom:22px; border-bottom:1px solid #eee; padding-bottom:8px;}
ul.leftbar_nav2 li a{ color:#585858; text-decoration:none; font-weight:bold;}
ul.leftbar_nav2 li a:hover{ color:#a90000; text-decoration:underline; font-weight:bold;}
ul.leftbar_nav2 li img{ position:absolute; right:15px; top:0px;}
.rightnei{ padding-top:14px;}
*html .rightnei{ padding-top:10px;}
*+html .rightnei{ padding-top:10px;}
.rightnei_left{ float:left; display:inherit; width:495px;}
.rightnei_right{ width:142px; float:right; display:inline; margin-right:2px;}
.rightnei_left p{ line-height:22px; margin-left:15px;}
.right2{ width:677px; float:left; display:inline; margin-left:15px; padding-top:20px; padding-bottom:20px;}
*html .right2{ padding-bottom:10px;}
*+html .right2{ padding-bottom:10px;}
.xiazai{ border:1px solid #D9D9D6; width:140px; position:relative; border-top:0px; border-bottom:0px;}
.xiazai img.xiazai_tophu{ position:absolute; top:-3px; left:-1px;}
.xiazai_content{ border:1px solid #e3e3e3; width:134px; margin-left:auto; margin-right:auto; padding-bottom:15px;}
.xiazai_content img{ padding-bottom:4px;}
*html .xiazai_content img{ padding-bottom:0px;}
*+html .xiazai_content img{ padding-bottom:0px;}
.xiazai img.xiazai_bottomhu{ position:relative; bottom:-3px; left:-1px;}
.xiazai_content ul{padding-top:5px;width:119px;}
.xiazai_content ul li{ background:url(../images/heidian.gif) no-repeat left; padding-left:8px;  width:111px; border-bottom:1px dashed #ddd; line-height:24px;}
.xiazai_content ul li a{ color:#585858; text-decoration:none;}
.xiazai_content ul li a:hover{ color:#a90000; text-decoration:none;}
.guanggao img{ margin-top:10px; margin-left:2px;}
.cptuijian{ margin-left:10px; position:relative; top:-5px\9; top:0px\0; margin-bottom:50px;}
.cptuijian_content{ width:488px; background:url(../images/tuijian_repeaty.gif) repeat-y; padding:5px 0px; padding-bottom:0px;}
.cptuijian img.shang{ position:relative; bottom:-6px;}
.cptuijian img.xia{ position:relative; top:-2px;}
.cptuijian_content img{ margin-left:10px; margin-top:5px;}
.cptuijian_content ul{ margin-left:10px; padding-top:6px;}
.cptuijian_content ul li{ background:url(../images/tuijian_listbiao.gif) no-repeat left; padding-left:15px; width:205px; margin-left:5px; line-height:23px; float:left; display:inline;}
.cptuijian_content ul li a{ color:#666666; text-decoration:none;}


.about_tuwen{ margin-bottom:20px; padding-left:10px; float:left; width:630px;}
.about_tuwen p{ float:left; line-height:26px; width:650px; padding-left:5px;}
.about_box1{ float:left; width:660px;}
.about_pic1{ padding:15px 0 0 10px; float:left; width:227px;}
.about_wz1{ padding:15px 0 0 10px; float:right; width:400px;line-height:26px; padding-left:7px;}
.about_pic2{ padding:12px 5px 0 0; float:right; width:227px;}
.about_wz2{ padding:15px 0 6px 10px; float:left; width:400px;line-height:26px; padding-right:7px;}
.about_wz3{ padding:15px 0 6px 10px; float:left; width:290px;line-height:26px; padding-right:7px;}
.about_pic3{ padding:0 5px 0 0; float:right; }
.about_pic4{ padding:5px 0 0 10px; float:left;}
.about_pic5{ padding:10px 0 0 60px; float:left;}
.about_pic6{ padding:10px 60px 0 0; float:right;}
.about_pic7{ padding:10px 0 0 0; float:left;}
.about_pic7 img{float:right;}
.about_pic8{ padding:10px 0 0 20px; float:left;}
.about_pic9{float:left;}
.about_wz4{ padding:30px 0 0 10px; float:right; width:400px;line-height:26px; padding-right:7px;}
.about_wz5{ padding:5px 0 0 10px; float:right; width:500px;line-height:26px; padding-right:7px;}

.about_fa_qh{ float:left; width:644px; padding:10px 0 30px 0;}
.about_fz_box_left{ float:left; width:452px;}
.about_fz_box_l_t{ float:left; width:452px;}
.about_fz_box_l_m{ float:left; width:452px; background:url(../images/about/fz_bg3.jpg) repeat-y;}
.about_fz_box_l_m ul{float:left; width:452px; padding:10px 0 220px 0;}
.about_fz_box_l_m ul li{ float:left; width:410px; padding-left:15px; line-height:28px; padding-right:10px;}
.date{ color:#0A3F88; border-bottom:3px solid #0A3F88;float:left; width:65px; text-align:center;}
.date_wenzi{border-bottom:1px solid #D4D4D4;line-height:32px; width:320px; float:right; }
.about_fz_box_right{ float:right; width:192px;}
.about_fz_box_right ul{ float:left; width:192px;}
.about_fz_box_right ul li{ float:left; width:192px;}


#n1 a{ background:url(../images/nav/zondabus.jpg) no-repeat; width:130px; height:40px; float:left;}
#n1 a:hover{ background:url(../images/nav/zondabus_h.jpg) no-repeat; width:130px; height:40px; float:left;}
#n2 a{ background:url(../images/nav/zondaqb.jpg) no-repeat; width:131px; height:40px; float:left;}
#n2 a:hover{ background:url(../images/nav/zondaqb_h.jpg) no-repeat; width:131px; height:40px; float:left;}
#n3 a{ background:url(../images/nav/news.jpg) no-repeat; width:126px; height:40px; float:left;}
#n3 a:hover{ background:url(../images/nav/news_h.jpg) no-repeat; width:126px; height:40px; float:left;}
#n4 a{ background:url(../images/nav/ciaaip.jpg) no-repeat; width:130px; height:40px; float:left;display:block;}
#n4 a:hover{ background:url(../images/nav/ciaaip_h.jpg) no-repeat; width:130px; height:40px; float:left;display:block;}
#n5 a{ background:url(../images/nav/Join.jpg) no-repeat; width:115px; height:40px; float:left;}
#n5 a:hover{ background:url(../images/nav/Join_h.jpg) no-repeat; width:115px; height:40px; float:left;}
#n6 a{ background:url(../images/nav/about.jpg) no-repeat; width:115px; height:40px; float:left;}
#n6 a:hover{ background:url(../images/nav/about_h.jpg) no-repeat; width:115px; height:40px; float:left;}


/*新闻*/
#yd-newsbanner{width:892px; height:252px; padding:11px 19px 0 19px;}
.yd-leftbar{ width:190px; float:left; display:inline; position:relative; padding-left:22px; padding-top:10px; padding-bottom:10px;}
.yd-right{width:659px; float:left; display:inline; margin-left:24px; padding-bottom:20px;}

.yd-news01{ float:left; width:659px; padding-bottom:15px;}
.yd-newstitle01{width:659px; height:45px; margin-bottom:9px; background:url(../images/news/yd-huitiao.jpg) repeat-x; padding:1px 0;}
.yd-newstitle01 span{float:right; height:20px; color:#ff7301; padding-top:25px;}
.yd-newstitle01 span a{text-decoration:none; color:#ff7301; line-height:20px;}
.yd-newstitle01 span a:hover{text-decoration:underline; color:#FF6633;}
.yd-xwd {width:639px; padding:12px 10px; font-family:"宋体"; height:136px; background:url(../images/news/yd-wddd.jpg) no-repeat;}
.yd-xwd span{float:right; padding-right:5px;}
.yd-xwd a{ float:left; text-decoration:none; width:637px; background:url(../images/news/yd-redjt.jpg) no-repeat left; padding-left:10px; line-height:28px;color:#4f4f4f;}
.yd-xwd a:hover{color:#666;}
.yd-xwd01{width:639px; padding:12px 10px; font-family:"宋体"; line-height:25px;}
.yd-mytable {border-collapse:collapse;border:solid #6AA70B;border-width:0 0 0 0;width:100%;}
.yd-mytable ul li {padding-top:5px;text-indent:2em;list-style:none;background:url(../images/heidian.gif) 6px 50% no-repeat;border-bottom:#B0B0B0 1px dotted ;font-family: "Verdana,宋体";font-size: 12px;color:#4f4f4f;text-align:left;height:25px; text-decoration:none; line-height:25px;}
.yd-mytable ul li a{text-decoration:none; color:#4f4f4f;float:left;}
.yd-mytable ul li a:hover{color:#000;}
.yd-mytable ul li.t1 {background-color:#F3F3F3;}/* 第一行的背景色 */
.yd-mytable ul li.t2{background-color:#ffffff;}/* 第二行的背景色 */
.yd-mytable ul li.t3 {background-color:#E1E1E1;}/* 鼠标经过时的背景色 */

.fontb14{font-size:14px; color:#333; font-weight:bold;}

/*方案*/
.case_jj_tit{ background:url(../images/case/case_tit.jpg) no-repeat; float:left; width:677px; height:60px;}
.case_jj_tit h2{ float:left; color:#FFFFFF; font-size:14px; padding-left:15px; line-height:60px;}
.case_but1{ width:140px; margin-bottom:10px;}
.case_but1 h2{ font-size:12px; padding:5px 0; color:#666766; background:url(../images/tuijian_listbiao.gif) left no-repeat; text-indent:1.5em;}
.case_but1 ul{width:140px}
.case_but1 ul li{ line-height:22px; border-bottom:1px dashed #E6E7EC;width:140px; background:url(../images/heidian.gif) left no-repeat; text-indent:1em;}
.case_pic1{ float:left; width:495px;}

/*客户*/
.yd-denglu{width:172px; background:url(../images/kehu/yd-kehuxt.jpg) no-repeat top; height:107px; padding:42px 6px 6px 6px;}
.yd-denglu td{padding-left:5px;}
.yd-denglu td a{text-decoration:none; color:#ff0202;}
.yd-denglu td a:hover{color:#990000; text-decoration:underline；}
.yd-dl{ width:51px; height:21px; background:url(../images/kehu/yd-dl.jpg) no-repeat top; border:0; line-height:21px;}
.yd-lr{ width:105px; height:14px; border:1px solid #c7c7c7;}
.yd-xwd02{width:619px; padding:20px 20px; height:282px; background:url(../images/kehu/yd-ditu.jpg) no-repeat;}
.yd-xwd02 h1{padding-bottom:8px;}

.yd-uul{width:619px;}
.yd-uul p{ float:left; text-decoration:none; width:619px; background:url(../images/heidian.gif) no-repeat left; padding-left:10px; line-height:22px;color:#4f4f4f;}

.yd-uul2{width:619px;}
.yd-uul2 p{ float:left; text-decoration:none; width:600px; padding-left:10px; line-height:22px;}
.line{ border-bottom:1px solid #666666; border-top:1px solid #666666; padding:10px 0;}


.yc-gdd{width:619px; height:20px; float:left; padding-top:30px;}
.yc-gdd span{float:right; }
.yc-gdd span a{color:#4d4c4c; text-decoration:underline;}
.yc-gdd span a:hover{color:#333;}

.yd-xwd03{width:619px; padding:20px 20px;height:400px; background:url(../images/kehu/yd-ditu01.jpg) no-repeat;}
.yd-xwd03 h1{padding-bottom:10px;}

.yd-xwd04{width:619px; padding:20px 20px; }
.yd-xwd04 h1{padding-bottom:10px;}


.yc-gdd02{width:619px; height:20px; float:left; padding-top:70px;}
.yc-gdd02 span{float:right; }
.yc-gdd02 span a{color:#4d4c4c; text-decoration:underline;}
.yc-gdd02 span a:hover{color:#333;}

.fontred14{font-size:14px; color:#FF0000; font-weight:bold; line-height:24px;}

/* 表单  */
.yd-uul2 table{ float:left;}
.kefu_bg_bg{ background:url(../images/kehu/k5.jpg) no-repeat; float:left; width:200px; height:20px;}
.kefu_bg_bg1{ background:url(../images/kehu/k8.jpg) no-repeat; float:left; width:139px; height:20px;}
.inquiry_btn{width:550px;margin-top:0px;text-align:right;}
.txt_btn{color:#5e5957;font-size:0.9em;margin-top:0px;}
.kehu_tit_bg1{ background:url(../images/kehu/k6.jpg) no-repeat; width:550px; height:28px;}
.kh_xk_bg{ background:url(../images/kehu/k7.jpg) no-repeat; width:20px; height:20px; margin-left:20px;}
.kh_wby_bg{ width:550px;}

/* 联系我们  */
.c_box1{float:left; width:645px; padding-left:15px;}
.c_box1_left{ float:left; width:181px;}
.c_box1_right{ float:right; width:440px; padding:0 10px;}
.c_box1_right ul{ clear:both;}
.c_box1_right ul li{ float:left; width:440px; line-height:22px;}

/*产品列表*/
.yd-cplist{padding-top:10px; border-top:1px solid #d3d3d3; width:160px; margin-top:10px; margin-left:5px; overflow:hidden;}
.yd-jiahao{width:160px; background:url(../images/yd-cp/yd-jiahao.jpg) no-repeat 2px; padding-left:20px; padding-top:1px;color:#014a90; font-size:12px; font-weight:bold; margin-bottom:2px;}

.yd-imds{width:160px; padding-left:10px; padding-top:5px; padding-bottom:5px;}
.yd-imds a{ float:left; text-decoration:none; color:#585858; background:url(../images/yd-cp/yd-hg.jpg) no-repeat left; padding-left:15px; width:145px; line-height:20px; }
.yd-imds a:hover{text-decoration:underline; color:#000;}

.yd-imds02{width:160px; padding-left:20px; padding-top:8px; padding-bottom:8px;}
.yd-imds02 a{float:left; text-decoration:none; color:#585858; background:url(../images/yd-cp/yd-hg.jpg) no-repeat 25px 50%; padding-left:35px; width:125px; line-height:20px; }
.yd-imds02 a:hover{text-decoration:underline; color:#000;}

.yd-textleft{float:left; display:inherit; width:485px;line-height:24px;padding-left:10px;}
.yd-textleft2{float:left; display:inherit; width:635px;line-height:24px;padding-left:10px;}
.yd-textleftHtml{display:inherit; width:600px;line-height:24px;padding-left:10px;line-height:24px;}
.yd-textleftHtml p{line-height:24px;}


.yd-text {padding:12px;}
.yd-text p{line-height:24px;}

.yd-textleft p{width:495px; line-height:26px;}
.yd-textleft2 p{width:635px; line-height:26px;}

.yd-textright{ width:142px; float:right; display:inline; margin-right:2px;}


.yd-textright p{width:495px; line-height:26px;}

.cp_tit_top{ float:left; width:659px; padding-bottom:10px;}


.yd-cp001{width:629px; height:140px; background:url(../images/yd-cp/yd-001.jpg) no-repeat top; margin-bottom:8px; padding:20px 15px 15px 15px; float:left;}

.yd-cpimg01{float:left; width:185px;}
.yd-text01{float:right; width:444px;}
.yd-btimg01{width:414px; height:40px; background:url(../images/yd-cp/yd-btimg.jpg) no-repeat left; padding-left:30px; line-height:40px; font-size:14px; color:#014a90; font-family:Arial, Helvetica, sans-serif; font-weight:bold; margin-bottom:5px;}


.yd-lb1{float:left; width:380px; padding-left:20px;padding-top:5px; padding-bottom:6px; line-height:180%; }
.yd-lb1 p{width:390px; background:url(../images/yd-cp/yd-huidian.jpg) no-repeat left; padding-left:10px; font-weight:bold; font-size:12px; color:#014a90; margin-bottom:3px;}
.yd-lb1 p a{text-decoration:none; background: none; padding-left:; color:#014a90;}

.yd-lb1 a{text-decoration:none; background:url(../images/news/yd-redjt.jpg) no-repeat left; padding-left:10px; color:#4f4f4f;}
.yd-lb1 a:hover{color:#000;}



.yd-lb2{float:left; width:380px;padding-left:20px;padding-top:15px;}
.yd-lb2 p{width:390px;background:url(../images/yd-cp/yd-huidian.jpg) no-repeat left; padding-left:10px; font-weight:bold; font-size:12px; color:#014a90; margin-bottom:10px;}
.yd-lb2 a{text-decoration:none; background:url(../images/news/yd-redjt.jpg) no-repeat left; padding-left:10px; color:#4f4f4f;}
.yd-lb2 a:hover{color:#000;}


.yd-lb_1{float:left; width:161px; padding-left:20px;}
.yd-lb_1 p{width:166px; background:url(../images/yd-cp/yd-huidian.jpg) no-repeat left; padding-left:10px; font-weight:bold; font-size:12px; color:#014a90; margin-bottom:10px;}

.yd-lb_1 a{text-decoration:none; background:url(../images/news/yd-redjt.jpg) no-repeat left; padding-left:6px; color:#4f4f4f;}
.yd-lb_1 a:hover{color:#000;}

.yd-lb_2{float:left; width:248px;}
.yd-lb_2 p{width:225px; background:url(../images/yd-cp/yd-huidian.jpg) no-repeat left; padding-left:10px; font-weight:bold; font-size:12px; color:#014a90; margin-bottom:10px;}
.yd-lb_2 a{text-decoration:none; background:url(../images/news/yd-redjt.jpg) no-repeat left; padding-left:6px; color:#4f4f4f;}
.yd-lb_2 a:hover{color:#000;}



.yd-cp002{width:629px; height:392px; background:url(../images/yd-cp/yd-002.jpg) no-repeat top; margin-bottom:8px; padding:15px;float:left;}

.yd-lb3{float:left; width:424px; padding-left:20px; padding-top:10px; margin-bottom:10px; margin-top:10px;} 
.yd-lb3 p{width:253px; background:url(../images/yd-cp/yd-huidian.jpg) no-repeat left; padding-left:10px; font-weight:bold; font-size:12px; color:#014a90; margin-bottom:10px;}
.yd-lb3 a{text-decoration:none; background:url(../images/news/yd-redjt.jpg) no-repeat left; padding-left:10px; color:#4f4f4f;}
.yd-lb3 a:hover{color:#000;}

.yd-lb4{float:left; width:424px; padding-left:20px; padding-top:10px;}
.yd-lb4 p{width:253px; background:url(../images/yd-cp/yd-huidian.jpg) no-repeat left; padding-left:10px; font-weight:bold; font-size:12px; color:#014a90; margin-bottom:10px;}
.yd-lb4 a{ float:left; text-decoration:none; background:url(../images/news/yd-redjt.jpg) no-repeat left; padding-left:10px; color:#4f4f4f; width:130px; display:block; line-height:24px; }
.yd-lb4 a:hover{color:#000;}

.yd-cp003{width:629px; height:144px; background:url(../images/yd-cp/yd-003a.jpg) no-repeat top; margin-bottom:8px; padding:15px; float:left;}
.yd-houzi{width:424px; padding-left:20px;}
.yd-houzi a{display:block; width:190px; float:left; text-decoration:none; color:#014a90; font-weight:bold; font-size:12px; height:28px; background:url(../images/yd-cp/yd-huidian.jpg) no-repeat left; line-height:28px; padding-left:15px;}
.yd-houzi a:hover{text-decoration:none;color:#a90000;}


.yd-cp004{width:629px; height:102px; background:url(../images/yd-cp/yd-004.jpg) no-repeat top; margin-bottom:8px; padding:60px 15px 15px 15px;float:left; }
.ye-ys1{float:left; width:250px;}
.ye-ys1 ul{width:250px;}
.ye-ys1 ul li{width:240px; line-height:27px; float:left; background:url(../images/yd-cp/yd-hd.jpg) no-repeat left; padding-left:10px;}

.ye-ys2{float:left; width:369px; padding-left:10px;}
.ye-ys2 ul{width:369px;}
.ye-ys2 ul li{width:359px; line-height:25px; float:left; background:url(../images/yd-cp/yd-hd.jpg) no-repeat left; padding-left:10px;}

.yd-cptitle01{width:659px; height:60px; background:url(../images/yd-cp/tit_bg.jpg) no-repeat;}
.yd-cptitle01 h2{ float:left; color:#FFFFFF; font-size:14px; line-height:60px; padding-left:15px;}


/*友情链接*/
.c_box_link{float:left; width:645px; padding-left:15px;}
.c_box_link ul{float:left;width:645px;}
.c_box_link ul li{ float:left; margin:5px 9px;}
.c_box_link ul li img{ border:1px solid #BFBFBF; padding:1px;}

/*网站地图*/
.sitemap_table{color:#003F73;}
.sitemap_table td{ line-height:24px;}
.sitemap_table a{ color:#003F73; text-decoration:none;}
.sitemap_table a:hover{ color:#FF0000; text-decoration:underline;}


/*页尾*/
#foot{ width:958px; margin:0 auto; clear:both;}
.footer{ float:left; background:url(../images/foot_bg.jpg) no-repeat; margin:10px 0 15px 0; width:958px; height:35px;}
.foot_left{ float:left; width:400px; line-height:40px; padding-left:10px;}
.foot_right{ float:right; line-height:40px; width:500px; text-align:right; padding-right:10px; color:#555555;}

#foot1{ width:958px; margin:0 auto; clear:both;}
.foot_1{ width:958px; height:5px; margin_top:10px; float:left;}
#foot_2{ width:900px; padding:0 10px 0 20px; line-height:20px;}
#foot_2 ul li{float:left; margin-right:10px; text-align:center;}
#foot_2 li a{ text-decoration:none;}
#foot_2 li a:hover{ text-decoration:none;}
#foot_2_d{ width:80px; height:40px; padding-left:10px; float:left;}

.foot_3{ width:958px; height:5px; float:left;}

#scrollnews ul{margin:0;padding:0}
#scrollnews li{margin:0;padding:0;height:35px;padding-left:10px;}




#LeftNav01{ margin-top:12px; margin-bottom:15px; padding-top:15px; border-top:1px solid #D3D3D3}
#LeftNav01 ul{}
#LeftNav01 ul li{ position:relative; z-index:1; width:160px; background:url(../images/yd-cp/yd-jiahao.jpg) no-repeat 2px; padding-left:20px; padding-top:10px; padding-bottom:8px; border-bottom:1px dotted #cccccc; }
#LeftNav01 ul li a{ color:#014a90; font-size:12px; font-weight:bold;}
#LeftNav01 ul li dl{ width:160px; position:absolute; z-index:9999; display:none; top:10px; left:136px; background-color:#ffffff; padding:10px; border:1px solid #999999; }
#LeftNav01 ul li dl dd{  }
#LeftNav01 ul li dl dd a{ display:block; padding-bottom:7px; padding-top:4px; padding-left:15px; overflow:hidden;  background:url(../images/yd-cp/yd-hg.jpg) 0 8px no-repeat;  color:#585858; font-weight:normal;   }



#LeftNav01a{ margin-top:12px; margin-bottom:15px; padding-top:15px; border-top:1px solid #D3D3D3}
#LeftNav01a ul{}
#LeftNav01a ul li{ width:172px; padding-top:10px; padding-bottom:8px; border-bottom:1px dotted #cccccc;  }
#LeftNav01a ul li a{ display:block;  background:url(../images/yd-cp/yd-jiahao.jpg) 0 0 no-repeat; padding-left:20px; padding-bottom:10px;  color:#014a90; font-size:12px; font-weight:bold;}
#LeftNav01a ul li dl{  }
#LeftNav01a ul li dl dd{  }
#LeftNav01a ul li dl dd a{ display:block; padding-bottom:7px; padding-top:4px; padding-left:30px; overflow:hidden;  background:url(../images/yd-cp/yd-hg.jpg) 15px 8px no-repeat;  color:#585858; font-weight:normal;   }

