﻿/* CSS Document */
@charset "utf-8";/* 	@名称:style	@功能: 重设浏览器默认样式*//* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin:0; padding:0; }/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }/* HTML5 媒体文件跟 img 保持一致 */
audio, canvas, video { display: inline-block; *display: inline;
*zoom: 1;
}/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea { font:12px; }
input, select, textarea { font-size:100%; }/* 去掉各Table  cell 的边距并让其边重合 */
table { border-collapse:collapse; border-spacing:0; }/* IE bug fixed: th 不继承 text-align*/
th {}/* 去除默认边框 */
fieldset, img { border:0; }/* ie6 7 8(q) bug 显示为行内表现 */
iframe { display:block; }/* 去掉 firefox 下此元素的边框 */
abbr, acronym { border:0; font-variant:normal; }/* 一致的 del 样式 */
del { text-decoration:line-through; }
address, caption, cite, code, dfn, em, th, var { font-style:normal; }/* 去掉列表前的标识, li 会继承 */
ol, ul { list-style:none; }/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th {  }/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:500; }
q:before, q:after { content:''; }/* 统一上标和下标 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }/* 让链接在 hover 状态下显示下划线 */
a{color:#666666;}
a:hover { text-decoration:none; color:#1eacd2; }/* 默认不显示下划线，保持页面简洁 */
ins, a { text-decoration:none; }/* 清理浮动 */
.fn-left, .fn-right { display:inline; }
.fn-left { float:left; }
.fn-right { float:right; }


/*-------------Layout---------------*/
body{background:#fbfaf8; font-size:12px; color:#666666;}
.width{width:1000px; margin:0 auto; overflow:hidden}
.font_yahei{font-family:"微软雅黑", Arial, Helvetica, sans-serif;}
.font_12{font-size:12px;}
.font_14{font-size:14px;}
.font_16{font-size:16px;}
.font_18{font-size:18px;}
.font_20{font-size:20px;}
.font_24{font-size:24px;}
.font_28{font-size:28px;}
.font_48{font-size:48px;}
.font_n{font-family:Arial, Helvetica, sans-serif}
.clear{font-size: 1px; clear: both; visibility: hidden; width: 1px; height:0px;}
.clear15{font-size: 1px; clear: both; overflow: hidden; width: 1px; height:0px; height:15px;}
.clear30{font-size: 1px; clear: both; overflow: hidden; width: 1px; height:0px; height:30px;}

.text_9{color:#999;}


.link_white{color:#fff;}
a.link_white:hover{color:#ff0;}

.link_white_under{color:#fff;}
a.link_white_under{color:#fff;}

.red{color:#ce0f0f;}
a.red:hover{text-decoration:underline;}
.black{color:#000;}

.black_3{color:#333;}
a.black_3:hover{color:#333; text-decoration:underline;}

.blue{color:#0080ca;}
a.blue:hover{color:#106fa6; text-decoration:underline}

.orange_text{color:#ff7200;}
.red_text{color:#ff4200;}
 
.dis{display:block;}
.undis{display:none;}

.border_1{border:1px solid #c9c9c9; background:#fff; border-color:#cecece #f0f0f0 #f0f0f0 #cecece}
.color_a{color:#aaa;}

.qh_color{color:#1eacd2;}
a.qh_color:hover{text-decoration:underline; color:#1eacd2;}

.color_9{color:#999;}

.bg_border{border:1px solid #e7e7e7;}
.bg_white{background:#fff; overflow:hidden}



/*--top--*/
.index_top{ width:100%; height:25px; background-color:#008fb5; line-height:25px; font-size:12px;}
.index_top a{color:#fff;}
.index_top a:hover{color:#7ed1e8;}
.top_right em{color:#1aabcf; margin:0px 10px;}

/*--header--*/
.index_header{ width:100%; height:75px; background-color:#0b7b96;}
.logo{background:url(../images/logotu.jpg) no-repeat; width:340px; height:53px; margin-top:14px;}
.menu a{width:100px; height:75px; line-height:75px; text-align:center; color:#fff; display:block; float:left;  margin-left:15px;}
.menu a:hover{background:#136d82;}
.menu .menu_select{background:#136d82;}

/*--footer--*/
.footer{background:#fff; height:200px; overflow:hidden; border-top:1px solid #e5e5e5; text-align:center; line-height:200px;}
.footer span{margin-left:20px; display:inline}

.yemian_bg{background:url(../images/menu/zhongduan/zhongduan_list_bg.gif) repeat-y;}

/*--button--*/
.button_blue{border:none; border-bottom:1px solid #0c6779; border-radius:2px;  color:#fff; font-weight:bold; cursor:pointer;
background: -moz-linear-gradient(top, #2ea7c2, #2d9bb4); /* Firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2ea7c2), color-stop(1, #2d9bb4)); /* Saf4+, Chrome */
background: -ms-linear-gradient(#2ea7c2 0%,#2d9bb4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ea7c2', endColorstr='#2d9bb4', GradientType='0'); /* IE*/
}
.button_blue:hover{ border-bottom:1px solid #117e94;
background: -moz-linear-gradient(top, #3bbdd2, #3ab2c7); /* Firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3bbdd2), color-stop(1, #3ab2c7)); /* Saf4+, Chrome */
background: -ms-linear-gradient(#3bbdd2 0%,#3ab2c7 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bbdd2', endColorstr='#3ab2c7', GradientType='0'); /* IE*/
}

.button_green{border:none; border-bottom:1px solid #0d7b71; border-radius:2px;  color:#fff; font-weight:bold; cursor:pointer;
background: -moz-linear-gradient(top, #2ec2b5, #2db4a8); /* Firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2ec2b5), color-stop(1, #2db4a8)); /* Saf4+, Chrome */
background: -ms-linear-gradient(#2ec2b5 0%,#2db4a8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ec2b5', endColorstr='#2db4a8', GradientType='0'); /* IE*/
}
.button_green:hover{border-bottom:1px solid #129990;
background: -moz-linear-gradient(top, #3fd5cb, #3ecac0); /* Firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3fd5cb), color-stop(1, #3ecac0)); /* Saf4+, Chrome */
background: -ms-linear-gradient(#3fd5cb 0%,#3ecac0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fd5cb', endColorstr='#3ecac0', GradientType='0'); /* IE*/
}

/*--推广联盟--*/
.text_blue_tuiguang_title{color:#1eacd2;}

/*--table--*/
.tab1 tr td{padding-bottom:25px; padding-left:15px;}
.tab2 tr td{padding-bottom:15px; padding-left:15px;}
.error{text-align:center; width:100%; display:block; line-height:45px}
.font_normal{font-weight:normal;}

/*--图标--*/
.ico_new, .ico_view, .ico_love, .ico_comment{display:block; float:left; margin-left:6px; font-size:12px; color:#b7b7b7}

.ico_new{background:url(../images/ico_all.gif) no-repeat; width:17px; height:9px; margin-top:9px;}
.ico_view{background:url(../images/ico_all.gif) 0px -10px no-repeat; padding-left:19px;}
.ico_love{background:url(../images/ico_all.gif) 0px -42px no-repeat; padding-left:19px;}
.ico_comment{background:url(../images/ico_all.gif) 0px -77px no-repeat; padding-left:19px; margin-left:15px;}