*{margin: 0;padding: 0;outline: none;}
body{font-family: "Microsoft Yahei";color: #fff;font-size: 12px;margin: 0px;overflow: hidden;}
#loaderdiv{position: fixed;left: 0px;top: 0px;height: 100%;width: 100%;text-align:center;}
.graph{width: 200px;border: 1px solid #C75211;height: 5px;position:fixed;left:50%;top:50%;margin-left:-100px;margin-top:-2.5px;}
#bar{display: block;background: #e57233;float: left;height: 100%;text-align: center;font-family: Verdana;line-height: 25px;color: #000;}

fieldset,img{border: 0;}
a{text-decoration: none;}
ul,ol{list-style: none;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
input,select,textarea{outline: none;border: none;background: none;}
select,input{vertical-align: middle;}
table{border-collapse: collapse;border-spacing: 0;}
caption,th{text-align: left;}
sup,sub{font-size: 100%;vertical-align: baseline;}
i{font-style: normal;}

.allcenter{width: 1500px;margin-left: auto;margin-right: auto;}
.clearfix{*zoom: 1;}
.clearfix:after{content: '';display: table;clear: both;}

.imglist{overflow: hidden;}
.imglist li{float: left;margin: 20px 0 0 30px;}
.imglist li a{}
.imglist li .imgstyle{width: 270px;height: 270px;overflow: hidden;}
.imglist li .imgstyle img{width:100%;height:100%;transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);} 
.imglist li p{font-size:14px;text-align: center;color: #4a4a4a;line-height: 35px;width: 270px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
 
.imglist li:hover .imgstyle img{transform: scale(1.1,1.1);}




/*@font-face {*/
/*  font-family: "Fangzheng Kai Ti";*/
/*  src: url("../fonts/Fangzheng Kai Ti.ttf");*/
/*}*/
.title{
    position: fixed;
    left: 2.5%;
    top: 10%;
    color: #fff;
    font-size: 30px;
    writing-mode: vertical-rl; /* 垂直方向从右到左 */
    letter-spacing: 8px;
    font-weight: lighter;
    font-family: "楷体", Kai, serif;
}
.description{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: none;
    font-family: "楷体", Kai, serif;
}
.description .text{
    position: absolute;
    left: 8%;
    top: 12%;
    z-index: 9;
    color: #fff;
    width: 30%;
    line-height: 2;
}
.description h4{
    margin: 0;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 14px;
}
.description h2{
    margin-bottom: 14px;
}
.description .close{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    box-sizing: border-box;
    background: rgba(0,0,0,.3);
    transition: all .3s;
    cursor: pointer;
    z-index: 10;
}
.description .close::after{
    content: 'x';
    font-size: 30px;
    font-weight: lighter;
    line-height: 60px;
    transform: scale(1.4, 1);
    color: rgba(255,255,255,.5);
    transition: all .3s;
}
.description .close:hover{
    background: rgba(0,0,0,.5);
}
.description .close:hover::after{
    color: #fff;
}
.folder_right{
    position: fixed;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
}
.folder_right ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.folder_right ul li{
    margin-bottom: 2px;
    width: 66px;
    cursor: pointer;
}
.folder_right ul li img{
    width: 100%;
    display: block;
}
.folder_right ul li img:last-child{
    display: none;
}
.folder_right ul li:hover img:first-child{
    display: none;
}
.folder_right ul li:hover img:last-child{
    display: block;
}
@media (max-width: 991px) {
    .title{
        left: 5%;
        top: 5%;
        font-size: 18px;
    }
    .folder_right ul li{
        width:40px;
    }
    .description .text{
        left: 15%;
        top: 5%;
        width: 80%;
    }
    .description .close{
        width: 40px;
        height: 40px;
        padding-bottom: 6px;
    }
    .description .close::after{
        font-size: 20px;
        line-height: 40px;
    }
}
        
        