/* CSS Document */
/* ----------    公共样式  -----------------    */
body {
	font-family:"宋体", arial;
	margin:0;
	padding:0;
	font-size:12px;
	color:#333333;
 }
 /*(设立默认全局样式超链接样式)*/
a {color: #666666; text-decoration:none;}
a:hover {color: #78226e; text-decoration:none;}

 /*设立常用标签的外边距，内边距，边框为0，防止在排版时再重复定义和出现怪问题*/
div,form,img,ul,ol,li,dl,dt,dd,p,span {
	margin: 0;
	padding: 0;
	border: 0;
	background-position: bottom;

	
}



/*(设立列表样式为无，这样列表前面不带点)*/
li,dl{list-style-type:none;}

/*(设立标题1,2,3,4,5,6的文字大小为12px,内外边距为0，不加粗，有利于重要等级来排版定位)*/
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;font-size:12px; font-weight:normal;}
/*-----首页样式——————-*/
#content {
	height: 965px;
	width: 954px;
	margin-right: auto;
	margin-left: auto;
}
/*----头部样式------*/
#top {
	float: left;
	height: 91px;
	width: 954px;
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
}
#submenu {
	float: left;
	height: 25px;
	width: 312px;
	padding-left: 638px;
}
#submenu ul {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 12px;
}
#submenu li {
	float: left;
	height: 15px;
	width: 58px;
	font-family: "新宋体";
	font-size: 12px;
	color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	margin-right: 10px;
	line-height: 15px;
}
#logo {
	float: left;
	height: 30px;
	width: 935px;
}
#menu {
	float: left;
	height: 15px;
	width: 620px;
	padding-top: 16px;
	padding-left: 19px;
	font-family: "新宋体";
	font-size: 12px;
	line-height: 15px;
	color: #666666;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#banner {
	float: left;
	height: 400px;
	width: 954px;
}

#zhengwen {
	float: left;
	height: 339px;
	width: 954px;
}
#zheng_left {
	float: left;
	height: 339px;
	width: 729px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}
#zheng_right {
	float: left;
	height: 339px;
	width: 225px;
}
#jingdian {
	float: left;
	height: 234px;
	width: 729px;
}
#jiameng {
	float: left;
	height: 105px;
	width: 729px;
	background-image: url(../images/JM_BG.jpg);
	background-repeat: no-repeat;
}
#jing1 {
	float: left;
	height: 234px;
	width: 241px;
}
.title1 {
	float: left;
	height: 34px;
	width: 241px;
}
.title2 {
	float: left;
	height: 200px;
	width: 241px;
}
#yun {
	float: left;
	height: 68px;
	width: 954px;
	background-image: url(../images/xuxian.jpg);
	background-repeat: no-repeat;
}
#news {
	float: left;
	height: 234px;
	width: 488px;
}
.title3 {
	float: left;
	height: 34px;
	width: 488px;
}
#news_detail {
	float: left;
	height: 187px;
	width: 429px;
	padding-left: 16px;
	padding-top: 13px;
	padding-right: 43px;
}
#mtgz {
	float: left;
	height: 75px;
	width: 429px;
}
#mt_left {
	float: left;
	height: 75px;
	width: 75px;
}
#mt_news {
	float: left;
	height: 75px;
	width: 340px;
	padding-left: 14px;
}
#mt_news ul {
	margin: 0px;
	padding: 0px;
}
.li1 {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	float: left;
	height: 30px;
	width: 62px;
}
.li2 {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	float: left;
	height: 30px;
	width: 216px;
	margin-left: 8px;
}
.li3 {
	font-family: "宋体";
	font-size: 10px;
	color: #CCCCCC;
	float: left;
	height: 30px;
	width: 52px;
}
.li4 {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.li4;hover {
	font-family: "宋体";
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}
#mtgz1 {
	float: left;
	height: 75px;
	width: 429px;
	margin-top: 25px;
}
#foot {
	float: left;
	height: 70px;
	width: 957px;
	clear: both;
}
#line {
	float: left;
	height: 3px;
	width: 954px;
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
}
#foot1 {
	float: left;
	height: 50px;
	width: 944px;
	padding-left: 10px;
	margin-top: 15px;
}
#f1 {
	font-family: "宋体";
	font-size: 12px;
	color: #A4A4A4;
	float: left;
	height: 39px;
	width: 336px;
	line-height: 20px;
}
.ti {
	font-family: "宋体";
	font-size: 12px;
	color: #a4a4a4;
	text-decoration: none;
}
.ti:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #990000;
}
#f2 {
	float: right;
	height: 48px;
	width: 480px;
}
#f2_wen {
	font-family: "宋体";
	font-size: 12px;
	color: #a4a4a4;
	float: left;
	height: 48px;
	width: 367px;
	line-height: 20px;
	text-align: right;
}
#f2_img {
	float: left;
	height: 48px;
	width: 113px;
}
#menu li {
	background-image: url(../images/jiantou.jpg);
	background-repeat: no-repeat;
	float: left;

	padding-left: 11px;
	background-position: 2px 4px;
	margin-right: 20px;
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	line-height: 15px;
	height: 15px;
}
.t2 {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	}
.t2:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}
#sousuo {
	float: right;
	width: 157px;
	margin-right: 4px;
	margin-top: 10px;
}
.biao {
	float: left;
	height: 15px;
	width: 157px;
	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: #DADADA;
	border-right-color: #DADADA;
	border-bottom-color: #DADADA;
	border-left-color: #DADADA;
	font-family: "宋体";
	font-size: 12px;
	color: #CCCCCC;
}
#tuxiang {
	float: right;
	width: 56px;
	margin-top: 10px;
}
/*----公司简介样式-----*/
#zi_banner {
	float: left;
	height: 204px;
	width: 954px;
}
#zi_nei {
	float: left;
	width: 954px;
    height:auto;
	margin-top: 22px;
}
#zi_left {
	float: left;
	height: 302px;
	width: 157px;
	margin-right: 30px;
}
#zi-right {
	float: left;
    height:auto
	width: 742px;
}
#com_title {
	float: left;
	height: 34px;
	width: 742px;
}
#com_wen {
	float: left;
    height:auto
	width: 742px;
	padding-top: 10px;
	font-family: "宋体";
	font-size: 12px;
	line-height: 22px;
	color: #666666;
}
#zuo_title {
	float: left;
	height: 37px;
	width: 157px;
}
#gsjj_zuo {
	float: left;
	width: 157px;
}
#gsjj_zuo td a:link {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#gsjj_zuo td a:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
/*产品展示的列表的文字样式*/
a.pro_menu:link{
	font-size: 12px;
	line-height: 160%;
	color: #8A8A8A;
	text-decoration: none;
}
a.pro_menu:visited{
	font-size: 12px;
	line-height: 160%;
	color: #8A8A8A;
	text-decoration: none;
}
a.pro_menu:hover{
	font-size: 12px;
	line-height: 160%;
	color: #114C91;
	text-decoration: none;
}
#prde_2 {
	float: left;
}
.pro1 {
	float: left;
	height: 60px;
	width: 234px;
	margin-top: 3px;
	margin-right: 2px;
	margin-left: 2px;
}
.pro2 {
	float: left;
	height: 60px;
	width: 234px;
	padding-top: 3px;
}
#pro_nei {
	float: left;
	width: 954px;
	height: auto;
	margin-top: 22px;
}
#lei1 {
	float: left;
	width: 743px;
	background-color: #EAF4F4;
	height: 26px;
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	text-align: center;
	line-height: 26px;
}
#pro-right {
	float: left;
	height: auto;
	width: 742px;
}
#lei01 {
	float: left;
	width: 743px;
	margin-top: 15px;
}
#pro01_wen {
	float: left;
	height: auto;
	width: 743px;
	padding-top: 10px;
	font-family: "宋体";
	font-size: 12px;
	line-height: 22px;
	color: #666666;
}
#lei02 {
	float: left;
	width: 743px;
	margin-top: 15px;
}
/*-----新闻页样式-------*/
#xinwen1 {
    float: left;
	height: 189px;
	width: 592px;
	padding-top: 20px;
}
#xinwen1 ul {
	margin: 0px;
	padding: 0px;
}
.li33 {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	background-image: url(../images/line1.jpg);
	background-position: bottom;
	float: left;
	width: 505px;
	background-repeat: repeat-x;
	text-align: left;
	line-height: 27px;
}
.li44 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	float: left;
	width: 69px;
	background-image: url(../images/line1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
	line-height: 27px;
}
/*---新闻文字连接样式----*/
.yu{
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
}
.yu:link{
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.yu:visited{
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}


.yu:hover{
	font-family: "宋体";
	font-size: 12px;
	color: #DC1C24;
	text-decoration: none;
}
/*-----产品详细页样式-----*/
#prde_1 {
	float: left;
	width: 645px;
}
#prde_2 {
	float: left;
	width: 645px;
}

/*------------新闻分页-----------------*/
#page{border:none; background:none; text-align:center; margin-top:10px; width:560px;}

.bb{color: #666666; text-decoration:none;}
.bb:hover {color: #78226e; text-decoration:none;}
#left02 li a;{
	text-align: center;
	float: left;
	height: 25px;
	width: 163px;
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 25px;
	background-image: url(../images/oo.jpg);
	background-repeat: no-repeat;
}
