@charset "utf-8";
/* CSS Document 
   Design by www.east.net

   注意事项:
   css样式以类别选择器为主
   层次结构要清晰,级别深度控制在三层以内
   样式命名规则为小写,可结合"_"使用
   浏览器兼容规则  火狐(默认)-->ie7(以*开头)-->ie6(以_开头)
*/
*{margin:0;padding:0;list-style: none;font-family: 'Arial';}
.wrap{width:100%;overflow: hidden;color:#333399;}
a{color:#333399;}
a:hover{color:#333399;}
.header{width:1200px;position: relative;left:50%;margin-left:-600px;}
.header .banner{width:100%;height:300px;}
.header .banner img{width:100%;}
.header .banner .bannerwords{color:#030074;font-size:38px;position: absolute;top:80px;left:200px;}
.header .banner .nav{position:relative;top:-1px;width:100%;height:50px;background:url("/_vivi/source/aHR0cHM6Ly9jdWkubmFua2FpLmVkdS5jbg/dfiles/14313/theme/images/bg.jpg") center center no-repeat;background-size:cover;z-index: 999;}
.header .banner .nav>ul{width:100%;height:50px;}
.header .banner .nav>ul li{height:49px;border-right:1px solid #003aa4;width:168px;float: left;line-height: 50px;text-align: center;border-left: 1px solid #93d1f8;}
.header .banner .nav ul li a{color:white;font-size:16px;display:block;font-family: Arial;}
.header .banner .nav>ul>li.active>a {color: #99ccff;font-weight: bold;}
.header .banner .nav ul li.active{height:50px;background:url("/_vivi/source/aHR0cHM6Ly9jdWkubmFua2FpLmVkdS5jbg/dfiles/14313/theme/images/activebg.jpg") center center no-repeat;background-size:cover;border: 0;}
.header .banner .nav ul li:last-child{border-right:0;}
.header .banner .nav>ul li ul {display:none;}
.header .banner .nav>ul li ul li {border: 0;background: url("/_vivi/source/aHR0cHM6Ly9jdWkubmFua2FpLmVkdS5jbg/dfiles/14313/theme/images/nbg.jpg") center center no-repeat;}
.foot{width:1200px;position: relative;left:50%;margin-left:-600px;text-align:center;float: left;height:40px;line-height: 40px;color:#5387a5;font-size:12px;background: #c5deec;margin-top: 25px;}