﻿@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:#f8af00;}
a:active {color:#f8af00;}

/*去掉链接（包括图片链接）的虚线边框*/ 
a,area { blr:expression(this.onFocus=this.blur()) } /* for IE */ 
:focus { outline: none; }/* for Firefox */  

body { background:#fff; text-align:left; margin:0; color:#666; 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:86px; background:url(../images/headbg.jpg) repeat-x; z-index:999;  }
.head { width:1200px; height:86px; margin:auto; position:relative; z-index:99 }
.head .logo { width:130px; margin-top:9px; }
.head .btn_scart { width:25px; height:23px; margin:32px 0px 0px 15px; background:url(../images/icon_01.png) -25px -143px no-repeat; }
.head .btn_scart:hover {  background:url(../images/icon_01.png) -56px -143px no-repeat; }
.nav { width:990px; position:relative; }
#nav { width:990px; height:86px; color:#555; display:block; }
#nav li { height:86px; text-align:center; display:inline-block; float:left;  position:relative; z-index:105; }
#nav .tli .navli { width:109px; height:86px; line-height:86px; text-align:center; font-size:17px; display:inline-block; color:#828483;}
#nav .tli a.navli:hover,#nav .tli.active a.navli {  background:#204069; color:#fff;  }
#nav .tli p{ min-width:90px; position:absolute; left:-0px; top:86px; margin:0; padding:12px 10px; white-space:nowrap; display:none; background:#204069; color:#fff; z-index:999999;  border-radius:0px 0px 5px 5px; -moz-border-radius:0px 0px 5px 5px; -webkit-border-radius:0px 0px 5px 5px; }
#nav .tli p.fldown {  }
#nav .tli p a,#nav .tli.active p a{ display:block; padding:6px 0px; font-size:14px; color:#fff; line-height:24px; text-align:center; }
#nav .tli p a:hover { color:#ddd; }
#nav li.Currpage a.navli,#nav .hover  { background:#204069; 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:25px 0px 15px; height:153px; background:#204069; }
.footblock { width:1200px; margin:auto; line-height:24px; color:#777; }
.footblock .fb_l { width:800px; padding-top:5px;  }
.footblock .fb_l .link {  line-height:36px; margin-bottom:8px; }
.footblock .fb_l .link a { display:inline-block; margin:0px 5px; font-size:17px; color:#fff; }
.footblock .fb_l .link a:hover { color:#f8af00; }
.footblock .fb_l .tel { font-size:17px; color:#fff; line-height:36px; margin:0px 0px 10px 5px;  }
.footblock .fb_l .tel span { font-size:30px; display:inline }
.footblock .fb_l .cr { color:#fff; margin-left:5px; }
.footblock .fb_l .cr a { color:#fff; }
.footblock .fb_l .cr a:hover { color:#f8af00; }
.footblock .fb_r { width:123px; height:153px; text-align:right; color:#a1a1a1; float:right; }
.footblock .fb_r img { width:123px; height:123px; display:block; }
.footblock .fb_r span { width:100%; height:30px; line-height:30px; display:block; text-align:center; color:#fff; }


/* @media screen and (max-width:1280px) {
.head { width:1000px;}
.head .logo { width:100px; margin-top:16px; }
.head .logo img { width:100px; }
.nav { width:855px; }
#nav { width:855px; }
#nav .tli .navli { width:95px; font-size:15px; }
.footblock { width:1000px; }
}


 */