@charset "utf-8";
/*CSS reset*/
html, body, div, p,ol,ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select,fieldset,legend, button, textarea,iframe, table, marquee{ margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6{font-size:12px;}
html{min-height:100%;overflow-y:hidden;}
fieldset{border:0 none;}
legend{display:none;}
textarea,input{outline:none;}
table{
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
	word-wrap:break-word;
	}
div{word-wrap:break-word;}
img{ border: 0 none;margin: 0;padding: 0; /*vertical-align:bottom; display:block;空隙的解决方法 */}
ul, li{ list-style-type: none; }
em{ font-style:normal;}
body{font-family:"Microsoft YaHei",微软雅黑, Arial, Helvetica, sans-serif;color:#333;-webkit-text-size-adjust:none;font-size:12px;behavior:url("csshover.htc")/*解决IE6不支持hover的问题*/; cursor:default; overflow-y:hidden;}
article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary,time{display: block;}

/*定位*/

.wrapper{margin:0 auto;width:950px;}
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.bc{margin-left: auto;margin-right: auto;}
.fl{float:left;display:inline;} 
.fr{float:right;display:inline;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clear{clear:both;}
.hide{ display:none;}
.b{ border:1px solid #000000;}
.w{ border:1px solid #ffffff;}
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.mt10{margin-top:10px;}
.mr10{margin-right:10px;}
.block{ display:block;}
.bold{ font-weight:bold;}
.lh36{line-height:36px;}
.lh24{line-height:24px;}
.white{ color:#fff;}
.blue{ color:#0373cc;}
.red{color:#C03;}
.gray{ border:1px solid #eaeaea;}
.pointer{ cursor:pointer;}
.Arial{font-family:Arial, Helvetica, sans-serif;}
.over_hidden{overflow:hidden;}
.pos_relative{position:relative;top:0;left:0; *z-index:800;}
.pos_absolute{position:absolute;top:0;left:0; z-index:999;}
/*a*/
a{blr:expression(this.onFocus=this.blur())/*IE下*/; transition:color ease-in-out .2s/*IE10+、Firefox、chrome、Opera*/;} 
a:focus{outline:none;}/*FF下*/
a:link{color:#333;text-decoration:none;}
a:visited{color:#333;text-decoration:none;}
a:hover{color:#0d65b1;text-decoration:none;}

/*产品最终页*/
.image_slide{width:655px; min-height:560px; _height:560px; background:#f0f0f0;}
.image_text{width:250px; height:auto; margin:0 0 0 20px; background:#f0f0f0; padding:10px; overflow:hidden;}
  .image_name,.image_introduce{width:80px; text-align:center; padding:3px 10px; background:#044a86; color:#fff;}
  .image_introduce{margin:10px 0 0 0;}
  .img_txt{margin:10px 0 0 0; line-height:24px;}
  .image_detail{height:440px; line-height:24px; overflow:hidden;}
  
html {   
scrollbar-face-color: #0099CC;   
scrollbar-3dlight-color: #0099CC;   
scrollbar-highlight-color: #0099CC;   
scrollbar-track-color: #EBEBEB;   
scrollbar-arrow-color: white;   
scrollbar-shadow-color: #0099CC;   
scrollbar-dark-shadow-color: #0099CC; 
} 
/* scroll bar*/
::-webkit-scrollbar{width:8px;}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#ddd}/*  滚动槽颜色 */
::-webkit-scrollbar-thumb:vertical{background-color:#0099CC;border-radius:10px}/* 滚动条颜色，圆角 */
::-webkit-scrollbar-thumb:vertical:hover{background-color:#6699CC}  /* 鼠标移上去时候的滚动条颜色 */
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}