@font-face {
    font-family: bjfu;
    src: url(./BFU-Regular.ttf);
}

*{
    margin: 0;
    padding: 0;
}

header{
    align-items: center;
    text-align: center;
    width: 100%;
    height: 226px;
    min-width: 1400px;
    background-color: #006334;
}
header img{
    width: 1500px;
}

.container{
    width: 1500px;
    height: 6100px;
    margin: 30px auto;
}
.container1{
    width: 1500px;
    height: 4700px;
    margin: 30px auto;
}
.container2{
    width: 1500px;
    height: 4700px;
    margin: 30px auto;
}
.container3{
    width: 1500px;
    height: 12000px;
    margin: 30px auto;
}
.container4{
    width: 1500px;
    height: 6700px;
    margin: 30px auto;
}
.container5{
    width: 1500px;
    height: 1000px;
    margin: 30px auto;
}

.container6{
    width: 1500px;
    height: 6500px;
    margin: 30px auto;
}

.container7{
    width: 1500px;
    height: 5900px;
    margin: 30px auto;
}

.catlogue{
    position: sticky;
    top: 90px;
    float: left;
    clear: left;
    width: 240px;
    /* background-color: #295d45; */
    background-image: linear-gradient(to right,rgb(0,99,52),rgb(63,141,94));
    padding: 0 40px;
    margin: 0 20px 0 00px;;
    color: white;
    text-align: center;
}
.catlogue h1{
    font-family: ����;
    line-height: 30px;
    padding-top: 30px;
    font-weight: 500;
    font-size: 25pt;
    text-align: right;
}
.catlogue h2{
    font-family: bjfu;
    font-size: 23pt;
    opacity: 45%;
    font-weight: 100;
    letter-spacing: 3px;
    padding-bottom: 20px;
}
.catcont{
    max-height: 690px;
    overflow:auto;
}
::-webkit-scrollbar{
    width: 10px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.2);
}
::-webkit-scrollbar-thumb{
    background-color: rgba(255,255,255,0.6);
    border-radius: 8px;
    margin-right: 2px;
}

.catcont{
    border-top: rgba(255,255,255,0.5) 1px solid;
    padding-bottom: 40px;
}

.catcont li{
    text-align: left;
    font-size: 14pt;
    padding-bottom: 5px;
    margin: 25px 30px 0px 0px;
    list-style-type: none;
}
.catcont a{
    margin: 30px 0 0 0;
    text-decoration: none;
}
.catlogue a:link,.catlogue a:visited{
    color:white;
}
.catcont a:hover,.catcont a:active{
    color: #ffc600;
    text-align: left;
    font-size: 14pt;
}
.links{
    height: 62px;
    margin-top: 20px;
    position: sticky;
    top: 30px;
    float: left;
}
.links p{
    font-size: 20pt;
    /* margin-top: 30px;
    margin-left: 30px; */
    font-weight: 500;
}
.links a:link,.links a:visited{
    color:#006334;
}
.links img{
    width: 40px;
    float: left;
    margin-right: 10px;
}
.index{
    height: 100%;
    width: 146px;
    position: relative;
    float: left;
}
.download{
    height: 100%;
    width: 146px;
    position: relative;
    float: left;
    margin-left: 70px;
}

.content{
    position: relative;
    float: left;
    width: 1160px;
}
#outerbig{
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.7);
    z-index:2;
    width:100%;
    height:100%;
    display:none;
}
#innerbig{
    position:absolute;
}
#bigimg{
    border:5px solid #fff;
}
.logo img{
    width: 350px;
    margin-bottom: 20px;
}
.detail{
    width: 100%;
    /* border: black solid 1px; */
}
.maxwidth:hover::before{
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 670px;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.05);
    pointer-events: none;
}

@font-face {
    font-family: layui-icon;
    src: url(../layui/font/iconfont.eot?v=256);
    src: url(../layui/font/iconfont.eot?v=256#iefix) format('embedded-opentype'), url(../layui/font/iconfont.woff2?v=256) format('woff2'), url(../layui/font/iconfont.woff?v=256) format('woff'), url(../layui/font/iconfont.ttf?v=256) format('truetype'), url(../layui/font/iconfont.svg?v=256#layui-icon) format('svg')
}

.maxwidth:hover::after{
    font-family: layui-icon !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e622";
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #FFF;
    border-radius: 30px;
    box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 50%);
    position: absolute;
    font-size: 40px;
    color: #666;
    right: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}
.perwidth,.perwidth img{
    width: 80%;
    align-items: center;
    text-align: center;
    margin-left: 80px;
    margin-bottom: 20px;
}
.maxwidth,.maxwidth img{
    width: 100%;
    position: relative;
}

#donwdef{
    border-top: #006334 solid 2px;
}
#donwdef1{
    margin-left: 60px;
}
.downcont{
    width: 100%;
    clear: left;
    padding-top: 20px;
}
.downlist{
    margin-bottom: 20px;
    width: 70%;
    background-color: #c0dbc0c5;
    height: 50px;
}
#downicon{
    padding: 50px 0;
}
#downicon p{
    color: #006334;
    font-family: ����;
    font-size: 20pt;
    letter-spacing: 4px;
    float: left;
    line-height: 2em;
    margin-left: 20px;
}
#downicon img{
    width: 60px;
    float: left;
    transform: rotate(270deg);
}
.downlist img{
    max-height: 100%;
    float: left;
}
.downlist a{
    text-decoration: none;
    line-height: 50px;
    margin-left: 60px;
    font-size: 16pt;
}
.downlist a:link,.downlist a:visited{
    color: #006334;
}

footer{
    background-color: #135a34;
    height: 180px;
    min-width: 1500px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.foottext{
    padding-top: 50px;
}
.foottext p{
    color: white;
    line-height: 30px;
    letter-spacing: 5px;
    font-size: 12pt;
}
.foottext p a{
    text-decoration: none;
}
.foottext p a:visited,.foottext a:link{
    text-decoration: none;
    color: white;
}
