﻿﻿@charset "utf-8";

/* CSS Document */

body {
    margin: 0 auto;
    padding: 0;
    color: #333;
    font: 14px tahoma, Helvetica, arial, sans-serif;
}

@media (min-width: 576px) {
    body {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 14px;
    }
    .container {
        max-width: 1200px;
    }
    .container-fluid {
        max-width: 1200px;
    }
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #044c9c;
}

a:visited {
    text-decoration: none;
}

img {
    border: 0px;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3 {
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

input {
    vertical-align: middle
}

ul,
dl,
dd,
dt,
li {
    margin: 0;
    padding: 0;
    text-indent: 0;
}

ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}


/*clr*/

.clear {
    clear: both;
}


/*f*/

.fl {
    float: left;
}

.fr {
    float: right;
}


/*f*/

.ft12 {
    font-size: 12px
}

.ft14 {
    font-size: 14px
}

.ft16 {
    font-size: 16px
}

.ft18 {
    font-size: 18px
}

.ft20 {
    font-size: 20px
}

.ft24 {
    font-size: 24px
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pr10 {
    padding-right: 10px;
}

.pr12 {
    padding-right: 12px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 10px;
}

.m10 {
    margin: 10px;
}

.m20 {
    margin: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}


/*页面主体*/

.banner {
    height: 250px;
    background: url(shm1_index2.jpg) top center no-repeat;
    background-size: 100% auto;
}

.topline {
    display: none;
}

.shm_search {
    transform: scale(0.7, 0.7);
    padding-top: 140px;
}

@media (min-width: 576px) {
    .banner {
        height: 400px;
        background: url(shm1_index2.jpg) top center no-repeat;
        background-size: 100% auto;
    }
    .topline .text-right {
        display: none;
    }
    .shm_search {
        transform: scale(0.7, 0.7);
        padding-top: 300px;
    }
}

@media (min-width: 768px) {
    .banner {
        height: 503px;
        background: url(shm1_index.jpg) center no-repeat;
    }
    .topline {
        height: 53px;
        line-height: 53px;
        padding-top: 10px;
        display: block;
    }
    .topline .text-right {
        display: block;
    }
    .shm_search {
        max-width: 660px;
        margin: 0 auto;
        padding-top: 260px;
        display: flex;
        position: relative;
        transform: scale(1, 1);
    }
}

.shm_search .input {
    width: 70%;
    background: #fff;
    border: 1px solid #115db2;
    border-radius: 28px 0px 0px 28px;
    padding-left: 30px;
    padding-right: 20px;
    font-size: 14px;
    border-right: 0;
    outline: none;
    opacity: 0.9;
}

.shm_search .input::placeholder {
    color: #999;
    font-size: 14px;
}

.shm_search .button {
    width: 30%;
    height: 56px;
    border: 0;
    background: url(shm1_searchbtn.png) center no-repeat;
    border-radius: 0px 28px 28px 0px;
}

@media (min-width: 576px) {
    .shm_search .button {
        width: 20%;
    }
    .shm_search .input {
        width: 80%;
    }
}

.menuline {
    margin-top: 0px;
    background: #115db2!important;
    height: 55px;
    line-height: 55px;
    padding-left: 0px;
    padding: 0 10px;
}

.menuline a.navbar-brand {
    height: 55px;
    line-height: 55px;
    padding: 0;
    color: #fff;
}

.navbar-nav .dropdown-menu {
    line-height: 40px;
}

.dropdown-item {
    color: #666!important;
}

.nav-link {
    padding: 0;
}

.navbar-collapse {
    padding: 0 10px;
    background: #f5f5f5;
    line-height: 55px;
}

.nav-item a.nav-link {
    color: #333!important;
}

.navbar-collapse {
    z-index: 999
}

@media (min-width: 768px) {
    .menuline {
        margin-top: 80px;
        height: 55px;
        line-height: 55px;
        padding-left: 0px;
        padding: 0 10px;
        background: transparent!important
    }
}


/*大屏幕样式*/

@media (min-width: 992px) {
    .menuline {
        padding-left: 100px;
    }
    .menuline .navbar-brand {
        font-size: 1.5rem;
    }
    .menuline a:hover {
        font-weight: bold;
        color: #fff!important;
    }
    .nav-item {
        padding: 0 2px;
    }
    .navbar-collapse {
        padding: 0 10px;
        background: transparent!important;
    }
    .nav-item a.nav-link {
        font-size: 1rem;
        font-size: 1.5rem;
        color: #fff!important;
        display: block;
        line-height: 55px;
    }
    .dropdown-menu {
        background-color: transparent!important;
        border: 0;
        line-height: 30px!important;
        padding: 0;
        text-align: center;
        margin: 0;
    }
    .dropdown-item {
        display: inline!important;
        line-height: 30px!important;
        color: #9cd3fd!important;
    }
    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #fff;
        text-decoration: none;
        background-color: transparent!important
    }
}

@media (min-width: 1200px) {
    .menuline {
        padding-left: 200px;
    }
    .nav-item {
        padding: 0 10px;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: inherit
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        width: 100%;
    }
}

.nav-tabs .nav-link {
    border: 0
}

.topbg {
    height: ;
    background: url(shm1_index-02.jpg) center bottom no-repeat #135fb5;
    overflow: hidden;
}

.tab_top {
    margin-top: 10px;
    font-size: 1.4rem;
}

.tab_top {
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
}

.tab_top .nav-link.active {
    background: transparent!important;
    color: #fff!important;
    border-bottom: #2272cb solid 4px;
}

.tab_top a.nav-link {
    color: #c0ddf1!important;
    font-weight: bold;
}

.tab_top .nav-tabs {
    border: 0;
}

.tab_list ul li {
    font-size: 1.1rem;
    line-height: 3.6rem;
    border-bottom: #8bb2dd dashed 1px;
    color: #ccc;
    padding-left: 15px;
    background: url(shm1_icon.jpg) left no-repeat;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab_list ul li a {
    color: #fff;
}

.tab_list ul li span {
    float: right;
    font-size: 1rem;
    padding-left: 15px;
}

.tab_top2 {
    margin-top: 10px;
    font-size: 1.4rem;
}

.tab_top2 {
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
}

.tab_top2 .nav-link.active {
    background: transparent!important;
    color: #115db2!important;
    border-bottom: #115db2 solid 4px;
}

.tab_top2 a.nav-link {
    color: #222!important;
    font-weight: bold;
}

.tab_top2 .nav-tabs {
    border: 0;
}

.tab_list2 ul li {
    font-size: 1.1rem;
    line-height: 3.6rem;
    border-bottom: #e5e5e5 dashed 1px;
    color: #ccc;
    padding-left: 15px;
    background: url(shm1_icon-02.jpg) left no-repeat;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab_list2 ul li a {
    color: #222;
}

.tab_list2 ul li span {
    float: right;
    font-size: 1rem;
    padding-left: 15px;
}

.tab_list,
.tab_list {
    padding: 0 10px;
    margin-top: 10px;
}

.card-body {
    padding: 0;
}

.mzjtab_tit {
    margin-top: 30px;
    font-size: 1.5rem;
    height: 50px;
    line-height: 50px;
}

.mzjtab_tit ul li {
    float: left;
    display: inline-block;
    font-weight: bold;
    padding: 0 10px;
    cursor: pointer;
}

.mzjtab_tit .n1 {
    background: transparent!important;
    color: #fff!important;
    border-bottom: #2272cb solid 4px;
}

.mzjtab_tit .n1 a {
    color: #fff!important;
}

.mzjtab_tit .n2 {
    color: #c0ddf1!important;
}

.mzjtab_tit .n2 a {
    color: #c0ddf1!important;
}

.mzjtab_tit2 {
    margin-top: 30px;
    font-size: 1.5rem;
    height: 50px;
    line-height: 50px;
}

.mzjtab_tit2 ul li {
    float: left;
    display: inline-block;
    font-weight: bold;
    padding: 0 10px;
    cursor: pointer;
}

.mzjtab_tit2 .n1 {
    background: transparent!important;
    color: #115db2!important;
    border-bottom: #115db2 solid 4px;
}

.mzjtab_tit2 .n1 a {
    color: #115db2!important;
}

.mzjtab_tit2 .n2 {
    color: #222!important;
}

.mzjtab_tit2 .n2 a {
    color: #222!important;
}

@media (min-width: 992px) {
    .topbg {
        height: 428px;
        background: url(shm1_index-02.jpg) center;
        overflow: hidden;
    }
    .lb_img {
        height: 350px;
        border: #fff solid 10px;
        margin: 40px 0;
    }
    .lb_img img {
        min-height: 330px;
        overflow: hidden
    }
    .carousel-indicators {
        bottom: 20px;
    }
    .carousel-indicators li {
        height: 4px;
        background-color: #115db2;
    }
    .tab_top {
        margin-top: 30px;
    }
    .tab_top .nav-link.active {
        background: transparent!important;
        color: #fff!important;
    }
    .tab_list ul li {
        font-size: 1.1rem;
        line-height: 3.6rem;
        border-bottom: #8bb2dd dashed 1px;
        color: #74a3d6;
        padding-left: 15px;
        background: url(shm1_icon.jpg) left no-repeat;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .tab_top2 {
        margin-top: 30px;
    }
    .tab_top2 .nav-link.active {
        background: transparent!important;
        color: #115db2!important;
    }
    .tab_list2 ul li {
        font-size: 1.1rem;
        line-height: 3.6rem;
        border-bottom: #e5e5e5 dashed 1px;
        color: #ccc;
        padding-left: 15px;
        background: url(shm1_icon-02.jpg) left no-repeat;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.xximg_list {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
}

.xxgk_two {
    align-items: center;
    border: solid 1px #115db2;
}

.xxgk_two li {
    text-align: center;
    padding-right: 3%;
    border-right: 1px solid #115db2;
}

.xxgk_two li .img_box {
    transition: all .5s;
    margin-bottom: 10px;
}

.xxgk_two li .two {
    display: none;
}

.xxgk_two li:hover .one {
    display: none;
}

.xxgk_two li:hover .two {
    display: inline-block;
}

.xxgk_two li:hover .img_box {
    transform: rotateY(180deg);
}

.xxgk_two li:hover p {
    color: #115db2;
}

.xxgk_two li:first-child {
    width: 160px;
    height: 160px;
    padding: 0;
    background-color: #115db2;
    border: solid 1px #115db2;
}

.xxgk_two li:first-child img {
    margin-top: 15px;
    margin-bottom: 10px;
}

.xxgk_two li:first-child p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.xxgk_two li:last-child {
    border: 0;
}

@media screen and (max-width: 1200px) {
    .xximg_list {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .xximg_list {
        flex-direction: column;
    }
    .xxgk_two {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .normal-title .tab {
        font-size: 20px;
        padding: 6px;
    }
    .xxgk_two li {
        width: 31%;
        border: 0;
        margin: 15px 0;
    }
    .xxgk_two li:first-child {
        display: none;
    }
}

.btn_bg {
    background: url(shm1_index-04.jpg) center no-repeat;
    padding: 20px 0;
}

.btn_bg .col-md-2 {
    width: 33.33%;
    margin: 10px 0;
}

.btn_bg .col-md-2 img {
    max-height: 110px;
    max-width: 100%;
}

@media (min-width: 992px) {
    .btn_bg {
        padding: 40px 0;
    }
    .btn_bg img {
        max-height: 140px;
        max-width: 100%;
    }
}

.title_line {
    background: url(shm1_title_line.png) center no-repeat;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 20px 0;
}

@media (min-width: 992px) {
    .title_line {
        font-size: 2rem;
    }
}

.flink_list {
    padding-bottom: 10px;
}

.flink_list .col-lg-auto {
    width: 33.33%;
    margin: 10px 0;
}

.flink_list .col-lg-auto img {
    width: 100%;
}

@media (min-width: 992px) {
    .flink_list .col-lg-auto {
        width: 20%;
    }
    .flink_list .col-lg-auto img {
        width: 100%;
    }
}

.box-top {
    width: 1200px;
    margin: 0 auto;
}

.yqlj {
    width: 100%;
    min-width: 1200px;
    height: 60px;
    /* margin-top: 20px; */
    background-color: #daecfb;
}

.yqlj>ul {
    text-align: center;
}

.yqlj>ul>li {
    display: inline-block;
    position: relative;
}

.yqlj>ul>li>a {
    padding: 0 38px;
    font-size: 16px;
    line-height: 60px;
    color: #115db2;
}

.yqlj span {
    display: inline-block;
    padding: 0 35px;
    background: url(http://www.ayyjnc.com/picture/83/2108091715102145353.png) right center no-repeat;
    font-size: 16px;
    line-height: 60px;
    color: #115db2;
    text-align: center;
    cursor: pointer;
}

.yqlj .on span {
    background: url(http://www.ayyjnc.com/picture/83/2108091715101576781.png) right center no-repeat;
}

.yqlj ul li .li_sub {
    display: none;
    width: 188px;
    height: 280px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 28px;
    overflow-y: auto;
    position: absolute;
    top: -280px;
    left: 0;
    z-index: 99999999;
    margin: 0;
    padding: 0;
}

.yqlj ul li .li_sub li {
    padding: 0 10px;
}

.yqlj ul li .li_sub li:hover {
    background: #ccc;
}

.yqlj ul li .li_sub li a {
    line-height: 28px;
    color: #333;
    font-size: 14px;
}

.footer {
    width: 100%;
    min-width: 1200px;
    height: 200px;
    background-color: #115db2;
    padding: 40px 0;
}

.dzjg {
    margin: 24px 0 0 30px;
}

.jc {
    margin: 35px 0 0 30px;
}

.info {
    padding: 0;
}

.info li {
    float: left;
    border-left: 1px solid #417dc1;
}

.info001 {
    margin-left: 45px;
    padding: 0 60px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.info001 .split_span {
    font-size: 16px !important;
    color: #fff!important;
}

.info001 a {
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    color: #fff!important;
}

.info001 a img {}

.info001 span {
    margin-right: 5px;
    font-size: 16px;
    color: #ffffff;
}

.info001 p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
}

.info002 {
    padding-left: 20px;
}

.info002 p {
    margin-right: 16px;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    margin-top: 0;
}

.info002 p img {
    width: 100px;
    height: 100px;
}


/*** 适老化 ***/

.old_type .yqlj {
    height: auto;
    padding: 20px 0;
}

.old_type .yqlj>ul>li {
    width: 32%;
    text-align: center;
}

.old_type .yqlj>ul>li>a {
    font-size: 34px;
}

.old_type .yqlj ul li .li_sub {
    background: #daecfb;
    border: none;
    padding-top: 10px;
}

.old_type .yqlj ul li .li_sub li {
    text-align: center;
}

.old_type .yqlj ul li .li_sub li:hover {
    background: #c2d7e9;
}

.old_type .yqlj span {
    font-size: 32px;
    background-size: 16px;
}

.old_type .yqlj ul li .li_sub {
    width: 100%;
    height: 340px;
    top: auto;
    bottom: 100%;
}

.old_type .yqlj ul li .li_sub li {
    padding: 0 10px 0 35px;
}

.old_type .yqlj ul li .li_sub li a {
    font-size: 28px;
    line-height: 42px;
}

.old_type .box-top {
    position: relative;
}

.old_type .footer {
    height: auto;
    letter-spacing: 0;
}

.old_type .footer .box-top {
    padding-bottom: 130px;
}

.old_type .info li {
    float: none;
    text-align: center;
    border: none;
    margin-left: 0;
}

.old_type .info001 p {
    line-height: 50px;
    font-size: 30px;
}

.old_type .info001 p.basic_info a {
    margin-left: 50px;
}

.old_type .info001 p.basic_info a:first-child {
    margin-left: 0;
}

.old_type .info001 p.basic_info .split_span {
    display: none;
}

.old_type .info001 p.basic_info .info_line {
    display: none;
}

.old_type .jc {
    position: absolute;
    bottom: 10px;
    left: 54%;
    margin: 0;
}

.old_type .dzjg {
    position: absolute;
    bottom: 0;
    left: 42%;
    margin: 0;
}

.old_type .info {
    width: 100%;
}

.old_type .info001 a {
    font-size: 30px;
}

.old_type .info001 a img {
    display: none;
}

.old_type .info001 .split_span {
    font-size: 30px!important;
}

.old_type .info001 span {
    margin-right: 0;
    margin-left: 30px;
    font-size: 30px;
}

.old_type .info001 span:first-child {
    margin-right: 0;
    margin-left: 0;
}

.old_type .info001 span:first-child {
    margin-right: 10px;
}

.old_type .info002 {
    margin-top: 40px;
    padding-left: 0;
}

.old_type .info002 p {
    float: none;
    display: inline-block;
    font-size: 28px;
    margin-right: 0;
    margin-left: 80px;
}

.old_type .info002 p:first-child {
    margin-left: 0;
}

.old_type .info002 p img {
    margin-bottom: 30px;
    width: 256px;
    height: 256px;
}

@media only screen and (max-width: 1200px) {
    .yqlj {
        min-width: auto;
    }
    .yqlj ul {
        width: 100%;
        overflow: hidden;
    }
    .yqlj>ul>li {
        width: 15%;
        text-align: center;
    }
    .yqlj>ul>li:first-child {
        width: 10%;
    }
    .yqlj>ul>li>a {
        padding: 0 10px;
        font-size: 0.5rem;
    }
    .yqlj span {
        padding-left: 0;
        padding-right: 15px;
        font-size: 0.5rem;
    }
    .dzjg {
        margin: 24px 0 0 10px;
        display: none;
    }
    .jc {
        margin: 35px 0 0 10px;
        display: none;
    }
    .footer {
        overflow: hidden;
        width: 100%;
        min-width: auto;
    }
    .footer>div {
        overflow: hidden;
        width: 100%;
    }
    .info001 {
        margin-left: 15px;
        padding: 0 20px;
        font-size: 14px;
        line-height: 28px;
        color: #fff;
        /* width: 50%; */
    }
    .info002 {
        display: none;
    }
    .info {
        margin: auto;
        float: none;
    }
    .info li {
        border: none;
        text-align: center;
        width: 100%;
    }
    .info001 p img {
        /* line-height: 20px; */
        margin-top: -5px;
        margin-right: 5px;
        margin-left: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .yqlj {
        display: none;
    }
    .footer {
        height: auto;
    }
    .info {
        height: auto;
    }
    .info001 {
        margin: auto;
        text-align: -webkit-match-parent;
        display: inline-block;
    }
    .info001 p span {
        margin: 0 10px;
        box-sizing: border-box;
        display: inline-block;
    }
    .info001 p img {
        /* line-height: 20px; */
        margin-top: -5px;
        margin-right: 5px;
    }
    /* .info001 p{ margin: 0 10px; 		box-sizing: border-box; 		display:inline-block; 	} */
}


/*-----------------------------------------------------------------------------------------------列表页--*/

.breadcrumb {
    padding: 0.75rem 0;
}

.breadcrumb span {
    padding-right: 8px
}

.siderbar {
    display: none;
}

@media (min-width: 992px) {
    .siderbar {
        display: block!important;
        border: 1px solid #7ea4d7;
        padding: 0 20px;
        margin-bottom: 1rem;
    }
    .siderbar p {
        font-size: 1.3rem;
        font-weight: bold;
        height: 4rem;
        line-height: 4rem;
        color: #115db2;
    }
    .siderbar ul {
        background: #f5f5f5;
        margin-bottom: 30px;
    }
    .siderbar ul li {
        padding: 0 10px;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #d5d5d5;
        background: url(x_down.png) no-repeat 93% center;
        cursor: pointer;
        font-size: 1rem
    }
    .siderbar ul li:hover {
        border-bottom: 1px solid #d5d5d5;
        background: url(x_down-hover.png) no-repeat 93% center #115db2;
    }
    .siderbar ul li:hover a {
        color: #fff;
    }
    .siderbar ul li.on_this {
        border-bottom: 1px solid #d5d5d5;
        background: url(x_down-hover.png) no-repeat 93% center #115db2;
    }
    .siderbar ul li.on_this a {
        color: #fff;
    }
}


/*.siderbar ul li:last-child { border: none;}*/

.mzj_list {
    padding: 0;
    border: 0;
    margin-bottom: 20px;
}

.mzj_list ul li span {
    display: none;
}

.mzj_list ul li {
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    background: url(icon.png) left no-repeat;
    padding-left: 15px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 992px) {
    .mzj_list {
        padding: 20px 30px;
        border: 1px solid #7ea4d7;
    }
    .mzj_list ul li span {
        float: right;
        display: block!important;
    }
}


/*页码*/

.p_bar {
    padding-top: 20px;
    padding-bottom: 50px;
    height: 50px;
    text-align: center;
    font-size: 15px;
}

.p_bar a {
    border: #ccc 1px solid;
    padding: 6px 16px;
    margin: 2px;
    COLOR: #999;
    text-decoration: none;
    background: #fff;
    display: inline-block;
}

.p_bar a:hover {
    border: #115db2 1px solid;
    color: #115db2;
}

.p_bar a:active {
    border: #115db2 1px solid;
}

.p_bar a.p_curpage {
    color: #fff;
    background-color: #115db2
}


/*-----------------------------------------------------------------------------------------------内容页--*/

.mzj_title {
    font-size: 1.75rem;
    line-height: 3rem;
    padding: 1.5rem 0;
    font-weight: bold;
    text-align: center;
}

.mzj_line {
    font-size: 0.9rem;
    line-height: 2rem;
    background: #f5f5f5;
    text-align: center;
    color: #999;
}

.mzj_line span {
    padding: 0 15px;
}

.mzj_xw {
    font-size: 1rem;
    line-height: 1.75rem;
    padding: 1.5rem 0;
}

.mzj_xw p {
    padding: 5px 0;
}

.mzj_xw img {
    padding: 5px 0;
    max-width: 1000px;
}