/**nav logo**/
.Nav_Logo{width: 1400px;margin: 0 auto;height: 120px;z-index: 99;}
.logo{float: left;padding-top: 24px;}
.nav{float: right;position: relative;}
.nav ul{}
.nav ul li{float: left;line-height: 120px;font-size: 18px;color: #151515;position:relative;    width: 105px;padding: 0;text-align: center;}
.nav ul li:hover{background: #0b6681;}
.nav ul li:hover a{color:#fff;}
/**二级导航**/
.subnav{
    width: 140%;
    background: rgba(251,251,251,0.95);
    position: absolute;
    top: 119px;
    left: -20%;
    z-index: 99;
    display: none;}
.subnav li{
    float:none !important;
    line-height: 45px !important;
    text-align:center;
    overflow:none !important;}
.subnav li>a{color:#000 !important;}
.subnav li:hover{background:#0b6681;}
.subnav li:hover>a{color:#fff !important;}
.nav ul li:hover .subnav{display: block;animation: moves 1s ease-in-out forwards;}
/**三级栏目**/
.thirnav{
   position:absolute;
   left:147px;
   top:0px;
   background: rgba(251,251,251,0.95);
   display:none;}
.thirnav li>a{color:#000 !important;}
.thirnav li:hover{background:#0b6681;}
.thirnav li:hover>a{color:#fff !important;}
.subnav li:hover .thirnav{display: block;animation: moves 1s ease-in-out forwards;}
/**二级导航显示动画**/
@keyframes moves{
    0%{transform: translateY(200);opacity: 0.5;}
    50%{opacity: 1;}
}



.col_subnav{
  padding-left:0px !important;
  display:none;
  position:relative;
  left:-15px !important;}
.col_subnav li{
  padding-left:15px !important;}
.col_subnav li {
    background: #fff url(template_files/2/hdimg/bas/images/col_sign1.png) no-repeat 185px center !important;}
.col_subnav li:hover{
    background: #f4f4f4 url(template_files/2/hdimg/bas/images/col_sign.png) no-repeat 185px center !important;}
.Left_nav ul li:hover .col_subnav{
  display:block;}
.info_date{width:120px;padding:30px !important;text-align:center;background:#0c6681;}
.Right_List ul li .info_date .day{color:#fff !important;}
.Right_List ul li .info_date .ym{color:#fff !important;}
.Right_List ul li{padding-top:0 !important;}
.Right_List ul li .info_date:before{display:none;}
.Right_List ul li .info_sbrt .info_title{font-weight:bold;padding-top:24px;}
.Right_List ul li:hover .info_title a{color:#0c6681 !important;}
