﻿/*初始化*/
body { margin:0; padding:0; color:#888; font:normal 12px Arial,Helvetica,"宋体";}
html,body { width:100%; height:100%;}
html { overflow-y:scroll}
form,div,img,p,dl,dt,dd,ol { margin:0; padding:0;}
input,textarea,select { color:#333; margin:0; padding:0; font:12px Arial,"宋体"; vertical-align:middle;}
input:focus,textarea:focus { outline:0;}
ul,li { list-style:none; margin:0; padding:0;}
img { border:none; vertical-align:top;}
em,i { font-style:normal;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; font-weight:normal;}

/*链接*/
a { color:#888; text-decoration:none; behavior:url(../scripts/blur.htc);}
a:hover { color:#dd6800;}
a:focus { -moz-outline-style: none; }
a:active { outline:none;}

/*浮动*/
.clearboth:after { display:block; clear:both; height:0; visibility:hidden; content:"."; }
.clearboth { *zoom:1;}
.FL { float:left; display:inline;}
.FR { float:right; display:inline;}


/*删除火狐下按钮默认样式*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none; padding:0;}
input[type="radio"],input[type="checkbox"] { margin-right:5px;}

/*字号*/
.f10 { font-size:10px; -webkit-text-size-adjust:none;}
.f12 { font-size:12px;}
.f14 { font-size:14px;}
.f16 { font-size:16px;}
.f18 { font-size:18px;}
.f20 { font-size:20px;}
.f24 { font-size:24px;}
.f30 { font-size:30px;}

/*字体*/
.Arial { font-family:Arial,Helvetica;}
.Tahoma { font-family:Tahoma;}
.YaHei { font-family:"Microsoft YaHei","STHeiti Light";}
.Song { font-family:"宋体";}

/*行高*/
.lh140 { line-height:140%;}
.lh160 { line-height:160%;}
.lh180 { line-height:180%;}
.lh200 { line-height:200%;}
.lh220 { line-height:220%;}

/*上下间距*/
.mb5 { margin-bottom:5px;}
.mb10 { margin-bottom:10px;}
.mb15 { margin-bottom:15px;}
.mb20 { margin-bottom:20px;}
.mb25 { margin-bottom:25px;}
.mb30 { margin-bottom:30px;}
.mb35 { margin-bottom:35px;}
.mb40 { margin-bottom:40px;}
.mb45 { margin-bottom:45px;}
.mb50 { margin-bottom:50px;}
.mb60 { margin-bottom:60px;}

/*左右间距*/
.pl30 { padding-left:30px;}
.pr30 { padding-right:30px;}

/*宽度*/


/*颜色*/
.white,a.white { color:#fff !important;}
a.white:hover { text-decoration:underline;}

.orange,a.orange { color:#dd6800 !important;}
a.orange:hover { text-decoration:underline;}

.gray,a.gray { color:#999 !important;}
a.gray:hover { text-decoration:underline;}

/*公用*/
.Text_l { text-align:left;}
.Text_r { text-align:right;}
.Text_c { text-align:center;}
.B { font-weight:bold;}
.U { text-decoration:underline;}
.png { _behavior:url(../scripts/iepngfix.htc);}
.solidline { height:1px; overflow:hidden; background:#ccc;}
.dashedline { height:1px; overflow:hidden; background:url(../images/line.gif) repeat-x;}
.formtext { width:150px; border:1px solid #ccc; padding:5px; font-family:Arial,Helvetica,"宋体"; -moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;}
.formtext:focus { border:1px solid #8fc31f;}

/*头部*/
.topWrap { width:100%; height:109px; background:#003994; }
.top { width:1000px; margin:0 auto;}
.logo { float:left; width:177px; margin-left:22px; padding-top:15px; _display:inline;}
.logo a { display:block; width:177px; height:80px; background:url(../images/logo.png) no-repeat; text-indent:-999em; }
*html .logo a { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../images/logo.png"); background:none; cursor:pointer;}
.menu { float:right;}
.menu li { float:left; width:96px; height:109px; margin-right:5px; }
.menu .cur { background:#dd6800; }
.menu li a { display:block; height:109px; color:#fff; font:14px "Microsoft YaHei","STHeiti Light"; text-align:center; }
.menu li a:hover { color:#dd6800; }
.menu .cur a:hover { color:#fff; }
.menu li a span { display:block; padding-top:40px; font:10px Tahoma,Arial; }

/*底部*/
.footerWrap { width:100%; padding:12px 0; background:#0c202c; }
.footer { width:1000px; margin:0 auto; color:#a5adb1; font:11px "Microsoft YaHei","STHeiti Light"; text-indent:22px;text-align: center;}

