/* admin */
.luminary{padding-top:20px;display:none;}
.luminary #tree_1{width:30%;height:auto !important;}
.luminary #tree_1{overflow-y: auto;scrollbar-width: none;}
.luminary #tree_1::-webkit-scrollbar {
    display: none; /* 对于WebKit浏览器 */
}
.luminary_header{display:flex;height:40px;background:#2890ff;align-items: center;
    justify-content: space-between;color:#fff;padding:0 20px;}
.luminary_header .layui-layer-close1 {
    font-size:20px;color:#fff;
    cursor: pointer;
}
.luminary #tree_1 option{display:inline-block;}
.luminary_select{display:flex;justify-content: space-between;padding-top:30px}
.luminary_table{width:80%;}
.luminary_table table{width:100%;}
.luminary_table thead{background:#edeff1;}
.luminary_table thead th{width:25%;padding:10px 0;color:#888;text-align: center;}
.luminary_table tr{border-bottom:1px solid #eee;}
.luminary_table td{width:25%;padding:20px 0;color:#333;text-align: center;}
.luminary_table td input{border:0; outline: 0;text-align:center}

/* yulan */
ul,p{margin:0;padding:0;}
.couqu{width:90%;margin:30px auto;}
.couqu h2{font-size:20px;color:#333;text-align:center;}
.couqu ul{margin-top:20px;list-style:none;}
.couqu li{margin-bottom:30px;}
.couqu table{border-collapse: collapse;margin-top:20px;width:100%;}
.couqu table td{width:33.3333%;border:1px solid #888;padding:10px;font-size:14px;line-height:1.5;}
.item{display:flex;}
.item label{width:100px;text-align:left;margin-right:6px;}
.xingqing table td{width:20%;}
.xingqing table td:last-of-type{width:60%;}

.ewm{width:200px;}
.ewm img{width:100%;}



/* index */
.header-nav .sub-nav{background:#fff;top:60px;width:170px;padding:10px 0;}
.header-nav .sub-item h4 a{color:#333;font-size:16px;}
header{ background: rgba(0,0,0,0.1);}
header > .commonweb{    display: flex;
    justify-content: space-between;align-items: center;}
.header-nav{width:100%;position:unset;}
.header-nav ul{display: flex;
    justify-content: flex-end;
}
.header-nav ul li{padding:0 20px;}
.litpic{position:relative;width:100%;height:auto;padding-bottom:75%;}
.litpic img{position:absolute;width:100%;height:100%;top:0;left:0;object-fit: cover;}
.honor .litpic img{object-fit: contain;}
.honor li a .news-img{margin:10px;}
.Pledetext p{font-size:15px;line-height:2.0;margin:5px 0;color:#999;}
.about_desc{padding:20px 0;font-size:15px;line-height:2.0;}
.footer-top ul li{padding-right:5%;}

.huanjing ul{margin:0;}
.huanjing li{width:32%;margin-right:2%;margin-bottom:2%;float:left;padding:0;}
.huanjing li:nth-of-type(3n){margin-right:0;}
.logo{margin-top:10px;padding: 0;}
.footer-top ul li.li2 img{width:200px;}

.zhaobiao{display:flex;justify-content: space-between;}
.zb_ul{width:49%;}
.zb_ul .title{font-size:24px;}
.slideTxtBox{background:#fff;box-shadow: 0 0 30px #eee;margin-top:30px;}
.slideTxtBox .hd li{float:left;width:130px;height:40px;line-height:40px;text-align:center;cursor:pointer;font-size:16px;font-weight:bold;}
.slideTxtBox .hd li.on{background:#d82019;color:#fff;}
.slideTxtBox .hd ul{border-bottom:1px solid #d82019;overflow:hidden;}
.slideTxtBox .bd{clear:both;padding:20px;}
.slideTxtBox .bd li{display:flex;height:40px;line-height:40px;overflow: hidden;}
.slideTxtBox .bd li a{flex:1;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.slideTxtBox .bd li a:hover{color:#d82019;}
.slideTxtBox .bd li .date{font-size:14px;color:#999;}

@media only screen and (min-width:1024px) and (max-width: 1280px){
    .header-nav{display:block;}
}


@media only screen and (max-width: 750px){
    .header-nav{background:#fff;padding-top:40px;margin:0;}
    .newscenter-list{margin:30px 0;}
    .huanjing li{width:100%;}
    .sub-item a{font-size:14px;color:#666;}
    .couqu_table{width:100%;overflow-x: auto;}
    .couqu_table ul{width:600px;}
    .logo{margin-top:10px;padding:0;}
    .logo img{height:30px;}
    .header-right{padding:8px 0 0;}
    .zhaobiao{ flex-wrap: wrap;gap:20px;}
    .zb_ul{width:100%;}
    .slideTxtBox .hd li{font-size:14px;}
    header > .commonweb{display:block;}
    .header-nav ul{display:block;}
    .header-nav{width:80%;position:fixed;}
}