body {
    color: #333333;
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-size: 14px;
	line-height: 24px;
	background: none repeat scroll 0 0 #FFFFFF;
	height:auto;
	margin: 0;
    padding: 0;
	overflow-x: hidden
  }
  .Container {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 100%;
	height:auto;
  }
  img{
	border:0px;
  }
  a:link {/** 未访问 **/
	COLOR: green;text-decoration: none;cursor:hand;
  }
  a:visited {/** 已访问链接 **/
	COLOR:green;text-decoration: none;cursor:hand;
  }
  a:hover {/** 鼠标移到链接上时 **/
	COLOR:red;text-decoration: none;cursor:hand;
  }
  a:active {/** 激活时（链接获得焦点时）链接的颜色 **/
	COLOR:green;text-decoration: none;cursor:hand;
  }
.clear{clear:both;}
  /** 网站首页头   样式 **/
  .service {
	height: 30px;
    width: 100%;
	background-color: #313131;
	font-family: Tahoma,Verdana,Arial,sans-serif;
    font-size: 12px;
  }
  .service SPAN {
    color: black;
    float: right;
    padding-left: 20px;
  }
  .service A.r {
    float: right;
    margin-right: 20px;
    margin-top:25px;
  }
  .service A.l {
    float: right;
    margin-right: 10px;
	margin-top:25px;
  }
  /**  网站首页导航  样式  **/
  .nav{
    height:120px;
    width: 100%;
	background-image: url(images/banner_top.png);background-repeat: repeat-x;
  }
  .nav_lm{
    height: 120px;
    margin-right:auto;
	margin-left:auto;
    width: 1024px;
  }
  .nav_lm .logo{
    height:120px;
    width: 510px;
	margin-left:0px;
	margin: 0 auto;
	float:left;
	background-image: url("images/logo.png");background-repeat: repeat-x;
  }
  .nav_lm .help{
    height: 120px;
    width: 514px;
	float:left;
  }
  .help .service{
    height:120px;
    width: 285px;
	float:right;
	background-image: url("images/phone.jpg");background-repeat: repeat-x;
  }
  .navm{
    height:47px;
    width:100%;
	background-image: url("images/nav_menu_bg.png");background-repeat: repeat-x;
  }

  ul {
    list-style-image: none;
    list-style-type: none;
	margin: 0;
    padding: 0;
  }

  li {
    list-style-image: none;
    list-style-type: none;
	margin: 0;
    padding: 0;
  }
  .navw{
    height:35px;
    width:100%;
	background-image: url("images/nav_weather_bg.png");background-repeat: repeat-x;
  }
  .navw .navwall{
    height: 24px;
    width: 1024px;
	margin-left:auto;
	margin-right:auto;
	padding-top:4px;
	text-align:middle;
  }
  .datew{
    float:left;
	height:24px;
	font-size:12px;
	width:474px;
	padding-top:-4px;
  }
  .datew img{
    float:left;
	height:24px;
	font-size:12px;
	width:24px;
	padding-top:-4px;
  }
  .search{
    height:24px;
	font-size:12px;
	width:196px;
	float:right;
	background-image: url("images/search.png");background-repeat: repeat-x;
  }
  .product {
	height:301px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
    width:1024px;
	font-family: Tahoma,Verdana,Arial,sans-serif;
  }
  .divproduct{
   position:absolute;top:440px;left:950px;
  }

  .content{
    width:1024px;
	height:260px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
  }
  .content .cont_left{
    width:680px;
	height:260px;
	margin-top:0px;
	float:left;
	background-image:url("images/content_bg_01.png");background-repeat: repeat-x;
  }
  .content .cont_right{
    width:340px;
	height:260px;
	margin-top:0px;
	float:right;
	background-image:url("images/content_bg_02.png");background-repeat: repeat-x;
  }
  .slidebox-01{width:340px;height:215px;overflow:hidden;position:relative;border:solid 0px #ddd;float:left;margin-left:6px;margin-top:0px;
  background-image: url("images/new_main.png");}
  .slidebox-02{
    width:330px;
	height:215px;
	overflow:hidden;
	position:relative;
	border:solid 0px #ddd;
	float:right;
  }
  .slidepic-01{position:absolute;width:9999em;}/* 必要元素 */
  .slidepic-01 li{height:215px;overflow:hidden;float:left;}
  .slidebtn-01{position:absolute;bottom:5px;right:5px;float:right;}
  .slidebtn-01 li{background:#fff;border:1px solid #D00000;cursor:pointer;float:left;font-family:arial;height:16px;line-height:16px;width:16px;margin:4px;text-align:center;color:#D00000;}
  .slidebtn-01 li.current{background:#FF0000;border:1px solid #D00000;height:16px;line-height:16px;width:16px;margin:0 1px;color:#fff;font-weight:400;}
  /**当前位置**/

.slidebox-02 .l {
    float: left;
    height: 215px;
    margin-left:2px;
    width: 325px;
}

.slidebox-02 .l UL SPAN {
    color: #A0A0A0;
    float: right;
}

.slidebox-02 .l .jt {
    width:255px;
}

A.jt {
	PADDING-LEFT: 12px; FLOAT: left
}
A.jt:link {
	BACKGROUND: url(images/arrow1.gif) no-repeat 2px center; COLOR: #404040
}
A.jt:visited {
	BACKGROUND: url(images/arrow1.gif) no-repeat 2px center; COLOR: #404040
}
A.jt:hover {
	BACKGROUND: url(images/arrow2.gif) no-repeat 2px center; COLOR: #cf2c2a; TEXT-DECORATION: none
}
A.jt:active {
	BACKGROUND: url(images/arrow2.gif) no-repeat 2px center; COLOR: #cf2c2a; TEXT-DECORATION: none
}


  /**  版权样式     background-color: #313131; **/
  .bottom {
    background: url("images/down.png");background-repeat: repeat;
    height: 85px;
    padding-top:20px;
    width:100%;
	font-size:12px;
  }
  .bottom div{
	width:470px;
	margin-left:auto;
	margin-right:auto;
  }
  .bottom SPAN{
    color: #313131;
    padding-left:0px;
  }

.cont_left dl {
  float: left;
  width:680px;
  overflow:hidden;
  margin:0;
  margin-top:6px;
  line-height:16px;
}
.cont_left dl dt {
  float: left;
  width:120px;
  color:white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin:0;
}
.cont_left dl dd {
  float: right;
  margin-right:15px;
  display: block;
  margin:0;
}

.cont_right dl {
  float: left;
  width:340px;
  margin:0;
  margin-top:6px;
  line-height:16px;
}
.cont_right dl dt {
  float: left;
  width:120px;
  color:white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top:8px;
  margin:0;
}
.cont_right dl dd {
  float: right;
  margin-right:15px;
  display: block;
  margin:0;
}
A.hre {
 FLOAT: right;
COLOR: #404040
}
A.hre:link {
 COLOR: #404040
}
A.hre:visited {
COLOR: #404040
}
A.hre:hover {
COLOR: #cf2c2a; TEXT-DECORATION: none
}
A.hre:active {
COLOR: #cf2c2a; TEXT-DECORATION: none
}

#tableid21{
  width:100%;
  margin-bottom:-3px;
  border:0px;
}

.bgclass{
	width:120px;
	height:140px;
	margin-left:0px;
}
.imgclass{
  width:116px;
  height:141px;
} 
.titleclass{
	PADDING-BOTTOM: 4px;
	color:#990000;
	height:15px;
	font-weight: bold;
	padding-left:10px;
	text-align: left;
}
.countclass{
  PADDING-RIGHT: 10px;
  PADDING-LEFT: 5px;
  width:580px;
  text-align: left;
  line-height:22px;
  color: #473C3C;
}
.xxclass{
	text-align: right;
	height:30px;
	padding-right:5px;
}
.divclass{
	height:5px;
}
.jianjie{
width:340px;height:229px;margin-top:31px;
}
.jianjie_tw{
  width:340px;height:90px;margin-left:auto;margin-right:auto;
}
.jianjie_tw .t{
width:131px;height:90px;background-image: url('images/jianjie.jpg');background-repeat: repeat-x;float:left;margin-left:6px;margin-top:6px;
}
.jianjie_tw .w{
  width:191px;height:90px;float:right;margin-left:6px;margin-right:6px;margin-top:6px;
}
.jianjie_w{
  width:328px;height:127px;margin-left:6px;margin-right:6px;margin-top:12px;
}
.cont{
    width:1024px;
	height:265px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
}
.cont .content_lcr{
 width:1024px;
 height:260px;
}
.content_lcr .content_l{
 width:340px;
 height:260px;
 float:left;
 overflow: hidden;
 background-image:url("images/content_bg_02.png");background-repeat: repeat-x;
}
.content_lcr .content_c{
 width:340px;
 height:260px;
 float:left;
 overflow: hidden;
 margin-left:2px;
 background-image:url("images/content_bg_02.png");background-repeat: repeat-x;
}
.content_lcr .content_r{
 width:340px;
 height:260px;
 float:left;
 overflow: hidden;
 margin-left:2px;
 background-image:url("images/content_bg_02.png");background-repeat: repeat-x;
}

.content_l dl {
  float: left;
  width:340px;
  margin:0;
  margin-top:6px;
  line-height:16px;
}
.content_l dl dt {
  float: left;
  width:120px;
  color:white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top:8px;
  margin:0;
}
.content_l dl dd {
  float: right;
  margin-right:15px;
  display: block;
  margin:0;
}


.content_r dl {
  float: left;
  width:340px;
  margin:0;
  margin-top:6px;
  line-height:16px;
}
.content_r dl dt {
  float: left;
  width:120px;
  color:white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top:8px;
  margin:0;
}
.content_r dl dd {
  float: right;
  margin-right:15px;
  display: block;
  margin:0;
}

.content_c dl {
  float: left;
  width:340px;
  margin:0;
  margin-top:6px;
  line-height:16px;
}
.content_c dl dt {
  float: left;
  width:120px;
  color:white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top:8px;
  margin:0;
}
.content_c dl dd {
  float: right;
  margin-right:15px;
  display: block;
  margin:0;
}
.content_l .l {
    float: left;
    height: 215px;
    margin-left:6px;
	margin-top:16px;
    width: 325px;
}
.content_l .l UL SPAN {
    color: #A0A0A0;
    float: right;
}
.content_l .l .jt {
    width:258px;
}
.content_c .l {
    float: left;
    height: 215px;
    margin-left:6px;
	margin-top:16px;
    width: 325px;
}
.content_c .l UL SPAN {
    color: #A0A0A0;
    float: right;
}
.content_c .l .jt {
    width:258px;
}


.content_r .l {
    float: left;
    height: 215px;
	margin-top:16px;
    margin-left:6px;
    width: 325px;
}

.content_r .l UL SPAN {
    color: #A0A0A0;
    float: right;
}

.content_r .l .jt {
    width:258px;
}

A.more {
 FLOAT: right;
COLOR: green;
}
A.more:link {
 COLOR: green
}
A.more:visited {
COLOR: green
}
A.more:hover {
COLOR: #cf2c2a; TEXT-DECORATION: none
}
A.more:active {
COLOR: #cf2c2a; TEXT-DECORATION: none
}

/* subbox */
.subbox{height:32px;background-color:#F1F1F1;}
.subbox .smenu{width:874px;margin:0px auto;height:32px;}
.subbox li{line-height:32px;height:32px;}
.subbox .s_li{display:none;}
.subbox .s_li_a{display:block;}

  .menu {
    background-image: url("images/nav_menu_bg.png");background-repeat: repeat-x;
    height: 47px;
  }
    #menu ul {
    height: 47px;
    margin: 0 auto;
    width: 1024px;
  }

  #menu .m_line {
    float: left;
    height: 32px;
    line-height: 32px;
    width: 1px;
  }

  #menu .m_li_a {
    float: left;
    font-weight: bold;
    height: 42px;
    line-height: 32px;
    margin: -3px -2px 0;
    padding-top: 8px;
    position: relative;
    text-align: center;
    width: 164px;
  }
  #menu .m_li_a a{display:block;color:#FF0000;width:100px;}
  #menu .m_li a{display:block;color:#FFFFFF;width:100px;}
  #menu .m_li {
    float: left;
    line-height: 32px;
	height: 32px;
	font-weight: bold;
    margin: -3px -2px 0;
    text-align: center;
	padding-top: 8px;
	position: relative;
    width: 164px;
  }


/**  -------------------------------  **/

.contact {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 100%;
}

.con_div {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 980px;
}

.con_div .cd_area {
    float: left;
    height: 100%;
    width: 231px;
}

.cd_area .area_tit {
    background: url("images/product.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height:33px;
    margin-left: 0;
    margin-top: 0;
    width: 231px;
}

.cd_area .area_con {
    background: url("images/left_center.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 400px;
    margin-left: 0;
    width: 231px;
}

.at_ul {
    font-size: 13px;
    font-weight: normal;
    padding-top: 15px;
}

.cd_area .area_down {
    background: url("images/left_down.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 30px;
    margin-left: 0;
    width: 231px;
}

.con_div .cd_cont {
    float: left;
    margin-left: 5px;
    width: 730px;
}


.cd_cont .cc_tit {
    background: url("images/content_top.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 62px;
    margin-left: 5px;
    width: 730px;
}

.cd_cont .cc_cont {
    background: url("images/content_center.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: auto;
    margin-left: 5px;
    width: 730px;
}

.divtit {
    font-size: 16px;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-top: 15px;
    text-align: center;
    width: 100%;
}

.divtit {
    font-size: 16px;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-top: 15px;
    text-align: center;
    width: 100%;
}

.divcont {
    font-size: 14px;
    line-height: 30px;
    margin-left: 30px;
    margin-top: 20px;
}
.con_np_li a:link {
    color: #313131;
    text-decoration: none;
}

.cd_cont .cc_down {
    background: url("images/content_down.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 30px;
    margin-left: 5px;
    width: 730px;
}

#ntable3{
width:200px;margin-left: auto;margin-right: auto;margin-top:10px;
}
#ntable3 td{cursor:hand;
	text-align:center;
	height:35px;
	padding-top:2px;
	font-size:13px;
	background-image: url(images/dh_bg02.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#ntable3 a{
	color: #000000;
}
#ntable3 a:link {color: #FFFF;text-decoration: none;}
#ntable3 a:visited {text-decoration: none;}
#ntable3 a:hover {color: #FF0000;text-decoration: none;}
#ntable3 span{
color: #999999;
}
#fontzoom {
	FONT-SIZE: 14px; COLOR: #473c3c; LINE-HEIGHT:40pt; TEXT-ALIGN: left
}
#fontzoom TD {cursor:hand;
	FONT-SIZE: 14px; COLOR: #473c3c; LINE-HEIGHT:40pt; TEXT-ALIGN: left
}
#fontzoom P {
	FONT-SIZE: 14px; COLOR: #473c3c; LINE-HEIGHT:40pt;
}
#ntable{
width:98%;
padding-top:10px;
margin-left:20px;
LINE-HEIGHT: 30px;
font-size:14px;
}
#ntable a{
color: #FFFF;
}
#ntable a:link {color: #FFFF;text-decoration: none;}
#ntable a:visited {text-decoration: none;}
#ntable a:hover {color: #FF0000;text-decoration: none;}
#ntable a{ color:#000}
#ntable span{
color: #999999;
}
#ntable td{
height:24px;cursor:hand;
}
#ntablei3{
width:200px;
}
#ntablei3 td{cursor:hand;
	text-align:center;
	height:35px;
	padding-top:2px;
	font-size:13px;
	padding-left:25px;
	background-image: url(images/dh_bg04.png);
}
#ntablei3 a{
	color: #000000;
}
#ntablei3 a:link {color: #FFFF;text-decoration: none;}
#ntablei3 a:visited {text-decoration: none;}
#ntablei3 a:hover {color: #FF0000;text-decoration: none;}
#ntablei3 span{
color: #999999;
}


.Middle {
    background: url("images/shadow.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    overflow: hidden;
}

.Middle-S {
    overflow: hidden;
}

.Middle-Area {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 1024px;
}
.PageRig_Art {
    border-color: #008800 #008800 #008800;
    border-style: solid;
    border-width: 2px 1px 1px;
    margin-left: auto;
    margin-right: auto;
    min-height: 600px;
    overflow: hidden;
    width:1022px;
}
.LoactionArt {
    background: url("images/IndexBox9bg.gif");
    height: 28px;
    line-height: 28px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-left: 10px;
    width: 1024px;
}

.ArtTit {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-top: 15px;
    text-align: center;
    width: 1000px;
}

.ArtTit SPAN {
    border-bottom: 1px dashed #CCCCCC;
    color: #ADADAD;
    float: left;
    line-height: 32px;
    overflow: hidden;
    width: 1000px;
    z-index: auto;
}

.ArtTit B {
    color: #333333;
    float: left;
    font-size: 22px;
    line-height: 28px;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}
.ArtCon {
    color: #333333;
    font-size: 14px;
    line-height: 26px;
    margin-left: auto;
    margin-right: auto;
    min-height: 400px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 990px;
}