@charset "gb2312";
/* css document */

/***** 全局样式 global-style *****/
*						{margin: 0; padding: 0;}
html,body				{margin: 0; font: 12px/160%,"宋体"; background:#f2f9ff  center top no-repeat;}
form,ul,li,dl,dt,dd		{margin: 0; padding: 0; list-style: none;}
img						{border:none;}

/***** 全局链接 global-link-style *****/
a			{color: #606163; font-size:12px; text-decoration: none;}
a:hover		{color: #ff0000;}

/***** 水平居中 *****/
.cen{margin:0 auto;margin-left:auto;margin-right:auto;  }

/***** 清除浮动 *****/
.cen{clear:both;}
.clear{ clear:both;}


/***** 顶部 *****/
#top_w{ width:100%; height:212px; padding-top:88px;background:url(/uploads/image/tsimages/top_bg.jpg) no-repeat top center;}
.top_logo{ width:501px; height:75px;}

/***** nav *****/
.navbar_w{ width:100%;height:58px;background:#1869c4; border-top:#9cb7dc solid 2px;}
.navbar{ width:1200px;}
.nav_top{ position:relative; width:1010px; float:left;}
.nav_top a{ color:#333;  }
.nav_top h3{ font-size:100%; font-weight:normal;}
.nav_top .m{ float:left;position:relative; z-index:1;}
.nav_top .m_ts h3{background:none; }
.nav_top h3 a{ display:block; width:110px; text-align:center;font-weight:bold; color:#fff; font:16px/58px "微软雅黑"; font-weight:normal; }
.nav_top h3 a:hover{ height:58px; color:#fff;width:110px;}
.nav_top .sub{ display:none; /*默认隐藏*/  width:110px;position:absolute;top:58px; z-index:9999999999999;  border:1px solid #e6e4e3; border-top:0; background:#f1f5fc; }
.nav_top .sub li{ text-align:center; padding:0 8px; margin-bottom:-1px;}
.nav_top .sub li a{ display:block; border-bottom:1px solid #e6e4e3; padding:8px 0; height:28px; color:#666;font:14px/28px "微软雅黑";}
.nav_top .sub li a:hover{ color:#cc0000;}
.nav_top .block{ height:58px; width:110px; background:#fb6a00; color:#232323;position:absolute;margin-left:2px;top:0px;overflow:hidden;  }

/*** 搜索 ***/
#search { float:right;display:block;width:190px;height:32px; margin-top:14px;}
#search li.ipt{ float:left;width:160px; height:32px;}
#search li.ipt .keyword{ float:left;display:block; border:none;width:150px;padding-left:10px;height:32px;font:13px/32px "微软雅黑"; color:#838384;background:url(/uploads/image/tsimages/ss_txt.png) no-repeat left center; }
#search li.btn{ float:right;cursor:pointer;width:30px;height:32px; display:block;background:url(/uploads/image/tsimages/ss_fdj.png) no-repeat left center; }


/***** 当前位置 *****/
.position { width:824px; padding-left:30px;background:#fff url(/uploads/image/tsimages/add_ico01.png) 13px center no-repeat; height:38px;font:12px/38px "微软雅黑";color:#787777; height:38px; margin-top:30px;margin-bottom:20px; 
box-shadow:0px 0px 3px #e3e3e3;/*兼容operaspace:nowrap*/
-moz-box-shadow:0px 0px 3px #e3e3e3;/*兼容firefox*/
-webkit-box-shadow:0px 0px 3px #e3e3e3;/*兼容safari或chrome*/
filter:progid:dximagetransform.microsoft.shadow(color=#e3e3e3,direction=120,strength=3);/*兼容ie*/}
.position a{ font:13px/30px "微软雅黑"; height:30px;color:#535252; text-decoration:none; }
.position a:hover{text-decoration:underline;}  

#container{width:1200px;}
/* 防止高度称不开 */
.clearfix:after {content: '.';clear: both;display: block;height: 0; visibility: hidden;}
.clearfix:after, .clearfix:before {content: " "; display: table;}

/***** foot *****/
.foot_link_w{ float:left;width:100%; height:40px; background:#266ac8;}
.foot_link{ width:1100px;font:14px/40px "微软雅黑";color:#fff;}
.foot_link h3{font:14px/40px "微软雅黑";color:#fff; float:left;}
.foot_link a{font:14px/40px "微软雅黑";color:#fff; padding:0px 10px;}
.foot_link a:hover{ text-decoration:underline;}

#foot_w{ float:left;width:100%; height:85px; background:#0c4696;}
.foot{ width:1200px;font:14px/24px "微软雅黑";color:#fff;}

.foot_xq{width:1200px;text-align:center;font:13px/24px "微软雅黑"; color:#fff; padding-top:20px; }

.copyright {width:1200px;font:13px/37px "微软雅黑"; color:#fff; text-align:center;}
.copyright a{ font:13px/37px "微软雅黑"; color:#fff; }
.copyright a:hover{ text-decoration:underline;}

