/* 头部 */
#header{ margin-bottom:1px;  }
.logoBar{ width:980px; margin:0 auto; padding: 20px 0;  }
.logoBar h1{ font: bold  30px/40px Georgia;}
.logoBar h1 a{ color:#39A4DC;  }
.logoBar h1 a:hover{ color:#39A4DC; text-decoration:none;   }

/*导航条*/
.navBar{ position:relative; z-index:1;  background:#1e263f; color:#fff; height:60px; line-height:60px;   }
.nav{ width:1100px; margin:0 auto; font-family:"Microsoft YaHei",SimSun,SimHei }
.nav .m{ float:left;  position:relative; border:1px solid #248ec8; border-top:0; border-bottom:0; margin-left:-1px;   }
.nav a:active{ text-decoration:none; color:#ff0;   }
.nav a{ float:left;   font-weight:normal; font-size:18px; height:60px; overflow:hidden;  }
.nav  a{ display:block; color:#fff;  padding:0 30px; border-left:1px solid #5bb3e1; vertical-align:top;  }
.nav .on{ border-color:#1F7CAF;   }
.nav .on a{ background:#1f7caf; color:#ff0; border-color:#1f7caf !important;  }

.nav #m7  a{ border-right:1px solid #5bb3e1;   }


/* footer */

#footer{  display:block;height:150px;background:#1e263f; color:#fff; border:1px solid #D7D7D7; padding:20px 0; text-align:center; line-height:30px}
#footer .copyRight{ padding:10px 0;  color:white;text-decoration:underline}

/*按钮*/
.dv_bt_buttoncommit{font-size:18px;width:250px;height: 60px;color:ghostwhite;background: #01c4fe;border-radius: 5px;} 
.dv_bt_buttoncommit:active{background: #4a9bfa;opacity: 0.8;}

/*收缩效果*/
.bnt-effect:active  {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  transition-duration: 100ms;
}



a{color:#555;text-decoration:none; outline:none;}
a:hover {color:#f30; text-decoration:underline; }


/*卡片*/
.con1 {	display:inline-block;width: 350px;height: 230px;border: 1px solid #767676;position: relative;margin: 0px ;}
.con-img {position: absolute;width:350px;height:200px;max-width:100%;max-htight:100%;top:0px;left:0px;}
.con-ht {position: absolute;bottom: 0px;width: 100%;height: 35px;background-color:rgba(0,0,0,0);display: block;text-align: center;line-height: 35px;color: black;font-size: 14px;}
.ui-thumbnail:active  {  -webkit-transform: scale(0.9);transform: scale(0.9);transition-duration: 100ms;}