*, a:focus {
    outline: none;
}

html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html,body{
    height: 100%;
}
.color-555{
    color: #555;
}
.bg-gray {
    background: #f3f3f3;
}
.bg-white-9{
    background-color: #fff;
}
.login-body {
    background-image: url(../img/bgLogin6.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.radius-1{
    border-radius: 1px;
}

.navbar-inverse {
    background: #056cae url(../img/bg-top-menu.jpg) no-repeat scroll left top;
}
.btn-yhdl {
    padding: 35px 0;
    font-size: 20px;
    font-weight: bold;
    box-shadow: -2px 10px 20px -1px rgba(40,96,144, 0.4);
}
/*顶栏阴影*/
.navbar.navbar-fixed-top {
    box-shadow: 0 1px 2px #bbb;
}

.navbar-brand, .navbar-brand:link {
    color: #fff !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #eee;
}

.btn-outline {
    background-color: transparent;
}

    .btn-outline.btn-primary {
        color: #337ab7;
    }

        .btn-outline.btn-primary:hover {
            color: #fff;
        }
/*选项卡菜单*/
.menu {
    padding: 0;
    margin: 30px 0 0 0;
    text-align: center;
    font-size: 18px;
}

    .menu li {
        list-style: none;
        margin-bottom: 10px;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
    }

        .menu li a {
            padding: 5px;
        }

            .menu li a.active {
                color: #888;
            }

.btn {
    border-radius: 2px;
}

.btn-outline.btn-primary {
    color: #337ab7;
}

.btn-outline {
    background-color: transparent;
}

.btn-bgimg-gryh{
    background:url("../../assets2/img/btn-dl-gryh-b.png") no-repeat scroll center center;
}
.btn-bgimg-gryh:hover {
    background-image: url("../../assets2/img/btn-dl-gryh-w.png");
}
.btn-bgimg-shtt {
    background: url("../../assets2/img/btn-dl-shtt-b.png") no-repeat scroll center center;
}

    .btn-bgimg-shtt:hover {
        background-image: url("../../assets2/img/btn-dl-shtt-w.png");
    }
/*blockquote {
    border-left: none;
}*/

/*登录框*/
.panel-group {
    margin-bottom: 30px;
}

.panel-title a, .panel-title a:hover {
    text-decoration: none !important;
}

.panel-title {
    font-size: 20px;
}

.panel-body {
    padding: 20px;
}
.login {
    margin-top: 65px;
    padding: 30px;
    min-width: 305px;
    -webkit-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: none;
        color: #555;
    }
    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-width: 0 0 1px 0;
        border-bottom: 1px solid #bbb;
    }
}

.login input {
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
}

.login .form-control {
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-bottom: 1px solid #bbb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height:50px;
}

    .login .form-control:focus {
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #337ab7;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-color: #fff;
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.yzm-group {
    position: relative;
}

.yzm {
    position: absolute;
    right: 0;
    bottom: 12px;
}

.forgot {
    padding: 5px 0;
}

.btn-login {
    padding: 8px 24px;
    border-radius: 2px;
    -webkit-box-shadow: -2px 10px 20px -1px rgba(40,96,144, 0.4);
    -moz-box-shadow: -2px 10px 20px -1px rgba(40,96,144, 0.4);
    -o-box-shadow: -2px 10px 20px -1px rgba(40,96,144, 0.4);
    box-shadow: -2px 10px 20px -1px rgba(40,96,144, 0.4);
}

.no-margin {
    margin: 0;
}

.signin-info {
    margin-top: 65px;
}

    .signin-info .info-logo {
        max-width: 200px
    }

/*公告*/
.well{
    border-radius: 1px;
}
ul.title-list, ul.title-list li {
    list-style: none;
}

.title-list {
    padding-left: 0;
}

    .title-list li {
        border-bottom: 1px dashed #ddd;
        margin-top: 10px;
    }

        .title-list li a {
            font-size: 16px;
            padding-left: 5px;
            line-height: 30px;
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #555;
        }

            .title-list li a:hover, .title-list li a:focus {
                color: #337ab7;
            }

            .title-list li a span {
                float: right;
            }
/*查询块*/
.ifrome-box {
    margin-top: 30px;
}

.embed-responsive-item {
    border: none;
    width: 100%;
    height: 500px;
}


/*资讯*/
.slide .item > a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (min-width: 992px) {
    .slide .item > a {
        max-width: 438px;
        width: 100%;
    }
}

@media (min-width: 1200px){
    .slide .item > a {
        max-width: 538px;
        width: 100%;
    }
}

.notice hr {
    margin-top: 8px;
}

.notice h2 {
    margin-bottom: 0;
}
/*footer*/
footer .shadow{
    text-shadow: 0 0 3px #fff;
}