body{
	font-family: AlibabaPuHuiTiR,PingFangSC-Regular,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif !important;
	font-size: 14px;
}
@font-face {
    font-family: AlibabaPuHuiTiR;
    src: url("https://gw.alipayobjects.com/os/bmw-prod/4aec912a-ee2d-4ca9-995d-4f0c5e49e178.ttf")
}
@font-face {
    font-family: AlibabaPuHuiTiM;
    src: url("https://gw.alipayobjects.com/os/bmw-prod/772e04a6-5ebe-430d-8725-c4ab3a34b53a.ttf")
}
@font-face {
    font-family: PingFangSC-Medium;
    src: url("//at.alicdn.com/t/webfont_6u7eiz3v8pq.eot");
    src: url("//at.alicdn.com/t/webfont_6u7eiz3v8pq.eot?#iefix") format("embedded-opentype"),url("//at.alicdn.com/t/webfont_6u7eiz3v8pq.woff2") format("woff2"),url("//at.alicdn.com/t/webfont_6u7eiz3v8pq.woff") format("woff"),url("//at.alicdn.com/t/webfont_6u7eiz3v8pq.ttf") format("truetype"),url("//at.alicdn.com/t/webfont_6u7eiz3v8pq.svg#Alibaba-PuHuiTi-Regular") format("svg");
    font-display: swap
}
.h1, .h2, .h3, h1, h2, h3{
	font-weight: 600;
}
.h4, .h5, .h6, h4, h5, h6{
    font-weight: 400;
}
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a{text-decoration: none;color: inherit;}
i,em{font-style: normal;}
.animated.delay-02s{
	animation-delay: .2s;
}
.animated.delay-04s{
	animation-delay: .4s;
}
.animated.delay-06s{
	animation-delay: .6s;
}
.animated.delay-08s{
	animation-delay: .8s;
}
.animated.delay-12s{
	animation-delay: 1.2s;
}
.animated.delay-14s{
	animation-delay: 1.4s;
}
.animated.delay-16s{
	animation-delay: 1.6s;
}
.animated.delay-18s{
	animation-delay: 1.8s;
}
.color-vi,.nav-menu>li .on,nav .submenu li .on,.place ul li.on a,.article_article .getgood>div.active::before{
	color: #ff6a00;
}
.none{
	display: none !important;
}
.block{
    display: block !important;
}
.no-height{
	height: 0;
	width: 0;
	overflow: hidden;
}
.flex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.max-line-2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.max-line-3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.show-more{
	position: relative;
	display: inline-block;
}
.show-more::after{
	content: "\e628";
	font-family: 'themify';
	line-height: 1;
	display: block;
	position: absolute;
	left: calc(100% + 20px);
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
	opacity: 0;
}
.click-button{
	display: block;
	width: 120px;
	height: 40px;
	border-radius: 5px;
	background-color: #ff6a00;
	color: #fff;
	position: relative;
	padding: 0 40px 0 20px;
	line-height: 40px;
	overflow: hidden;
}
.click-button::before{
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(301deg, #DF4413 0%, #FC772B 100%);
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px;
	z-index: 1;
	transition: all 0.3s ease-out;
}
.click-button i{
    display: block;
	position: inherit;
	z-index: 2;
	transition: all 0.3s ease-out;
}
.click-button::after{
	content: "\e628";
	font-family: 'themify';
	line-height: 1;
	display: block;
	position: absolute;
	z-index: 3;
	right: 13px;
	top: 13px;
	transform: translateX(-10px);
	transition: all 0.3s ease-out;
}
.cover-img,.cover-img-100,.cover-img-56,.cover-img-130,.contain-img{
	position: relative;
	overflow: hidden;
}
.cover-img-130::before{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 130%;
}
.cover-img-100::before{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
.cover-img-56::before{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.cover-img>img,.cover-img-100>img,.cover-img-56>img,.cover-img-130>img{
	display: block;
	position: absolute;
	height: 100%;
	min-width: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all .2s linear;
}
.contain-img>img{
    display: block;
	position: absolute;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all .2s linear;
}
.hand-held{
	display: none;
}
nav{
	background-color: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
}
nav.active{
    height: 100vh;
}
nav .progress{height: 5px;}
nav .nav-box{
	align-items: center;
	gap: 15px;
}
nav.active .nav-box{
	max-height: 100vh;
	overflow-y: auto;
}
.nav-box .info{
	align-items: center;
	font-size: 16px;
	margin-left: auto;
	line-height: 1;
}
.nav-box .info .ti-headphone{
	background: #ff6a00;
	color: #fff;
	font-size: 10px;
	padding: 4px;
	border-radius: 50%;
}
.nav-box .info a{
	display: block;
	padding: 0 10px 0 3px;
}
.nav-box .info .icon-search{
	cursor: pointer;
	position: relative;
	height: 24px;
	width: 24px;
}
.nav-box .info .icon-search::before{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #212529;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 4px;
    box-shadow: 0px 0px 1px 1px rgba(33,37,41,1);
    transition: all .2s linear;
}
.nav-box .info .icon-search::after{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-left: 2px solid rgba(33,37,41,.8);
    position: absolute;
    right: 1px;
    bottom: 5px;
    transform: rotateZ(315deg);
    transition: all .2s linear;
}
.nav-box .info .icon-search.active::before{
    width: 16px;
    height: 16px;
    border: none;
    border-left: 2px solid rgba(33,37,41,.8);
    box-shadow: none;
    border-radius: 0;
    transform: rotateZ(45deg);
    top: 10px;
    left: 10px;
}
.nav-box .info .icon-search.active::after{
    width: 16px;
    height: 16px;
    right: -2px;
    bottom: 8px;
    
}
.nav-box .info .icon-search .button{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.nav-search{
    position: fixed;
    width: 100%;
    left: 0;
    top: 80px;
    background: #f8f9fa;
    border-top: 1px solid #ff6a00;
    font-size: 14px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all .2s linear;
    cursor: auto;
}
.nav-search.active{
    opacity: 1;
    height: 64px;
}
.nav-search .flex{
    justify-content: flex-end;
    display: none;
    padding: 15px 0;
}
.nav-search.active .flex{
    display: flex;
}
.nav-search input{
    border: none;
    padding: 10px;
    border-radius: 3px;
    width: 360px;
}
.nav-search input:focus{
    border: none;
    outline: none;
}
.nav-search select{
    background: #f8f9fa;
}
.nav-search button{
    border: none;
    color: #fff;
    background: #ff6a00;
    border-radius: 3px;
    padding: 0 15px;
    margin-left: 10px;
}
.nav-box .info select{
	border: none;
	outline: 0 none;
	margin-left: 10px;
}
.nav-menu>li>a{
	display: block;
	height: 100%;
	color: #434649;
	font-size: 1rem;
	line-height: 75px;
	position: relative;
}
nav .logo,.nav-menu>li{
	padding: 0 15px;
	height: 75px;
	position: relative;
}
.nav-menu>li>a::before{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ff6a00;
    transition: all .2s linear;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.nav-menu>li.this>a{
    color: #ff6a00;
}
.nav-menu>li.this>a::before{
    width: 100%;
}
nav .logo{
	background: #ff6a00;
	align-items: center;
	z-index: 1000;
}
nav .submenu{
	position: absolute;
	top: 100%;
	opacity: 0;
	pointer-events: none;
	transition: all 0.25s ease-out;
	width: max-content;
	min-width: 150px;
	z-index: 999;
}
nav .type5 .submenu::before,nav .type8 .submenu::before,nav .type32 .submenu::before{
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    position: absolute;
    left: 0;
    top: 1px;
    z-index: -1;
    pointer-events: none;
}
nav .submenu .box{
	background: #fff;
	padding: 30px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
	position: relative;
}
nav .submenu .box a{
    line-height: 30px;
}
nav .full_width .submenu .box{
	padding: 35px 4vmax;
}
nav .full_width .submenu .box ul{
	min-width: 140px;
}
nav .submenu .box *{
	transition: all 0.2s ease-out;
}
nav .submenu ul li:first-child{
	margin-top: 0;
}
nav .full_width .submenu li i{
	display: inline-block;
	font-size: 60%;
	padding: 0 4px;
	color: #fff;
	background: #ff6a00;
	margin-left: 4px;
	vertical-align: super;
	border-radius: 5px 0 5px 0;
	line-height: 14px;
}
nav .full_width .submenu li .new{
	display: inline-block;
	font-size: 60%;
	padding: 0 4px;
	color: #ff6a00;
	background: #ffe9d9;
	margin-left: 4px;
	vertical-align: super;
	border-radius: 5px 0 5px 0;
}
nav .submenu strong{
	font-weight: normal;
	display: block;
	font-size: 1rem;
}
nav .submenu.active{
	pointer-events: all;
	opacity: 1;
	margin-left: 0;
}
nav .submenu h4{
	width: 100%;
	margin-bottom: -15px;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
}
nav .submenu .box>ul:last-child{
	margin-right: auto;
}
nav .menu-button{
	display: none;
}
nav .type5 .submenu .box,nav .type8 .submenu .box{
    padding: 0;
    margin-top: 30px;
    box-shadow: none;
}
nav .type32 .submenu .box{
    box-shadow: none;
    padding: 0 0 35px 0;
    margin-top: 30px;
    gap: calc((100% - 600px) / 6);
}
nav .type32 .submenu .box ul{
    flex: auto;
    min-width: auto;
}
nav .type5 .submenu .box::before,nav .type8 .submenu .box::before,nav .type32 .submenu .box::before{
    content: '';
    display: block;
    width: 100vw;
    height: calc(100% + 60px);
    background: #fff;
    position: absolute;
    z-index: -1;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .2);
}
.type5 .submenu .box>.left{
    flex: 1;
}
.type5 .submenu .box>.right{
    width: 260px;
    background: url('/uploads/allimg/250828/1-250828143520.webp');
    background-size: cover;
    background-position: center;
    padding: 30px;
}
.type5 .submenu .box>.right h5{
    color: #fff;
    margin-bottom: 20px;
    line-height: 1;
}
.type5 .submenu .box>.right a{
    display: block;
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
    background: #fff;
    color: initial;
    border-radius: 2px;
    color: #666;
}
.type5 .submenu .tab_li,.type8 .submenu .box>.tab_li{
    width: max(210px, 15vw);
    position: relative;
    background: #f1f3f5;
	max-width: 240px;
}
.type5 .submenu .tab_li::before,.type8 .submenu .box>.tab_li::before{
    content: '';
    display: block;
    height: calc(100% + 58px);
    width: 50vw;
    background: #f1f3f5;
    position: absolute;
    top: -28px;
    right: 0;
}
.type5 .submenu .tab_li li,.type8 .submenu .box>.tab_li li{
    padding: 8px 20px 8px 45px;
    position: relative;
}
.type5 .submenu .tab_li li.active,.type8 .submenu .box>.tab_li li.active{
    background: #fff;
    color: #ff6a00;
}
.type5 .submenu .tab_li li::before,.type8 .submenu .box>.tab_li li::before{
    content: '';
    font-family: 'themify';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}
.type5 .submenu .tab_li li:nth-child(1)::before{
    content: '\e819';
}
.type5 .submenu .tab_li li:nth-child(2)::before{
    content: '\e82a';
    font-family: 'themify';
}
.type5 .submenu .tab_li li:nth-child(3)::before{
    content: '\e82b';
    font-family: 'themify';
}
.type5 .submenu .tab_li li:nth-child(4)::before{
    content: '\e82c';
    font-family: 'themify';
}
.type5 .submenu .tab_li li:nth-child(5)::before{
    content: '\e82d';
    font-family: 'themify';
}
.type8 .submenu .box>.tab_li li:nth-child(1)::before{
    content: '\e80e';
    font-family: 'themify';
}
.type8 .submenu .box>.tab_li li:nth-child(2)::before{
    content: '\e80f';
    font-family: 'themify';
}
.type8 .submenu .box>.tab_li li:nth-child(3)::before{
    content: '\e82f';
    font-family: 'themify';
}
.type5 .submenu .tab_con{
    display: none;
    padding: 8px 30px;
    height: 100%;
    flex: 1;
}
.type8 .submenu .tab_con{
    display: none;
    height: 100%;
    min-height: 315.25px;
    flex: 1;
    position: relative;
}
.type8 .submenu .tab_con>.flex{
    justify-content: space-between;
}
.type5 .submenu .tab_con h3{
    display: block;
    font-size: 24px;
    width: 100%;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
}
nav .submenu a{
    color: #666;
}
.type5 .submenu .tab_con .list-left,.type8 .submenu .tab_con .list-left,.type5 .submenu .tab_con .list-right,.type8 .submenu .tab_con .list-center{
    flex: 1;
}
.type8 .submenu .tab_con .list-right{
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: -260px;
    z-index: 2;
    background: #fff;
}
.type8 .submenu .list-hot{
    width: 260px;
}
.type5 .submenu .tab_con.active,.type8 .submenu .tab_con.active{
    display: block;
}
.type8 .submenu .tab_con .list-left{
    min-width: calc(50% - 12px);
}
.type8 .submenu .nav-list{
    gap: 1.5rem;
    padding: 3px 30px 0;
}
.type8 .submenu .tab_con .tab_li{
    padding: 0;
    min-width: 100px;
    position: relative;
    background: #f6f7f9;
}
.type8 .submenu .tab_con .tab_li::before{
    content: '';
    display: block;
    width: 100%;
    height: calc(100% + 58px);
    background: #f6f7f9;
    position: absolute;
    left: 0;
    top: -28px;
    z-index: -1;
}
.type8 .submenu .tab_con .tab_li li{
    padding: 8px 20px;
}
.type8 .submenu .tab_con .tab_li .active{
    color: #ff6a00;
    background: #fff;
}
.type5 .submenu .tab_con:nth-child(6) li{
    flex: 1 1 20%;
    padding: 0 12px;
    margin: 0;
    text-align: center;
}
.type5 .submenu .tab_con:nth-child(6) img{
    display: block;
    margin: 0 auto;
    max-height: 60px;
}
.type5 .submenu .tab_con:nth-child(6) span{
    display: block;
    padding-top: 10px;
}
.type1 .submenu li:not(:last-child),.type17 .submenu li:not(:last-child),.type40 .submenu li:not(:last-child){
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 5px;
    overflow: hidden;
}
.type1 .submenu li:not(:last-child)::before,.type17 .submenu li:not(:last-child)::after,.type40 .submenu li:not(:last-child)::after{
    content: '';
    display: block;
    width: 200%;
    height: 1px;
    background: url('/skin/img/inset_line.png') no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    position: absolute;
    left: -80%;
    bottom: 0;
}
.nav-height{
	height: 80px;
}
.place .icon{
	margin-right: 7px;
}
footer{
	background: #1f1f1f;
	color: #c3c3c3;
	background-image: url('/skin/img/dotted-map.png');
	background-size: contain;
	font-size: 16px;
	padding-top: 2.5vmax;
	position: relative;
	z-index: 99989;
}
footer>.container-md{
	padding-bottom: 2.5vmax;
}
footer>.container-md>.row,.news-list-box .row{row-gap: 30px;}
footer a{
	color: #c3c3c3;
}
footer h5::before{
	content: "";
	width: 20px;
	height: 2px;
	background: #ff6a00;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.fixed-side{
	position: fixed;
	bottom: 70px;
	right: 20px;
	z-index: 99990;
}
.fixed-side .flex{
	align-items: center;
	cursor: pointer;
	background: #ff6a00;
	color: #fff;
	border-radius: 20px;
	margin-top: 5px;
	position: relative;
	transition: all 500ms ease;
	width: 34px;
	height: 34px;
	margin-left: auto;
	overflow: hidden;
	border: 1px solid;
}
.fixed-side .flex span{
	line-height: 1;
	position: absolute;
	display: block;
	width: 56px;
	right: 32px;
	top: 9px;
}
.fixed-side .flex .icon{
	position: absolute;
	right: 9px;
	top: 9px;
	font-weight: bold;
}
.fixed-side .flex a{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.quicklink li{
	width: 50%;
	margin-bottom: 10px;
}
.quicklink li a:before{
    content: "";
    width: 10px;
    height: 1px;
    background: #c3c3c3;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    transition: all 500ms ease;
}
.erweima{
	font-size: 12px;
	column-gap: 5%;
}
.erweima>div{
	max-width: 30%;
}
.erweima img{
	display: block;
	width: 100%;
	max-width: 80px;
}
.footer-bar{
	background: #000;
	padding: 20px 0;
}
.footer-bar .flex{
	justify-content: space-between;
}
.typeimg{
	height: 14vmax;
	overflow: hidden;
	min-height: 220px;
	transition: all .4s ease-in-out;
}
.typeimg img{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.typeimg .bg{
	background: linear-gradient(311.36deg, rgba(27, 37, 50, 0) 2.85%, #1b2532 99.34%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.typeimg .container-md{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.typeimg h1{
	font-size: 2.2rem;
}
.typeimg p{
	padding-left: 2px;
	width: 50%;
	min-width: 300px;
	margin-bottom: 0;
}
.place{
	box-shadow: 0 1px 1px 0 #ebedf6;
	min-height: 57px;
	position: relative;
	z-index: 10;
	color: #999;
}
.place a{
	color: var(--bs-body-color);
}
a.inner-chain,.place .left a:nth-child(2),.article_article .box .info a:nth-child(2),.article_document .box .info a:nth-child(2){
	pointer-events: none;
}
p a.inner-chain{
	pointer-events: auto;
	text-decoration: underline;
	padding: 0 2px;
}
.place>.flex{
	justify-content: space-between;
	align-items: center;
	min-height: 57px;
}
.place ul{
	column-gap: 30px;
	row-gap: 10px;
	order: 1;
}
.place .left{order: 2;}
.place ul li{
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}
.place ul li.on{
	border-bottom: 2px solid #ff6a00;
}
.place ul a{
	display: block;
	padding: 16px 0;
}
.place .anchor-nav li.active{
	color: #ff6a00;
	border-bottom: 2px solid #ff6a00;
}
.dede-pages{
	padding-top: 30px;
}
.dede-pages ul{
	text-align: right;
}
.dede-pages li{
	display: inline-block;
	margin-left: 5px;
	border-bottom: 1px solid transparent;
}
.dede-pages li a{
	padding: 0 3px;
}
.dede-pages li.thisclass,.dede-search-pages td.thisclass span{
	border-bottom: 1px solid #ff6a00;
	color: #ff6a00;
}
.dede-pages li strong{
	padding: 0 2px;
}
.dede-search-pages td{
    padding-right: 10px;
}
.index_article{
	min-height: 200px;
}
.article_article p{
	line-height: 1.75;
}
.article_article table{
	width: 100%;
	border: none;
	margin-bottom: 1rem;
}
.article_article table::before{
    content: '';
    display: block;
    height: 6px;
}
.article_article table td,.article_article table th{
	padding: 10px;
	border: 1px solid #d8d8d8;
	text-align: center;
}
.article_article table td p{margin: 0;}

.news-list-box{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.hot-list .item{
	background: #f8f9fa;
}
.hot-list .item .img::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0,0,0,.6) 0, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 100%);
	z-index: 2;
}
.hot-list .item h5{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	color: #fff;
	padding: 0 15px;
	font-size: 16px;
	height: 39px;
}
.news-list-box .other ul{
	padding: 30px;
	gap: 10px;
	border: 1px solid #ebedf6;
	border-bottom: none;
}
.news-list-box .other .type46 .all,.news-list-box .other .on{
	margin-bottom: 5px;
}
.news-list-box .other .type46 .all a,.news-list-box .other .on a{
	color: #ff6a00;
	border-bottom: 2px solid #ff6a00;
}
.news-list-box .other li{
	width: 100%;
}
.news-sift{
	padding: 30px;
	background: url('/skin/img/server/10.jpg');
	background-size: cover;
	position: relative;
}
.news-sift h5 strong,.news-tag h5 strong{
	display: block;
	color: #666;
	text-transform: uppercase;
	font-size: 105%;
	transform: scale(1,.6);
	line-height: 1;
	margin-top: -6px;
}
.news-sift input,.news-sift select{
	display: block;
	width: 100%;
	border: 1px solid #fff;
	margin-top: 10px;
	padding: 8px 10px;
	border-radius: 5px;
	outline: 0 none;
}
.news-sift span{
	color: #fff;
	background: #23262f;
	position: absolute;right: 30px;
	bottom: 30px;
	line-height: 39px;
	padding: 0 10px;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	transition: all .2s linear;
}
.news-tag{
	padding: 30px;
	border: 1px solid #ebedf6;
	border-top: none;
}
.news-tag .flex{
	column-gap: 10px;
	row-gap: 2px;
}
.news-list a{
	padding: 1.5rem 0 1.5rem 1.5rem;
	border-left: 1px dashed #ebedf6;
	row-gap: 10px;
}
.news-list li:not(:last-child) a{
	border-bottom: 1px dashed #ebedf6;
}
.news-list li:first-child a{
	padding-top: 0;
}
.news-list .img{
	width: 226px;
	position: relative;
	overflow: hidden;
}
.news-list .img::before{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.news-list .img .bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.news-list .img .bg img{
	position: absolute;
	object-fit: cover;
	min-height: 100%;
	width: 100%;
}
.news-list .img .bg::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	backdrop-filter: blur(10px);
}
.news-list .img>img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.news-list .text{
	flex: 1;
	padding-left: 10px;
	min-width: 280px;
}
.news-list .text i{
	font-size: 12px;
	color: #999;
}
.news-list .text i em{
	padding-left: 3px;
}
.news-list h5,.video-list h5{
	font-size: 16px;
}
.news-list .text p{
	color: #666;
}
.news-list-box .dede-pages{
	border-left: 1px dashed #ebedf6;
}
.article_article{
	background: #f8f9fa;
}
.article_article .content{
	padding: 1.5rem 0 1.5rem calc(320px + 1.5rem);
}
.article_article .side-other{
	top: calc(80px + 1.5rem);
	left: 50%;
	transform: translateX(-50%);
	z-index: 99990;
}
.article_article .other{
	width: 320px;
	min-height: 300px;
	gap: 1.5rem;
	position: absolute;
	top: 0;
}
.article_article .article-text{
	background: #fff;
	padding: 30px;
}
.article_article .article-text *:last-child{
    margin-bottom: 0;
}
.article_article .article-text video{
    display: block;
	max-width: 100%;
	margin: 0;
}
.article_article .article-text img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	min-width: 20px;
}
.article_article .article-text h2{
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.article_article .article-text h3{

	font-size: 1.2rem;
	padding-top: 15px;
	margin-bottom: 15px;
}
.article_article .article-text h4{
	font-size: 1rem;
	padding-top: 10px;
	margin-bottom: 10px;
}
.article_article .article-text h4::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #ff6a00;
    margin-right: 3px;
    vertical-align: middle;
}
.article_article .article-text ul{
	margin: 1rem 0;
}
.article_article .article-text .info{
	color: #999;
	border-bottom: 1px dashed #ebedf6;
	padding-bottom: 1.5rem;
	font-size: 12px;
}
.article_article .article-text .info>i{
    display: inline-block;
    padding-right: 20px;
}
.article_article .box{
	width: 100%;
	background: #fff;
	padding: 30px;
	overflow: hidden;
}
.article_article .other .title{
	border-bottom: 1px solid #ebedf6;
	line-height: 1;
	padding-bottom: .5rem;
	margin-bottom: 20px;
	justify-content: space-between;
	align-items: flex-end;
}
.article_article .box .info{
	color: #999;
}
.article_article .other .title span{
	color: #999;
	cursor: pointer;
	align-items: center;
}
.article_article .other .title i{
	padding-right: 3px;
	transform: rotate(0deg);
	transition: transform 0.4s ease-in-out;
}
.article_article .other .title .on{
	transform: rotate(360deg);
}
.article_article .other .item:not(:first-child){
	margin-top: 10px;
}
.article_article .box .info a,.article_article .other .item a{
	color: #666;
}
.article_article .other .item .type5::before{
	content: "\4ea7\54c1";
	font-size: 12px;
	color: #fff;
	padding: 0 3px;
	background: #ff6a00;
	display: inline-block;
	margin-right: 5px;
}
.article_article .other .item .type8::before{
	content: "\65b9\6848";
	font-size: 12px;
	color: #fff;
	padding: 0 3px;
	background: #ff6a00;
	display: inline-block;
	margin-right: 5px;
}
.article_article .other .item .type46::before{
	content: "\65b0\95fb";
	font-size: 12px;
	color: #fff;
	padding: 0 3px;
	background: #ff6a00;
	display: inline-block;
	margin-right: 5px;
}
.article_article .other .item .type80::before{
	content: "\6848\4f8b";
	font-size: 12px;
	color: #fff;
	padding: 0 3px;
	background: #ff6a00;
	display: inline-block;
	margin-right: 5px;
}
.article_article .other .item span{
	align-items: center;
	color: #999;
	font-size: 12px;
}
.article_article .other .item i{
	padding-right: 2px;
}
.article_article .other .item .icon{
	padding-left: 10px;
}
.article_article .getgood{
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: 140px;
	z-index: 99999;
}
.article_article .context{
	justify-content: space-between;
	padding-bottom: 1.5rem;
	font-weight: bold;
}
.article_article .context li{
	flex: 1;
	max-width: 45%;
}
.article_article .context .next{
	text-align: right;
}
.article_article .getgood>div{
	position: absolute;
	right: -45px;
	top: 0px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 2px solid #ebedf6;
	cursor: pointer;
}
.article_article .getgood>div::before{
	content: "\e634";
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	position: absolute;
	color: #d3d7e5;
	top: 8px;
	left: 11px;
}
.article_article .getgood .digg_num{
    display: block;
	position: absolute;
	background: #ebedf6;
	text-align: center;
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%);
	min-width: 100%;
	padding: 3px 5px;
	border-radius: 15px;
	line-height: 1;
	color: #333;
}

.search_header{
    margin: 30px auto;
}
.search_header input{
    border: 2px solid #d8d8d8;
    border-right: none;
    line-height: 50px;
    height: 50px;
    vertical-align: bottom;
    width: 400px;
    padding: 0 10px;
    border-radius: 10px 0 0 10px;
}
.search_header input:focus,.search_header select:focus{
    /*border: 2px solid #d8d8d8;*/
    /*border-right: none;*/
    /*border: none;*/
    outline: none;
}
.search_header select{
    border: 2px solid #d8d8d8;
    border-left: none;
    border-right: none;
    margin-left: -4px;
    height: 50px;
    line-height: 50px;
}
.search_header button{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    vertical-align: bottom;
    border: none;
    color: #fff;
    background: #ff6a00;
    margin-left: -4px;
    padding: 0 30px;
    border-radius: 0 10px 10px 0;
}
.result_content{
    gap: 4.5rem;
    padding-bottom: 30px;
    min-height: calc(100vh - 557px);
}
.result_content h5,.result_content .h5{
    margin-bottom: 1.5rem;
}
.result_content .resultlist{
    flex: 1;
    min-width: max(60%, 300px);
}
.result_content .sidebar{
    width: 100%;
    max-width: min(360px, 100%);
    padding: 30px;
    background: #f8f9fa;
    margin-bottom: 5px;
}
.result_content .sidebar .max-line-1{
    max-width: calc(100% - 80px);
    padding-right: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.result_content .sidebar a{
    margin-right: 10px;
    color: #666;
}
.result_content .resultlist .item{
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px dashed #d8d8d8;
}
.result_content .resultlist .item>a{
    font-size: 16px;
}
.result_content .resultlist .item>p,.result_content .resultlist .item>span{
    color: #666;
    word-break: break-all;
}
@keyframes rotate {
    0%,100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


@media (any-hover: hover) {
    .type5 .submenu .box>.right a:hover{
        text-decoration: underline;
        color: #ff6a00;
    }
	.show-more:hover::after{
		left: calc(100% + 6px);
		opacity: 1;
	}
	a:hover,nav .submenu a:hover{
		color: #ff6a00;
	}
	.click-button:hover{
		color: #fff;
	}
	.click-button:hover::before{
		transform: translateX(calc(100% - 40px));
	}
	.click-button:hover i{
	    transform: translateX(-7px);
	}
	.click-button:hover::after{
		transform: translateX(0);
	}
	.fixed-side .flex:hover{
		width: 100px;
		color: #23262f;
		background: #fff;
	}
	.fixed-side .flex:hover span{
		transform: translateX(0);
	}
	.quicklink li:hover a:before{
		width: 20px;
		background: #ff6a00;
	}
	.news-sift span:hover{
	    background: #ff6a00;
	}
}

@media screen and (max-width: 1024px){
	.typeimg h1{
		font-size: 22px;
		font-weight: normal;
	}
	.typeimg::after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		z-index: 1;
		backdrop-filter: blur(15px);
	}
	.progress{
		background: #fff;
	}
	nav .submenu h4,.nav-box .info,.article_article .getgood,nav .type5 .submenu::before, nav .type8 .submenu::before, nav .type32 .submenu::before{
		display: none;
	}
	nav,.nav-height{
		height: 80px;
		overflow: hidden;
	}
	nav.open{
		height: 100vh;
		padding-bottom: 50px;
		overflow: auto;
	}
	nav .logo{
		height: 70px;
	}
	.nav-menu{
		width: 100%;
	}
	.nav-menu>li{
		width: 100%;
		height: 50px;
		overflow: hidden;
		border-bottom: 1px solid #d8d8d8;
	}
	.nav-menu>li.on{
		height: auto;
		border-color: transparent;
		background: #f8f9fa;
	}
	nav .submenu{
		position: initial;
		clip-path: none;
		width: 100%;
		max-height: none;
		margin-left: 0;
		pointer-events: auto;
		padding-bottom: 15px;
		opacity: 1;
	}
	nav .submenu li{
		padding: 10px 0;
		margin-top: 0;
	}
	/*nav .submenu li:not(:first-child){*/
	/*	border-top: 1px solid #d8d8d8;*/
	/*}*/
	.nav-menu>li>a{
		height: auto;
		line-height: 50px;
		position: relative;
	}
	.nav-menu>li:has(.submenu)>a::before{
		content: "\e64b";
		font-family: 'themify';
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		background: none;
		top: 15px;
		left: auto;
		right: 0;
		line-height: 20px;
		transition: all .2s linear;
		text-align: center;
	}
	.nav-menu>li.on>a::before{
		transform: rotate(180deg);
	}
	nav .submenu .box{
		padding: 0;
		gap: 0;
		box-shadow: none;
		transform: translateY(-30px);
		transition: all .2s linear;
		opacity: 0;
	}
	nav .type5 .submenu .box::before, nav .type8 .submenu .box::before, nav .type32 .submenu .box::before{
	    height: auto;
	    box-shadow: none;
	}
	.nav-menu>li.on .box{
		background: #f8f9fa;
		transform: translateY(0);
		opacity: 1;
	}
	nav .submenu .box ul{
		width: 100%;
		position: relative;
	}
	nav .submenu .box ul.bg::before{
	    content: '';
	    position: absolute;
	    top: 0;
	    right: -10px;
	    bottom: 0;
	    left: -10px;
	    background: #fff;
	    z-index: -1;
	}
	nav .submenu .box ul.hide{
		height: 45px;
		overflow: hidden;
	}
	/*nav .submenu .box ul.hide:not(:last-child){*/
	/*	border-bottom: 1px solid #d8d8d8;*/
	/*}*/
	nav .submenu strong{
		position: relative;
		padding-bottom: 0;
		color: #ff6a00;
	}
	nav .submenu .hide strong{
		color: #999;
	}
	nav .submenu ul strong::before{
		content: "\e64b";
		font-family: 'themify';
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 0px;
		right: 0;
		line-height: 20px;
		transition: all .2s linear;
		transform: rotate(180deg);
		text-align: center;
	}
	nav .submenu .hide strong::before{
		transform: rotate(0);
	}
	nav .menu-button{
		display: block;
		position: fixed;
		top: 23px;
		left: 50%;
		transform: translateX(-50%);
	}
	nav .menu-button .box,nav .menu-button .top,nav .menu-button .down{
		position: absolute;
		width: 20px;
		height: 20px;
	}
	nav .menu-button .box{
		top: 5px;
		right: .75rem;
		overflow: hidden;
	}
	nav .menu-button .top{
		border: 2px solid #333;
		left: 0;
		top: -18px;
		transition: all .2s linear;
	}
	nav .menu-button .down{
		border: 2px solid #333;
		left: 0;
		bottom: -18px;
		transition: all .2s linear;
	}
	nav .menu-button .line{
		width: 14px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 5px;
		top: 9px;
		transition: all .2s linear;
	}
	nav .menu-button .active .top{
		left: 0;
		top: -13px;
		transform: rotate(45deg);
	}
	nav .menu-button .active .down{
		left: 0;
		bottom: -13px;
		transform: rotate(45deg);
	}
	nav .menu-button .active .line{
		left: -20px;
	}
	.hand-held{
		display: block;
	}
	.search_header input{
	    max-width: calc(100% - 145px);
	}
	.search_header button{
	    padding: 0 15px;
	}
	.article_article{
	    padding-bottom: 1.5rem;
	}
	.article_article .content{
	    padding: 1.5rem 0;
	}
	.article_article .side-other{
	    position: sticky !important;
	    left: auto;
	    transform: translateX(0);
	}
	.article_article .other{
	    position: relative;
	    width: 100%;
	}
}

@media screen and (max-width: 768px){
    .place .left{display:none}
}
@media screen and (max-width: 480px){
    .article_article .article-text,.article_article .box{padding: 12px;}
    
}