@charset "utf-8";
.nav{line-height: 55px; height:55px; width: 100%; background:#38aad4;}
.nav .navlist{width: 1200px;}
.nav li{float: left;display: inline-block;list-style: none;font-size: 16px;text-align: center;position: relative;line-height: 55px;height: 55px;}
.nav li a{ display: block;text-align: center;position: relative;color: #fff;height: 55px;line-height: 55px;padding: 0 28px;     background: url(../images/line_nav.jpg) no-repeat right center;}
.nav li.hover a,.nav li:hover a{color: #fff;background:#bc4c8c;}
.nav li .subnav{background: #fff; box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);height: auto;left: 0;overflow: hidden;position: absolute;top: 100%;width: 100%;z-index: 99999;}
.nav li .subnav{visibility: hidden;}
.nav li:hover .subnav{opacity: 1;visibility: visible;}
.nav li .subnav a{-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;color: #666;display: block;font-size: 13px;font-weight: 500;line-height: 50px;height: 50px;padding: 0;width: 100%;border-bottom: 1px solid #eee;background: #fff; border-left:none;}
.nav li .subnav a:hover{color: #da0001; }

.container{width:1200px; margin:0 auto;}