/*通用css v1.0*/

/*common*/
header,nav,footer{ display: block;}
::selection{ background: #ef2123; color: #fff;}
html,body{ font-family: Microsoft YaHei,"微软雅黑"; color: #333;}
.r-postion{ position: relative;}
.padding0{ padding: 0;}
.cls{ clear: both;}
.text-light{ color: #cc1616;}
a:hover{ text-decoration: none;}
.bg-blue{ background: #ecf0f1;}
.pt20{ padding-bottom: 20px;}
.block-shadow{
    background: #fff;
    padding: 15px;
    overflow: hidden;
    clear:both;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
    -o-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
    box-shadow: 1px 1px 2px rgba(0,0,0,.3);}
/* header */
header{
    height: 116px;
    background: #8a8a8a;
}
header .navbar-form{
    position: absolute;
    top: 28px;
    right: 50px;
}
header .navbar-form .form-control{
  height: 48px;
  width: 260px;
  border-radius: 10px;
}
header .navbar-form .glyphicon-search{
    position: absolute;
    top: 12px;
    right: 30px;
    cursor: pointer;
    font-size: 24px;
    color: #ccc;
}
header .two-code{
    position: absolute;
    top: 39px;
    right: 10px;
}
header .two-code:hover + .lg-code{ display: block; }
header .two-code img{
    width: 40px;
    height: 40px;
}
header .lg-code{
    display: none;
    position: absolute;
    top: 90px;
    right: 10px;
    z-index: 10;
}
header .lg-code img{
    width: 120px;
    height: 120px;
}
/* nav */
.nav-zzx{
    background-color: #fff;
    border: none;
    text-align: center;
    margin-bottom: 0;
}
.nav-zzx .navbar-nav{
    width: 100%;
}

.nav-zzx .navbar-nav > li > a{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding:20px 39px;
}
.nav-zzx .navbar-nav > li > a:hover,
.nav-zzx .navbar-nav > .active > a,
.nav-zzx .navbar-nav > .active > a:hover{
    color: #004B8F;
    background: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background: #fff;
}
.nav-zzx .navbar-nav .dropdown-menu{
    position: absolute;
    top: 59px;
    left: 25%;
    width: 50%;
}
.nav-zzx .navbar-nav .dropdown-menu > li > a{
    line-height: 2;
}
.nav-zzx .navbar-nav .dropdown-menu > li > a:hover{
    background-color: #004B8F;
    color: #fff;
}

/* footer */
footer{
    background: #8a8a8a;
    color: #fff;
    line-height: 2;
    padding:20px 50px;
    overflow: hidden;
}
footer a{
    color: #fff;
    padding-right: 5px;
}
footer a:hover{
    color: #000;
    text-decoration: none;
}
/* url */
.breadcrumb{
    margin-top: 20px;
    background-color: #ecf0f1;
    border-radius: 0px;
    padding: 0px 0px 0px 10px;
    line-height: 2;
}
.ico-home{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url(../img/sprite.png) no-repeat;
}
.ico-home{ background-position: 0 -90px;}
/* mobile */
.m-footer{ padding:10px;text-align: center;}
.m-footer ul{ margin: 0;}
@media (max-width: 767px){
    .breadcrumb{ margin-top: 10px; margin-bottom: 10px;}
}
.border-red{
	border-color: #F02C2C;
}
