@charset "gb2312";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body,html{overflow-x:hidden;}
body { background:#fff; color:#555; font-size:12px; font-family:'Î¢ÈíÑÅºÚ',  Verdana, Arial, Helvetica, sans-serif; }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none; }
a:hover { text-decoration:none; color:#004ea2; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;} 
.floatLeft{float:left;}
/* css common */
.clear{clear:both;}

.header, .subnavbox{width:100%;}
.header{padding-bottom:10px; padding-top: 10px;}
.header .top, .menu ul{margin:0 auto;width:1200px;}
.header .top img{float:left;}
.header .top .telephone{margin-left:33px;}
.header .top .search{margin-top:24px;width:208px; float:right; border:1px solid #ccc;  -moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; height:35px; position:relative;}
.header .top .search input{ outline:none;}
.header .top .search .searLeft{ width:156px; border:none; height:30px; line-height:30px; position:absolute; top:2px; padding-left:5px;}
.header .top .search .searRight{width:48px; height:32px;border:none; background:url(../imgaes/search-r.jpg) right top no-repeat; cursor:pointer;  position:absolute; top:2px; right:10px;}

.navbox{/*background:#0b5896;*/ background: #0123a1}
.nav{background:#004ea2; text-align:center; color:#fff;}
.nav ul { width:1200px; margin:0 auto;}
.nav ul li{float:left;height:42px; width:200px; color:#fff;}
.nav ul li a{color:#fff; font-size:16px;line-height:42px;  font-family:'Microsoft YaHei';}
.nav ul li a{color:#fff; font-size:16px;line-height:42px;  font-family:'Microsoft YaHei'; display:block;}
.nav ul li a:hover, .nav ul li a.navcurrent{background:#cd2925; color:#fff;}
.subnavbox{height:400px; background:#fff; z-index:999px;}
.subnav{ width:1200px; margin:0 auto; padding-left:50px;}
.subnav .subnavA{ float:left; width:180px; display:block; color:#c00;}
.subnav .subnavA.subnavA2{
	margin-top:50px;
}
.subnavA h1 a{
	color:#c00; font:bold 16px/38px "Microsoft YaHei";
	}
.subnavA h2 a{
	color:#333; font:normal 16px/38px "Microsoft YaHei";
	}
.subnavA h2 a:hover{ color:#0166fe; text-decoration:underline;}
.subnavB{ float:left;width:800px;}
.subnavB dl{ width:300px; margin:20px 0 0 40px; float:left;}
.subnavB dl dt{ float:left; }
.subnavB dl dt img{ width:293px; height:115px;}
.subnavB dl dd{color:#333; font:normal 16px/30px "Microsoft YaHei"; }
.subnavB dl dd h3{color:#000; font:bold 16px/40px "Microsoft YaHei";}
.subnavB dl dd h3 a{color:#000; }
.footer{ padding-bottom:30px; margin:0 auto; width:1200px; color:#292929; text-align:center; font-family:'Î¢ÈíÑÅºÚ'; font-size:14px; line-height:35px;}
.footer .span01{margin:0 15px; vertical-align: middle;}
.footer .span01 img{margin-right:10px; vertical-align: middle;}
.w400{width:800px;}


/*2023*/

.xnav{ margin-top:20px; float:right;}
.fadenum{background: #fff; animation:fadenum 1s 1;}
@keyframes fadenum{
   0%{opacity: 0;}
   100%{opacity: 1;}
}

.xnav ul{ margin:0px; padding:8px 0px 0px;}
.xnav ul li{float:left; position:relative; height:50px; padding-left:8px;}
.xnav ul li:before{content: "";
            position: absolute;
            left: 50%;
            bottom: 0px;
            width: 0;
            height: 2px;
            background: #cd2925;
            transition: all .3s;
        }
.xnav ul li:hover:before{
            width: 100%;
            left: 0;
            right: 0;
        }

.xnav ul li span{ display:inline-block; padding:0px 15px 0px 9px; *padding-right:14px; font-size:18px;}
.xnav ul li span a{ color:#333;}
.xnav ul li span a:hover{color:#cd2925; font-weight: bold;}

.xnav ul li.First { padding-left:0px; background:none}
.xnav ul li.First span{ padding-left:0px;}
.xnav ul li.cur b, .xnav ul li.on b{ position:absolute; width:11px; height:7px; left:50%; top:28px; margin-left:-5px; background:url(index_346.gif) no-repeat;}
.xnav ul li.cur span a, .xnav ul li.on span a{color:#cd2925; font-weight: bold;}
.xnav ul li.cur .downmenu{ display:block}
.downmenu{position:absolute;top:50px; width:120px; left:-9px; display:none;z-index:199}
.downmenu p{box-shadow:0px -1px 5px #e9e9e9; font-size:14px;padding:10px 0px;}
.downmenu a{ color:#333; display:block; text-align:center; padding:5px 0px; display:block;}
.downmenu a:hover{color:#eb3900;}
.downmenu.widbai{ width:1200px; left:-555px;box-shadow: 0px -1px 5px #e9e9e9; }
