﻿@charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/
*{ padding:0px; margin:0px }
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form,fieldset, 
legend, input, button,textarea, p, blockquote, th, td { margin: 0; padding: 0;}
body{color:#626262;	margin:0px auto; font-family: 宋体; font-size:12px; }
div{ margin:0; padding:0; border:0; }
img{ margin:0; padding:0; border:0; }
p{ margin: 0px; line-height:1.8em}
b,strong {font-weight: bold;}
table { border-collapse: collapse; border-spacing: 0; /* Remove most spacing between table cells.*/}
li{ list-style: none outside none;}

/*链接*/
a{ text-decoration:none; color:#626262; background: transparent;  outline:none}
a:visited {}
a:focus { outline:none; }
a:hover, a:active{ color:#0F66CD; outline:none; }

/*标题*/
h1 { font-size: 1.3em;margin:  0;}
h2 {font-size: 1.2em; margin: 0;}
h3 { font-size: 1.17em;margin: 0;}
h4 {font-size: 1em;margin:0;}
h5 {font-size: 0.83em;margin: 0;}
h6 { font-size: 0.67em;margin: 0;}

/*表单*/
form {margin: 0;}
button,input,select { font-size: 100%;margin: 3px; vertical-align: baseline; *vertical-align: middle; }
button,select {text-transform: none;}

/*其它*/
blockquote {margin: 1em 40px;}
dfn {font-style: italic;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
code, kbd, pre, samp {font-size: 1em;}
pre {margin: 1em 0; white-space: pre;white-space: pre-wrap;word-wrap: break-word; }
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0; position: relative;vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
dl{margin: 1em 0;}
/*==========@@HTML默认  结束@@==========*/


/*==========@@通用 开始@@==========*/
/*常用颜色*/
.blue {color: #00F !important;}
.green {color: #0F0 !important;}
.red {color: #F00 !important;}
.black {color: #000000 !important;}
.white {color: #FFFFFF !important;}
.gray { color:gray; !important; }
.purple { color:purple;  !important;}

/*浮动*/
.clear { display:block; clear:both; height:3px; overflow:hidden; line-height:3px; }
.float_left { float:left; }
.float_right { float:right; }

/*对齐方式*/
.left { text-align: left}
.right {text-align: right}
.center{ text-align: center}

/*按钮*/
.btn {-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;  -o-border-radius: 3px;  border-radius: 3px;
  display: -moz-inline-stack;  display: inline-block;  *display: inline;  vertical-align: middle;  *vertical-align: auto;
  zoom: 1;    height: 32px;  line-height: 32px;  padding: 0px 20px;font-weight: 300;  font-size: 14px; 
  margin: 0; text-decoration: none; text-align: center; text-indent:0; cursor:pointer;
  border: 1px solid #d4d4d4; color: #666666;  text-shadow: 0 1px 1px white;}
/*默认样式*/
.btn {  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00b5e5), color-stop(100%, #008db2));
  background: -webkit-linear-gradient(top, #00b5e5, #008db2);  background: -moz-linear-gradient(top, #00b5e5, #008db2);
  background: -o-linear-gradient(top, #00b5e5, #008db2);  background: linear-gradient(top, #00b5e5, #008db2);
  background-color: #00a1cb;border-color: #007998;  color: white;  text-shadow: 0 -1px 1px rgba(0, 40, 50, 0.35);}
.btn:hover { color:white;  background-color: #00a1cb;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00c9fe), color-stop(100%, #008db2));
  background: -webkit-linear-gradient(top, #00c9fe, #008db2);  background: -moz-linear-gradient(top, #00c9fe, #008db2);
  background: -o-linear-gradient(top, #00c9fe, #008db2);  background: linear-gradient(top, #00c9fe, #008db2);}
.btn:active {background: #1495b7;  color: #005065;}
/*按钮大小*/
.btn-large {font-size: 19px;  height: 38.4px;  line-height: 38.4px;  padding: 0px 26px;}
.btn-small {  font-size: 12px; height: 25.6px; line-height: 25.6px;  padding: 0px 16px;}
.btn-tiny {  font-size: 12px;  height: 22.4px;  line-height: 22.4px; padding: 0px 13px;}
/*块按钮*/
.btn-block {display: block;}

/*表单类*/
.form_text, .form_text:hover, .form_text_verifycode, .form_text_verifycode:hover{border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
border-width:1px; height:20px; line-height:20px;clip: rect;padding: 2px; color: #000000; background: url(../images/form_bg.jpg) #fff repeat-x;}
.form_text {  width:95%; background-position:  0px 0px;}
.form_text:hover {background-position: 0px -37px;}
.form_text_verifycode { width:50px; margin-right:3px;background-position:  0px 0px;}
.form_text_verifycode:hover {background-position: 0px -37px;}
.form_radio{ width:auto; border:0;}
.form_checkbox{ width:auto; border:0}
.form_select { height:25px; }
.form_button { width:auto; vertical-align:middle; border:0 none;/*解决ie焦点是有黑色边框*/}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, 
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none;padding:0; }
.required{ color:red; font-weight:bold; text-align:left; padding-left:3px;}

/*其它*/
.hide { display:none; }  /*隐藏*/
.more{ float: right; padding-right:5px;} /*more链接*/
.code_image{ cursor: pointer; padding-bottom:6px;} /*验证码图片样式*/
/*==========@@通用 结束@@==========*/
/* 底部样式 */
.footer{background:url(../images/footer.jpg) repeat-x #0071b6;overflow: hidden;margin-top:40px;}
.footer .menu{height:60px;background:url(../images/menubj.jpg) no-repeat;margin-top:5px}
.footer .menu ul{width:945px;height:42px;margin:0 auto;padding-top:9px;}
.footer .menu ul li{width:105px;height:42px;float:left;background:url(../images/navline.jpg) no-repeat left center;}
.footer .menu ul li a{display:block;width:105px;height:42px;line-height:42px;font-size:14px;text-align:center;font-family:"微软雅黑";}
.footer .menu ul li.none{background:none;}

.leftLogo{width:320px;background:url(../images/abt.png) repeat-y right top;}
.leftLogo img{padding-left:25px;padding-top:65px;}
.leftLogo .dbtel{width:164px;height:30px;font-family:arial;font-size:24px;color:#fff;padding-top:40px;margin-left:15px;padding-left:73px;margin-top:35px;}

.leftTel{width:300px;background:url(../images/abt.png) repeat-y right top;padding:40px 40px 39px;font-family:"微软雅黑";font-size:14px;color:#bfd3e6;line-height:28px;}

.rightCode{width:265px;padding-top:30px;font-family:"微软雅黑";font-size:13px;color:#bfd3e6;}
.rightCode .code{width:110px;margin-left:20px;float:left;line-height:20px;text-align:center;}
.rightCode .code img{padding:4px;border:1px solid #80b8db;margin-bottom:5px;border-radius:2px;}

.footerCopy{height:35px;line-height:35px;background:#6fba2c;font-family:arial;color:#fff;}
.footerCopy .links{width:160px;height:25px;margin-top:7px;}
.footerCopy .links select{width:158px;height:23px;border:1px solid #c2c2c2;}
.clearfix{clear:both;margin:0;padding:0;font-size:0px;line-height:0px;height:0px;overflow:hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
*html .clearfix{zoom:1;}
*+html .clearfix{zoom:1;}
.w1000{position:relative;width:1000px;margin: 0 auto;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}

/*==========@@布局  开始@@==========*/
/*模型body*/
.body_index, .body_article, .body_download, .body_picture, .body_product, .body_single, .body_video, .body_job, .body_feedback, .body_guestbook{background:url(../Images/bj.jpg);}
.index, .single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback{ width:1000px;margin:5px auto; }
#top, #logo, #navigation, #banner, #announcement, #link, #copyright { width:1000px;  margin:0 auto; overflow:hidden; border:0px dashed red;}
#left { float:left; width:250px; }
#center{}
#right { float:right; width:740px; border-left:0px solid #E5E5E5; padding-left:0px; }
/*左侧*/
/*主体左侧样式*/
.left_title { height:43px; line-height:43px;  background:url(../images/left_title.jpg) no-repeat; }
.left_title h2 { text-indent:1em; font-size:14px; color:#000; }
.left_title h2 a { font-size:14px; color:#C7231D; }
.left_body { overflow:hidden; zoom:1; color:#000; border:5px solid #eaeaea; padding:5px 5px 0px 5px; border-bottom:0; border-top:0}
.left_bottom { height:15px; background:url(../images/left_bottom.jpg) no-repeat; margin-bottom:5px;}

/*样式1*/
.left_title1{ height:39px; line-height:39px; background:url(../images/left_title1.jpg) no-repeat;}
.left_title1 h2 { text-indent:1em; font-size:14px; color:#000;  }
.left_body1 { overflow:hidden; zoom:1;  color:#000; padding:0 10px 5px;  border:5px solid #eff6fe; border-bottom:0; border-top:0}
.left_bottom1 { height:15px;  background:url(../images/left_bottom1.jpg) no-repeat; margin-bottom:5px;}

/*样式2*/
.left_title2 { height:39px; line-height:39px; background:url(../images/left_title2.jpg) ;  }
.left_title2 h2 { text-indent:1em; font-size:14px; color:#000; }
.left_body2 { overflow:hidden; zoom:1; color:#000;  padding:0 10px 5px; border:5px solid #caeaff; border-top:0; border-bottom: 0px}
.left_bottom2 { height:15px;  background:url(../images/left_bottom2.jpg) no-repeat; margin-bottom:5px;}

/*主体右侧*/
/*样式1*/
.right_title { background: url(../images/right_title.jpg) no-repeat; height:39px; line-height:39px;}
.right_title h2 { font-size:14px; font-weight:bold; padding-left:10px; color:#626262; }
.right_body { padding:5px; overflow:hidden; zoom:1; border:5px solid #B7E6FA; border-top:0; border-bottom:0 }
.right_bottom {height: 5px;  line-height:5; background:#B7E6FA; overflow:hidden; font-size:0px; margin-bottom:5px;}
/*样式2*/
.right_title1 { background: url(../images/right_title1.jpg) repeat-x 0 0; height:39px; line-height:39px;  }
.right_title1 h2 { font-size:14px; font-weight:bold; padding-left:10px; color:#626262;}
.right_body1 { padding:5px; overflow:hidden; zoom:1; border:5px solid #FACEB9; border-top:0; border-bottom:0}
.right_bottom1 { height: 5px; font-size: 0px; line-height:0; background:#FACEB9;  overflow:hidden; margin-bottom:5px;}
/*==========@@布局  结束@@==========*/


/*==========@@公共板块  开始@@==========*/
/* 顶部 */
#top_main { height:35px;background-color: #ededed;border-bottom: 1px solid #d8d8d9;}
#top { height:35px; line-height:35px; text-align:right;}
#top_1 { float:left;  text-align:left;}
#top_2 { float:right; text-align:right; }
#top .MobileEdition{ font-weight: bold; color:red;}
#top a { color:#949393; font-weight:bold;  }
#top a:hover { color:#80A539; font-weight:bold; text-decoration:none}

/*Logo*/
#logo_main {padding:10px;}
#logo {overflow:hidden; }
#logo .WebLogo{ float:left;}
.logo{margin-left:0px; padding-top:16px;padding-left:20px; background:url(../images/logobg.png) no-repeat; height:80px;}
.logo li { margin-bottom:6px; font-size:1.3em; color:#006E19;font-family: 微软雅黑;}
#logo .Language{width:500px;float:right; padding:10px;}
#logo .Language .MobileEdition{ font-weight: bold; color:red;}
#logo .Member { width:500px; height:35px; line-height:35px; float:right; text-align:right;font-weight:bold; }
#logo .Member .MemberName, #logo_main .Member .MemberGroupName{color:#F30}
/* 主导航  */
.gr_nav{width: 1000px;height:40px; padding:5px 7px 5px 6px;  background:url(../images/nav_bg.png) no-repeat;margin-bottom:10px;margin: 0 auto;}
.gr_nav li{ float:left; width:111px; height:40px; line-height:40px; text-align:center;}
.gr_nav li a{ display:block; width:111px; height:40px;background:url(../images/nav_line.jpg) no-repeat right center;}
.gr_nav .last a{background:none;}
.gr_nav li a:hover,.gr_nav li .current{background:url(../images/nav_h.png) no-repeat 0 -40px; color:#fff;}
.gr_nav .first a:hover,.gr_nav .first .current{background-position:0 0;}
.gr_nav .last a:hover,.gr_nav .last .current{background-position:-12px -80px;}
/*导航*/
#navigation_main { background:#034697;}
#navigation { height:42px;  }
#navigation ul.navigationlist li { float:left; line-height:42px; text-align:center;  }
#navigation ul.navigationlist li a { display:block; padding:0px 15px; margin:0 1px; font-size:14px; font-weight:bold; color:#FFF; border:0px dashed red;}
#navigation ul.navigationlist li a:hover { text-decoration:none; color:#ffe400; background:#2475d8;  }
#navigation ul.navigationlist .current { color:#ffe400; background:#2475d8; }
/*导航栏下拉*/
#navigation  ul.subnavigationlist{ display:none; position:absolute; background:#034697; z-index:100}
#navigation  ul.subnavigationlist li {  float:none; padding:0px; line-height:28px; display:inline;}
#navigation  ul.subnavigationlist li a { display:block; white-space:nowrap; font-weight:normal; color:#FFF; font-size:12px; padding:0px 20px; text-align:left}
#navigation  ul.subnavigationlist li a:hover {  background:#2475d8;  color:#ffe400; }
/* 内页布局样式 */
html{overflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
.pageBanner{height:250px;width:100%;position:relative;left:50%;margin-left:-960px;background:url(../images/babj.jpg) repeat-x left top;padding-top:3px;}
.pageSidebar{width:215px;overflow: hidden;}
.sidebarOne{margin-top:6px;}
.sidebarOne h2,.sidebarTwo h2,.sidebarThree h2{height:45px;line-height:45px;background:url(../images/barbt.jpg) no-repeat;font-size:20px;color:#fff;text-align:center;font-family:"微软雅黑"}
.sidebarOne ul{width:195px;padding:10px;background:#2993c6;border-radius:0 0 4px 4px}
.sidebarOne li{height:35px;border-bottom:1px dashed #31b1ed;}
.sidebarOne li a{display:block;width:195px;height:35px;line-height:35px;font-family:"微软雅黑";font-size:14px;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#fff;}
.sidebarOne li a:hover,.sidebarOne li a.active{background:url(../images/barhover.png) no-repeat left center;color:#036ea8;}

.sidebarThree ul{width:213px;padding:10px 0;border:1px solid #f2f3f4;background:#f9f9f9;}
.sidebarThree li{height:35px;border-bottom:1px dashed #cddce4;}
.sidebarThree li a{display:block;width:173px;height:35px;line-height:35px;padding-left:40px;font-family:"微软雅黑";font-size:14px;background:url(../images/iconc.png) no-repeat 15px center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.sidebarThree li a:hover{background:url(../images/icond.png) no-repeat 15px center #e1f7ff;color:#036ea8;}

.sidebarTwo ul{width:193px;padding:10px;border:1px solid #f2f3f4;background:#fff;}
.sidebarTwo ul li{height:35px;border-bottom:1px solid #cddce4;}
.sidebarTwo li a{display:block;width:178px;height:35px;line-height:35px;padding-left:15px;background:url(../images/icone.png) no-repeat 0 center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.syTel{height:27px;font-family:arial;font-size:22px;color:#fff;background:url(../images/letl.png) no-repeat;padding-top:23px;padding-left:66px;}

.pageContent{width:760px;}
.pageTitle{background:url(../images/title.png) no-repeat;height:74px;line-height:40px;}
.pageTitle .title{width:700px;margin:0 auto;height:34px;line-height:34px;border-bottom:1px solid #c9c9c9;padding-top:39px;}
.pageTitle .title h2{display:block;float:left;height:34px;text-align:left;font-size:16px;overflow: hidden;font-family:"微软雅黑";background:url(../images/iconf.png) no-repeat left center;padding-left:15px;}
.pageTitle span{height:34px;float:right;font-family:"宋体";}
.pageTitlea{height:35px;line-height:35px;background:url(../images/iconf.png) no-repeat left center;padding-left:15px;border-bottom:2px solid #0071b6;}

.pageContentBox{width:700px;min-height:680px;padding:20px 30px;overflow:hidden;}
.pageContentBoxTwo{width:728px;min-height:680px;padding:20px 15px;overflow:hidden;border:1px solid #0071b6;}

/*公告*/
#announcement { margin-top:5px;  height:35px; line-height:35px;background-color:#f0f0f0; color:#0B3B7D;}
#announcement .announcement_title{ float:left;font-weight:bold; text-indent:35px; background:url(../images/announcement_title.gif) no-repeat 8px center; width:150px;}
#announcement .announcement_body{float:left; width:750px;}
#announcement .announcement_bottom{float:right; width:100px; }
.announcementlist{ }
.announcementlist li { line-height:35px; }

/*Js幻灯片样式*/
#banner_main {position:relative; border:0px solid blue; }
#banner {  border:0px solid red; margin:0 auto; overflow:hidden; width:100%;}
.bannerlist{}
.bannerlist li{ text-align:center; border:0px dashed red; overflow:hidden; display:block; width:100%;}
#banner_main .hd{ width:100%; position:relative; bottom:35px; left:0; height:5px; line-height:5px; text-align:center; border:0px solid red; }
#banner_main .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:35px; height:8px; 
background:#666; margin-right:15px; overflow:hidden; font-size:0px;}
#banner_main .hd ul li.on{  background:#039;}

/*Flash幻灯片样式*/
/*#banner_main {border:0px solid blue; }
#banner {  border:0px solid red; margin:0 auto; overflow:hidden;} */

/*当前位置*/
#location_main {} 
#location {color:#0B3B7D; float:right; padding-right:8px;}

/*子频道列表*/
.subchannellist { }
.subchannellist li { line-height:24px; padding:1px; border-bottom:1px solid #E3E3E1;}
.subchannellist li a { display:block; padding:0 5px 0 25px; color:#000;}
.subchannellist li a:hover {  color:red; text-decoration:none; }
.subchannellist #current a {  font-weight:bold; color:red; }
.subchannellist .depth1{ font-size:12px; font-weight:bold;}
.subchannellist .depth2{ font-size:12px; text-indent:1.5em;}
.subchannellist .depth3{ font-size:12px; text-indent:3em}
.subchannellist .depth4{ font-size:12px; text-indent:4.5em}
.subchannellist .depth5{ font-size:12px; text-indent:6em}
.subchannellist .depth6{ font-size:12px; text-indent:7.5em}

/*搜索 */
table.search_table{ width:99%; text-align:center;}
table.search_table th{ vertical-align:middle; text-align:center; padding:0px 3px;}
table.search_table td{ vertical-align:middle; width:60px; padding:0px 3px;}

/*联系我们*/
.contact_wrap{ line-height:1.8em}
.contact_wrap b{ font-weight:bold;}
.contact_wrap .WebUrl{ color:#F00 }

/*订购*/
.order{margin:0px auto}
.order .WantOrder h1{ border-bottom:1px dotted #999999; padding: 5px 0px;}
.order .f1{ float:right; color:red;}
table.order_table{ width:98%;  }
table.order_table th{ width:100px; text-align:left;}
table.order_table td{text-align:left}
table.order_table .operation{ text-align:center}

/* 友情链接 */ 
#link_main {}
#link { padding:0; }
.link_title { background:url(../images/link_title.jpg) no-repeat; height:43px; line-height:43px; text-indent:10px;  }
.link_title h2 { font-size:14px; color:#000; line-height:43px;}
.link_body { padding:10px 5px 0px 5px; color:#000; border: 5px solid #cbebfa; border-top:0px; border-bottom:0px}
.link_bottom{height:15px;  background:url(../images/link_bottom.jpg) no-repeat; margin-bottom:5px;}
.link_pic { overflow:auto; zoom:1;  }
.link_pic ul li { float:left; padding:1px 5px; text-align:center; width:112px}
.link_pic img { width:86px; height:30px; padding:2px; border:1px solid #CCC; }
.link_pic ul li a:hover img { border:1px solid #6C9ACC;}
.link_text { overflow: hidden; zoom:1; }
.link_text ul li { float:left; text-align:center; padding:1px 5px; overflow:hidden; width:112px; white-space:nowrap}
.link_text a { line-height:22px; }

/* 版权信息 */
#copyright_main { color:#BBB; background-color: #004594; }
#copyright { padding:10px 0;  }
#copyright .bottom_navigation{text-align: center;padding: 5px 0px; }
#copyright .line{ padding:0px 8px;}
#copyright a {color: #BBB; text-decoration: none;}
#copyright a:hover {color: #ffe400; text-decoration: none;}
#copyright .bottom_info{ text-align:center;padding-top:5px; padding-right:10px; line-height:20px; }
#copyright .TechnicalSupport{ text-align:center; line-height:20px;}

/*分页样式*/
.page { padding:4px 0px 0px 1px; float:right; clear:both;}
.page a, .page span { float:left; display:block; border:1px solid #D3D1D1; padding:2px 5px; margin-left:4px; line-height:22px; }
.page a:link, .page a:visited { text-decoration:none; }
.page a:hover { background:#CC0001; color:#ff9900; }
.page .current{ background:#CC0001; color:#FFF;}
.page #total{color:red}

/*会员*/
/*会员登录*/
table.login_table{ width:60%; text-align:center; margin:0 auto;}
table.login_table th{ width:100px; text-align:left; font-weight:bold;}
table.login_table td{ text-align:left;}
table.login_table .operation{text-align:center}

/*会员注册*/
table.reg_table{ width:60%; text-align:center; margin:0 auto;}
table.reg_table th{ width:140px; text-align:left; font-weight:bold;}
table.reg_table td{  text-align:left; }
table.reg_table .operation{text-align:center}

/*忘记密码 第一步*/
table.forget_table1{ width:60%; text-align:center; margin:0 auto;}
table.forget_table1 th{ width:100px; text-align:left; font-weight:bold;}
table.forget_table1 td{ text-align:left; }
table.forget_table1 .operation{text-align:center}
/*忘记密码 第二步*/
table.forget_table2{ width:60%; text-align:center; margin:0 auto;}
table.forget_table2 th{ width:100px; text-align:left; font-weight:bold;}
table.forget_table2 td{text-align:left}
table.forget_table2 .operation{text-align:center}

/*网站地图列表*/
.maplist{ }
.maplist li { padding:1px; }
.maplist li a { background:#d1e8fc; line-height:25px; display:block; padding:0 20px; border:0px solid #A6CC93; }
.maplist li a:hover { text-decoration:none; background:#FFF; }
.maplist .depth1{font-weight:bold;text-indent:0px; font-weight:bold}
.maplist .depth2{text-indent:2em}
.maplist .depth3{text-indent:4em}
.maplist .depth4{text-indent:6em}
.maplist .depth5{text-indent:8em}
.maplist .depth6{text-indent:10em}
/*==========@@公共板块  结束@@==========*/


/*==========@@频道页面 开始@@==========*/
/*===公共字段 开始===*/
.ChannelContent, .ChannelContent p{ line-height:1.8em}
.ChannelSContent{}
.ChannelSContent img, .InfoContent img{ max-width:100% }

.InfoTitle{ font-weight:normal; text-align:center; vertical-align:middle;   color:#900; padding:5px 0px}
.InfoTitle h1{ font-size:16px; line-height: 1.5em; }
.InfoTime{color:#999; text-align:left;  padding:2px 0px; height:25px}
.InfoContent, .InfoContent p{ line-height:1.8em; padding:10px 0;}
.InfoAttachment{ padding:10px 0px; text-align:center; width:81px; margin:0 auto;}
.InfoPicture{ text-align: center;}
.InfoPicture img{ width:100%; max-width:100%}
.info_from_wrap{ padding:0 10px; text-align:center; color:#999; border:1px dashed #ccc; line-height:30px; margin-bottom:5px;}
.info_from_wrap a { color:#999; }
.info_from_wrap a:hover { color:#555; }
.Tag{ text-align: right; font-weight:bold; }
.Tag a{ padding:0 3px; font-weight:normal; text-decoration:none;}
.info_previous_next_wrap{ background:#F0F0F0; padding:5px; border:1px solid #E3E3E3; line-height:1.8em}

.info_product_detail_wrap{ line-height: 2.2em;}
.info_product_detail_wrap b{color: #626262; font-weight:bold;}
.info_product_detail_wrap table.detail_table{ width:100%; }
.info_product_detail_wrap table.detail_table th{ width: 200px;}
.ProductDescription{ height:40px; background:url(../images/product_bg.jpg) left center; padding-left:35px; line-height:40px; font-size:16px; font-weight:bold;}
.product  .info_product_detail_wrap img{ width:195px; height:195px;float:left;  text-align:left }
.product  .InfoTitle{  font-size:16px; font-weight:bold; text-align:left; padding:10px 0px;}
.product  .f2{ padding:5px 0px}
.product  .f1{ padding:5px 0px}
.product  .InfoHit{ padding:5px 0px; font-weight:bold; color:#990000}
.product  .InfoTime{ padding:5px 0px; }
/*===公共字段 结束===*/

/*===首页 开始===*/
.index .ChannelContent{color:#626262;  line-height:25px; height:200px; background:url(../images/about_bg.jpg); padding:5px; overflow:hidden; margin-bottom:10px;}
.index .ChannelContent a{ color: #ff9d02}
.index #left{ float: right}
.index #right{ float: left}
/*===首页 结束===*/

/*===招聘频道  开始===*/
.job{ }
.joblist { }
.joblist li {overflow: hidden; padding:5px 0px;}
table.job_table { margin:8px 0px; padding:0px; text-align:center; width:100%; border-collapse:collapse;}
table.job_table td{ padding:8px 5px; border:1px solid #DADBD6;}
table.job_table .Requirement{ text-align:left; padding:8px 5px; line-height:1.5em;}
table.job_table th{color:#014597; font-weight:bold; text-align:center; border:1px solid #DADBD6;}
table.job_table . { color:#014597;font-weight:bold;padding:5px 0;width:20%;}
table.job_table .t2 { text-align:left;width:25%;}
table.job_table .t3 {color:#014597;font-weight:bold;width:25%;}
table.job_table .t4 {text-align:left;width:25%;}
table.job_table .operation{text-align:center; margin:0 auto;}
/*应聘*/
table.resume_table { margin:3px; text-align:center; width:97%; border-collapse:collapse;}
table.resume_table th{ font-weight:bold; text-align:left; width:100px;}
table.resume_table td{text-align:left; }
table.resume_table .operation{text-align:center; }
table.resume_table #Detail{ height:200px;}
/*===招聘频道  结束===*/

/*===留言频道  开始===*/
.guestbook{ }
.guestbooklist{}
.guestbooklist li{ padding:10px; border:1px solid #CCC; margin-bottom:10px; }
.MessageTitle { color:#227BAD; line-height:1.5em; font-weight:bold;}
.MessageContent { padding:5px; margin-bottom:10px; }
table.guestbook_table{ width:98%;  }
table.guestbook_table th{ width:100px; text-align:left}
table.guestbook_table td{ text-align:left}
table.guestbook_table .operation{ text-align:center }

/*管理员回复*/
.answer_wrap{ padding:5px; border-top:1px dashed #CCC; line-height:1.5em}
.answer_title{}
.answer_body {}
.Administrator { text-align:right; }
.Reply { text-align:right; }
.AnswerTime{ color:#999 }

/*留言表单*/
.message_title{ height:40px; background:url(../images/product_bg.jpg) left center; padding-left:35px; line-height:40px; font-size:16px; color:#5d5d5d; font-weight:bold;}
.message_body{ padding-left: 10px; padding-right: 10px; color:#626262; }
.message_bottom{}
/*===留言频道  结束===*/

/*===反馈频道 开始===*/
.feedback{ }
table.feedback_table{ width:99%; text-align:center; margin:0 auto;}
table.feedback_table th{ width:100px; text-align:left; font-weight:bold;}
table.feedback_table td{  text-align:left;}
table.feedback_table .operation{text-align:center}
/*===反馈频道 结束===*/
/*==========@@频道页面 结束@@==========*/


/*==========@@通用列表 开始@@==========*/
/*文字列表*/
.textlist{ }
.textlist li { line-height:26px; height:26px;text-indent:8px; background:url(../images/textlist.gif) no-repeat 0 center; overflow:hidden;width:100%;/*解决ie6bug*/}
/*带缩略图文字列表*/
.thumblist{}
.thumblist li {line-height:2em;overflow:hidden;width:100%; margin-bottom:5px;}
.thumblist li img{ float:left; width:180px; margin-right:8px; border:1px solid #999999; }
.thumblist li a:hover img { border:1px solid #034b9f; }
.thumblist li .InfoTitle{color:#000000;}
.thumblist li p{ text-indent:2em; height:10em; overflow:hidden;}

/*橱窗列表*/
.gridlist{ }
.gridlist li { float:left; text-align:center; margin:0px 6px;  width:167px; /*height:195px;*/ overflow:hidden; display:inline /*解决ie6 双边距bug*/;
text-overflow:ellipsis; white-space:nowrap;}
.gridlist li img { border:1px solid #999999; width:165px; /*height:165px;*/}
.gridlist li a { white-space:nowrap; line-height:28px;}
.gridlist li a:hover img { border:1px solid #034b9f; }

/*视频列表*/
.videolist{ }
.videolist li { width:347px; float:left; padding:0px 6px; text-align:center; overflow:hidden;display:inline /*解决ie6 双边距bug*/;
text-overflow:ellipsis; white-space:nowrap;}
.videolist li img { border:1px solid #999999; width:345px; /*height:165px;*/}
.videolist li a { white-space:nowrap; line-height:28px;}
/*==========@@通用列表  结束@@==========*/
/* 荣誉资质 */
.honorList{width:880px;}
.honorList li{width:221px;height:316px;float:left;margin-right:18px;margin-bottom:10px;}
.honorList li img{display:block;width:215px;height:280px;padding:2px;border:1px solid #dfdfdf;background:#fff;}
.honorList li img:hover{border:1px solid #0071b6;background:#0071b6;}
.honorList li span{display:block;width:221px;height:30px;line-height:30px;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}

/* 办公环境 */
.settingList{width:880px;}
.settingList li{width:221px;height:181px;float:left;margin-right:18px;margin-bottom:10px;}
.settingList li a{display:block;width:215px;height:145px;padding:2px;border:1px solid #dfdfdf;background:#fff;overflow: hidden;}

.settingList li a:hover{border:1px solid #0071b6;background:#0071b6;}

.settingList li img{width:215px;height:145px;
transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
}
.settingList li img:hover{
transform:scale(1.2);
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-o-transform:scale(1.2);
-ms-transform:scale(1.2);
}
.settingList li span{display:block;width:221px;height:30px;line-height:30px;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}

/* 应用领域 */
.applicList{width:880px;}
.applicList li{width:221px;height:256px;float:left;margin-right:18px;margin-bottom:10px;}
.applicList li img{display:block;width:215px;height:215px;padding:2px;border:1px solid #dfdfdf;background:#fff;}
.applicList li img:hover{border:1px solid #0071b6;background:#0071b6;}
.applicList li span{display:block;width:221px;height:30px;line-height:30px;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}

/* 内页留言样式 */
#contactlb{width:595px;font-size:16px;color:#333;margin:25px auto 0;font-family:"微软雅黑"}
#contactlb span{font-weight:normal;font-family:arial;display:block;color:#999;font-family:"微软雅黑"}
#leavetable{margin-top:35px;}
#leavetable tr{height:40px;}
.contactnr{width:600px;margin:0 auto;}
.left_l{width:12%;font-size:14px;height:20px;line-height:20px;vertical-align:top;padding:5px;font-family:"微软雅黑"}
.left_cont{vertical-align:middle;}
.tc_name{width:300px;height:14px;line-height:14px;background:#fff;border:1px solid #ccc;margin-bottom:15px;padding:10px 5px;}
.tc_zt{width:400px;height:14px;line-height:14px;background:#fff;border:1px solid #ccc;margin-bottom:15px;padding:10px 5px;}
.tc_lz{width:250px;height:14px;line-height:14px;background:#fff;border:1px solid #ccc;margin-bottom:15px;padding:10px 5px;}
.tc_nr{width:470px;height:140px;background:#fff;border:1px solid #ccc;padding:5px;margin-bottom:10px;}
.text-input{width:100px;height:14px;line-height:14px;background:#fff;border:1px solid #ccc;margin-bottom:15px;padding:10px 5px;}
.tc_name:focus,.tc_zt:focus,.tc_lz:focus,.tc_nr:focus,.text-input:focus{border-color:#0071b6;outline:0;}
.suba{width:110px;height:35px;background:#0071b6;font-size:16px;text-align:center;line-height:35px;border:0px;cursor:pointer;display:block;float:left;margin-right:15px;color:#fff;border-radius:2px;font-family:"微软雅黑"}
.suba:hover{background:#0181cf;}
/* 招聘样式 */
.jobsList dl{width:755px;}
.jobsList dd{padding:0 10px;height:35px;line-height:35px;border:1px solid #eaeaea;background:#ececec;margin-top:10px;cursor: pointer;}
.jobsList dd em{float:right;display:block;width:15px;height:15px;background:url(../images/iconf.jpg) no-repeat;cursor:pointer;margin-top:10px;}
.jobsList dd.on em{background:url(../images/icong.jpg) no-repeat;}
.jobsList dd span{display:block;float:left;width:170px;}
.jobsList dt{border:1px solid #eaeaea;border-top:none;padding:15px;margin-bottom:10px;}
a.gr-apply{display:block;width:80px;height:25px;margin:20px auto 0;background:#999;color:#fff;line-height:25px;text-align:center;border-radius:2px;}
a.gr-apply:hover,.jobs-submit:hover{background:#666;color:#fff;}
/* 招聘详细样式 */
.jobsShow{border:1px solid #eaeaea;}
.jobsShow h3{font-size:14px;font-weight:bold;background:#ececec;line-height:35px; padding-left:15px;}
.jobsShow table{width:715px;margin:10px 20px;}
.jobsInput{width:215px;border:1px solid #ccc;line-height:23px;height:23px;padding:0 5px;margin-bottom:10px;}
.jobsInput:focus,.jobsTextarea:focus{border:1px solid #888;}
.jobsTextarea{width:645px;padding:5px;border:1px solid #ccc;line-height:22px;height:125px;margin-top:3px;}
.jobsSubmit{background:#999;width:80px;height:25px;line-height:25px;cursor:pointer; border:none;color:#fff;margin-right:10px;border-radius:2px;margin-top:10px;}
.jobsSubmitb{background:#0071b6;width:100px;height:25px;line-height:25px;cursor:pointer; border:none; color:#fff;border-radius:2px;margin-top:10px;}
/* 新闻中心 */
.newsList {font: 12px/24px "宋体","微软雅黑",Arial,HELVETICA;}
.newsList li{padding:20px 0;height:100px;border-bottom:1px dashed #d9d9d9;overflow:hidden;}
.newsPic{display:block;float:left;margin-right:15px;width:150px;height:100px;overflow: hidden;}
.newsPic img{width:150px;height:100px;
transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
}
.newsPic img:hover{
transform:scale(1.2);
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-o-transform:scale(1.2);
-ms-transform:scale(1.2);
}
.newsList li h3{font-size:16px;color:#333;font-family:"微软雅黑"}
.newsList li h4{color:#c8c8c8;}
.newsList li p{line-height:24px;padding-top:5px;color:#888;}
.newsList li h3 a:hover,.newsList li p a{color:#0071b6;}
/* 新闻详细样式 */
.newsShow h1{font-size:20px;line-height:32px;text-align:center;font-family:"微软雅黑";color:#0071b6;position:relative;}
.newsShow h2{font-size:20px;line-height:32px;text-align:center;font-family:"微软雅黑";color:#0071b6;position:relative;}
.newsShow h3{text-align:center;height:30px;line-height:30px;border-bottom:1px dashed #d2d2d2;}
.newsShow h3 span{margin:8px 8px 0 8px; color:#999;text-decoration:none;}
.fontResizer a{padding:0 5px;}
.curFont{font-weight:bold;color:#0071b6;}
.newsShowBox{padding-top:15px;line-height:26px;padding-bottom:10px;}
.picturePic{text-align:center;padding-bottom:15px;}
.fenyList{height:35px;background:#edecec;padding:0 10px;margin-top:15px;}
.prew {background:url(../images/pre_info.gif) no-repeat left center;float:left;height:35px;line-height:35px;overflow:hidden;padding-left:15px;text-align:left;width:46%;}
.nextw {background:url(../images/next_info.gif) no-repeat right center;float:right;height:35px;line-height:35px;overflow:hidden;padding-right:15px;text-align:right;width:46%;}
.keywordBox{border:1px solid #dadada;padding:5px 10px;margin-top:15px;overflow:hidden;}
.keywordBox a{padding:0 5px;}

.recTitle{padding-left:20px;height:35px;line-height:35px;background:url(../images/page_line.jpg) no-repeat 10px 10px #e8e8e8;font-size:14px;font-weight:bold;color:#333;margin-top:15px;}
/* 推荐资讯样式 */
.recNews{width:700px;overflow:hidden;}
.recNews ul{width:800px;padding-top:10px;}
.recNews ul li{float:left;margin-right:50px;width:325px;height:28px;line-height:28px;}
.recNews ul li a{display:block;width:205px;line-height:28px;background:url(../images/iconb.jpg) no-repeat left center;padding-left:15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float:left;}
.recNews ul li a:hover{background:url(../images/iconc.jpg) no-repeat left center;}
.recNews ul li span{float:right;color:#999;}
/* 相关产品样式 */
.relatedProduct{width:755px;overflow:hidden;}
.relatedProduct ul{width:820px;padding-top:15px;}
.relatedProduct ul li{width:235px;height:215px;float:left;margin-right:25px;border-bottom:2px solid #e4e4e4;padding-bottom:10px;}
.relatedProduct ul li img{width:233px;height:148px;border:1px solid #e5e5e5;}
.relatedProduct ul li span{display:block;width:235px;height:40px;line-height:40px;text-align:center;}
.relatedProduct ul li h3{width:95px;height:25px;}
.relatedProduct ul li h3 a{display:block;width:95px;height:25px;background:#0071b6;color:#fff;text-align: center;line-height:25px;border-radius: 4px;}
.relatedProduct ul li h3 a:hover{background:#6abe0a;color:#fff;}
.relatedProduct ul li:hover img{border:1px solid #0071b6;}
.relatedProduct ul li:hover{border-bottom:2px solid #0071b6;}

/* 产品中心样式 */
.productList li{height:200px;border-bottom:1px solid #e5e5e5;margin-top:15px;}
.listPic{float:left;display:inline;width:215px;height:179px;background:url(../images/lyy.png) center bottom no-repeat;position:relative;}
.listPic .case_y{display:block;width:195px;height:129px;padding:10px;background:url(../images/lybj.png) no-repeat;position:absolute;bottom:14px;left:0px;}
.listCont{width:460px;float:right;padding-top:15px;}
.listCont h2{line-height:35px;font-weight:bold;color:#0071b6;font-size:14px;border-bottom:1px dotted #9b9b9b;}
.listCont p{padding-top:10px;color:#999;}
.listCont p span{color:#333;}
/* 产品详细左侧样式 */
.productShowPic{width:382px;}
.box{width:382px;height:328px;}
.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
.tb-pic a img{vertical-align:middle;height:270px;width:380px;}
.tb-pic a{*display:block;*font-family:Arial;*line-height:1;}
.tb-s310, .tb-s310 a{height:270px;width:380px;}
.tb-s310, .tb-s310 img{max-height:270px;max-width:380px;}
.tb-s310 a{*font-size:271px;}
.tb-booth{border:1px solid #cdcdcd;position:relative;z-index:1;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#fff;border:1px solid #ccc;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url(../images/mask.png);cursor:move;z-index:1;}

.tb-picList{width:382px;height:46px;overflow: hidden;margin-top:10px;position:relative;}
.tb-picList a.prev{display:block;width:12px;height:18px;position:absolute;top:14px;left:0;background:url(../images/anu.jpg) no-repeat;overflow:hidden;cursor:pointer;}
.tb-picList a.prev:hover{background-position:0 -18px;}
.tb-picList a.next{display:block;width:12px;height:18px;position:absolute;top:14px;right:0;background:url(../images/anu.jpg) no-repeat 0 -36px;overflow:hidden;cursor:pointer;}
.tb-picList a.next:hover{background-position:0 -54px;}

.tb-picList .tb-thumb{position:relative;width:342px;height:46px;margin:0 auto;overflow:hidden;}
.tb-picList .tb-thumb ul{position:absolute;width:999999px;height:46px;}
.tb-picList .tb-thumb ul li{background:none;float:left;width:70px;height:46px;overflow:hidden;}
.tb-picList .tb-thumb ul li a{display:block;width:60px;height:44px;border:1px solid #e6e6e6;}
.tb-picList .tb-thumb ul li img{width:60px;height:44px;cursor:pointer;}
.tb-picList .tb-thumb ul li a.tb-selected{border:1px solid #0071b6;}

/* 产品右侧简介样式 */
.productShowTitle{width:320px;height:328px;overflow:hidden;padding-left:23px}
.productShowTitle h2{line-height:24px;border-bottom:1px solid #e0e0e0;font-family:"微软雅黑";font-size:16px;color:#0071b6;padding:10px 0;}
.descriptionBox{padding-top:10px;}
.descriptionBox p{padding:5px 0;border-bottom:1px dotted #e0e0e0;}
.descriptionBox p span{color:#0071b6;font-weight:bold;}
.prodcuTel{padding-left:25px;height:27px;line-height:27px;background:url(../images/pr_tel.jpg) no-repeat left center;margin-top:20px;}
.prodcuTel span{position:relative;top:3px;font-family:arial;font-size:24px;color:#ec6700;}
.productOrder{height:36px;margin-top:20px;}
.productOrder a{display:block;width:116px;height:36px;}
/* 产品说明标签切换样式 */
.tabListBox{overflow:hidden;margin-top:20px;}
.tabList{height:29px;line-height:29px;border-bottom:1px solid #dadada}
.tabList a{display:block;width:100px;height:29px;float:left;text-align:center;background:#dadada;margin-right:5px;}
.tabList a.current{background:#0071b6;color:#fff;}
.tabBox{overflow:hidden;padding-top:15px;}
/* 采购表单样式 */
.order{width:615px;border:none;background:none;font-size:14px;font-weight:bold;color:#333;}
.orderTable{padding:20px;margin-top:2px;background:#2993C6;overflow:hidden;color: #ffffff}
.tableRow{width:258px;height:33px;float:left;}
.tableRow span{display:inline-block;float:left;width:65px;height:24px;line-height:24px;text-align:center;}
.rowInput{float:left;padding:3px 5px;width:161px;height:16px;line-height:16px;border:1px solid #d0d0d0;background:#fff;color:#999;}
.tableRowA{margin-top:15px;margin-bottom:15px;height:80px;}
.tableRowA span{display:inline-block;float:left;width:65px;height:80px;line-height:22px;text-align:center;}
.rowTextarea{float:left;padding:3px 5px;width:590px;height:72px;line-height:20px;border:1px solid #d0d0d0;background:#fff;color:#999;}
.grCode{width:500px;}
.pt15{margin-top:15px;}
.checkcode{margin-left:10px;float:left;width:63px;height:22px;border:1px solid #d0d0d0;}
.rowInput:focus,.rowTextarea:focus{border:1px solid #5c1e0f;}
.subtA{margin-left:65px;width:65px;height:24px;line-height:24px;text-align:center;border:none;background:#666;cursor:pointer;float:left;color:#fff;border-radius:2px;}
.subtA:hover{background:#888}
.subtB{margin-left:10px;width:65px;height:24px;line-height:24px;text-align:center;border:none;background:#999;cursor:pointer;float:left;color:#fff;border-radius:2px;}
.subtB:hover{background:#666}

/* 合作伙伴样式 */
.partnerList{width:750px;}
.partnerList li{width:157px;height:78px;float:left;margin-right:13px;border:1px solid #dddcdc;margin-bottom:13px;padding:3px;text-align:center;overflow: hidden;}
.partnerList li img{
transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
}
.partnerList li img:hover{
transform:scale(1.2);
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-o-transform:scale(1.2);
-ms-transform:scale(1.2);
}
/* 客户见证 */
.caseList{width:750px;}
.caseList li{float:left;display:inline;margin-right:27px;width:215px;height:245px;background:url(../images/lyy.png) center bottom no-repeat;position:relative;margin-bottom:20px;}
.caseList li .case_w{display:block;width:195px;height:195px;padding:10px;background:url(../images/lybj.png) no-repeat;position:absolute;bottom:14px;left:0px;}
.caseList li .case_w a{display:block;width:195px;height:195px;overflow: hidden;}
.caseList li .case_w a img{
transition:all 1s ease-in-out;
-webkit-transition:all 1s ease-in-out;
-moz-transition:all 1s ease-in-out;
-o-transition:all 1s ease-in-out;
}
.caseList li .case_w a img:hover{
transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-o-transform:scale(1.1);
-ms-transform:scale(1.1);
}
.caseList li .case_w .fire{background:#000;opacity:0.5;filter:alpha(opacity=50);position:absolute;top:10px;left:10px;width:195px;height:195px;z-index:2;display:none;}
.caseList li .case_w .y{width:55px;height:55px;top:70px;position:absolute;z-index:3;display:none;}
.caseList li .case_w .y{background:url(../images/readmore-icon.png);left:80px;}
.caseList li span{display:block;width:215px;height:30px;line-height:30px;text-align:center;font-weight:bold;color:#0071b6;position: absolute;bottom:-17px;left:0}
/* 常见问题 */
.faqList li{padding:15px 0;border-bottom:1px dashed #d9d9d9;overflow:hidden;}
.faqList li h3{font-size:16px;color:#333;font-family:"微软雅黑";background:url(../images/fq.jpg) no-repeat left center;padding-left:25px;}
.faqList li p{color:#888;background:url(../images/fa.jpg) no-repeat left 4px;padding-left:25px;margin-top:8px;}
.faqList li h3 a:hover,.faqList li p a{color:#0071b6;}
.mt15 {margin-top: 15px;}
#pages { width:723px;padding:10px 0 10px;text-align:center;font:12px; overflow:hidden;}
#pages a { display:inline-block; padding:0px 8px; height:22px;font-size:12px;line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333}
#pages a.a1 {padding:0px 12px; height:22px; line-height:22px;margin-top:0px;}
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none; }
#pages span { display:inline-block;  padding:0px 8px; height:22px; line-height:22px; background:#0071b6; border:1px solid #0071b6; color:#fff; text-align:center; }
.download{
  width: 715px;
  overflow: hidden;
margin-bottom: 40px;
}
.download li{
  overflow: hidden;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px dashed #D2D2D2;
font-size: 14px;
}
.download li p{
  font-size: 12px;
}
.download li h3 {
    color: #006AAB;
    font-size: 14px;
}
.download li .down {
    float: right;
    background: #006AAB;
    width: 75px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    color: #FFF;
    font-size: 12px;
    border-radius: 3px;
    padding: 3px 10px 3px 10px;
    margin-top: 20px;
    margin-left: 15px;
}
/* 内容布局 */
.headerHot{height:58px;border-bottom:1px solid #e5e5e5;position:relative;z-index:11;overflow:hidden;}
.headerHot .keyword{width:635px;height:58px;line-height:58px;overflow:hidden;background:url(../images/hoticon.jpg) no-repeat left center;padding-left:25px;}
.headerHot .keyword a{padding:0 10px;}
.headerHot .search{width:320px;height:32px;margin-top:13px;background:url(../images/sear.jpg) no-repeat;}
.headerHot .search .text{width:273px;height:32px;line-height:32px;float:left;border:none;background:none;padding-left:13px;color:#999;}
.headerHot .search .subt{display:block;width:25px;height:32px;background:none;float:right;border:none;cursor:pointer;}

.mainOdds{overflow:hidden;padding-top:15px;}
.mainOdds li{width:142px;height:166px;float:left;background:url(../images/pbj.png) no-repeat right top;text-align:center;font-family:"微软雅黑";padding-top:22px;}
.mainOdds li a{display:block;width:60px;height:76px;margin:0 auto;background:url(../images/odbj.png) no-repeat;padding:28px 16px 0;cursor:pointer;}
.mainOdds li a img{transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}
.mainOdds li a:hover img{transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
}
.mainOdds li h2{height:18px;line-height:18px;padding-top:10px;}
.mainOdds li span{font-size:10px;text-transform:uppercase;color:#999;}

.mainApplic{width:1234px;height:507px;background:url(../images/applic.png) no-repeat;margin:40px auto 0;}
.mainProd{width:860px;height:290px;overflow:hidden;margin-left:140px;}
.prodTitle{height:41px;}
.prodTitle li{width:145px;height:41px;line-height:41px;text-align:center;float:left;margin-right:6px;background:url(../images/btbj.png) no-repeat;overflow:hidden;font-family:"微软雅黑";font-size:16px;color:#fff;cursor:pointer;}
.prodTitle li.on{background:url(../images/btbj.png) no-repeat 0 -41px;color:#fff;}
.prodTitle a{display:block;float:right;width:105px;height:41px;line-height:41px;text-align:center;font-family:"微软雅黑";font-size:16px;color:#fff;background:url(../images/btbj.png) no-repeat 0 -82px;overflow:hidden;}
.prodTitle a:hover{background-position:0 -123px;color:#fff;}

.prodBox{width:860px;height:220px;overflow:hidden;margin-top:20px;position:relative;}
.prodBox .sPrev{position:absolute;left:0px;top:75px;display:block;width:25px;height:25px;background:url(../images/ant.png) no-repeat}
.prodBox .sNext{position:absolute;right:10px;top:75px;display:block;width:25px;height:25px;background:url(../images/ant.png) no-repeat 0 -25px;}
.prodBox .sPrev:hover{background-position:0 -50px;}
.prodBox .sNext:hover{background-position:0 -75px;}
.prodBox .tempWrap{left:35px;top:0;}
.prodBox ul{overflow:hidden;zoom:1;width:780px;height:217px;}
.prodBox ul li{width:185px;height:235px;float:left;margin:0 5px;}
.prodBox ul li a{display:block;width:175px;height:175px;padding:4px;border:1px solid #338dc5;overflow: hidden;}
.prodBox ul li img{
transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
}
.prodBox ul li img:hover{
transform:scale(1.2);
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-o-transform:scale(1.2);
-ms-transform:scale(1.2);
}
.prodBox ul li span{display:block;width:185px;height:50px;line-height:50px;text-align:center;color:#fff;}

.mainIcon{width:940px;height:130px;margin:30px auto 0;overflow:hidden;}
.mainIcon ul{width:1050px;}
.mainIcon ul li{width:100px;height:130px;float:left;margin-right:40px;}
.mainIcon ul li a{display:block;width:70px;height:80px;margin:0 auto;background:url(../images/icbj.png) no-repeat;padding:20px 15px 0;cursor:pointer;}
.mainIcon ul li a img{transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}
.mainIcon ul li a:hover img{transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);}

.mainIcon  span{line-height:30px;text-align:center;display: block;color:#fff;}

.mainYsone{width:1920px;height:670px;position:relative;left:50%;margin-left:-960px;background:url(../images/ysbj.jpg) no-repeat;font-family:"微软雅黑";}
.mainYsone h2{font-size:36px;line-height:40px;font-weight:bold;color:#0071b6;padding-top:40px;text-align:center;}
.mainYsone h3{text-align:center;color:#0071b6;height:25px;line-height:25px;background:url(../images/telbja.png) no-repeat 375px center;font-size:14px;margin-top:5px;}
.mainYsone h3 span{font-size:18px;font-family:arial;}

.ysOnea{position:absolute;top:150px;left:145px;}
.ysOnea h4,.ysOneb h4,.ysOnec h4,.ysOned h4{font-size:18px;line-height:29px;font-weight:bold;color:#4fb138;padding-left:35px;}
.ysOnea p,.ysOneb p,.ysOnec p,.ysOned p{background:url(../images/dg.png) no-repeat 6px center;padding-left:35px;margin-top:3px;}
.ysOneb{position:absolute;top:150px;right:0;}
.ysOnec{position:absolute;top:380px;left:145px;}
.ysOned{position:absolute;top:380px;right:46px;}

.process{height:750px;font-family:"微软雅黑"}
.process h2{font-size:36px;line-height:40px;font-weight:bold;color:#0071b6;text-align:center;}
.process h2 span{background:#4bb033;color:#fff;padding:0 13px;border-radius:50%}
.process h3{text-align:center;color:#0071b6;height:25px;line-height:25px;background:url(../images/telbja.png) no-repeat 375px center;font-size:14px;margin-top:5px;}
.process h3 span{font-size:18px;font-family:arial;}

.proA{width:256px;height:330px;background:url(../images/pro_a.png) no-repeat;position:absolute;top:95px;left:0;padding-top:278px;}
.proA h4,.proB h4,.proC h4,.proD h4{width:220px;margin:0 auto;font-size:18px;font-weight:bold;color:#0071b6;padding:15px 0;border-bottom:1px solid #d9d9d9;}
.proA h4 span,.proB h4 span,.proC h4 span,.proD h4 span{display:block;color:#333;font-size:16px;}
.proA p,.proB p,.proC p,.proD p{font-size:14px;padding-top:15px;width:220px;margin:0 auto;color:#333;}
.proB{width:250px;height:376px;background:url(../images/pro_b.png) no-repeat;position:absolute;top:95px;left:256px;padding-top:232px;}
.proC{width:250px;height:330px;background:url(../images/pro_C.png) no-repeat;position:absolute;top:95px;left:506px;padding-top:278px;}
.proD{width:254px;height:376px;background:url(../images/pro_d.png) no-repeat;position:absolute;top:95px;left:756px;padding-top:232px;}

.mainAd{width:1920px;height:165px;position: relative;left:50%;margin-left:-960px;background:url(../images/ad.jpg) no-repeat;font-family:"微软雅黑";font-weight:bold;color:#fff;}
.mainAd .tel{position: absolute;top:25px;font-size:20px;}
.mainAd a{display:block;width:218px;height:38px;line-height:38px;text-align:center;background:#4aaf33;font-size:18px;color:#fff;position: absolute;top:100px;right:0;}
.mainAd a:hover{background:#54c43a;color:#fff;}

.mainClient{width:1000px;height:207px;}
.mainClient h2{width:182px;height:207px;float:left;}

.client{width:800px;height:118px;margin-top:55px;float:right;overflow: hidden;position: relative;}
.client .prev{display:block;width:25px;height:25px;background:url(../images/ant.png) no-repeat 0 -100px;overflow:hidden;cursor:pointer;position: absolute;top:30px;left:0px;}
.client .prev:hover{background-position:0 -50px;}
.client .next{display:block;width:25px;height:25px;background:url(../images/ant.png) no-repeat 0 -125px ;overflow: hidden;cursor:pointer;position: absolute;top:30px;right:0px;}
.client .next:hover{background-position:0 -75px;}
.client .bd{width:705px;height:118px;margin:0 auto;overflow:hidden;}
.client .bd li{width:167px;height:118px;text-align:center;float:left;margin-right:12px;}
.client .bd li img{padding:5px;background:url(../images/clbj.jpg) no-repeat;}
.client .bd li span{display:block;width:167px;height:30px;line-height:30px;}

.mainSuccess{width:1186px;height:320px;margin:0 auto;}
.mainTitle{height:20px;line-height:20px;font-family:"微软雅黑";font-size:18px;font-weight:bold;color:#0071b6;background:url(../images/icon.png) no-repeat left center;padding-left:25px;}
.mainTitle i{font-style:normal;font-weight:normal;font-family:arial;font-size:16px;color:#666;padding-left:5px;text-transform:uppercase;}
.mainTitle a{float:right;height:20px;font-size:14px;background:url(../images/icona.png) no-repeat right;padding-right:20px;font-family:arial;font-weight:normal;}

.mainAbout{width:1920px;height:628px;position: relative;left:50%;margin-left:-960px;background:url(../images/abbj.jpg) no-repeat;}
.abxt{width:1000px;height:350px;background:url(../images/xt.png) no-repeat center bottom;overflow: hidden;}
.aboutBox{width:715px;height:320px;background:url(../images/abt.png) repeat-y right top;padding:30px 25px 0 0;}
.aboutBox .video{width:317px;height:215px;padding:10px;background:#fff;float:left;margin-top:30px;}
.aboutBox .about{width:353px;padding-left:25px;margin-top:30px;font-family:"微软雅黑";}
.aboutBox .about h3{height:27px;margin-top:10px;font-size:16px;color:#333;}
.aboutBox .about p{padding-top:12px;font-size:14px;line-height:22px;}

.honorBox{width:240px;height:320px;overflow: hidden;padding-top:30px;position:relative;}
.honorBox .prev{display:block;width:25px;height:25px;background:url(../images/ant.png) no-repeat 0 -100px;overflow:hidden;cursor:pointer;position: absolute;top:190px;left:0px;}
.honorBox .prev:hover{background-position:0 -50px;}
.honorBox .next{display:block;width:25px;height:25px;background:url(../images/ant.png) no-repeat 0 -125px ;overflow: hidden;cursor:pointer;position: absolute;top:190px;right:0px;}
.honorBox .next:hover{background-position:0 -75px;}
.honorBox .bd{width:165px;height:147.5px;overflow:hidden;margin:90px auto 0}
.honorBox .bd li{width:165px;height:147.5px;float:left;text-align:center;}
.honorBox .bd li{display:table-cell;vertical-align:middle;display:block;}
.honorBox .bd li img{max-height:100%;max-width:100%;border:1px solid #e4e5e3;}
.honorBox .bd li span{display:block;height:30px;line-height:30px;font-size:14px;font-family:"微软雅黑";}

.settingBox{width:1000px;overflow:hidden;padding-top:20px;}
.settingBox .bd {padding-top:30px;}
.settingBox .bd ul{width:1150px;padding-top:20px;}
.settingBox .bd li{width:234px;height:191px;float:left;text-align:center;margin-right:40px;}
.settingBox .bd li img{width:220px;height:147px;padding:7px;background:#fff;}
.settingBox .bd li span{display:block;width:234px;height:30px;line-height:30px;font-size:14px;font-family:"微软雅黑";}

.newsBox{width:290px;background:url(../images/abt.png) repeat-y right top;padding-right:30px;padding-top:25px;}
.newsBox h3{width:276px;height:166px;overflow:hidden;border:7px solid #fff;margin-top:25px;}
.newsBox h3 img{
transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
}
.newsBox h3 img:hover{
transform:scale(1.2);
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-o-transform:scale(1.2);
-ms-transform:scale(1.2);
}
.newsBox ul{padding-top:10px;}
.newsBox ul li{height:38px;border-bottom:1px dashed #d7d7d7;}
.newsBox ul li a{display:block;width:275px;line-height:38px;background:url(../images/iconb.png) no-repeat 0px 15px;padding-left:15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float:left;font-family:"微软雅黑";font-size:14px;}

.faqBox{width:305px;padding-top:25px;}
.faqBox .bd{height:385px;overflow: hidden;margin-top:25px;}
.faqBox .bd li{padding:14px 0;border-bottom:1px dotted #b1b1b1;font-family:"微软雅黑";}
.faqBox .bd li h4{background:url(../images/fq.jpg)no-repeat left center;padding-left:28px;font-size:14px;line-height:18px;height:18px;margin-bottom:10px;color:#333;}
.faqBox .bd li p{background:url(../images/fa.jpg)no-repeat left 2px;padding-left:28px;color:#999;line-height:20px;}

/* 内页布局样式 */
.pageBanner{height:250px;width:1920px;position:relative;left:50%;margin-left:-960px;background:url(../images/babj.jpg) repeat-x left top;padding-top:3px;margin-top:10px;margin-bottom: 10px;}
.pageSidebar{width:215px;overflow: hidden;}
.sidebarOne{margin-top:6px;}
.sidebarOne h2,.sidebarTwo h2,.sidebarThree h2{height:45px;line-height:45px;background:url(../images/barbt.jpg) no-repeat;font-size:20px;color:#fff;text-align:center;font-family:"微软雅黑"}
.sidebarOne ul{width:195px;padding:10px;background:#2993c6;border-radius:0 0 4px 4px}
.sidebarOne li{height:35px;border-bottom:1px dashed #31b1ed;}
.sidebarOne li a{display:block;width:195px;height:35px;line-height:35px;font-family:"微软雅黑";font-size:14px;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#fff;}
.sidebarOne li a:hover,.sidebarOne li a.active{background:url(../images/barhover.png) no-repeat left center;color:#036ea8;}

.sidebarThree ul{width:213px;padding:10px 0;border:1px solid #f2f3f4;background:#f9f9f9;}
.sidebarThree li{height:35px;border-bottom:1px dashed #cddce4;}
.sidebarThree li a{display:block;width:173px;height:35px;line-height:35px;padding-left:40px;font-family:"微软雅黑";font-size:14px;background:url(../images/iconc.png) no-repeat 15px center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.sidebarThree li a:hover{background:url(../images/icond.png) no-repeat 15px center #e1f7ff;color:#036ea8;}

.sidebarTwo ul{width:193px;padding:10px;border:1px solid #f2f3f4;background:#fff;}
.sidebarTwo ul li{height:35px;border-bottom:1px solid #cddce4;}
.sidebarTwo li a{display:block;width:178px;height:35px;line-height:35px;padding-left:15px;background:url(../images/icone.png) no-repeat 0 center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.syTel{height:27px;font-family:arial;font-size:22px;color:#fff;background:url(../images/letl.png) no-repeat;padding-top:23px;padding-left:66px;}

.pageContent{width:760px;}
.pageTitle{background:url(../images/title.png) no-repeat;height:74px;line-height:40px;}
.pageTitle .title{width:700px;margin:0 auto;height:34px;line-height:34px;border-bottom:1px solid #c9c9c9;padding-top:39px;}
.pageTitle .title h2{display:block;float:left;height:34px;text-align:left;font-size:16px;overflow: hidden;font-family:"微软雅黑";background:url(../images/iconf.png) no-repeat left center;padding-left:15px;}
.pageTitle span{height:34px;float:right;font-family:"宋体";}
.pageTitlea{height:35px;line-height:35px;background:url(../images/iconf.png) no-repeat left center;padding-left:15px;border-bottom:2px solid #0071b6;}

.pageContentBox{width:700px;min-height:680px;padding:20px 30px;overflow:hidden;}
.pageContentBoxTwo{width:728px;min-height:680px;padding:20px 15px;overflow:hidden;border:1px solid #0071b6;}
.ml30 {
margin-left: 30px;
}
.qqkefu{
	position: fixed;
    bottom:40%;
    _position: absolute;
   _top: expression(eval(document.documentElement.scrollTop + 365));
    z-index: 20;
	right:0;
	width:45px
	}
.qqkefu ul li{
	height:45px;
	margin-bottom:1px;
	float:right;
	background:#4bb033;
	line-height:35px;
	font-size:14px;
	cursor:pointer;
	position:relative
}
.qqkefu ul li a{
	color:#fff;
	}
.qqkefu ul li.qq_cza{
	overflow:hidden
	}
.qqkefu ul li:hover{
	background:#0071B6;
	}
.qqkefu ul li.top{
	color:#1c1c1c;
	font-weight:800;
	text-align:center;
	line-height:45px;
	background:#ffffff;
	position:relative;
	width:45px;
	cursor:pointer
	}
.qqkefu ul li.top span{
	position:absolute;
	display:block;
	left:0;
	top:-5px;
	height:5px;
	width:45px;
	background:url(../images/czx2.png) no-repeat center;}
.qqkefu ul li.top:hover{
	background:#CBCBCB}
.qqkefu ul li.top:hover span{
	background:url(../images/czx2_hover.png) no-repeat center}
.qqkefu ul li b{
	width:45px;
	height:45px;
	display:block;
	overflow:hidden;
	float:left}
.qqkefu ul li b.a{
	background:url(../images/czx4.png) no-repeat center center;
}
.qqkefu ul li b.b{
	background:url(../images/czx3.png) no-repeat center center;
}
.qqkefu ul li b.c{
	background:url(../images/czx5.png) no-repeat center center;
}
.qqkefu ul li b.lxb{
	background:url(../images/phone0.png) no-repeat center center;
}
/*离线宝*/
.qq_czlxb{position:relative;}
 .phone_whole{
            width: 137px;
            height: 220px;
            padding-left: 8px;
            background: url("../images/phone_hoer.png") no-repeat;
            display:none;
            position:absolute;
            top: -128px;
            left: -138px;
        }
        input{
            border: none;
        }
        .phone_text{
            width: 112px;
            height: 23px;
            padding: 0px 0px 0px 5px;
            background: #393939;
            color: #616161;
            font-size: 12px;
            margin: auto;
            line-height: 23px;
        }
        .phone_submit{
            width: 72px;
            height: 20px;
            background: #e60013;
            color: #fff;
            text-align: center;
            line-height: 18px;
            font-size: 12px;
            border-radius: 3px;
            margin:5px 0px 0px 23px;
            cursor: pointer;
            background:url("../images/sub.jpg") no-repeat;
        }
        .phone_submit:hover{
            filter: alpha(opacity=80);
            -moz-opacity: 0.8;
            opacity: 0.8;
            -khtml-opacity: 0.8;
        }
.lxb-container-btn-show{z-index:9999;}
.erweima{
	/*width: 390px;*/
	height: 150px;
	position: absolute;
	top: -107px;
	left: -265px;
	background: #FFF;
	border: 1px solid #CCC;
	float: right;
	cursor: default !important;
	display:none
	}
.erweima p{
	line-height: 20px;
	color: #000;
	font-size: 12px;
	text-align: center;
	float: left;
	width: 130px;
	}
.erweima p img{
	width: 100px;
	height: 100px;
	margin: 10px 10px 0px 10px;
	}	
.erweima .arrow3 {
width: 5px;
height: 10px;
display: block;
background:url(../images/czx6.png) no-repeat;
position: absolute;
right: -5px;
top: 122px;
}
.top{
    height: 58px;
    background: #1f2228;
    position:fixed;
	z-index:99;
	width:100%;
}
.tel{width:148px;height:44px;top:46px;right:0;padding-top:36px;background:url(../images/telbj.png) no-repeat;font-family:arial;font-size:20px;color:#fff;padding-left:72px;}
.cxt{padding-top: 15px;padding-right: 10px;}