﻿@charset "utf-8";
body { font-family: "微软雅黑", arial; color: #606060; font-size: 14px; line-height: 24px; min-width: 1200px; background:#FFF;}
html, body, div, p, span, object, h1, h2, h3, h4, h5, h6, blockquote, q, pre, a, em, img, strong, dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, footer, header, nav { margin: 0; padding: 0; }
* { margin: 0; list-style: none; padding: 0; }
footer, header, nav { display: block; }
ul li { list-style: none; }
img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
a { color: #606060; 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: #0ca4d3; 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; }
.pt40 { padding-top: 40px; }
.pt60 { padding-top: 60px; }
.main { width: 1200px; margin: 0 auto; overflow: hidden; }

/*header*/
.header{ width:1200px; height:94px; background:#FFF; margin:0 auto;}
.header .logo{ width:auto; height:61px; float:left; margin-top:16px;}
.header .logo dt{ width:86px; height:61px; float:left;}
.header .logo dd{ width:auto; height:61px; float:left; margin-left:10px;}
.header .logo dd h1{ color:#353535; font-size:28px; padding-top:10px; }
.header .logo dd p{ font-size:15px; color:#515151; padding-top:5px; letter-spacing:0.3px;}
.header .stmenu1 { width: 244px; position: relative; overflow: visible; z-index: 99; margin-top: 28px; float:right; }
.header .stmenu1 a.xialaguang { display: inline-block; height: 36px; line-height: 36px; width: 230px; border: 1px #e5e5e5 solid; color: #0ca4d3; border-radius: 10px; background: url(../images/ioc3.png) no-repeat 215px center #FFF; padding-left: 12px; }
.header .stmenu1 a:hover.xialaguang { background: url(../images/ioc4.png) no-repeat 215px center #FFF; }
.header .stmenu1 .children { display: none; position: absolute; top: 37px; left: 0; width: 240px; background: #FFF; z-index: 99; border: 1px #e5e5e5 solid; border-bottom: none; }
.header .stmenu1 .children a { width: 230px; padding: 5px; display: block; text-align: center; border-bottom: 1px #dcdcdc solid; }

.header .h_right{ width:280px; overflow:hidden; float:right; margin-right:12px;}
.header .h_right .phone{ font-size:16px; font-weight:bolder; background:url(../images/phone.jpg) no-repeat left center; padding-left:32px; margin-top:5px;}
.header .h_right .sea { width: 280px; height: 33px; margin: 5px 0 0 0; }
.header .h_right .sea .search_txt { width: 220px; height: 31px; line-height: 31px; float: left; color: #999; font-size: 12px; border: 0; background: #FFF; padding:0 10px; border:1px #dcdcdc solid; border-right:none;}
.header .h_right .sea .search_btn { border: 0; cursor: pointer; width: 39px; height: 33px; background:url(../images/ser_btn.jpg) no-repeat;}
/*主导航菜单*/
.box { width: 100%; height: 48px; background:#0ca4d3;}
.box #nav-menu { width: 1200px; height: 48px; margin: 0 auto; }
.box #nav-menu .container { position: relative; overflow: visible; z-index: 99; }
.box #nav-menu .menu li { position: relative; float: left; width: 171px; display: inline; }
.box #nav-menu .menu li h3 { display: inline-block; float: left; font-weight: normal; font-size: 14px; }
.box #nav-menu .menu li a.xialaguang { display: inline-block; height: 48px; width: 171px; text-align: center; line-height: 48px; color: #FFF; }
.box #nav-menu .menu li a.navhover, #nav-menu .menu li a.xialaguang:hover { cursor: pointer; background:#eec562; color:#FFF; }
.box #nav-menu .menu ul.children { display: none; position: absolute; top: 48px; left: 0; width: 171px; line-height: normal; z-index: 9999; background: #eec562; }
.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: 161px; overflow: hidden; display: block; text-align: center; padding: 10px 5px; background: #eec562; font-size: 13px; color: #FFF; }
.box #nav-menu .menu ul.children li a:hover { background: #0ca4d3; color: #FFF; }
/*幻灯片*/
.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); }
/* 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: #ffffff; *display: inline;
*zoom: 1;
border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.owl-pagination .active { background: #e77817; }
.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; }
}
/*产品展示*/
.tit{ width:100%; overflow:hidden; text-align:center; margin-top:40px;}
.tit .title{ color:#0ca4d3; font-size:24px; background:url(../images/tit1.png) no-repeat center bottom; padding-bottom:14px;}
.tit p{ font-size:16px; letter-spacing:2px; padding-top:12px;}
.cplb{ width:1200px; height:30px; margin:0 auto; padding-top:25px;}
.cplb dl{ width:auto; height:28px; line-height:28px; float:left; border:1px #0ca4d3 solid; margin:0 10px;}
.cplb dl dt{ width:29px; height:28px; float:left; background:#0ca4d3; color:#FFF; text-align:center;}
.cplb dl dd{ width:auto; float:left; margin-left:14px; padding-right:14px;}
.cplb dl a dd{ color:#0ca4d3;}
#scroll { width: 1200px; overflow: hidden; margin:0 auto; padding-top:30px;}
#scroll_box { float: left; width: 800%; }
#scroll_begin { float: left; }
#scroll_end { float: left; }
.ihot ul li{ width:290px; height:294px; display:block; float:left; margin:0 20px;}
.ihot ul li a{ width:290px; height:294px; display:block; position:relative;}
.ihot ul li a .cp1{ width:290px; height:294px; display:block; position:absolute; z-index:0;}
.ihot ul li a .cp1 dt{ width:288px; height:216px; border:1px #dcdcdc solid; margin-top:30px;}
.ihot ul li a .cp1 dd{ height:30px; line-height:30px; background:url(../images/line1.jpg) no-repeat center bottom; text-align:center; padding-bottom:16px;}
.ihot ul li a .cp2{ display:none;}
.ihot ul li a:hover .cp1 dt{ margin-top:0;}
.ihot ul li a:hover .cp1 dd { display:none;}
.ihot ul li a:hover .cp2{ width:290px; height:294px; display:block; position:absolute; z-index:10; background:url(../images/bg.png) repeat;}
.ihot ul li a:hover .cp2 .cpx{ border:1px #FFF solid; border-bottom:none; width:227px; height:162px; color:#FFF; margin:16px 16px 0 16px; padding:14px 15px 0 14px; }
.ihot ul li a:hover .cp2 .cpx i{ font-style:normal; font-size:12px;}
.ihot ul li a:hover .cp2 p{ width:290px; height:43px; background:url(../images/line2.jpg) no-repeat center 38px #0ca4d3; display:block; text-align:center; color:#FFF; padding-top:10px;}
.ihot ul li a:hover .cp2 span{ width:290px; height:48px; line-height:48px; text-align:center; background:#efc563; color:#FFF; display:block;}
/*about*/
.about{ width:100%; overflow:hidden; background:url(../images/bg.jpg) repeat-x top #FFF; margin-top:35px;}
.about .a_img{ width:391px; height:275px; float:left;}
.about .a_txt{ width:398px; height:205px; float:left; background:#0ca4d3; color:#FFF; padding:35px 25px; position:relative;}
.about .a_txt .tit1{ font-size:18px;}
.about .a_txt p{ font-size:13px; padding-top:10px;}
.about .a_txt .more{ display:block; position:absolute; right:25px; bottom:35px; color:#FFF;}
.about .ryzz{ width:286px; height:229px; float:left; background:#e0e0e0; padding:23px 37px;}
.about .ryzz .flexslider { position: relative; height: 197px; overflow: hidden; }
.about .ryzz .slides { position: relative; z-index: 1; }
.about .ryzz .slides li { height: 197px; }
.about .ryzz .slides li a { display: block; width: 100%; height: 197px; }
.about .ryzz .slides li a img { width: 286px; height: 197px; margin-top:33px; }
.about .ryzz .flex-control-nav { position: absolute; top: 0; z-index: 2; width: 100%; text-align: right; }
.about .ryzz .flex-control-nav li { display: inline-block; width: 14px; height: 14px; margin: 0 5px; *display:inline; zoom: 1; }
.about .ryzz .flex-control-nav a { display: inline-block; width: 14px; height: 14px; line-height:40px; overflow: hidden; background: url(../images/dot.png) right 0 no-repeat; cursor: pointer; }
.about .ryzz .flex-control-nav .flex-active { background-position: 0 0; }
/*我们的服务*/
.fw_l{ width:164px; height:116px; float:left; position:relative;}
.fw_l .tit2{ font-size:24px; color:#444444;}
.fw_l p{ width:157px; height:36px; line-height:36px; display:block; position:absolute; bottom:38px; background:#43a8c6; color:#FFF; font-family:Arial; font-size:22px; font-weight:bolder; padding-left:7px; text-transform:uppercase;}
.fw_l span{ width:30px; height:3px; display:block; position:absolute; bottom:0; background:#444;}
.fw_r{ width:908px; height:116px; float:right;}
.fw_r dl{ width:88px; height:116px; float:left; padding-left:63px;}
.fw_r dl dt{ width:86px; height:86px; border:1px #c5c5c5 solid; border-radius:50px;}
.fw_r dl dt img{ width:58px; height:41px; margin:22px auto; display:block;}
.fw_r dl dd{ width:88px; text-align:center; font-weight:bold;}
/*case*/
.case{ width:100%; background:url(../images/case.jpg) no-repeat center top #FFF; color:#FFF; margin-top:45px; padding-bottom:30px;}
.case .title{ font-size:24px; text-align:center; color:#eec562; padding-top:45px;}
.case .zhaiyao{ font-size:16px; letter-spacing:2px; padding-top:20px; color:#FFF; text-align:center;}
.case .case_bo{ width:1200px; overflow:hidden; margin:0 auto; padding-top:70px;}
.case .case_bo .case1{ width:235px; height:177px; text-align:center; float:left; margin-right:5px;}
.case .case_bo .case1 h3{ font-size:16px; padding-top:100px;}
.case .case_bo .case1 p{ font-size:14px;}
.case .case_bo dl{ width: 230px; height: 170px; float: left; display: block; position: relative; margin: 0 2px 4px 2px; border:3px #FFF solid; }
.case .case_bo dl a { width: 230px; height: 170px; display: block; }
.case .case_bo dl a dt { width: 230px; height: 170px; position: absolute; z-index: 0; }
.case .case_bo dl a dd { width: 230px; height: 100px; position: absolute; z-index: 10; background:url(../images/bg.png) repeat; color: #FFF; text-align: center; padding-top: 70px; }
.case .case_bo dl a:hover dd { background:url(../images/hy_ed.png) no-repeat center; width: 230px; height: 80px; padding-top: 90px; font-weight: bolder; }
.case .case_bo .ckgd a{ width:96px; height:36px; line-height:36px; float:left; background:url(../images/more.jpg) no-repeat; display:block; padding:70px;}
/*设备展示*/
.sbnw{ width:100%; background:#f5f5f5; overflow:hidden; padding:45px 0; margin-top:50px;}
.sbnw .gssb{ width:412px; overflow:hidden; float:left;}
.sbnw .gssb .gssb_top{ width:412px; height:27px; line-height:27px;}
.sbnw .gssb .gssb_top span a{ width:27px; height:27px; border-radius:20px; background:#0ca4d3; color:#FFF; display:block; float:right; text-align:center;}
.sbnw .gssb .gssb_top .top{ font-size:18px; float:left;}
.sbnw .gssb .cpzs_bo { width: 412px; height: 271px; float: left; margin-top: 11px; }
.sbnw .gssb .cpzs_bo .process { width: 412px; position: relative; min-width: 412px; top: 0; height: 271px; }
.sbnw .gssb .cpzs_bo .slidegrid { float: left; position: relative; overflow: hidden; }
.sbnw .gssb .cpzs_bo .slideitems { width: 20000em; position: absolute; }
.sbnw .gssb .cpzs_bo .slideitems li { float: left; }
.sbnw .gssb .cpzs_bo .process .mainPhoto { width: 412px; height: 271px; margin: 0 auto; position: relative; }
.sbnw .gssb .cpzs_bo .process .mainPhoto span.goleft, .process .mainPhoto span.goright { display: block; position: absolute; bottom: 0px; z-index: 10; right:0; }
.sbnw .gssb .cpzs_bo .process .mainPhoto span.goleft a, .cpzs_bo .process .mainPhoto span.goright a { width: 39px; height: 29px; line-height:29px; display: block; text-align: center; background: #0ca4d3; color: #FFF; }
.sbnw .gssb .cpzs_bo .process .mainPhoto span.goleft a:hover, .cpzs_bo .process .mainPhoto span.goright a:hover { background: #eec562; color: #FFF; }
.sbnw .gssb .cpzs_bo .process .mainPhoto span.goleft { right: 40px; }
.sbnw .gssb .cpzs_bo .process .mainPhoto span.goright { right: 0px; }
.sbnw .gssb .cpzs_bo .process .mainPhoto .go { width: 412px; height: 271px; position: relative; left: 0px; overflow: hidden }
.sbnw .gssb .cpzs_bo .process .mainPhoto .go li { width: 412px; height: 271px; float: left; }
.sbnw .gssb .cpzs_bo .process .mainPhoto .go li img { width: 412px; height: 271px; }
/*新闻*/
.hy { width: 738px; position: relative; height: 320px; float:right; }
.hy_top { width: 738px; height: 27px; padding-bottom:9px; border-bottom:1px #dcdcdc solid; }
.hy_top ul { width: 680px; height: 27px; float: left; }
.hy_top ul li { width:84px; height: 27px; display: block; line-height: 27px; float: left; }
.hy_top ul li a { width:84px; display: block; font-size:18px; font-weight:bolder; }
.hy_top ul li a:hover, .hy_top ul .cur a { color: #0ca4d3; }
.hy_con { width: 738px; height: 270px; padding-top: 12px;}
.hy_con .news1{ width: 738px; height:117px;}
.hy_con .news1 dt{ width:206px; height:117px; float:left;}
.hy_con .news1 dd{ width:512px; height:95px; float:right; padding-top:22px;}
.hy_con .news1 dd h3 a{ font-size:14px; font-weight:bold; color:#0ca4d3;}
.hy_con .news1 dd span{ float:right; color:#646464;}
.hy_con .news1 dd p{ font-size:14px; color:#646464; padding-top:10px;}
.hy_con ul{ width: 738px; overflow:hidden; margin-top:11px;}
.hy_con ul li{ height:50px; line-height:50px; border-top:1px #bfbfbf dashed;}
.hy_con ul li span{ float:right;}
/*合作伙伴*/
.hzhb_bo { width: 1260px; height: 72px; margin:0 auto; padding-top:24px;}
.hzhb_bo .process { width: 1260px; position: relative; min-width: 1260px; top: 0; height: 72px; }
.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: 1260px; height: 72px; margin: 0 auto; position: relative; }
.hzhb_bo .process .mainPhoto span.goleft, .hzhb_bo .process .mainPhoto span.goright { display: block; position: absolute; top: 30px; z-index: 10; }
.hzhb_bo .process .mainPhoto span.goleft a, .hzhb_bo .process .mainPhoto span.goright a { width: 30px; height: 14px; line-height:14px; display: block;}
.hzhb_bo .process .mainPhoto span.goleft a:hover, .hzhb_bo .process .mainPhoto span.goright a:hover { color: #0ca4d3; }
.hzhb_bo .process .mainPhoto span.goleft { left: 0; }
.hzhb_bo .process .mainPhoto span.goright { right: 0px; }
.hzhb_bo .process .mainPhoto .go { width: 1200px; height: 72px; position: relative; left: 24px; overflow: hidden }
.hzhb_bo .process .mainPhoto .go li { width:auto; height: 72px; float: left; margin:0 6px; }
.hzhb_bo .process .mainPhoto .go li img { width:auto; height: 70px; border:1px #cdcdcd solid; }
/*link*/
.inn { width: 1200px; height: 103px; padding-top: 60px; margin: 0 auto; }
.inn #tab1 { width: 1200px; position: relative; height: 103px; margin: 0 auto; background: url(../images/link.jpg) repeat-x top; }
.inn #tab1 .tab_menu { width: 166px; height: 25px; margin: 0 auto; background: #FFF; }
.inn #tab1 .tab_menu li { float: left; width: 83px; cursor: pointer; text-align: center; color: #585858; line-height: 25px; padding-bottom: 10px; }
.inn #tab1 .tab_menu .selected1 { cursor: pointer; color: #1082be; background: url(../images/ioc2.jpg) no-repeat center bottom; }
.inn #tab1 .tab_box1 { width: 1200px; clear: both; position: relative; line-height: 22px; padding-top: 10px; color: #84868d; }
.inn .hide { display: none; }
.inn .tab_box1 div a { padding: 0 10px; }
/*footer*/
.footer{ width:100%; overflow:hidden; background:#0ca4d3; color:#FFF; padding:25px 0; margin-top:35px;}
.footer a{ color:#FFF;}
.footer h4 a{ padding:0 40px; font-size:14px;}
.footer p{ padding-top:10px;}
.footer .foot_l{ width:990px; overflow:hidden; float:left; text-align:center;}
.footer .ewm{ width:auto; height:92px; float:right;}
.footer .ewm dt{ width:auto; float:right; padding-top:65px;}
.footer .ewm dd{ width:92px; height:92px; float:right; margin-right:10px;}

/*站点 浮动返回顶部*/
 
.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; }
/*内页*/
.flashn{ width:100%; height:299px;}
.weizhi{ width:100%; height:42px; line-height:42px; border-bottom:1px #bebebe solid;}
.weizhi .main{ background:url(../images/home.gif) no-repeat left center; height:42px; padding-left:25px; width:1175px;}
.left{ width:236px; overflow:hidden; float:left;}
.left .left_top{ width:236px; height:65px; background:#0ca4d3; color:#FFF; text-align:center;}
.left .left_top h3{ font-size:18px; letter-spacing:1px; font-weight:normal; padding-top:10px;}
.left .left_top p{ font-size:12px; text-transform:capitalize; font-family:Arial;}
.left .left_bo{ width:216px; overflow:hidden; border:1px #0ca4d3 solid; padding:9px 9px 0 9px;}
.left .left_bo ul li{ width:216px; overflow:hidden; display:block; margin-bottom:8px; background:#ececec; line-height:16px;}
.left .left_bo ul li a{ width:180px; display:block; overflow:hidden; background:url(../images/ioc1.gif) no-repeat 10px 15px #ececec; padding:10px 10px 10px 26px;}
.left .left_bo ul li a span{ background:url(../images/ioc3.gif) no-repeat; width:4px; height:7px; float:right; margin-top:5px;}
.left .left_bo ul li a:hover, .left .left_bo ul li .cur{ background:url(../images/ioc2.gif) no-repeat 10px 15px #eec562; display:block; color:#FFF;}
.left .left_bo ul li a:hover span, .left .left_bo ul li .cur span{ background:url(../images/ioc4.gif) no-repeat;}
.right{ width:922px; overflow:hidden; float:right;}
.right .right_top{ width:100%; height:48px; line-height:48px; font-size:18px; color:#0ca4d3; border-bottom:2px #0ca4d3 solid;}
.right .right_top a{ color:#0ca4d3;}
.right .right_bottom{ width:100%; overflow:hidden; padding:25px 0; line-height:28px;}
/*************************/
.ExhibitList { clear: both; margin: 0 auto;}
.ExhibitList dl { float: left; width: 260px; text-align: center; height:230px; display: block; margin: 0 20px 40px 20px;}
.ExhibitList dl a { width: 254px; height: 224px; display: block; border: 1px #cccccc solid; padding: 2px; }
.ExhibitList dl a dt img{ width: 254px; height: 190px; }
.ExhibitList dl a dd { height: 34px; line-height: 34px; text-align: center; }
.ExhibitList dl a:hover { background: #0ca4d3; color: #FFF; border: 1px #0ca4d3 solid; }
/*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:6px 10px; }
.PageButtons span { color: #ffffff; background-color: #0ca4d3; border: 1px solid #0ca4d3; }
.PageButtons a { color: #333333; }
.PageButtons a:hover { background: #0ca4d3; color:#FFF; }
.PageInfo { height: 24px; line-height: 24px; }
.disabled { display: none; }
.PageBar .pagelink {
    margin: 0 3px;
}
.disabled { display: none; }
/**图片点击放大**/
#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; }/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license 弹出层 */
/*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:806px;}
.arList .newsl a{ color: #666;}
.arList .newsr h2{ font-size:35px; line-height:32px; padding-top:16px;}
.arList .newsr{ width:85px; height:80px; float:right; background:#e3e3e3; text-align:center; font-family:Arial; font-size:16px;}
/*新闻详细*/
.thy{ width:100%; overflow:hidden; font-size:18px; background:#efefef; padding:10px 0; text-align:center;}
.arDate{ margin-top:10px; text-align:center;}
.arDate span{ color:#F00;}
.arKeywords{ border:1px #CCC solid; margin-top:10px; padding:10px;}
.arContent{ margin-top:15px;}
.shareurl{ margin-top:15px;}
.line15{ border-bottom:1px #CCC solid; padding-bottom:10px;}
.FastMove{ margin-top:10px;}
.but_tit{ border-bottom:1px #CCC solid; height:34px; line-height:34px; margin-top:10px;}
.but_tit span{ width:auto; height:34px; background:#0ca4d3; color:#FFF; padding:0 30px; float:left;}
.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 a{ color:#333;}
.xgwz ul li span {float: right;}
.ExhibitTagList { clear: both; margin: 0 auto; padding: 20px 0; overflow:hidden;}
.ExhibitTagList li { float: left; width: 210px; margin:0 8px 20px 8px;text-align: center; border: 1px solid #e4e4e4; }
.ExhibitTagList li:hover, .ExhibitTagList li:hover div.ImageTitle{background:#0ca4d3;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:200px; height:150px; }
.ExhibitTagList li p{height:25px;line-height:25px; overflow:hidden; font-size:12px;}
/*Product Index*/
.picl {margin: 0 0 0 6px;width: 935px;}
.piclItem { float: left; width: 412px;   margin: 10px 40px 0px 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: 234px; margin-top: 15px; }
.piclClassTitle { height: 20px; line-height: 20px; }
.piclClassTop3 { margin-top: 3px; }
.piclClassTop3 li { width: 234px; height: 24px; line-height: 24px; background:url(../images/ioc3.gif) no-repeat left center; text-indent: 6px; }
.piclClassTop3 li a{padding-left:5px;font-size:14px;}
.piclClassOther { width: 214px; margin-top: 3px; text-align: center; font-size: 12px; color: #666666; background-color: #EEEEEE; border: 1px solid #999999; }
/*products_list*/
.proa li{ border-bottom:1px dotted #ccc; float:left; padding:10px; margin-bottom:30px; position: relative; height:140px; width:902px;}
.proa li a.proa{ margin-right:20px; width:180px; height:135px; position:absolute; left: 10px; 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:700px; height:65px; color:#666; font-size:13px; line-height:1.8;}
.proa li a.more{ position:absolute; right:0px; bottom:10px; padding:5px 10px; border:1px solid #ccc; color:#444;}
.proa li:hover a{ color:#0ca4d3; border-color:#0ca4d3;-webkit-transition: all .5s;transition: all .5s; }
.proa li:hover{ background:#f4f4f4;-webkit-transition: all .5s;transition: all .5s; }
.proa li:hover h2{ color:#0ca4d3;-webkit-transition: all .5s;transition: all .5s; }
/*图片放大镜样式*/
.jqzoom { float: left; border: none; position: relative; padding: 0px; cursor: pointer; margin: 0px; display: block; }
.jqzoom img { max-width: 360px; }
.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 /*url(../images/zoom.png) 50% center no-repeat*/; 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: left; display: inline; width: 520px; height: 314px; margin-top: 6px; line-height: 22px; position: relative; margin-left:20px; }
.InfoBox .pdTitle { font-size: 14px; font-weight: bold; color: #0ca4d3; margin: 12px 0; }
.pdKeywords { color: #4a4a4a; font-size: 12px; margin-bottom: 6px; }
.pdClass, .pdClass a { margin-bottom: 6px; color: #333; }
.pdOverview { }
.pdpromo { width: 100px; height: 36px; line-height: 36px; background: #0ca4d3; text-align: center; font-size: 14px; position: absolute; bottom: 10px; right: 0; }
.xggc { width: 100px; height: 36px; line-height: 36px; background: #b30808; text-align: center; font-size: 14px; position: absolute; bottom: 10px; right: 135px; }
.xggc a { color: #fff; }
.pdpromo a { color: #fff; }
.pdpromo a:hover { color: #fff; }
.right-extra { float: left; }
/*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: #0ca4d3; background: #f0f0f0; font-size: 14px; margin: 0 4px 0 0; cursor: pointer; }
.ztitle span a { color: #b30808; cursor: pointer; }
.ztitle span.tithov, .ztitle span.tithov a { background: #0ca4d3; color: #fff; }
.zntit_con { display: none; margin: 20px 0; border-bottom: 1px solid #ccc; padding-bottom: 20px; }
.zntit_con1 { display: block; }