@charset "GB2312"; 
/* ===  ****  模版页面   CSS定义 *****  =====   */
*{padding:0px; margin:0px;line-height:1.8em;}
html{_overflow-y:scroll;}
/*****！！页面通用css样式定义开始******/
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body{
    font-family: "微软雅黑",Arial, Tahoma,"宋体";    /*文字字体定义 */
	font-size: 12px;    /*文字大小定义 */
	color: #353535;    /*文字颜色定义 */
	background: #fff  ; /*页面背景颜色定义 */
	}

/* 网站超链接css通用设置 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #838383;} /* 未访问的链接 */
a:visited {color: #838383;} /* 已访问的链接 */
a:hover{color: #01a5be;	text-decoration: none;} /* 鼠标在链接上 */ 
a:active {color: #838383;} /* 点击激活链接 */
ul{list-style-type: none;}

h1,h2,h3,h4,h5,h6{font-size:12px;}
img{border: 0px;}
.clear{clear:both;}

/*表格样式定义 */ 
table{text-align: justify;}
checkbox{border: 0px;}/*选择框样式定义 */ 

/*文字按钮样式定义 */ 
.button{border: 0px; }



#wrapper{text-align:center;border-top:4px solid #efefef; background:#fff;width:1002px;margin:0 auto;}

/* 首页 结构部分 */
#iheader{}

#top{width:1002px; margin-top:5px;}
#top .logo{padding:10px 0 10px 24px; text-align:left; float:left;}
#top .topnav{ float:right; text-align:right; } 
#top .topnav li { float:left; padding:0 5px; }
#top .topnav a{ color:#7b9e31;}
#top .topnav a:hover{ color:#000;}

/* 头部搜索条 */
.header-search{/*float:right;*/margin:10px 0; padding-right:5px;}
.header-search-form{width:280px;height:23px;background-position:-27px -106px;overflow:hidden;background-color:#fff;}
.header-search-form{background-repeat:no-repeat;background-image:url(../images/v2.png);}
.header-search-input{color:#888;background-color:transparent;height:15px;line-height:15px;border:1px solid #ddd;border-right:0;width:193px;float:left;padding:3px 3px 3px 23px;}
.header-search-input:focus{outline:none;}
.header-search-but{width:60px;height:23px;float:right;border:0;font-weight:bold;cursor:pointer;}
.header-search-but{background-color:#0076a3;color:#fff;}

/**/
#header .menu{background:url(../images/menu_right.gif) no-repeat top right; text-align:left;clear: both;}/*主菜单*/
#header .menu dl{list-style-type: none;height:46px;background:url(../images/menu_left.gif) no-repeat left top; padding-left:15px;line-height:46px;}
#header .menu dd{float:left;background:url(../images/menu_line.gif) no-repeat right 12px;line-height:46px; padding-right:4px; text-align:center;}
#header .menu dd a{color:#fff;width:80px;display:block; height:46px; line-height:46px;}
#header .menu dd a:visited {color: #fff;}
#header .menu dd a:hover{width:80px;color: #fff;background:url(../images/menu_hover.gif) no-repeat left center; line-height:46px; height:46px; display:block; font-weight:bold;}
#header .menu #current{line-height:46px;color:#fff;background:url(../images/menu_hover.gif) no-repeat left center;}
#header .menu #current a{color:#fff;}
#header .menu #current a:visited {color: #FFFF00;}

.ibanner{margin-top:8px; clear:both; background-image:url(../images/bgimg0100.jpg); height:234px;}
.banner{margin-top:8px;clear:both;}/*宣传图*/

#imain{clear:both;width:1002px;margin:0 auto;padding:10px 0 0 0; margin-bottom:10px; }
#imain .infobox{margin-bottom:5px;height:1%;}

#main{clear:both;width:1002px;margin:10px auto 10px auto;background:#fff url(../images/main.gif) repeat-y left bottom;}
#main .infobox{margin-bottom:5px;height:1%;}

#icompanybox{float:left;width:410px;text-align:left;}
#inewsbox{float:right;width:320px;text-align:left;}

#ileft{float:left;width:250px;text-align:left;}
#ileft .il-title{background: url(../images/title_top.gif) no-repeat left top;margin-bottom:5px;text-align:right;padding:5px 10px 0 0;height:23px; font-weight:bold;}
#ileft .il-title p{height:24px;line-height:28px;float:left;padding:0 0 0 25px; color:#0076a3;background: url(../images/title_p.gif) no-repeat 10px 7px;}
#ileft .il-title a{font-weight: normal; display:block; padding-top:3px; color:#0076a3; font-size:10px;}
#ileft .il-nobg {background:none;}


#ileft .line {clear:both;display:none;}
#ileft .line p{height:1px;line-height:1px;}
#ileft a{color:#838383;}
#ileft a:hover{color:#0076a3;}
#ileft .infobox{background:url(../images/title_bottom.gif) no-repeat left bottom;}

#iright{float:right;width:740px;text-align:left;background:#fff;}
#iright .ir-title {background: url(../images/title_right.gif) no-repeat right top;height:21x;margin: 0 0 5px 0;padding:0px 10px 0 0; text-align:right;line-height:21px; font-weight:bold;}
#iright .ir-title p{line-height:21px;background:url(../images/title_left.gif) no-repeat left top;padding:0 12px;float:left;color:#fff;}
#iright .ir-title a{font-weight: normal; display:block; color:#fff; font-size:10px; padding-top:3px;}
#iright .line {clear:both;}
#iright .line p{height:1px;line-height:1px;}

/* ===  ****  首页新闻列表 *****  =====   */
.inews{}
.inews ul{margin:10px 10px 0 10px;}
.inews li{list-style-type:none;background:url(../images/cion_03.gif) no-repeat left 9px;text-indent: 10px; padding:2px 0;}
.inews li span{ line-height:18px; float:right;}
.inews li a{color:#353535; line-height:18px;}
.inews li a:hover{ color:#4098ba;}

/* ===  ****  产品 *****  =====   */
.iproductlist{ padding:5px 0 0 0;width:20%; float:left;text-align:center;}
.iproductlist p{ color:#838383;}
.iproductlist .pic { width:100px; height:100px; margin:0 auto 5px auto;}
.iproductlist .pic a{display: table-cell;        
vertical-align:middle;        /*设置水平居中*/        
text-align:center;        /* 针对IE的Hack */        
*display: block;        
*font-size: 87px;/*约为高度的0.873，200*0.873 约为175*/        
*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/        
width:100px;        
height:100px; border:1px dashed #7b9e31;margin:0 auto;}
.iproductlist .pic img{ /*vertical-align:middle;*/ width:100px; height:100px;}



#left{float:left;width:208px;text-align:left;background: url(../images/leftnav02.gif) no-repeat left bottom;}
#left .l-title{margin-bottom:5px;padding:5px 10px 0 25px; color:#0076a3;background: url(../images/title_p.gif) no-repeat 10px 12px;line-height:28px; font-weight:bold;}
#left .l-title a{}
#left .line{clear:both;display:none;}
#left .line p{height:1px;line-height:1px;}
#left .infobox{background: url(../images/leftnav01.gif) no-repeat left top; padding:4px;}
#right{float:right;width:779px;text-align:left;}
#right .infobox{margin:0px 0 5px 0;height:1%;padding:0 15px 5px 15px;background:url(../images/right_top.gif) no-repeat left top; border-bottom:2px solid #f7f3f7;}


#right .r-title {background: url(../images/title_right_bg.gif) no-repeat right 16px;height:30px;margin: 0 0 0px 0;padding:10px 10px 0 0; text-align:right;line-height:30px; font-weight:bold;}
#right .r-title p{line-height:30px;background:#fff url(../images/conn.gif) no-repeat left 6px; padding:0 10px;float:left;color:#079fae; font-size:14px;}
#right .r-title h1{line-height:30px;background:#fff url(../images/conn.gif) no-repeat left 6px; padding:0 10px;float:left;color:#079fae; font-size:14px;}

#right .r-title a{ display:block; font-size:12px; padding-top:3px; color:#079fae;}
#right .line{clear:both;}
#right .line p{height:1px;line-height:1px;}

/*页尾*/
#footer{width:1002px; margin:0 auto;clear:both;background:#eaeaea url(../images/footer_right.gif) no-repeat right bottom; color:#12808a;}
#footer .footer-bg {background: url(../images/footer_left.gif) no-repeat left top; padding:10px 0;}
#footer .footnav a{padding:0 8px;}
#footer a {color:#12808a; }
#footer a:hover{color: #7b9e31;}

/*内容页左侧菜单*/
.leftnav{padding:5px 0;}
.leftnav dl{line-height:24px;}
.leftnav dt{color:#828282;line-height:24px; margin-bottom:3px;}
.leftnav dt a{color:#828282; display:block;line-height:24px;background: url(../images/leftnav_cion.gif) no-repeat 15px 6px; text-indent:2.5em;}
.leftnav dt a:hover{color:#0076a4;background:#c8e5ed url(../images/cion_04.gif) no-repeat 15px 6px;}
.leftnav #current{color:#0076a4;/*background:#c8e5ed url(../images/cion_04.gif) no-repeat 15px 6px;*/}

.leftnav ul{ list-style-type:none; border-top:1px solid #efebef;}
.leftnav ul li{text-indent:2.2em;  line-height:22px; padding:0 3px 0 3px ;  border-bottom:1px solid #efebef;}
.leftnav ul li a{ background:none;}
.leftnav ul li a:visited{}
.leftnav ul li a:hover{ background: url(../images/li_hover.gif) no-repeat 18px 10px; padding-left:10px;}
.leftnav ul li .current{font-weight:bold ; color:#12808a ;background: url(../images/li_hover.gif) no-repeat 0 3px; padding-left:18px;}
.leftnav .more {text-align:right;padding-right:8px; }
.leftnav .more .bg-none {background:none;;}

.leftnav div{background:#fff;}

.hotpropic{width: 176px; height: 200px;}

/*位置导航*/
#right .infobox .breadcrumb{ color:#37b9e31;position: absolute;width:740px; text-align:right;padding:13px 0 0 0;}
.breadcrumb{padding:5px;height:30px;}
.breadcrumb ul{background: url(../images/breadcrumb_cion.gif) no-repeat left 9px ;line-height:20px;list-style-type:none;float:right; height:30px;}
.breadcrumb li{background: url(../images/breadcrumb_cion0.gif) no-repeat left 6px ;padding:0 5px 0 10px;float:left;}
.breadcrumb li a{ color:#7b9e31;}
.breadcrumb li a:hover{ color:#01a5be;}
.breadcrumb .none{background:none;}

/*表现部分*/
.icompany{ padding-bottom:10px;margin:10px 9px 0 9px; color:#353535;}
.icompany img{float:left;margin:2px 12px 0 0; width:89; height:131;}
.icompany p{ text-indent:2em;}

.ilist{margin:0 9px;padding-bottom:10px; color:#838383; padding-left:10px;}


.pdlist{margin:0 9px;/*padding-bottom:15px;*/}
.pdlist dl{list-style-type:none;margin:0 10px;}
.pdlist dl dt{border-bottom:1px solid #efebef;background: url(../images/leftnav_cion.gif) no-repeat 10px 7px; text-indent:2.5em;color:#12808a;}
.pdlist dl dd{border-bottom:1px dashed #d5d6da; padding:0 0 0 30px;background:url(../images/cion_02.gif) no-repeat 20px 8px;margin:0 0 5px;font-weight:normal;}
.pdlist dl dd.pdlist_more { border-bottom:1px dashed #d5d6da; background:none; text-align:right;  }

.pdlist dt a{color:#0076a3;font-weight:bold;display:block;line-height:25px;background: url(../images/left_nav.gif) no-repeat 45px 3px;}
.pdlist dt a:visited{color:#0076a3;}
.pdlist dt a:hover{color:#0076a3;}

/*新闻列表页*/
.newslist{padding:20px 20px 0;}
.newslist ul{list-style-type: none;}
.newslist li{line-height:18px; border-bottom:1px dashed #e4e1d8; padding:8px 10px;}
.newslist li a{padding:0 25px;background: url(../images/con20.gif) no-repeat left 4px; line-height:18px;}
.newslist li span{color:#666; float:right; line-height:18px;}
.newslist td{ padding:3px 15px; border-bottom:1px dashed #e4e1d8; }
.newslist td a{ display:block;background: url(../images/cion_06.gif) no-repeat left 50% ; text-align:right}

/* ===  **** 产品页搜索 *****  =====   */
.psearch{ margin:6px 0; background:#edf5f0; padding:5px 10px;}
.psearch form{}
.psearch select{margin-top:3px;height:20px;color:#000000;margin-right:10px;border:1px solid #7f9db9;}
.psearch input{	margin-top:3px;width:120px;color:#000000;margin-right:10px;padding:1px 0;border:1px solid #7f9db9;line-height:18px;}
.psearch img{ vertical-align:middle;}
.psearch .button{border: 0px; width:41px;}

/* ===  **** 产品页列表 *****  =====   */
.productlist{}
.productlist h2{ line-height:30px;font-weight:normal; margin-bottom:8px;}
.productlist h2 a,.productlist h1 a:visited{ padding:0 8px; color:#5f5f5f;}
.productlist h2 a:hover{ color:#000000; font-weight:bold;}
.productlist h2 a.current{ color:#000000; font-weight:bold;}


.productlist01{}
.productlist01 h2{ line-height:30px;font-weight:normal; margin-bottom:8px;}
.productlist01 h2 a,.productlist h1 a:visited{ padding:0 8px; color:#5f5f5f;}
.productlist01 h2 a:hover{ color:#000000; font-weight:bold;}
.productlist01 h2 a.current{ color:#000000; font-weight:bold;}
.productlist01 h2 a:visited .current{ color:#000000; font-weight:bold;}

.productlist table{text-align: center;border: dashed 1px #e0e0e0;}
.productlist th{padding:5px; border-bottom: dashed 1px #e0e0e0;color:#7b9e31; background-color:#ebe7db}
.productlist td{  padding:5px;border-right: dashed 1px #e0e0e0; background:url(../images/line_bg.gif) repeat-x bottom;}
.productlist a,.productlist  a:visited{ color:#767676;}
.productlist a:hover{ color:#000000;}
 
.pro_c{ padding: 5px 0;}
.pro_c .img{ width:100px; }
.pro_c td{ padding:0px 9px 2px 9px;  vertical-align:top;}
.pro_c th{ background:url(../images/cion_01.gif) no-repeat 8px 7px; color:#7b9e31; font-weight:normal; padding:0 0 0 19px; text-align:left; vertical-align:top;} 
.pro_c span{ color:#ff6e03;}
.pro_c div{ background:url(../images/con20.gif) no-repeat 12px 5px; padding:0 0 0 12px;}
.pro_c div a,.pro_c div a:visited{ color:#000; text-decoration:underline;}
.pro_c div a:hover{ color:#12808a; text-decoration:none;}
.pro_c .line{  background:url(../images/line_bg.gif) repeat-x bottom;} 
 
/*联系我们*/
#contact{line-height:21px; }
#contact div{border:1px solid #7bbfd4;	margin:10px 0;height:1%; padding:20px;}
#contact p{	margin:4px 8px;}
#contact img{margin:0;padding:0;}
#contact strong{color:#079fae;}

/*网站地图*/
.sitemap{ padding:20px 0 50px;}
.sitemap .s-title {padding:3px 0 0 35px;border-top:solid 1px #e0e0e0;border-bottom: solid 1px #e0e0e0; color:#7b9e31; background:#edf5f0 url(../images/title_00.gif) no-repeat 10px 6px;font-size: 14px;line-height:20px;}
.sitemap .s-title a {color:#7b9e31;}
.sitemap .s-title a:hover { text-decoration:underline;}

.sitemap p{padding:8px 5px 15px 5px;color:#079fae;}
.sitemap p a{padding:0 10px; color:#079fae;}
.sitemap p a:hover{color:#7b9e31;text-decoration: underline;}

/* 上下新闻 */
.sxia { font-size:12px; line-height:20px; border-bottom:#e0ddbd 1px solid;border-top: #e0ddbd 1px solid; padding:5px 0 5px 10px; margin:10px 0; }
.sxia a { color:#000;}
.sxia a:hover { color:#f60; text-decoration:underline;}

/* 相关新闻 */
.comment{clear:both;}
.comment ul{ list-style-type: none;}
.comment li{background:url(../images/cion_03.gif) no-repeat 10px center;padding:3px 0 3px 28px;border-bottom:1px dashed #e4e1d8;}
.comment form{border:1px dashed #dfdfdf;margin:10px 0 0 0;padding:5px 10px;}
.comment input{border:#ccc solid 1px;line-height:18px;padding:0 4px;}
.comment textarea{border:#ccc solid 1px;width:415px;height:100px;margin:5px 0;padding:0 4px;}
.comment .button{border: 0px;padding:0; }

/*分页*/
.page{text-align: right;margin:20px 0;}
.page a{padding:0 3px;}
.page a:hover{color:#ed7409;}

.page li{ display:inline-block; padding:0; border-bottom:none;}
.page li a{ padding:0 3px; background:none;}
.page li.thisclass a{ color:#F00;}
.page li a:hover{ color:#ed7409;}
.page li span{ float:none;}



/*内容部分*/
.content{text-align:left; font-size:14px;line-height:24px;font-family: Arial, Tahoma;}
.content p{margin:8px auto; }
.content dl{color:#666666;}

.content .news-title {border-bottom:solid 1px #c0c0c0; text-align: center; font-weight:bold;}
.content .news-title h1 { font-size:26px;}
.content .time {font-size:12px;font-weight:normal;text-align:center;border-bottom:solid 1px #c0c0c0;}

.content strong{color:#079fae;}
.content a{color:#ff9602;text-decoration:underline;}
.content a:hover{color:#000000;}

.content table{border-collapse:collapse; font-size:12px;}
.content table td{padding:0px 5px;}
.tools{text-align: right;margin:10px 0;}/*新闻内页的工具条*/
.ovflow{ width:700px; overflow:hidden;}
.ovflow1{ width:490px; overflow:hidden;}

.prdetail_c{ margin:15px 0 0px 0; font-size:12px;}
.prdetail_c .left { float:left; padding-left:38px; }
.prdetail_c .left img { max-width:200px; max-height:200px; _width:200px; _height:200px; }
.prdetail_c .right { float:right;  margin-right:40px; width:410px;}
.prdetail_c .right ul {border:1px solid #a2d0e9; text-align:left; }
.prdetail_c .right ul li { padding:0 0 0 8px;}
.prdetail_c .right ul li strong { font-weight:normal;color:#0275ab; padding-right:10px; }
.prdetail_c .right .blue {background:#d5f0ff;}
.prdetail_c .right .blue h1 { font-size:12px; display:inline; }


.content .xxsm{font-size:14px;padding:2px 10px 0px 10px;border-top:solid 1px #e0e0e0;border-bottom: solid 1px #e0e0e0;margin:3px 0; color:#7b9e31; background-color:#edf5f0;}
.content .xxsm a{color:#ff9602;}
.content .about {padding:0 15px;}

.detail{ padding:5px 10px;}

.tableboder table{border:#d9d9d9 dashed 1px;}
.tableboder table th{background:#edf5f0;color:#7b9e31;border-bottom:#c0c0c0 dashed 1px;}
.tableboder table td{border:#d9d9d9 dashed 1px;}

.pro-info {margin:5px; line-height:20px;}

/* 产品列表 */
.ipro_list{ height:145px; padding-bottom:10px; overflow:hidden;}

.ipro_list .ipro-left {background:url(../images/pro_l.gif) no-repeat left top; text-align:center;float:left; width:78px; height:145px; text-align:center; padding:60px 12px 0 8px;  font-weight:bold;}
.ipro_list .ipro-left a {color:#0076a3;}
.ipro_list .ipro-left a:hover {color:#f00;}

.ipro_list .ipro-right {background:url(../images/pro_r.gif) no-repeat right top;padding:20px 0 0 0;float:left; width:642px;;}
.ipro_list .ipro-right dl{width:45%;float:left;text-align:left;padding:5px 10px 0 10px;}
.ipro_list .ipro-right dl dt{float:left;width:100px;height:100px;margin:0 10px 0 0;}
.ipro_list .ipro-right dl dt a{display: table-cell;        
vertical-align:middle;        /*设置水平居中*/        
text-align:center;        /* 针对IE的Hack */        
*display: block;        
*font-size: 87px;/*约为高度的0.873，200*0.873 约为175*/        
*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/        
width:100px;        
height:100px;}
.ipro_list .ipro-right dl dt img{ vertical-align:middle; width:100px; height:100px;}
.ipro_list .ipro-right dd { width:170px; line-height:24px; float:left;}
.ipro_list .ipro-right dd a{color:#0076a3;}

.ipro_list .ipro-right ul li { float:left;padding:0px 14px 0; text-align:center;}
.ipro_list .ipro-right ul li img { vertical-align:middle; width:100px; height:100px;}
.ipro_list .ipro-right ul li p { line-height:20px; padding-top:5px;}
.ipro_list .ipro-right ul li a { color:#666;}
.ipro_list .ipro-right ul li a:hover {color: #01a5be;}

.ipro_list .pro-left {background:url(../images/pro_l.gif) no-repeat left top; text-align:center;float:left; width:78px; height:145px; text-align:right; padding:5px 12px 0 8px; }
.ipro_list .pro-left a {color:#0076a3;}
.ipro_list .pro-left a:hover {color:#f00;}
.ipro_list .pro-left p{ text-align:left; line-height:20px; padding-top:13px; height:100px;  font-weight:bold;   }
.ipro_list .pro-left p a { color:#000;}


/*新增首页样式*/
.icontact{padding:8px 29px 20px;}
.icontact *{display:inline;}
.icontact p{padding:0 10px;}






.infoboxbg{background:url(../images/title_top.gif) no-repeat left top;}

.ihotpro{padding:0px 15px 5px 11px; line-height:25px;}
.ihotpro .cn{ text-align:center;}
.ihotpro .cn .pic {border:1px solid #e7e7e7; width:174px; height:174px; margin:0 auto;}
.ihotpro .cn .pic a{display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:151px;*font-family:Arial; width:174px;height:174px;}
.ihotpro .cn .pic img{vertical-align:middle; width:174px; height:174px;}
.ihotpro  p{color:#000;}
.ihotpro span{color:#000; display:block; text-align:left;}

.ilink a{padding:0 5px;}

/*地区*/
.iregion_title {background: url(../images/title_right.gif) no-repeat right top;height:21x;margin: 0 0 5px 0;padding:0px 10px 0 0; text-align:right;line-height:21px; font-weight:bold;}
.iregion_title p{line-height:21px;background:url(../images/title_left.gif) no-repeat left top;padding:0 12px;float:left;color:#fff;}
.iregion_title a{font-weight: normal; color:#fff;}
.iregion_title span { float:left; padding-right:20px; color:#ccc; }
.iregion_title .t1 { color:#fff;}
.iregion_title .t1,.iregion .t2 { cursor:pointer; }

.iregion { padding-left:12px;}
.iregion .hidden { display:none; }
.iregion a { padding-right:10px; color:#0076a3; }

/* 地区相关 */
.regional { line-height:20px; padding:0 10px; }
.regional a { padding:3px 10px 3px 0;}

/* 分享 */
.share { padding-top:10px; }
.share .share_left { float:left; }
.share .share_right { float:right; }
.share .share_right .xunjia { margin-top:5px; background:none; border:none; width:112px; height:32px; background:url(../images/xunjia.gif) no-repeat; cursor:pointer; }
.share .share_right .xunjia:hover { background:url(../images/xunjia_hover.gif) no-repeat;}

.share_news_box { height:45px; margin-bottom:10px; }
.share_news_box .share_news  { float:right; }

/* 询价 */
.order { width:500px; margin:10px auto 30px; }
.order li span { width:70px; display:block; float:left; color:#999; }
.order li { height:22px; margin:5px 0;}
.order li input { float:left; width:230px; height:18px; line-height:18px; padding-left:3px; }

.order li.r_box { height:104px;}
.order li .remarks { height:100px; width:400px; padding:0 3px; line-height:20px; /*text-indent:2em;*/  }
.order li.dn { display:none;}
.order li.obutton { height:36px; }

.order .xunjia { margin-top:5px; background:none; border:none; width:112px; height:32px; background:url(../images/xunjia.gif) no-repeat; cursor:pointer; }
.order .xunjia:hover { background:url(../images/xunjia_hover.gif) no-repeat;}

/* 新闻共享*/
.share_news_box {  }
.share_news_box .share_news  { float:right; }

/* 下载中心 */
.download { font-size:12px; border-bottom:1px dotted #ccc; padding-bottom:15px; margin-bottom:15px; }
.download .down_left { width:70px; float:left; }
.download .down_left li { font-weight:bold; color:#039; padding:5px 0; }
.download .down_right { float:left; color:#666666; border-left:2px solid #ccc; padding-left:10px; }
.download .down_right li { padding:5px 0; }
.download .down_right li a.blue { color:#06c; text-decoration:none; font-weight:bold; }
.download .down_right li a:hover { text-decoration:underline; }
.download .down_right li span { float:right; font-weight:bold; }
.download .down_right li span a { color:#f60; }

/**/
input,textarea,select,strong{font-family:inherit;font-size:inherit;}
input,textarea,select{*font-size:100%;}
.clear{height:0;font-size:0;line-height:0;clear:both;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}

.goods-main{width:700px;float:right;}
.goods-list-body{width:700px;overflow:hidden; }
.nosearchbox{ padding:10px;}
.h3_nosearch{height:115px;background:url(../images/sorry.gif) no-repeat 90px -15px;padding:0 0 0 205px;line-height:115px;color:#c00;font-size:1.6em;border-bottom:1px dotted #dadada; font-weight:bold; }
.h3_nosearch_tip{margin:15px 0 0;}
.dl_research{overflow:hidden;zoom:1;margin:20px 0;}
.dl_research dt{float:left;width:165px;text-align:right;margin:0 10px 0 0;_display:inline;font-weight:bold;font-size:14px;line-height:26px;}
.dl_research dd{float:left;width:460px;margin:0 0 15px;line-height:26px;}
.dl_research dd .txt{width:230px; height:22px; line-height:22px; padding:2px; margin:0 10px 10px 0; vertical-align:middle;}
.dl_research dd .btn{width:52px;height:26px;background:url(../images/search.png) no-repeat -179px -274px;border:none;vertical-align:middle;margin:0 0 10px;cursor:hand;cursor:pointer;text-indent:-999em;overflow:hidden;}
