﻿/* 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; }/* 对齐是排版最重要的因素, 别让什么都居中 */







body{
	font-size:12px;
	margin:0;
	line-height:15px;
	color:#636161;
	background-color:#6b6666;
}

.morelink,.morelink:hover{color:#600;}
/*--ϵͳ�ĵ�--left--*/
.xtwd_left{
	width:270px;
	background-color:#ffffff;
	margin:0px 0px 10px 20px;
	}
.xtwd_left1{
	width:230px;
	background-color:#ffffff;
	margin:0px 0px 10px 15px;
	}
.linegao{
	line-height:25px;
	text-align:left;
	background-color:#ffffff;
}
/*--WAp--*/
.wap_main{
	text-align:right;
}
.xtwd_wap{
	width:1000px;
	margin:0 auto;
	background-color:#ffffff;
	padding:20px 0px 0px 0px;
	height:100%;
}

.xtwd_wap1{
	width:1000px;
	margin:0 auto;
	background-color:#ffffff;
}
.xtwd_wap2{
	width:1000px;
	margin:0 auto;
	background-color:#ffffff;
}
.xtwd_l{
	width:290px;
	}
.xtwd_l1{
	width:250px;
	}
.wap{
	width:690px;
	margin-right:20px;
	}
	
.wap1{width:720px; margin-right:10px; margin-left:5px;}


li{list-style-type:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
input,button{margin:0;font-size:12px;vertical-align:middle;}
img{border:0px;}
.fl{float:left;}
.fr{float:right;}
.pl{padding-left:10px;}
.pr{padding-right:10px;}
.ml{margin-left:10px;}
.mr{margin-right:10px;}
.mt{margin-top:10px;}
.mb{margin-bottom:10px;}
.clr{clear:both;width:0px;height:0px;line-height:0px;font-size:0x;}
#theme{width:1000px;margin:0px auto;background:#fff;}
.ip_sidebar{width:254px;overflow:hidden;}
.hidden {display: none}
.biaoti{text-align:center;width:716px;font-weight:bold;}

/*--download--*/
.down_wrap{width:668px; margin:0 auto; margin-top:10px; margin-bottom:15px;}
.down_top{background: url(../../../pic/home/xtwd/down/down_bg.gif) no-repeat; width:668px; height:45px;line-height:45px; text-align:left}
.down_mid{background: url(../../../pic/home/xtwd/down/down_bg.gif) 0 -45px no-repeat; width:668px; text-align:left; padding-top:10px;}
.down_bot{background: url(../../../pic/home/xtwd/down/down_bg.gif) 0 bottom no-repeat;; width:668px; text-align:left; height:18px;}
.down_picb{width:646px; margin:0 auto; border:1px solid #c2c2c2; text-align:center}
.down_pic{margin-top:2px; margin-bottom:2px;}
.down_title{color:#3d3c3c; font-size:14px; font-weight:bold; padding-left:15px;}
.down_type{color:#929397;}
.down_text{color:626161; line-height:30px; margin-top:15px; margin-left:15px; margin-right:10px;}