html {
    --base-color: #CE0D12;
    --base-color-2: #dc3545;
}

.container{
    max-width: 1360px;
/*    min-width: 1360px;*/
}

a:hover {
    color: var(--base-color-2);
}

.bg-base {
    background-color: var(--base-color);
}

.ovh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.shadow {
    box-shadow: 0 0 0.75rem #b1bbd929;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main {
    background: url(../images/bg1.jpg) bottom center;
    background-size: cover;
}

.top-sub-nav {
    width: 130%;
    min-width: max-content;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    z-index: 3;
    transition: all .3s;
}

.top-sub-nav p {
    border-top: 1px solid #c53f4c;
}

.top-sub-nav a:hover {
    background-color: var(--base-color-2);
}

.top-nav .nav-item:hover .top-sub-nav {
    opacity: 1;
    visibility: visible;
}

.top-nav .nav-item:hover,
.top-nav .act {
    background-color: #af0011;
}

.index-notice,
.index-notice .swiper {
    height: 86px;
}
.index-notice a{
    width: 100%;
    display: inline-block;
}
.index-news-pic {
    height: 360px;
    overflow: hidden;
}

.left-rec .swiper {
    --swiper-theme-color: var(--base-color);
}

.left-rec h5 {
    background-color: rgba(0, 0, 0, .6);
    left: 0;
    bottom: 0;
}

.left-rec .swiper-pagination {
    display: none!important;
    text-align: right;
    padding-right: 9px;
}

.index-news-right-nav {
    border: 1px solid #efefef;
    border-bottom: 0;
    background-color: #fafafa;
}

.index-news-right-content {
    height: calc(100% - 38px);
    border: 1px solid #efefef;
}

.index-news-right-content p a {
    max-width: 356px;
}

.right-nav-li {
    cursor: pointer;
}

.right-nav-li.on {
    background-color: var(--base-color-2);
    color: #fff;
}

.content-box {
    display: none;
}

.content-box.on {
    display: block;
}

.index-news-right-content-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* .line-nav a{border-radius: 9px;overflow: hidden;} */
.line-nav a p {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .8s;
    border-radius: 9px;
    overflow: hidden;
}

.line-nav a:nth-of-type(1) p {
    background-color: rgb(255, 0, 0);
}

.line-nav a:nth-of-type(2) p {
    background-color: rgb(255, 165, 0);
}

.line-nav a:nth-of-type(3) p {
    background-color: rgb(209, 209, 23);
}

.line-nav a:nth-of-type(4) p {
    background-color: rgb(25, 231, 25);
}

.line-nav a:nth-of-type(5) p {
    background-color: rgb(0, 127, 255);
}

.line-nav a:nth-of-type(6) p {
    background-color: rgb(0, 0, 255);
}

.line-nav a:nth-of-type(7) p {
    background-color: rgb(139, 0, 255);
}

.line-nav a p img {
    width: 42px;
}

.line-nav a:hover p {
    transform: rotateY(180deg);
}

.index-advs-1 a {
    height: 150px;
}

.index-news-2-title {
    background: url(../images/titbot.png) left bottom;
    overflow: hidden;
    background-repeat: no-repeat;
}

.index-news-2-content a {
    max-width: 240px;
}

.index-advs-2 a {
    height: 130px;
}

.index-case .img-area {
    height: 250px;
}

/* .left-nav:hover,
.left-nav.act{background-color: #fafafa;} */
.left-nav.act {
    color: var(--base-color-2);
}

.content-box-left dt {
    background-color: var(--base-color);
}

.content-box-right {
    border-top: 3px solid var(--base-color);
}

.page-num,
.page-link {
    color: #333;
}

.page-num-current {
    background-color: var(--base-color);
    border-color: var(--base-color);
    color: #fff;
}

.news-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}
.inner-news:hover .news-date{
    border-color: var(--base-color)!important;
    background-color: var(--base-color);
    color: #fff;
}
.news-img{
    height: 260px;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}
.news-img.pic-lists{
    width: 32.5%;
    height: 175px;
    display: none;
}
.news-img.pic-lists:nth-of-type(1),
.news-img.pic-lists:nth-of-type(2),
.news-img.pic-lists:nth-of-type(3){
    display: inline-block;
}
.news-img img{
    transition: all .3s;
}
.news-img:hover img{
    transform: scale(1.05);
}
.content-box-right .video-li{
    width: 49%;
}
.video-li-video{
    height: 300px;
}

.mebmer-bg{
    width: 100%;
    height: 100vh;
    background: url(../images/memberbg.jpg) center center no-repeat;
    background-size: cover;
}
.form-head{
    border-radius: 10px 10px 0 0;
    background-color: #000;
}
.form-circles p{
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.form-circles p:first-of-type{
    background-color: #f1c85f;
}
.form-circles p:nth-of-type(2){
    background-color: #ea569a;
}
.form-circles p:nth-of-type(3){
    background-color: #6756ea;
}
.form-circles p+p{
    margin-left: 16px;
}

.ucenter .u-info,
.ucenter .u-menu,
.ucenter .u-right{
    background-color: rgba(255, 255, 255, .6);
    border-radius: 9px;
}
.u-headpic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
}
.u-right td{
    vertical-align: middle;
}

.web-menu-btn{
    align-items: center;
    justify-content: flex-end;
}

.web-menu-btn>div{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
}
.web-menu-btn span{
    width: 30px;
    height: 2px;
    background-color: #c00;
    position: relative;
    display: block;
    cursor: pointer;
}
.web-menu-btn span::after,
.web-menu-btn span::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #c00;
    left: 0;
    transition: all .3s;
}
.web-menu-btn span::after{
    top: -10px;
}
.web-menu-btn span::before{
    bottom: -10px;
}
.web-menu-btn span.active{
    background-color: transparent;
}
.web-menu-btn span.active::after,
.web-menu-btn span.active::before{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.web-menu-btn span.active::after{
    transform: rotate(45deg);
}

.web-menu-btn span.active::before{
    transform: rotate(-45deg);
}
.web-menu{
    top: 0;
    left: -100%;
    z-index: 9;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.web-menu.active{
    left: 0;
}
.menu-line{
    height: 3px;
    background-color: #c00;
}

@media screen and (max-width: 768px) {
    .index-news-right-content p a{max-width: 100%;}
}