html, body{width:100%;height:100%;margin:0;padding:0;background:url('./images/back03.jpg') repeat;}
ul, li, p, input, h1, h2, h3{margin:0;padding:0;list-style:none;}
.wrap{width:100%;height:auto;min-height:950px;padding:0;}
.logosect{width:100%;height:60px;text-align:center;background-color:#fff;padding:10px 0;}
.logosect > img{width:200px;}
.tab_content{padding:0 0 50px 0;}
.bookcase{width:100%;max-width:1000px;min-height:384px;margin:0 auto;padding:0 0 0 0;background:url('./images/bar.png') repeat-y 0 0;}
.bookcase:after{display:block;content:'';clear:both;}
.bookcase > li{float:left;width:calc(100% / 4);text-align:center;padding:69px 0 61px 0;}
.bookcase > li img{width:177px;height:250px;box-shadow:2px 2px 12px rgba(0,0,0,0.3);background:url('./images/noimage.jpg') no-repeat;}
.tabsect{width:100%;height:50px;padding:15px 0 15px 0;background:url('./images/back04.jpg') repeat;}
.tabs{width:100%;max-width:572px;height:50px;margin:0 auto}
.tabs > li{float:left;margin-left:20px;}
.tabs > li:first-child{margin-left:0;}
.tabs > li > a{display:block;width:128px;height:50px;line-height:50px;text-align:center;color:#ffffff;font-weight:bold;text-decoration:none;background-color:#0959a6;border-radius:50px;}
.tabs > li > a > img{vertical-align:middle;}
.tabs > li.active > a{color:#fff;background-color:#91c0ec;}
.info{position:absolute;top:500px;width:1000px;text-align:center}
@media(max-width:999px){
.bookcase{background:url('./images/bar.png') repeat-y 50% 0;}
.logosect{position:static;width:100%;text-align:center;background-color:#f6fcff;padding-top:20px;}
}
@media(max-width:800px){
.bookcase > li{width:calc(100% / 3);text-align:center;}
.titlesect{padding:0;}
.titlesect > li{float:none;text-align:center;}
}
@media(max-width:560px){
.bookcase > li{width:calc(100% / 2);text-align:center;}
.tabsect{height:120px;background:url('./images/back05.jpg') repeat;}
.tabs{height:120px;}
.tabs > li{width:50%;text-align:center;margin:0;padding-bottom:20px;}
.tabs > li > a{display:inline-block;}
}
@media(max-width:374px){
.bookcase > li{width:calc(100% / 1);}
}