﻿body { color:#252525; font-size:12px; font-family:"Arial","Microsoft YaHei"; }
html{ overflow-y:scroll;}
form,div,body,img,p,img,dl,dt,dd,h2,h1,h3,h4{ margin:0px; padding:0px; border:0; }
a:link{ color:#686868; text-decoration:none; behavior:url(/scripts/blur.htc);}
a:visited{ color:#686868; text-decoration:none;}
a:hover{ color:#3DB1F4; text-decoration:none;}
a:focus { -moz-outline-style: none; }
a:active{ outline:none; text-decoration:none;}
em,i{ font-style:normal; }
ul,li{ list-style:none; margin:0; padding:0;}
input,textarea,select{ color:#333; margin:0; padding:0; font-size:12px; font-family:Arial; vertical-align:middle;-webkit-appearance:none;}
input:focus,textarea:focus{ outline:none;}
/*删除火狐下按钮默认样式*/
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;
}

/*浮动*/
.clearboth:after{ display:block; clear:both; content:""; overflow:hidden; height:0; }
.clearboth{ *zoom:1;}
.clear:after{ display:block; clear:both; content:""; overflow:hidden; height:0; }
.clear{ *zoom:1;}

.FL{ float:left;}
.FR{ float:right;}

/*字号*/
.f10 { -webkit-text-size-adjust:none; font-size:0.625em; }
.f11 { -webkit-text-size-adjust:none; font-size:11px;}
.f12 { font-size:12px; }
.f13{ font-size:13px;}
.f14 { font-size:14px;}
.f15 { font-size:15px;}
.f16 { font-size:16px; }
.f18{ font-size:18px;}
.f20{ font-size:20px;}
.f24{ font-size:24px;}
.f30{ font-size:30px;}

/*字体*/
.Arial { font-family:Arial;}
.YaHei { font-family:"microsoft yahei","Simsun";}
.Simsun { font-family:"Simsun";}

/*行高*/
.lh150{ line-height:150%;}
.lh180{ line-height:180%;}
.lh26{ line-height:26px; }
.lh20{ line-height:20px;}
.lh15{ line-height:15px;}

/*上下间距*/
.mb5{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb18{ margin-bottom:18px;}
.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;}
.mb80{ margin-bottom:80px;}
.mb100{ margin-bottom:100px;}

/*公用*/
.div100{ width:100%;}
.B{ font-weight:bold;}
.Text_l{ text-align:left;}
.Text_r{ text-align:right;}
.Text_c{ text-align:center;}
.animate{ -moz-transition:all ease 0.2s; -webkit-transition:all ease 0.2s; -o-transition:all ease 0.2s; transition:all ease 0.2s; }
.formtext{ width:240px; border:1px solid #DFDEDE; border-radius:4px; padding:6px 6px; color:#777; font-size:12px; font-family:'Arial','宋体'; background:#fff; -moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;}
.formtext:focus{ border:1px solid #ccc; color:#222; }

/*页眉*/
.wrapper { width:100%; background:#181a37;}
.top { width:980px; height:140px; margin:0px auto; position:relative;}
.top .logo { position:absolute; bottom:35px; left:0;}
.top .search { width:240px; position:absolute; right:0; top:25px; background:url(../images/index/txt_bg.png) no-repeat;}
.top .search input { border:none; display:block; border-radius:0;}
.top .search .search_txt {float:left; width:190px; height:16px; padding:6px 10px; background:none; }
.top .search .search_btn {float:left; width:30px; height:28px; background:url(../images/index/btn_bg.png) no-repeat;}
.top .nav { position:absolute; right:0; top:80px;}
.top .nav ul li { float:left; box-sizing:border-box; margin-left:35px;}
.top .nav ul li a { display:block;color:#fff; font:normal 16px/16px 'Microsoft yahei'; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out;}
.top .nav ul li.cur a,.top .nav ul li:hover a{ padding-bottom:8px; border-bottom:2px solid #fff;}


/*页脚*/
.footer_bg { width:100%; height:40px; padding:49px 0 50px 0;}
.footer { width:980px; height:40px; margin:0px auto;}
.footer .footer_logo { float:left; margin-top:3px;}
.footer .footer_txt { width:650px; float:left;  line-height:12px; color:#626262;}
.footer .footer_txt p { margin-bottom:4px; margin-top:2px; line-height:18px;}
.footer .footer_a{ float:right; margin-top:2px;}
.footer .footer_a a { display:inline-block; margin-right:5px;color:#626262; font:normal 12px/12px 'Microsoft yahei';}
.footer .footer_a a:hover { color:#3a92ca;}
.footer .footer_a .footer_a-logo{position:relative;bottom:-3px;}

/*页码*/
.Page{ padding:20px 0; float:right;}
.Page a{ display:inline-block; padding:4px 8px;  font-size:12px; margin:0 0px; background:#999; color:White; }
.Page a.next{padding:4px 12px; background:#666; color:White; }
.Page a.cur:link,.Page a.cur:visited,.Page a.cur:hover,.Page a:hover{ background:#02b1f5; color:#fff;  }

/*Ipad菜单样式*/
@media screen and (max-device-width: 900px) {
    body { }
}




