/*
Theme Name:LongFeng
Theme URI: https://www.net.cn
Author: ME
Author URI: https://www.net.cn
Version: 1.1.0
*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;outline:0;border:0;background:0 0;vertical-align:baseline;font-size:100%}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html{font-size:10px;-webkit-tap-highlight-color:transparent}
body { /* IOS禁止微信调整字体大小 */
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}
body{background: #36414d;color:#333;font-size:14px;font-family:"Microsoft Yahei",Helvetica,Arial,sans-serif;line-height:1.42857143}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
nav ul{list-style:none}
li{list-style:none}
button,input,select,textarea{outline:0}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:none}
a{margin:0;padding:0;background:0 0;color:#666;vertical-align:baseline;text-decoration:none;font-size:100%;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
a:focus,a:hover{color:#61b3e6;text-decoration:none;cursor:pointer}
img{vertical-align:middle;margin:0;padding:0;height:auto;max-width:100%}
ins{background-color:#ff9;color:#323841;text-decoration:none}
mark{background-color:#ff9;color:#323841;font-weight:700;font-style:italic}
.aligncenter{clear:both;display:block;margin-right:auto;margin-left:auto}
table{margin-bottom:18px;width:100%;border: solid 5px #e0be52;background: #e0be52;}
table th{background-color:#f9f9f9;text-align:center}
table td,table th{padding: 15px 10px;border-right: solid 1px #e0be52;border-bottom: solid 1px #e0be52;text-align: center;}
table tr{background-image:url(images/icon3.png);background-repeat: no-repeat;background-size:cover;}

.main{padding-bottom:40px;}
.inner{width:100%;max-width: 1280px;margin:0 auto;}

.menu.fixed{position:fixed;top:0;left:0;width:100%;z-index:1000;animation:slideDown .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.15);background: #ffffffab;}
.menu.fixed .nav{margin-top:0;margin-bottom:0px;padding:10px 0;}
.nav{overflow:hidden;margin-top: 20px;margin-bottom:20px;}
.nav ul{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-items:center;gap: 15px;min-height: 50px;}
.nav a{text-decoration:none;text-indent: -999em;padding: 15px 20px;width: auto;display: block;}
.nav li{text-align:center;}
.a a{background-image:url(images/A.png);background-repeat: no-repeat;background-size: 200px;}
.b a{background-image:url(images/B.png);background-repeat: no-repeat;background-size:200px;}
.c a{background-image:url(images/C.png);background-repeat: no-repeat;background-size:200px;}
.d a{background-image:url(images/D.png);background-repeat: no-repeat;background-size:200px;}
.s a{background-image:url(images/S.png);background-repeat: no-repeat;background-size:200px;}
.av a{background-image:url(images/AV.png);background-repeat: no-repeat;background-size:200px;}

.item-img{margin-top:20px;margin-bottom:20px;text-align: center;}
.item-img img{text-align: center;}
.item-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap: 15px;}
.list{background-image:url(images/phbk.png);background-repeat: no-repeat;background-size:cover;padding:5px;overflow: hidden;background-position: center center;text-align: center;}
.list h2{font-size:12px;font-weight:400;margin:5px 0;color:#000;}
.list span{font-size:12px;display:block;color:#000;}
.list span:last-child{margin-bottom:10px;}

.post{width:100%;max-width:855px;margin:20px auto 0;}
.post img{width:100%;height:auto;margin-bottom:30px;}
.post hr{margin:20px 0;}

.carousel-container{padding: 0;position:relative}
.carousel-title{text-align:center;margin-bottom:20px;color:#333;font-size:1.5rem}
.carousel{display:flex;overflow:hidden;position:relative;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.1)}
.slides{display:flex;transition:transform .5s ease-in-out;width:100%}
.slide{flex:0 0 33.333%;padding:10px;cursor:pointer;transition:transform .3s ease}
.slide:hover{transform:scale(1.03)}
.slide img{width:100%;height: auto;object-fit:cover;border-radius:8px;box-shadow:0 3px 10px rgba(0,0,0,.1);margin-bottom: 0;}
.arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);width:50px;height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 5px 15px rgba(0,0,0,.1)}
.arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1)}
.arrow-left{left:10px}
.arrow-right{right:10px}
.arrow svg{width:24px;height:24px;fill:#2575fc}
.dots{display: none;justify-content:center;padding:20px}
.dot{width:12px;height:12px;border-radius:50%;background:#ccc;margin:0 8px;cursor:pointer;transition:all .3s ease}
.dot.active{background:#2575fc;transform:scale(1.2)}
.dot:hover{background:#6a11cb}
.lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:1000;justify-content:center;align-items:center}
.lightbox.active{display:flex}
.lightbox-content{position:relative;max-width:90%;max-height:90%;display:flex;justify-content:center;align-items:center}
.lightbox-img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px;box-shadow:0 5px 25px rgba(0,0,0,.5)}
.lightbox-close{position:absolute;top:-40px;right:0;background:0 0;border:none;color:#fff;font-size:36px;cursor:pointer;transition:transform .3s ease}
.lightbox-close:hover{transform:scale(1.2)}
.lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.2);width:60px;height:60px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease}
.lightbox-arrow:hover{background:rgba(255,255,255,.3);transform:translateY(-50%) scale(1.1)}
.lightbox-arrow-left{left:20px}
.lightbox-arrow-right{right:20px}
.lightbox-arrow svg{width:30px;height:30px;fill:#fff}
.lightbox-counter{position:absolute;bottom:-40px;left:0;right:0;text-align:center;color:#fff;font-size:1.2rem}
.footer{text-align:center;padding:15px;color:#666;font-size:.9rem;border-top:1px solid #eee}
@media (max-width:900px){.slide{flex:0 0 50%}
}
@media (max-width:600px){.slide{flex:0 0 100%}
.arrow{width:40px;height:40px}
.arrow svg{width:20px;height:20px}
}




.copyright p{padding:10px 0;text-align: center;font-size:13px;}



@media (max-width:768px){
.nav{display:block;overflow-x:scroll;width:auto;max-width:100%;white-space:nowrap;height: 20px;padding: 0 5px;overflow-y:hidden;margin-bottom:0}
.nav ul{gap: 5px;min-height: 30px;}
.nav a{padding: 0;background-size: 68px 17px;}
.nav li{width: 65px;display: inline-block;padding: 0;}
.item-list{padding:0 5px;gap:5px;}
.menu.fixed .nav{overflow: hidden;padding: 5px 0;height: 35px;}
}