﻿
.main-background-main {
    position: absolute;
    top: 80px;
    width: 1136px;
}

@media screen and (max-width: 1153px) {
    .main-background-main {
        position: absolute;
        top: 80px;
        width: 970px;
    }
}

@media screen and (max-width: 992px) {
    .main-background-main {
        position: absolute;
        top: 80px;
        width: 750px;
    }
}

@media screen and (max-width: 768px) {
    .main-background-main {
        position: absolute;
        top: 80px;
        width: 100%;
    }
}

@media screen and (max-width: 680px) {
    .main-background-main {
        position: absolute;
        top: 80px;
        width: 100%;
    }

    .inputGroup {
        background: rgba(255, 255, 255, 0.3);
        border-radius: 5px;
        width: 90%;
        height: 44px;
        margin: 40px auto 0;
        position: relative;
    }
}

.menu-navbar .dropDownhead {
    position: relative;
    transition: top 1.1s cubic-bezier(.83, .39, .94, .53);
}

.navbar-scroll {
    background: #338eff !important;
}

.head-index {
    background: transparent;
}

.navbar-brand {
    display: inline-block;
    width: 350px;
    height: 50px;
}

.navbar-brand.logo-index {
    background-image: url("../image/logo-index-new.png");
    background-repeat: no-repeat;
    background-position: center;
}

.navbar-right li.enIcon {
    margin-right: 29px;
}


.navbar-toggle {
    background: #fff;
    margin-right: 0;
}

.navbar-toggle .icon-bar {
    background: #0199E3;
}

.menu-navbar .container-fluid > .navbar-collapse, .menu-navbar .container-fluid > .navbar-header, .menu-navbar .container > .navbar-collapse, .menu-navbar .container > .navbar-header {
    margin: 0;
}

.menu-navbar .nav.navbar-left {
    /*padding-left: 80px;*/
    float: right !important;
    margin-right: -15px;
}

.menu-navbar .nav.navbar-left li {
    position: relative;
    height: 45px;
    line-height: 45px;
    margin-right: 35px;
    overflow: hidden;
}

.menu-navbar .nav.navbar-left li::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: -100%;
    height: 5px;
    width: 100%;
    background-color: #fff;
    transition: all .3s;
}

.menu-navbar .nav.navbar-left li.active::after,
.menu-navbar .nav.navbar-left li:hover::after {
    left: 0;
}

.menu-navbar .navbar-nav > li > a {
    line-height: 40px;
    padding: 0;
    font-size: 18px;
    color: #fff;
}

.menu-action .navbar-nav .logout:hover ul {
    display: block;
}

.navbar-nav .logout ul {
    display: none;
}


.menu-navbar .nav > li > a:focus, .menu-navbar .nav > li > a:hover {
    background: transparent;
}

.menu-navbar .navbar-right span {
    float: left;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 15px;
    font-size: 14px;
}

.menu-navbar .navbar-right i {
    display: inline-block;
    width: 18px;
    height: 40px;
    float: left;
    margin-right: 30px;
    cursor: pointer;
}

.menu-navbar .navbar-right i.search {
    /*background:url(./header-icon-01.png) no-repeat center;*/
    position: relative;
    z-index: 1000;
}

.accessibilityBtn {
    background: url("../image/wza.png") no-repeat center;
    margin-right: 0 !important;
}

.menu-navbar .navbar-right i.mobile {
    /*background:url(../header-icon-03.png) no-repeat center;*/
}

.menu-navbar .navbar-form {
    border: none;
    box-shadow: none;
    padding: 10px 0;
}

.menu-navbar .btn-white-search {
    background: #fff;
    color: #0199E3;
    font-weight: bold;
    outline: none;
}

.menu-navbar .btn-white-search:focus {
    outline: none;
}

.searchBox {
    float: left;
    position: relative;
}

.searchBox input {
    position: absolute;
    width: 400px;
    height: 40px;
    right: 10px;
    top: 10px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 0 50px 0 20px;
    color: #fff;
    display: none;
}

.searchBox .close {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/close.png) no-repeat 0 0;
    position: absolute;
    right: 420px;
    top: 24px;
    display: none;
    opacity: 1;
}

.search-input {
    height: 80px;
}

.search-input img {
    height: 80px;
}

.search-input .inputGroup {
    width: 49%;
    height: 48px;
    margin: 16px 0;
    border-radius: 4px;
    margin-right: 50px;
    font-size: 0;
    border: 1px solid #e5d9c2;
    box-sizing: border-box;
    position: relative;
}

.search-input .inputGroup input {

    height: 100%;
    width: 90%;
    padding: 0 20px;
    outline: none;
    font-size: 16px;
    vertical-align: middle;
    border-color: transparent;
    border-radius: 4px 0 0 4px;
}

.search-input .inputGroup button {
    position: absolute;
    width: 10%;
    height: 48px;
    vertical-align: middle;
    outline: none;
    border-radius: 4px;
    padding: 0;
    right: -1px;
    top: -1px;
    font-size: 20px;
}

.search-input .icon-location {
    line-height: 80px;
    color: #333333;
    width: 70px;
    font-size: 16px;
    padding-left: 30px;
    margin-right: 36px;
    background: url('https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/location.png') no-repeat 8px center;
}

@media screen and (max-width: 1153px) {
    .menu-navbar .layout-content {
        width: 100%;
    }

    .menu-navbar .nav.navbar-left li {
        margin-right: 20px;
    }

    .menu-navbar .nav.navbar-left {
        padding-left: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .menu-navbar .nav.navbar-left li {
        margin-right: 10px;
    }

    .menu-navbar .nav.navbar-left {
        padding-left: 20px;
    }
}

@media screen and (max-width: 992px) {
    .menu-navbar .navbar-right i {
        margin-right: 10px;
    }
}

@media screen and (max-width: 820px) {
    .menu-navbar .nav.navbar-left li {
        margin-right: 5px;
    }

    .menu-navbar .navbar-right i {
        margin-right: 2px;
    }

    .menu-navbar .navbar-right span {
        padding: 0 5px;
    }
}


@media screen and (max-width: 768px) {
    .menu-navbar .container-fluid {
        background: #0199E3;
    }

    .menu-action .navbar-nav .logout:hover ul {
        display: none;
    }

    .menu-navbar .nav.navbar-left {
        padding-left: 0;
    }

    .menu-navbar .nav > li > a {
        display: inline-block;
    }

    .menu-navbar .nav.navbar-left li.active {
        border-bottom: none;
    }

    .menu-navbar .nav.navbar-left li.active a {
        border-bottom: 3px solid #fff;
    }

    .menu-navbar .nav.navbar-left li:hover {
        border-bottom: none;
    }
}

.head-menu {
    float: right;
    /*  width: 450px;*/
}

.new-menu-action {
    float: right;
    width: 450px;
    margin-top: 5px
}

.new-action-font {
    font-size: 14px;
}

.container-bg {
    width: 100%;
    height: 100%;
    background-color: #00000014;
    top: 0;
    left: 0;
    z-index: 800;
    position: fixed;
    display: none;
}

.bg-title {
    font-size: 32px;
    font-family: 'AlibabaH';
    font-weight: normal;
    color: #0A0B0C;
    margin: 30px;
}

.container-bg-show {
    display: block;
}

/*新首页*/
.main-background {
    width: 100%;
    min-height: 700px;
    z-index: -10;
}

.background-carouse-inner {
    height: 700px;
    width: 100%;
    min-height: 700px;
    top: 0px;
    position: absolute;
    z-index: -10;
}

.background-carousel-indicators {
    position: absolute;
    top: 660px;
    height: 0;
}

.background-carouse {
    width: 100%;
    min-height: 700px;
    top: 0px;
    position: absolute;
    z-index: -10;
}

.background-carouse a {
    width: 27px;
    height: 100%;
}

.background-carouse a span {
    line-height: 700px;
}

.header-left {
    left: 35px;
    height: 50px;
    width: 50px;
}

.header-right {
    right: 35px;
    height: 100%;
    width: 50px;
    left: auto;
}

.header-icon {
    width: 30px !important;
    height: 30px;
    display: block;
    position: absolute;
    top: 200px;
}


.background-carouse .carousel-inner .item {
    margin-top: 0 !important;
    height: 700px;
    /* display: none;*/
}

.background-carouse .carousel-inner .active {

}


.background-item img {
    height: 100% !important;
}

.menu-container {
    padding-top: 10px;
    height: 80px;
}

.logo {
    width: 48px;
    height: 48px;
    vertical-align: middle;
    display: inline-block;
    background-image: url("../image/jh-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: -10px;
}

.status-label {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
    color: #000000;
    margin-left: 5px;
}

.icon-label {
    width: 60px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    background: #E3EAFE;
    text-align: center;
    border-radius: 25px;
    font-size: 12px;
    font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
    font-weight: normal;
    color: #215FFF;
    cursor: pointer;
}

.navbar-brand {
    float: left;
    height: 50px;
    margin: 10px 0;
    padding: 0;
    font-size: 18px;
    line-height: 50px;
}

.nav-span {
    height: 50px;
    font-size: 24px;
    word-break: keep-all;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: 900;
    color: #000000;
    line-height: 50px;
}


.menu-action {
    float: right;
    margin: 10px 0;
}

.action-font {
    color: #0A0A0A;
}

.action-navbar li a {
    cursor: pointer;
    color: #0A0A0A;
}

.action-navbar li a:hover {
    background: transparent;
    color: #0A0A0A;
}

/*顶部导航*/
.split-line {
    height: 50px;
    line-height: 50px;
    color: #0A0A0A;
}

.main-background-main {
    position: absolute;
    top: 80px;
    width: 1136px;
}

@media screen and (max-width: 1153px) {
    .main-background-main {
        position: absolute;
        top: 80px;
        width: 970px;
    }
}

@media screen and (max-width: 992px) {
    .main-background-main {
        position: absolute;
        top: 80px;
        width: 750px;
    }
}

@media screen and (max-width: 768px) {
    .main-background-main {
        position: absolute;
        top: 80px;
        width: 100%;
    }
}

@media screen and (max-width: 680px) {
    .main-background-main {
        position: absolute;
        top: 80px;
        width: 100%;
    }

    .inputGroup {
        background: rgba(255, 255, 255, 0.3);
        border-radius: 5px;
        width: 90%;
        height: 44px;
        margin: 40px auto 0;
        position: relative;
    }
}


.navbar-scroll {
    background: #338eff !important;
}

.head-index {
    background: transparent;
}

.navbar-brand {
    display: inline-block;
    width: 450px;
    height: 90px;
}

.navbar-brand.logo-index {
    background-image: url("../image/logo-index-new.png");
    background-repeat: no-repeat;
    background-position: center;
}

.navbar-right li.enIcon {
    margin-right: 29px;
}


.navbar-toggle {
    background: #fff;
    margin-right: 0;
}

.navbar-toggle .icon-bar {
    background: #0199E3;
}

.searchBox {
    float: left;
    position: relative;
}

.searchBox input {
    position: absolute;
    width: 400px;
    height: 40px;
    right: 10px;
    top: 10px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 0 50px 0 20px;
    color: #fff;
    display: none;
}

.searchBox .close {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/close.png) no-repeat 0 0;
    position: absolute;
    right: 420px;
    top: 24px;
    display: none;
    opacity: 1;
}

.search-input {
    height: 80px;
}

.search-input img {
    height: 80px;
}

.search-input .inputGroup {
    width: 49%;
    height: 48px;
    margin: 16px 0;
    border-radius: 4px;
    margin-right: 50px;
    font-size: 0;
    border: 1px solid #e5d9c2;
    box-sizing: border-box;
    position: relative;
}

.search-input .inputGroup input {

    height: 100%;
    width: 90%;
    padding: 0 20px;
    outline: none;
    font-size: 16px;
    vertical-align: middle;
    border-color: transparent;
    border-radius: 4px 0 0 4px;
}

.search-input .inputGroup button {
    position: absolute;
    width: 10%;
    height: 48px;
    vertical-align: middle;
    outline: none;
    border-radius: 4px;
    padding: 0;
    right: -1px;
    top: -1px;
    font-size: 20px;
}

.search-input .icon-location {
    line-height: 80px;
    color: #333333;
    width: 70px;
    font-size: 16px;
    padding-left: 30px;
    margin-right: 36px;
    background: url('https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/location.png') no-repeat 8px center;
}


/*新首页*/
.search-container {
    text-align: center;
}

.police-badge {
    height: 119px;
    background-image: url(../image/logo1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 30px;
}

.title {
    margin: 30px auto;
}

.inputGroup {
    margin: 48px auto;
    font-size: 18px;
    z-index: 889;
}

.search-form {
    border-radius: 10px;
    background: #ffffff26;
    width: 640px;
    margin: 0 auto;
    height: 56px;
    line-height: 56px;
    padding: 0;
}

.inputGroup input {
    width: 520px;
    height: 44px;
    background: white;
    border: none;
    outline: none;
    color: #000000;
    padding: 0 20px;
}

.inputGroup input::-webkit-input-placeholder {
    color: white;
}

.btn-searchInput {
    height: 40px;
    line-height: 44px;
    width: 105px;
    border: none;
    background: #215FFF;
    color: white;
    border-radius: 0 5px 5px 0;
}
