.mw-flex {
    display: flex;
}
.mw-flex-middle {
    align-items: center;
}
.mw-flex-right {
    justify-content: flex-end;
}
.mw-flex-center {
    justify-content: center;
}
.mw-flex-full {
    width: 100%;
    height: 100%;
}
.mw-split-2 {
    width: 50%;
}
.mw-split-3 {
    width: 33.3333%;
}
.mw-split-4 {
    width: 25%;
}
.mw-split-5 {
    width: 20%;
}
.mw-no-margin {
    margin: 0;
}
.mw-logo {
    display: block;
    width: 490px;
    max-width: 100%;
    height: 38px;
    background: url(../../../img/common/logo.png) no-repeat left center;
    background-size: contain;
}
.mw-logo-mobile {
    background-image: url(../../../img/common/logo_m.png);
}
.mw-margin-top {
    margin-top: 10px !important;
}
.mw-margin-top-sm {
    margin-top: 10px !important;
}
.mw-margin-bottom,
.mw-margin-bottom-2 {
    margin-bottom: 10px !important;
}
.mw-search {
    display: none;
}
.mw-iconmenu {
    display: inline-block;
    color: #333;
    text-decoration: none;
}
.mw-iconmenu i {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.mw-iconmenu span {
    font-size: 12px;
}
.mw-iconmenu:hover span {
    border-bottom: 1px solid #0069d6;
}
*[class^=mw-icon-] {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.mw-icon-login {
    background-image: url(../../../img/common/user.png);
}
.mw-icon-language {
    background-image: url(../../../img/common/qiu.png);
}
.mw-icon-search {
    background-image: url(../../../img/common/seach-2.png);
}
.mw-icon-menu {
    background-image: url(../../../img/common/menu.png);
}
.mw-icon-menu:hover {
    cursor: pointer;
}

.mw-icon-menu .active {
    transform: rotate(90deg); 
    transition: transform 200ms ease;
}
.mw-header {
    height: 50px;
    position: relative;
    z-index: 999;
}
.mw-header .mw-top,
.mw-header .mw-nav {
    position: fixed;
    z-index: 10000;
    left: 0;
    right: 0;
}
.mw-header .mw-top {
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #ecf4f7;
}
.mw-header .mw-top .container,
.mw-header .mw-top .row,
.mw-header .mw-top [class^=col-] {
    height: 100%;
}

.mw-header .mw-top .mw-menu {
    display: none;
    text-align: right;
}
.mw-header .mw-top .mw-menu .mw-iconmenu:nth-child(3) {
	margin-left: 15px;
	cursor: pointer;
}
.mw-header .mw-top .mw-iconmenu:last-child {
    margin-left: 15px;
}
.mw-header .mw-top .mw-iconmenu:hover .mw-icon-login {
    background-image: url(../../../img/common/user-hover.png);
}
.mw-header .mw-top .mw-iconmenu:hover .mw-icon-language {
    background-image: url(../../../img/common/qiu-hover.png);
}
.mw-header .mw-top .mw-icon-search,
.mw-header .mw-top .mw-icon-menu {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}
.mw-header .mw-top .mobile-title {
    position: fixed;
    top: 0;
    left: 50px;
    right: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #284984;
}
.mw-header .mw-nav {
    top: 50px;
    bottom: 0;
    overflow: auto;
    display: none;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
}
.mw-header .mw-nav.show {
    display: block;
}
.mw-header .mw-nav ul {
    padding: 0;
    margin: 0;
    text-align: left;
}
.mw-header .mw-nav ul li {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
}
.mw-header .mw-nav ul li .top {
    display: block;
    color: #333;
    line-height: 50px;
    border-bottom: 1px solid #ecf4f7;
    padding: 0 20px;
    position: relative;
    font-size: 14px;
}
.mw-header .mw-nav ul li .sub .menu-two li:first-child::after,
.mw-header .mw-nav ul li:not(:first-child) .top::after {
    content: '\20';
    display: block;
    width: 10px;
    height: 10px;
    background: url(../../../img/common/arr-1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
}
.mw-header .mw-nav ul li:not(:first-child).active .top::after {
    background-image: url(../../../img/common/arr-2.png);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
}
.mw-header .mw-nav ul li .sub {
    display: none;
}
.mw-header .mw-nav ul li .sub [class^=col-] {
    padding-left: 0;
    padding-right: 0;
}
.mw-header .mw-nav ul li .sub .menu-two li {
    display: none;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 40px;
}
.mw-header .mw-nav ul li .sub .menu-two li a {
    color: #818181;
}
.mw-header .mw-nav ul li .sub .menu-two li a:hover {
    color: #d93335;
}
.mw-header .mw-nav ul li .sub .menu-one li,
.mw-header .mw-nav ul li .sub .menu-two li:first-child {
    line-height: 40px;
    border-bottom: 1px solid #ecf4f7;
    padding: 0 20px;
    position: relative;
    display: block;
}
.mw-header .mw-nav ul li .sub .menu-one li a,
.mw-header .mw-nav ul li .sub .menu-two li:first-child a {
    color: #666;
    font-size: 13px;
}
.mw-header .mw-nav ul li .sub .menu-two:hover li:first-child {
    background-color: #c9daea;
}
.mw-header .mw-nav ul li .sub .menu-two:hover li:first-child::after {
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
}
.mw-header .mw-nav ul li .sub .menu-two:hover li {
    display: block;
}
.mw-header .mw-nav ul li.active .top {
    background-color: #2673c3;
    color: #fff;
}
.mw-header .mw-nav ul li.active .sub {
    display: block;
}

.mw-submenu-container {
    display: block;
    width: 100%;
    margin-top: -14px;
    z-index: 10
}

.mw-submenu-container .mw-nav {
    position: fixed;
    z-index: 10000;
    left: 0;
    right: 0;
}

.mw-submenu-container .mw-nav {
    top: 50px;
    bottom: 0;
    overflow: auto;
    display: none;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
}
.mw-submenu-container .mw-nav.show {
    display: block;
}
.mw-submenu-container .mw-nav ul {
    padding: 0;
    margin: 0;
    text-align: left;
}
.mw-submenu-container .mw-nav ul.act li{
    display: block !important;
}
.mw-submenu-container .mw-nav ul.act li.active:first-of-type{
    background: #c9daea;
}
.mw-submenu-container .mw-nav ul.act li.active:first-of-type a{
    color: rgb(34, 30, 30) !important;
}
.mw-submenu-container .mw-nav ul.act li.active a{
    color: #EE8A8A !important;
}
.mw-submenu-container .mw-nav ul li {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
}
.mw-submenu-container .mw-nav ul li .top {
    display: block;
    color: #333;
    line-height: 50px;
    border-bottom: 1px solid #ecf4f7;
    padding: 0 20px;
    position: relative;
    font-size: 14px;
}
.mw-submenu-container .mw-nav ul li .sub .menu-two li:first-child::after,
.mw-submenu-container .mw-nav ul li:not(:first-child) .top::after {
    content: '\20';
    display: block;
    width: 10px;
    height: 10px;
    background: url(../../../img/common/arr-1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
}
.mw-submenu-container .mw-nav ul li:not(:first-child).active .top::after {
    background-image: url(../../../img/common/arr-2.png);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
}
.mw-submenu-container .mw-nav ul li .sub {
    display: none;
}
.mw-submenu-container .mw-nav ul li .sub [class^=col-] {
    padding-left: 0;
    padding-right: 0;
}
.mw-submenu-container .mw-nav ul li .sub .menu-two li {
    display: none;
    padding: 0 20px;
    font-size: 12px;
    line-height: 40px;
}
.mw-submenu-container .mw-nav ul li .sub .menu-two li a {
    color: #818181;
}
.mw-submenu-container .mw-nav ul li .sub .menu-two li a:hover {
    color: #d93335;
}
.mw-submenu-container .mw-nav ul li .sub .menu-one li,
.mw-submenu-container .mw-nav ul li .sub .menu-two li:first-child {
    line-height: 40px;
    border-bottom: 1px solid #ecf4f7;
    padding: 0 20px;
    position: relative;
    display: block;
}
.mw-submenu-container .mw-nav ul li .sub .menu-one li a,
.mw-submenu-container .mw-nav ul li .sub .menu-two li:first-child a {
    color: #666;
    font-size: 13px;
    margin-left: 0 !important;
}

.mw-submenu-container .mw-nav ul li .sub .menu-one li a,
.mw-submenu-container .mw-nav ul li .sub .menu-two li a {
    margin-left: 20px;
}

.mw-submenu-container .mw-nav ul li .sub .menu-two:hover li:first-child {
    background-color: #c9daea;
}
.mw-submenu-container .mw-nav ul li .sub .menu-two:hover li:first-child::after {
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
}
.mw-submenu-container .mw-nav ul li .sub .menu-two:hover li {
    display: block;
}
.mw-submenu-container .mw-nav ul li.active .top {
    background-color: #2673c3;
    color: #fff;
}
.mw-submenu-container .mw-nav ul li.active .sub {
    display: block;
    border: 1px solid #C9DAEA;
}


.mw-submenu-container .mw-nav ul li.active_red > a {
    color: red !important;
}

.mw-footer {
    background-color: #f0f0f0;
  /*  padding-top: 15px;
    padding-bottom: 15px; */
    /* position:absolute;
    bottom:0;
    left:0;
    width:100%; */
}
.mw-footer .mobile {
    font-size: 12px;
    text-align: center;
    line-height: 1.8;
}
.mw-footer .mobile a,
.mw-footer .mobile span {
    margin: 0 2px;
    color: #a6a6a6;
}
.mw-footer iframe {
    width: 100%;
}
.mw-qrcode {
    background-color: #ecf4f7;
    text-align: center;
    padding: 10px 0;
}
.mw-qrcode .item {
    display: inline-block;
    font-weight: 500;
    color: #a1a1a1;
    margin: 0 10px;
}
.mw-qrcode .item img {
    display: block;
    margin-bottom: 5px;
    max-width: 120px;
}
.mw-submenu-box {
    display: none;
}
.mw-banner {
	overflow: hidden;
	background: url(../../../img/common/banner.jpg) no-repeat center;
	background-size: cover;
}
.mw-banner,
.mw-banner .text-box,
.swiper-container-banner {
    height: 150px;
}
.mw-banner .text-box {
	color:#fff;
    padding: 0;
}
.mw-banner .text-box .text-cn {
    font-size: 30px;
    text-shadow: 0 0 10px rgba(0, 0, 0, .6);
}
.mw-banner .text-box .text-en,
.mw-banner .text-box .text-view {
    display: none;
}
.mw-banner-page {
	height: 159px;
    display: none;
    background:url(/template/3/bluewise/_files/img/common/banner_4.jpg) no-repeat;
}
.mw-page {
    padding-top: 10px;
    padding-bottom: 10px;
}
.mw-page .container .row:nth-child(1){
	margin-top : -68px;
}

@media (max-width: 767px) {
	.mw-page .container .row > div {
		margin-top : 0;
	}
	
	.mw-page {
		margin-top : 90px;
    }
}

@media (max-width: 785px) {
    .mw-submenu-container > .mw-submenu-box {
        display: none;
    }
}

.mw-qmenu {
	height: auto;
	background-color: #fff;
	box-sizing: border-box;
    font-size: 13px;
    margin-bottom: 10px;
}
.mw-qmenu .name {
    display: none;
}
.mw-qmenu a:hover {
    color:#2e4d87;
}
.mw-qmenu .icons {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.mw-qmenu .icon {
    width: 25%;
    text-align: center;
    height: 80px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.mw-qmenu .icon i {
    display: block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto 5px;
}
.mw-qmenu .icon .set {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    top: 50%;
    margin-left: 20px;
    margin-top: -30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
.mw-qmenu .icon .set.push {
    background-image: url(../../../img/common/tips-add.png);
}
.mw-qmenu .icon .set.pull {
    background-image: url(../../../img/common/tips-delete.png);
}
.mw-qmenu .add i {
    background-image: url(../../../img/common/add.png);
}
.mw-qmenu .add:hover i {
    background-image: url(../../../img/common/add-hover.png);
}
.mw-qmenu .less i {
    background-image: url(../../../img/common/less.png);
}
.mw-qmenu .less:hover i {
    background-image: url(../../../img/common/less-hover.png);
}
.mw-qmenu .icon-1 i {
    background-image: url(../../../img/common/tips-1.png);
}
.mw-qmenu .icon-1:hover i {
    background-image: url(../../../img/common/tips-1-hover.png);
}
.mw-qmenu .icon-2 i {
    background-image: url(../../../img/common/tips-2.png);
}
.mw-qmenu .icon-2:hover i {
    background-image: url(../../../img/common/tips-2-hover.png);
}
.mw-qmenu .icon-3 i {
    background-image: url(../../../img/common/tips-3.png);
}
.mw-qmenu .icon-3:hover i {
    background-image: url(../../../img/common/tips-3-hover.png);
}
.mw-qmenu .icon-4 i {
    background-image: url(../../../img/common/tips-4.png);
}
.mw-qmenu .icon-4:hover i {
    background-image: url(../../../img/common/tips-4-hover.png);
}
.mw-qmenu .icon-5 i {
    background-image: url(../../../img/common/tips-5.png);
}
.mw-qmenu .icon-5:hover i {
    background-image: url(../../../img/common/tips-5-hover.png);
}
.mw-qmenu .icon-6 i {
    background-image: url(../../../img/common/tips-6.png);
}
.mw-qmenu .icon-6:hover i {
    background-image: url(../../../img/common/tips-6-hover.png);
}
.mw-qmenu .icon-7 i {
    background-image: url(../../../img/common/tips-7.png);
}
.mw-qmenu .icon-7:hover i {
    background-image: url(../../../img/common/tips-7-hover.png);
}
.mw-qmenu .icon-8 i {
    background-image: url(../../../img/common/tips-8.png);
}
.mw-qmenu .icon-8:hover i {
    background-image: url(../../../img/common/tips-8-hover.png);
}
.mw-qmenu .icon-9 i {
    background-image: url(../../../img/common/tips-9.png);
}
.mw-qmenu .icon-9:hover i {
    background-image: url(../../../img/common/tips-9-hover.png);
}
.mw-qmenu .icon-10 i {
    background-image: url(../../../img/common/tips-10.png);
}
.mw-qmenu .icon-10:hover i {
    background-image: url(../../../img/common/tips-10-hover.png);
}
.mw-qmenu .icon-11 i {
    background-image: url(../../../img/common/tips-11.png);
}
.mw-qmenu .icon-11:hover i {
    background-image: url(../../../img/common/tips-11-hover.png);
}
.mw-qmenu .icon-12 i {
    background-image: url(../../../img/common/tips-12.png);
}
.mw-qmenu .icon-12:hover i {
    background-image: url(../../../img/common/tips-12-hover.png);
}
.mw-qmenu .setting {
    background-color: #fff;
    border-top: 1px solid #adc7e3;
    padding: 20px 0;
    box-shadow: 0 10px 13px rgba(0, 0, 0, .08);
    display: none;
}
.mw-qmenu .setting.show {
    display: block;
}
.mw-qmenu .setting .tips {
    color: #333;
    text-indent: 30px;
    margin-bottom: 5px;
}
.mw-qmenu .setting .icon {
    cursor: default;
}


.mw-single-number {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
}


.mw-box {
    background-color: #fff;
}
.mw-box-title {
    height: 44px;
    border-left: 2px solid #db3338;
    padding: 0 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.mw-box-title .title {
    font-size: 16px;
    color: #2e4d87;
}
.mw-box-title .more-nohref,
.mw-box-title .more {
    color: #db3338;
    font-size: 12px;
    line-height: 12px;
}
.mw-box-title .more-nohref {
    color: #999;
}
.mw-box-title .more::after {
    content: '\20';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../../../img/common/more.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    top: -2px;
    position: relative;
}
.mw-box-title .more:hover span {
    border-bottom: 1px solid #db3338;
}
.mw-box-content {
    clear: both;
}


.mw-paneltitle {
    color: #000;
    padding: 15px 13px 5px;
}


.mw-pendant {
    z-index: 100;
    position: fixed;
    top: 525px;
    display: none;
    left: 50%;
}
.mw-pendant .item {
    display: block;
    width: 48px;
    height: 50px;
    background-color: #fff;
    border-top: 1px solid #f3f3f3;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: relative;
}
.mw-pendant .item.hide {
    display: none;
}
.mw-pendant .item:first-child {
    border-top: 2px solid #ab9075;
}
.mw-pendant .item.service {
    background-size: 30px;
    background-image: url(../../../img/common/ico-dh.png);
}
.mw-pendant .item.znkf {
    background-size: 30px;
    background-image: url(../../../img/common/ico-kf.png);
}
.mw-pendant .item.weibo {
    background-size: 30px;
    background-image: url(../../../img/common/ico-wb.png);
}
.mw-pendant .item.weixin {
    background-size: 30px;
    background-image: url(../../../img/common/ico-wx.png);
}
.mw-pendant .item.top {
    background-image: url(../../../img/common/ico-back.png);
    background-size: 12px auto;
    height: 40px;
}
.mw-pendant .item .popup {
    position: absolute;
    width: 120px;
    height: auto;
    background-color: #fff;
    right: 100%;
    margin-right: 1px;
    top: 0;
    border: 1px solid #f3f3f3;
    display: none;
}
.mw-pendant .item:hover .popup {
    display: block;
}
.mw-pendant .item .popup img {
    width: 100%;
}


.mw-tabs {
    border-bottom: 1px solid #edf4f8;
    display: flex;
    align-items: flex-end;
    width: 100%;
}
.mw-tabs .mw-tab {
    flex: 1 1 auto;
    font-size: 13px;
    color: #666;
    text-align: center;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    position: relative;
    bottom: -1px;
    transition: all 200ms ease;
}
.mw-tabs .mw-tab:hover {
    border-bottom-color: #ccc;
}
.mw-tabs .mw-tab.active {
    border-bottom-color: #2e4d87;
    color: #2e4d87;
}


.mw-tabs-en {
    border-bottom: 1px solid #edf4f8;
    display: flex;
    align-items: flex-end;
    width: 100%;
}
.mw-tabs-en .mw-tab {
    flex: 1 1 auto;
    font-size: 13px;
    color: #666;
    text-align: center;
    padding: 6px 0;
    cursor: pointer;
    position: relative;
    bottom: -1px;
    transition: all 200ms ease;
}
.mw-tabs-en .mw-tab:hover {
    background-color: #eee;
    color: #304e85;
}
.mw-tabs-en .mw-tab.active {
    background-color: #347ed1;
    color: #fff;
}


.mw-tabs-arrow {
    display: flex;
    width: 100%;
}
.mw-tabs-arrow .mw-tab {
    flex: 1 1 auto;
    text-align: center;
    font-size: 13px;
    color: #000;
    cursor: pointer;
    padding: 10px 0;
    background: url(../../../img/common/ico-03.png) no-repeat 0 bottom;
}
.mw-tabs-arrow .mw-tab.active {
    color: #2e4d87;
    background-position: center bottom;
}


.mw-tabcontent {
    padding-top: 10px;
}


.mw-tablestyle-1 table {
    width: 100%;
    font-size: 13px;
}
.mw-tablestyle-1 table tr:nth-child(even) {
    background-color: #f6f9fb;
}
.mw-tablestyle-1 table tr td {
    padding: 8px 13px;
}
.mw-tablestyle-1 table tr td:first-child {
    text-align: left;
    color: #999;
}
.mw-tablestyle-1 table tr td:last-child {
    text-align: right;
    color: #2e4d87;
    font-weight: 500;
}


.mw-tablestyle-2 table {
    width: 100%;
    font-size: 12px;
    text-align: center;
}
.mw-tablestyle-2 table tr:nth-child(even) {
    background-color: #f6f9fb;
}
.mw-tablestyle-2.odd table tr:nth-child(even) {
    background-color: #fff;
}
.mw-tablestyle-2.odd table tr:nth-child(odd) {
    background-color: #f6f9fb;
}
.mw-tablestyle-2 table tr th,
.mw-tablestyle-2 table tr td {
    padding: 10px 2px;
    color: #666;
    font-weight: normal;
    line-height: 1.2;
    white-space: nowrap;
}
.mw-tablestyle-2.wrap table tr th,
.mw-tablestyle-2.wrap table tr td {
    white-space: normal;
}


.mw-tablestyle-3 table {
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #666;
}
.mw-tablestyle-3 table th,
.mw-tablestyle-3 table td {
    font-size: 12px;
}
.mw-tablestyle-3 table th {
    height: 48px;
    background-color: #f6f6f6;
    border-right: 1px solid #fff;
    font-weight: normal;
}
.mw-tablestyle-3 table th:last-child {
    border-right: 0;
}
.mw-tablestyle-3 table td {
    background-color: #fff;
    padding: 15px 10px;
    border-right: 1px solid #edf4f8;
}
.mw-tablestyle-3.small table td {
    padding: 8px 4px;
}

.mw-bigsize {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.mw-topnew {
    padding: 13px;
}
.mw-topnew .title {
    text-align: justify;
}
.mw-topnew .title span {
    color: #999;
    font-size: 12px;
    float: right;
    margin-top: 2px;
}
.mw-topnew .intro {
    clear: both;
    display: table;
    margin-top: 13px;
}
.mw-topnew .intro .cell,
.mw-topnew .intro-single .cell {
    display: table-cell;
    vertical-align: top;
}
.mw-topnew .intro .image,
.mw-topnew .intro-single .image {
    padding-right: 13px;
    width: 46%;
    display: none;
}
.mw-topnew .intro .image img,
.mw-topnew .intro-single .image img {
    width: 100%;
}
.mw-topnew .intro .text {
    text-align: justify;
    color: #999;
    line-height: 1.6;
}
.mw-topnew .intro-single .text {
    text-align: justify;
    color: #666;
    line-height: 1.6;
}
.mw-topnew .intro-single .text p {
    padding: 0;
    margin: 0 0 8px;
    text-indent: 2em;
}
.mw-topnew .intro-single .text p.noindent {
    text-indent: 0;
}


.mw-newlist,
.mw-newlist li {
    margin: 0;
    padding: 0;
}
.mw-newlist li {
    display: flex;
    align-items: center;
    padding: 12px 13px;
    background-color: #fff;
}
.mw-newlist li:not(:last-child) {
    border-bottom: 1px solid #ebf4f9;
}
.mw-newlist li .cell {
    display: block;
    overflow: hidden;
}
.mw-newlist li .cell.cell-icon {
    width: 14px;
}
.mw-newlist li .cell.cell-time {
    width: 80px;
    text-align: right;
}
.mw-newlist li .icon {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    background: url(../../../img/common/list-1.png) no-repeat center;
    background-size: contain;
    margin-right: 6px;
    display: block;
}
.mw-newlist li .time {
    flex: 0 0 auto;
    color: #0069d6;
    font-size: 12px;
    width: 80px;
}
.mw-newlist li .title {
    display: block;
}
.mw-newlist li .mtime {
    background-color: #e5e5e5;
    font-size: 12px;
    text-align: center;
    color: #2374c3;
    line-height: 1.5;
    margin-right: 10px;
}
.mw-newlist li .mtime span {
    display: block;
    background-color: #528fce;
    color: #fff;
    font-weight: 500;
    padding: 3px 8px;
}


.mw-latestlist {
    padding: 0 0 5px;
}
.mw-latestlist .item {
    padding: 10px 13px;
}
.mw-latestlist .item .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mw-latestlist .item .top a {
    color: #0069d6;
}
.mw-latestlist .item .top span {
    color: #666;
    font-size: 12px;
}
.mw-latestlist .item .title {
    margin-top: 5px;
    line-height: 1.2;
}
.mw-latestlist .item .title a {
    color: #333;
}
.mw-latestlist .item .title a:hover {
    color: #0069d6;
}


.mw-picwindow {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.mw-picwindow::after {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../../../img/common/mask.png) repeat-x center bottom;
    content: '\20';
}
.mw-picwindow .text {
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 1;
}
.mw-picwindow .text i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../../../img/common/arr-2.png) no-repeat center;
    background-size: contain;
    margin-left: 5px;
}
.mw-picwindow img {
    width: 100%;
    transition: transform 800ms ease;
    transform-origin: center;
}
.mw-picwindow:hover img  {
    transform: scale(1.2);
}
.mw-picwindow.en .text {
    text-align: center;
    right: 15px;
}
.mw-picwindow.en .text i {
    display: none;
}


.mw-patch-home-1 {
    padding-bottom: 0;
}
.mw-patch-home-2 {
    padding-top: 0;
    padding-bottom: 0;
}
.mw-patch-page-1,
.mw-patch-page-2,
.mw-patch-page-3,
.mw-patch-page-4 {
    height: auto;
}


.mw-breadcrumb {
    list-style: none;
    margin-top: 22px;
}
.mw-breadcrumb li {
    display: inline-block;
    color: #333;
}
.mw-breadcrumb li a {
    color: #333;
}
.mw-breadcrumb li a:hover {
    color: #0069d6;
}
.mw-breadcrumb li:not(:last-child)::after {
    content: '>';
    margin: 0 6px;
}


.mw-sidemenu .top {
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    background-color: #2573c2;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.mw-sidemenu ul,
.mw-sidemenu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mw-sidemenu a,
.mw-sidemenu .parent {
    display: block;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    background-color: #f0f0f0;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #ececec;
    cursor: pointer;
    position: relative;
    transition: all 400ms ease;
}
.mw-sidemenu a:hover,
.mw-sidemenu .parent:hover {
    color: #0069d6;
}
.mw-sidemenu li:last-child a,
.mw-sidemenu li:last-child .parent {
    border-bottom: 0;
}
.mw-sidemenu .child {
    background-color: #fff;
    font-size: 13px;
    border: 0;
}
.mw-sidemenu ul li ul {
    border-bottom: 1px solid #ececec;
    display: none;
}
.mw-sidemenu ul li ul.show {
    display: block;
}
.mw-sidemenu .parent::after {
    content: '\20';
    display: block;
    width: 6px;
    height: 12px;
    background: url(../../../img/common/arrow-menu.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    transition: transform 200ms ease;
}
.mw-sidemenu .parent.open {
    background-color: #cadaea;
    color: #26457d;
    font-weight: 500;
}
.mw-sidemenu .parent.open::after {
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
}
.mw-sidemenu ul li.active a {
    background-color: #fff;
    color: #d63038;
}


.mw-page-box {
    background-color: #fff;
}
.mw-page-box.no-background {
    background-color: transparent !important;
}


.mw-organization {
    text-align: center;
    padding: 20px 10px;
}
.mw-organization .blue,
.mw-organization .white {
    display: inline-block;
}
.mw-organization .blue .inner {
    background-color: #2e4d87;
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    font-size: 14px;
}
.mw-organization .white .inner {
    background-color: #fff;
    color: #2e4d87;
    display: inline-block;
    font-size: 13px;
    line-height: 21px;
    width: 23px;
    height: 250px;
    text-align: left;
    padding: 15px 0;
    border: 1px solid #d3dae6;
            writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;      
            writing-mode: vertical-lr;
}
.mw-organization .white .inner .text {
    display: inline-block;
    line-height: 1.2;
}
.mw-organization .white::before,
.mw-organization .blue::after,
.mw-organization .sub .blue::before {
    content: '\20';
    width: 1px;
    height: 20px;
    background-color: #ccc;
    display: block;
    margin: 0 auto;
}
.mw-organization .top .blue .inner {
    width: 120px;
    height: 40px;
    line-height: 40px;
}
.mw-organization .sub {
    text-align: justify;
    width: 280px;
    margin: 0 auto;
    position: relative;
}
.mw-organization .son {
    position: relative;
}
.mw-organization .son .son-sub {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}
.mw-organization .son .son-sub::before,
.mw-organization .sub::before {
    content: '\20';
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    background-color: #ccc;
}
.mw-organization .sub::before {
    left: 70px;
    right: 70px;
}
.mw-organization .son .son-sub::before {
    left: 13px;
    right: 13px;
}
.mw-organization .son .son-sub:first-child .white:nth-child(3) {
    margin-right: 10px;
}
.mw-organization .son .son-sub:first-child {
    margin-bottom: 20px;
}
.mw-organization .son .son-sub:last-child::after {
    width: 1px;
    height: 293px;
    content: '\20';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 73px;
    background-color: #ccc;
}
@media (min-width: 554px) {
    .mw-organization .son .son-sub:last-child::after {
        display: none;
    }
}
.mw-organization .son .white {
    margin: 0 2px;
}
.mw-organization .sub .blue {
    margin: 0 15px;
}
.mw-organization .sub .blue .inner {
    width: 108px;
    height: 32px;
    line-height: 32px;
}
.mw-organization .noafter::after {
    display: none;
}


.mw-names {
    margin-left: -10px;
    margin-right: -10px;
}
.mw-names.no-margin {
    margin-left: 0;
    margin-right: 0;
}
.mw-names .names-title {
    font-size: 16px;
    font-weight: 500;
    background-color: #f9f9f9;
    color: #333;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
}
.mw-names .names-table {
    display: table;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    line-height: 2;
}
.mw-names .names-table dl,
.mw-names .names-table dd,
.mw-names .names-table dt {
    margin: 0;
    padding: 0;
}
.mw-names .names-table dl {
    display: table-row;
}
.mw-names .names-table dl dt,
.mw-names .names-table dl dd {
    display: table-cell;
    color: #666;
    font-size: 14px;
}
.mw-names .names-table dl dt {
    width: 88px;
}
.mw-names .names-table dl dd span {
    margin-right: 15px;
    display: inline-block;
}
.mw-names.mw-tagnames .names-table dl dt {
    width: 180px;
}
.mw-names.mw-tagnames .names-table dl dt,
.mw-names.mw-tagnames .names-table dl dd {
    padding-bottom: 10px;
}
.mw-names.mw-tagnames .names-table {
    border-top: 1px solid #f1f1f1;
    padding-bottom: 10px;
}
.mw-names.mw-tagnames .names-table dl dd {
    position: relative;
}
.mw-names.mw-tagnames .names-table dl dd a {
    margin-right: 10px;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 10px;
}
.mw-names.mw-tagnames.no-cell-padding .names-table dl dt,
.mw-names.mw-tagnames.no-cell-padding .names-table dl dd {
    margin-bottom: 0;
}
.mw-names.mw-tagnames .names-table dl dd a.active {
    background-color: #f1f1f1;
    color: #2573c2;
    font-weight: 500;
}
.mw-names.mw-tagnames .names-table dl .arrow {
    position: absolute;
    width: 14px;
    height: 11px;
    background: url(../../../img/common/ico_open.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    right: 10px;
    top: 10px;
}
.mw-names.mw-tagnames .names-table dl.show-more .hide {
    display: inline-block !important;
}
.mw-names.mw-tagnames .names-table dl.show-more .arrow {
    background-image: url(../../../img/common/ico_close.png);
}


.mw-blinds .blinds-title {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #333;
    background: #f6f9fc url(../../../img/common/titlebg.png) repeat-y left top;
    padding: 0 20px;
    cursor: pointer;
    border-top: 1px solid #eef0f2;
}
.mw-blinds .blinds-title:first-child {
    border-top: 0;
}
.mw-blinds .blinds-title i {
    display: inline-block;
    width: 6px;
    height: 12px;
    background: url(../../../img/common/list-2.png) no-repeat center;
    background-size: contain;
    margin-right: 15px;
    transition: transform 200ms ease;
}
.mw-blinds .blinds-title.active i {
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
}
.mw-blinds .blinds-content ul,
.mw-blinds .blinds-content li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.mw-blinds .blinds-content ul {
    padding: 20px 25px;
    transition: transform 400ms ease;
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
}
.mw-blinds .blinds-content {
    height: 0;
    overflow: hidden;
}
.mw-blinds .blinds-content.active {
    height: auto;
}
.mw-blinds .blinds-content.active ul {
    -ms-transform: translateY(0);
        transform: translateY(0);
}
.mw-blinds .blinds-content li:not(:last-child) {
    border-left: 1px solid #eee;
}
.mw-blinds .blinds-content li {
    padding: 0 20px 35px;
}
.mw-blinds .blinds-content li .date {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    position: relative;
    top: -5px;
}
.mw-blinds .blinds-content li .date i {
    display: block;
    width: 13px;
    height: 13px;
    background: url(../../../img/common/list-3.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -26px;
    top: 50%;
    margin-top: -6px;
}
.mw-blinds .blinds-content li .intro {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}


.mw-imglist,
.mw-imglist li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mw-imglist {
    padding: 10px;
}
.mw-imglist li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
}
.mw-imglist li .thumb img {
    width: 100%;
}
.mw-imglist li .info {
    margin-top: 5px;
}
.mw-imglist li .info a {
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mw-imglist li .info a:hover {
    color: #0069d6;
}
.mw-imglist li .info .attr {
    font-size: 12px;
    color: #999;
    margin-top: 3px;
}
.mw-imglist li .info .attr .time {
    float: left;
}
.mw-imglist li .info .attr .user {
    float: right;
}
.mw-imglist li .info .attr .user::before {
    content: '\20';
    display: inline-block;
    width: 11px;
    height: 12px;
    background: url(../../../img/common/usersm.png) no-repeat center;
    background-size: contain;
    margin-right: 3px;
    position: relative;
    top: 1px;
}

.mw-listred,
.mw-listred li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mw-listred li {
    padding: 8px 0 8px 28px;
    position: relative;
}
.mw-listred li span {
    font-size: 12px;
    color: #999;
    display: block;
}
.mw-listred li:not(:last-child) {
    border-bottom: 1px solid #edf4f8;
}
.mw-listred li::after {
    content: '\20';
    display: block;
    position: absolute;
    width: 4px;
    height: 8px;
    background: url(../../../img/common/list-1.png) no-repeat center;
    background-size: contain;
    top: 16px;
    left: 15px;
}
.mw-listred.list-line li {
    padding-top: 11px;
    padding-bottom: 11px;
}
.mw-listred.list-line li:nth-child(even) {
    background-color: #f6f9fb;
}
.mw-listred.list-line li::after {
    top: 18px;
}
.mw-listred.list-line li:not(:last-child) {
    border-bottom: 0;
}
.mw-listred.list-line li .row span {
    font-size: 12px;
    color: #999;
    margin-right: 15px;
}
.mw-listred.list-line.big li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #edf4f8;
}
.mw-listred.list-line.big li a {
    color: #333;
}
.mw-listred.list-line.big li a:hover {
    color: #0069d6;
}
.mw-listred.list-line.big li:nth-child(even) {
    background-color: #fff;
}
.mw-listred.list-line.big li::after {
    top: 0;
    width: 12px;
    height: 7px;
    background: url(../../../img/common/list-2-hover.png) no-repeat center;
    background-size: contain;
}
.mw-listred.list-line.big li:not(:last-child) {
    border-bottom: 0;
}
.mw-listred.list-line.big li .row span {
    font-size: 12px;
    color: #999;
    margin-right: 15px;
}

.mw-icon-table {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    top: -2px;
}

.mw-tagscont {
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 180px;
}
.mw-tagscont .inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.mw-tagscont .tag {
    display: inline-block;
    width: 30%;
    margin: 5px;
    background-color: #2e4d87;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}


.mw-btn-red,
.mw-btn-blue {
    display: inline-block;
    width: 69px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin: 5px;
}
.mw-btn-red {
    background-color: #db3338;
}
.mw-btn-blue {
    background-color: #3a81c8;
}



.mw-paging{
	overflow: hidden;
	margin: 20px auto;
	text-align: center;
}
.mw-paging ul{
    display: inline-block;
}
.mw-paging ul li{
    display: inline-block;
    height: 32px;
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    line-height: 30px;
    margin: 5px 5px;
    cursor: pointer;
    padding:0px 15px;
    font-size: 12px;
}
.mw-paging ul li:hover{
    background:#f1f1f1;
}
.mw-paging ul li.selected{
	background: #2573c2;
	color: #fff;
}
.mw-paging .selct{
    padding: 0px;
    margin: 0px;
    height: 32px;
    border: none;
    border: 1px solid #eee;
    margin: 5px 5px;
}
.mw-paging .input03{
    width: 50px;
    padding: 0px;
    margin: 0px;
    height:32px;
    border:none;
    border: 1px solid #eee;
    margin:5px 5px;
}


.mw-regul {
	box-sizing: border-box;
}
.mw-regul-text {
	line-height: 25px;
	padding: 20px;
	background: #fff;
	overflow: hidden;
	font-weight: 500;
}
.mw-regul-ifo {
	background: #fff;
	padding: 20px;
	overflow: hidden;
	padding-top: 0;
    color: #999;
}
.mw-regul-viwe {
	background: url(../../../img/common/ico-viwe.png) no-repeat left center;
    background-size: auto 14px;
	padding-left: 25px;
    color: #999;
}

.el-range-editor.el-input__inner {
    padding: 0;
    display: inline-block;
    border-radius: 0;
    height: 32px;
    line-height: 30px;
    border: 1px solid #ccc;
    vertical-align: middle;
    width: 220px !important;
}
.el-range-editor.el-input__inner input {
    border: 0 !important;;
    background-color: transparent !important;
    position: relative;
    vertical-align: middle;
    height: 30px !important;
    display: block !important;
    float: left !important;
    text-align: center !important;
}
.el-date-editor .el-range-input {
    width: 42% !important;
    text-align: center !important;
}
.el-date-editor .el-range-separator {
    line-height: 30px;
    width: 30px;
    color: #999;
    float: left !important;
}
.el-date-editor .el-range__icon {
    display: none;
}
.el-date-editor .el-range__close-icon {
    display: none;
}


.swiper-container {
    margin:0 auto;
    position:relative;
    overflow:hidden;
    direction:ltr;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    /* Fix of Webkit flickering */
    z-index:1;
}
.swiper-wrapper {
    position:relative;
    width:100%;
    -webkit-transition-property:-webkit-transform, left, top;
    -webkit-transition-duration:0s;
    -webkit-transform:translate3d(0px,0,0);
    -webkit-transition-timing-function:ease;
     
    -moz-transition-property:-moz-transform, left, top;
    -moz-transition-duration:0s;
    -moz-transform:translate3d(0px,0,0);
    -moz-transition-timing-function:ease;
     
    -o-transition-property:-o-transform, left, top;
    -o-transition-duration:0s;
    -o-transform:translate3d(0px,0,0);
    -o-transition-timing-function:ease;
    -o-transform:translate(0px,0px);
     
    -ms-transition-property:-ms-transform, left, top;
    -ms-transition-duration:0s;
    -ms-transform:translate3d(0px,0,0);
    -ms-transition-timing-function:ease;
     
    transition-property:transform, left, top;
    transition-duration:0s;
    transform:translate3d(0px,0,0);
    transition-timing-function:ease;
 
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
 
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}
 
/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container-banner {
    overflow: hidden;
    width: 100%;
}
.swiper-slide {
    /* Specify Slides's Size: */
     
    /*width: 100%;
    height: 100%;*/
}
.swiper-slide-active {
    /* Specific active slide styling: */
     
}
.swiper-slide-visible {
    /* Specific visible slide styling: */  
 
}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
    /* Stylize pagination button: */   
 
}
.swiper-active-switch {
    /* Specific active button style: */
     
}
.swiper-visible-switch {
    /* Specific visible button style: */   
     
}

.mw-arrzs {
    height: 14px;
    margin-left: 8px;
    margin-right: 2px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.mw-grayfont {
    font-size: 12px;
    color: #999;
    padding: 0 15px;
}

.mw-endimg img {
    width: 100%;
    margin-top: 10px;
}


.mw-list-two{
    margin-top: 25px;
}
.mw-list-two dd,
.mw-list-two dt {
    margin: 0;
    padding: 0;
}
.mw-list-two dl{
    padding:10px 0px;
    overflow: hidden;
    display: table;
    width:100%;
}
.mw-list-two dl:nth-child(even) {
    background-color: #f6f9fb;
}
.mw-list-two dd{
    color: #347ec0;
    width: 20%;
    border-right:1px solid #eee;
    font-size: 12px;
    text-align: center;
    line-height: 1.4;
    display: table-cell;
}
.mw-list-two dd strong {
    font-size: 20px;
    font-weight: 500;
}
.mw-list-two dt{
    line-height: 1.4;
    padding-left: 30px;
    display: table-cell;
    white-space: pre-wrap;
    text-align: left;
}

.col-md-push-3,
.col-md-pull-9{
	padding-left:10px !important;
	padding-right:10px !important;
}