@charset "utf-8";
body { font-family: "微软雅黑", arial; color: rgba(87,87,87,1); font-size: 14px; line-height: 24px; background: rgba(255,255,255,1); min-width: 1200px; }
html, body, div, span, ul, li, ol, dl, dt, dd, p, form, pre, blockquote, h1, h2, h3, h4, h5, h6, input, img, a { margin: 0; padding: 0; }
* { margin: 0; list-style: none; padding: 0; }
ul li { list-style: none; }
img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
a { color: rgba(87,87,87,1); text-decoration: none; -webkit-transition: all .3s ease-in; -moz-transition: all .3s ease-in; -o-transition: all .3s ease-in; transition: all .3s ease-i; }
a:hover { color: #4c8600; text-decoration: none; }
.clear { clear: both; margin: 0 0; padding: 0 0; }
.fr { float: right; }
.fl { float: left; }
input, textarea, button { font-family: "微软雅黑"; }
input:focus { outline: none; }
textarea:focus { outline: none; }
#feedback_form table { margin: 0 auto; }
#feedback_form table tr td { padding: 5px 0; }
.pt30 { padding-top: 30px; }
.pt60 { padding-top: 60px; }
.pt40{ padding-top:40px;}
.main { width: 1200px; margin: 0 auto; overflow: hidden; }

/*header*/
.header{ width:100%; height:165px; background:url(../images/header.jpg) no-repeat center;}
.header .toper{ width:100%; height:34px; line-height:34px; border-bottom:1px #d2d2d2 solid; font-size:12px; color:#666666;}
.header .toper a{ color:#666666;}
.header .head{ width:1200px; height:130px; margin:0 auto;}
.header .head .logo{ width:294px; height:88px; margin:21px 0 0 12px; float:left; border-right:1px #cccccc solid; padding-right:16px;}
.header .head .biaoyu{ width:285px; overflow:hidden; float:left; margin-left:16px;}
.header .head .biaoyu p{ font-size:20px; color:#666666; padding-top:40px;}
.header .head .biaoyu i{ font-size:20px; color:#4c8600; text-align:center; padding-top:10px; font-weight:bolder; font-style:normal; display:block;}
.header .head .way{ width:auto; overflow:hidden; float:right; padding-right:30px;}
.header .head .way p{ font-size:14px; padding-top:28px;}
.header .head .way i{ color:#4c8600; font-size:28px; font-family:"Times New Roman", Times, serif; font-weight:bolder; font-style:normal;}
/*主导航菜单*/
.box { width: 100%; height:38px; background:#4c8600; }
.box #nav-menu { height:38px; width: 1200px; margin: 0 auto; }
.box #nav-menu .container { position: relative; overflow: visible; z-index: 99; }
.box #nav-menu .menu li { position: relative; float: left; width:150; display: inline; }
.box #nav-menu .menu li h3 { display: inline-block; float: left; font-weight:normal; font-size:14px; }
.box #nav-menu .menu li h3 span{ width:1px; color:#FFF; float:right; line-height:38px;}
.box #nav-menu .menu li a.xialaguang { display: inline-block; height:38px; width:149px; text-align: center; line-height:38px; color:#FFF;}
.box #nav-menu .menu li a.navhover, #nav-menu .menu li a.xialaguang:hover { cursor: pointer; background:#6ab135;}
.box #nav-menu .menu ul.children { display: none; position: absolute; top:37px; left: 0; width: 100%; line-height: normal; z-index:9999; background:#6ab135; border-bottom:none; border-top:1px #FFF solid;}
.box #nav-menu .menu ul.children li { width:100%; padding: 0px; display: inline-block; border-bottom:1px #FFF solid; margin:0; }
.box #nav-menu .menu ul.children li a { width:100%; overflow: hidden; display: block; text-align: center; padding:10px 0; background:#6ab135; font-size:13px; color:#FFF; }
.box #nav-menu .menu ul.children li a:hover{ background:#4c8600;}
/*幻灯片*/
.banner{ width:100%;}
.owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
/* display none until init */
.owl-carousel { display: none; position: relative; width: 100%; -ms-touch-action: pan-y; }
.owl-carousel .owl-wrapper { display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper-outer { overflow: hidden; position: relative; width: 100%; }
.owl-carousel .owl-wrapper-outer.autoHeight { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
.owl-carousel .owl-item { float: left; }
.owl-controls .owl-page, .owl-controls .owl-buttons div { cursor: pointer; }
.owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
/* mouse grab icon */
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); }
#owl-demo { position: relative; width: 100%; margin-left: auto; margin-right: auto; }
#owl-demo .item { position: relative; display: block; }
#owl-demo img { display: block; width: 100%; }
#owl-demo b { position: absolute; left: 0; bottom: 0; width: 100%; height: 78px; background-color: #000; opacity: .5; filter: alpha(opacity=50); }
#owl-demo span { position: absolute; left: 0; bottom: 37px; width: 100%; font: 18px/32px "微软雅黑", "黑体"; color: #fff; text-align: center; }
.owl-pagination { position: absolute; left: 0; bottom: 25px; width: 100%; height: 22px; text-align: center; }
.owl-page { display: inline-block; width: 20px; height: 20px; margin: 0 5px; background: #FFF; *display: inline;
*zoom: 1;
border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.owl-pagination .active { background: #ef8b1a; }
.owl-buttons { display: none; }
.owl-buttons div { position: absolute; top: 50%; width: 24px; height: 48px; margin-top: -40px; text-indent: -9999px; }
@media screen and (max-width: 579px) {
.owl-pagination { bottom: 0px; height: 15px; }
}

.search{ width:100%; background:url(../images/ser.png) no-repeat center; height:88px;}
.search .sead{ width:1080px; height:61px; margin:0 auto; line-height:61px;}
.search .sead .sea { width: 261px; height: 32px; margin-top: 14px; float:right; }
.search .sead .sea .search_txt { width: 182px; height: 30px; line-height: 30px; float: left; color: #999; font-size: 12px; padding: 0 10px; border:1px #d1d1d1 solid; background: none; border-radius:2px; }
.search .sead .sea .search_btn { border: 0; cursor: pointer; width: 51px; height:32px; line-height:32px; float: right; background:#83c750; color:#FFF; text-align:center; border-radius:2px; }
/*应用领域*/
.tit1{ width:100%; background:url(../images/tit1.jpg) no-repeat center; height:68px; text-align:center;}
.tit1 i{ color:#333333; font-size:26px; font-style:normal;}
.tit1 i span{ color:#8f8f8f;}
.tit1 p{ font-size:16px; color:#7aad38; padding-top:10px;}
.use1{ width:600px; height:280px; float:left; position:relative;}
.use1 dt{ width:300px; height:280px; position:absolute; z-index:0; left:0;}
.use1 dd{ width:227px; height:280px; position:absolute; z-index:10; right:0; padding:40px 40px 0 58px; background:url(../images/us1.png) no-repeat;}
.use1 dd i{ color:#83c750; font-size:16px; font-weight:bolder; font-style:normal;}
.use1 dd p{ line-height:28px; margin-top:20px;}
.use1 dd a{ font-size:12px; color:#666666; margin-top:40px; display:block;}
.use2{ width:600px; height:280px; float:left; position:relative;}
.use2 dt{ width:300px; height:280px; position:absolute; z-index:0; right:0;}
.use2 dd{ width:227px; height:280px; position:absolute; z-index:10; left:0; padding:40px 40px 0 58px; background:url(../images/use.png) no-repeat;}
.use2 dd i{ color:#83c750; font-size:16px; font-weight:bolder; font-style:normal;}
.use2 dd p{ line-height:28px; margin-top:20px;}
.use2 dd a{ font-size:12px; color:#666666; margin-top:40px; display:block;}
/*adv1*/
.adv1{ width:100%; background:url(../images/ys1.jpg) no-repeat center; height:168px; margin-top:50px;}
.adv1 .bgh{ width:600px; height:154px; float:left; padding-top:14px;}
.adv1 .bgh dt{ font-size:80px; line-height:normal; float:left; color:#b4c8a3; font-family:"Times New Roman", Times, serif;}
.adv1 .bgh dd{ width:485px; overflow:hidden; float:right;}
.adv1 .bgh dd i{ font-family:"Times New Roman", Times, serif; font-size:23px; color:#c0d2b4; padding-top:20px; font-weight:bolder; font-style:normal; display:block;}
.adv1 .bgh dd p{ font-size:18px; color:#dbdbdb; padding-top:5px;}
.adv1 .bgh dd h3{ color:#dbdbdb; font-size:24px; padding-top:5px;}
.adv1 .bgh dd ul{ width:485px; height:24px; margin-top:10px;}
.adv1 .bgh dd ul li{ width:auto; float:left; color:#dbdbdb; margin-right:21px; background:url(../images/ioc.jpg) no-repeat left center; padding-left:30px;}
.adv1 .way_r{ width:224px; overflow:hidden; float:right; padding-top:35px;}
.adv1 .way_r p{ font-size:14px; color:#FFF;}
.adv1 .way_r i{ color:#9cdc49; font-size:24px; margin-top:5px; font-style:normal; display:block;} 
.adv1 .way_r a{ width:116px; height:35px; line-height:35px; text-align:center; color:#FFF; display:block; border:1px #FFF solid; margin-top:20px;}
/*产品中心*/
.hy { width:1200px; margin:0 auto; height:360px; position:relative; padding-top:30px;}
.hy_top { width:594px; height:48px; margin:0 auto;}
.hy_top ul li { width:150px; height:48px; float:left; margin:0 24px;}
.hy_top ul li a { width:150px; height:38px; background:url(../images/hy.jpg) no-repeat; display:block; text-align:center; line-height:38px; padding-bottom:10px;}
.hy_top ul li a:hover, .hy_top ul .cur a { color:#FFF; display: block; background:url(../images/hy_ed.jpg) no-repeat; }
.hy_con { width:1200px; overflow:hidden; height:284px; position:absolute; bottom:0;}
.hy_con .ibj{ width:284px; height:284px; float:left; margin:0 8px;}
.hy_con .ibj a{ width:270px; overflow:hidden; display:block; position:relative; padding:6px; border:1px #cccccc solid;}
.hy_con .ibj a dt{ width:270px; overflow:hidden; display:block;}
.hy_con .ibj a dt img{ width:270px; height:auto; display:block; -moz-transition: .3s ease-in; -webkit-transition: .3s ease-in; -o-transition: .3s ease-in; -ms-transition: .3s ease-in; transition: .3s ease-in;}
.hy_con .ibj a:hover dt img{ transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); }
.hy_con .ibj a dd{ width:270px; height:40px; line-height:40px; background:url(../images/bg.png) repeat; color:#FFF; position:absolute; z-index:10; bottom:7px; text-align:center;}
.hy_con .ibj a:hover dd{ background:url(../images/bg_ed.png) repeat;}
/*优势*/
.youshi_top{ width:100%; background:url(../images/ys_top.jpg) no-repeat center; height:291px; margin-top:60px; border-top:7px #e7e7e7 solid;}
.youshi_top .main{ position:relative; height:291px;}
.youshi_top .main .yst{ font-size:50px; line-height:normal; color:#333333; text-align:right; padding:70px 193px 0 0;}
.youshi_top .main .yst span{ color:#4c8600;}
.youshi_top .main .yst span i{ font-size:80px;}
.youshi_top .main .yst1{ background:#333333; text-align:center; color:#FFF; width:465px; height:48px; line-height:48px; display:block; letter-spacing:10px; position:absolute; right:196px; bottom:69px; font-size:16px;}
.ysp{ width:100%; overflow:hidden;}
.ysp li{ overflow:hidden; margin-bottom:30px; background:url(../images/ioc.png) no-repeat left 8px; color:#666666; padding-left:24px;}
.ys1{ width:100%; background:url(../images/ysa.jpg) no-repeat center; height:491px;}
.ys1 ul{ width:515px; overflow:hidden; float:right; margin-right:16px; margin-top:215px;}
.ys2{ width:100%; background:url(../images/ysb.jpg) no-repeat center; height:490px;}
.ys2 ul{ width:448px; overflow:hidden; float:left; margin-top:300px;}
.ys3{ width:100%; background:url(../images/ysc.jpg) no-repeat center; height:470px;}
.ys3 ul{ width:480px; overflow:hidden; float:right; margin-right:28px; margin-top:252px;}
.ys4{ width:100%; background:url(../images/ysd.jpg) no-repeat center; height:596px;}
.ys4 ul{ width:530px; overflow:hidden; float:left; margin-top:254px; margin-left:40px;}
.ys5{ width:100%; background:url(../images/yse.jpg) no-repeat center; height:372px;}
.ys5 ul{ width:456px; overflow:hidden; float:right; margin-right:67px; margin-top:226px;}
/*客服见证*/
.khjz{ width:280px; height:350px; display:block; float:left; margin:0 10px;}
.khjz a{ width:280px; height:347px; display:block; border-bottom:3px #d7d7d7 solid;}
.khjz a dt{ width:270px; height:200px; padding:4px; border:1px #cecdcb solid;}
.khjz a dd{ width:260px; height:117px; padding:10px;}
.khjz a dd i{ font-size:14px; color:#333; font-weight:bolder; font-style:normal;}
.khjz a dd p{ font-size:13px; color:#666666; line-height:23px; margin-top:10px;}
.khjz a:hover{ border-bottom:3px #4c8600 solid;}
.khjz a:hover dd p{ color:#4c8600;}
/*about*/
.about{ width:100%; background:url(../images/about_bg.jpg) no-repeat center bottom #FFF; height:553px; margin-top:35px;}
.about_l{ width:549px; height:340px; float:left; border:3px #ebebeb solid;}
.about_r{ width:600px; height:346px; float:right;}
.about_r i{ color:#000000; font-size:60px; line-height:normal; padding-top:30px; font-weight:bolder; font-style:normal; display:block;}
.about_r h2{ color:#4c8600; font-size:20px; padding-top:30px;}
.about_r div{ line-height:26px; margin-top:20px;}
.about_r div a{ color:#4c8600;}
.hzhb_bo{ width:980px; margin:27px auto 0 auto; height:134px; padding:23px 220px 0 0;}
.hzhb_bo .process{ width:980px; position:relative; min-width:980px; top:0;height:134px;}
.hzhb_bo .slidegrid {float: left;position: relative;overflow: hidden;}
.hzhb_bo .slideitems {width: 20000em;position: absolute;}
.hzhb_bo .slideitems li {float: left;}
.hzhb_bo .process .mainPhoto { width:980px; height:134px; margin:0 auto; position: relative;}
.hzhb_bo .process .mainPhoto span.goleft, .process .mainPhoto span.goright { display: block; width:20px; height:87px; position:absolute; top:23px;}
.hzhb_bo .process .mainPhoto span.goleft a{ background:url(../images/left.jpg) no-repeat; display: block; width:20px; height:87px;}
.hzhb_bo .process .mainPhoto span.goleft a:hover{ background:url(../images/left_ed.jpg) no-repeat; display: block;}
.hzhb_bo .process .mainPhoto span.goleft {left:0px;}
.hzhb_bo .process .mainPhoto span.goright a{ background:url(../images/right.jpg) no-repeat; display: block; width:20px; height:87px;}
.hzhb_bo .process .mainPhoto span.goright a:hover{ background:url(../images/right_ed.jpg) no-repeat; display: block;}
.hzhb_bo .process .mainPhoto span.goright { right:0px;}
.hzhb_bo .process .mainPhoto .go { width:930px; height:134px; position: relative; left:25px; overflow: hidden}
.hzhb_bo .process .mainPhoto .go li { width:200px; float:left; display:block; margin:0 17px; height:134px;}
/*news*/
.news_l{ width:610px; height:333px; float:left;}
.news_l .new_img{ width:254px; height:327px; float:left; border:3px #e6e6e6 solid;}
.news_l .new_txt{ width:315px; height:333px; float:right;}
.news_l .new_txt i{ color:#4c8600; font-size:16px; padding-top:36px; font-weight:bolder; font-style:normal; display:block;}
.news_l .new_txt span{ color:#999999; font-size:12px; padding-top:15px; display:block;}
.news_l .new_txt p{ color:#666666; padding:25px 0; border-bottom:1px #cecece dashed;}
.news_l .new_txt .more{ color:#4c8600; display:block; padding-top:25px;}
.news_r{ width:474px; overflow:hidden; float:right; padding-right:28px;}
.news_r dl{ width:474px; height:95px; margin-bottom:20px;}
.news_r dl dt{ width:95px; height:95px; float:left; background:url(../images/time.jpg) no-repeat; text-align:center;}
.news_r dl dt i{ color:#5a5a5a; font-size:25px; font-family:Arial, Helvetica, sans-serif; padding-top:22px; font-weight:bolder; font-style:normal; display:block;}
.news_r dl dt p{ color:#5a5a5a;}
.news_r dl dd{ width:354px; height:95px; float:right;}
.news_r dl dd i{ font-size:14px; padding-top:10px; font-weight:bolder; font-style:normal; display:block; }
.news_r dl dd p{ color:#666666; font-size:12px; padding-top:10px;}
.news_r dl dd p a{ color:#4c8600;}
/*link*/
.inn{ width:1200px; height:60px; margin:40px auto 0 auto;}
#tab{ width:1200px; position:relative; margin:0 auto; position:relative; height:60px;}
#tab .tab_menu{ width:100px; position:absolute; z-index:1; height:60px; border-right:1px #cdcdcd dashed;}
#tab .tab_menu li{ float:left; width:80px; cursor:pointer; height:30px; line-height:30px; color:#666666; font-size:16px; padding-left:20px; }
#tab .tab_menu .selected{cursor:pointer; color:#7aad38; background:url(../images/ioc.gif) no-repeat left center; }
#tab .tab_box{width:1073px;clear:both;top:10px;position:relative; height:60px; line-height:22px;right:0; float:right;}
.hide{display:none;}
.tab_box div a{ padding:0 10px;}
/*footer*/
.footer{ width:100%; background:#4b4b4b; color:#cccccc; padding:30px 0; margin-top:40px;}
.footer a{ color:#cccccc;}
.foot{ width:976px; margin:0 auto; overflow:hidden;}
.fav{ padding-bottom:22px; border-bottom:1px #919191 dashed; text-align:center;}
.fav a{ padding:0 30px;}
.foot_l{ width:208px; overflow:hidden; float:left; margin-left:113px;}
.foot_l dt{ width:208px; height:47px;}
.foot_l dd{ width:142px; height:142px; margin:0 auto; padding-top:21px;}
.foot_r{ width:550px; overflow:hidden; float:right;}
.foot_r p{ line-height:31px;}
.bghs{ margin-top:45px;}

/*站点 浮动返回顶部*/
 
.cd-top { display: inline-block; height: 43px; width: 44px; position: fixed; bottom: 60px; right: 20px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); /* image replacement properties */
overflow: hidden; text-indent: 100%; white-space: nowrap; background: url(/images/back_top.jpg) no-repeat center 50%; visibility: hidden; opacity: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.cd-top.cd-is-visible { /* the button becomes visible */
visibility: visible; opacity: 1; }
.cd-top.cd-fade-out { /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
opacity: .5; }
.no-touch .cd-top:hover { background-color: #e86256; opacity: 1; }
/*站点 浮动客服*/ 
.keifu img { border: 0; }
.keifu { position: fixed; top: 10%; right: 0; width: 131px; _position: absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom, 10)||0)-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
z-index: 990; }
.keifu_tab { width: 160px; }
.icon_keifu { width: 26px; height: 100px; float: left; background: url(/images/keifu.png) 0 0; position: relative; display: none; cursor: pointer; }
.keifu_box { float: left; width: 131px; }
.keifu_tab img { display: block; }
.keifu_head { width: 131px; height: 41px; background: url(/images/keifu.png); background-position: 0 -103px; font-size: 0; line-height: 0; position: relative; }
.keifu_close:link, .keifu_close:visited { display: block; width: 11px; height: 11px; background: url(/images/keifu.png) -42px 0; position: absolute; top: 5px; right: 5px; }
.keifu_close:hover { background-position: -60px 0; }
.keifu_con { border-left: 7px solid #029bdb; border-right: 7px solid #029bdb; background: #fbfbfb; }
.keifu_con ul { border-bottom: #e6e5e4 1px solid; }
.keifu_con li { padding-left: 12px; }
.keifu_con .li-qq { height: 25px; padding-top: 2px; padding-bottom: 2px; }
.keifu_con .li-tel-title { font-weight: bold; font-size: 12px; height: 29px; line-height: 29px; border-top: 1px solid #dddddd; }
.keifu_con .li-tel-num { font-family: Arial; font-size: 12px; color: #e66d15; line-height: 20px; }
.keifu_con .li-feed-title { font-weight: bold; font-size: 12px; border-top: 1px solid #dddddd; padding-left: 0px; }
.keifu_con .li-feed-title img { padding-left: 0px; width: 117px; }
.keifu_con .li-feed { font-family: Arial; font-weight: bold; color: #e66d15; }
.keifu_con .li-weixin-title { font-weight: bold; font-size: 12px; height: 29px; line-height: 29px; border-top: 1px solid #dddddd; }
.keifu_con .li-weixin { height: 96px; padding-left: 0px; }
.keifu_con .li-weixin img { width: 115px; height: 115px; }
.keifu_con .bt { font-size: 16px; height: 30px; line-height: 30px; text-align: left; padding: 0 0 0 20px; color: #012646; }
.keifu_bot { width: 131px; height: 10px; background: url(/images/keifu.png); background-position: 0 -153px; }
/*左下角 浮动 在线留言*/ 
#SfMessWrap { border: 2px solid #029bdb; padding: 1px; width: 230px; background: #f5f5f5; z-index: 100; position: fixed; left: 2px; bottom: 2px; }
#SfMessHead { background: #029bdb; line-height: 28px; height: 28px; text-indent: 10px; font-size: 12px; color: #fff; text-align: left; cursor: pointer; }
#SfMessHead #SfMessTitle { float: left; }
#SfMessHeadIcon { float: right; width: 23px; height: 25px; margin-right: 2px; background-image: url(/images/icon.png); }
.SfMessIconOpen { background-position: top; }
.SfMessIconClose { background-position: bottom; }
#SfMessBody { width: 230px; height: 225px; padding-bottom: 5px; }
#SfMessBodyTop { display: none; }
#SfMessBodyMid { width: 212px; padding: 0px; margin: 0px auto; margin-top: 5px; }
#SfMessBodyMid input { border: 1px solid #cccccc; background: #ffffff; color: #b89d9d; width: 190px; height: 17px; font-size: 12px; }
#SfMessBodyMid textarea { width: 210px; height: 73px; border: 1px solid #cccccc; background: #ffffff; color: #b89d9d; overflow: hidden; text-align: left; font-size: 12px; padding: 0px; margin: 0px auto; }
#SfMessBodyMid div { margin-top: 3px; height: 20px; }
#SfMessBodyMid .contactmessage { height: 76px; }
#SfMessBodyMid .contactname { padding-left: 20px; background: url(/images/company.gif) no-repeat; }
#SfMessBodyMid .contacttel { padding-left: 20px; background: url(/images/mobile.gif) no-repeat; }
#SfMessBodyMid .contactfrom { padding-left: 20px; background: url(/images/from.gif) no-repeat; }
#SfMessBodyMid .contactemail { padding-left: 20px; background: url(/images/email.gif) no-repeat; }
#SfMessBodyMid .contactvalicode { padding-left: 20px; background: url(/images/other.gif) no-repeat; }
#SfMessBodyMid .contactvalicode input { width: 100px; height: 17px; float: left; }
#SfMessBodyMid .contactvalicode img { height: 19px; border: 1px solid #cccccc; background: #ffffff; color: #b89d9d; float: right; }
.clearboth { clear: both; }
#SfMessBodyMid .must, #SfMessBodyMid .ignore, #SfMessBodyMid .other { padding-left: 20px; background: url(/images/other.gif) no-repeat; }
#SfMessBodyBottom { width: 220px; height: 22px; line-height: 22px; padding: 0px; margin-top: 10px; }
#SfMessSubmit { width: 40px; background: url(/images/send.gif); color: #fff; border: 0; height: 22px; padding: 0px; float: right; }
#SfMessCopy { float: left; height: 22px; line-height: 22px; margin-left: 10px; font-size: 13px; font-weight: bold; color: #666666; padding-left: 25px; background: url(/images/sign.png) left top no-repeat; }
.SfMessTip { display: none; }
#SfMessBodyFoot { display: none; }


/*内页*/
.meddle{ width:100%; background:#f5f5f5; overflow:hidden; padding:0 0 35px 0;}
.weizhi{ width:1176px; height:36px; line-height:36px; border-bottom:1px #dedede solid; border-left:8px #83c750 solid; margin:35px auto 0 auto; padding-left:16px; color:#7aad38; font-size:24px;}
.weizhi a{ color:#7aad38;}
.weizhi span{ color:#666666; font-size:12px; float:right;}
.weizhi span a{ color:#666666;}
.left_bo{ width:1200px; overflow:hidden;}
.left_bo ul li{ width:170px; height:57px; display:block; background:url(../images/cur.jpg) no-repeat; text-align:center; float:left; line-height:46px; margin:0 16px 16px 16px;}
.left_bo ul li a{ width:170px; height:57px; display:block;}
.left_bo ul li a:hover, .left_bo ul li .cur{ background:url(../images/cur_ed.jpg) no-repeat; width:170px; height:57px; display:block; color:#FFF;}
.right_bottom{ width:1200px; overflow:hidden; margin-top:20px;}


/*Article List*/
.arList li { border-bottom: 1px solid #d5d5d6; margin-bottom: 15px; line-height: 26px; padding-bottom:10px; }
.arList li h3 { font-size: 18px; font-weight: normal; line-height: 44px; color: #333333; }
.arList li img { width: 107px; height: 80px; float: left; padding-right: 15px; }
.arList .newsl { float: left; width: 1087px; }
.newsr h2 { font-size: 35px; line-height: 32px; padding-top: 16px; }
.newsr { width: 85px; height: 80px; float: right; background: #e3e3e3; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 16px; }
/*Article Content*/
.arTitle, .arDate, .arKeywords, .arContent { clear: both; }
.arTitle { line-height: 36px; text-align: center; color: Black; }
.arDate { height: 24px; line-height: 24px; text-align: center; }
.arDate span { padding-left: 25px; }
.arDate span i { font-style: normal; color: #83c750; }
.arKeywords { height: 24px; margin: 6px auto; line-height: 24px; color: #83c750; }
.arContent { margin: 10px auto; color: #333; border-bottom: 1px solid #ccc; padding-bottom: 25px; }
.arContent P { font-size: 14px; line-height: 180%; }
.nodata{ width:auto; overflow:hidden; clear:both;}
/*Exhibit List*/
.ExhibitTagList { clear: both; margin: 0 auto; padding: 20px 0;}
.ExhibitTagList li { float: left; width:190px; margin:10px 14px;text-align: center; border: 1px solid #e4e4e4; }
.ExhibitTagList li:hover, .ExhibitTagList li:hover div.ImageTitle{background:#83c750;color:#fff; display:block;}
.ExhibitTagList li div.ImageTitle{height:25px;line-height:25px;text-align:center;background:#fff; overflow:hidden;}
.ExhibitTagList li img { padding: 5px; width:180px; height:137px; }
.ExhibitTagList li p{height:25px;line-height:25px; overflow:hidden;}

.ExhibitList { clear: both; margin: 0 auto; }
.ExhibitList li { float: left; width: 255px; margin: 0 10px 20px 10px; text-align: center; border: 1px solid #e4e4e4; }
.ExhibitList li:hover, .ExhibitList li:hover div.ImageTitle { background: #83c750; color: #fff; display: block; }
.ExhibitList li div.ImageTitle { height: 25px; line-height: 25px; padding-bottom:5px; text-align: center; background: #fff; overflow: hidden; }
.ExhibitList li img { padding: 5px; width:245px; height:187px; }
.ExhibitList li p { height: 25px; line-height: 25px; overflow: hidden; }
/*Product Index*/
.picl { width:1200px; }
.piclItem { float: left; width: 512px; margin: 10px 10px; background-color: #f7f7f7; border: 1px solid #d5d5d5; border-radius: 5px; }
.piclClassImage { float: left; display: inline; margin: 15px 10px; padding: 5px; border: 1px solid #cccccc; }
.piclClassInfo { float: right; width: 334px; margin-top: 15px; }
.piclClassTitle { height: 20px; line-height: 20px; }
.piclClassTop3 { margin-top: 3px; }
.piclClassTop3 li { width: 334px; height: 24px; line-height: 24px; text-indent: 6px; }
.piclClassTop3 li a { padding-left: 5px; font-size: 14px; }
.piclClassOther { width: 314px; margin-top: 3px; text-align: center; font-size: 12px; color: #666666; background-color: #EEEEEE; border: 1px solid #999999; }
/*Product List*/
.pdTitle h2 { font-size: 18px; }
.ProductList { margin: 0 auto; }
.pdListItem { width: 825px; height: 164px; margin-top: 10px; border-bottom: 1px dotted #ccc; margin-bottom: 18px; }
.pdImage { float: left; display: inline; width: 180px; height: 135px; margin: 14px 0px 0px 10px; border: 1px solid #cccccc; }
.pdInfo { float: right; display: inline; width: 590px; height: 115px; margin-top: 17px; margin-right: 10px; }
.pdListItem:hover .prolistmo { border: 1px solid #83c750; }
.pdListItem:hover .prolistmo a { color: #83c750; }
.pdListItem:hover .pdTitle a { color: #83c750; }
.pdListItem:hover .pdImage { border: 1px solid #83c750; }
.pdInfo .pdTitle { height: 22px; line-height: 12px; }
.pdInfo .pdTitle a { font-size: 16px; font-weight: bold; color: #656565; }
.pdInfo .pdTitle .ProSubTitle { display: none; color: Red; font-size: 12px; }
.pdInfo .pdOverview { height: 66px; line-height: 22px; margin-top: 3px; }
.pdInfo .pjlistmo { margin-top: -10px; }
.prolistmo { width: 97px; height: 28px; line-height: 28px; color: #666; font-size: 14px; border: 1px solid #ccc; text-align: center; float: right; margin-top: 10px; }
.pdInfo .pdQuickButton { float: right; clear: both; height: 20px; margin-top: 4px; }
.pdInfo .pdQuickButton li { float: left; width: 73px; height: 20px; margin-left: 10px; }
.bpi, .bpv, .bpc, .bpd, .bpj { display: none; }
/*proa*/
.proa li{ border-bottom:1px dotted #ccc; float:left; padding:10px; margin-bottom:30px; position: relative; width:1098px; height:140px;}
.proa li a.proa{  margin-right:20px; width:180px; height:135px; position:absolute; top:10px;}
.proa li a img{width:180px; height:135px;}
.proa li h2 a{ color:#444; font-size:16px; position:absolute; left:220px; top:10px;}
.proa li p{ position:absolute;left:220px; top:40px;width:910px; height:65px; color:#666; font-size:13px; line-height:1.8;}
.proa li a.more{ position:absolute; right:60px; top:110px; padding:5px 10px; border:1px solid #ccc; color:#444;}
.proa li:hover a{ border-color:#83c750;-webkit-transition: all .5s;transition: all .5s; }
.proa li:hover{ background:#f4f4f4;-webkit-transition: all .5s;transition: all .5s; }
.proa li:hover h2{ color:#83c750;-webkit-transition: all .5s;transition: all .5s; }

/*Product Content*/
.ProductBox { clear: both; width: 710px; height: 197px; margin: 10px auto; }
.ProductBox .ImageBox { float: left; display: inline; width: 220px; height: 150px; margin-left: 10px; margin-top: 16px; }
.ProductBox .InfoBox { float: right; display: inline; width: 460px; height: 150px; margin-right: 10px; margin-top: 16px; line-height: 22px; }
.ProductBox .InfoBox .pdTitle { height: 22px; }
.ProductBox .InfoBox .pdKeywords { height: 22px; }
.ProductBox .InfoBox .pdOverview { height: 88px; }
.ProductBox .OrderBox { display: block; width: 155px; height: 42px; float: right; margin-top: -11px; margin-right: 10px; }
.ProductButton { clear: both; width: 710px; height: 38px; margin: 10px auto; }
.ProductButton li { float: left; }
.ProductInfo { clear: both; width: 710px; margin: 10px auto; }
.BoxHeader { width: 710px; height: 7px; }
.BoxFooter { width: 710px; height: 7px; }
.BoxBody { clear: both; padding: 10px; border-bottom: 1px solid #ccc; }
.RelatedProduct { clear: both; width: 710px; margin: 10px auto; }
.rpTitle { float: left; width: 40px; height: 50px; margin-left: 10px; background-color: #a10200; color: #ffffff; line-height: 25px; text-align: center; }
.rpList { width: 250px; float: left; margin: 0 20px; }
.rpList li { width: 250px; height: 24px; border-bottom: 1px dashed #cccccc; line-height: 24px; text-indent: 6px; }
.RelatedInfo { clear: both; width: 710px; margin: 10px auto; }
.riTop { height: 20px; border-bottom: 1px solid #cccccc; line-height: 20px; }
.riTitle { float: left; }
.riMore { float: right; }
.riLeft { margin-top: 10px; }
.riList li { width: 44%; height: 24px; border-bottom: 1px dashed #cccccc; line-height: 24px; text-indent: 10px; float: left; margin: 0 3%; }
/*Project List*/
.ProjectList { width: 710px; margin: 0 auto; }
.pjListItem { width: 710px; height: 149px; margin-top: 10px; }
.pjImage { float: left; display: inline; width: 180px; height: 135px; margin: 17px 0px 0px 10px; padding: 5px; border: 1px solid #cccccc; }
.pjInfo { float: right; display: inline; width: 660px; height: 115px; margin-top: 17px; margin-right: 10px; }
.pjInfo .pjTitle { margin: 5px 0; }
.pjInfo .pjTitle h3 { color: #83c750; font-size: 24px; }
.pjInfo .pjTitle a { font-size: 16px; text-decoration: none; font-weight: bold; }
.pjInfo .pjCustomer { height: 24px; line-height: 24px; }
.pjInfo .pjClass { height: 24px; line-height: 24px; }
.pjInfo .pjOverview { height: 72px; line-height: 24px; }
/*Project Content*/
.ProjectBox { height: 175px; margin: 10px auto; border-bottom: 1px solid #ccc; }
.ProjectContent { margin: 10px auto; }
/*Equipment*/
.equipment { width: 500px; height: 314px; margin: 20px auto; background-repeat: no-repeat; }
.equipment a { display: block; width: 201px; height: 59px; }
.e_button { float: left; width: 201px; height: 59px; margin-right: 32px; }
.e_button_1 { float: left; width: 201px; height: 59px; margin-left: 8px; }
.e_position { margin-left: 29px; padding-top: 63px; }
.e_position_1 { margin-left: 29px; margin-top:90px; }
/*Product&Project List SubTitle&Hot*/
.SubTitle { display: none; color: Red; font-size: 12px; }
.HotImage { display: none; }
.shareurl { margin-top: 10px; line-height: 28px; }
/*Prev Next*/
.FastMove { clear: both; margin: 10px auto; }
.FastMove .Prev, .FastMove .Next { height: 30px; line-height: 30px; }
/*PageBar*/
.PageBar { clear: both; width: 710px; height: 54px; margin: 20px auto 10px auto; font-size: 12px; text-align: center; }
.PageButtons { height: 28px; }
.PageButtons span, .PageButtons a { height: 26px; line-height: 26px; text-decoration: none; border: 1px solid #CCCCCC; padding: 4px 6px; }
.PageButtons span { color: #ffffff; background-color: #CCCCCC; }
.PageButtons a { color: #333333; }
.PageButtons a:hover { background-color: #FFFF99; }
.PageInfo { height: 24px; line-height: 24px; }
.disabled { display: none; }
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license 弹出层 */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 44px; height: 44px; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; }
.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; /* helps IE */ -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; }
.fancybox-prev span { left: 10px; background-position: 0 -36px; }
.fancybox-next span { right: 10px; background-position: 0 -72px; }

.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; }
/* Overlay helper */

.fancybox-lock { overflow: hidden; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }
/* Title helper */

.fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; position: relative; text-shadow: none; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); }
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 图片点击放大
 */
#jquery-overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; }
#jquery-lightbox { position: absolute; top: 0; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box { position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#lightbox-container-image { padding: 10px; }
#lightbox-loading { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#lightbox-nav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none; }
#lightbox-nav-btnPrev, #lightbox-nav-btnNext { width: 49%; height: 100%; zoom: 1; display: block; }
#lightbox-nav-btnPrev { left: 0; float: left; }
#lightbox-nav-btnNext { right: 0; float: right; }
#lightbox-container-image-data-box { font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding: 0 10px 0; }
#lightbox-container-image-data { padding: 0 10px; color: #666; }
#lightbox-container-image-data #lightbox-image-details { width: 70%; float: left; text-align: left; }
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber { display: block; clear: left; padding-bottom: 1.0em; }
#lightbox-secNav-btnClose { width: 66px; float: right; padding-bottom: 0.7em; }
/*产品内页集锦切图*/
.slides_container { float: left; width: 180px; overflow: hidden; }
.slides_container a { width: 180px; height: 150px; display: block; }
.slides_container a img { display: block; }
#slides .next, #slides .prev { float: left; width: 20px; height: 96px; display: block; margin-top: 32px; text-align: center; }
/*产品弹出窗口内的集锦图*/

.ad-gallery div { overflow: hidden; }
.ad-gallery { width: 600px; }
.ad-gallery, .ad-gallery * { margin: 0; padding: 0; }
.ad-gallery .ad-image-wrapper { width: 100%; height: 400px; margin-bottom: 10px; position: relative; overflow: hidden; }
.ad-gallery .ad-image-wrapper .ad-loader { position: absolute; z-index: 10; top: 48%; left: 48%; border: 1px solid #CCC; }
.ad-gallery .ad-image-wrapper .ad-next { position: absolute; right: 0; top: 0; width: 25%; height: 100%; cursor: pointer; display: block; z-index: 200; }
.ad-gallery .ad-image-wrapper .ad-prev { position: absolute; left: 0; top: 0; width: 25%; height: 100%; cursor: pointer; display: block; z-index: 200; }
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image { width: 30px; height: 30px; display: none; position: absolute; top: 47%; left: 0; z-index: 101; }
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image { width: 30px; height: 30px; right: 0; left: auto; }
.ad-gallery .ad-image-wrapper .ad-image { position: absolute; overflow: hidden; top: 0; left: 0; z-index: 9; }
.ad-gallery .ad-image-wrapper .ad-image a img { border: 0; }
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description { position: absolute; bottom: 0px; left: 0px; padding: 7px; text-align: left; width: 100%; z-index: 2; color: #000; }
* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description { background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale );
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title { display: block; }
.ad-gallery .ad-controls { height: 20px; }
.ad-gallery .ad-info { float: left; }
.ad-gallery .ad-slideshow-controls { float: right; }
.ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop { padding-left: 5px; cursor: pointer; }
.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown { padding-left: 5px; font-size: 0.9em; }
.ad-gallery .ad-slideshow-running .ad-slideshow-start { cursor: default; font-style: italic; }
.ad-gallery .ad-nav { width: 100%; position: relative; }
.ad-gallery .ad-forward, .ad-gallery .ad-back { position: absolute; top: 0; height: 100%; z-index: 10; }
/* IE 6 doesn't like height: 100% */
* html .ad-gallery .ad-forward, .ad-gallery .ad-back { height: 100px; }
.ad-gallery .ad-back { cursor: pointer; left: -20px; width: 13px; display: block; }
.ad-gallery .ad-forward { cursor: pointer; display: block; right: -20px; width: 13px; }
.ad-gallery .ad-nav .ad-thumbs { overflow: hidden; width: 100%; }
.ad-gallery .ad-thumbs .ad-thumb-list { float: left; width: 9000px; list-style: none; }
.ad-gallery .ad-thumbs li { float: left; padding-right: 5px; }
.ad-gallery .ad-thumbs li a { display: block; }
.ad-gallery .ad-thumbs li a img { border: 3px solid #CCC; display: block; }
.ad-gallery .ad-thumbs li a.ad-active img { border: 3px solid #616161; }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads { position: absolute; left: -9000px; top: -9000px; }
/*products*/
.mar_con { border: 1px solid #ccc; border-radius: 5px; padding: 20px 10px; }
/*产品详情页图片集锦效果*/
.right-extra .mt { height: 28px; line-height: 28px; padding: 0 10px 8px; border-top: 1px solid #EED97C; color: #c00; }
.right-extra .tab { border-bottom: 2px solid #BE0000; margin-bottom: 10px; }
.right-extra .tab li { position: relative; height: 24px; padding: 3px 12px 0; overflow: hidden; margin-right: 3px; line-height: 24px; font-size: 14px; font-weight: bold; color: #c30; }
.right-extra .tab span { position: absolute; left: 0; top: 0; z-index: 1; width: 10px; height: 27px; }
.right-extra .tab a { float: none; color: #c30; }
.right-extra .tab .curr { background-position: right -178px; color: #fff; }
.right-extra .tab .curr span { background-position: 0 -178px; }
.right-extra .tab .curr a { color: #fff; }
.right-extra .mc .extra { padding: 5px 10px; border-top: 1px solid #F3E6C6; }
.right-extra .total { float: right; }
.right-extra .total strong { color: #FF7403; }
.right-extra .total a:link, .right-extra .total a:visited { color: #005aa0; }
.right-extra .join a:link, .right-extra .join a:visited { color: #FF7604; }
.right-extra .norecode { padding: 0 10px 10px; }
.right-extra .iloading { margin-bottom: 10px; }
/*图片放大镜样式*/
.jqzoom { float: left; border: none; position: relative; padding: 0px; cursor: pointer; margin: 0px; display: block; }
.zoomdiv { z-index: 100; position: absolute; top: 0px; left: 0px; width: 350px; height: 263px; background: #ffffff; border: 1px solid #CCCCCC; display: none; text-align: center; overflow: hidden; }
.jqZoomPup { z-index: 10; visibility: hidden; position: absolute; top: 0px; left: 0px; width: 20px; height: 20px; border: 1px solid #aaa; background: #ffffff; opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; filter: alpha(Opacity=50); }
/*图片小图预览列表*/
.spec-preview { width: 360px; height: 270px; border: 1px solid #DFDFDF; }
.spec-scroll { clear: both; margin-top: 5px; width: 362px; }
.spec-scroll .prev { float: left; margin-right: 4px; }
.spec-scroll .next { float: right; }
.spec-scroll .prev, .spec-scroll .next { display: block; font-family: "宋体"; text-align: center; width: 10px; height: 42px; line-height: 42px; border: 1px solid #CCC; background: #EBEBEB; cursor: pointer; text-decoration: none; }
.spec-scroll .items { float: left; position: relative; width: 322px; height: 44px; overflow: hidden; }
.spec-scroll .items ul { position: absolute; width: 999999px; height: 44px; }
.spec-scroll .items ul li { float: left; width: 64px; text-align: center; }
.spec-scroll .items ul li img { border: 1px solid #CCC; padding: 2px; width: 50px; height: 38px; cursor: pointer; }
.spec-scroll .items ul li img:hover { border: 2px solid #FF6600; padding: 1px; cursor: pointer; }
.InfoBox { float: right; display: inline; width: 762px; height: 314px; margin-top: 6px; line-height: 22px; position: relative; }
.InfoBox .pdTitle { font-size: 24px; font-weight: bold; color: #83c750; margin: 12px 0; }
.pdKeywords { color: #4a4a4a; font-size: 12px; margin-bottom: 6px; }
.pdClass, .pdClass a { margin-bottom: 6px; }
.pdOverview { }
.pdpromo { width: 100px; height: 36px; line-height: 36px; background: #83c750; text-align: center; font-size: 14px; position: absolute; bottom: 10px; right: 0; }
.xggc { width: 100px; height: 36px; line-height: 36px; background: #83c750; text-align: center; font-size: 14px; position: absolute; bottom: 10px; right: 135px; }
.pdpromo a, .xggc a { color: #fff; }
.right-extra { float: left; width:385px;}
/*产品详情页*/
.ny_detail { padding: 10px 0px 0px; }
.detail_tit { text-align: center; line-height: 30px; color: #999; }
.detail_tit h2 { color: #000; font-size: 24px; line-height: 45px; text-align: center; overflow: hidden; font-family: "微软雅黑"; }
.ArticleKeywords { height: 24px; line-height: 24px; text-indent: 10px; color: #007ee0; border-bottom: dashed 1px #858585; }
.cptp { text-align: center; padding: 20px 0; }
.detail_wz { line-height: 24px; margin: 10px auto; line-height: 24px; color: black; }
.page2 p { height: 30px; line-height: 30px; padding: 0 10px; display: block; font-weight: 200; }
.page2 p a { color: #33afb5; }
.but_tit { height: 30px; border-bottom: 2px solid #ccc; line-height: 30px; margin-top: 25px; }
.but_tit span { display: block; width: 114px; height: 30px; line-height: 30px; color: #fff; background: #83c750; text-align: center; }
.but_tit span em { width: 6px; height: 14px; background-color: #fff; display: inline-block; vertical-align: middle; margin: -3px 5px 0 0; }
.ljcg ul li b { display: block; width: 95px; height: 22px; float: left; color: #666; line-height: 20px; font-weight: normal; overflow: hidden; text-align: right; }
.ljcg { width: 630px; height: auto; padding: 10px 0 0 30px; overflow: hidden; }
.ljcg ul li em { font-style: normal; color: #999; font-size: 12px; line-height: 20px; padding-left: 10px; overflow: hidden; }
.mri02m_dd { width: 280px; height: 20px; border: 1px solid #D3D4D3; font-size: 12px; padding: 0px 2px; overflow: hidden; margin-left: 5px; }
.mri02m_ly { width: 400px; height: 70px; border: 1px solid #D3D4D3; padding: 0px 2px; overflow: auto; color: #B9B9B9; font-size: 12px; line-height: 22px; margin-left: 5px; }
.ljcg ul li { padding: 0px 0px 5px; }
.mri02m_tj { width: 58px; height: 25px; margin: 8px 0px; color: #FFF; font-size: 12px; line-height: 25px; text-align: center; background: #118cda; j;
overflow: hidden; cursor: pointer; border: none; }
.xgwz ul { padding: 25px 0; overflow:hidden; }
.xgwz ul li { height: 28px; line-height: 28px; text-indent: 12px; border-bottom: 1px dashed #cecece; overflow: hidden; width: 48%; float: left; margin: 0 1%; }
.xgwz ul li span { float: right; }
.zxpro_con { width: 708px; padding: 15px 0 0 0px; }
.zxpro_con li { float: left; margin: 0 15px; overflow: hidden; text-align: center; }
.zxpro_con li span { display: block; height: 30px; line-height: 30px; text-align: center; width: 206px; overflow: hidden; }
.zxpro_con li img { padding: 2px; border: 1px solid #cecece; }
.zxpro_con li a { display: block; height: 175px; line-height: 34px; }
.zxcp li { }
/*zdd*/
.ztitle { border-bottom: 1px solid #ccc; margin-top: 20px; overflow:hidden;}
.ztitle span { float: left; display: block; width: 100px; height: 40px; line-height: 40px; text-align: center; color: #83c750; font-size: 20px; background: #f0f0f0; font-size: 14px; margin: 0 4px 0 0; cursor: pointer; }
.ztitle span a { color: #83c750; cursor: pointer; }
.ztitle span.tithov, .ztitle span.tithov a { background: #83c750; color: #fff; }
.zntit_con { display: none; margin: 20px 0; border-bottom: 1px solid #ccc; padding-bottom: 20px; overflow:hidden; }
.zntit_con p { font-size: 14px; color: #333; line-height: 24px; }
.zntit_con1 { display: block; }
