.menudes{
    font-weight: normal;}

.header .topbox span{
    float: right;}

.header .topbox .top-link{
    float: right;}

.header .topbox .top-link::after{
    top: 11px;}
.current-menu-title::after{
    content: '';
    background-image: url(../images/new-yun.png);
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: all 0.3s ease-in-out;}
.ztwz-container{}

.ztw-list ul li{
    width: 25%;
    float:left;}

.ztw-list ul li .pic{
    overflow: hidden;}

.ztw-list ul li img{
    max-width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;}

.ztw-list ul li img:hover{
    transform: scale(1.05); 
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);}

.ztw-list ul li .title{
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
    text-align: center;
    padding: 15px;}
