body {
    font-family: Microsoft Yahei, Helvetica Neue, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
    background:#22dcfd url(../image/html.jpg) top repeat-x;
}

@media (max-width: 1199px) {
    .nav > li > a {
        padding: 15px 0px;
    }

    .banner{ background: url("../image/witel-bg-s.png") no-repeat top center;
        padding: 15px;
        min-height: 800px;
    }
}
.navbar-nav {
    float: left;
    margin: 0;
  
}
.nav_center
{
  text-align: center;
}
    .nav > li > a {
        padding: 10px 20px 10px 20px;
    font-size: 14px;
    }
.navbg {
    height: 45px;
    background:repeat;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;
}
#nav .nav-link {
    height: 45px;
    margin-left: -1px;
    line-height: 45px;
    font-weight: normal;
    z-index: 999;
    text-align: center;
    padding: 0px 14px;
    color:#fff;
}
.alert {
    padding: 15px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert a {
  font-size:18px;
/*padding: 4px 5px 4px 5px;
    text-align: center;
    background: #660022 url(../image/date-bg.png) no-repeat bottom center;
    background-size: 100% auto;
    color: #FFF;
    border-radius: 0px 0px 2px 2px;*/
}
.badge {
  float: right;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ddd;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color:transparent;
    border-radius: 10px;
  font-weight:normal;
}
.mdui-card 
{   
    /*opacity: 0.5;
    background-color:#eee;*/
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    color: #000;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}
.index-group-item {
    position: relative;
    display: block;
    padding: 8px 15px;
    border-bottom: 0px solid #dddddd;
}
.list-group-item {
    position: relative;
    display: block;
}
.lm_bt { 
    font-size: 16px;
    background-image: url(../images/bt-bg.png);
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.lm_btr { 
  text-align: right;
    font-size: 16px;
    background-image: url(../images/bt-bg1.png);
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #fff;
    color:# fff;
}
.lm_bt span a
{
  float: right;
  color: #000;
  font-size: 14px;
}
.lm_btr span a
{
  float: left;
  color: #000;
  font-size: 14px;
}
.coupon-g {
  width:50px;
    padding: 4px 5px 4px 5px;
    text-align: center;
    background: #660022 url(../image/date-bg.png) no-repeat bottom center;
    background-size: 100% auto;
    color: #FFF;
    border-radius: 0px 0px 2px 2px;
}
/*@media (min-width: 1550px) {
    .head-bg {
        background-size: auto;
        -moz-background-size: auto; 
        -webkit-background-size: auto;

    }
}*/
.head-bg {
    background: url(../image/head-bg.png) no-repeat top center;
    background-size: auto;
    -moz-background-size: auto;
    -webkit-background-size: auto;
}
.pic {
  height: 180px;
  overflow: hidden;
  padding-top: 10px;
  clear: both;
  display: block;
  white-space: nowrap;
}
.pic ul li {
  list-style: none;
  width: 260px;
  float: left;
  display: inline-block;
}
.pic ul li p {
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
  font-size: 14px;
}
.pic ul li img {
  width: 220px;
  height: 134px;
  clear: both;
}
.erji-nav .navbar-inverse {
    background-color: #00608c;
    border-color: #350014;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 2px 5px rgba(81, 0, 30, 0.32);
}

.dropdown, .dropup {
  position: relative
}
.dropdown-toggle:focus {
  outline: 0
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777
}
.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.open > .dropdown-menu {
  display: block
}
.open > a {
  outline: 0
}
.dropdown-menu-right {
  right: 0;
  left: auto
}
.dropdown-menu-left {
  right: auto;
  left: 0
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px
}
@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0
  }
}
.left-title {
    background: #00608c no-repeat left top;
    height: 78px;
    padding-top: 29px;
    text-align: center;
    overflow: hidden;
}
.footer {
    background: #222 url(../image/bottom-bg.png) no-repeat bottom;
    background-size: cover;
    /* padding-top: 30px; */
}
.footer .link {
  background-color: #023670;
  height: 50px;
  line-height: 50px;
  
}

.footer .link .w {
  display: flex;text-align: center;
}
.footer .link .w .fl{
  float: left;
}

.footer .link ul li {
  color: #FFFFFF;
  font-size: 16px;
  margin-right: 10px;
}

.footer .link ul li a {
  color: #FFFFFF;
  font-size: 14px;
  display: inline-block;
  border-right: 1px solid #FFFFFF;
  height: 14px;
  line-height: 14px;
  padding-right: 10px;
}

.footer .link ul li:hover a {
  text-decoration: underline;
}

.footer .link select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #023670;
  border: 1px solid #023670;
  color: #FFFFFF;
  font-size: 16px;
  height: 50px;
  background: transparent;
  border: none;
  outline: none;
}

.footr select::-ms-expand {
  display: none;
}

.footer .link .more {
  position: relative;
  color: #FFFFFF;
  font-size: 14px;
  flex: 1;
  text-align: right;
  cursor: pointer;
}

.footer .link .more img{
  margin-left: 10px;
}

.footer .link .more dl {
  position: absolute;
  right: 0px;
  line-height: 20px;
  text-align: center;
  display: none;
}

.footer .link .more dl dd{
  margin-bottom: 5px;
}

.footer .link .more dl dd a{
  color: #FFFFFF;
}

.footer .link .more dl dd:hover a{
  text-decoration: underline;
}

.footer .cont {
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  
  background-color: #034ea1;
  line-height: 35px;
  padding: 20px 0;
}

.footer .cont a {
  color: #7699bf;
  font-size: 14px;
}

.footer .cont a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}


.site-top {
  /*background: #1e283a;*/
}
.site-top > .row {
  color: #aeafb5;
  font-size: 12px;
}
.site-top > .row .col-md-5 {
  text-align: right;
  color: #014da1;
  line-height: 40px;
}
.site-top > .row .col-md-5 a {
  color: #fff;
}
.site-top > .row .col-md-5 a:hover {
  color: #fff;
}
.site-top a.home {
  background: url(../image/top-nav-bg.png) repeat-x left top;
  height: 44px;
  display: inline-block;
  padding-left: 27px;
  padding-right: 27px;
  border-bottom: 4px solid #003c7e;
  margin-bottom: -4px;
  position: relative;
  z-index: 999;
  right: 0px;
}
.site-top a.home:hover {
  background: url(../image/top-nav-bg.png) repeat-x left -40px;
}
.site-top > .row .col-md-5 span {
  font-size: 12px;
  color: #fff;
  margin-right: 10px;
}
.top {
  background:repeat;
}
.top_c {
  height: 250px;
  position: relative;
  width: 1100px;
  margin: 0px auto;
  /*background: url(../image/head-bg.png) no-repeat right top;*/
  background:repeat;
}
.top_c .logo {
  position: absolute;
  top: 70px;
  left: 15px;
}
.top_c .r {
  position: absolute;
  top: 36px;
  right: 15px;
  font-size: 12px;
  color: #333;
}
.top_c .btn-info {
  background: url(../image/btn-bg.png) no-repeat right center #086ad7;
  border: none;
  border-left: 4px solid #02adef;
  padding-left: 15px;
  padding-right: 35px;
  margin-bottom: 15px;
}
.undur
{
  height:8px;
}
