@charset "utf-8";

a{font-family:微软雅黑,"微软雅黑",Verdana,arial,"宋体",Helvetica, sans-serif; font-size:13px; font-weight:normal; text-decoration: none; cursor:pointer;}
a:link   {color:#fff;}
a:visited{color:#fff;}
a:hover  {color:#58c1f1;}
a:active {color:#58c1f1;}

/*去掉链接（包括图片链接）的虚线边框*/ 
a,area { blr:expression(this.onFocus=this.blur()) } /* for IE */ 
:focus { outline: none; }/* for Firefox */  

body { background:#f1f1f1; text-align:left; margin:0; color:#e0e0e0; line-height:22px; position:relative; width:100%;}
div,ul,dl,dt,dd{ margin:0; padding:0;list-style:none;}
body,td,input,select,textarea{ font-family:微软雅黑,"微软雅黑",Verdana,arial,"宋体",Helvetica, sans-serif; font-size:13px;}
img{ border:0;}
form{ margin:0; padding:0;}
input,select{ vertical-align:middle;}
p{ margin:0; padding:0;}
hr{border-top:#e1e1e1 1px solid; border-bottom:#fff 1px solid; background:none; border-left:none; border-right:none}
*{-webkit-text-size-adjust:none;} /*解决webkit内核浏览器强制最小字体*/
h1,h2,h3,h4 { margin:0px; padding:0px; font-weight:normal; color:#333;}
/*css3过渡效果*/
a,li,p,div{transition:background-color 0.4s,color 0.3s;-webkit-transition:background-color 0.4s,color 0.3s;-moz-transition:background-color 0.4s,color 0.3s; -o-transition:background-color 0.4s,color 0.3s;}
button { border:0px; margin:0px; padding:0px; background:#ea4f5f; cursor:pointer; }

/*公共*/
.blank{clear:both; height:0; line-height:0; font-size:0; margin:0; padding:0; z-index:1}
.hide{ display:none;}
.textCenter{ text-align:center;}
.globalBox{ position:relative; z-index:10; width:100%; max-width:1440px; margin:0 auto; *width:expression(this.offsetWidth > 1440 ? '1440px': true); clear:both;}
.globalWidth{ position:relative; z-index:10; width:1000px; margin:0 auto; text-align:left; clear:both;}
.floatL{ float:left;}
.floatR{ float:right;}

/*---头部---*/
#header { width:100%; height:80px; background:url(../images/headbg.png) repeat; z-index:999;  position:absolute; top:0px;}
.head { width:1200px; height:80px; margin:auto; position:relative; z-index:99999 }
.head .logo { width:210px; margin-top:9px; }
.nav { width:810px; position:relative; }
#nav { width:810px; height:87px; color:#555; display:block; }
#nav li { height:80px; text-align:center; display:inline-block; float:left;  position:relative; z-index:105; }
#nav .tli .navli {  width:100px; height:87px; line-height:76px; text-align:center; font-size:14px; display:inline-block; table-layout:fixed; word-break: break-all; color:#fff;}
#nav .tli a.navli:hover,#nav .tli.active a.navli {  }
#nav .tli p{ min-width:120px; position:absolute; z-index:10000; left:-20px; top:80px; margin:0; padding:12px 10px; white-space:nowrap; display:none; background:url(../images/navsdbg.png) repeat; color:#fff;  }
#nav .tli p.fldown { left:-30px; }
#nav .tli p a,#nav .tli.active p a{ display:block; padding:3px 0px; font-size:13px; color:#fff; line-height:22px; text-align:center; }
#nav .tli p a:hover { color:#ddd; }
#nav li.Currpage a.navli,#nav .hover  { background:url(../images/navcur.png) no-repeat; color:#fff; }
.move-bg{ display:none;position:absolute;left:0;top:0; width:100px; height:87px; background:url(../images/navcur.png) no-repeat; z-index:0}




/*---底部---*/
#footer { width:100%; padding:10px 0px 10px; height:24px; border-top:1px solid #1a1a1a; font-size:12px;}
.footblock { width:1200px; margin:auto; line-height:24px; color:#777; font-size:12px; }
.footblock .fb_l { width:800px;  }
.footblock .fb_l a { font-size:12px; color:#777; }
.footblock .fb_l a:hover { color:#58c1f1; }

.footblock .lan { width:140px; text-align:right; color:#a1a1a1; float:right; }
.lan a { width:24px; height:24px; display:inline-block; margin:0px 3px; color:#555; line-height:24px; text-align:center; font-size:12px; background:url(../images/icon_01.png) -0px -200px no-repeat;  }
.lan a:hover { color:#58c1f1; background:url(../images/icon_01.png) -27px -200px no-repeat;}


@media screen and (max-width:1280px) {
.head { width:1000px;}
.head .logo { width:160px; margin-top:13px; }
.head .logo img { width:160px; }
.nav { width:800px; }
#nav { width:800px; }
.footblock { width:1000px; }
.footblock .fb_l { width:800px;  }
}


