@charset ;
/* ------------------------------------全局定义---------------------------------------- */
* {
    margin: 0;
    padding: 0;
}

/* 修正IE5.x和IE6的斜体溢出bug */
* html body {
    overflow: visible;}

* html iframe, * html frame {
    overflow: auto;}

* html frameset {
    overflow: hidden;}

/* 常用标签，基本标签默认样式取消，HTML标签，取消基本标签默认样式，防止不同浏览器显示效果不同，*/
body {
  
    color: #555;
    background: #ededed;
    font: 15px/25px "Microsoft YaHei", Verdana, Arial, sans-serif, "Times New Roman"}

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr {

    margin: 0;
    padding: 0px;}

input, select {
    font-size: 12px;
    vertical-align: middle;}

/* 标签属性，textarea,input 强制输入时内容超出时换行 */
textarea, input {
    word-wrap: break-word;
    word-break: break-all;
    padding: 0px;}

/* 清除ul列表标记的样式，ul列表更多的用在不需要列表前置符号的样式里 */
li {
    list-style-type: none;}

/* 定义图片边框，当图片作为链接内容被填充时，会有默认边框出现，重定义掉 */
img {
    border: 0 none;}

/* 定义默认的链接样式，仅仅是作为默认样式提供，可以在各自的实例中覆盖掉 */
a:link, a:visited {
    color: #555;
    text-decoration: none;}

a:hover, a:active {
    color: #1E9FFF;
    text-decoration: underline;}

/* 去掉链接的虚线框 */
a {
    outline: none;
    star: expression(this.onFocus=this.blur());
    font-family:"Microsoft YaHei", Verdana, Arial, sans-serif, "Times New Roman" !important;}

/* 定义H系列标签，覆盖H系列标签默认属性 */
h1 {
    font-size: 16px;
    padding-left:20px;}

h2 {
    font-size: 18px;}

h3 {
    font-size: 18px;}

h4 {
    font-size: 16px;}

h5 {
    font-size: 14px;}

h6 {
    font-size: 12px;}

/*自定义*/
.auto {
    margin: 0 auto;}

.fl {
    float: left;}

.fr {
    float: right;}

.db {
    display: block
;}

.di {
    display: inline;}

.dib {
    display: inline-block;}

.wh {
    min-width: 1200px;
    max-width: 1920px;}

.topc {
    background: #164d75;}

.logoc {
    background: #256aaf;}

.footc {
    background: #555;}

.clear, li.clear, div.clear, p.clear, span.clear {
    background: none;
    border: none;
    clear: both;
    height: 1px;
    margin-top: -1px;
    margin-bottom: 0;
    overflow: hidden;
    font-size: 0;
    float: none;
    display: block;
    line-height: 0
;}

/*Top*/
.top {
    width: 1200px;
    height: 24px;
    position: relative;}
/*左侧导航开始*/
.top .topnavl{
    width: 360px;}
.top .topnavl li{
    display: block;
    float: left;}

.top .topnavl li a {
    line-height: 24px;
    color: #fff;
    padding: 0 12px;}
.top .topnavl li a:hover{
    color: #555;
    text-decoration: none;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    background: #fff;
    background: linear-gradient(#fff,#f5f5f5);}
/*左侧导航结束*/

/*右侧导航开始*/
.top  .topnavr{
    width: 480px;
    height: 100%;}
.top .topnavr li{
    display: block;
    float: right;}
.top .topnavr li a {
    line-height: 24px;
    color: #fff;
    padding: 0 12px;}
.top .topnavr li a:hover{
    color: #555;
    text-decoration: none;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    background: #fff;
    background: linear-gradient(#fff,#f5f5f5);}
/*右侧导航结束*/


/*Logo开始*/
.logo {
    width: 1200px;
    height: 158px;
    position: relative;}

.logo .logoimg {
    position: relative;
    width: 1200px;
    height: 158px;
    background: url(../images/header.jpg) no-repeat;}
/*Logo结束*/


/*Nav开始*/
.navbox {
width:100%;
    border-top:2px solid #2464a5;
    background: url(../images/nav_bg.jpg) repeat-x;}

.navmain {
    width: 1200px;
    height: 46px;}

}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}

.nav {
    line-height: 46px;
    position: relative;
    z-index: 3;}

.nav a {
    color: #fff;}

.nav .nLi {
    float: left;
    display: inline;
    padding: 0 23px;}

.nav .nLi h3 {
    float: left;}


.nav .nLi h3 a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    border-radius: 1px;
    text-decoration: none;
    font-family:"Arial","Microsoft YaHei", Verdana, sans-serif, "Times New Roman", 宋体;}

.nav .sub {
    display: none;
    width: 1920px;
    height:218px;
    left: -360px;
    top: 46px;
    position: absolute;
    background-color: #fff;
    background: linear-gradient(#fff,#f5f5f5);
    overflow: hidden;}

.nav .sub .navimg{
    position: absolute;
    width: 368px;
    height: 218px;
    left: 360px;
    top:0px;
    overflow: hidden;}
.nav .sub  img{
    display: block;
    position: absolute;
    width: 100%;
    height:100%;}
.nav .sub .sli{
    position: absolute;
    width: 458px;
    height: 218px;
    left: 728px;
    top:8px;}

.nav .sub .sli li {
    width:150px;
    display: block;
    overflow: hidden;
    float: left;
    zoom: 1;}

.nav .sub .sli li a {
    width:120px;
    line-height: 36px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    border: 1px solid #e5e5e5;
    background: #fff;
    background: linear-gradient(#fff,#f5f5f5);
    color: #555;
    display: block;
    margin: 15px 0  0 12px;
    text-align: center;}

.nav .sub .sli  li a:hover {
    overflow: hidden;
    color: red;
    text-decoration: none;}

.nav .on{
    background-color: #fff;}
.nav .on h3 a {
    color: #165aa1;}

.nav .sub .navtxt{
    padding-top: 20px;
    color: red;
    width: 300px;
    line-height: 36px;
    font-size: 18px;
    font-weight:bold;
    position: absolute;
    right:360px;}
.nav .sub .navtxt .navtxt1 {
    text-align: center;
    margin-bottom: 12px;}

.nav .sub .navtxt .navtxt2 {
    text-align: center;}
/*Nav结束*/
