﻿@charset "utf-8";
/* css document */

*{ margin:0; padding:0; font-family:"微软雅黑";}
a{ font-family:"微软雅黑"; color:#000; text-decoration:none;text-overflow: ellipsis; white-space: nowrap; overflow:hidden;}
li{ list-style:none;}
.clear{ clear: both;}
.left{ float:left;}
.right{ float:right;}
.box{ width:1200px; padding:0 14px; margin:0 auto;}
input{ outline:none;}
/*头部*/
.header{ width:100%; height:176px; background:#f2f5f7;}
.header .txpic{width:1027px;margin:0 auto; position:relative; z-index:10000;}
.header .txpic .logo{ position:absolute; top:26px; left:14px;}
.header .txpic .logo p{ font-size:12px; color:#444; text-indent:14px; margin-top:18px;}
.header .txpic .logo p b{ font-weight:normal; font-size:12px; color:#fe0100; }
.header .cut{width:453px; position:absolute;right:72px;top:0;}
.header .cut .focusbox { position: absolute; top:0px; right:0px; width:453px; height:176px; overflow: hidden; z-index:1;}
.header .cut .focusbox .pic{ position:relative;z-index:0;}
.header .cut .focusbox .pic img { width:453px; height:176px;display: block;}
/*菜单*/
.menu{ background:#3264b4; height:53px;  margin-top:1px;}
.menu ul{}
.menu ul li{ height:53px; line-height:53px; float:left; width:120px; text-align:center; /*background:url(/uploads/image/sdimages/line.jpg) center right no-repeat;*/}
.menu ul li:last-child{ background:none;}
.menu ul li a{ display:block; color:#fff; height:53px; line-height:53px; font-size:19px; /*font-weight:bold;*/ position:0 15px;}
.menu ul li a:hover,.menu ul li.cur a{ background:#fff; color:#444; margin-left:-1px;}

