@charset "utf-8";
/* CSS Document 全局样式@ by summer*/

/*=====整体定义=====*/
body{margin:0 auto;padding:0;font-size:12px; background: url(../images/wal_bg.jpg) repeat-x top left #fff;background-color:white;}
div,form,img,ul,ol,li,dl,dt,dd {margin:0; padding:0; border:0;}
h1,h2,h3,h4,h5,h6 {margin:0; padding:0;}
table,td,tr,th,div{font-family:Arial, Helvetica, sans-serif;}

/*=====段落与字符属性=====*/
p{text-align:left;}
span{line-height:150%;}

/*=====线属性=====*/
hr{height:1px;border-bottom:1px dotted #CCCCCC;margin:0px auto;font-size:0px;}

/*=====左右浮动=====*/
.left{float:left;}
.right{float:right;}

/*=====清除浮动=====*/
.clear{clear:both;}

/*=====区块显示=====*/
.display{display:block;}

/*=====自动换行=====*/
.word{word-wrap: break-word; word-break:normal;}

/*=====溢出=====*/
.overflow{overflow:hidden}

/*=====滑动属性=====*/
.over {background-color: #f7f7f7;border-bottom:1px solid #f4f3f3;}
.out { border-bottom:1px solid #f4f3f3;}

.over02 {width:220px;background-color: #f7f7f7;border-bottom:1px solid #f4f3f3;}
.out02 {width:220px;border-bottom:1px solid #f4f3f3;}

/* flash 设置透明值 wmode transparent */

/*=====标题属性=====*/
h1{color:#000000;line-height:200%;letter-spacing:0.5em;}/*24px*/
h2{color:#336699;line-height:166.67%;letter-spacing:0.1em;}/*20px*/
h3{color:#FF0000;line-height:150%;letter-spacing:0.3em;}/*18px*/
h4{color:#000000;line-height:133.33%;letter-spacing:0.3em;}/*16px*/
h5{color:#666666;line-height:116.67%;letter-spacing:0.3em;}/*14px*/
h6{color:#000000;line-height:116.67%;letter-spacing:0.3em;}/*14px*/  

/*=====背景颜色=====*/
.bg_black{ background:#000;}/*黑色*/
.bg_white{ background:#fff;}/*白色*/
.bg_gray{ background:#EFEFEF;}/*灰色*/
.bg_gray02{background:#f9f9f9;}/*浅灰色*/
.bg_gray03{background:#fbfafa;}/*浅灰色03*/
.bg_blue{background:#bce5fc;}/*浅蓝色*/
.bg_red{background:#d71300;}/*红色*/
.bg_green{background:#9fcb44;}/*绿色*/
.bg_orange{background:#fea065;}/*橘红色*/
.bg_blue2{background:#24cdf1 ;}/*粉蓝色*/
.bg_red2{background:#fce7e7 ;}/*粉红色*/

.bg_red3{background:#fff4ea ;}/*粉红色3*/
.bg_red4{background:#fef9f6 ;}/*粉红色4*/

/*=====高度=====*/
.height{height:0 auto;}/*自动高度*/
.height_30{height:30px;}
.height_50{height:50px;}
.height_60{height:60px;}
.height_70{height:70px;}
.height_80{height:80px;}
.height_90{height:90px;}
.height_100{height:100px;}
.height_120{height:120px;}
.height_130{height:130px;}
.height_140{height:140px;}
.height_150{height:150px;}
.height_200{height:200px;}
.height_450{height:450px;}

/*=====行间距=====*/
.h18{line-height:18px;}
.h20{line-height:20px;}
.h22{line-height:22px;}
.h25{line-height:25px;}
.h26{line-height:26px;}
.h30{line-height:30px;}
.h35{line-height:35px;}
.h40{line-height:40px;}
.h45{line-height:45px;}
.h50{line-height:50px;}
.h55{line-height:55px;}

/*=====字体样式=====*/
.f_family{font-family:Arial, Helvetica, sans-serif;}
.f_family02{font-family: "黑体";}
.f_family03{font-family: "微软雅黑";}

/*====字体位置=====*/
.txt_center{text-align:center;}/*居中*/
.txt_left{text-align:left;}/*居左*/
.txt_right{text-align:right;}/*居右*/
.txt_top{float:left;padding:4px 0 0 0;color:#474747;}/*字体在上*/
.vertical{vertical-align:middle;}/*字体垂直居中*/

/*====字体加粗====*/
.f_bold{ font-weight:bold;}
.f_normal{ font-weight: normal;}

/*=====字体下划线=====*/
.f_de{text-decoration:none;}
.f_de{text-decoration:underline;}

/*=====字母间距=====*/
.f_sp01{letter-spacing:0.1em;}
.f_sp02{letter-spacing:0.2em;}
.f_sp03{letter-spacing:0.3em;}

/*=====字体大小=====*/
.f_6{font-size:6pt;}
.f_7{font-size:7pt;}
.f_8{font-size:8pt;}
.f_12{font-size:12px;}
.f_14{font-size:14px;}
.f_16{font-size:16px;}
.f_20{font-size:20px;}
.f_23{font-size:23px;}
.f_26{font-size:26px;}

/*=====字体颜色=====*/
.f_gray{color:#333333}/*灰色*/
.f_gray02{color:#939393;}/*浅灰色*/
.f_white{color:#fff;}/*白色*/
.f_black{color:#000000;}/*黑色*/
.f_blue{color:#06569a;}/*蓝色*/
.f_red{color:#FF0000;}/*红色*/
.f_green{color:#008f14;}/*绿色*/
.f_yellow{color:#FFCC00;}/*黄色*/
.f_orange{color:#ff6600;}/*橙色*/

/*=====边距======*/
.mar{margin:0 auto;}/*水平居中*/
.mar_5{margin:5px;}/*边距5*/
.mar_10{margin:10px;}/*边距10*/

.mar_t_b{margin:5px 0;}/*上下边距5*/
.mar_l_r{margin:0 5px;}/*左右边距5*/

.mar_t_b10{margin:10px 0;}/*上下边距10*/
.mar_l_r10{margin:0 10px;}/*左右边距10*/

.mar_t5{margin-top:5px;}/*上5*/
.mar_r5{margin-right:5px;}/*右5*/
.mar_b5{margin-bottom:5px;}/*下5*/
.mar_l5{margin-left:5px;}/*左5*/

.mar_t10{margin-top:10px;}/*上10*/
.mar_r10{margin-right:10px;}/*右10*/
.mar_b10{margin-bottom:10px;}/*下10*/
.mar_l10{margin-left:10px;}/*左10*/

.mar_l_r_28{ margin:10px 28px;}/*左边距 28*/
.mar_l_20{ margin:0 0 0 20px;}/*左边距 20*/
.mar_l_30{ margin:0 0 0 30px;}/*左边距 30*/
.mar_l_35{ margin:0 0 0 35px;}/*左边距 35*/

.mar_b3{margin-bottom:3px;}/*下3*/
.mar_t_b2{margin:2px 0;}/*上下边距2*/

/*=====填充=====*/
.pd_1{padding:1px;}/*填充1*/
.pd_3{padding:3px;}/*填充3*/
.pd_5{padding:5px;}/*填充5*/
.pd_10{padding:10px;}/*填充10*/

.pd_t_b{padding:5px 0;}/*上下5*/
.pd_l_r{padding:0 5px;}/*左右5*/

.pd_t_b10{padding:10px 0;}/*上下10*/
.pd_l_r10{padding:0 10px;}/*左右10*/

.pd_l_r20{padding:0 20px;}/*左右20*/
.pd_l_r30{padding:0 30px;}/*左右30*/

.pd_t5{padding-top:5px;}/*上5*/
.pd_r5{padding-right:5px;}/*右5*/
.pd_b5{padding-bottom:5px;}/*下5*/
.pd_l5{padding-left:5px;}/*左5*/

.pd_t10{padding-top:10px;}/*上10*/
.pd_r10{padding-right:10px;}/*右10*/
.pd_b10{padding-bottom:10px;}/*下10*/
.pd_l10{padding-left:10px;}/*左10*/

.pd_l_28{padding-left:28px;}/*左28*/
.pd_t3{padding-top:3px;}/*上3*/
.pd_l_50{padding-left:50px;}/*左50*/

/*=====边框 实线=====*/
.border{border:1px solid #d7d7d5;}/*全 深灰色*/
.border_t{border-top:1px solid #d7d7d5;}/*上*/
.border_r{border-right:1px solid #d7d7d5;}/*右*/
.border_b{border-bottom:1px solid #d7d7d5;}/*下*/
.border_l{border-left:1px solid #d7d7d5;}/*左*/

.border02{border:1px solid #e5e5e5;}/*全 浅灰色*/
.border02_b{border-bottom:1px solid #e5e5e5;}/*下*/
.border02_t{border-top:1px solid #e5e5e5;}/*上*/

.border03_b{border-bottom:1px solid #ebebeb;}/*下 再浅灰*/
.border03_t{border-top:1px solid #ebebeb;}/*上 再浅灰*/

.border04_b{border-bottom:1px solid #f4f3f3;}/*下 浅浅灰*/
.border04_t{border-top:1px solid #f4f3f3;}/*上 浅浅灰*/

.border_gray{ border-bottom:2px solid #e4e4e4;}
.border_gray2{ border-bottom:3px solid #f0f0f0;}
.border_gray2top{ border-top:3px solid #f0f0f0;}

.border_bule{border:1px solid #b4dfe6;background:#fff;}/*蓝色全边*/
.border_orange_b{ border-bottom:1px solid #ff7800;}/*橙色底线*/
.border_orange02_b{ border-bottom:2px solid #ff7800;}/*橙色底线*/

.border_red{border:1px solid #ffd3d3;}/*红色全边*/
.border_red02{border:1px solid #ffebd9;}/*红色全边2*/
.border_ye{border:1px solid #fad7b3;}/*浅黄全边*/
.border_bule02{border:1px solid #046b9a;background:#fff;}/*蓝色全边*/
.border_green{border:1px solid #87a93e;background:#fff;}/*绿色全边*/

/*=====边框 虚线=====*/
.border_dashed{border:1px dashed #CCCCCC;}/*全*/
.border_dashed_t{border-top:1px dashed #CCCCCC;}/*上*/
.border_dashed_r{border-right:1px dashed #CCCCCC;}/*右*/
.border_dashed_b{border-bottom:1px dashed #CCCCCC;}/*下*/
.border_dashed_l{border-left:1px dashed #CCCCCC;}/*左*/

.border_ds{border-top:1px dashed #e3e3e3;border-bottom:1px dashed #e3e3e3; border-left:1px solid #e3e3e3;border-right:1px solid #e3e3e3;}/*上下虚线左右直线*/

/*=====链接样式=====*/
a:link {color:#504f4f;text-decoration:none;}/*默认灰色*/
a:visited {color:#504f4f;text-decoration:none;}
a:hover {color:#504f4f;text-decoration:none;}
a:active {color:#504f4f;text-decoration:none;}

.white{color:#fff;}/*白色*/
a.white:link {color:#fff;text-decoration: none;}
a.white:visited {color:#fff;text-decoration:none;}
a.white:hover {color:#fff;text-decoration:none;}
a.white:active {color:#fff;text-decoration:none;}

.blue{color:#fff;}/*蓝色*/
a.blue:link {color:#2c629e;text-decoration: none;}
a.blue:visited {color:#2c629e;text-decoration: none;}
a.blue:hover {color:#2c629e;text-decoration:none;}
a.blue:active {color:#2c629e;text-decoration: none;}

.orange{color:#ff6600;}/*橙色*/
a.orange:link {color:#ff6600;text-decoration: none;}
a.orange:visited {color:#ff6600;text-decoration:none;}
a.orange:hover {color:#ff6600;text-decoration:none;}
a.orange:active {color:#ff6600;text-decoration:none;}

.gray_i{color:#504f4f;}/*灰色变橙色*/
a.gray_i:link {color:#504f4f;text-decoration: none;}
a.gray_i:visited {color:#FF6600;text-decoration:none;}
a.gray_i:hover {color:#FF6600;text-decoration:none;}
a.gray_i:active {color:#FF6600;text-decoration:none;}

/*=====宽度=====*/ 
.wt_20{ width:20px;}
.wt_40{ width:40px;}
.wt_50{ width:50px;}
.wt_60{ width:60px;}
.wt_70{ width:70px;}
.wt_80{ width:80px;}
.wt_90{ width:90px;}
.wt_100{ width:100px;}
.wt_150{ width:150px;}
.wt_200{ width:200px;}
.wt_210{ width:210px;}
.wt_220{ width:220px;}
.wt_240{ width:240px;}
.wt_250{ width:250px;}
.wt_300{ width:300px;}
.wt_310{ width:310px;}
.wt_320{ width:320px;}
.wt_330{ width:330px;}
.wt_340{ width:340px;}
.wt_350{ width:350px;}
.wt_380{ width:380px;}
.wt_400{ width:400px;}
.wt_500{ width:500px;}
.wt_700{ width:700px;}


/*tag样式*/
.un{padding:3px 3px 3px 3px; line-height:25px;}
a.un:link {color:#666666;text-decoration:none;}
a.un:visited {color:#666666;text-decoration:none;}
a.un:hover {color:#fff; background-color:#5898f3; text-decoration:none;}
a.un:active {color:#666666;text-decoration:underline;}

/*=============================头部份============================*/
#header{width:920px;height:50px;margin:0 auto;}
#logo{width:160px; height:50px; float:left;}
#top_right{margin-left:170px;height:20px; /*padding:30px 10px 0 0;*/text-align:right;}

/*导航SWF*/
#nav_swf{width:920px; height:63px;margin:0 auto; background:url(../images/navbg.jpg) no-repeat;}

/*-------导航---------
#nav{width:920px;height:40px;background:url(../images/web/nav_bg.jpg);clear:both;}
#nav ul{padding-left:40px;height:40px;line-height:40px;vertical-align:middle; font-size:14px;}
#nav ul li{float:left;list-style:none;margin:0 3px;}
#nav ul li a {width:100px;display:block;text-align:center;color:#fff;font-weight:bold;background: url(../images/web/nav_bg_b.jpg) no-repeat bottom right;}
#nav ul li a:hover{width:100px;display:block;text-align:center;color:#fff;font-weight:bold;background: url(../images/web/nav_bg_a.jpg) no-repeat bottom right;}
#nav #current{}
#nav #current a {width:100px;display:block;text-align:center;color:#fff;font-weight:bold;background: url(../images/web/nav_bg_a.jpg) no-repeat bottom right;}
#nav #current a:hover{width:100px;display:block;text-align:center;color:#fff;font-weight:bold;}
 
#nav_sb{height:39px;line-height:39px; vertical-align:middle;background: url(../images/web/sbnav_bg.jpg);}
#sb_con{ width:960px;margin:0 auto; padding:0 20px !important;padding:6px 20px 0 20px;}*/

/*==============================页脚部份==================================*/
#footer{width:920px;height:46px;margin:0 auto;clear:both; background:url(../images/footer_bg.jpg);}
#footer_con{height:46px; /*padding-top:5px;*/line-height:46px;vertical-align:middle;text-align:center; color:#525252;}

/*==============================中间部份==================================*/
#middle{width:920px; height:auto; margin:0 auto;}
#banner_swf{width:920px;height:390px;background:url(../images/banner.jpg);}
/*==============================首页==================================*/
#content{width:920px;height:218px; background:url(../images/content_bg.jpg) no-repeat top;}
#content_left{width:550px;height:218px;float:left;}
#co_title{ margin:10px 20px 0 25px !important;margin:10px 20px 0 20px;}
#co_pic{ width:118px; height:161px; border:1px solid #fff; padding:1px; margin:0 2px;float:left;}
#content_right{margin-left:550px;height:218px;}
#co_title02{ margin:10px 20px 0 0;}
#co_title0202{ margin:0 20px 0 0; padding-top:10px;}
/*=====列表=====*/
.list{margin:0;text-align:left;}
.list ul{padding-left:5px;}
.list ul li{height:22px;line-height:22px;vertical-align:middle;list-style:none;background: url(../images/ico_dddd.gif) left no-repeat; padding-left:10px;}
.list ul li a{color:#363636;text-decoration:none; }
.list ul li span{height:22px;line-height:22px; vertical-align:middle;float:right;text-align:right; color:#acacac;}
.list ul li a:hover{color:#ff7800;}

/*==============================产品==================================*/
#products{width:920px;height: auto;}
#products_left{width:176px;height:400px;float:left;}
#products_right{margin-left:176px;height: auto;}
#pro_rig_left{width:623px; float:left;}
#pro_rig_right{ margin-left:623px;}

.form{width:184px;height:30px;line-height:30px;vertical-align:middle;border:0;background: url(../images/but_searchbg.gif) no-repeat;padding:0 0 0 25px;}
.but{ width:63px; height:30px; background:url(../images/but_search.gif) no-repeat; color:#fff; border:0;}


