.full {
    width: 100%;
    height: 100%;
    background: url(../images/toppica.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.full-container {
    height: 100%;
}

.header {
    height: 60px;
    padding-top: 40px;
    width: 100%;
}

.header img {
    display: block;
    margin: 0 auto;
    width: 94%;
}

.meun {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 999;
}

.meun .meun-box {
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.logo {
    position: absolute;
    width: 360px;
    left: -360px;
    height: 80px;
    bottom: 0;
}

.logo img {
    display: block;
    height: 80px;
}

.meun-item {
    float: left;
    width: 72px;
    max-width: 73px;
    height: 100px;
    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: 0;
    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: 66px;
    height: 66px;
    margin: 0 auto;
    border: 3px 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: 66px;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(100, 100, 100, .3);
    opacity: 0;
}

.item-title {
    width: 72px;
    text-align: center;
    color: #1D111F;
    height: 31px;
    font-size: 12px;
}

.item-img img {
    display: block;
    width: 100%;
}



/* list */
.listContent {
    width: 1566px;
    min-width: 1000px;
    margin: 0 auto;
    height: calc(100% - 120px);
}

.list {
    width: 1566px;
    margin: 0 auto;
    height: calc(100% - 60px);
    padding: 15px 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

.list:hover::-webkit-scrollbar-thumb {
    background-color: #cc9b54;
    transition: all .3s;
}

.list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 3px;
}

.list::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
    border-radius: 3px;
}

.list::-webkit-scrollbar-thumb {
    background-color: #aaa;
    transition: all .3s;
    border-radius: 3px;
}

.list_item {
    width: 360px;
    height: 434px;
    background: white;
    border-radius: 4px;
    overflow: hidden;
    float: left;
    margin: 0 15px 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    cursor: url('./cursoricon.png'),
auto;
}

.item_img {
    height: 240px;
    background: #f4f4f4;
    position: relative;
    overflow: hidden;
}

.item_img img.lazy {
    transform: scale(1);
    transition: all 1s;
	width:100%;
}

.item_img img.lazy:hover {
    transform: scale(1.2);
    transition: all 3s;
}

.item_img .sy {
    position: absolute;
    display: block;
    bottom: 10px;
    right: 10px;
    opacity: .6;
}

.item_info {
    padding: 24px 30px;
}

.item_info .info_name {
    font-size: 18px;
    color: #212121;
    line-height: 30px;
    margin-bottom: 8px;
}

.item_info .info_description {
    font-size: 12px;
    color: #999999;
    line-height: 24px;
    margin-bottom: 8px;
	/*display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;*/
        overflow: hidden;
}

.item_info .readmore a {
    color: #cc9b54;
    font-size: 14px;
    line-height: 28px;
    cursor: url('./cursoricon.png'),
        auto;

}

.back_home {
    clear: both;
    width: 100px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
    color: #cc9b54;
    border: 1px solid #cc9b54;
    cursor: pointer;
}

.back_home a {
    display: block;
    color: #cc9b54;
}

.detailbox {
    width: 1266px;
    height: calc(100% - 120px);
    margin: 0 auto;
    background: white;
}

.detail {
    padding: 40px;
}
.detail .back_home {
    margin-bottom: 0;
    cursor: pointer;
}
.imgBox {
    width: 600px;
    height: 400px;
    overflow: hidden;
    float: left;
    margin-bottom: 30px;
}

.imgBox ul {
    width: 600px;
    height: 400px;
    overflow: hidden;
    position: relative;

}

.imgBox ul li {
    position: absolute;
    left: 0;
    top: 0;
    left: 0;
    right: 0;
}
.imgBox ul li img{
    display: block;
    width: 600px;
    height: 400px;
}

.photosNum {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 11;
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
}

.detailInfo {
    float: right;
    width: 560px;
    height: 400px;
    background: url(./detailTitbj.png) 0 20px no-repeat;
    background-size: 100% auto;
    margin-bottom: 30px;
    overflow: hidden;
}

.detailInfo .title {
    font-size: 30px;
    color: #1D111F;
    border-left: 4px solid #1D111F;
    border-right: 4px solid #1D111F;
    padding: 0 6px;
    display: inline-block;
    background: white;
}

.detailInfo .title span {
    padding: 0 14px;
    display: inline-block;
    border-left: 2px solid #1D111F;
    border-right: 2px solid #1D111F;
}
.detailInfo .info{
    padding: 20px 26px 0;
}
.detailInfo .info .infoTit {
    font-size: 24px;
    line-height: 30px;
    color: #cc9b54;
    background: #f9f9f9;
    padding: 20px 14px 40px;
}
.detailInfo .info .infoText{
    background: #f9f9f9;
    padding: 0px 20px 10px;
    color: #525252;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    height: 234px;
    overflow-y: scroll;
}
.imgwindow{
    background: #f3f3f3;
    padding: 14px;
    overflow: hidden;
    clear: both;
    width: 1186px;
    margin-bottom: 30px;
}
.detailimgs{
    width: 1186px;
    overflow: hidden;
}
.detailimgs ul{
    height: 260px;
    overflow: hidden;
    min-width: 1186px;
}
.detailimgs ul li{
    display: block;
	float:left;
    height: 260px;
    width: auto;
    margin-right: 14px;
}
.detailimgs ul li img{
    display: block;
    height: 260px;
}


.content {
    overflow: hidden;
    position: relative;
}

.iw_wrapper {
    /* width: 200%; */
    margin: 0 auto;
}

ul.iw_thumbs {
    /* float: left; */
    padding: 35px 15px;
    overflow: hidden;
    margin: 0 auto;
}

ul.iw_thumbs li {
    float: left;
    transition: all 0.3s;
    margin: 5px 26px;
    margin: 5px 10px;
    /* border:6px solid #01003b; */
    position: relative;
}

ul.iw_thumbs li img {
    /* border:6px solid #fff; */
    cursor: pointer;
    position: relative;
    /* -moz-box-shadow:1px 1px 1px #aaa;
	-webkit-box-shadow:1px 1px 1px #aaa;
	box-shadow:1px 1px 1px #aaa; */
}

ul.iw_thumbs li.liTransverse {
    height: 200px;
    /* width: 260px; */
    width: 220px;
    margin-top: 40px;

}

ul.iw_thumbsa li.liTransverse {
    margin-top: 80px;
}

ul.iw_thumbs li.liTransverse .ImgBox {
    display: block;
    width: auto;
    height: 170px;
    position: absolute;
    /* top: 10px;
    right: 20px; */
    top: 10px;
    right: 50px;
    bottom: 10px;
    left: 20px;
    z-index: 90;
	overflow:hidden;
}

ul.iw_thumbs li.liTransverse .ImgBox .imgSy {
    position: absolute;
    z-index: 92;
    /* right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px; */
    right: 0px;
    bottom: 30px;
    width: 20px;
    height: 20px;
    display: block;
    /* opacity: .3; */
     opacity: 0;
}

ul.iw_thumbs li.liTransverse img.transverse-img {
    width: auto;
    /* height: 170px; */
    height: 120px;
}

ul.iw_thumbs li img.transverse {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    /* height: 200px; */
    height: 142px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 1);
}


ul.iw_thumbs li.liPortrait {
    height: 304px;
    width: 240px;
    margin: 5px 55px;
}

ul.iw_thumbs li.liPortrait .ImgBox {
    display: block;
    width: 214px;
    /* height: 278px; */
    height: 213px;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 90;
    overflow: hidden;
}

ul.iw_thumbs li.liPortrait .ImgBox .imgSy {
    position: absolute;
    z-index: 92;
    /* right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px; */
    right: 62px;
    bottom: 15px;
    width: 20px;
    height: 20px;
    display: block;
    opacity: .3;
}

ul.iw_thumbs li.liPortrait img.portrait-img {
    /* width: 214px; */
    width: 155px;
}

ul.iw_thumbs li img.portrait {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 304px;
    height: 232px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 1);
}
