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

*{padding:0; list-style-type:none;}
#clear{clear:both;height:0;overflow:hidden}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
ul,li{margin:0; padding:0;}
img { border:none;}
p{padding:0px; margin:0px;}

body{ margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif;}

#top{
	width:100%;
	height:112px;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
}
.top{ width:1040px; height:112px; margin:0 auto; overflow:hidden;}
.logo{float:left;width:225px;height:112px;
      margin-left: 48px;
		*margin-left: 24px;
	_margin-left: 24px;
}
	*+html .logo{
		margin-left: 48px;
		}	
.cnen{
	float:right;
	width:145px;
	height:20px;
	margin-top:50px;
	margin-right:46px;
	line-height: 20px;
	color: #9D9D9D;
	font-size: 12px;
}
.cnen a{ color:#9D9D9D; }
.cnen a:hover{ color:#0652A5}

#menu{
	width:100%;
	height:49px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
}
.menu{
	width:1004px;
	height:49px;
	margin:0 auto;
	overflow:hidden;
	background-image: url(../images/menu_bg2.jpg);
	background-repeat: no-repeat;
	color: #000;
}

.menu ul{
		list-style:none;
		}
.menu li{
	list-style:none;
	display:block;
	float:left;
	height:49px;
	width:142px;
	line-height:49px;
			}
.menu li a{
	display:block;
	float:left;
	color:#000;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	line-height:49px;
	text-decoration:none;
	width:142px;
	text-align: center;
}
.menu li a:hover{
	color:#176DBE;
	background-repeat: repeat-x;
}
#banner{
	width:100%;
	height:380px;
	background-image: url(../images/banner_bg.jpg);
	background-repeat: repeat-x;
}
.banner{
	width:1000px;
	height:364px;
	margin:0 auto;
	overflow:hidden;
	background-repeat: no-repeat;
}

#main{
	width:100%;
	height:420px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
}
.main{ width:1000px; height:420px; margin:0 auto; overflow:hidden;}
.main_about{float:left;width:573px;margin-top:20px;margin-right:54px;}
.main_about_title{float:left;width:573px;height:36px;}
.main_about_con{
	float:left;
	width:553px;
	height:170px;
	line-height: 24px;
	color: #2F2F2F;
	font-size: 12px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.main_pro{float:right;width:373px;margin-top:20px;}
.main_pro_title{float:left;width:373px;height:36px;}

ul#product{ width:373px;}
ul#product li{ width:180px; height:170px; float:left; overflow:hidden; margin:15px 6px 0px 0px;}
ul#product li p{ line-height:20px; font-size:12px; color:#303030;}
ul#product li img{
	width:172px;
	height:118px;
	padding:3px;
	border:1px solid #DBDBDB;
}
.cnp{
	float:left;
	width:1000px;
	height:146px;
	margin-top: 28px;
}
.main_contact{
	float:left;
	width:262px;
	height:145px;
	padding-left: 10px;
	margin-right: 25px;
}
.main_contact_title{float:left;width:262px;height:16px;}
.main_contact_con{
	float:left;
	width:262px;
	height:129px;
	line-height: 20px;
	color: #303136;
	font-size: 12px;
	padding-top: 10px;
}
.main_news{
	float:left;
	width:305px;
	height:145px;
	margin-right: 25px;
}
.main_news_title{float:left;width:305px;height:16px;}

.news ul {
	display: block;
	width: 305px;
	margin-top: 10px;
}
.news ul li {	
	display: block;
	width: 305px;
	line-height: 24px;
	height: 24px;
}

.news ul li .pi {
	float: left;
	display: block;
	width: 220px;
	background-image: url(../images/arrow_yellow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	color: #303136;
		font-size: 12px;


}
.news ul li .pi   a:link {color: #303136;text-decoration: none;}
.news ul li .pi  a:visited  {color:#303136;text-decoration: none;}
.news ul li .pi  a:hover {
	color: #0652A5;
	text-decoration: none;
}	

.news ul li .time {
	float: right;
	display: block;
	color: #5D5D5D;
	text-align: left;	font-size: 12px;

}

.main_search{
	float:left;
	width:358px;
	height:145px;
	background-image: url(../images/search_box_bg.jpg);
	background-repeat: no-repeat;
}
.main_search_bar{float:left;width:270px;height:20px;margin-top:72px;}
#se{ float:right; }
#se .se_ina{
	width:200px;
	height:17px;
	font-size:12px;
	line-height:18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #adadad;
	border-right-color: #adadad;
	border-bottom-color: #adadad;
	border-left-color: #adadad;
}
#se .se_inb{ width:60px; height:19px; background:url(../images/se.jpg) no-repeat; border:none;}

#foot{
	width:100%;
	height:78px;
	background-image: url(../images/foot_bg.jpg);
	background-repeat: repeat-x;
}
.foot{
	width:1000px;
	height:78px;
	overflow:hidden;
	font-size: 12px;
	line-height: 20px;
	color: #CCCCCC;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}
.foot a{ color:#CCCCCC; }
.foot a:hover{ color:#fff}
.foot img{width: 15px;height: 15px;}


/*============about================*/
#main2{
	width:100%;
	height:auto;
	background-image: url(../images/main_bg2.jpg);
	background-repeat: repeat-x;
}
.main2{ width:1000px; margin:0 auto; overflow:hidden;padding-top:10px;}

/*======  * left *  =======*/
#left{ width:200px; float:left; overflow:hidden; margin-right:20px;}

#le_title{ width:160px; height:35px; float:left; overflow:hidden; background:url(../images/le_title.jpg); padding-left:40px; font-size:14px; font-weight:bold; color:#fff; line-height:40px;}

#le_nav{ width:200px; float:left; overflow:hidden; padding-bottom:5px;}
#le_nav ul li{ width:155px; height:32px; padding-left:45px; line-height:32px; font-size:12px; background: url(../images/about_05.jpg) top left no-repeat #f6f6f6; border-bottom:1px solid #DDDDDD; float:left; overflow:hidden;}
#le_nav ul li a{ color:#414141}
#le_nav ul li a:hover{ color:#E77918;}


.left_tel{float:left;width:200px;heigt:87px;margin-top:10px;}

/*======  * right *  =======*/
#right{ width:760px; float:left; overflow:hidden;}

#khtc{
	width:725px;
	float:left;
	overflow:hidden;
	height:34px;
	font-size:12px;
	line-height:34px;
	color:#363032;
	background:url(../images/khtc.jpg) top left no-repeat;
	padding-left:35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#khtc a{color:#363032; margin:0px 5px 0px 5px;}
#khtc a:hover{ color:#0E417A;}

#mwpw{ width:740px; float:left; overflow:hidden; padding:10px; font-size:12px; color:#606060; line-height:25px;}
#mwpw a{color:#333;}
#mwpw a:hover{color:#900;}

/*==============* news * =================*/
.news2 ul {	display: block;
	width: 740px;	margin:0px;padding:0px;

}
.news2 ul li {	
	display: block;
	width: 740px;
	line-height: 30px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
}

.news2 ul li .pi {
	float: left;
	display: block;
	width: 530px;
	background-image: url(../images/arrow_yellow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	white-space: nowrap;
	overflow: hidden;
	color: #414141;

}
.news2 ul li .pi   a:link {color: #414141;text-decoration: none;}
.news2 ul li .pi  a:visited  {color:#414141;text-decoration: none;}
.news2 ul li .pi  a:hover {
	color: #0652A5;
	text-decoration: none;
}	

.news2 ul li .time {
	float: right;
	display: block;
	color: #666666;
	text-align: left;
}
/*======  * wvdm *  =======*/
.wvdm{ width:740px; line-height:30px; height:30px;text-align:center; font-size:12px; margin-top:0px; float:left;margin-top:10px;}
.wvdm a{color:#565B5E; }
.wvdm a:hover{ color:#E77919;}

/*===== * newsview * =====*/
.newstitle{
	width:720px;
	float:left;
	overflow:hidden;
	padding:10px;
	font-size:14px;
	color:#333;
	line-height:30px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.newstime{
	width:720px;
	float:left;
	padding:10px;
	font-size:12px;
	color:#F00;
	line-height:20px;
	text-align: center;
}

.next{
	width:720px;
	float:left;
	padding:10px;
	font-size:12px;
	color:#666;
	line-height:20px;
	text-align: center;
}
.next a:link {color: #666;text-decoration: none;}
.next a:visited  {color:#666;text-decoration: none;}
.next a:hover {color: #E77919;text-decoration: none;}

/*============product===============*/
ul#product2{ width:740px;}
ul#product2 li{ width:180px; height:200px; float:left; overflow:hidden; margin:10px 35px 0px 20px;}
ul#product2 li p{ line-height:16px; font-size:12px; color:#303030;}
ul#product2 li img{
	width:172px;
	height:118px;
	padding:3px;
	border:1px solid #DBDBDB;
}

.jbxx{
	float:left;
	width:730px;
	height:30px;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #215386;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9CAC4;
	background-color: #E5EAEE;
}
.jbxx_con{
	float:left;
	width:730px;
	padding-left: 10px;
	margin-bottom: 5px;
	background-color: #EFEFEF;

}

/*product_menu*/
ul#pageleftnav { 	float:left;
width:200px; 		
 font-size:12px;	 padding-bottom:5px;
}
	

ul#pageleftnav li { 	color:#2B74A7;	line-height:30px;overflow:hidden;}
ul#pageleftnav li a {width:175px; height:32px; padding-left:25px; line-height:32px; font-size:12px; background: url(../images/about_05.jpg) top left no-repeat #f6f6f6; border-bottom:1px solid #DDDDDD; float:left; overflow:hidden;color:#414141}

ul#pageleftnav li a:hover{ color:#E77918;}

ul#pageleftnav li ul li a {width:200px; height:32px; 
	color: #414141;
	padding-left:24px;
	background:url(../images/menu04.gif) no-repeat left center;
	display:block;
	height:30px;
	line-height:30px;
	_padding-top:2px;
	font-weight: normal;
}

ul#pageleftnav li ul li ul li a {padding-left:36px; background:url(../images/menu05.gif) no-repeat left center; display:block; height:30px; line-height:30px; _padding-top:2px }
.collapsed { display: none; }
