﻿

/** base setting **/

body, html {
    font-family: 'Microsoft Yahei', 'PingFangSC-Regular', 'PingFang SC', Verdana, Arial, Helvetica, 'Simsun', sans-serif !important;
    margin: 0;
}

.important-gray {
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    _filter: none;*/
}

.modal-right-bottom {
    top: unset;
    left: unset;
}

.modal-header-blue {
    background: cornflowerblue;
    color: white;
    font-weight: 800;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fwmh-content {
    width: 1190px;
    margin: 0 auto;
}

.layout-content {
    width: 1136px;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

.text-danger {
    color: #f00;
}

.text-muted {
    color: #999;
}

.text-primary {
    color: #3e8be8;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.shadowbox {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

/** link **/
a {
    color: #338eff;
}

a:hover {
    color: #4d98ce;
    text-decoration: none;
    cursor: pointer;
}

a:focus, a:active {
    text-decoration: none;
}

a.link-red {
    color: #de371c;
}

a.link-red:hover {
    color: #d14338;
}

a.link-blue {
    color: #1885cb;
}

a.link-blue:hover {
    color: #1576b3;
}

a.link-golden {
    color: #4d98ce;
}

a.link-golden:hover {
    color: #4d98ce;
    text-decoration: underline;
}

a:focus {
    outline: none
}

/** button **/
.btn-ok {
    height: 3.2rem;
    width: 6.4rem;
    background-color: #1890ff;
    color: #fff;
    border: 1px solid #1890ff;
    border-radius: 0;
    outline: none;
}

.btn-ok:hover .btn-ok:active .btn-ok:focus {
    height: 3.2rem;
    width: 6.4rem;
    background-color: #1890ff;
    color: #fff;
    border: 1px solid #1890ff;
    border-radius: 0;
    outline: none;
}

.btn {
    height: 3.2rem;
    width: 6.4rem;
    background-color: #1890ff;
    color: #fff;
    border: 1px solid #1890ff;
    border-radius: 0;
    outline: none;
}

.btn:hover .btn:active .btn:focus {
    height: 3.2rem;
    width: 6.4rem;
    background-color: #1890ff;
    color: #fff;
    border: 1px solid #1890ff;
    border-radius: 0;
    outline: none;
}

.btn:hover, .btn:focus, .btn:active {
    color: #fff;
}

.btn-border, .btn-border:focus {
    background-color: #fffaf4;
    border-color: #de371c;
    color: #de371c;
}

.btn-cancel {
    height: 3.2rem;
    width: 6.4rem;
    background-color: #fff;
    color: #000000d9;
    border: 1px solid #d9d9d9;
}

.btn-cancel:hover {
    background-color: #fff;
    color: #1890ff;
    border: 1px solid #1890ff;
    outline: none;
}

.btn-cancel:active {
    background-color: #fff;
    color: #1890ff;
    border: 1px solid #1890ff;
    outline: none;
}

.btn-gray {
    background-color: #eee;
    color: #999;
}

.btn-gray:focus, .btn-gray:active {
    color: #999;
}

.btn-gray:hover {
    background-color: #ddd;
    color: #666;
}

.btn-orange {
    background-color: #fb8320;
}

.btn-orange:focus, .btn-orange:active {
    background-color: #e5781e;
}

.btn-orange:hover {
    background-color: #e5781e;
}

.btn-orange.btn-border {
    background-color: #fff;
    border-color: #fb8320;
    color: #fb8320;
}

.btn-orange.btn-border:focus, .btn-orange.btn-border:active {
    background-color: #fff;
    color: #fb8320;
}

.btn-orange.btn-border:hover {
    background-color: #e5781e;
    color: #fff;
}

.btn-blue {
    background-color: #6e85af;
}

.btn-blue:focus, .btn-blue:active, .btn-blue:hover {
    background-color: #5d7ab0;
}

.btn-blue.btn-border {
    background-color: #fff;
    border-color: #6e85af;
    color: #6e85af;
}

.btn-blue.btn-border:focus, .btn-blue.btn-border:active {
    background-color: #fff;
    color: #1890ff;
}

.btn-blue.btn-border:hover {
    background-color: #6e85af;
    color: #fff;
}

#word {
    position: absolute;
    top: 36px;
    z-index: 99;
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

#word > div > em {
    font-style: normal;
    color: red;
}

.click_work {
    padding: 0 10px;
    color: #666;
    cursor: pointer;
    line-height: 240%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.click_work:hover {
    background-color: #f8f8f8;
}

body {
    margin-top: 0;
}

body.needshowfreetoggleToolBar {
    margin-top: 140px;
}


/*** 头部导航 ***/
.fwmh-navbar {
    position: relative;
}

.fwmh-navbar-list {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fwmh-navbar-list > li {
    display: inline-block;
}

.fwmh-navbar-list > li > a {
    display: block;
    width: 140px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #555;
}

.fwmh-navbar-list > li > a > .glyphicon {
    font-size: 14px;
    color: #bbb;
    transition: transform 0.5s;
}

.fwmh-navbar-list > li > a:hover,
.fwmh-navbar-list > li.active > a,
.fwmh-navbar-list > li.active > a > .glyphicon,
.fwmh-navbar-list > li.popover-nav:hover > a,
.fwmh-navbar-list > li.popover-nav:hover > a > .glyphicon {
    color: #eb4b3f;
    font-weight: bold;
}

.fwmh-navbar-list > li.popover-nav.active a .glyphicon {
    transform: rotate(180deg);
}

.fwmh-navbar .popover {
    top: 40px;
    left: 0;
    margin-top: 0;
    width: 100%;
    z-index: 101;
}

.fwmh-navbar .popover-content {
    border-top: 2px #eb4b3f solid;
}

.fwmh-navbar .popover.bottom > .arrow {
    border-top: 3px #fff solid;
    border-bottom-color: #eb4b3f;
}

.popover-nav .popover-group {
    line-height: 40px;
}

.popover-nav .popover-group .group-title {
    font-weight: bold;
}

.popover-nav .popover-group .group-content ul {
    overflow: hidden;
}

.popover-nav .popover-group .group-content li {
    float: left;
    display: block;
}

.popover-nav .list-gr-multitude {
    line-height: 78px;
}

.popover-nav .list-gr-multitude li {
    width: 20%;
}

.popover-nav .list-gr-multitude li > a {
    margin: 0 10px 0 0;
    padding-left: 100px;
    border-radius: 5px;
    background: url('https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/ico-nav-gr-multitude.png') no-repeat;
    font-size: 16px;
}

.popover-nav .list-gr-multitude li > a.link-gr-multitude-bsjm {
    background-position: 0 0;
    color: #eb4b3f;
}

.popover-nav .list-gr-multitude li > a.link-gr-multitude-fbsjm {
    background-position: -230px 0;
    color: #5bc478;
}

.popover-nav .list-gr-multitude li > a.link-gr-multitude-syrs {
    background-position: -460px 0;
    color: #5db8cf;
}

.popover-nav .list-gr-multitude li > a.link-gr-multitude-jwrs {
    background-position: -690px 0;
    color: #f88648;
}

.popover-nav .list-gr-multitude li > a.link-gr-multitude-bsjm:hover {
    background-position: 0 -78px;
}

.popover-nav .list-gr-multitude li > a.link-gr-multitude-fbsjm:hover {
    background-position: -230px -78px;
}

.popover-nav .list-gr-multitude li > a.link-gr-multitude-syrs:hover {
    background-position: -460px -78px;
}

.popover-nav .list-gr-multitude li > a.link-gr-multitude-jwrs:hover {
    background-position: -690px -78px;
}

.popover-nav .popover-group .group-content li > a {
    display: block;
    background-color: #f7f7f7;
}

.popover-nav .popover-group .group-content li > a:hover,
.popover-nav .list-gr-multitude li > a:hover {
    background-color: #eb4b3f;
    color: #fff;
}

.popover-nav .list-gr-subject li {
    width: 12.5%;
}

.popover-nav .list-gr-subject li > a {
    margin: 0 10px 10px 0;
    text-align: center;
    font-size: 15px;
    color: #333;
}

.fwmh-navbar-link {
    display: inline-block;
    margin-left: 40px;
}

.fwmh-navbar-link > a {
    display: block;
    width: 100px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    cursor: pointer;
}

.fwmh-navbar-link > a > .glyphicon {
    font-size: 14px;
    color: #bbb;
    transition: transform 0.5s;
}

.fwmh-navbar-link.active > a {
    color: #eb4b3f;
}

.fwmh-navbar-link.active > a > .glyphicon {
    color: #eb4b3f;
    transform: rotate(180deg);
}

.list-nav-dep {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.list-nav-dep > li {
    float: left;
    display: block;
    width: 14.2%;
}

.list-nav-dep.managementcommittee > li {
    width: 33.3%
}

.list-nav-dep > li a {
    display: block;
    margin: 0 10px 10px 0;
    padding: 0 10px;
    background: #f7f7f7;
    overflow: hidden;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    line-height: 240%;
}

.list-nav-dep > li a:hover {
    background: #eb4b3f;
    color: #fff;
}

.fwmh-navbar-login {
    float: right;
    width: 310px;
    text-align: right;
    line-height: 40px;
    color: #999;
}

.fwmh-navbar-login > a {
    display: inline-block;
    vertical-align: bottom;
}

.fwmh-navbar-login > a + a {
    margin-left: 20px;
}

.link-navbar-login {
    color: #999;
}

.link-navbar-user, .link-navbar-user:hover {
    color: #6e85af;
}

.link-navbar-user {
    max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fwmh-navbar-login > span {
    margin: 0 10px;
    color: #ccc;
}

.link-navbar-back,
.link-navbar-back:hover {
    margin: 9px 0 9px 20px;
    padding: 0 5px 0 20px;
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/ico-header-navbar-back.png) no-repeat 5px top;
    border: 1px #dcdcdc solid;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    color: #999;
}


.simple .fwmh-filterbar-site {
    width: 90px;
}

.simple .fwmh-navbar-link {
    float: left;
    width: 140px;
    margin: 10px 0 0 0;
}

.simple .fwmh-navbar-link > span {
    color: inherit;
}

.simple .fwmh-navbar-link .fa {
    color: #fcae28;
}

.simple .fwmh-navbar-link > .popover {
    left: 50%;
    top: 46px;
    width: 950px;
    margin-left: -595px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.simple .fwmh-filterbar-search {
    float: right;
}


.searchHeader .fwmh-filterbar {
    height: 100px;
}

.searchHeader .fwmh-filterbar-logo {
    width: 241px;
    height: 51px;
    margin-top: 20px;
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/ico-search-header-logo.png) no-repeat 0 0;
}

.searchHeader .fwmh-filterbar-logo h1 {
    text-indent: -300px;
}

.searchHeader .fwmh-filterbar-search {
    float: left;
    margin-top: 22px;
    margin-left: 120px;
}

.searchHeader .fwmh-filterbar-searchbox {
    height: 48px;
}

.searchHeader .fwmh-filterbar-searchbox > * {
    height: 46px;
    line-height: 46px;
}

.searchHeader .fwmh-filterbar-searchbox > input {
    padding-left: 10px;
    background-position: 88% 8px;
    font-size: 16px;
}

.searchHeader .fwmh-filterbar-searchbox > button {
    background-position: center 15px;
}


.hb-right {
    position: fixed;
    bottom: 50px;
    right: 0;
}

.xwgtfwzl {
    background: #fff url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/index/xwgtfwzl.jpg) no-repeat center;
    display: inline-block;
    width: 420px;
    height: 220px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.right-close {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    z-index: 1000;
}

.fwmh-floatnav {
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 1000;
}

.fwmh-floatnav .foldbox {
    position: relative;
    height: 428px;
    overflow: hidden;
    border-left: 1px solid #f0f0f0;
}

.fwmh-floatnav .foldbox.fold {
    border-left: 1px solid transparent;
}

.fwmh-floatnav .list-floatnav {
    position: absolute;
    bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.fwmh-floatnav .list-floatnav a {
    display: block;
    width: 70px;
    height: 50px;
    color: #333;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00193654, endColorstr=#00193654);
    background: #fff;
    text-align: center;
}

.fwmh-floatnav .list-floatnav a:hover {
    background: #f5eee4;
    color: #ccb073;
}

.fwmh-floatnav .list-floatnav a.floatnav-control {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00c50001, endColorstr=#00c50001);
    background-color: #4d98ce;
    color: #fff;
}

.fwmh-floatnav .list-floatnav a > span {
    display: block;
    padding-top: 30px;
    line-height: 20px;
}

.fwmh-floatnav .list-floatnav a.floatnav-control {
    height: 28px;
    transition: height .5s;
}

.fwmh-floatnav .list-floatnav a.floatnav-control > span {
    background-image: none;
    padding-top: 5px
}

.fwmh-floatnav .fold .list-floatnav a.floatnav-control {
    height: 70px;
}

.fwmh-floatnav .fold .list-floatnav a.floatnav-control > span {
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/ico-floatnav-ul.png) no-repeat 0 -350px;
    padding-top: 40px;
}

.fwmh-floatnav .list-floatnav a.link-floatnav-my > span {
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/fr-1.png) no-repeat center 10px;
}

.fwmh-floatnav .list-floatnav a.link-floatnav-appoint > span {
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/fr-2.png) no-repeat center 10px;
}

.fwmh-floatnav .list-floatnav a.link-floatnav-searchjd > span {
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/fr-3.png) no-repeat center 10px;
}

.fwmh-floatnav .list-floatnav a.link-floatnav-searchwl > span {
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/fr-4.png) no-repeat center 10px;
}

.fwmh-floatnav .list-floatnav a.link-floatnav-pay > span {
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/fr-5.png) no-repeat center 10px;
}

.fwmh-floatnav .list-floatnav a.link-floatnav-appraise > span {
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/fr-7.png) no-repeat center 10px;
}

.fwmh-floatnav .list-floatnav a.link-floatnav-correct > span {
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/fr-6.png) no-repeat center 10px;
}

.fwmh-floatnav .list-floatnav a.link-floatnav-ul > span {
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/fr-8.png) no-repeat center 10px;
}

.fwmh-floatnav .list-floatnav a.link-floatnav-my:hover > span {
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/fr-1s.png) no-repeat center 10px;
}

.fwmh-floatnav .list-floatnav a.link-floatnav-appoint:hover > span {
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/fr-2s.png) no-repeat center 10px;
}

.fwmh-floatnav .list-floatnav a.link-floatnav-searchjd:hover > span {
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/fr-3s.png) no-repeat center 10px;
}

.fwmh-floatnav .list-floatnav a.link-floatnav-searchwl:hover > span {
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/fr-4s.png) no-repeat center 10px;
}

.fwmh-floatnav .list-floatnav a.link-floatnav-pay:hover > span {
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/fr-5s.png) no-repeat center 10px;
}

.fwmh-floatnav .list-floatnav a.link-floatnav-appraise:hover > span {
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/fr-7s.png) no-repeat center 10px;
}

.fwmh-floatnav .list-floatnav a.link-floatnav-correct:hover > span {
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/fr-6s.png) no-repeat center 10px;
}

.fwmh-floatnav .list-floatnav a.link-floatnav-ul:hover > span {
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/fr-8s.png) no-repeat center 10px;
}

.link-floatnav-service {
    display: block;
    width: 70px;
    padding-top: 60px;
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/xiaolong.png) no-repeat center bottom;
}

.link-floatnav-service span {
    display: block;
    line-height: 22px;
    font-size: 12px;
    color: #666;
    text-align: center;
}

.link-floatnav-service + .tooltip.left {
    margin-left: -30px;
    margin-top: 10px;
}

.link-floatnav-service + .tooltip .tooltip-arrow {
    border-left-color: #de371c;
    margin-top: -20px;
}

.link-floatnav-service + .tooltip .tooltip-inner {
    padding-left: 30px;
    line-height: 30px;
    background: #de371c url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/ico-floatnav-service.png) no-repeat 0 2px;
    font-size: 14px;
}

.link-floatnav-top {
    position: fixed;
    bottom: -30px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    transition: bottom 0.5s;
    font-size: 20px;
    color: #FFF;
    background: #215FFF;
    text-align: center;
    cursor: pointer;
}
.link-floatnav-bottom {
    position: fixed;
    top: -30px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    transition: bottom 0.5s;
    font-size: 20px;
    color: #FFF;
    background: #215FFF;
    text-align: center;
    cursor: pointer;
}
.link-floatnav-top:hover {
    color:#FFF;
}
.link-floatnav-bottom:hover {
    color:#FFF;
}
.link-floatnav-top.active {
    bottom: 30px;
}

.link-floatnav-bottom.active {
    top: 30px;
}

.glyphicon-arrow-up{
    font-size: 14px;
}
.glyphicon-arrow-down{
    font-size: 14px;
}
.right-Qrcodeimg {
    display: none;
    position: absolute;
    top: 0;
    right: 70px;
    width: 120px;
    height: 136px;
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/index/right-Qrcode2.png) no-repeat 0 0;
}

.fwmh-floatnav .list-floatnav a.link-floatnav-rightQrcode span {
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/phone.png) no-repeat 0 -6px;
}

.fwmh-floatnav-a {
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 1000;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.closebtn {
    position: absolute;
    cursor: pointer;
    z-index: 10000;
    right: 2px;
    top: 2px;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4d98ce;
    font-size: 10px;
    text-align: center;
    padding-top: 3px;
    color: #fff
}


.status-404, .status-500, .status-maintenance {
    height: 450px;
    padding-left: 45%;
    font-size: 15px;
    color: #999;
}

.status-404 {
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/pic-404.png) no-repeat top center;
}

.status-500 {
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/pic-500.png) no-repeat top center;
}

.status-maintenance {
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/pic-maintenance.png) no-repeat top center;
}

.status-404 h2,
.status-500 h2,
.status-maintenance h2 {
    margin-bottom: 20px;
    padding-top: 100px;
    font-size: 24px;
    font-weight: bold;
}

.status-404 p,
.status-500 p,
.status-maintenance p {
    margin-bottom: 20px;
}

.status-404 .btn + .btn,
.status-500 .btn + .btn,
.status-maintenance .btn + .btn {
    margin-left: 20px;
}

/* 旋转180 */
.ico-rotate {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    -ms-transition: -ms-transform 0.4s ease-out;
}

a:hover .ico-rotate {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

/* 震颤 */
a:hover .ico-shake {
    -webkit-animation: shake 1s ease;
    -moz-animation: shake 1s ease;
    -ms-animation: shake 1s ease;
    animation: shake 1s ease;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -moz-transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -moz-transform: translateX(10px);
    }
}

@-ms-keyframes shake {
    0%, 100% {
        -ms-transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -ms-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -ms-transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}

/* 翻入-Y轴 */
a:hover .ico-flipinY {
    -webkit-animation: flipinY 1.5s ease-out backwards;
    -moz-animation: flipinY 1.5s ease-out backwards;
    -ms-animation: flipinY 1.5s ease-out backwards;
    animation: flipinY 1.5s ease-out backwards;
}

@-webkit-keyframes flipinY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

@-moz-keyframes flipinY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -moz-transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

@-ms-keyframes flipinY {
    0% {
        -ms-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -ms-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -ms-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -ms-transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

@keyframes flipinY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

/* 淡入-从右 */
a:hover .ico-fadeinR {
    -webkit-animation: fadeinR 1s ease-out backwards;
    -moz-animation: fadeinR 1s ease-out backwards;
    -ms-animation: fadeinR 1s ease-out backwards;
    animation: fadeinR 1s ease-out backwards;
}

@-webkit-keyframes fadeinR {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeinR {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-ms-keyframes fadeinR {
    0% {
        opacity: 0;
        -ms-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
}

@keyframes fadeinR {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 淡入-从左 */
a:hover .ico-fadeinL {
    -webkit-animation: fadeinL 1s ease-out backwards;
    -moz-animation: fadeinL 1s ease-out backwards;
    -ms-animation: fadeinL 1s ease-out backwards;
    animation: fadeinL 1s ease-out backwards;
}

@-webkit-keyframes fadeinL {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeinL {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-ms-keyframes fadeinL {
    0% {
        opacity: 0;
        -ms-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
}

@keyframes fadeinL {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 弹入 */
a:hover .ico-bouncein {
    -webkit-animation: bouncein 1s ease-out backwards;
    -moz-animation: bouncein 1s ease-out backwards;
    -ms-animation: bouncein 1s ease-out backwards;
    animation: bouncein 1s ease-out backwards;
}

@-webkit-keyframes bouncein {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bouncein {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }
    70% {
        -moz-transform: scale(0.9);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes bouncein {
    0% {
        opacity: 0;
        -ms-transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -ms-transform: scale(1.05);
    }
    70% {
        -ms-transform: scale(0.9);
    }
    100% {
        -ms-transform: scale(1);
    }
}

@keyframes bouncein {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

/* 闪烁 */
a:hover .ico-flash {
    -webkit-animation: flash 1s ease;
    -moz-animation: flash 1s ease;
    -ms-animation: flash 1s ease;
    animation: flash 1s ease;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@-moz-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@-ms-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

a:hover .ico-fadeinB {
    -webkit-animation: fadeinB 1s ease-out backwards;
    -moz-animation: fadeinB 1s ease-out backwards;
    -ms-animation: fadeinB 1s ease-out backwards;
    animation: fadeinB 1s ease-out backwards;
}

@-webkit-keyframes fadeinB {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeinB {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes fadeinB {
    0% {
        opacity: 0;
        -ms-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@keyframes fadeinB {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.selectqubuguan {
    margin: 15px 0 0 30px;
    float: left;
}

.selectqubuguan .span1 {
    font-size: 16px;
    color: #555;
    font-weight: bold;
}

.selectqubuguan .span2 {
    display: inline-block;
    padding: 7px 11px;
    background: #f7f7f7;
    cursor: pointer;
}

.selectqubuguan .span2:hover {
    background: #e8e7e7;
}

.selectqubuguan .span2 i {
    font-size: 8px;
    color: #828282;
}

.Popupselect {
    display: none;
    box-shadow: 3px 0 15px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 60px;
    width: 1190px;
    background: #fff;
    z-index: 10000;
    overflow: hidden;
    border-radius: 5px;
}

.Popupselect.active {
    display: block;
}

.Popupselect .fa-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #8a8a8a;
    cursor: pointer;
}

.Popupselect > div {
    margin-bottom: -100000px;
    padding-bottom: 100000px;
}

.Popupselect > div.left {
    background: #f7f7f7;
    width: 180px;
}

.Popupselect > div.right {
    width: 1010px;
}

.Popupselect > div.left ul {
    width: 145px;
    float: right;
    padding: 30px 0;
}

.Popupselect > div.left ul li {
    height: 55px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
    border-left: 5px solid transparent;
}

.Popupselect > div.left ul li.active {
    border-left: 5px solid #c50001;
    background: #fff;
}

.bumencontent ul, .guanweicontent ul, .othercontent ul {
    padding: 20px 0;
    overflow: hidden;
}

.bumencontent > ul li {
    float: left;
    width: 16.66%;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.guanweicontent ul li {
    float: left;
    width: 33%;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.othercontent ul li {
    float: left;
    width: 25%;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.searchResult li {
    float: left;
    width: 16.66%;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.bumencontent ul li a, .guanweicontent ul li a, .othercontent ul li a {
    display: inline-block;
    width: 90%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Popupselect > div.right > div {
    display: none;
}

.Popupselect > div.right > div.active {
    display: block;
}

.qucontent, .bumencontent, .guanweicontent, .othercontent {
    padding: 36px 20px 0;
}

.qucontent .banner-left input, .bumencontent input, .guanweicontent input, .othercontent input {
    width: 205px;
    height: 30px;
    padding-left: 15px;
    border: 1px solid #e5e5e5;
    outline: none;
}

.qucontent .banner-left input:hover, .bumencontent input:hover, .guanweicontent input:hover, .othercontent input:hover, .qucontent .banner-left input:focus, .bumencontent input:focus, .guanweicontent input:focus, .othercontent input:focus {
    border-color: #4d98ce
}

.qucontent .banner-left input::-webkit-input-placeholder, .bumencontent input::-webkit-input-placeholder, .guanweicontent input::-webkit-input-placeholder, .othercontent input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.qucontent .banner-left button, .bumencontent button, .guanweicontent button, .othercontent button {
    width: 60px;
    height: 30px;
    background: #e5e5e5;
    color: #555555;
    border: 1px solid #e5e5e5;
    outline: none;
    position: relative;
    top: -1px;
}

.qucontent .selected_options {
    margin: 20px 0;
}

.qucontent .selected_options ul {
    overflow: hidden;
}

.qucontent .selected_options ul li {
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.qucontent .work-filter-option.filterstreet a {
    display: none;
    white-space: nowrap;
}

.qucontent .work-filter-option.filterstreet a.thisqu {
    display: inline-block;
    margin: 0 15px 10px;
    padding: 0 5px;
    border: 1px solid transparent;
}

.qucontent .work-filter-option.filtervillage a.thisstreet {
    display: inline-block;
    font-size: 14px;
    margin: 0 5px 10px;
    padding: 0 5px;
    border: 1px solid transparent;
}

.qucontent .work-filter-option.filtervillage {
    display: none;
}

.qucontent .work-filter-option.filtervillage a {
    display: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.qucontent .queren i {
    margin: 0 5px;
}

.qucontent .work-filter-option .titlename {
    font-size: 16px;
    color: #000;
    margin: 0;
    width: 90px;
    vertical-align: top;
}

.qucontent .filtervillage .titlename {
    font-size: 14px;
}

.qucontent .work-filter-option {
    font-size: 16px;
    color: #333;
    height: auto;
    float: inherit;
    width: 900px;
    margin-top: 20px;
}

.qucontent .work-filter-option > div {
    display: inline-block;
    width: 810px;
}

.qucontent .work-filter-option a {
    display: inline-block;
    margin: 0 15px 10px;
    padding: 0 5px;
    border: 1px solid transparent;
    width: 100px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.qucontent .work-filter-option a.active, .qucontent .work-filter-option a:hover {
    color: #4d98ce;
}

.qucontent .queren {
    display: none;
    padding: 20px 0;
    width: 900px;
    overflow: hidden;
}

.qucontent .queren span {
    vertical-align: middle;
    font-size: 16px;
    color: #555
}

.qucontent .area {
    display: inline-block;
    vertical-align: middle;
}

.qucontent .area li {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.qucontent .queren button {
    padding: 6px 30px;
    background: #eb4b3f;
    color: #fff;
    border: none;
    font-size: 16px;
    margin-left: 20px;
}


.inputgroup {
    position: relative;
}

.inputgroup .clearinput {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 30px;
    background: url(https://ywtb.mps.gov.cn/newhome/templates/Zwfw_Fwmh/img/index/removeinput.png) no-repeat center;
    top: 0;
    left: 185px;
}

.Popupselect .searchResult li {
    margin-right: 8px;
    border-radius: 11px;
    background: #f7f7f7;
    width: auto;
    padding: 0 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.Popupselect .searchResult li:hover {
    background: #eee;
}

.searchResultBox p {
    margin: 15px 0 0 0;
    color: #999999;
}

.Popupselect ul.searchResult {
    padding-top: 15px;
}

.searchResult {
    max-height: 400px;
    overflow-y: auto;
}

.jcfw {
    display: inline-block;
    vertical-align: middle;
}

.jcfw span {
    display: inline-block;
    padding: 3px 8px;
    background: #eee;
    border-radius: 15px;
    cursor: pointer;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.visitDiv {
    display: inline-block;
}

.fwmh-btn-sub,
.fwmh-btn-sub:focus {
    background: #fffaf4;
    color: #FC7A43;
    border-color: #FC7A43;
}

.fwmh-btn-sub:hover,
.fwmh-btn-sub:active {
    background: #FC7A43;
    color: #fff;
}

.fwmh-btn-submit,
.fwmh-btn-submit:focus {
    background: linear-gradient(to right, #FF9954, #FC6F3D);
    color: #fff;
}

.fwmh-btn-submit:hover,
.fwmh-btn-submit:active {
    background: #FC7A43;
    color: #fff;
}

.fwmh-btn-search,
.fwmh-btn-search:focus {
    background: linear-gradient(to right, #e4c995, #b9916b);
    color: #fff;
}

.fwmh-btn-search:hover,
.fwmh-btn-search:active {
    background: #b9916b;
    color: #fff;
}

.fwmh-btn-cancel,
.fwmh-btn-cancel:focus {
    background: #999;
    color: #fff;
}

.fwmh-btn-cancel:hover,
.fwmh-btn-cancel:active {
    background: #8c8c8c;
    color: #fff;
}

.btn[disabled], .fwmh-btn-disabled,
.btn[disabled]:hover, .fwmh-btn-disabled:hover,
.fwmh-btn-disabled:focus, .fwmh-btn-disabled:active {
    background: #e5e5e5;
    color: #999;
    border-color: transparent;
    opacity: 1;
    cursor: not-allowed;
}

/*新版*/
.btn-searchInput,
.btn-searchInput:focus {
    background: #e4c995;
    background: #338eff;
    color: #fff;
    border: none;
}

.btn-searchInput:hover,
.btn-searchInput:active {
    background: #215FFF;
    color: #fff;
    border: none
}

.btn-searchInput-border,
.btn-searchInput-border:focus {
    background: #fff;
    color: #215FFF;
    border: 1px solid #215FFF;
}

.btn-searchInput-border:hover,
.btn-searchInput-border:active {
    background: #fff;
    border: 1px solid #b9916a;
    color: #b9916a;
}

.btn-white,
.btn-white:focus {
    border: none;
    outline: none;
    background-color: transparent;
    color: #4d98ce;
    border-radius: 4px;
}

.btn-white:hover,
.btn-white:active {
    color: rgba(255, 255, 255, 1);
    background: #b9916a;
    background: linear-gradient(to right, #e4c995, #b9916a);
}

.form-control:focus {
    border: 1px solid #CAB484 !important;
    box-shadow: none !important;
}


ul.stripList {
    overflow: hidden;
    margin: 0 -10px;
}

ul.stripList.column-4 li {
    width: 25%;
}

ul.stripList.column-3 li {
    width: 33.3%;
}

ul.stripList.column-2 li {
    width: 50%;
}

ul.stripList li {
    float: left;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

ul.stripList li a {
    display: block;
    height: 80px;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    transition: all .3s;
    font-size: 0;
    color: #000;
}

ul.stripList li:hover a {
    border-color: #4d98ce;
}

ul.stripList li .icon {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin-right: 13px;
}

ul.stripList li .icon img {
    vertical-align: top;
    border: none;
}

ul.stripList li span {
    font-size: 16px;
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    transition: all .3s;
}

ul.stripList li span.special {
    color: #7f7f7f;
    font-size: 14px;
}

ul.stripList li:hover a span {
    color: #4d98ce;
}

ul.RowList {
    overflow: hidden;
    margin: 0 -20px;
}

.rmfwList {
    overflow: visible !important;
    display: inline-block;
    width: calc(100% + 40px);
}

.bmcxList {
    overflow: visible !important;
    display: inline-block;
    /* margin: 0 !important;*/
}

.jzfwList {
    overflow: hidden !important;
    /*margin: 10px 0;*/
}

ul.RowList.column-4 li {
    width: 24%;
}

@media screen and (max-width: 680px) {
    ul.RowList.column-4 li {
        width: 48%;
    }
}

ul.RowList.column-3 li {
    width: 33.3%;
}

ul.RowList.column-2 li {
    width: 50%;
}

ul.RowList li {
    float: left;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 20px 5px !important;
}

ul.RowList li a {
    display: block;
    height: 80px;
    padding: 0 15px;
    /* border: 1px solid #e5e5e5;
     box-shadow: 0 0 10px 3px rgba(191, 191, 191, 0.15) !important;*/
    transition: all .3s;
    font-size: 0;
    color: #000;
    -webkit-box-shadow: 0 0 30px 0 rgba(9, 41, 77, .12);
    box-shadow: 0 0 30px 0 rgba(9, 41, 77, .12);
    -moz-box-shadow: 0 0 30px 0 rgba(9, 41, 77, .12);
}

ul.RowList li:hover a {
    border-color: #4d98ce;
    background-color: #338eff;
}

ul.RowList li .iconfont {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #337ab7;
    background: #fffcf7;
    margin-right: 13px;
    color: #4d98ce;
}

ul.RowList li span {
    font-size: 16px;
    width: 74%;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    transition: all .3s;
}

ul.RowList li span.special {
    color: #7f7f7f;
    font-size: 14px;
}

ul.RowList li:hover a span {
    color: #ffffff;
}

.EngTitle {
    position: relative;
    height: 60px;
    margin: 0 0 0px;
}

.EngTitle .first-level-title {
    font-size: 28px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 7;
    letter-spacing: 3px;
}

.exchange .line-title:after, .exchange .line-title:before, .topic .line-title:after, .topic .line-title:before {
    background-color: rgba(222, 228, 232, .5);
}

.first-level-title:after, .first-level-title:before {
    display: inline-block;
    content: "";
    width: 160px;
    height: 1px;
    margin-right: 2rem;
    margin-left: 2rem;
    vertical-align: middle;
    background-color: #dee4e8;
    z-index: 0;
}

.EngTitle .title-bg {
    color: #F0F7FD;
    font-size: 80px;
    /*   font-family: fantasy;*/
    line-height: 80px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    white-space: nowrap;
}

.EngTitle.engSize .title-bg {
    font-size: 90px;
}

.cardList {
    font-size: 0;
    margin: 0 -20px 80px;
}

.cardList li {
    position: relative;
    display: inline-block;
    height: 250px;
    vertical-align: text-top;
    padding: 0 20px;
    margin-bottom: 40px;
}

.cardList li .card-item {
    display: block;
    border: 1px solid #eeeeee;
    box-shadow: 0 0 20px 5px #eeeeee;
    text-align: center;
    height: 100%;
    transition: all 0.3s;
}

.cardList li .card-item img {
    margin: 32px 0 24px;
    transition: all 0.3s;
}

.cardList li .card-item .card-title {
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    font-weight: bold;
}

.cardList li .card-item .card-title-en {
    color: #000000;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}

.cardList li .card-item .card-desc {
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 12px;
}

.cardList li .card-item a.card-desc:hover {
    color: #4d98ce;
}

.cardList li .card-item .icon-menu {
    position: absolute;
    font-size: 14px;
    color: #4d98ce;
    top: calc(100% - 24px);
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.cardList li .card-item:hover {
    border-color: #4d98ce;
    box-shadow: 0 0 20px rgba(204, 204, 153, 0.5);
}

.cardList li .card-item:hover img {
    transform: scale(0.8);
}

.cardList li .card-hide {
    display: none;
    position: absolute;
    width: calc(100% - 40px);
    top: 100%;
    font-size: 16px;
    z-index: 999;
    padding-top: 32px;
}

.cardList li .card-hide::after {
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    border-left: 1px solid #4d98ce;
    border-top: 1px solid #4d98ce;
    top: 0;
    left: 50%;
    transform: translate(-50%, 50%) rotate(45deg);
    background-color: #fff;
    z-index: 998;
}

.cardList li .card-hide .card-hide-content {
    padding: 32px;
    background-color: #fff;
    position: relative;
    z-index: 997;
    border: 1px solid #4d98ce;
    box-shadow: 0 0 20px rgba(204, 204, 153, 0.5);
}

.cardList li .card-hide .card-hide-content a {
    position: relative;
    display: inline-block;
    line-height: 30px;
    padding: 10px 0 10px 30px;
    color: #555;
}

.cardList li .card-hide .card-hide-content a::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #4d98ce;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
}

.cardList li .card-hide .card-hide-content a:hover {
    color: #4d98ce;
}

.cardList li:hover .card-hide {
    display: block;
}

.cardList li:hover .icon-menu {
    transform: translateX(-50%) rotate(180deg);
}

.cardList.column-2 li {
    width: 50%;
}

.cardList.column-3 li {
    width: 33.33%;
}

.cardList.column-4 li {
    width: 25%;
}

.cardList.column-5 li {
    width: 20%;
}


/* 右侧 */
.side-list {
    position: absolute;
    top: 600px;
    right: 0px;
    text-align: center;

}

.side-list .side-item {
    position: relative;
    height: 48px;
    cursor: pointer;
}

.side-list .side-item .img {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    background-color: #ffffff;
}

.side-list .side-item .iconfont {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    width: 80px;
    text-align: center;
    height: 80px;
}

.side-list .side-item .personal {
    position: absolute;
    transition: all 0.3s;
    margin-top: 0;
    right: 10px;
    overflow: hidden;
    text-align: left;
}

.side-list .side-item .personal .iconfont {
    position: absolute;
    top: 0;
    right: 0;
}

.side-list .side-item .personal .hide-text {
    display: none;
    position: absolute;
    left: 0;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
    text-indent: 22px;
    transition: all 0.3s linear 1s;
    vertical-align: middle;
    opacity: 0;
}

.side-list .side-item .personal:hover {

}

.side-list .side-item .personal:hover .hide-text {
    display: inline-block;
    opacity: 1;
}

.side-list .side-item .side-hide {
    display: none;
    position: absolute;
    top: -30px;
    right: 100%;
    width: 306px;
    transition: all 0.3s;
    z-index: 1001;
}

.side-list .side-item .side-hide .hide-content {
    width: 284px;
    padding: 22px;
    background-color: #fff;
    border: 1px solid #4d98ce;
    border-radius: 4px;
    font-size: 0;
}

.side-list .side-item .side-hide .hide-content .side-title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.side-list .side-item .side-hide .hide-content a {
    display: inline-block;
    width: 33%;
    margin-top: 16px;
    transition: all 0.3s;
}

.side-list .side-item .side-hide .hide-content a .text {
    display: block;
    font-size: 16px;
    color: #000000;
    margin-top: 15px;
    transition: all 0.3s;
}

.side-list .side-item .side-hide .hide-content a:hover .text {
    color: #4d98ce;
}

.side-list .side-item .side-hide::after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: '';
    top: 52px;
    left: 279px;
    border-left: 1px solid #4d98ce;
    border-top: 1px solid #4d98ce;
    transform: rotate(135deg);
    background-color: #fff;
}

.side-list .side-item:hover .side-hide {
    display: block;
}


/* 缩放卡片 */
.scaleCard.column-3 li {
    width: 33.3333%;
}

.scaleCard.column-4 li {
    width: 25%;
}

.scaleCard.column-5 li {
    width: 20%;
}

.scaleCard {
    font-size: 0;
    height: 230px;
}

.scaleCard li {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.scaleCard li .img {
    display: block;
    width: 100%;
    transition: all .3s;
}

.scaleCard li:hover .img {
    transform: scale(.9);
}

.scaleCard li .item-info {
    position: absolute;
    width: 80%;
    height: 114px;
    padding: 20px 0;
    font-size: 20px;
    top: 100%;
    left: 50%;
    transition: all .3s;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, .9);
}

.scaleCard li:hover .item-info {
    background-color: #4d98ce;
    color: rgba(255, 255, 255, 1);
    top: 95%;
}

.scaleCard li .item-info .icon {
    display: block;
    line-height: 36px;
}

.scaleCard li .item-info .item-text {
    line-height: 50px;
}

.scaleCard li .item-info .icon img {
    line-height: 36px;
}

.scaleCard li .item-info .icon .hideImg {
    display: none;
}

.scaleCard li:hover .item-info .icon .hideImg {
    display: inline-block;
}

.scaleCard li:hover .item-info .icon .showImg {
    display: none;
}

.modal-backdrop {
    z-index: 10000001;
}

.modal-open .modal {
    z-index: 10000002;
}

#normalModal.modal {
    z-index: 10000003;
}

.fwmh-modal-dialog {
    width: 80%;
    margin: 100px auto;
}

.modal-body ul {
    padding-top: 10px;
}

.modal-body ul li {
    color: #000000d9;
    padding: 10px;
    font-size: 16px;
    width: 24%;
    cursor: pointer;
    font-weight: 700;
}

.modal-title {
    font-size: 16px;
    margin: 0;
    padding-left: 5px;
}

.modal-footer {
    padding: 10px 16px;
}

.list-top {
    padding-top: 15px;
}

.modal-area {
    padding: 0 24px !important;
    margin-top: -20px;
}

.fwgg-list {
    border: none;
    height: 50px;
}

.fwgg-right {
    float: right;
    color: #000000bf;
}

.statusPoint {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    background-color: #212324;
    border-radius: 50%;
}

.statusA {
    color: #000000bf;
}

.statusA:hover {
    color: #215FFF !important;
}

.logout-hide {
    display: block;
    height: 84px;
    width: 150px;
    color: #676565;
    background: #ffffff;
    line-height: 40px;
    position: absolute;
    cursor: pointer;
    right: 0;
    z-index: 1000;
}

.logout-hide li:not(:last-child) {
    border-bottom: 1px solid #efefef;
}

.logout-hide span {
    padding: 0 !important;
}

.logout-hide li:hover {
    background: #efefef;
}

.leave {
    background: url("../image/leave.png") no-repeat center;
    margin-right: 0 !important;
    height: 40px !important;
    width: 35px;
    display: inline-block;
    vertical-align: middle;
}

.person {
    background: url("../image/person.png") no-repeat center;
    margin-right: 0 !important;
    height: 40px !important;
    width: 35px;
    display: inline-block;
    vertical-align: middle;
}

.login {
    background: url("../image/login.png") no-repeat center;
    margin-right: 0 !important;
    height: 40px !important;
    width: 35px;
    display: inline-block;
    vertical-align: middle;
}

.grzc {
    background: url("../image/person.png") no-repeat center;
    margin-right: 0 !important;
    height: 40px !important;
    width: 35px;
    display: inline-block;
    vertical-align: middle;
}

.frzc {
    background: url("../image/frzc.png") no-repeat center;
    margin-right: 0 !important;
    height: 40px !important;
    width: 35px;
    display: inline-block;
    vertical-align: middle;
}

.ztzlDiv {
    height: 290px;
    /* border: 1px solid #e5e5e5;*/
    padding: 20px;
    margin: 20px 0 0 0;
    -webkit-box-shadow: 0 0 30px 0 rgba(9, 41, 77, .12);
    box-shadow: 0 0 30px 0 rgba(9, 41, 77, .12);
    -moz-box-shadow: 0 0 30px 0 rgba(9, 41, 77, .12);
}

.ztzl-content {
    display: inline-block;
}

.ztzlCol {
    height: 100px;
    background: #f7f7f8;
}

.col-tiltle {
    font-weight: bolder;
    font-size: 15px;
    color: #000000;
    position: relative;
    margin: 20px 0 0 30px;
    display: inline-block;
}

.col-remark {
    font-size: 13px;
    color: #3d3e3f;
    line-height: 20px;
    display: block;
    margin: 8px 5px 0 30px;
}

.ztzl-action {
    float: right;
}

.positon {
    line-height: 50px;
    padding: 0;
    font-size: 14px;
    font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
    font-weight: normal;
    color: #0A0A0A;
}

.positon:hover {
    line-height: 50px;
    padding: 0;
    font-size: 14px;
    color: #fff;
}

.positonDiv {
    margin: 0 1.4rem;
    cursor: pointer;
    padding: 0 !important;
}

.positonDiv:hover {
    color: #215FFF !important;
}

.positonDiv > a:hover {
    color: #215FFF !important;
}

.footer-sjtj {
    background: #f7f7f7;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
}

.footer-number {
    margin-right: 0.3rem;
    margin-left: 0.3rem;
    line-height: 2.85rem;
    font-size: 3rem;
    color: #338eff;
}

.sjtj-title {
    font-size: 2.6rem;
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin-top: 10px;
}


#row-ywjz li p {
    background-color: white;
    cursor: pointer;
    padding: 10px
}

#row-ywjz li p:hover {
    background-color: #338eff;
    cursor: pointer;
    padding: 10px;
    color: #ffffff;
}

#row-ztdf li p {
    background-color: white;
    cursor: pointer;
    padding: 10px 5px;
}

#row-ztdf li p:hover {
    background-color: #338eff;
    cursor: pointer;
    padding: 10px 5px;
    color: #ffffff;
}


.col-span {
    width: 100px;
    display: block;
}

.col-span:hover {
    background: #f2f2f2;
    display: block;
}

.ztzl-more {
    font-weight: 600;
    font-size: 16px;
    margin-left: 2rem;
    cursor: pointer;
}

.ztzl-icon {
    height: 240px;
    line-height: 240px;
    width: 5%;
    color: #cbcbd1;
    font-size: 1.8rem;
}

.ztzl-icon-cursor {
    cursor: pointer;
}

.ztzl-col-content {
    margin: 0;
    padding: 0;
    width: 95%;
}

.jzfw-content {
    width: 1136px;
    margin: auto;
    text-align: left;
}

.jzfw-content ul li {
    width: 200px;
    height: 50px;
    margin: 8px;
    font-size: 16px;
}


.jzfw-content .list-inline {
    margin-left: 25px;
}

.znkf {
    width: 32px;
    height: 32px;
    margin-top: 8px;
}

.wypj {
    width: 32px;
    height: 32px;
    text-align: center;
    margin-top: 8px;
    position: absolute;
    top: 0;
    right: 7px;
}

.title-number-01 {
    background: url("../image/01.png") no-repeat 49%/contain;
}

.title-number-02 {
    background: url("../image/02.png") no-repeat 49%/contain;
}

.title-number-03 {
    background: url("../image/03.png") no-repeat 49%/contain;
}

.title-number-04 {
    background: url("../image/04.png") no-repeat 49%/contain;
}

.title-number-05 {
    background: url("../image/05.png") no-repeat 49%/contain;
}

.title-number-06 {
    background: url("../image/06.png") no-repeat 49%/contain;
}

.rmfwIcon {
    height: 80px;
    width: 80px !important;
    border-radius: 50%;
    margin-right: 10px
}
.icon-hover{
    font-size: 26px;
}

.icon-hover-search{
    font-size: 24px;
    padding-left: 8px;
}