/*body重置样式表 */
*html{background-image:url(about:blank);background-attachment:fixed;}
body{height:100%; font-family:"宋体";margin:0; padding:0;font-size:14px;word-break:break-all;color:#666; background:#fff;}
ul,li,p,input,form,td,tr{ padding:0px;margin:0px;list-style-type:none;}
h1,h2,h3,h4,h5,h6,strong{ margin:0px;padding:0px;font-weight:normal;}
a{ color:#72bcc5; text-decoration:none; font-size:14px;}
a:hover{ text-decoration:none;}
a,img{ outline:none;blr:expression(this.onFocus=this.blur());}
img{ border:0;}

/*按钮*/
.button{text-align:center;color:#fdaa06;background:#fff; cursor:pointer; width:108px; height:34px; line-height:34px; font-size:14px; border:2px solid #fda800; float:left;}
.button:hover{border:2px solid #fdc606;color:#fdc606}

/*公用的模块*/
.width1000{width:1000px; margin:0 auto;}
.width1000 h1{ text-align:center; width:100%; float:left; font-weight:bold;}
.bgfff{ background:#fff; swidth:100%;}
.f5f5f5{background:#f5f5f5;float:left; width:100%;}
.s46{ font-size:46px; color:#010101; text-align:center; float:left; text-align:center;}

/*header*/
.header{ height:90px;background:#0f6cd4;}
.logo{ float:left; margin-top:20px;}
.nav{ float:right;}
.nav li{ float:left; border-left:1px solid #0d5fc2;border-right:1px solid #1b73d6;}
.nav li a{ float:left; width:128px; height:90px; text-align:center; line-height:90px; font-size:16px; color:#fff;}
.nav li a:hover{color:#f9f629;}
.nav li a.curBg{background:#0972e7;}
.nav li a.curBg:hover{color:#fff;}
.nav li.noBor_l{ border-left:0;}
.nav li.noBor_r{ border-right:0;}

/*footer*/
.footer{background:#333; float:left; width:100%; height:164px;}
.footer .qrCode{ float:left; width:275px; margin-top:30px;}
.footer .qrCodeImg{ float:left; width:218px; height:168px;background:url(../images/code.png) no-repeat;}
.footer strong{ color:#d5d5d5; font-size:18px; float:left; width:100%; padding-bottom:20px; font-weight:bold;}
.footer .contact{float:left; height:100px; width:375px; border-left:0; border-right:1px solid #424242;margin-top:30px; padding-left:60px;}
.footer .contact p{ font-size:14px; color:#969696; line-height:24px;}
.footer strong.pl_60{ padding-left:62px; width:auto;}
.copyright{ float:left; padding-top:70px; line-height:24px;color:#969696; font-size:14px;padding-left:60px; width:240px; position:relative;}

