﻿/* 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}
.width_11{width:1000px; margin:0 auto;}
.font_yahei{font-family:"Microsoft Yahei","Hiragino Sans GB",tahoma,arial;}
.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_36{font-size:36px;}
.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;}
.clear20{font-size: 1px; clear: both; overflow: hidden; width: 1px; height:0px; height:20px;}

.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}
.guanggao_border{border:1px solid #e7e7e7; padding:10px; background:#fff;}


/*--top--*/
.index_top{ width:100%; height:25px; background-color:#008fb5; line-height:25px; font-size:12px;}
.index_top .top_right a span{color:#fff;}
.index_top .top_right a:hover span{color:#7ed1e8;}
.index_top .top_right a{color:#fff;}
.index_top .top_right a:hover{color:#7ed1e8;}
.top_right em{color:#1aabcf; margin:0px 10px;}



.login_user{zoom: 1; width: 180px; float:left; display:block}
.login_user .login_user_uid{padding-left: 10px; margin-right: 6px; float:left}
.index_top a.login_user:hover span{color:#000;}
.login_user i{height: 0; width: 0; overflow: hidden; font-size: 0; line-height: 0; border-color: #fff transparent transparent transparent; border-style: solid dashed dashed dashed; border-width: 4px; display:inline-block; margin-left:3px; margin-right:6px; float:right; margin-top:10px;}
.login_user:hover{background:#fff; color:#000;}
.login_user:hover .login_user_uid{color:#000;}
.login_user:hover i{ border-color:transparent transparent #000  transparent; border-style: dashed  dashed  solid dashed; margin-top:6px;}

.login_user_s{zoom: 1;width: 180px; background:#fff; float:left; display:block}
.login_user_s .login_user_uid {padding-left: 10px; margin-right: 6px;  float:left; color:#000;}
.index_top .login_user_s .login_user_uid span{color:#000;}
.index_top a.login_user_s:hover span{color:#000;}
.login_user_s i{height: 0; width: 0; overflow: hidden; font-size: 0; line-height: 0;  border-color:transparent transparent #000  transparent; border-style: dashed  dashed  solid dashed; border-width: 4px; display:inline-block; margin-left:3px; margin-right:6px; float:right; margin-top:6px;}

.login_user_list_wrap{position: absolute; top: 25px; overflow: hidden; z-index:100;}

.login_user_list_bg{
	
	background: #fff;
	
	filter: alpha(Opacity=95);
	opacity: .95;
	border:1px solid #ccc;
	border-top:none
}
.login_user_list{position:absolute; font-size:12px; color:#000; top:0px; padding-bottom:0px; overflow:hidden}

.login_user_message{overflow:hidden;  padding:10px;}
.login_user_message img{float:left;}
.login_user_message span{display:block; float:left; line-height:19px; margin-left:7px;}

.index_top .login_user_main a{display:block; color:#000; padding-left:10px;}
.index_top .login_user_main a i{font-style:normal; color:#f00; margin-left:3px;}
.index_top .login_user_main a:hover{background:#008fb5; color:#fff;}
.index_top .login_user_main a:hover i{color:#fff;}
.tishi_box {
	float:left; height:12px; line-height:12px; margin-top:3px;
}
.tishi_top {
	border-bottom: 2px solid;
	border-top-color: #c13f33;
	border-bottom-color: #c13f33;
	border-left: 2px dotted transparent;
	border-right: 2px dotted transparent;
}
.tishi_center {
	color: white;
	background: #c13f33;
	padding:0px 5px;
	
}
.tishi_bot {
	border-top: 2px solid;
	border-top-color: #c13f33;
	border-bottom-color: #c13f33;
	border-left: 2px dotted transparent;
	border-right: 2px dotted transparent;
}
/*--header--*/
.index_header{ width:100%; height:75px; background-color:#0b7b96;}
.logo{background:url(../images/logotu.jpg) no-repeat; width:380px; height:50px; margin-top:14px; background-size:100% 100%}
.menu ul li{float:left;}
.menu a{ height:75px; line-height:75px; text-align:center; color:#fff; display:block; float:left;  margin-left:5px; padding:0px 10px}
.menu a:hover{background:#fff; color:#008fb5;}
.menu .menu_hover{background:#fff; color:#008fb5;}
.menu .menu_select{background:#136d82;}
.menu .menu_select:hover{color:#008fb5;background:#fff;}
.menu ul li .menu_erji{position:absolute; height:340px; top:100px; right:0px; left:0px; background:rgba(255,255,255,0.97); box-shadow:0px 3px 3px #dadada; display:none; z-index:100098}
.menu ul li:hover .menu_erji{display:block;}
.menu_erji_left{width:164px; float:left; border-right:1px solid #dadada; margin-top:15px;}
.menu .menu_erji_left ul{overflow:hidden; margin-top:8px; height:310px;}
.menu .menu_erji_left ul li{display:block; float:none; overflow:hidden; margin-bottom:1px;}
.menu .menu_erji_left ul li a{font-size:14px; color:#010101; line-height:40px; height:40px; display:block; float:none; padding-left:20px; text-align:left}
.menu .menu_erji_left ul li a:hover{background:#008fb5; color:#fff;}
.menu .menu_erji_left ul li .menu_erji_s{background:#008fb5; color:#fff;}
.menu_erji_right{margin-left:170px; overflow:hidden}
.menu .menu_erji_right ul{overflow:hidden; margin-top:23px;}
.menu .menu_erji_right ul li{float:left; overflow:hidden; margin-bottom:1px; width:25%}
.menu .menu_erji_right ul li a{font-size:14px; color:#010101; line-height:40px; height:40px; display:block; float:none; padding-left:20px; text-align:left}
.menu .menu_erji_right ul li a:hover{background:#008fb5; color:#fff;}
.menu .menu_erji_wulian ul{overflow:hidden; margin-top:23px; display:block}
.menu .menu_erji_wulian ul li{float:none; display:block; overflow:hidden; margin-bottom:1px; width:100%}
.menu .menu_erji_wulian ul li a{font-size:14px; color:#010101; height:auto; display:block; float:none; padding:12px 20px; text-align:left; line-height:inherit;}
.menu .menu_erji_wulian ul li a h4{font-size:12px; color:#999; padding-top:10px;}
.menu .menu_erji_wulian ul li a:hover h4{color:#fff;}


/*--footer--*/
.footer{background:#fff; height:200px; overflow:hidden; border-top:1px solid #e5e5e5; }
.footer_main{padding:35px 0 40px; text-align:center; line-height:40px;}
.footer_main p{padding: 0 5px; overflow:hidden}
.footer_main p a {padding: 0 5px; color: #b3b3b3;}
.footer_main p a:hover{text-decoration:underline;}
.footer_weixin span{display:block; border:1px solid #ccc; line-height:20px}
.footer_weixin span img{display:block;}
.footer_left{width:630px; overflow:hidden; margin-left:100px;}

.yemian_bg{background:url(../images/menu/zhongduan/zhongduan_list_bg.gif) center top 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; color:#fff;
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;}
.error{text-align:center; width:100%; display:block; line-height:45px; 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;}
.ico_new1{background:url(../images/all/news.gif) no-repeat; float:left; width:25px; height:20px; margin-left:6px; margin-top:3px; margin-right:15px;}


/*--idex ico--*/
.ico_tubiao_all{position: fixed; right: 15px;bottom:5px;z-index:10}

.ico_tubiao_all .ico_server_peizhi, .ico_tubiao_all .ico_huiyuan, .ico_tubiao_all .ico_liuyan, .ico_tubiao_all .retern, .ico_tubiao_all .ico_wenjuan{width:38px; height:38px; display:block; margin:0 auto; margin-bottom:10px;}
.ico_tubiao_all .ico_server_peizhi{background:url(../images/index/ico_tubiao.png) 0px 0px no-repeat;}
.ico_tubiao_all a.ico_server_peizhi:hover{background:url(../images/index/ico_tubiao.png) -38px 0px no-repeat;}
.ico_tubiao_all .ico_huiyuan{background:url(../images/index/ico_tubiao.png) 0px -38px no-repeat;}
.ico_tubiao_all a.ico_huiyuan:hover{background:url(../images/index/ico_tubiao.png) -38px -38px no-repeat;}
.ico_tubiao_all .ico_liuyan{background:url(../images/index/ico_tubiao.png) 0px -76px no-repeat;}
.ico_tubiao_all a.ico_liuyan:hover{background:url(../images/index/ico_tubiao.png) -38px -76px no-repeat;}
.ico_tubiao_all .retern{background:url(../images/index/ico_tubiao.png) 0px -114px no-repeat;}
.ico_tubiao_all a.retern:hover{background:url(../images/index/ico_tubiao.png) -38px -114px no-repeat;}
.ico_tubiao_all .ico_wenjuan{background:url(../images/index/ico_tubiao.png) 0px -152px no-repeat;}
.ico_tubiao_all a.ico_wenjuan:hover{background:url(../images/index/ico_tubiao.png) -38px -152px no-repeat;}

.ico_tubiao_all .ico_jiszhu_zhichi{width:60px; height:60px; background:url(../images/index/ico_jishu.png) no-repeat; color:#fff; text-align:center; line-height:60px; display:block;  margin-bottom:10px;}
.jishu_tanchu_wrap{width:440px; position:fixed; right:90px; top:50%; margin-top:-210px; box-shadow:0px 0px 10px #999; background:#fff; overflow:hidden; display:none}
.jishu_tanchu_wrap h3{background:#464646; height:40px; line-height:40px; padding-left:15px; color:#fff;}
.ico_tubiao_all .jishu_tanchu_wrap h3 a{display:block; width:40px; height:40px; float:right; margin-bottom:0px;}
.jishu_tanchu_wrap a span{background:url(../images/index/jishu_tanchu_close.png) no-repeat; display:block; width:20px; height:20px; margin-left:10px; margin-top:10px;}
.jiszhu_table{border-collapse:collapse;}
.jiszhu_table th{background:#ededed; border-bottom:1px solid #d6d6d6; height:35px; line-height:35px; text-align:center; color:#000}
.jiszhu_table td{height:32px; line-height:32px; border-bottom:1px solid #efefef;}
.jiszhu_table td a{display:block;}

.img_border{border:1px solid #e7e7e7; padding:5px;}

/*--升级--*/
.ico_shengji{background:url(../images/ico_shengji.png) no-repeat; width:12px; height:12px; display:block; position:absolute;}
.ico_shengji_1{margin-left: 42px; margin-top: -5px;}
.ico_shengji_2{margin-top: 20px; margin-left: 83px;}
.ico_shengji_3{margin-left: 24px; margin-top: 3px;}

/*--faq--*/
.faq_input{border:2px solid #dfe0e0; border-right:none; height:31px; padding-left:5px; line-height:31px; background:#fff;}
.faq_button{border:2px solid #dfe0e0; border-left:none; height:35px; background:url(../images/all/search_ico.jpg) center center no-repeat; width:30px; cursor:pointer}

