@media screen and (max-width:1367px) {
    .header {
        height: 30px;
        padding-top: 20px;
        width: 100%;
    }

    .header img {
        display: block;
        margin: 0 auto;
        width: 94%;
    }

    ul.iw_thumbs {
        padding: 15px 15px;
    }

    ul.iw_thumbs li.liPortrait {
        margin: 5px 0;
        height: 220px;
        width: 204px;
    }

    ul.iw_thumbs li img.portrait {
        /* height: 246px; */
		height: 196px;
    }

    ul.iw_thumbs li.liPortrait .ImgBox {
        /* height: 230px; */
	   height: 180px;
        width: 180px;
    }

    ul.iw_thumbs li.liPortrait img.portrait-img {
        /* width: 180px; */
	   width: 140px;
    }

    ul.iw_thumbs li.liTransverse {
        height: 200px;
        /* width: 234px; */
	   width: 204px;
    }

	ul.iw_thumbs li.liTransverse .ImgBox{
	height:152px;
}
    ul.iw_thumbs li img.transverse {
        /* height: 180px; */
	   height: 120px;
    }

    ul.iw_thumbs li.liTransverse img.transverse-img {
        /* height: 150px; */
	   height: 100px;
        width: auto;
    }

    ul.iw_thumbsa li.liTransverse {
        margin-top: 46px;
    }



    .meun {
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 80px;
        z-index: 999;
    }

    .meun .meun-box {
        height: 80px;
        margin: 0 auto;
        text-align: center;
    }


    .meun-item {
        float: none;
        display: inline-block;
        width: 50px;
        max-width: 50px;
        height: 80px;
        background: white;
        border-top-left-radius: 36px;
        border-top-right-radius: 36px;
        transition: all .3s;
        box-shadow: 0 0 16px rgba(100, 100, 100, .3);
        margin-top: 30px;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 10px;
    }

    .meun-item:hover {
        margin-top: 30px;
        transition: all .3s;
    }

    .meun-item:hover .item-img {
        transform: rotate(360deg);
        transition: all .3s;
    }

    .meun-item:hover .item-img .item-text {
        opacity: 1;
    }

    .item-img {
        width: 46px;
        height: 46px;
        margin: 0 auto;
        border: 2px solid white;
        border-radius: 50%;
        transform: rotate(0deg);
        transition: all .3s;
        position: relative;
        overflow: hidden;
    }

    .item-text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(60, 60, 60, .4);
        text-align: center;
        font-size: 30px;
        line-height: 44px;
        color: white;
        font-weight: bold;
        text-shadow: 2px 2px 2px rgba(100, 100, 100, .3);
        opacity: 0;
    }

    .item-img img {
        display: block;
        width: 100%;
    }


    .listContent {
        width: 1266px;
    }

    .list {
        width: 1266px;
    }

    .list_item {
        width: 284px;
        height: 360px;
        margin: 0 14px 30px;
    }

    .item_img {
        height: 190px;
    }

    .item_img img.lazy {
        width: 100%;
    }

    .item_info .info_description {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .detailbox {
        width: 1266px;
        height: auto;
        margin-bottom: 60px;
    }

    .detail {
        padding: 20px;
        height: auto;
    }

    .detailfull.full {
        overflow-y: visible;
    }

    .detailInfo {
        width: 590px;
    }
}

@media screen and (min-width:1368px) and (max-width:1441px) {
    .header {
        height: 30px;
        padding-top: 20px;
        width: 100%;
    }

    .header img {
        display: block;
        margin: 0 auto;
        width: 94%;
    }

    ul.iw_thumbs {
       padding:60px 15px;	   
    }
    ul.iw_thumbsa {
       padding-top: 0px;	   
    }
    

    ul.iw_thumbs li.liPortrait {
        margin: 0px 10px;
        height: 246px;
        width: 196px;
    }

    ul.iw_thumbs li img.portrait {
        /* height: 246px; */
		height: 196px;
    }

    ul.iw_thumbs li.liPortrait .ImgBox {
       /* height: 230px; */
	  height: 180px;
        width: 180px;
    }

    ul.iw_thumbs li.liPortrait img.portrait-img {
        /* width: 180px; */
	   width: 140px;
    }

    ul.iw_thumbs li.liTransverse {
        height: 180px;
        /* width: 234px; */
	   width: 204px;
    }
ul.iw_thumbs li.liTransverse .ImgBox{
	height:152px;
}
    ul.iw_thumbs li img.transverse {
        /* height: 180px; */
	   height: 120px;
    }

    ul.iw_thumbs li.liTransverse img.transverse-img {
        /* height: 150px; */
	   height: 100px;
        width: auto;
    }

    ul.iw_thumbsa li.liTransverse {
        margin-top: 46px;
    }



    .meun {
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 80px;
        z-index: 999;
    }

    .meun .meun-box {
        height: 80px;
        margin: 0 auto;
        text-align: center;
    }


    .meun-item {
        float: none;
        display: inline-block;
        width: 50px;
        max-width: 50px;
        height: 80px;
        background: white;
        border-top-left-radius: 36px;
        border-top-right-radius: 36px;
        transition: all .3s;
        box-shadow: 0 0 16px rgba(100, 100, 100, .3);
        margin-top: 30px;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 10px;
    }

    .meun-item:hover {
        margin-top: 30px;
        transition: all .3s;
    }

    .meun-item:hover .item-img {
        transform: rotate(360deg);
        transition: all .3s;
    }

    .meun-item:hover .item-img .item-text {
        opacity: 1;
    }

    .item-img {
        width: 46px;
        height: 46px;
        margin: 0 auto;
        border: 2px solid white;
        border-radius: 50%;
        transform: rotate(0deg);
        transition: all .3s;
        position: relative;
        overflow: hidden;
    }

    .item-text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(60, 60, 60, .4);
        text-align: center;
        font-size: 30px;
        line-height: 44px;
        color: white;
        font-weight: bold;
        text-shadow: 2px 2px 2px rgba(100, 100, 100, .3);
        opacity: 0;
    }

    .item-img img {
        display: block;
        width: 100%;
    }


    .listContent {
        width: 1266px;
    }

    .list {
        width: 1266px;
    }

    .list_item {
        width: 284px;
        height: 360px;
        margin: 0 14px 30px;
    }

    .item_img {
        height: 190px;
    }
    .item_img img.lazy {
        width: 100%;
    }

    .item_info .info_description {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .detailbox {
        width: 1266px;
        height: auto;
        margin-bottom: 60px;
    }

    .detail {
        padding: 20px;
        height: auto;
    }

    .detailfull.full {
        overflow-y: visible;
    }

    .detailInfo {
        width: 590px;
    }
}