/**
 * 通用网站css V2.0
 * @Jyuan www.eda99.com / www.chenjinyuan.cn
 * @date 2014-08-28 
 **/
/* 1.重置样式，清除浏览器默认样式，并配置适合设计的基础样式（强调文本是否大多是粗体、主文字色，主链接色，主字体等）----- */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
body,button,input,select,textarea{font:12px/1.6  宋体,Verdana, Helvetica, sans-serif;}/*雅黑：\5FAE\8F6F\96C5\9ED1  Verdana, Helvetica, sans-serif*/
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body{
	background-color: #FFF6E7;
}
a,a:hover{color:#333;}

* { position; relative;   -moz-box-sizing: border-box;    -webkit-box-sizing: border-box;    box-sizing: border-box;    padding: 0;    margin: 0;}
button { cursor: pointer; }
ol,ul{list-style:none;}
img { color: transparent; font-size: 0; vertical-align: middle; -ms-interpolation-mode: bicubic; }
body { behavior:url("/css/csshover.htc"); }
.box { 
-moz-border-radius: 15px; /* Firefox */ 
-webkit-border-radius: 15px; /* Safari and Chrome */ 
border-radius: 15px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */ 
-moz-box-shadow: 10px 10px 20px #000; /* Firefox */ 
-webkit-box-shadow: 10px 10px 20px #000; /* Safari and Chrome */ 
box-shadow: 10px 10px 20px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */ 
behavior: url(/css/ie-css3.htc); 
} 
html{zoom:expression(function(ele){ele.style.zoom="1";document.execCommand("BackgroundImageCache",false,true);}(this));}

/*html {
    overflow-x: hidden;
    overflow-y: auto;
}
body {
    overflow: hidden;
}*/



/* 2 常用块布局样式定义-------------- */

.clear{display:block; clear:both;}
.c{display:block; clear:both; height:0px;overflow:hidden;} .c00{display:block; clear:both; height:0px;overflow:hidden;}
.c01{display:block; clear:both; height:1px;overflow:hidden;}  .c02{display:block; clear:both; height:2px;overflow:hidden;}
.c03{display:block; clear:both; height:3px;overflow:hidden;}  .c04{display:block; clear:both; height:4px;overflow:hidden;}
.c05{display:block; clear:both; height:5px;overflow:hidden;}  .c10{display:block; clear:both; height:10px;overflow:hidden;}
.c15{display:block; clear:both; height:15px;overflow:hidden;} .c20{display:block; clear:both; height:20px;overflow:hidden;}
.c25{display:block; clear:both; height:25px;overflow:hidden;} .c30{display:block; clear:both; height:30px;overflow:hidden;}
.c35{display:block; clear:both; height:35px;overflow:hidden;} .c40{display:block; clear:both; height:40px;overflow:hidden;}
.c45{display:block; clear:both; height:45px;overflow:hidden;} .c50{display:block; clear:both; height:50px;overflow:hidden;}


.fl{ display: inline; float: left; } /*块左浮动*/
.fr {display: inline; float: right; }/* 块右浮动*/
.fc { margin-left:auto; margin-right:auto } /*块居中*/
.hide { display: none !important; } /*块隐藏*/
.show { display: block !important; }/*块显示*/

.w1260{width:1260px;} .w1100{width:1100px;} .w1004{width:1004px;} .w980{width:980px;}  .w970{width:970px;} .w960{width:960px;}  .w950{width:950px;}
.w768{width:768px} .w760{width:760px;} .w750{width:750px;} .w728{width:728px;} .w640{width:640px;} .w468{width:468px;} 
.w350{width:350px;} .w336{width:336px} .w300{width:300px;} 
.w280{width:280px;} .w250{width:250 px;} .w240{width:240px;}  .w230{width:230px;}  .w220{width:220px;}  .w200{width:200px;}
.w160{width:160px;} .w120{width:120px;} 

.h55{height:55px;} .h60{height:60px;} .h90{height:90px;}  .h100{height:100px;} .h120{height:120px;} .h140{height:140px;} .h150{height:150px;} .h160{height:160px;} .h240{height:240px;} .h250{height:250px;} .h280{height:280px;} .h600{height:600px;} 

.mt{ margin:auto;} .mt05{ margin:5px;} .mt10{ margin:10px;} .mt15{ margin:15px;} .mt20{ margin:20px;} 
.pd05{padding:5px;} .pd10{padding:10px;} .pd15{padding:15px;} .pd20{padding:20px;}

/* 3 块高度------------------ */
.g01{height:1px;}  .g02{height:2px;}  .g05{height:5px;}  .g10{height:10px;} .g15{height:15px;}
.g18{height:18px;} .g20{height:20px;} .g22{height:22px;} .g25{height:25px;} .g30{height:30px;}
.g35{height:35px;} .g36{height:36px;} .g40{height:40px;}

/* 4 链接设置--------------------  */
a,a:link,a.visited{text-decoration: none;}
a:hover,a:active{text-decoration: underline;}
a:focus { -moz-outline-style: none; } /*针对firefox*/ 

/* 5 字体样式--------------------------- */
.yh{font-family:"微软雅黑","Microsoft Yahei"; }
.st{font-family:"宋体","新宋体","SimSun","NSimSun"; }
.ft1{font-family:Arial, Helvetica, sans-serif;}
.ft2{font-family:"Times New Roman", Times, serif;}
.ft3{font-family:"微软雅黑","Microsoft Yahei"; }

/* 6 字体大小 px------------------------  */
.f10{font-size:10px;} .f11{font-size:11px;} .f12{font-size:12px;}
.f13{font-size:13px;} .f14{font-size:14px;} .f15{font-size:15px;}
.f16{font-size:16px;} .f20{font-size:20px;} .f22{font-size:22px;} 
.f24{font-size:24px;} .f18{font-size:18px; }

.fh10{{font-size:0.625em} .fh12{{font-size:0.750em;} .fh13{{font-size:0.813em;} 
.fh14{{font-size:0.875em;}.fh16{{font-size:1.000em;} .fh18{{font-size:1.125em;} 
.fh20{{font-size:1.250em;}.fh22{{font-size:1.375em;} .fh24{{font-size:1.500em;} 

/* 7 字体对齐 -------------------------------- */
.ftl{text-align:left;}/*左齐*/ .ftr{text-align:right;}/*右齐*/ .ftc{text-align:center;}/*居中*/
.word{word-break:break-all;}/*自动换行*/

/* 8 字体颜色 ------------------------  */
.fhong1{color: #FF6666;} .fhong2{color: #C00;} .fju{color: #F60;}
.fhui1{color:#999;}.fhui2{color:#666;}
.fbai{color:#FFF;}

/* 9 字体行高 ---------------------------- */
.fg18{line-height:18px;}  .fg20{line-height:20px;}  .fg22{line-height:22px;}
.fg25{line-height:25px;}  .fg30{line-height:30px;}  .fg35{line-height:35px;}
.fg120{line-height:120%;} .fg160{line-height:160%;} .fg200{line-height:200%;}
.fg60{line-height:60px;}

/* 10 字体其他样式--------------------------  */
.fb{font-weight:700;}/*粗体*/
