﻿/******************************20151220增加************************************/
body , div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , input , textarea , p , blockquote , th , td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
table th , table td {padding:5px;}
fieldset , img {border:0;}
address , caption , cite , code , dfn , em  , th , var {font-style:normal; font-weight:normal;}
ol , ul {list-style:none;}
ception , th{text-align:left;}
q:before , q:after{content:'';}
abbr , acronym{border:0;}

/*文字排版*/
.f12 {font-size:12px;}
.f13 {font-size:13px;}
.f14 {font-size:14px;}
.f16 {font-size:16px;}
.f20 {font-size:20px;}
.f24 {font-size:24px;}
.f30 {font-size:30px;}
.fb {font-weight:bold;}
.fn {font-weight:normal;}
.t2 {text-indent:2em;}
.lh150 {line-height:150%;}
.lh180 {line-height:180%;}
.lh200 {line-height:200%;}
.unl {text-decoration:underline;}
.no_unl {text-decoration:none;}
.h_unl:hover{text-decoration:underline}

/*定位*/
.tl {text-align:left;}
.tc {text-align:center;}
.tr {text-align:right;}
.bc {margin-left:auto; margin-right:auto;}
.fl {float:left; display:inline;}
.fr {float:right; display:inline;}
.cb {clear:both;}
.cl {clear:left;}
.cr {clear:right;}
.clearfix:after {content:'.'; display:block; height:0; clear:both; visibility:hidden;}
*html .clearfix {height:1%}
.Clearfix {display:block;}
.vm {vertical-align:center;}
.pr {position:relative;}
.pa {position:absolute;}
.abs-right {position:absolute;right:0;}
.zoom {zoom:1}
.hidden {visibility:hidden;}
.none {display:none;}

/*边框去除*/
.no_bt {border-top:none;}
.no_bb {border-bottom:none;}
.no_bl {border-left:none;}
.no_br {border-right:none;}

/*长度高度*/
.w10 {width:10px;}
.w20 {width:20px;}
.w30 {width:30px;}
.w40 {width:40px;}
.w50 {width:50px;}
.w60 {width:60px;}
.w70 {width:70px;}
.w80 {width:80px;}
.w90 {width:90px;}
.w100 {width:100px;}
.w200 {width:200px;}
.w300 {width:300px;}
.w400 {width:400px;}
.w500 {width:500px;}
.w600 {width:600px;}
.w700 {width:700px;}
.w800 {width:800px;}
.w {width:100%}
.h50 {height:50px;}
.h80 {height:80px;}
.h100 {height:100px;}
.h200 {height:200px;}
.h {height:100%}

/*边距*/
.m10 {margin:10px;}
.m15 {margin:15px;}
.m30 {margin:30px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt50 {margin-top:50px;}
.mt100 {margin-top:100px;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb50 {margin-bottom:50px;}
.mb100 {margin-bottom:100px;}
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;}
.ml50 {margin-left:50px;}
.ml100 {margin-left:100px;}
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr30 {margin-right:30px;}
.mr50 {margin-right:50px;}
.mr100 {margin-right:100px;}
.p10 {padding:10px;}
.p15 {padding:15px;}
.p30 {padding:30px;}
.pt5 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt50 {padding-top:50px;}
.pt100 {padding-top:100px;}
.pb5 {padding-bottom:5px;}
.pb10 {padding-bottom:10px;}
.pb15 {padding-bottom:15px;}
.pb20 {padding-bottom:20px;}
.pb30 {padding-bottom:30px;}
.pb50 {padding-bottom:50px;}
.pb100 {padding-bottom:100px;}
.pl5 {padding-left:5px;}
.pl10 {padding-left:10px;}
.pl15 {padding-left:15px;}
.pl20 {padding-left:20px;}
.pl30 {padding-left:30px;}
.pl50 {padding-left:50px;}
.pl100 {padding-left:100px;}
.pr5 {padding-right:5px;}
.pr10 {padding-right:10px;}
.pr15 {padding-right:15px;}
.pr20 {padding-right:20px;}
.pr30 {padding-right:30px;}
.pr50 {padding-right:50px;}
.pr100 {padding-right:100px;}

/*其他*/
.curp{cursor:pointer};

/*原reset*/
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
body{font:12px/1.231 arial,helvetica,clean,sans-serif;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*title*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}
/*————————————————————20151220修改结束——————————————*/

body{color: #414141;}
.t01 , .t02 , .t03 ,   .t05 , .t06 , .t07 , .t08 , .t09 , .plc , .plc2 , .rtit , .rtit1 , .pro_lc , .lc1 , .lc2 , .lc3 , .lc4 , .lnav h3 , .userleftnav h4 , .leftsearch , .topsearch , .ljob , .jointel, .club_lin2, .procom h4, .caigou, .comments h4{ background:url(../images/skinsvibar.png) no-repeat;}

.b01 , .b02 , .b03 , .b04 , .b05 , .b06 , .b07 , .b08 , .b09 , .b10 , .b11 , .b12 , .b13 , .b14 , .b15 , .b16 , .b17 , .b18 , .b19 , .b20 , .b21 , .b22 , .b23, .b24, .b25, .b26 , .b27 , .b28 , .b29 , .b30 , .b31 , .b32 , .b33 , .b34 , .b35 , .b36 , .b37 , .b38 , .b39, .b40, .b41, .b42, .b43, .b44, .b45, .b46, .b47, .b48, .b49, .b49b, .b59, .b60, .b61, .b62, ul.n_rt_ul {background: url(../images/skinsvibtn.png) no-repeat; border:0; cursor: pointer; overflow:hidden; }

.login_tab .txtboxcs{ border:solid 1px #d7d7d7; height:22px;}
/*.zc_tab2{border:solid 1px #d7d7d7;}*/
.topadcs{  width:980px; margin-bottom:10px;padding-top:10px;}
.nrcs{ border:1px solid #d7d7d7; border-top:0; margin-bottom:10px; background:#fff; width:752px; padding-top:10px}

.prs .t05{background:#0098f6;height:63px;line-height:63px;padding-left:25px;font-family:"微软雅黑";font-size:24px;font-weight:normal;}
.prs .t05_con{border:5px solid #0098f6;width:189px;border-top:0;}
.prs li{line-height:35px;padding-left:33px;border-bottom:1px dotted #b4b1b1}

.prs li.cur a{color:#0098f6}
.prs li a{color:#333333;font-size:12px;font-weight:bold;}

.hottel{color:Red;font-weight:normal;}
p sub{ vertical-align:sub}
p sup{ vertical-align:top} 
.xiangc {height: 217px; overflow: hidden;}
.xiangc dl {float: left; height:207px; padding: 10px 10px 0 0;  width:227px;}
.xiangc dt {font-size: 0;height: 147px; line-height: 0;  width: 227px;}
.xiangc dt img {    border: 1px solid #CCCCCC;    height: 143px;    padding: 1px;    width:223px;}
.xiangc dd {    color: #666666;    height: 20px;    line-height: 20px;    overflow: hidden;    padding-top: 5px;    text-align: center; }

.cpMenu{padding:10px; width:182px;  background-color:#0477be;}
.cpMenu h4{padding-bottom:15px; margin-bottom:8px; font-size:18px; background:url(../images/cpmenutit.png) no-repeat center bottom;}
.cpMenu h4 a{color:#fff;}
.cpMenu .option01{padding-left:24px; margin-bottom:7px; display:block; height:27px; line-height:27px; font-size:14px; color:#0477be; background:#fff url(../images/cpmenuli01ico.png) no-repeat 163px center;}
.cpMenu li ul{margin-bottom:8px;}
.cpMenu li li{  overflow: hidden;    width: 181px;}
.cpMenu li li a{padding-left:5px; display:block; height:26px; line-height:26px; color:#fff; text-decoration:none;}

.cpMenu li li a:hover, .cpMenu li li a.cur {background:url(../images/cpmenulih.png) no-repeat center;}

.tjwtBox{padding:22px; width:714px; background-color:#fff; font-family:微软雅黑;}
.tjwtBox h4{padding-bottom:14px; margin-bottom:22px; font-size:14px; color:#676364; border-bottom:1px solid #e8e8e8; font-weight:normal;}
.tjwtBox .m_form{}
.tjwtBox .m_form li{margin-bottom:13px; color:#777;height:38px;}
.tjwtBox .m_form label{display:inline-block; float:left; line-height:36px; height:36px; width:77px; border:1px solid #dedede; border-right-width:0; text-align:center; background:#fff;}
.tjwtBox .m_form .iptTxt{float:left; width:252px; border:1px solid #dedede; height:16px; line-height:16px; padding:10px 0; outline:none; text-indent:1em; background:#fff; color:#333;}
.tjwtBox .m_form .btnTjly{width:93px; height:31px; background:#9d2737; border:none; cursor:pointer; color:#fff;}
.tjwtBox .m_form li.yzm .iptTxt{float:left; width:180px; margin-right:11px;}
.tjwtBox .m_form .areLi label{height:132px;}
.tjwtBox .m_form .txtAre{float:left; width:343px; height:104px; border:1px solid #dedede; outline:none; resize:none; padding:14px; color:#333; line-height:18px;}
.tjwtBox .m_form .btnSubmit , .tjwtBox .m_form .btnReset{width:161px; text-align:center; height:36px; line-height:36px; color:#fff; border:none; background-color:#b3b3b3;}
.tjwtBox .m_form .btnSubmit{margin-right:10px; background-color:#FF0000;}
.tjwtBox .m_form .areLi{height:138px;}
.rycon{border:1px solid #DDD0BD;width:197px; height:160px;margin-bottom:10px;}
.rycon{padding-left:2px;}

.rycon dl{width:172px;overflow:hidden;padding:10px 11px;}
.rycon dl dt{width:172px;height:234px;overflow:hidden;}
.rycon dl dt img{width:170px;height:232px;overflow:hidden;border:1px solid #ccc;}
.rycon dl dd{width:172px;text-align:center;margin-top:10px;}


.dgxxBox{padding:0 34px; width:682px; height:300px; background-color:#f2f2f2; font-family:微软雅黑;}
.dgxxBox p{font-size:16px; padding:25px 0; color:#666;}
.dgxxBox .m_form{}
.dgxxBox .m_form li{width:338px; height:38px; float:left; margin-bottom:13px; color:#777;}
.dgxxBox .m_form label{float:left; border:1px solid #dedede; line-height:36px; height:36px; width:77px; display:inline-block; text-align:center; background:#fff;}
.dgxxBox .m_form .iptTxt{float:right; width:258px; border:1px solid #dedede; border-left-width:0; height:16px; line-height:16px; padding:10px 0; outline:none; text-indent:1em; background:#fff; color:#ccc;}
.dgxxBox .m_form .txtAre{margin-left:12px; width:296px; height:161px; border:1px solid #dedede; outline:none; resize:none; padding:14px; color:#ccc; line-height:18px;}
.dgxxBox .m_form .btnTjly{width:338px; height:38px; background:#0770B2; border:none; cursor:pointer; color:#fff;}
.dgxxBox .m_form .areLi{height:200px; float:right; display:inline;}
.dgxxBox .m_form .btnLi{background:none; height:60px;}


.contactn .tits {background:#0770B2; color: #fff; height: 32px;line-height: 32px;padding-left: 13px;}
.contactn .tits a { color: #fff;}
.contactn .subnr { background: none repeat scroll 0 0 #fff; border: 1px solid #ccc; overflow: hidden;padding: 5px 9px;width: 181px;}
.contactn .subnr p {line-height: 25px;overflow: hidden;}
.contactn .subnr span {color: #333333;}
.contactn .subnr h5 {line-height: 28px;overflow: hidden;}
/*---留言回复样式--*/
.bitian { height:30px; line-height:30px; }
.bitian div{ float:right;}
.texts{background:url("../images/tit1.gif") repeat-x ;line-height:31px;border:1px solid #E8E8E8;text-indent:15px;color:#0770B2;border-bottom:0}
.word{line-height:25px;padding:10px 10px;border-bottom:1px solid #E8E8E8}

/*---资讯详细页的推荐产品--*/
.n_info_tjcp h4{ border-bottom:1px solid #d7d7d7;}
.n_info_tjcp dl{float: left;height: 155px;overflow: hidden; padding: 10px 0 0 4px; width: 163px;}
.n_info_tjcp dt{width:152px; height:110px; line-height:0; font-size:0;}
.n_info_tjcp dt img{ width:152px; height:110px;}
.n_info_tjcp dd{ line-height:14px; height:28px; overflow:hidden; text-align:center; padding-top:5px; color:#ab8673; width:152px;}
.n_info_tjcp dd a{ height:14px; overflow:hidden; display:block; color:#333;}

/*---产品列表页面的随机资讯--*/
.RandomNews h4{ padding-left:27px;height:36px;line-height:36px;color:#0963AC;background:url("../images/base754.gif") no-repeat;font-weight:bold;}
.RandomNews li{ height:28px;line-height:28px; padding:0 17px 0 10px;  width:351px; float:left;overflow:hidden;}
.RandomNews li a{ background:url(../images/ico55.gif) no-repeat 0 5px; padding-left:12px;}

.right .RandomNews .news_random{border:1px solid #ccc;border-top:none}
.right .RandomNews ul{padding-top:8px;border:1px solid #ccc;border-top:none;margin-bottom:15px;width:762px;}

dl.product_dl_commend {width:166px; overflow:hidden; float:left;padding:20px 8px 10px 14px;}
dl.product_dl_commend dt{width:166px; height:124px;line-height:0; font-size:0}
dl.product_dl_commend dt img {width:162px; height:120px; padding:1px; border:1px solid #ccc;}
dl.product_dl_commend dt a:hover img {border:1px solid #0963AC;}
dl.product_dl_commend dd{padding-top:14px; height:15px; width:166px; line-height:15px; text-align:center; overflow:hidden;}

		/* -- 产品列表样式 -- */
dl.p_list_dl, dl.p_list_dl2 { color:#666; width:163px; float:left; display:inline; padding:0px 16px 12px 6px;}
dl.p_list_dl dt {   }
dl.p_list_dl dt a { width:158px; height:158px; border:1px solid #E4E4E4; display:block; padding:3px;}/*产品图片连接边框*/
dl.p_list_dl dt a:hover { border:solid 1px #0770B2;}/*产品图片连接,点击边框*/
dl.p_list_dl dt img {  display:block;}
dl.p_list_dl dd { overflow:hidden; width:166px;  padding-top:4px; background:#d7d7d7;  height:24px; text-align:center}
dl.p_list_dl dd.money1 { font-size:14px; }dl.p_list_dl dd.money1 span { font-size:16px; font-weight: bold; text-decoration:underline; color:#f00; }
dl.p_list_dl dd.money2 { color:#b2b2b2;} dl.p_list_dl dd.money2 span{ text-decoration:line-through; }
dl.p_list_dl dd.btn { height:24px; }
dl.p_list_dl dd a { color:#0770B2; font-family: Arial, Helvetica, sans-serif;}
dl.p_list_dl dd a:hover { color:#0770B2;} /*产品名称连接*/

		/* -- 产品列表样式,第二种表现形式 -- */

.fontnr {font-size: 14px;line-height: 24px; margin: 0 20px; padding: 20px 0;border-bottom:1px solid #ccc;width:920px;overflow:hidden}



dl.p_list_dls, dl.p_list_dl2 { color:#666; width:163px; float:left; display:inline; padding:0px 5px 12px 16px;}
dl.p_list_dls dt {   }
dl.p_list_dls dt a { width:158px; height:158px; border:1px solid #E4E4E4; display:block; padding:3px;}/*产品图片连接边框*/
dl.p_list_dls dt a:hover { border:solid 1px #0770B2;}/*产品图片连接,点击边框*/
dl.p_list_dls dt img {  display:block;}
dl.p_list_dls dd { overflow:hidden; width:166px;height:40px; text-align:center;line-height:20px}
dl.p_list_dls dd.money1 { font-size:14px; }dl.p_list_dl dd.money1 span { font-size:16px; font-weight: bold; text-decoration:underline; color:#f00; }
dl.p_list_dls dd.money2 { color:#b2b2b2;} dl.p_list_dl dd.money2 span{ text-decoration:line-through; }
dl.p_list_dls dd.btn { height:24px; }
dl.p_list_dls dd a {font-family: Arial, Helvetica, sans-serif;}
dl.p_list_dls dd a:hover { color:#0770B2;} /*产品名称连接*/

		/* -- 产品列表样式,第二种表现形式 -- */
dl.p_list_dls .d1{ width:152px; font-size:14px; font-weight:bold;font-family: Arial, Helvetica, sans-serif; line-height:22px;}
dl.p_list_dls .d1 a { color:#666; font-family: Arial, Helvetica, sans-serif;}
dl.p_list_dls .d1 a:hover { color:#0770B2;} /*产品名称连接*/

.releft{    float: left; height: 574px;  width: 645px;overflow:hidden}
.reright{    border-left: 1px solid #E5E5E5;  float: left; height: 480px;  margin-top: 40px;   width: 250px;padding-left:38px;padding-top:32px;}
.releft h1 {padding-left:55px;color: #768263;  font-family: '微软雅黑';font-size: 26px;font-weight: normal;margin-top: 30px;margin-bottom:30px;}
.rst_login{line-height:26px;}
		/* -- 新闻详细及产品详细评论 -- */
		/* -- 新闻详细及产品详细评论 -- */
.info_pl { text-align:right; margin-top:5px; margin-right:9px; margin-bottom:10px;}
.info_pl a { color:#000; text-decoration:underline;} /*.comments dl .huifu { border:dashed 1px #d7d7d7; padding:5px; line-height:18px; width:680px;}查看评论,可修改文字色彩*/
.info_pl a:hover { color:#0770B2;} /*查看评论,可修改文字色彩*/
.time{color:#999}
.comms{padding-left:14px;}
.commenttb{margin-top:10px;}
.commtit{margin-left: auto;    margin-right: auto;    width: 620px;margin-top:20px;}
.yangs img{padding:1px;border:1px solid #ccc;}

/* -- 标题样式 -- */
.t01 { background-position:-63px -132px; height:19px; padding:3px 0 0 12px; color:#fff; margin-bottom:10px;}
.t02 { background-position:-63px -165px; height:19px; padding:3px 0 0 12px; color:#fff; }
.t03 { background:#E2E2E2; line-height:28px; text-indent:15px; }
.t04 { background:#1c7ad1; line-height:25px; text-indent:15px; }
.t05 { background-position:-280px -338px; line-height:25px;}
.t06 { background-position:-63px -267px; line-height:25px; text-indent:15px; }
.t07 { background-position:-63px -232px; line-height:25px; text-indent:15px; color:#333; }

/* -- 站点左侧导航样式 -- */
.ad01 { width:201px; height:50px; display:block; overflow:hidden; margin-bottom:10px;}
.lnav { width:199px; border:solid 1px #d5d5d5; overflow:hidden; border-top:0; border-bottom:0; padding-bottom:15px;} /*左边导航边框*/
.lnav h3 { background-position:-71px -375px; color:#fff; line-height:24px; text-indent:28px; width:189px; height:24px; margin:3px auto; font-size:14px;  overflow:hidden;}
.lnav h3 a { color:#fff; } /*左边导航大标题块连接色*/
.lnav h3 a:hover { color:#fff;}
.lnav ul { width:180px; margin:0px auto 0px auto;}
.lnav ul li { background:url(../images/t05li2.gif) no-repeat bottom;height:25px;  line-height:25px; width:100%;  overflow: hidden; margin-bottom:3px;}
.lnav ul li a { padding-left:10px;display:block;}
.lnav ul li a:hover, .lnav ul .cur a{ background:url(../images/ico7.gif) no-repeat 0 10px; color:#FC6303; text-decoration:none;}
.jointel { margin:10px auto 0; text-align:center; background-position:-66px -579px; width:189px; height:100px; padding-bottom:10px; overflow:hidden; }/*加盟热线*/
.teltxt { font-weight:bold; font-family: Tahoma; font-size:18px; padding:35px 0 0; }
.telQQ { padding:5px 0 0; }

/* -- 当前位置 -- */
.plc { background-position:-66px -1034px;  height:35px; line-height:35px; padding:0 10px; position:relative; font-size:14px; color:#666; overflow:hidden;  margin-bottom:10px;} /*面包屑导航,文字色彩可自行修改,现在为灰色*/
.plc span {}
.plc img { margin-top:2px; vertical-align:middle;}
.plc_tit { font-weight:bold; line-height:50px;} /* a的颜色*/
.plc_tit:hover { text-decoration:none;}
.plc2 { background-position:-63px -48px; line-height:40px; text-indent:10px; color:#000; margin-bottom:10px;margin-top:10px; }/*资讯详细页面，面包屑导航,文字色彩可自行修改,现在为白色*/
.plc2 a { color:#000;}/*资讯详细页面，面包屑导航连接,文字色彩可自行修改,现在为白色*/
.plc2 a:hover { color:#000;}/*资讯详细页面，面包屑导航连接,文字色彩可自行修改,现在为白色*/
.rtit , .rtit1 { background-position:-63px -302px; height:20px; padding:5px 0 0 0; text-indent:13px; overflow:hidden;  }
.rtit {color:#333;}/*橙色字体*/
.rtit span { float:left;} 
.rtit1 { color:#333;/*灰色字体*/ overflow:hidden; }
.ljob { background-position:-280px -373px; height:7px; font-size:0; overflow:hidden; }/* -- 招聘列表顶部背景 -- */
.userleftnav h4 { text-indent:10px; background-position:-63px -337px; line-height:28px; color:#fff;} /* -- 会员中心左侧导航大类背景 -- */ 
.topsearch { background-position:-66px -418px; padding:7px 0 0 5px; width:197px; height:55px; font-size:14px; }/* -- 顶部资讯订阅背景-- */




/*-----帮助中心表单顶部粗体字------*/
.hp_tiwen_top { width:550px; margin:0 auto; font-weight:bold; font-size:14px; line-height:20px; padding-top:5px;}
.hp_tiwen_top span { color:#DD3904;} /*帮助中心，我要提问*/
.help_tab { margin:0 auto; padding:15px;}
.help_tab_lt { width:90px; font-size:14px; vertical-align:middle;}

/*---资讯中心---*/
.news_con { width:730px; margin:0 auto; padding-top:15px;}  /*资讯中心大框架*/
.news_top { width:720px; height:132px; overflow:hidden; border-bottom:solid 1px #d7d7d7; padding-bottom:15px; margin-bottom:15px;}  /*资讯首页内容顶部（图片和文字区）*/
.news_top img { width:128px; height:128px; display:block; float:left;} 
.news_top .n_top_img { width:128px; height:128px; display:block; border:solid 1px #d7d7d7;  padding:1px; float:left; } /*资讯首页内容顶部,图片的边框色可以自选修改*/
.news_top .n_top_img:hover { border:solid 1px #0770B2; }  /*资讯首页内容顶部,图片的边框点击色,可以自选修改*/
.news_img_rt { width:570px; height:132px; float:left; margin-left:10px;} /*资讯首页内容顶部,图片的右边区块*/
.new_top_tit { width:518px; height:20px; line-height:20px; overflow:hidden; margin-bottom:10px;}
.new_top_tit .top_tit1 { font-weight:bold; text-decoration:underline; color:#000; font-size:14px;}/*资讯首页内容顶部, 粗体标题,颜色可自行修改*/
.new_top_tit .top_tit1:hover { color:#0770B2;}/*资讯首页内容顶部, 粗体标题点击时的样式,颜色可自行修改*/
.new_top_tit .top_tit2 {  margin-left:15px;}
.new_top_tit .top_tit3 {  margin-left:15px; color:#FF0000;}/*资讯首页内容顶部, 文章出处,颜色可自行修改*/
.new_top_tit .top_tit3 a { color:#FF0000; text-decoration:underline;}/*资讯首页内容顶部, 文章出处,颜色可自行修改*/
.news_img_rt .news_top_con { line-height:24px; height:100px; overflow:hidden; white-space: normal; letter-spacing: normal; word-spacing:10px; } /*资讯首页顶部, 文章颜色可自行修改*/
.news_img_rt .news_top_con a { color:#0770B2; text-decoration:underline;}

		/*资讯中心首页的--ul*/
ul.news_ul { line-height:25px; font-size:14px; color:#666; padding:0 5px; margin-bottom:10px; }
ul.news_ul li { background:url(../images/ico10.gif) no-repeat 0 11px; padding-left:10px; height:25px;}
ul.news_ul li a { float:left; display:block;margin-right:5px;}
ul.news_ul li .a_2 { width:405px; display:block; float:left;  overflow:hidden; text-overflow:ellipsis;  }
ul.news_ul li a:hover {  }
ul.news_ul .last{ float:right; font-size:10px; color:#888;}
/*资讯首页内容,点击时的图片*/

		/*资讯中心列表页面的--dl*/
dl.news_dl {font-size:14px; color:#666; padding:0 5px; line-height:22px; border-bottom:1px dashed #CCCCCC;}
dl.news_dl a{ color:#000; }
dl.news_dl dt { margin-bottom:3px; margin-top:5px; line-height:24px; height:24px; width:720px; overflow:hidden;}
dl.news_dl .dt_1 { height:20px; background:url(../images/ico10.gif) no-repeat 0 6px;  padding-left:10px;  font-size:13px; color:#0770B2; font-weight:bold; }
dl.news_dl .dt_1:hover {background:url(../images/ico7.gif) no-repeat 0 6px;color:#004EB1; }/*资讯首页内容,点击时的图片*/
dl.news_dl .dt_2 { font-size:12px; float:right; padding:0 10px 0 8px;  font-family:"宋体"; }
dl.news_dl .dt_3 { font-size:12px;}
dl.news_dl .dt_3 a { color:#FF0000; text-decoration:underline;} /*文章出处*/
dl.news_dl dd { font-size:12px; padding-left:10px; height:45px; overflow:hidden; margin-bottom:10px;}
.mb10{ margin-bottom:10px;}
.newchang{ border-bottom:1px dashed #d7d7d7; height:25px; padding-left:30px;}

/*资讯中心列表页面（图片列表）--dl_2*/
dl.dl_2 { width:149px; padding:10px 15px; float:left; display:inline-block;}
dl.dl_2 dt { width:149px; height:202px; overflow:hidden; } /*图片边框*/
dl.dl_2 dt a { width:145px; height:198px;  padding:1px; border:1px solid #d7d7d7; display:block;}
dl.dl_2 dt a:hover {border:1px solid #FC6303;}/*图片边框,点击时的状态*/
dl.dl_2 img { display:block;width:145px;height:198px;  }
dl.dl_2 dd { margin:2px 0 0 0; width:149px; height:24px; line-height:24px; overflow:hidden;  text-align:center; padding:0 4px;}


/*.news_con2{ background:#f5fafe; width:730px; margin:0 auto;display:inline-block;padding:6px 0 25px 5px;}*/
 dl.dl_42{ height:160px ; margin-bottom:20px; border-bottom:1px dotted #d7d7d7 }
.dl_42 dt{width:204px; float:left;}
.dl_42 dt a{width:200px; height:150px;  padding:1px; border:1px solid #d7d7d7; display:block;}
.dl_42  dt a:hover {border:1px solid #FC6303;}/*图片边框,点击时的状态*/
.dl_42 dt img{  display:block;width:200px;height:150px;}
.dl_42 dd{ padding-left:15px; float:left; width:490px; line-height:24px; height:150px; overflow:hidden; color:#666;}
.dl_42 dd h5{ font-size:14px; font-weight:normal; padding-bottom:5px; height:24px; line-height:24px; overflow:hidden;}

.dl_42 dd span{}



/*资讯中心列表页面（图片列表）--dl_5*/
dl.dl_2s {  float:left; display:inline-block;padding:10px 7px;}
dl.dl_2s dt { width:164px; height:66px; overflow:hidden;padding:1px; border:1px solid #d7d7d7; display:block;} /*图片边框*/
dl.dl_2s dt a { width:160px; height:66px;  }
/*dl.dl_2s dt a:hover {border:1px solid #A10000;}图片边框,点击时的状态*/
dl.dl_2s img { display:block;width:160px;height:66px; }
dl.dl_2s dd {  width:160px; height:24px; line-height:24px;overflow:hidden;}
dl.dl_2s dd h4 {  color:#666; height:22px; line-height:22px; overflow:hidden;font-weight:normal;font-size:12px;text-align:center}

     	/*资讯详细页面内容*/
.n_info_con { width:650px; padding:30px 15px 0 10px; overflow:hidden;font-size:12px;}
.n_info_con h1{text-align:center;font-size:26px;color:#000;margin-bottom:6px;}
.n_info_con2 { width:680px; margin:0 auto;}
.n_info_con h3 { text-align:center; color:#000; font-family:"宋体"; margin-bottom:10px; font-size:24px;} /*资讯详细页面，内容标题*/
.info_con_tit {font-family:"宋体";  line-height:24px; margin-bottom:15px;border-bottom:1px solid #E5E5E5;padding-bottom:20px;}
.info_con_tit span { margin-right:20px;}
.info_con_tit .n_tit {  text-align:center; color:#7E7E7E;}
.info_con_tit .n_tit a{ color:#BCBBBB;}
.info_con_tit .n_tit2 { height:24px;}
.n_info_con .tit2_span { float:right; margin:0; _margin-top:5px;}
.n_info_con p { font-size:14px; line-height:25px; padding:0 20px;}
.n_info_con p a { color:#B61212;}
.n_info_con .apage { text-align:center; margin-bottom:10px;} /*资讯详细页面，翻页区块*/
.info_input { text-align:center; color:#000; margin-bottom:15px;}  /*详细页面，评论，推荐，打印，订阅，按钮样式块*/
.info_input input { } /*详细页面，评论，推荐，打印，订阅，按钮,可修改文字色彩*/
.info_key { border-bottom:solid 1px #d7d7d7; height:30px; line-height:30px; padding-left:10px; margin:10px 0;}
.info_key span { font-size:14px; font-weight:bold;}
.info_key a { margin-right:10px;}
.ad2 { margin-bottom:10px;}
.n_info_con2 .t04 { color:#fff;}/*可修改文字色彩(关于网络推广)*/
.n_info_con2 .t04 a { color:#B61212;}/*可修改文字色彩(关于网络推广)*/
.n_info_con2 .t04 a:hover { color:#B61212;}

		/* -- 新闻详细页新闻列表 -- */
.info_b , .info_b2 { border:solid 1px #d7d7d7; width:678px;   padding:5px 0; overflow:hidden; margin-bottom:10px;}
ul.p_list_ul, ul.p_list_ul2 { font-size:14px; }
ul.p_list_ul li, ul.p_list_ul2 li { background:url(../images/ico10.gif) no-repeat 10px 9px; line-height:23px; float:left; width:298px; overflow:hidden;  text-overflow:ellipsis; text-indent:20px; margin-left:10px; display:inline; color:#666;}
.info_b2 { width:738px;}
ul.p_list_ul2 li { width:342px; padding-right:5px;}


		/*资讯页面，右边*/
.ad1 { width:263px; height:226px; display:block; margin:0 auto;}
.right2_main .t03 { color:#000;  }
.right2_main .t03 a { color:#000;}/*资讯页面，右边粗体标题样式,可修改文字色彩*/
.right2_main .t03 a:hover { color:#0770B2;}/*资讯页面，右边粗体标题样式,可修改文字色彩*/

		/* -- 右侧新闻列表 -- */
/* -- 右侧新闻列表 -- */
ul.n_rt_ul { background: url(../images/news_list_bg.gif) no-repeat 0 5px; width:220px; margin:8px auto; overflow:hidden; padding-left:5px;}
ul.n_rt_ul li { line-height:24px; overflow:hidden;  text-overflow:ellipsis; padding-left:20px; height:24px;overflow:hidden}
ul.n_rt_ul2 {width:240px; margin:8px auto; overflow:hidden;}
ul.n_rt_ul2 li { line-height:24px; height:24px;  overflow:hidden;  text-overflow:ellipsis; padding-left:5px; }



/*---产品中心---*/
.pro_main { border:solid 1px #d7d7d7;   zoom:1; padding:10px 5px;}

.t05 { background-position:-280px -338px; line-height:40px;font-size:14px;}
.t05 {padding:0 10px; color:#fff;} /*左边标题块*/
.t05 a{color:#fff;}

.t05 img { padding:6px 0 0 0; float:right;}
.t05_con { border:solid 1px #ccc; border-top:0; padding:8px 1px; margin-bottom:10px; zoom:1; width:197px; overflow:hidden} 
.t05_cons { border:solid 1px #d7d7d7; border-top:0; padding:2px 0; margin-bottom:10px; zoom:1;} 
.t05_cons1 { border:solid 1px #d7d7d7; border-top:0; padding:2px 10px; margin-bottom:10px; zoom:1;} 
.t05_cons1 li {background: url("../images/ico27.gif") no-repeat scroll 0 10px transparent; line-height: 25px;height:25px; overflow: hidden;   padding-left: 10px; width: 160px;}
		/* -- 产品分类列表 -- */
ul.t05_ul li {line-height:30px;color:#666;margin-bottom:5px;padding:0 5px 0 14px;overflow:hidden;background:#f3f3f3; width:176px;_float:left;}
ul.t05_ul li span { font-size:11px; }
ul.t05_ul li a { *width:159px;  display:block; overflow:hidden;}


.check { color:#E61217;}
.t05_con .tc .text { border:solid 1px #d7d7d7; height:20px; line-height:20px;}
.clr { float:right; color:#fff; font-weight:normal; font-size:12px;}
		/* -- 最近浏览过的产品 -- */
dl.t05_con_dl {  margin-bottom:10px; padding-left:12px;}
dl.t05_con_dl dt { width:174px; height:130px; }
dl.t05_con_dl dt img { width:170px; height:126px; padding:1px; border:solid 1px #d7d7d7;}
dl.t05_con_dl dt a:hover img { border:solid 1px #0770B2;}
dl.t05_con_dl dd {  width:174px; margin-top:3px;text-align:center;}

.pro_banner { width:750px; height:275px; overflow:hidden;background:#d7d7d7; float:left;}
.pro_banner img {width:630px; height:275px; display:block;}

		/* -- 产品展示 -- */
.riti1_con { border:solid 1px #d7d7d7; border-top:0; border-bottom:0; zoom:1; } /*产品右边内容边框*/
ul.pro_ul { padding-top:10px;}
ul.pro_ul li { width:165px; height:194px; float:left; display:inline; margin:0 10px 10px 10px;}/* 产品中心人气推荐 */
ul.pro_ul li img { width:157px; height:186px; display:block; margin:3px auto 0;}
ul.pro_ul li a { width:163px; height:192px; border:1px solid #d7d7d7; display:block;}
ul.pro_ul li a:hover { border:1px solid #0770B2;}

/*第二种产品展示*/
.dl_pro3{ padding:10px 15px;}
.dl_pro3 span{ display:block; font-size:14px; line-height:25px; height:25px; overflow:hidden; margin-bottom:5px;}
.dl_pro3 span a{height:25px; background:url(../images/ico10.gif) no-repeat 0 10px; text-decoration:underline; padding-left:10px;}
.dl_pro3 dl{ height:84px; overflow:hidden; padding:0;}
.dl_pro3 dd{ float:left; color:#575757; height:72px; line-height:25px; width:605px; padding-left:15px; overflow:hidden;}
.dl_pro3 dt { float:left; width:84px; height:84px; float:left;}
.dl_pro3 dt img{ width:80px; height:80px;}
.dl_pro3 dt a { width:80px; height:80px; border:solid 1px #d7d7d7; padding:1px; display:block;}
.dl_pro3 dt a:hover { border:solid 1px #0770B2;} /*产品边框，点击效果*/


/*第三种产品展示*/
.dl_pro { float:left; width:158px; height:195px; padding:13px 3px; overflow:hidden}
.dl_pro dt { width:158px; height:123px;font-size:0; line-height:0}
.dl_pro dt img { width:150px; height:111px; border:1px solid #d7d7d7; background:#f3f3f3; padding:3px;}
.dl_pro dd { width:156px; height:47px; line-height:18px;text-align:center; overflow:hidden}
.dl_pro dd a { font:12px "宋体"; color:#0072bc; line-height:26px}

/*产品中心左侧广告*/
.pleft_ad{ width:201px; padding-bottom:10px;}
.pleft_ad img{ width:197px; border:1px solid #ddd; padding:1px;}

/*新闻中心左侧广告*/
.news_ad{ width:960px; margin:10px auto;}
.news_ad img{ width:957px; border:1px solid #ddd; padding:1px;}


		/* -- 产品中心列表左部图片 -- */
.pro_list_left { width:159px; height:202px; overflow:hidden; float:left; }
.pro_list_left img { width:159px; height:202px; display:block;}
.pro_list_right, .pro_list_right2 { width:570px; height:202px; overflow:hidden; float:left; color:#333;} /*产品名称颜色*/
.pro_list_right dl { width:175px; height:84px; overflow:hidden; float:left; display:inline; padding:11px 5px 0 10px; }
.pro_list_right dl dt { width:84px; height:84px; float:left; margin-right:2px;}
.pro_list_right dl dt a { border:1px solid #d7d7d7; display:block; width:80px; height:80px; padding:1px;} /*展示图片边框*/
.pro_list_right dl dt a:hover { border:1px solid #0770B2;} /*展示图片点击时的边框色*/
.pro_list_right dl dt img { width:80px; height:80px; display:block;}
.pro_list_right dl dd { line-height:20px; overflow:hidden;  width:89px; float:right;}
.pro_list_right dl .a_d1 { color:#333; text-decoration:underline;} /*产品名称*/
.pro_list_right dl .a_d2 { text-decoration:line-through; color:#333;}
.pro_list_right dl .a_d3 { color:#f00;}

		/* -- 产品中心列表左部图片,第二种表现形式 -- */
.pro_list_right2 dl { width:258px; height:84px; overflow:hidden; float:left; display:inline; padding:12px 11px 0 16px;  }
.pro_list_right2 dl dt { width:84px; height:84px; float:left; margin-right:2px;}
.pro_list_right2 dl dt a { border:1px solid #d7d7d7; display:block; width:80px; height:80px; padding:1px;} /*展示图片边框*/
.pro_list_right2 dl dt a:hover { border:1px solid #0770B2;} /*展示图片点击时的边框色*/
.pro_list_right2 dl dt img { width:80px; height:80px; display:block;}
.pro_list_right2 dl dd { line-height:20px; overflow:hidden;  width:168px; float:left; margin-left:2px;}
.pro_list_right2 dl .a_d1 { color:#0770B2; text-decoration:underline; height:20px;}
.pro_list_right2 dl .a_d2 { color:#666; height:60px; white-space:normal;}
.pro_list_right2 dl .a_d2 a { color:#0770B2;}


.pro_curmbs { margin-bottom:10px; padding:0 5px;} /*产品列表页，面包屑导航,字体颜色可自行修改*/
.pro_curmbs span { color:#0770B2;}
.pro_curmbs a { color:#333;}
.pro_curmbs a:hover { color:#0770B2;}
.pro_curmbs .a_b { color:#0770B2; font-weight:bold;}

.proarray { background:#EBEBFF; border:0 solid #d7d7d7; border-width:1px; padding:3px 5px 0 5px; overflow:hidden; height:23px; margin:0 auto 10px; }/*产品列表页，产品显示方式控制导航,字体颜色和背景可自行修改*/
.proarray .span_1 { float:right;}
.proarray img { vertical-align:middle; margin:0 5px;}

		/*--产品列表，顶部图文产品详细介绍--*/
.pb { margin-bottom:10px;}
.pbl, .pbr { height:214px; overflow:hidden; margin-left:2px;}
.pbl .tit { font-size:14px; background: url(../images/ico10.gif) no-repeat 0 7px; text-indent:10px; width:100%; overflow:hidden;  } 
.pbl .tit a { text-decoration:underline; }
.pbl dl { color:#666; padding-top:4px; }
.pbl dt { width:265px; height:208px; padding:1px; margin-left:10px; float:left; display:inline; }
.pbl dt a { border:1px solid #d7d7d7; width:261px; height:204px; padding:1px; display:block;} /*产品图片连接边框*/
.pbl dt a:hover { border:1px solid #0770B2;}/*产品图片连接边框*/
.pbl dt img { width:261px; height:204px; display:block; }
.pbl dd { width:459px; float:right; line-height:24px; }
.pbl dd.d1 { height:204px; overflow:hidden; }
.pbl dd.d2 { padding-top:5px; }
.pbl dd span.s1 { color:#0770B2; } .pbl dd span.s2 { padding:0 12px; } .pbl dd span.s3 { font-weight:bold; color:#e00; } 
.pbl dd a.more { color:#e00; }
.pbr { background:url(../images/pbr_bg.gif); width:121px; float:right; text-align:center; margin-right:5px; }
.pbr .b28 { margin:18px 0; } 

		/* -- 产品列表样式 -- */
dl.p_list_dl, dl.p_list_dl2 { color:#666; width:236px; float:left; display:inline; padding:0 8px 12px 6px;}
dl.p_list_dl dt { width:236px; height:176px; }
dl.p_list_dl dt a { width:230px; height:170px; border:1px solid #E4E4E4; display:block; padding:3px;}/*产品图片连接边框*/
dl.p_list_dl dt a:hover { border:solid 1px #0770B2;}/*产品图片连接,点击边框*/
dl.p_list_dl dt img { display:block;width:230px;height:170px;}
dl.p_list_dl dd { overflow:hidden; width:236px;  padding-top:4px; background:none}
dl.p_list_dl dd.money1 { font-size:14px; }dl.p_list_dl dd.money1 span { font-size:16px; font-weight: bold; text-decoration:underline; color:#f00; }
dl.p_list_dl dd.money2 { color:#b2b2b2;} dl.p_list_dl dd.money2 span{ text-decoration:line-through; }
dl.p_list_dl dd.btn { height:24px; }
dl.p_list_dl dd a { color:#0770B2; font-family: Arial, Helvetica, sans-serif;}
dl.p_list_dl dd a:hover { color:#0770B2;} /*产品名称连接*/

		/* -- 产品列表样式,第二种表现形式 -- */
dl.p_list_dl .d1{ width:236px; font-size:12px;  font-family: Arial, Helvetica, sans-serif; line-height:20px;height:40px;}
dl.p_list_dl .d1 a { color:#666; font-family: Arial, Helvetica, sans-serif;}
dl.p_list_dl .d1 a:hover { color:#0770B2;} /*产品名称连接*/
dl.p_list_dl .d2 { height:54px; white-space:normal; line-height:18px; }


	/* -- 产品详细页 -- */
.pleft { width:400px; float:left;}
.bigimg {width:390px; height:390px; border:solid 1px #d7d7d7; padding:2px; margin-bottom:10px;}

.smallimg{}
a.leftico { background:url(../images/ico25.gif) no-repeat; display:block; width:15px; height:15px; overflow:hidden; margin-top:21px; float:left;}
a.leftico:hover { background:url(../images/ico25_1.gif) no-repeat;}

a.rightico{ background:url(../images/ico24.gif) no-repeat; display:block; width:15px; height:15px; overflow:hidden; margin-top:21px; float:left; margin-left:10px;}
a.rightico:hover { background:url(../images/ico24_1.gif) no-repeat;}
.smallimg .look { text-decoration:underline; color:#f00; margin-top:20px; display:block; float:left; margin-left:10px;}
.smallimg li{ float:left; display:inline; margin:0 0 0 10px; }
.smallimg li a { display:block; background:url(../images/smallimgbg2.gif); width:43px; height:43px; padding:8px 0 0 3px; }
.smallimg li a:hover , .smallimg li a.cur{ background:url(../images/smallimgbg1.gif);}
.smallimg li img { width:40px; height:40px; display:block; }
.look_big { text-align:center; line-height:25px; margin:15px 0; }
.look_b { text-align:center;}
.look_b input { margin:0 4px; *height:23px;}

	/* -- 产品详细页__产品详细参数 -- */
.mod_goods_info {clear:both;margin-bottom:10px;position:relative}
.mod_goods_info .hds {border-bottom:1px solid #fc8701;height:33px;_overflow:hidden;}
.mod_goods_info .hds li {float:left;cursor:pointer;border:1px solid #d7d7d7;border-bottom:0;margin-right:-1px;}
.mod_goods_info .hds li h3 {display:block;width:128px;height:30px;line-height:30px;text-align:center;font-size:14px;border-bottom:0;background-color:#f3f3f3;border:1px solid #fff;}
.mod_goods_info .hds li h3 a {color:#333;font-weight: normal;text-decoration:none;outline:none}
.mod_goods_info .hds .status_on {border-color:#fc8701;border-bottom:0;position:relative;}
.mod_goods_info .hds .status_on h3 {height:31px;background-color:#fff;color:#FC8701}
.mod_goods_info .hds .status_on h3 a {color:#076EBB;font-weight:bold}
.mod_goods_info .more{ position:absolute;top:8px; right:0px;}
.mod_goods_info .more a:link,
.mod_goods_info .more a:visited{text-decoration:none;color:#085C9B;}
.mod_goods_info .more a:hover{color:#D4105A;}
.pright { width:280px; float:left; margin-left:20px;}
.propar { }/*产品详细参数字体颜色*/ 
.propar .line{ font-weight:normal; text-decoration:line-through;}
.propar .span_1 { font-weight:bold; font-size:14px; color:#f00;}
.propar .span_2 { font-size:16px;}
.propar h4 { color:#333; line-height:28px; background:#F7F7F7; padding:0 8px;}
.propar .more { text-align:right; border-bottom:dashed 1px #d7d7d7; margin-bottom:5px; }
.propar .more a {color:#0770B2; padding-left:12px; line-height:20px; }
.propar .more a img { margin-right:5px;}

	/* -- 产品详细页__产品视频演示 -- */
.provideo { color:#666;}
.provideo h4 { line-height:28px; background:#F7F7F7; padding:0 5px; margin-bottom:5px;}
.pro_video { text-align:center; margin-bottom:5px;}

.proinfo  { font-size:14px; line-height:24px;}
.proinfo h4 { line-height:28px; background:#F7F7F7; padding:0 5px; margin-top:10px;}
.proinfo p { padding:0 10px;color:#414141;  letter-spacing: normal;    white-space: normal;
    word-spacing: 10px;}
.proinfo p a { color:#0770B2;}
.proinfo .p_tit { font-weight:bold;}
.pro_key { line-height:35px;  border-top:dashed 1px #d7d7d7; margin-top:5px; font-size:14px;}
.pro_key span { font-weight:bold;}
.pro_key a {font-size:12px; margin-right:10px;}

.propar div , .proshop div {padding:5px; padding-bottom:0; line-height:22px;}
.propar div span { font-weight:bold;}
.propar a.more {background:url(../images/ico14.gif) no-repeat 0 3px!important; _background:url(../images/ico14.gif) no-repeat 0 1px; padding-left:10px;}
.proshop { border:1px dashed #d7d7d7;}
.proshop .bg{ background:#fff; border:2px solid white; text-align:center; padding:5px 0 10px 0;}
.proinfo div { padding:0 5px; }
.proshop .bg span { font-weight:bold; font-size:12px; color:#ff0000; line-height:20px;}
.proshop .bg .text_3 { border:solid 1px #d7d7d7; height:20px; line-height:20px;}
.ad3 { margin-bottom:10px;}

.procom h4 {  line-height:26px; text-indent:10px; background-position:-63px -813px; color:#333; }
.procom dl { width:240px; float:left; display: inline; margin:10px 0 10px 5px; }
.procom dl dt { float:left; width:104px; height:104px; }
.procom dl dt a { width:100px; height:100px; border:1px solid #d7d7d7; padding:1px; display:block;}
.procom dl dt a:hover { border:solid 1px #0770B2;} /*产品图片边框连接*/
.procom dl dt img { width:100px; height:100px; display:block;}
.procom dl dd { width:125px; float:right; line-height:22px;}
.procom dl .d1 { width:125px; height:42px; overflow:hidden; margin-bottom:2px;}
.procom dl .d1 a{ color:#666; text-decoration:underline;}
.procom dl .d1 a:hover { color:#0770B2;}
.procom dl .d2 { font-weight:bold; color:#666;}
.procom dl .d2 span { color:#f00; font-weight:bold;}
.procom dl .d3 { color:#666;}
.procom dl .d3 span { text-decoration:line-through; }

.cp { border:1px solid #d7d7d7; background:#fff; padding-bottom:12px; margin-bottom:10px; }
.cptab { border-bottom:1px solid #d7d7d7; background:#f7f7f7; }
.cptab { line-height:25px; font-size:14px; color:#B61212; text-decoration:none; padding:0 8px; }
.cptab a:hover {text-decoration:none;}
.cptab a.cr { background:#eee; font-weight:bold; }

.cp dl { width:154px; overflow:hidden; float:left; display:inline; padding:12px 20px 0 13px; }	
.cp dt { width:154px; height:115px;  overflow:hidden;  }
.cp dt a {width:150px; height:111px; display:block; border:1px solid #D5D5D5; padding:1px;}
.cp dt a:hover { border:solid 1px #B61212;} /*产品图片边框连接*/
.cp dt img {width:150px; height:111px;  display:block;}
.cp dd {  line-height:24px; padding-top:8px; overflow:hidden; display:block; width:150px; text-align:center }
.t06 a { color:#0770B2;}
.t06 a :hover { color:#0770B2;}

 

.cases { margin-bottom:10px;}
.cases h4 { line-height:28px; background:#F7F7F7; text-indent:5px; margin-top:10px; }
.cases dl { width:360px; height:164px; overflow:hidden; float:left; display:inline; margin:8px 5px 0 5px; }
.cases dt { width:163px; height:163px; overflow:hidden; float:left; }
.cases dt a { width:159px; height:159px; padding:1px; border:1px solid #d7d7d7; display:block;}
.cases dt a:hover{border:1px solid #0770B2;}
.cases dt img { width:159px; height:159px; display:block;}
.cases dd { width:180px; float:left; margin-left:5px; display:inline; line-height:20px; padding-right:10px; overflow:hidden;} 
.cases dd a {}
.cases dd.tit {  }
.cases dd.tit a { font-weight:bold; color:#0770B2; text-decoration:underline; }
.cases dd.d2 { height:140px; }

.caigou { background:#0770B2;color:#fff; padding:5px; margin:5px 0;  } /* -- 采购意向标题色带 -- */
.caigou strong { font-size:14px; font-weight:bold;}
.caigou .span_1 { float:right;}
.caigou_tab { line-height:27px; margin-bottom:10px; color:#666;}
.caigou_tab .tt { vertical-align:top; text-align:right;}
.caigou_tab .span_b { font-weight:bold; color:#f00; }
.caigou_tab .textarea {margin-top:3px;}


           /*左边产品*/
dl.t05_con_dl2 { width:80px; float:left; display:inline; margin:5px 3px; overflow:hidden;}
dl.t05_con_dl2 dt { width:54px; height:54px; margin:0 auto;}
dl.t05_con_dl2 dt img { width:50px; height:50px; display:block; }
dl.t05_con_dl2 dt a { width:50px; height:50px;border:1px solid #d7d7d7; padding:1px; display:block;}
dl.t05_con_dl2 dt a:hover { border:1px solid #0770B2; }/*最近浏览过的产品,点击时的边框*/
dl.t05_con_dl2 dd { overflow:hidden; text-align:center; margin-top:2px; height:30px;}

.pl_much { font-weight:bold; font-size:14px; text-indent:10px; margin-top:10px; margin-bottom:10px;}/*评论条数*/
.pl_much span { color:#f00;}
.pl_much img { vertical-align:top;}

.pl_dc { font-weight:bold; color:#0770B2; font-size:14px; text-indent:10px; margin-bottom:15px;}
.pl_dc .sp_1 { color:#666; margin-left:20px;}
.pl_dc .sp_2 { color:#666; font-weight:normal;}
.pl_dc a { color:#0770B2; text-decoration:underline;}

.club_pl_tab { width:710px; margin:0 auto;} /*评论回应填写表单*/
.club_pl_tab .textarea { width:600px; height:175px;}
.club_pl_tab td { padding:2px 0;}
.club_pl_tab .b15, .club_pl_tab .b16 { margin:10px 10px 10px 0;}
.club_pl_tab .blk { color:#000;}

.cp_detail {} /*产品详细*/
.cp_detail_tit { color:#0770B2; line-height:20px;}
.cp_detail dt { width:175px; height:175px;}
.cp_detail dt a{ width:171px; height:171px; display:block; border:solid 1px #d7d7d7; padding:1px;}
.cp_detail dt a:hover {border:solid 1px #0770B2;}
.cp_detail dt img { width:171px; height:171px; display:block;}
.cp_detail dd { font-size:14px; margin:5px 0;}
.cp_detail .d1 span { text-decoration:line-through;}
.cp_detail .d2 { font-weight:bold; color:#f00;}
.cp_detail .d3 { text-align:center;}
.cp_detail .b31 { font-size:12px;}
.cp_detail .b28, .cp_detail .b29 { margin-top:5px;} 
.cp_detail .b28 { margin-right:10px;}

.cp_detail .d_1 { font-size:12px; color:#0770B2;}
.cp_detail .d_1 span { color:#666;}
.cp_detail .d_2 { text-align:center;}
.cp_detail .d_2 .b45, .cp_detail .d_2 .b46 { margin-top:5px;}

/*---搜索中心--*/
.search_con { padding:10px;}
dl.sear_dl { margin:0 auto; padding-bottom:10px;  width:154px;  float:left; padding-left:12px;}
dl.sear_dl dt.tit, .l2tit { font-size:14px;  text-indent:10px; line-height:25px; }
dl.sear_dl dt.tit .tit_a, .l2tit .tit_a {height:25px; background:url(../images/ico10.gif) no-repeat 0 12px;overflow:hidden;  display:block; float:left;}
dl.sear_dl dt.tit .tit_b{ width:300px; height:25px;  overflow:hidden;  display:block; float:left;}
dl.sear_dl dt.tit .span1, .l2tit .span1{ font-size:12px; float:left; margin-left:10px;}
dl.sear_dl dt.tit .span2, .l2tit a .span2{ float:left; margin-left:10px;}
dl.sear_dl dt.tit .span2 a, .l2tit a .span2 a{ color:#ff0000;}
dl.sear_dl dd.d1 { padding:0 10px; line-height:22px; text-align:justify; text-justify:inter-ideograph; overflow:hidden; color:#000;}
dl.sear_dl dd span , .l2tit span { padding:0 20px; }
dl.sear_dl dd .a_d { margin-right:5px; padding-left:10px; line-height:20px;}
.search_con .search_hl{color:Red;padding:0px;}
.sear_dl .dt2 {}
.sear_dl .dt2 a { border:solid 1px #d7d7d7; padding:1px; display:block;}
.sear_dl .dt2 a:hover {  border:solid 1px #0770B2;} /*产品边框，点击效果*/
.sear_dl .dt2 img {display:block;width:150px; height:111px; }
.sear_dl .d2 { height:44px; overflow:hidden; line-height:22px;  text-align:center; text-justify:inter-ideograph;}



/*---问题跳转页面---*/

.pri_dl .time_7 { border:1px solid #CCC; background:url(../images/mes_time_bg.gif) repeat-x; margin:30px auto 0 auto; width:45px; height:25px; line-height:25px; color:#ff0000; font-weight:bold; }
.pri_zuy a { color:#0770B2; text-decoration:underline;}
.pri_zuy a:hover { color:#0770B2;}


/*---网站地图---*/

.map_main { overflow:hidden; border:solid 5px #F0F0F0; margin:10px 0; padding-bottom:10px; }
.sitemap_con { width:845px; margin:0 auto; color:#666;}
.sitemap_con .map_top { border-bottom:solid 1px #d7d7d7; }
.sitemap_con .map_top img { float:left;}
.site_r_link { width:120px; margin-top:45px;/*上边界根据需要进行调整*/ border:1px solid #cdcdcd; background:#F8F8F8; padding:5px 10px; float:right; } /*网站地图，显示方式样式，上边界根据需要进行调整*/
.site_plc { background:url(../images/ico27.gif) no-repeat 0 8px; padding:5px 0; text-indent:10px;}
.sitemap_con h4 { line-height:30px;}
.b4 { border:solid 1px #E0E0E0;}
.b4 ul { padding:0 11px;}
.b4 li { float:left ; line-height:25px; width:164px;  overflow:hidden; }
.b4 li a { color:#666;}
.b4 li a:hover { color:#0F6BD6;}




/* -- 翻页效果 -- */
.apage { height:25px; line-height:25px; background:#F9F9F9; padding:0 5px; border:solid 1px #d7d7d7; text-align:right;}
.apage a { border:1px solid #d4e3e9; padding:0 3px;  margin-right:5px;}
.apage .num_btns {float:right; font-family:Tahoma;}
.apage a:hover, .apage .cur { border:1px solid #D5D5D5;background-color:#0770B2; color:#fff; text-decoration:none;}
.apage .cust_txt { float:left;}
.apage .oran_pg_fp { background:url(../images/first_page.gif) 4px 4px no-repeat; padding-right:9px;}
.apage .oran_pg_pp { background:url(../images/pre_page.gif) 4px 4px no-repeat; padding-right:5px;}
.apage .oran_pg_np { background:url(../images/next_page.gif) 8px 4px no-repeat; padding-right:12px;}
.apage .oran_pg_lp { background:url(../images/last_page.gif) 8px 4px no-repeat; padding-right:12px;}
.apage select { font-size:8px; margin-top:5px; }
.apage .oran_pg_txt { height:15px; border:solid 1px #d4e3e9; width:20px; margin-left:5px;}
.apage .oran_pg_btn { height:15px; border:solid 1px #d4e3e9; margin-left:5px; font-size:9px; background:#5984ac; color:#fff; }

/* --表单控制样式-- */
.text { height:18px; line-height:18px;} /*网站所有的输入框样式，字体颜色、边框、背景，根据需要自行修改*/
select { height:25px;}


/* -- 底部FAQ -- */
/*.botfaq_tit { background:#eee; border-bottom:solid 1px #d7d7d7; border-top:solid 1px #d7d7d7; font-weight:bold; height:25px; line-height:25px; margin-bottom:3px; overflow:hidden;}
.botfaq_tit a {width:135px; display:block; float:left; padding-left:15px; }*/
.bottomfaq dl { float:left; width:160px; }
.bottomfaq dt { line-height:24px; height:24px; background:#FAF9F5; border:0 solid #d0ccce; border-width:1px 0; font-weight:bold; color:#666; margin-bottom:5px; text-indent:15px;}
.bottomfaq dt a {  overflow:hidden;  width:145px; display:block; }
.bottomfaq dd { width:147px; line-height:22px; overflow:hidden;  text-indent:15px;}
.bottomfaq dl.none_1 a { display:none;}

.crumbs2 {  height:25px; line-height:25px; font-family:"宋体"; padding-left:10px; color:#666; margin-bottom:5px;}
.crumbs2 span { float:right;}
.crumbs2 span a { color:#0770B2; margin-right:10px;}
/*产品对品*/

/*产品名称列表*/
.pro_name_tab { width:100%; font-family:"宋体"; margin-bottom:20px;}
.pro_name_tab .one td { padding-top:20px;}
.pro_name_tab .one td div { background:#f3f3f3; color:#666; padding:7px 0 7px 12px;}
.pro_name_tab .two td { padding:10px 0 5px 12px; font-weight:bold; color:#0770B2;}
.pro_name_tab .two a{ color:#0770B2;}
.pro_name_tab .three .tr { width:101px; padding-left:12px; text-align:left;}
.pro_name_tab .three .tr img { vertical-align:middle; margin:0 5px 0 5px;}
.pro_name_tab .three .tr div { width:101px; height:34px; border:solid 1px #F0F0F0; overflow:hidden;}
.pro_name_tab .three img{width:105px;height:35px;border:solid 1px #d7d7d7;}
/*.pro_name_tab .three div span { width:99px; height:32px; display:block; border:solid 1px #fff; background:#F0F0F0;}*/
.pro_name_tab .tl a { width:102px; height:30px; line-height:30px;  display:inline-block; overflow:hidden; float:left; margin:0 5px 0 30px; }
.pro_name_tab .top td { padding:0;}
/*产品全部名称*/
.pro_all_tab { width:100%;  font-family:"宋体"; }
.pro_all_tab .tit {background:#f3f3f3; color:#000; padding:7px 0 7px 12px;}
.pro_all_tab .tit a { color:#000; display:inline-block; padding:0 3px;}
.pro_all_tab .tit a:hover { color:#0770B2;}
.pro_all_tab .tit .cur { font-weight:bold;}
.pro_all_tab .en { font-weight:bold; font-size:20px; color:#0770B2; padding:8px 0 8px 10px;}
.pro_all_tab .all_name { padding-bottom:10px; padding:0 40px;}
.pro_all_tab .all_name a { width:66px; height:30px; line-height:30px; overflow:hidden; float:left; margin-left:40px; display:inline-block;}



/*--按钮样式--*/

.b01 { background-position:-717px -115px; width:50px; height:20px; line-height:20px; font-size:12px; color:#fff; }
.b02 { background-position:-408px -107px; width:127px; height:34px;}
.b03 { background-position:-567px -107px; width:127px; height:34px;}
.b04 { background-position:-253px -107px; width:127px; height:34px;}
.b05 { background-position:-415px -150px; width:115px; height:34px;}
.b06 { background-position:-63px -195px; width:127px; height:34px;}
.b07 { background-position:-54px -107px; width:171px; height:34px;}
.b08 { background-position:-564px -149px; width:143px; height:34px;}
.b09 { background-position:-799px -148px; width:139px; height:34px;}
.b10 { background-position:-798px -109px; width:143px; height:34px;}
.b11 { background-position:-63px -151px; width:149px; height:34px;}
.b12 { background-position:-255px -151px; width:115px; height:34px;}
.b13 { background-position:-79px -696px; width:70px; height:28px; line-height:28px; color:#fff; font-size:14px; font-weight:bold; }
.b14 { background-position:-181px -696px; width:70px; height:28px; line-height:28px; color:#333; font-size:14px; font-weight:bold; }
.b15 { background-position:-79px -650px; width:60px; height:24px; line-height:24px; color:#fff; font-size:14px; font-weight:bold; }
.b16 { background-position:-184px -650px; width:60px; height:24px; line-height:24px; color:#333; font-size:14px; font-weight:bold; }
.b17 { background-position:-865px -254px; width:80px; height:25px; padding-bottom:1px; _line-height:24px; color:#fff; font-size:14px; font-weight:bold; margin-right:10px; }
.b18 { background-position:-751px -254px; width:80px; height:24px; line-height:24px; color:#fff; font-size:14px; font-weight:bold;}
.b19 { background-position:-882px -294px; width:80px; height:22px; line-height:22px; padding-left:11px; color:#666; }
.b20 { background-position:-299px -295px; width:93px; height:22px; line-height:22px; padding-left:11px; color:#666; }
.b21 { background-position:-542px -294px; width:80px; height:22px; line-height:22px; padding-left:11px; color:#666; }
.b22 { background-position:-421px -294px; width:80px; height:22px; padding-bottom:2px; *padding-top:3px;  _padding-bottom:1px;  color:#666; font-size:12px; overflow:hidden; text-indent:10px;}
.b23 { background-position:-882px -326px; width:82px; height:22px; line-height:22px; padding-left:11px; color:#666; }
.b24 { background-position:-454px -253px; width:47px; height:25px; line-height:25px; color:#fff; }
.b25 { background-position:-751px -328px; width:58px; height:18px;  padding:0px 0 3px 8px; *padding:0px 0 0px 8px; overflow:hidden; }
.b26 { background-position:-814px -328px; width:58px; height:18px;  padding:0px 8px 3px 0; *padding:0px 8px 0 0; }
.b27 { background-position:-518px -254px; width:41px; height:24px; line-height:24px; color:#fff; font-size:14px; font-weight:bold;}
.b28 { background-position:-62px -253px; width:78px; height:23px; line-height:25px; padding-left:16px; color:#666; }
.b29 { background-position:-267px -254px; width:78px; height:23px; line-height:25px; padding-left:12px; color:#666; }
.b30 { background-position:-183px -295px; width:80px; height:22px; line-height:22px; padding-left:11px; color:#666; }
.b31 { background-position:-321px -374px; width:94px; height:20px; line-height:20px; color:#666; text-indent:12px; }
.b32 { background-position:-588px -250px; width:143px; height:34px;}
.b33 { background-position:-255px -195px; width:129px; height:34px;}
.b34 { background-position:-740px -295px; width:132px; height:21px; line-height:21px;  }
.b36 { background-position:-707px -652px; width:71px; height:20px; line-height:20px; color:#fff; }
.b37 { background-position:-819px -652px; width:71px; height:20px; line-height:20px; color:#fff; }
.b38 { background-position:-241px -435px; width:51px; height:20px; _line-height:20px; padding-bottom:1px; color:#fff; }
.b39 { background-position:-79px -616px; width:61px; height:24px; line-height:24px; color:#fff; font-size:14px; font-weight:bold;}
.b40 { background-position:-408px -195px; width:127px; height:34px;}
.b41 { background-position:-564px -195px; width:127px; height:34px;}
.b42 { background-position:-321px -337px; width:75px; height:24px;}
.b43 { background-position:-403px -337px; width:75px; height:24px; }
.b44 { background-position:-671px -374px; width:127px; height:22px; font-size:12px; color:#666; text-indent:18px; padding-bottom:3px; *padding:0;}
.b45 { background-position:-426px -374px; width:111px; height:23px;  font-size:12px; color:#fff; text-indent:17px; line-height:23px;}
.b46 { background-position:-547px -374px; width:111px; height:23px;  font-size:12px; color:#666; text-indent:17px; line-height:23px; border:0; cursor:pointer;}
.b47 { background-position:-271px -696px; width:86px; height:29px; color:#B0AEAE; font-size:14px; padding:0px 0 2px 10px; _padding:3px 0 0 10px; margin:10px 0;}
.b48 { background-position:-374px -696px; width:86px; height:29px; color:#fff; font-weight:bold;  font-size:14px; padding:0px 0 2px 10px; _padding:3px 0 0 10px; margin:10px 0;}
.b49 { background-position:-474px -696px; width:122px; height:30px; }
.b50b { width:28px; height:32px; background:url(../images/img_5.gif) no-repeat; border:0; cursor:pointer;}
.b50 { width:28px; height:32px; background:url(../images/img_6.gif) no-repeat; border:0; cursor:pointer;}
.b51 { width:28px; height:32px; background:url(../images/img_7.gif) no-repeat; border:0; cursor:pointer;}
.b52 { width:28px; height:32px; background:url(../images/img_8.gif) no-repeat; border:0; cursor:pointer;}
.b53 { width:68px; height:23px; background:url(../images/b53.gif) no-repeat; border:0; cursor:pointer; line-height:23px; padding-left:17px; color:#666; font-size:12px;}
.b54 { width:68px; height:23px; background:url(../images/b54.gif) no-repeat; border:0; cursor:pointer; line-height:23px; padding-left:17px; color:#fff; font-size:12px; }
.b55 { width:85px; height:20px; color:#9C6060; background:url(../images/b55.gif) no-repeat; border:0; cursor:pointer; font-size:12px; padding-left:12px; padding-bottom:3px; *padding-bottom:0; }
.b56 { width:72px; height:20px; color:#9C6060; background:url(../images/b56.gif) no-repeat; border:0; cursor:pointer; font-size:12px; padding-left:12px; padding-bottom:3px; *padding-bottom:0; }
.b57 { width:82px; height:20px; color:#9C6060; background:url(../images/b57.gif) no-repeat; border:0; cursor:pointer; font-size:12px; padding-left:12px; padding-bottom:3px; *padding-bottom:0; }
.b58 { width:82px; height:20px; color:#9C6060; background:url(../images/b58.gif) no-repeat; border:0; cursor:pointer; font-size:12px; padding-left:12px; padding-bottom:3px; *padding-bottom:0; }
.b59 { width:78px; height:24px; color:#fff; background-position:-537px -435px; border:0; cursor:pointer; font-size:12px;  padding-bottom:3px; *padding-bottom:0; padding-top:0; *padding-top:3px;}
.b60 { width:92px; height:24px; color:#000;background-position:-625px -435px; border:0; cursor:pointer; font-size:12px;  padding-bottom:3px; *padding-bottom:0; padding-top:0; *padding-top:3px;}
.b61 { width:67px; height:24px; color:#fff; background-position:-384px -435px;border:0; cursor:pointer; font-size:12px;  padding-bottom:3px; *padding-bottom:0; padding-top:0; *padding-top:3px;}
.b62 { width:67px; height:24px; color:#fff; background-position:-461px -435px; border:0; cursor:pointer; font-size:12px;  padding-bottom:3px; *padding-bottom:0; padding-top:0; *padding-top:3px;}
.b63 { width:95px; height:24px; color:#fff; background:url(../images/b63.gif) no-repeat; border:0; cursor:pointer; font-size:12px;  padding-bottom:3px; *padding-bottom:0; padding-top:0; *padding-top:3px;}
.b64 { width:56px; height:24px; color:#fff; background:url(../images/b64.gif) no-repeat; border:0; cursor:pointer; font-size:12px;  padding-bottom:3px; *padding-bottom:0; padding-top:0; *padding-top:3px;}

.top_ad { text-align:center;}
.top_ad img { margin-bottom:10px; width:742px;}




/*网站地图的头部样式*/
.topbar { background:url(../images/topbar.gif) repeat-x; line-height:30px; }
.top_con { width:930px; margin:0 auto;}
.top_con a { margin:0 4px;}
.top_con a.cur { color:#e67817; text-decoration:underline;}
.top_call { font-size:14px; font-weight:bold; margin-left:15px; margin-right:25px; }
.top_con_nav a { color:#0066FF;}
/*详细属性开始*/
.proinfo .nr_list {   clear:both; padding-top:12px; margin-bottom:10px;}
.proinfo .nr_list ul{ padding-left:6px;}
.proinfo .nr_list ul li{float:left; height:25px; width:220px; overflow:hidden;}
/*详细属性结束*/



/*配套产品*/
.pei .tit{ width:682px; height:28px; line-height:28px; background:#EDEDED;}
.pei .tit h4 { float:left; padding-left:12px;color:#F4870F;}
.pei .tit span a{ float:right; color:#F4870F; font-weight:bold; padding-right:8px;}
.pei .nr dl{ width:154px; height:84px; overflow:hidden; float:left; padding:6px 8px 4px 7px;}
.pei .nr dt{ float:left; width:74px; height:74px; line-height:0; font-size:0; }
.pei .nr dt img{ width:70px; height:70px; padding:1px; border:1px solid #D5D5D5;}
.pei .nr dd{ width:75px; padding-left:5px; float:left;}
.pei .nr dd a{ font-weight:bold; display:block; width:78px; height:18px; line-height:18px; display:block; overflow:hidden; color:#666; }
.pei .nr dd span{ width:75px; height:54px; line-height:18px; display:block; overflow:hidden; margin:3px 0 5px 0;} 


/*产品列表标题+描述*/
.xiu3{ border-bottom:1px dashed #E0DEDE; height:56px; color:#666; overflow:hidden;}
.xiu3 li{ float:left;}
.li_a{ width:50px; text-align:center; height:56px; line-height:56px; display:block; overflow:hidden;}
.li_b{ width:147px; padding-right:9px; text-align:center;  height:56px; line-height:56px; display:block; overflow:hidden;}
.li_c{ width:319px; padding-right:6px; text-align:center; height:40px; margin:8px 0; line-height:20px; overflow:hidden; display:block;}
.li_d{ width:130px; text-align:center; height:42px; padding-top:14px;}
.li_d input{ margin:0 2px;}

/*方案服务新样式*/
.look_project { text-align:center;width:675px; float:left; margin:10px 10px;}
.look_project input { margin:0 4px; height:23px;}
.flash{ width:662px; height:302px; line-height:0; font-size:0; padding-left:10px;}
.flash img{ border:1px solid #E4E4E4;width:660px; height:200px;}

/*新样式*/
.shouji{ width:auto; height:auto; border:1px solid #d7d7d7; }
.shouji dl{ width:auto; height:120px; padding:10px 10px 0 10px;}
.shouji dt{ float:left; width:92px; height:66px; line-height:0; font-size:0;}
.shouji dt img{ border:1px solid #d7d7d7; width:88px; height:62px; padding:1px; }
.shouji dd{ float:left; padding-left:10px; width:530px;}
.shouji dd a{ display:block; line-height:21px;}
.shouji dd span{ line-height:24px; width:530px; display:block; }
/*第一步*/
.shouj_list1{ margin-top:10px;}
.shouj_list1 .tit{}
.shouj_list1 .nr{width:anto; height:auto;border:1px solid #d7d7d7; padding-bottom:10px;}
.shouj_list1 .nr ul{ padding:10px 10px 20px 160px;}
.shouj_list1 .nr li .kk1{ border:1px solid #d7d7d7;}
.shouj_list1 .nr li{ height:24px; line-height:24px;} 
.shouj_list1 .nr .kk2{ padding-top:30px;}
.shouj_list1 .nr span{ display:block; padding:10px 0 0 70px;}
/*第二步*/
.shouj_list2{ margin-top:15px;}
.shouj_list2 .nr{width:anto; height:auto;border:1px solid #d7d7d7;}
.shouj_list2 .nr .kk2{ border:1px solid #d7d7d7; width:230px; height:16px;}
.shouj_list2 .nr .kk3{ width:77px; border:1px solid #d7d7d7; height:16px;}
.shouj_list2 .nr{ padding:10px 10px;}
.shouj_list2 .nr ul{ padding-left:50px;}
.shouj_list2 .nr .jul{ padding-left:120px;}
.shouj_list2 .nr .jul2{ padding-left:35px;}
.shouj_list2 .nr .jul2 span{ margin-left:80px;}
.shouj_list2 .nr .jul3{ padding:20px 0 0 120px;}
.shouj_list2 .nr li{  margin-top:10px;}
.shouj_list2 .nr li span{ margin-left:100px;}
/*第二步{防伪}*/
.shouj_list22{ margin-top:10px;}
.shouj_list22 .nr{width:auto; height:auto;border:1px solid #d7d7d7; padding:20px 10px 20px 50px;}
.shouj_list22 .nr span{ line-height:24px;}
.shouj_list22 .nr .kk4{ display:block; padding:20px 0 0 130px;}




/*内页友情连接*/
.link2{ border:1px solid #d7d7d7; padding:5px 10px; line-height:22px; color:#555; margin-bottom:10px;}
.link2 a{ padding:0 8px;} 
.link3{ border:1px solid #d7d7d7;width:752px; padding-bottom:10px; margin-bottom:10px; }
.link3 li{ float:left; width:114px; height:44px; line-height:0; font-size:0; padding:10px 0 0 10px;}
.link3 li img{ width:110px; height:40px; padding:1px; border:1px solid #d7d7d7;}

/*标准系统新增样式 0303*/
.news_ad{ width:275px; height:275px; margin-bottom:10px;}
.news_ad img{ width:271px; height:271px; padding:1px; border:1px solid #d7d7d7;}
.gduo{ height:30px; line-height:30px; background:#f7f7f7; overflow:hidden; margin:15px 0px; padding:0 10px;}
.gduo span{ float:right; width:320px; overflow:hidden; height:30px; display:block;}
.gduo a{  font-weight:bold;}
.ks5{ border:1px solid #d7d7d7; width:450px; height:80px; margin-top:10px;}

/*模块内容样式*/
.modelnr{ width:98%; margin:10px auto;overflow:hidden; line-height:24px; border:1px solid #d7d7d7; font-size:14px; color:#585858;}
.modeltab{ width:98%;margin:5px auto; border-color:#d7d7d7;}
.divbg{ background:#EBF0F9;}
.modeltab td{ font-size:14px; line-height:24px; border-color:#d7d7d7; vertical-align:top; padding:5px 4px 5px 4px;}
.model25{ width:25%;}
.model75{ width:75%;}
.model33{ width:33%;}
.model66{ width:66%;}
.model40{ width:40%;}
.model60{ width:60%;}
.model20{ width:25%;}
.model50{ width:50%;}

/*********************20150221增加样式***************/
*{transition:all .5s;}
body{background-color:#fff; color:#666; font-size:12px; font-family: "微软雅黑" , "宋体"; position:relative;}/*网站字体颜色*/
a { color:#666; text-decoration:none;}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
a:hover { text-decoration:underline;}
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
/* -- 购物车外部框架 -- */
.cart_header , .cart_content , .cart_footer { width:760px; margin:0 auto;}


/* -- 页面整体布局 -- */
.header , .content , .footer { width:980px; margin:0 auto; font-family:微软雅黑;}
.left { width:201px; float:left; overflow:hidden;}
.left2 { width:680px; float:left; overflow:hidden;}
.left3 { width:754px; float:left; overflow:hidden; color:#666;}
.lefttop { background:url(../images/left_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-top:10px;}
.left2top {  height:3px; font-size:0; overflow:hidden;}
.leftbot { background:url(../images/left_bot_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;  margin-bottom:10px;}
.left2bot { height:3px; font-size:0; overflow:hidden; margin-bottom:10px; }
.rightbot{ height:3px; font-size:0; overflow:hidden; margin-bottom:10px; }
.right { width:764px; float:left; display:inline; margin-left:15px; overflow:hidden;}
.right2 { width:275px;  float:right; overflow:hidden;}
.right3 { width:201px; float:right; overflow:hidden; color:#666;}
.right2top { background:url(../images/right2_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;}

.right2bot { background:url(../images/left_bot2_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-bottom:10px;}

.right_main { width:762px; min-height:458px; border:solid 1px #d5d5d5;  padding-bottom:15px; overflow:hidden;background:#fff;}
.right2_main { width:273px; border:solid 1px #d5d5d5; border-top:0; border-bottom:0; padding-bottom:15px; overflow:hidden;background:#fff}
.left2_main { width:678px;  border:solid 1px #d5d5d5; padding-bottom:15px; overflow:hidden;background:#fff;}

.h_nav li a:-webkit-any-link{ display:block;}

.container{margin-left:auto; margin-right:auto; width:980px;}

/*页眉*/
.header{width:100%; overflow:hidden;}
		/*--顶部链接导航*/
.hd_top{border-bottom:1px solid #f5f5f5;}
.hd_top .container{height:31px; line-height:31px; color:#999;}
.hd_top a{padding:0 12px; color:#999;}
		/*--页眉内容*/
.header .hd_cont{position:relative; height:120px;}
.header .hd_cont .hd_logo{position:absolute; left:0; top:30px; width:800px;}
.header .hd_cont .hd_logo dd{margin-top:15px; margin-left:24px;}
.header .hd_cont .hd_logo dd h1{font-size:24px; color:#0770b2;}
.header .hd_cont .hd_logo dd p{font-size:14px; color:#293146;}
.header .hd_cont .dh_phone{margin-top:34px; color:#626262; text-align:right;}
.header .hd_cont .dh_phone dt{margin-bottom:14px;}
.header .hd_cont .dh_phone dd{font-size:14px; color:#0770b2;}
.header .hd_cont .dh_phone dd strong{margin-left:10px; font-size:24px;}
		/*--导航栏*/
.dh_nav{background-color:#006eb2;}
.dh_nav ul{overflow:hidden;}
.dh_nav li{float:left;}
.dh_nav li a{padding:0 17px; display:block; height:40px; line-height:40px; border-right:1px solid #1a7dba; color:#fff; font-family:微软雅黑; text-decoration:none;}

.dh_nav .navHome{border-left:1px solid #1a7dba;}
.dh_nav ul li a:hover, .dh_nav ul .cur a{background-color:#0098f6;}

/*页尾*/
.footBg{height:294px; overflow:hidden; color:#fff; text-align:center; background-color:#1c59a8;}
.fotNav{margin-top:38px; margin-bottom:55px; height:44px; line-height:44px;  border-bottom:3px solid;}
.fotNav a{margin:0 16px; color:#fff;}
.footer p{line-height:20px;}
.footer p a{color:#ccc}
/*20151220的temp样式*/
.nor_tab { width:100%; border:solid 1px #ccc; margin-bottom:10px;}
	.nor_tab th { font-weight:bold; text-align:center; background:#f9f9f9;border:solid 1px #ccc; padding:6px 0;}
	.nor_tab td { padding:5px; border:solid 1px #ccc;}
ul.t05_ul table { *margin-left:-15px;}/*滚动板IE补丁*/
.kq99billpay { background:url(../images/99bill_pay.gif); height:31px; width:176px; border:0; cursor:pointer; font-size:14px; font-weight:bold;}
#div___________Perm{width:2000px;height:3000px;background:#fff;padding:30px;position:absolute;top:0;left:0;color:#000;z-index:999999;}
.imt {color:Red;}
.info_box {border:solid 1px #f58d12; background:#fff2db; padding:5px; margin-bottom:10px;}
.info_box .ib_h { font-weight:bold; font-size:140%; color:#007130;}
#nodata { padding:80px; padding-left:150px; border:solid 1px #eee;margin:10px 0; background:url(../images/nodata.gif) no-repeat 20px 20px;}
/* -- 弹出窗口 -- */
#mesbook1_c, #mesbook1{display:none;z-index:1001;width:398px;border:1px solid #ccc;background:#fff; padding-bottom:20px;}
#mesbook1_c div, #mesbook1 div{ border:1px solid #E4E3E3; background:#EBECEB;height:18px; padding:4px .5em 0; margin-bottom:10px;}
#mesbook1_c dl.b1, #mesbook1 dl.b1 { width:370px; margin:0 auto;}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt { float:left; width:105px; overflow:hidden; }
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd { width:265px; float:right;}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns{padding-bottom:10px;}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {margin-right:20px;}
/*处理中动画占全屏*/
#oran_div_processing{width:300px;padding:20px;z-index:9999;text-align:center;background:#fffeef;border:solid 1px #b8ab04;}
/*注册*/
.register_tab{background:#f6f6f6;width:670px;font-size:14px;margin-bottom:10px;}
    .register_tab td{padding:10px 5px;}
    .register_tab cite{display:block;width:200px;font-style:normal;background:#fff8e8;border:solid 1px #ffe7af;padding-left:18px;color:Red;font-size:12px;}
    .register_tab .icon_cln{width:50px;vertical-align:middle;text-align:center;}
        .register_tab .icon_cln img{display:none;}
    .register_tab .tr{width:80px;}
.register_prof{background:#fffdf0;width:670px;font-size:14px;margin-bottom:10px;border:solid 1px #fed289;color:Gray;}
    .register_prof td{padding:8px 5px;}
    .register_prof cite{display:block;width:200px;font-style:normal;background:#fff8e8;border:solid 1px #ffe7af;padding-left:18px;color:Red;font-size:12px;}
    .register_prof span{font-size:12px;}
    .register_prof .tr{width:140px;}
.blk{display:block;}
.p{cursor:pointer;}
.p5{padding:5px;}
.hd{display:none;}
.tfocus {background:#fffdf0;}
.error{background:url(../images/verror.gif) 2px 2px no-repeat #fff8e8;border:solid 1px #ffe7af;padding-left:18px}
cite { display:block;}
/*产品左边分类样式*/
li.sub_column { margin-left:10px; clear:both; background:none;}
.t05_ul .nones{ background:none;border:0}
	li.sub_column li { background:none; padding-left:10px;}
	li.sub_column li.cur { background:url(../images/ico7.gif) no-repeat 0 10px; padding-left:10px; font-weight:bold;}
	li.sub_column li.cur a { color:#fa8d0d;}
	.t05_ul li.cur a {font-weight:bold;color:#fa8d0d;}
	li.sub_column li a{ height:25px; line-height:25px;font-weight:normal;font-size:12px;width:150px;overflow:hidden}
	
	li.sub_column ul{margin-left:-20px;_margin-left:-35px;}
	


/*产品所有分类层*/
#prod_all_columns {z-index:999;display:none;width:557px;}
#prod_all_columns h1 {font-size:100%;background:url(../images/all_columns_title.gif); height:19px; line-height:25px; padding-left:10px;height:25px; }
    #prod_all_columns .close {font-weight:normal;float:right;cursor:pointer;margin-right:8px; line-height:25px;_padding-top:5px;}
        #prod_all_columns .close img {vertical-align:middle;}
#prod_all_columns .columns {border:solid 1px #d5d5d5;border-top:0;background:#fff;height:400px;width:555px;overflow:auto;}
#prod_all_columns td {padding:5px;}
#prod_all_columns .top_column a {color:orange;font-weight:bold;}
#prod_all_columns .top_column img {margin-right:5px;}
#prod_all_columns .sub_columns a {line-height:150%;margin-right:15px;background:url(../images/ico12.gif) no-repeat 0 5px;padding-left:10px;}

/*分页控件*/
.apage .cur{ border:1px solid #D5D5D5; padding:0 3px; }
/*产品属性*/
.prod_attrs_b{width:246px;height:131px;background:url(../images/attr_form.gif);margin-left:5px;padding:10px;margin-top:5px;overflow:hidden;}
.prod_attrs_b h5{border-bottom:solid 1px #eeeded;line-height:16px;margin-bottom:5px;}
.prod_attrs_b .prod_attrs_det{width:236px;height:96px;overflow-y:auto;word-break:break-all;}
.prod_attrs{width:246px;height:267px;background:url(../images/attr_form_b.gif);margin-left:5px;padding:10px;margin-top:5px;overflow:hidden; margin-bottom:10px;}
.prod_attrs h5{border-bottom:solid 1px #eeeded;line-height:16px;margin-bottom:5px;}
.prod_attrs .prod_attrs_det{width:236px;height:236px;overflow-y:auto;word-break:break-all;}
/*查看产品所有图片*/
.photo_list {padding:10px;}
.photo_list ul li {float:left;margin-left:15px;margin-bottom:15px;}
.photo_list ul li img {width:120px;height:120px;border:solid 1px #fff;}
.photo_list ul li a.cur img,.photo_list ul li a:hover img {border:solid 1px #fda305;}
.photo_list input {border:0; height:20px; line-height:20px; width:54px; background:#FDA305; color:white;cursor:pointer;}
.photo_big {text-align:center;padding:10px;}
/*帮助中心满意度*/
.static_graph{width:20px;background:orange;margin:0 auto;font-size:0;line-height:0; margin-top:10px;}
.static_graph .tc { text-align:center;}
#cntrStatic_0,#cntrStatic_1,#cntrStatic_2{vertical-align:bottom;text-align:center;}
/*推荐文章（mail）*/
#mailArticle{display:none; border:solid 1px #ccc;}
#mailArticle iframe {width:632px;height:602px;overflow:hidden;}
.mailprod {width:626px;height:600px;overflow:hidden;border:solid 1px #aaa; background:#fff;}


/*拷贝地址*/
#div_nsw_copy_url {width:400px;border:solid 1px #ccc;background:#fff;}
#div_nsw_copy_url h1 {background:#f0f0f0;border-bottom:solid 1px #ccc;font-size:14px;padding:3px;}
#div_nsw_copy_url h1 a {float:right;font-weight:normal;font-size:12px;}
#div_nsw_copy_url .cont {border-top:solid 1px #f6f6f6;padding:10px;}
#div_nsw_copy_url .cont textarea {width:380px;height:50px;margin:10px 0;}
/*资讯高级搜索*/
#div_nsw_news_advan_cntr {display:none;}
#div_nsw_news_advan_cntr iframe {height:222px;width:402px;}
#div_nsw_news_advan {height:220px;width:400px;border:solid 1px #ccc;background:#fff;}
#div_nsw_news_advan h1 {background:#f0f0f0;border-bottom:solid 1px #ccc;font-size:14px;padding:3px;}
#div_nsw_news_advan h1 a {float:right;font-weight:normal;font-size:12px;}
#div_nsw_news_advan .cont {border-top:solid 1px #f6f6f6;padding:10px;}
#div_nsw_news_advan .cont table td {padding:3px;}
/*网站公告*/
.anns {}
.anns dl {border-bottom:solid 1px #ddd;margin:10px;padding-bottom:5px;line-height:150%;}
.anns dl dt {font-weight:bold;}
.anns dl .showtime {color:#959595;}
/*相关搜索*/
.rele_search {border-top:solid 1px #ddd;margin:5px;line-height:160%;}
.rele_search li{float:left;width:150px;}
.NewsColumns select{width:130px;}
/*图片滚动*/
#img_scroll {overflow:hidden;width:400px;}
#img_scroll #imgPrev {float:left;margin-top:25px;cursor:pointer;}
#img_scroll #imgNext {float:right;margin-top:25px;cursor:pointer;}
#img_scroll #img_list {float:left;width:360px;overflow:hidden; white-space:nowrap;margin-left:10px;}
#img_scroll #img_list a {margin-left:10px;  }
#img_scroll #img_list a img{ padding:8px 3px 3px 3px; }
#img_scroll #img_list a.cur img { background:url(../images/smallimgbg1.gif) no-repeat; }
#img_scroll #img_list a img.cur { background:url(../images/smallimgbg1.gif) no-repeat; }
/*收藏样式修改（mail）*/
#div_fav_cntr{ width:250px; height:135px; overflow:hidden;}
/*资讯图片列表形式*/
dl.l08 { width:197px; margin:1.5em 0 0 25px; float:left; display:inline; }
dl.l08 dt { width:195px; height:195px; border:1px solid #ECECEC; overflow:hidden; }
dl.l08 img { display:block;width:195px; height:195px; }
dl.l08 dd { background:#ECECEC; margin:2px 0 0 0; width:100%; height:24px; line-height:24px; font-weight:bold; overflow:hidden; white-space:nowrap; text-align:center; } dl.l08 dd a { color:#666; }
/*产品详细视频*/
.provideo .video_tit {}
.provideo .cont {}

/*******/
.lnav div.lnav_more { margin-left:18px;}
.lnav ul.lnav_more { display:none; width:180px; margin:0px auto 0px auto;}
.lnav ul.lnav_more li { white-space:nowrap; overflow: hidden; }
.lnav ul.lnav_more li a { color:#666; padding-left:10px;}
.lnav ul.lnav_more li a:hover {background:url(../images/ico7.gif) no-repeat 0 6px;}

/************分页样式开始******************************/
.vc { word-break: break-all;overflow: visible;line-height: 2;}
.vc a.o:link, .vc a.o:visited{ margin: 0 4px;padding: 3px 6px 1px;border: 1px solid #ddd;text-decoration: none;background: #fff;}
.vc a.o:hover{ border: 1px solid #049;text-decoration: none;}
.ob { margin: 0 4px;padding: 3px 6px 1px;border: 1px solid #ddd;text-decoration: none;background: #fff;}
.obg { margin: 0 4px;padding: 3px 6px 1px;border: 1px solid #ddd;text-decoration: none;background: #f00;color: #fff;}
/***************分页结束****************************/
/*显示帮助*/
#div_nsw_show_help {width:600px;border:solid 1px #ccc;background:#fff;}
#div_nsw_show_help h1 {background:#f0f0f0;border-bottom:solid 1px #ccc;font-size:14px;padding:3px;}
#div_nsw_show_help h1 a {float:right;font-weight:normal;font-size:12px;}
#div_nsw_show_help .cont {border-top:solid 1px #f6f6f6;padding:10px;}
#div_nsw_show_help .cont textarea {width:580px;height:100px;margin:10px 0;}
.n_info_con a.keys{  color:Blue; text-decoration:underline;}
/***************回到顶部****************************/
*{ padding:0px; margin:0px;}
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
/*解决IE6下不兼容 position:fixed 的问题*/
#code,#code_hover,#gotop{ width:36px; height:48px; background:url(../images/icon.jpg) no-repeat; position:fixed; right:50px; cursor:pointer;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
#code{ background-position:-276px -258px; bottom:120px; _margin-bottom:120px;}
#code_hover{ background-position:-316px -258px; bottom:120px; _margin-bottom:120px;}
#gotop{ background-position:-276px -310px; bottom:67px; _margin-bottom:67px;} 

#code_img{ width:270px; height:355px; background:url(../images/icon.jpg) -4px -3px no-repeat; position:fixed; right:90px; bottom:67px; cursor:pointer; display:none;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); _margin-bottom:67px;}