﻿@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:#444;}
a:visited{color:#444;}
a:hover  {color:#006db4;}
a:active {color:#006db4;}

/*去掉链接（包括图片链接）的虚线边框*/ 
a,area { blr:expression(this.onFocus=this.blur()) } /* for IE */ 
:focus { outline: none; }/* for Firefox */  

body { background:#f1f1f1; text-align:left; margin:0; color:#444; 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:90px; background:#fff; z-index:999; -moz-box-shadow: 0px 2px 2px #ddd; box-shadow: 0px 2px 2px #ddd;  }
.head { width:1200px; height:90px; margin:auto; z-index:1000; position:relative; }
.head .logo { width:210px; margin-top:10px; }
#nav { width:850px; height:40px; margin:26px 10px 0px auto; color:#555; display:block; }
#nav li { height:34px; padding:0px 20px; background:url(../images/navline.jpg) center right no-repeat; text-align:center; display:inline-block; float:left;  position:relative; z-index:105; }
#nav .tli { }
#nav .tli .navli {  height:34px; line-height:30px; text-align:center; font-size:15px; display:inline-block; table-layout:fixed; word-break: break-all; color:#555;}
#nav .tli a.navli:hover,#nav .tli.active a.navli { background:url(../images/navcur.jpg) left bottom no-repeat; color:#006db4;  }
#nav .tli p{ min-width:56px; position:absolute; z-index:10000; left:-1px; top:33px; margin:0; padding:12px 22px; white-space:nowrap; display:none; background:#006db4; 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:left; }
#nav .tli p a:hover { color:#ddd; }
#nav li.Currpage a.navli,#nav .hover  { background:url(../images/navcur.jpg) left bottom no-repeat; color:#006db4; }
.lan { width:60px; height:22px; margin-top:30px; text-align:right; color:#a1a1a1; float:right; }
.lan a { display:inline-block; color:#a1a1a1; line-height:20px; padding:0px 3px; font-size:12px;  }
.lan a:hover { color:#006db4;}



/*---底部---*/
#footer { width:100%; padding:12px 0px 12px; background:#3a3a3a; text-align:center; font-size:12px; }
.footblock { width:1200px; margin:auto; line-height:20px; color:#fff; font-size:12px; }
.footblock a { font-size:12px; color:#cacaca; }
.footblock a:hover { color:#2084c6; }


@media screen and (max-width:1280px) {
.head { width:1000px;}
.head .logo { width:180px; margin-top:15px; }
.head .logo img { width:180px; }
#nav { width:780px; margin:30px 0px 0px auto;}
.lan { position:absolute; top:0px; right:0px; margin:0px;}
.footblock { width:1024px; font-size:11px; }
}


