﻿@charset "utf-8";
/* CSS resize*/
body{background:#fff; width:100%; overflow:hidden; overflow-y:scroll;}
*{font-family:"Microsoft Yahei","宋体"; font-size:14px; margin:0 auto; padding:0; list-style:none; text-decoration:none;}
img{border:0 none;display: block;}
ul,ul li,dl,dl dt,dl dd{display:block; margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%; padding:0; margin:0;}
a{color:#333; outline:none; font-family:"microsoft yahei"}
a:hover{color:#eb5902; text-decoration:none;}
.fl{float:left;}
.fr{float:right;}


/*nav*/
.navWrap{width:100%; height:50px; top:40px;background:rgb(80,106,207); position:relative; z-index:52;}
.nav{width:1254px; height:50px; position:absolute; z-index:20; left:50%; margin-left:-627px; top:0;}
.nav h1{position:absolute; left:0; bottom:2px; width:84px;height:83px;}
.navTab{height:50px; width:auto;left:right;padding-left: 100px;
}
.navTab>li{float:left; padding:0 40px;}
.navTab>.downTab{background-image:url(/content/img/arrowBot.png);background-repeat:no-repeat;background-position:right 8px top 22px; background-position-x:88%;background-position-y:22px; position:relative;}
.navTab>.toggle{background-color:#fff;}
.navTab>.toggle a{color:#000;}
.navTab>li>a{font:18px/50px "microsoft yahei"; color:#fff;}
    /*.navTab > li > a:hover {color:#000; text-decoration:none;
    }*/
/*下拉菜单*/
.downList,.brank,.listTXT{position:absolute; width:100%; border:1px solid #c6c6c6; border-bottom:0 none;border-right:0 none; box-sizing:border-box; -moz-box-sizing:border-box;-ms-box-sizing:border-box;display:none;}
.downList{left:0;}
.downList>li,.brank>li,.listTXT>li{width:100%;background:#fff;height:auto;}
.downList>li>a,.brank>li>a,.bList>li>a,.listTXT>li>a{font:14px/44px "microsoft yahei";color:#333; display:block; width:100%;text-align:center;border-bottom:1px solid #c6c6c6; border-right:1px solid #c6c6c6;box-sizing:border-box; -moz-box-sizing:border-box;-ms-box-sizing:border-box;}
.downList a:hover,.brank a:hover{background:#e1e1e1}
.bList>li{position:relative;}
.brank{left:0;bottom:-271px;}
.listTXT{right:-100%;border-left:0 none;}

.content{background:#fff;}
.bannerWrap,.introTop{width:100%; background:#e5e5e5 url(/content/img/navBg.png) repeat-x left top -50px;background-repeat:repeat-x;background-color:#e5e5e5 ;background-image:url(/content/img/navBg.png);background-position-x:left;background-position-y:-50px;margin-top:40px;}
.footer{width:100%; border-top:1px solid #b4b4b4; padding-top:28px;height:166px;}
.footCon{width:1253px; margin:0 auto; text-align:center;}
.footCon a{padding:0 15px;}


