/*reset*/
body {margin:0; padding:0; font-size:12px ; color:#323232; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji","Microsoft YaHei",tahoma,arial,"\5B8B\4F53"; font-weight:normal!important; background-color: #F5F5F5;padding-top: 3.5rem;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0;}   
table,td,tr,th{font-size:12px;}
li{list-style-type:none;}
img{vertical-align:top;border:0;}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6 {font-size:14px;}
address,code,em,th,s,i{font-weight:normal; font-style:normal;}
s{color:#909090; margin:0 10px; text-decoration:none;}
a{text-decoration: none!important;}
.img-fluid{max-width: 100%;height: auto;}
/*form*/
label input{vertical-align:middle; margin-right:3px;}
label{cursor:pointer;}
textarea{resize:none;font-size:12px;}
:focus {outline: 0;}
select{padding:4px 5px;border:1px solid #cbcbcb; border-radius:2px; margin-right:3px;}

:root{
    --primary-color: #2999fd;
    --hover-color: #2999fb;
    --es-fs-color: rgb(127, 140, 141);;
}

/*font-size*/
.fB{font-weight:bold;}
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:16px;}

/*float*/
.clearfix:after{content:"."; display:block; height:0; clear:both;visibility:hidden;}
* html .clearfix { height: 1%;}

/*scrollbar*/
::-webkit-scrollbar{width:3px;height:6px;}
::-webkit-scrollbar-button:vertical{display:none;}
::-webkit-scrollbar-track:vertical{background-color:black;}
::-webkit-scrollbar-track-piece{background-color:#4385F5;}
::-webkit-scrollbar-thumb:vertical{margin-right:6px; background-color:#bbb;}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#aaa;}
::-webkit-scrollbar-corner:vertical{background-color:#535353;}
/*placeholder*/
::-webkit-input-placeholder { /* WebKit browsers */
  color: #aaa;font-size: 14px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #aaa; font-size: 14px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #aaa; font-size: 14px;
}

/* 全局滚动条平滑效果 */
html {
    scroll-behavior: smooth;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    /* 适用于Firefox */
    scrollbar-width: thin;
}

/*display*/
.hide{display:none;}
.block{display:block;}

/*a*/
a {color:#323232; text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {color:#4385F5; transition: all 0.5s;}
a:active {color:#4385F5;}

/*省略行数*/
.text-overflow-1,.text-overflow-2,.text-overflow-3,.text-overflow-4,.text-overflow-5{display: -webkit-box !important;
 overflow: hidden;
 text-overflow: ellipsis;
 word-break: break-all;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 1;
}
.text-overflow-2{-webkit-line-clamp: 2;}
.text-overflow-3{-webkit-line-clamp: 3;}
.text-overflow-4{-webkit-line-clamp: 4;}
.text-overflow-5{-webkit-line-clamp: 4;}

.nav-item a{
    color: #323232;
}
.nav-item a.active{
    color: var(--hover-color) !important;
}

/*----------------导航-----------------*/


/*----------------右侧悬浮-----------------*/
.right-btn {
    background-color: #2999fb;
    border-radius: 10px;
    padding: 10px 0;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .4);
    position: fixed;
    bottom: 191px;
    right: 20px;
    z-index: 9;
}
.btn_img {
    height: 38px;
}

.btn_img img {
    width: 25px;
    height: 26px;
}

.btn-title {
    margin-top: -10px;
    font-size: 10px;
    color: #fff;
}

.right-btn-item{
    padding: 10px;
    cursor: pointer;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.er-phone{
    align-items: center;
    margin-top: 8px;
    color: #fff;
    font-size: 14px
}

.right-btn-item:hover {
    background-color: #2986e4
}

.er-sty {
    width: 180px;
    height: 190px;
    position: absolute;
    border-radius: 10px;
    right: 100px;
    bottom: 10px;
    background-color: #2999fb;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .4);
    text-align: center;
    display: none;
}

.er-sty:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 80px;
    width: 0;
    height: 0;
    border-bottom: 13px solid transparent;
    border-left: 26px solid #2999fb;
    border-top: 13px solid transparent
}
.qrcode{
    margin-top: 20px;
}

/*----------------页脚-----------------*/

.footer {
    min-height: 228px;
    width: 100%;
    position: relative;
    background: url('/static/home/images/footer.jpg') no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
}
.footer, .footer a{
    color: white;
    text-decoration: none;
}

.slogans {
    font-size: 1rem;
    margin-bottom: 15px;
    line-height: 1.5;
}

.copyright {
    opacity: 0.8;
    line-height: 1.4;
}
.copyright a{
    color: #fff;
    margin-left: 20px;
}
/* 小屏手机（<576px）：左右仅少量留白 */
@media (max-width: 575.98px) {
    .contact-info{
        margin-top: 1rem;
    }
    .contact-item{
        margin-bottom: 0.5rem;
        font-size: 0.9rem;
    }
    .qr-label{
        margin-top: 0.3rem;
        font-size: 0.9rem;
    }
    .slogans,.copyright,.contact-info,.qrcode-div{
        text-align: center;
    }
    .slogans{
        font-size: 0.9rem;
        margin-top: 1rem;
    }
    .copyright{
        margin-bottom: 1rem;
    }
}
@media (max-width: 991px) {
    .registration span{display: block; margin-bottom: 0.5rem; font-size: 0.8rem}
}
@media (min-width: 992px) {
    .navbar{ box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .1); }
    .contact-item{
        margin-bottom: 0.5rem;
        font-size: 0.9rem;
    }
    .contact-item span{
        display: inline-block;
        width: 60px;
        text-align: right;
    }
    .qr-label{
        font-size: 0.8rem;
    }
    .registration{
        font-size: 0.8rem;
    }
    .nav-item a:hover{
        color: var(--hover-color);
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .dropdown-toggle:focus {
        outline: none;
        box-shadow: none;
    }
    .dropdown-menu {
        margin-top: 0;
    }
}

/*----------------分页-----------------*/
.pagebox{width:100%; text-align:center; font-size:14px;}
.pagebox a,.pagebox span{min-width:16px; height:33px; line-height:33px;  margin:0 4px; padding:0 10px; color:#333; border-radius:1px; text-align:center; border:1px solid #ddd; background-color:#fff; display:inline-block;}
.pagebox a:hover,.pagebox span{background-color:#d79c00; color:#fff; border:1px solid #d79c00;}
.data-none{padding:30px 0; text-align: center; color:#999;}
/*----------------动画---------------*/
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn{
  0% {
		opacity: 0;
	}
  100% {
		opacity: 1;
	}
}
@keyframes fadeIn{
  0% {
		opacity: 0;
	}
  100% {
		opacity: 1;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
  100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
  0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
  100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
   -webkit-animation-name: fadeInDown;
   animation-name: fadeInDown;
   -webkit-animation-duration: .8s;
   animation-duration: .8s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
}

/* 通用动画元素样式 - 添加此class的元素会触发动画 */
.scroll-animate-element {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-animate-element.animate {
    opacity: 1;
    transform: translateY(0);
}
/* 右侧悬浮 */
.right-btn {
    background-color: #2999fb;
    border-radius: 10px;
    padding: 10px 0;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .4);
    position: fixed;
    bottom: 191px;
    right: 20px;
    z-index: 9;
}
.btn_img {
    height: 38px;
}

.btn_img img {
    width: 25px;
    height: 26px;
}

.btn-title {
    margin-top: -10px;
    font-size: 10px;
    color: #fff;
}

.right-btn-item{
    padding: 10px;
    cursor: pointer;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.er-phone{
    align-items: center;
    margin-top: 8px;
    color: #fff;
    font-size: 14px
}

.right-btn-item:hover {
    background-color: #2986e4
}

.er-sty {
    width: 180px;
    height: 190px;
    position: absolute;
    border-radius: 10px;
    right: 100px;
    bottom: 10px;
    background-color: #2999fb;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .4);
    text-align: center;
    display: none;
}

.er-sty:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 80px;
    width: 0;
    height: 0;
    border-bottom: 13px solid transparent;
    border-left: 26px solid #2999fb;
    border-top: 13px solid transparent
}
.qrcode{
    margin-top: 20px;
}
.police_record_icon{
    width: 16px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}