

/*  common */
.container{width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:100%}

  
.sme-topbar{width:100%;height:44px;background-color:#f5f6fa}
.sme-topbar .welcome{color:#333;font-size:14px}
.sme-topbar .top-info{display:flex;align-items:center;gap:20px}
.sme-topbar .iconfont{margin-right:5px;font-size:14px;vertical-align:middle}
.sme-topbar .phone{font-size:14px;color:#333;display:flex;align-items:center}
.sme-topbar .phone .icon{width:14px;height:14px;margin-right:5px}
.sme-topbar .phone .iconfont{color:#666}
.sme-topbar .quick-links{display:flex;align-items:center;gap:15px}
.sme-topbar .quick-links a{text-decoration:none;color:#333;font-size:14px;display:flex;align-items:center}
.sme-topbar .quick-links a:hover{color:#0066cc}
.sme-topbar .quick-links a:not(:last-child)::after{content:"|";margin-left:15px;color:#ddd}
.sme-topbar .quick-links .icon{width:14px;height:14px;margin-right:5px}
.sme-topbar .quick-links .iconfont{font-size:14px}

 

.sme-header{background-color:#e7eef7;padding:20px 0}
.sme-header .container{display:flex;justify-content:space-between;align-items:center}
.sme-header .logo{display:flex;align-items:center;gap:15px}
.sme-header .logo img{width:500px;}
.logo-img {width:60px;height:60px;margin-top:-6px;float:left}
.logo-img img{width:60px !important;height:60px !important;}
.sme-header .logo-text h1{font-size:24px;color:#333;margin-bottom:5px}
.sme-header .logo-text p{font-size:14px;color:#666}
.sme-header .search{display:flex;align-items:center}
.sme-header .search input{width:300px;height:40px;border:2px solid #fff;border-right:none;padding:0 15px;font-size:14px;outline:none;border-radius:4px}
.sme-header .search-btn{width:90px;height:40px;background-color:#4169e1;border:none;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px;border-top-right-radius:6px;border-bottom-right-radius:6px;margin-left:-10px}
.sme-header .search-btn .icon{width:16px;height:16px}
.sme-header .search-btn:hover{background-color:#3157d1}

.sme-banner{text-align:center;height:260px;width:100%; }
.sme-banner img{height:260px !important; }


.sme-nav {background-color:#005bff;width:100%;height:50px;overflow:hidden}
.sme-nav .nav{height:50px;display:flex;align-items:center}
.sme-nav .category-menu{position:relative;width:230px;z-index:100}
.sme-nav .category-btn{height:50px;background-color:#0052e8;color:#fff;display:flex;align-items:center;justify-content:center;padding:0 20px;cursor:pointer}
.sme-nav .category-btn span{font-size:16px;font-size:18px;font-weight:bold}
.sme-nav .category-btn .icon{width:16px;height:16px}
.sme-nav .category-dropdown{position:absolute;top:50px;left:0;width:100%;background-color:#74a1ff}
.sme-nav .category-dropdown ul{list-style:none}
.sme-nav .category-dropdown li{height:50px;line-height:50px;padding:0 20px;border-bottom:0px solid rgba(255,255,255,0.2);display:flex;align-items:center;justify-content:space-between;padding-left:60px}
.sme-nav .category-dropdown li:hover{background-color:#5b91ff}
.sme-nav .category-dropdown a{color:#fff;text-decoration:none;font-size:16px}
.sme-nav .category-dropdown li::after{content:"";width:6px;height:6px;border-top:2px solid #fff;border-right:2px solid #fff;transform:rotate(45deg);margin-right:20px}
.sme-nav .nav-list{display:flex;list-style:none;margin-left:0px;padding-right:-100px}
.sme-nav .nav-list li{padding:0 34px}
.sme-nav .nav-list a{display:block;height:50px;line-height:50px;color:#fff;text-decoration:none;font-size:18px;font-weight:bold}
.sme-nav .nav-list li:hover{background:#bda54f}
.sme-nav .nav-list li.active{background:#e99605}


.sme-nav  .back_home{color:#fff; }
.sme-nav  .back_home:hover{font-weight:bold }



.sme-sites {padding:20px 0;background:#e7eef7}
.sme-sites .sites-title{font-size:24px;color:#333;margin-bottom:30px;text-align:left;width:100%;margin:20px;padding-left:20px}
.sme-sites .sites-list{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:0 20px 20px 20px}
.sme-sites .sites-item{display:block;width:275px;text-decoration:none;border-radius:10px;overflow:hidden;transition:transform 0.3s;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,0.1)}
.sme-sites .sites-image{width:100%;height:100px;overflow:hidden}
.sme-sites .sites-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s}
.sme-sites .sites-name{height:40px;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;background:url("../images/site/title_bg.png") repeat  ;opacity:0.85}
.sme-sites .sites-item:hover{transform:translateY(-5px)}
.sme-sites .sites-item:hover .sites-image img{transform:scale(1.1)}


.sme-link{background:#fff;padding:20px 0}
.sme-link .container{flex-direction:column;align-items:flex-start}
.sme-link .link-title{font-size:20px;color:#333;margin-bottom:20px;padding-left:20px}
.sme-link .link-content{width:100%;display:flex;justify-content:space-between;gap:20px;border-top:1px solid #eee;margin-bottom:10px;padding:20px 10px}
.sme-link .link-item{flex:1}
.sme-link .link-header{height:40px;background:#f5f5f5;border-radius:4px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;cursor:pointer;position:relative}
.sme-link .link-header::after{content:"";width:8px;height:8px;border-right:2px solid #999;border-bottom:2px solid #999;transform:rotate(45deg);margin-top:-4px}
.sme-link .link-header span{font-size:14px;color:#333}

.sme-siteinfo{background:#fff;}
.sme-siteinfo .site-info{width:100%;padding:0 20px 0 20px; }
.sme-siteinfo .info-row{display:flex;justify-content:flex-start;gap:40px;margin-bottom:15px}
.sme-siteinfo .info-row span{font-size:14px;color:#666}





.sme-copyright {background:#e6e6e6;padding:15px 0}
.sme-copyright .copyright-content{display:flex;align-items:center;justify-content:center;gap:15px}
.sme-copyright .police-logo{width:20px;height:20px}
.sme-copyright .copyright-info{display:flex;align-items:center;gap:20px}
.sme-copyright .copyright-info span{font-size:14px;color:#333}

 
 
 

.layui-tab-title li{font-size:18px;line-height:32px;font-weight:bold} 
.layui-tab-brief>.layui-tab-title .layui-this{color:#4169e1;font-weight:bold} 
.layui-tab-brief>.layui-tab-title .more{color:#ccc;float:right;font-weight:normal;font-size:14px;padding-top:10px;} 
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{border-bottom: 2px solid #4169e1;}
 
 
#page{margin:30px 0;font-size:13px;height:30px;line-height:30px;text-align:center}
#page .pageinfo {color:#666;padding:6px 8px;border:1px solid #ddd}
#page .pageinfo strong{font-weight:normal}
#page  a{border:1px solid #ddd;background:#fff;color:#808080;padding:6px 11px;margin-left:5px;border-radius:2px;transition:all 0.2s}
#page  a:hover,#page .curpage{background:#2196f3;color:#fff;text-decoration:none;border:1px solid #2196f3;}
#page .nopage{cursor:not-allowed;}
#page .nopage:hover{background:#fff;color:#808080;border:1px solid #ddd;}

 
.focusBox { position: relative;  overflow: hidden; font: 12px/1.5 ; text-align: left; background: white; }
.focusBox .pic img { display: block; }
.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }
.focusBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 12px; font-weight: bold; text-decoration: none; }
.focusBox .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; }
.focusBox .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.focusBox .num li.on a,.focusBox .num a:hover{ background:#f60;  }

















.sme-header-category{background-color:#fff;padding:20px 0}
.sme-header-category .container{display:flex;justify-content:space-between;align-items:center}
.sme-header-category .logo{display:flex;align-items:center;gap:15px}
.sme-header-category .logo-text h1{font-size:30px;color:#4169e1;margin-bottom:5px;font-weight:600;letter-spacing:6px}
.sme-header-category .logo-text p{font-size:14px;line-height:32px;color:#666}


.select_option .row{position:relative;padding-bottom:15px;border-bottom:1px dashed #dfdfdf;margin-bottom:15px;}
.select_option .row p{float:left;position:absolute;left:0;top:0;font-size:16px;text-align:right;width:70px;line-height:34px}
.select_option .row .xxyu{float:left;position:absolute;left:0;top:0;font-size:16px;text-align:right;width:102px !important;}
.select_option .rz .row p{width:140px;}
.select_option .row ul{float:left;margin-left:90px;display:flex;flex-wrap:wrap;}
.select_option .row .uly{float:left;margin-left:120px !important;display:flex;flex-wrap:wrap;}
.select_option .rz .row ul{margin-left:160px;}
.select_option .row ul li{/* width:100px;*/ text-align:left;box-sizing:border-box;line-height:24px}
.select_option .rz .row ul li{width:140px;}
.select_option .cloud .row ul li{margin:0 5px;}
.select_option .row ul li a{display:inline-block;padding:3px 10px;border-radius:3px;}
.select_option .row ul li.on a{background-color:#007aff;color:#fff;}
.select_option .search{display:flex;}
.select_option .search p{font-size:16px;margin-right:40px;}
.select_option .search input{font-size:16px;border-radius:3px;}
.select_option .search input[type="text"]{border:1px solid #dfdfdf;padding:5px;margin-right:20px;}
.select_option .search input[type="button"]{padding:5px 15px;background-color:#007aff;color:#fff;}
.select_option .checkbox ul li{/* width:120px;*/}
.select_option .checkbox ul li label{margin-left:5px;}
.select_option .switch{display:none;}
.select_option .switchBtn{background-color:#0e6cec;color:#fff;padding:6px 25px;width:83px;border-radius:0 0 5px 5px;margin:0 auto;cursor:pointer;}