.fixed-top {
    background: #000000 !important ;
}
#pc-header .navbar{
	background: rgba(0, 0, 0, 0.01);
}
.header-top{
	background-color: #000000 !important;
	color: #fff;
}
.header-top .warning{
	color: #fff !important;
}
.cm_slogan {
    display: inline-block;
    vertical-align: middle;
    
    
    height: 6.5vw !important;
    overflow: hidden;
    font-size: 1.5vw;
    font-weight: 600;
    color: #7e7e87;
    line-height: 6.5vw;
    letter-spacing: -0.51px;
    opacity: 0;
    transition: 3s;
    -webkit-transition: 3s;
}

.cm_slogan.on {
    letter-spacing: -0.5px;
}

.cm_slogan.opacity {
    opacity: 1;
}

.cm_slogan:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 500px;
    background-image: linear-gradient(to right, rgba(15, 15, 16, 1) 0%, rgba(15, 15, 16, 0) 100%);
}

.cm_slogan:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 500px;
    background-image: linear-gradient(to left, rgba(15, 15, 16, 1) 0%, rgba(15, 15, 16, 0) 100%);
}

.cm_slogan mark {
    color: #fff;
	background-color: #000;
}

.cm_slogan .cms_marquee {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    left: 0;
    white-space: nowrap;
    animation: mrqueev1 30s linear infinite;
}

.cm_slogan .cms_marquee.t2 {
    animation-delay: -15s;
}

@keyframes mrqueev1 {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(-100%)
    }
}

.cm_slogan .cms_marquee span {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 2px;
	margin-left: 3%;
}
@media all and (max-width: 1600px) {
	.cm_slogan {
        height: 60px;
        font-size: 18px;
        line-height: 60px;
    }

    .cm_slogan:before {
        width: 450px;
    }

    .cm_slogan:after {
        width: 450px;
    }
}
  

@media all and (max-width: 1400px) {
	.cm_slogan {
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }

    .cm_slogan:before {
        width: 380px;
    }

    .cm_slogan:after {
        width: 380px;
    }

}
@media all and (max-width: 1024px) {
	.cm_slogan {
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }

    .cm_slogan:before {
        width: 250px;
    }

    .cm_slogan:after {
        width: 250px;
    }
}
@media all and (max-width: 560px) {

    .cm_slogan {
        height: 20px;
        font-size: 12px;
        line-height: 20px;
    }

    .cm_slogan:before {
        width: 100px;
    }

    .cm_slogan:after {
        width: 100px;
    }
}
#tj .x4 a{
	display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
#tj img{
	width: 90%;
}
#tj h1{
	padding-top: 5%;
	
	width: 80%;
	font-size: 1vw;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #FFFEFE;
	line-height: 1.5vw;
}
.tj_img{
	width: 100%;
	position: relative;
	width: 100%;
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.tj_zz{
	position: absolute;
	height: 100%;
	width: 0;
	/* transition: all 0.3s ease-in-out; */
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}
#tj .x4 a:hover h1{
	text-decoration:underline
}

.tj_img:hover .tj_zz{
	width: 100% !important; opacity: 1;
}
.tj_img:hover .tj_more{
	max-width: 15vw !important;
	width: 10vw;
}
.tj_more{
	/* display: none; */
	/* width: 10vw; */
	max-width: 0;
	overflow: hidden;
	height: 2.5vw;
	background: #DEDFDC;
	border-radius: 8px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	transition: all 0.3s ease-in-out;
}
.tj_more img{
	width: 17% !important;
}
.tj_more span{
	padding-left: 5%;
	font-size: 0.9vw;
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	color: #010101;
}
.by_time{
	width: 4.5vw;
	height: 15vw;
	border-radius: 5vw;
	background: #282828;
	display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	color: #FFFFFF;transition:transform 0.5s cubic-bezier(.68,-0.55,.27,1.55);
}
.by_time h1{
	font-size: 1.3vw;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	position: relative;
	z-index: 88;
	transform: rotate(90deg);
	width: 15vw;
	text-align: center;
}
.by_time.active,.by_num.active {
	background: linear-gradient(169deg, #B113FF, #FF05E1, #FF6D00, #DEFF2A, #84FFA8);
	color: #000000;
}
.by_time.active{
	transform: translateY(-10%);
}
.by_num.active{
	transform: translateY(-70%);
}
.by_num{
	width: 4.5vw;
	height: 19vw;
	border-radius: 5vw;
	background: #282828;
	display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	color: #FFFFFF;
	position: absolute;
	top: 35%;transition:transform 0.5s cubic-bezier(.68,-0.55,.27,1.55);
	left: 50%;
}
#sort{
	position: relative;
    
	padding-left: 8%;
   
}
.by_num h1{
	font-size: 1.3vw;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	position: relative;
	z-index: 88;
	transform: rotate(90deg);
	width: 15vw;
	text-align: center;
}
.tit_time{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.tit_time h1{
	font-size: 1.1vw;
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	color: #FFFEFE;
	padding-left: 5%;
    padding-right: 11%;
}
.tit_time img{
	width: 5%;
}
.tit_img{
	position: relative;
	padding-top: 5%;
}
#other{
	margin-bottom: 7%;
	padding-bottom: 2%;
	border-bottom:  2px solid #FFFFFF;
    border-width: 80%;
}
.other:last-child {
    border-bottom:  0 solid #FFFFFF !important;
}
#con_info{
	padding: 5%;padding-right: 11%;
}
#con_info h3{
	font-size: 1.5vw;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #FFFEFE;
	line-height: 2vw;
}
#seo{
	display: block;
	padding-top: 5%;
	font-size: 0.8vw;
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	color: #FFFEFE;
	line-height: 1.5vw;
}