/*@charset "gb2312";*/
/**
 * 网站地址: http://www.qietu.com
 * ----------------------------------------------------------------------------
 * $codex 1. id和class命名采用该版块的英文单词或组合命名，并第一个单词小写，第二个单词首个字母大写，如:thinkCss（最新产品/think+Css)
 * $codex 2. CSS样式表各区块用注释说明
 * $codex 3. 尽量使用英文命名原则
 * $codex 4. 尽量不加中杠和下划线
 * $codex 5. 尽量不缩写，除非一看就明白的单词
 * $Author: psd2html
 * $mailto: <psd2html@qq.com>
 * $hack :ie 6 _  \ ie7 *+ \  ie6,ie7 *  \  ie7,firefox !important ie9, \9
*/
/**
 +------------------------------------------------------------------------------
 * 网站样式重写
 +------------------------------------------------------------------------------
 * @comefrom  互联网
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
 html{-webkit-text-size-adjust:none; /*解决chrome浏览器下字体不能小于12px*/}
 body{ color:#000000; font-family:"微软雅黑",Verdana, Arial, Helvetica, sans-serif;}
 * {}
a{outline:none; text-decoration:none;} a:hover{ text-decoration:underline;}
html{zoom:1;}html *{outline:0;zoom:1;} html button::-moz-focus-inner{border-color:transparent!important;} 
body{overflow-x: hidden; font-size:12px;} 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{margin:0;padding:0;} table{/*border-collapse:collapse;border-spacing:0;*/} fieldset,a img{border:0;} address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';}
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/} em,i{ font-style:normal;}



/**
 +------------------------------------------------------------------------------
 * Public Class
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }.clearfix {display:block;}.clear{ clear:both;}/* 清除浮动*/
.colwrapper { overflow:hidden; zoom:1 /*for ie*/; margin:5px auto; }/* 高度自适应 */ 
.strong{ font-weight: bold;} .left{ float: left;} .right{ float: right;} .center{ margin:0 auto; text-align:center;}
.show{ display:block; visibility:visible;}.hide{ display: none; visibility:hidden;}
.block{ display:block;} .inline{ display:inline;}
.transparent{filter:alpha(opacity=50); -moz-opacity:0.5;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/ -khtml-opacity: 0.5; opacity: 0.5; } .break{ word-wrap:break-word;overflow:hidden; /*word-break:break-all;*/}

.tal{ text-align:left} .tar{ text-align:right;}

/*文字两侧对齐*/
.justify {
	text-align:justify;
	text-justify:distribute-all-lines;/*ie6-8*/
	text-align-last:justify;/* ie9*/
	-moz-text-align-last:justify;/*ff*/
	-webkit-text-align-last:justify;/*chrome 20+*/
}

.toe{
	/*超出省略号*/
	 word-break:keep-all;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
@media screen and (-webkit-min-device-pixel-ratio:0){/* chrome*/
	.justify:after{
		content:".";
		display: inline-block;
		width:100%;
		overflow:hidden;
		height:0;
	}
}

/* 兼容IE6的定位属性fixed，固定不动样式 */
.fixed{
	position:fixed; 
	clip:rect(0 100% 100% 0);
	_position:absolute;
	
	/* 底部 */
	bottom:0px;
	left:0px;
	_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
	
	/* 左侧 */
	/*left:0px;*/
	/*_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);*/
	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
}
/* 解决固定层在IE6下闪的问题 */
*html{
	background-image:url(about:blank);
	background-attachment:fixed;
}


/*png图片ie6下透明滤镜实现写法*/
.pngimg{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/x.png');}

/**
 +------------------------------------------------------------------------------
 * FCK 兼容解决方案
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
em{ font-style:italic !important;} strike{ text-decoration:line-through !important;} strong{ font-weight:bold !important;} u{ text-decoration:underline !important;}

/**
 +------------------------------------------------------------------------------
 * 表单样式
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */

/**
 +------------------------------------------------------------------------------
 * 网站整体颜色总汇
 +------------------------------------------------------------------------------
 * @codex  颜色:使用颜色的名称或者16进制代码,如 
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.ff8600,ff86aa a{ color:#ff8600;}

/**
 +------------------------------------------------------------------------------
 * 网站整字体大小
 +------------------------------------------------------------------------------
 * @codex   字体大小,直接使用"font+字体大小"作为名称,如
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.font14px{ font-size:14px;}
.font9pt{ font-size:9pt;}
/*自定义字体*/
/* @font-face {  font-family: danley;  src: url('../font/danley.ttf');  }  .danley {  font-family: danley; } */


/**
 +------------------------------------------------------------------------------
 * 网站整布局命名规范
 +------------------------------------------------------------------------------
 * @codex   id和class命名采用该版块的英文单词或组合命名 如:newRelease
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
 body{ color:#282827;}
 a{ color:#282827;}
 a:hover{ text-decoration:none; color:#000;}  
 
.container{
	width:640px; margin:0 auto; overflow:hidden;
}


.header{
	background:#eeeeee; height:85px; padding-top:2px; position:relative;
}
.header .brand{
	background:url(../imgs/img23.png) no-repeat; width:100%; height:66px; position:absolute; left:30px; top:50%; margin-top:-33px;
}
.header .tip{ 
	position:absolute; right:30px; bottom:20px; color:#fff; font-size:18px; letter-spacing:-2px;
}
.header .nav{
	background:url(../imgs/img26.png) no-repeat; width:48px; height:39px; position:absolute; left:50%; margin-left:-24px; top:50%; margin-top:-20px;
}
.header2{
	height:86px; background:#5f6264; border-bottom:#d2d3d3 solid 2px; border-top:#9d9fa0 solid 1px;
}
.banner{ padding:0; margin:0}
.subhead{background:#00a037; height:65px; position:relative;color:#ffffff;}
.subhead a{color:#ffffff;}
.subhead a:hover{color:#ffff00;}
.subhead .nav1{ height:65px; line-height:65px;font-size:24px;}
.subhead .nav1 li{ width:25%; float:left; height:65px; text-align:center;}
.subhead .nav1 li a{ color:#FFFFFF;}
.subhead .nav{
	background:url(../imgs/yi-tel.png) no-repeat center 10px; width:90px; height:35px; padding-top:30px; text-align:center;position:absolute; left:50%; margin-left:-24px; top:30%; margin-top:-20px; font-size:20px;
}
.subhead .back{
	width:150px; background:url(../imgs/img25.gif) no-repeat center 10px; height:35px; padding-top:30px; text-align:center; float:left; display:inline; border-right:#b5b7b9 solid 1px;font-size:20px;
}

.subhead h2{
	background:url(../imgs/yi-map.png) no-repeat center 10px; float:right; display:inline; text-align:center; width:150px;height:35px; padding-top:30px; border-left:#b5b7b9 solid 1px;font-size:20px;
}

.gift_wrap{
	background:#eeeeee;
}
.gift_list ul{
	padding:20px 0px 5px 21px; height:auto; overflow:hidden;
}
.gift_list ul li{
	width:33.3%; float:left; display:inline; height:235px;
}
.gift_list li h2{
	font-size:20px; line-height:30px; color:#3b3d3c; padding-right:10px
}
.gift_list li h2 a{
	color:#3b3d3c;
}

.gift_desc{ padding-top:10px;font-size:20px;}
.img{ text-align:center}
.news_wrap{
	background:#edeeef; padding:25px;}
.news_list{
	background:#fff; padding:20px; font-size:20px; margin-bottom:25px;
}
.news_listview{	background:#fff; padding:20px; font-size:20px;}
.news_listview .head{
	font-family:"微软雅黑", "黑体"; text-align:center;font-size:24px; font-weight:bold;}
.news_listview .body{
	padding:15px 0 15px 0; font-size:20px;
}
.news_listview .body p{
	margin-top:10px; text-indent:40px;
}
.news_list .head{
	font-family:"微软雅黑", "黑体"; text-align:center
}
.news_list .head h2{
	font-size:24px; font-weight:bold;
}
.news_list .body{
	padding:15px 0 15px 0; font-size:20px;
}
.news_list .body p{
	margin-top:10px; text-indent:40px;
}
.news_list .foot{
	border-top:#e2e2e2 solid 1px; padding-top:15px; padding-left:10px; font-size:22px; font-family:"微软雅黑", "黑体"; font-weight:bold !important;
}
.news_list .foot .more{
	float:right; display:inline; margin-right:5px; 
}
.context{padding-top:10px}
.context li{ padding-top:5px}


.headtitle{
	text-align:center; font-size:24px; font-weight:bold; padding-top:15px; border-bottom:1px solid #edeeef;
}
.contact{background:#edeeef; padding:25px;}
.contact .head{
	text-align:center; font-size:24px; font-weight:bold; padding-top:15px; padding-bottom:15px; border-bottom:1px solid #edeeef;
}
.contact .con{background:#FFFFFF}
.contact .body{font-size:22px; line-height:42px; font-family:"微软雅黑", "黑体"; color:#4b4b4a; padding:20px 30px}
.contact .body p{
	text-indent:44px; margin-top:10px;
}
.contact .body a{color:#ff0000;}

.about{background:#edeeef; padding:25px;}
.about .head{
	text-align:center; font-size:24px; font-weight:bold; padding-top:15px; padding-bottom:15px; border-bottom:1px solid #edeeef;
}
.about .con{background:#FFFFFF}
.about .body{font-size:22px; line-height:36px; font-family:"微软雅黑", "黑体"; color:#4b4b4a; padding:20px 30px}
.about .body p{
	text-indent:44px; margin-top:10px;
}
@media screen and (max-width: 650px) {    
  
  }
  
  @media screen and (max-width: 480px) {   
	 
  }