@charset "utf-8";
/* CSS Document */

/*重置样式*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button{padding:0;margin:0;}
body{background:#fff;font:12px/18px "微软雅黑";color:#333;}
h1, h2, h3, h4, h5, h6{ font-size:100%}
fieldset, img{border:0;}
input, label, select, option, textarea, button, fieldset, legend{font:12px/18px Verdana, Simsun, Helvetica, Arial, sans-serif;/*表单中的字体属性与表单以外的不一致，需要单独定义*/}
ul, li ,dl,dt,dd{list-style:none;}

/*设置常用样式,定义页面中常重复使用的一些样式，可以观察设计稿来确定*/
.dis{ display:none} /*隐藏*/
.left{ float:left} /*左浮动*/
.right{ float:right} /*右浮动*/
.clear{ clear:both; margin:0px; padding:0px;  } /*清除浮动*/
.red{color:#cd0000;} /*红色文字*/
.boder1px{ border:1px solid #e4e4e4} /*1像素边框*/
.position_rel{ position:relative} /*相对定位*/
.hot{color:#F17500}
.del{ font-family:georgia}/*删除线样式字体，用在商品价格*/
img{border:none}



/*区块与区块间隔调用样式*/

.blank15{clear:both; height:15px; display:block;}
.blank10{clear:both; height: 10px; display:block;line-height:10px;font-size:0px;}
.blank20 {clear:both; height:20px; overflow:hidden; display:block;}


/*默认文字链接样式*/
a{color:#333;text-decoration:none;}
a:hover{color:#09F;text-decoration:none;}


/*header样式*/
#header{width:980px;line-height:85px;margin:0 auto}
#header h1{float:left}
#header span{float:right;font-size:18px;color:#50a6d0}

/*nav样式*/
#nav{width:980px;margin:0 auto}
#nav ul{height:41px;line-height:41px;background:url(../images/nav_bg.gif) repeat-x;padding:0 5px;}
#nav li{float:left;width:120px;font-weight:bold;font-size:14px;text-align:center; position:relative;z-index:999 }
#nav li a{color:#fff;display:block;}
#nav li a:hover{color:#fff;background:url(../images/menu_bg.gif) no-repeat;}
#nav li dl.theli{width:120px; display:none; position:absolute; z-index:1000;}
#nav li dl.theli dd a{color:#50a6d0;background:#fff;border-bottom:1px solid #cecece;}
#nav li dl.theli dd a:hover{background:#419AD7;color:#fff;}

/*banner样式*/
#banner{width:980px;height:360px;margin:0 auto;overflow:hidden; z-index:1;}

/*con1样式*/
#con1{width:980px;margin:0 auto}


.title{height:30px;line-height:31px;border-bottom:1px solid #50a6d0}
.title span{float:left;font-weight:bold;font-size:14px;background:url(../images/nav_bg.gif) repeat-x;width:100px;text-align:center;color:#039}
.title a{float:right;display:block;font-size:10px;margin-right:5px}


.c1_l{float:left;width:200px;margin-right:10px;_display:inline}
.c1_l ul{}
.c1_l li{height:31px;line-height:31px;font-size:14px;text-indent:20px;margin-bottom:1px;border-bottom:1px dashed #50a6d0;background:#fff;color:#039}
.c1_l li a{display:block;color:#039;border:none}
.c1_l li a:hover{background:url(../images/con_bg.gif) no-repeat;}

.c1_c{float:left;width:460px;height:255px;border-bottom:1px solid #50a6d0;overflow:hidden}
.c1_c ul{padding:10px}
.c1_c li img{float:left;width:200px;height:150px;margin-right:10px}

.c1_r{float:right;width:300px;height:255px;border-bottom:1px solid #50a6d0}

#marquee{width:300px;height:220px;overflow:hidden}
#marquee ul{padding:10px}
#marquee li{line-height:22px;width:280px;}


/*show样式*/
#show{width:980px;height:171px;border-bottom:1px solid #50a6d0;margin:0 auto;margin-bottom:10px;overflow:hidden}
#marquee1{width:980px;height:140px;overflow:hidden}
#marquee1 ul{}
#marquee1 li{float:left;margin-right:1px}
#marquee1 img{height:140px;}

/*con2样式*/
#con2{width:980px;height:330px;margin:0 auto;overflow:hidden}

.c2_l{float:left;width:200px;height:304px;border-bottom:1px solid #50a6d0;margin-right:10px;_display:inline;}
.c2_l ul{padding:10px;background:url(../images/contant_bg.gif) no-repeat;color:#000;height: 250px;}
.c2_l li{height:31px;line-height:31px;}

.c2_c{float:left;width:460px;height:304px;border-bottom:1px solid #50a6d0}

#marquee2{width:460px;height:260px;overflow:hidden}
#marquee2 ul{padding:10px}
#marquee2 li{line-height:22px;width:445px;}




.c2_r{float:right;width:300px;height:304px;border-bottom:1px solid #50a6d0;overflow:hidden}
.c2_r ul{padding:10px}
.c2_r li{border-bottom:1px dashed #cecece;height:30px;*height:38px!important;line-height:31px;*line-height:38px!important;_line-height:33px}
.c2_r li a{float:left}
.c2_r li span{float:right;font-size:10px;color:#999}



/*bottom样式*/
#bottom{width:980px;margin:0 auto;text-align:center;color:#666;}
#bottom span{text-align:center;display:block;border-bottom:1px solid #50a6d0;height:31px;line-height:31px}
#bottom p{height:31px;line-height:31px;display:block}