.text-blue{
    color: #0061b0;
}
.ellipsis{
    white-space: nowrap; /* 确保文本在一行内显示 */
    overflow: hidden; /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;
}
.bg-blue{
    background: #0061B0;
}
.hidden{
    display: none !important;
}
.cursor{
    cursor: pointer;
}
.menu-nav-li:not(.active):not(.hover):before{
    display: block;
    position: absolute;
    content: '';
    height: 20px;
    width: 2px;
    right: 0;
    background: linear-gradient(to right, #2569BC, #013068);
}
.menu-nav-li.active:hover,.menu-nav-li.hover:hover{
    background: linear-gradient(to bottom, #073D86, #001635);
}
.hover-bold:hover{
    color: #1f64b1 !important;
    font-weight: bold !important;
}
.hover:hover{
    color: #1f64b1 !important;
    font-weight: normal !important;
}
.b-shadow{
    position: relative;
}
.b-shadow:after {
    position: absolute;
    content: '';
    display: block;
    transform: skew(40deg) rotate(2deg);
    width: 70%;
    height: 70%;
    left: 15%;
    bottom: 6%;
    background: #f1f1f1;
    box-shadow: 0 6px 20px rgb(108, 117, 125, .7);
    z-index: -1;
}
.b-shadow:before{
    position: absolute;
    content: '';
    display: block;
    transform: skew(-40deg) rotate(-2deg);
    width: 70%;
    height: 70%;
    left: 15%;
    bottom: 6%;
    background: #f1f1f1;
    box-shadow: 0 8px 20px rgba(108, 117, 125, .7);
    z-index: -1;
}
.url-bg-line:before{
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 40%;
    right: 33.3333%;
    background: linear-gradient(to right, #C2C2C2, #FFFFFF);
}
.url-bg-line:after{
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 40%;
    left: 33.3333%;
    background: linear-gradient(to right, #C2C2C2, #FFFFFF);
}
.img-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-zoom:hover {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}
.bg-cover{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.site-area-cat{
    font-size: 1.4rem;
    cursor: pointer;
}
.site-area-cat.active{
    background: #3888E0;
}
.site-area-cat.active:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 14px solid #3888E0;
    position: absolute;
    right: -14px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.shadow-radius:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 0px;
    background: #7b7474;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0 0 16px 6px #7b7474;
}
.site-nav-cat.active{
    background: #0061B0 !important;
    border-color: #0061b0 !important;
    color: #fff !important;
}
.site-nav-cat.active{
    background: #0061B0 !important;
}
.quality-cut{
    background: #b0b0b0;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}
.quality-cut:hover{
    background: #0061B0;
}
.site-quality-cat.active{
    background: #3888E0;
}
.clear:before{
    display: block;
    content: '';
    clear: both;
}
.client-slide{
    overflow: hidden;
}
.client-li:hover .fade-box{
    display: block !important;
}
.site-about-cat.active{
    background: #3888E0 !important;
    color: #fff !important;
    font-weight: bold;
}
.site-about-cat.active:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #3888E0;
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.site-news-cat.active{
    color: #000 !important;
    font-weight: bold !important;
    border-bottom: 2px solid #3888E0;
}
a.hover-line:hover{
    text-decoration: underline;
}
ul.list-arrow li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
}
.cat-child{
    display: none;
}
.flex1{
    flex: 1;
}
.cat-last:hover .cat-last-text,.cat-last:hover .cat-last-icon{
    color: #3888E0 !important;
}
.cat-body-row:hover{
    border: 1px solid #1f64b1 !important;
    color: #1f64b1;
}
.news-body-row:hover{
    border: 1px solid #1f64b1 !important;
}
.news-body-row:hover .news-body-title{
    color: #1f64b1;
}
.news-body-row:hover .news-body-btn{
    background: #1f64b1;
    border: 1px solid #1f64b1 !important;
    color: #fff;
}
.about-cat-box>div.active{
    background: #1f64b1;
}
.about-cat-box>div.active a{
    color: #fff !important;
}
.about-cat-box>div.active:after{
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
}
.download-file-row:hover {
    background: #eee;
}
.download-file-nav{
    color:#a8a8a8;
}
.download-file-nav.active{
    color: #666;
    border-bottom:1px solid #003e71;
}
.home-nav-li .nav-li-text{
    color:white;
}
.nav-hover .home-nav-li .nav-li-text{
    color:#000;
}
.site-home-nav.nav-hover{
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.home-nav-right{
    color:white;
}
.nav-hover .home-nav-right{
    color:#000;
}
.nav-right-btn{
    background: #fff;
    color: #000;
    border-radius: 5px;
}
.nav-hover .nav-right-btn{
    background: #000;
    color: #fff;
}
.child-one{
    border-top:1px solid #eee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.site-series-cat .series-cat-li.active{
    border-bottom: 1px solid #000;
    font-weight: bold;
}
.series-cat-li {
    font-size: 1rem;
    color: #000;
}
#foot-kefu-box a:hover{
    color: #fff;
}
