:root {
	--qch-pd-bk: 2rem;
	--qch-txt-zt: rgb(0, 0, 0);
	--qch-txt-zy: rgb(179, 164, 152);
	--qch-txt-zt01: #fff;
	--qch-txt-bj: #fff;
	--qch-bj-fff: #fff;
	--swiper-navigation-size: rgb(179, 164, 152);
}

@font-face {
	font-family: 'iconfont';
	src: url('https://cdn.qingchenghao.com/web/font/iconfont.woff2?t=17030658310901') format('woff2'),
		url('https://cdn.qingchenghao.com/web/font/iconfont.woff?t=17030658310901') format('woff'),
		url('https://cdn.qingchenghao.com/web/font/iconfont.ttf?t=17030658310901') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 1rem;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#app {
	max-width: 450px;
	width: 100%;
	background-image: url('https://cdn.qingchenghao.com/web/img/001.png');
	background-size: 100%;
	background-repeat: inherit;
	margin-left: auto;
	margin-right: auto;
	color: var(--qch-txt-zt);
}

html {
	/* background-color: rgb(122, 122, 122); */
	font-style: 16px;
	color: var(--qch-txt-zt);
}

img {
	width: 100%;
}

video {
	width: 100%;
}

ul {
	list-style: none;
	padding: 1rem;
}

.top_find {
	width: 100%;
	/* height: 100vh; */
	/* 	height: 3rem; */
	max-width: 450px;
	background-color: var(--qch-txt-bj);
	position: fixed;
	z-index: 90;
	position: relative;
}

.rem {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 2.8rem;
	bottom: 0;
	max-width: 450px;
	background-color: var(--qch-txt-bj);
	background-image: url('https://cdn.qingchenghao.com/web/img/001.png');
	background-size: 100%;
	background-repeat: inherit;
}

.log {
	position: fixed;
	z-index: 99;
	/* background-color: var(--qch-txt-bj); */
	width: 100%;
	max-width: 450px;
	padding: .5rem 1rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	/*border-bottom: 1px solid #333538;*/
    box-shadow:
        0px 4.4px 7.5px rgba(0, 0, 0, 0.085),
        0px 35px 60px rgba(0, 0, 0, 0.17);
}

.rem_li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	height: 3rem;
	border-bottom: 1px solid var(--qch-bj-fff);
}
.rem_li samp{
    color: var(--qch-txt-zt);
}

.rem_bul {
	padding: 0 1rem;
	display: none;
}

.rem_bul li {
	padding: .5rem 0;
	font-size: 1rem;
	border-bottom: 1px solid var(--qch-bj-fff);
}

.log_img {
	width: auto;
	height: 1.8rem;
}
.addcle{
    padding: 0 var(--qch-pd-bk);
    text-align: right;
    font-size: .8rem;
    font-weight: bold;
}
.addcle span{
    margin-left:1rem ;
}
/* homeSwiper_________________________________________________________ */
.homeSwiper {
	width: 100%;
	height: 100vh;
}

.homeSwiperSlide {
	text-align: center;
	font-size: 18px;
	/* background: #fff; */

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--qch-bj-fff);
}

.swiper-pagination .swiper-pagination-bullet {
	background-color: var(--qch-bj-fff);
	opacity: 1;
}

.slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
}

/* homeSwiper_________________________________________________________ */

/* .loading_content_____________________________________________________ */

.loading_content {
	position: fixed;
	width: 100%;
	height: 100vh;
	max-width: 450px;
	top: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, .5);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.loading>div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.loading {
	position: relative;
	width: 100%;
	display: block;
	font-size: 0;
	color: var(--qch-bj-fff);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.loading.la-dark {
	color: var(--qch-bj-fff);
}

.loading>div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor;
}

.loading {
	width: 5rem;
	height: 5rem;
}

.loading>div {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 100%;
}

.loading>div:first-child {
	position: absolute;
	width: 5rem;
	height: 5rem;
	background: transparent;
	border-style: solid;
	border-width: 2px;
	border-right-color: transparent;
	border-left-color: transparent;
	animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.loading>div:last-child {
	width: 4rem;
	height: 4rem;
	animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

@keyframes ball-clip-rotate-pulse-rotate {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	50% {
		transform: translate(-50%, -50%) rotate(180deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes ball-clip-rotate-pulse-scale {

	0%,
	100% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}

	30% {
		opacity: 0.3;
		transform: translate(-50%, -50%) scale(0.15);
	}
}

/* .loading_content_____________________________________________________ */

.home_top_img {
	margin: var(--qch-pd-bk);
}

.home_content {
	text-align: center;
	margin: .5rem var(--qch-pd-bk);
    font-family: 思源黑体 CN;
    font-size: .8rem;
}
.home_content>div{
    font-family: 思源黑体 CN;
    font-size: .8rem;
}
.home_content h1 {
	background: linear-gradient(270.00deg, rgb(179, 164, 152), rgb(119, 97, 86));
	-webkit-background-clip:
		text;
	-webkit-text-fill-color:
		transparent;
	background-clip:
		text;
	text-fill-color:
		transparent;
	font-family: 思源黑体 CN;
	font-size: 2rem;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
}

.home_content>img {
	width: 10rem;
}

.home_content>div {
	color: var(--qch-txt-zt);
	font-family: 思源黑体 CN;
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
	margin: var(--qch-pd-bk) 0;
}

.nameSwiper {
	margin: var(--qch-pd-bk);
	background-color: var(--qch-txt-bj);
}

.nameSwiperSlide {
	background: linear-gradient(180.00deg, rgb(55, 47, 41), rgb(34, 29, 25) 100%);
	border-radius: 20px;
	/* height: 20rem; */
	width: 80%;
	margin: .5rem;
	padding: 1rem;
	box-sizing: border-box;
}

.nameSwiperSlide>img {
	width: 100%;
	height: 18rem;
	object-fit: cover;
}

.name_set {
	display: flex;
	flex-direction: column;
}

.name_set p {
	font-size: 1rem;
	margin: 0;
	margin-top: .5rem;
	color: var(--qch-txt-zt);
	font-family: 思源黑体 CN;
	font-size: 1rem;
	width: 100%;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.name_set img {
	width: 2rem;
	float: right;
	text-align: right;
	margin-top: .5rem;
}

.home_video {
	position: relative;
}

.home_video video {
	width: 100%;
	height: 12rem;
}

.home_video img {
	height: 12rem;
	position: absolute;
	z-index: 1;
}

.home_content .home_pay {
	position: absolute;
	font-size: 3rem;
	color: var(--qch-txt-bj);
	width: 3rem;
	height: 3rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}

.gallery-top {
	width: 100%;

}

.gallery-slide {
	width: 100%;
	margin: 0 var(--qch-pd-bk);
	box-sizing: border-box;
}



.sp_name {
	box-sizing: border-box;
	height: 2rem;
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
    justify-content: center
}

.sp_name_index {
    background: #606060;
    width: 5px;
    height: 5px;
    padding: 0 5px;
    margin: 0 4px;
	/*position: relative;*/
    border-radius: 1rem;
}

.sp_name_index:before {
	content: "";
	height: 4px;
	background: linear-gradient(180.00deg, rgb(55, 47, 41), rgb(34, 29, 25));
	border-radius: 2px;
	position: absolute;
	bottom: -.7rem;
	left: 50%;
	transform: translateX(-50%);
	transition: width .2s ease-in-out;
}

.sp_name_indexs:before {
	animation: sp_name_indexs-rotate 1s linear infinite;
}

@keyframes sp_name_indexs-rotate {
	0% {
		width: 0%;
	}

	50% {
		width: 50%;
	}

	100% {
		width: 100%;
	}
}

.prode_list {
	width: 85%;
	height: 100%;
	box-sizing: border-box;
	/* background: linear-gradient(180.00deg, rgb(55, 47, 41), rgb(34, 29, 25) 100%); */
	background-image: url("https://cdn.qingchenghao.com/web/img/002.png");
	border-radius: 1rem;
    overflow: hidden;
}

.prod_arr {
    width: 100%;
    height: 100%;
}

.prod_arr img {
	width: 100%;
    height: 19rem;
    object-fit: cover;
}
.prod_arr_in{
    margin:  0 1rem;
}



.prod_arr>div>p {
	margin: 0;
	color: var(--qch-txt-zt);
	font-family: 思源黑体 CN;
	font-size: 1.3rem;
	width: 100%;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.prod_arr>div>span {
	color: var(--qch-txt-zt);
	font-family: 思源黑体 CN;
	font-size: .8rem;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: left;
}

.prod_arr>div>div>samp {
	color: var(--qch-txt-zt);
	font-family: 思源黑体 CN;
	font-size: .8rem;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: left;
	margin-right: 10px;
}


.news {
	margin: var(--qch-pd-bk);
	/* border-bottom: 1px solid var(--qch-txt-zt); */
}

.news>img {
	width: 100%;
	height: 12rem;
	object-fit: cover;
}

.txt {
	color: var(--qch-txt-zt);
	font-family: 思源黑体 CN;
	font-size: 1rem;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: left;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 这里是超出几行省略 */
	overflow: hidden;
}

.newsflex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.news_right .iconfont {
	/* width: 2rem; */
	font-size: 2rem;
	height: auto;

}

.news_txt {
	color: var(--qch-txt-zt);
	font-family: 思源黑体 CN;
	font-size: .8rem;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: left;
}

.button_set {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	background: var(--qch-txt-bj);
}

.button_set .logo,
.button_set .men {
	padding: 0 var(--qch-pd-bk);
	padding-top: 1.5rem;
	text-align: center;
}
.set_img{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: var(--qch-pd-bk);
    font-family: 思源黑体 CN;
    font-weight: 500;
    font-size: .8rem;

}
.set_img div{
    text-align: center;
}
.set_img img{
    width: 70%;
}
.button_set .logo img {
	/*height: 2.4rem;*/
    margin: 1rem;
	width: 40%;
}

.button_set .men img {
	height: 7rem;
	width: 70%;
    filter: grayscale(1);
}

.button_set .men::after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	border-top: 1px solid var(--qch-txt-zt);
}

.button_set .txt p {
	padding: 0;
	text-align: center;
	color: var(--qch-txt-zt);
	font-family: 思源黑体 CN;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0px;
}

/* .xtSwiper {
	background-color: var(--qch-txt-bj);
} */

.xtSwiper .swiper-wrapper .xtSwiperSlide {
	/*border-radius: .3rem;*/
	height: 23rem;
	width: 60%;
	margin: .5rem;
	/* padding: 1rem; */
	box-sizing: border-box;
	overflow: hidden;
}

.xt_video_list {
	width: 100%;
	height: 100%;
}

.xt_video_list img {
	width: 100%;
	height: 90%;
    /*border-radius:  1rem;*/
	object-fit: cover;
}

.xt_video_botton {
	/*background-color: rgba(0, 0, 0, .6);*/
	width: 100%;
}

.xt_video_botton .txt {
	color: var(--qch-txt-zt);
	font-family: 思源黑体 CN;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	letter-spacing: 0px;
	text-align: left;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	/* 这里是超出几行省略 */
	overflow: hidden;
	/*margin: 0 .5rem;*/
}


.xt_video_list .xt_video_bf {
	width: 3rem;
	height: 3rem;
	font-size: 3rem;
	color: var(--qch-txt-bj);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: .8;
}

.lst_guid {
	width: 100%;
	padding: var(--qch-pd-bk);
	box-sizing: border-box;
    background-image: url("https://cdn.qingchenghao.com/web/img/uu3.png");
    background-size: 100% 100%;
}
.lst_pro{
    width: 100%;
    padding: var(--qch-pd-bk);
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.lst_pro_li{
    text-align: center;
    margin: .5rem;
}
.lst_pro_li img{
    width: 5rem;
    height: 5rem;
    object-fit: cover;
    border-radius: 50%;
}
.lst_pro_li p{
    font-size: .8rem;
    font-family: 思源黑体 CN;
    font-weight: 500;
}

.lst_guid_bt {
	display: flex;
	grid-template-areas: 'a b';
	/* 	border-radius: 1rem;
	overflow: hidden; */
}

.lst_guid_bt>div {
	width: 100%;
	height: 12rem;
	/* background: linear-gradient(180.00deg, rgb(55, 47, 41), rgb(34, 29, 25) 100%); */
	background-image: url("https://cdn.qingchenghao.com/web/img/002.png");
}

.lst_guid_bt_left,
.lst_guid_bt_rigt {
	width: 50%;
	flex: 1;
	text-align: center;
	box-sizing: border-box;
}

.lst_guid_bt_left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* 	padding: 1rem;
	box-sizing: border-box; */
}

.lst_guid_bt_left p {
	width: 60%;
	color: var(--qch-txt-zt);
	font-family: 思源黑体 CN;
	font-size: 1rem;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: left;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 这里是超出几行省略 */
	overflow: hidden;
}

.lst_guid_bt_rigt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lst_guid_bt_left span {
	font-size: .6rem;
	text-align: left;
	width: 60%;
}

.lst_guid_bt_left .txt_gd {
	width: 70%;
	border-radius: 1px;
	border: 1px solid var(--qch-txt-zt);
	padding: .2rem;
	margin: 1rem 0;
	text-align: center;
	font-size: .8rem;
	color: var(--qch-txt-zt);
	display: flex;
	align-items: center;
	justify-content: center;
}

.lst_guid_bt_left .txt_gd .iconfont {
	font-size: 1.4rem;
	width: auto;
	margin-left: 1rem;
}

.name_img {
	position: relative;
}

.name_img_name {
	position: absolute;
	left: 50%;
	top: 80%;
	transform: translate(-50%, -70%);
}

.name_img_name p {
	color: var(--qch-bj-fff);
	font-size: 1.3rem;
	text-align: center;
}

.name_log_img {
	width: 100%;
	height: 25rem;
	object-fit: cover;
}

.name_log {
	margin: 4rem;
	box-sizing: border-box;
}

.name_log img {
	width: 100%;
	height: 18rem;
	object-fit: cover;
}

.name_cenent {
	padding: var(--qch-pd-bk);
}

.name_cenent_name {
	font-size: 1.5rem;
	font-weight: bold;
}

.name_cenent_info {
	font-size: .8rem;
	line-height: 1.7rem;
}

.name_cenent_bj {
	background: rgb(55, 47, 41);
}

.new_centent {
	/* background: rgb(55, 47, 41); */
}

.blog-meta {
	display: flex;
	font-size: .8rem;
	justify-content: space-between;
}

.vidoe_centent_v {
	width: 100%;
	height: 100vh;
}

.video_list_swiper {
	width: 100%;
	height: 100vh;
}

.video_list_swiper-slide {
	width: 100%;
	height: 100vh;
	position: relative;
}

.video_list_swiper-slide img {
	position: absolute;
	width: 4rem;
	height: 4rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.video_list_swiper_div {
	position: absolute;
	bottom: 1rem;
	margin: var(--qch-pd-bk);
	color: var(--qch-bj-fff);
}

.video_list_swiper_div p:nth-of-type(1) {
	font-size: 1rem;
	font-weight: 500;
}

.video_list_swiper_div p:nth-of-type(2) {
	font-size: .8rem;
	font-family: 思源黑体 CN;
	letter-spacing: 0px;
	text-align: left;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* 这里是超出几行省略 */
	overflow: hidden;
}

.product {
	width: 45%;
	color: var(--qch-txt-zt);
	padding: .5rem;
	margin: .5rem;
	box-sizing: border-box;
	/* background: linear-gradient(180.00deg, rgb(55, 47, 41), rgb(34, 29, 25) 100%); */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: .5rem;
}

.product img {
	width: 100%;
	height: 10rem;
	object-fit: cover;
	border-radius: .5rem;
}

.product_samp {
	width: 100%;
	font-size: .7rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.product_samp samp {
	margin: .4rem;
}

.product p {
	font-size: .8rem;
	font-family: 思源黑体 CN;
	letter-spacing: 0px;
	text-align: left;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 这里是超出几行省略 */
	overflow: hidden;
}

.product_set {
	font-size: .8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product_centent {
	margin: var(--qch-pd-bk);
}

.product_banner {
	width: 100%;
	height: 26rem;
}

.productSwiper {
	width: 100%;
	height: 100%;
}

.productSwiper .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.productSwiperSlide {
	width: 100%;
	height: 100%;
}

.productSwiperSlide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mySwiperNav {
	width: 100%;
	height: 100%;
}

.mySwiperNav .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 5.4rem;
	background: rgb(0, 115, 101);
	padding: .5rem 1rem;
	box-sizing: border-box;
}

.tab_name {
	display: flex;
	flex-direction: column;
}

.tab_name p {
	margin: .5rem;
}

.tab_name p:nth-of-type(1) {
	font-size: .8rem;
	color: #fff;
	margin: 0;
}

.tab_name div p:nth-of-type(1) {
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
}

.tab_name div {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
}

.tab_name div img {
	width: 2rem;
	margin-right: 1rem;
}

.product_tab {
	width: 100%;
	border: 1px solid var(--qch-txt-zt);
}

.product_tab tbody tr td:nth-of-type(1) {
	text-align: left;
	width: 8rem;
}

.product_tab tbody tr td:nth-of-type(2) {
	text-align: left;
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
}

.pagination-wrap {
	margin-top: 10px;
}

.list-wrap {
	margin: 0px;
	padding: 0px;
}

.pagination-wrap .pagination {
	justify-content: center;
	flex-wrap: wrap;
}

.pagination-wrap .pagination .page-item {
	margin-right: 8px;
	margin-top: 8px;
}

.list-wrap li {
	list-style: none;
}

.pagination-wrap .pagination .page-link {
	margin-left: 0;
	padding: 0 0;
	color: #FFBD9A68;
	border: none;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1.5px solid #FFBD9A68;
}

.pagination-wrap .pagination .page-item {
	margin-right: 8px;
	margin-top: 8px;
}

.pagination-wrap .pagination .page-item.active .page-link,
.pagination-wrap .pagination .page-link:hover {
	background: #FFBD9A68;
	border-color: #FFBD9A68;
	color: #ffffff;
}

.ban_tiel {
	width: 100%;
	height: 8rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: linear-gradient(to top, rgba(255, 255, 255, .4), rgba(255, 0, 0, 0));
}

.ban_tiel_gd {
	border: 1px solid #fff;
	border-radius: 1rem;
	padding: .5rem 1rem;
	width: 5rem;
	font-size: .8rem;
}

.ban_tiel img {
	margin-top: 1rem;
	width: 1rem;
}

.title_bt {
	width: auto;
	height: auto;
	border-top: 1px solid var(--qch-txt-zt);
	border-bottom: 1px solid var(--qch-txt-zt);
	margin: var(--qch-pd-bk);
	box-sizing: border-box;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}

.title_bt>div {
	padding: .5rem;
}

.title_bt span {
	padding-top: .5rem;
	font-size: .3rem;
	font-family: 思源黑体 CN;
	letter-spacing: 0px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 这里是超出几行省略 */
	overflow: hidden;
}

.shou_log,
.head_log {
	color: var(--qch-txt-bj);
	font-size: 1.5rem;
}

.slide-product {
	width: 100%;
	background-size: auto 100%;

	height: 100vh;
	display: flex;
	text-align: center;
	color: var(--qch-txt-zt01);
	object-fit: cover;
	/* object-fit: cover; */
}

.info_bj {
	width: 100%;
	height: 100vh;
	background-image: url("https://cdn.qingchenghao.com/web/img/t1.png");
	background-size: 100% 100%;
	position: relative;
}

.info_centent {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-family: 思源黑体 CN;
}

.info_centent .title {
	font-size: 1.3rem;
	font-weight: bold;
	font-family: 思源黑体 CN;
}

.info_centent p {
	font-family: 思源黑体 CN;
	font-size: .8rem;
	width: 20rem;
	line-height: 1.6rem;
}

.info_centent img {
	width: 6rem;
}

.info_sj {
	background-image: url("https://cdn.qingchenghao.com/web/img/t6.png");
	background-size: 100% 100%;
}

.info_sj .txt_gd {
	width: 60%;
	border-radius: 1px;
	border: 1px solid var(--qch-txt-zt);
	padding: .2rem;
	margin: 1rem;
	text-align: center;
	font-size: .8rem;
	color: var(--qch-txt-zt);
	display: flex;
	align-items: center;
	justify-content: center;
}

.qy {
	margin: var(--qch-pd-bk);
}

.qy_lis {
	width: 50%;
	text-align: center;
}

.qy_lis_shou {
	font-size: 3rem;
	margin: 0;

	/* color: linear-gradient(180.00deg, rgb(55, 47, 41), rgb(34, 29, 25) 100%); */
}

.qy_lis_right {
	margin-left: 50%;
	border-left: 2px solid black;
	height: 8rem;
	position: relative;
}

.qy_lis_right::after,
.qy_lis_left::after {
	content: "";
	width: 1rem;
	height: 1rem;
	background-color: black;
	display: block;
	border-radius: 50%;
}

.qy_lis_right::after {
	position: absolute;
	left: -.5%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.qy_lis_left::after {
	position: absolute;
	left: 101%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.qy_lis_left {
	margin-right: 50%;
	border-right: 2px solid black;
	height: 8rem;
	position: relative;
}

.wm_ls1 {
	font-family: 思源黑体 CN;
	width: 100%;
	height: auto;
	background-image: url(https://cdn.qingchenghao.com/web/img/w6.png);
	background-size: 100% 100%;
	text-align: center;
	padding: 2rem 1rem;
	display: block;
	box-sizing: border-box;
	line-height: 2rem;
	font-weight: 500;
}

.wm_centent {
	font-family: 思源黑体 CN;
	margin: var(--qch-pd-bk);
	font-size: .9rem;
}

.wm_img {
	width: 6rem;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
}

.wm_centent h1 {
	text-align: center;
	font-size: 1.5rem;
}

.wm_or {
	font-family: 思源黑体 CN;
	font-size: 1.2rem;
	margin: 1rem 0;
}

.wm_or samp {
	font-family: 思源黑体 CN;
	font-size: 1.3rem;
	font-weight: 900;
}

.wm_centent img {
	display: block;
	z-index: -1;
}

.wm_i_s {
	width: 100%;
	background-image: url(https://cdn.qingchenghao.com/web/img/w8.png);
	background-size: 100%;
	font-weight: 900;
	word-spacing: .5rem;
	padding: 1rem .2rem;
	box-sizing: border-box;
	/* margin-top: -1rem; */
	z-index: 9;
}

.wm_p {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
}

.wm_p_o img {
	width: 7rem;
	height: 7rem;
	object-fit: cover;
	border-radius: 50%;
	display: block;
	padding: 1rem 0;
}

.wm_t {
	background-image: url(https://cdn.qingchenghao.com/web/img/w7.png);
	background-size: auto 100%;
	/* width: 100%; */
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}
.wm_t div{
	margin: var(--qch-pd-bk);
	box-sizing: border-box;
	color: #ffffff;
	font-family: 思源黑体 CN;
}
.jrwm_zt{
	font-family: 思源黑体 CN;
	text-align: center;
	word-spacing: 1rem;
	font-weight: 900;
	line-height: 2rem;
	font-style: 1rem;
}
.ryq_p{
	width: 100%;
	height: auto;
	padding: 4rem 1rem;
	box-sizing: border-box;
	font-family: 思源黑体 CN;
	text-align: center;
	word-spacing: 1rem;
	font-weight: 900;
	line-height: 2rem;
	font-style: 1rem;
}
.ryq_p p{
	width: auto;
}
.school{
    width: 100%;
    height: 100%;
    background-image: url("https://cdn.qingchenghao.com/web/img/mm1.png");
    background-size: 100%;
    margin-bottom: 10rem;
}
.school_topimg{
    background: #f8f4f1;
    width: 100%;
    text-align: center;
    /*border-radius: 50%;*/
    margin-top: -10rem;
    padding-top: 4rem;
    color: #a5a5a5;
}
.school_topimg img{
    width: 10rem;
}
.scct{
    background: #f8f4f1;
}
.scct_cent{
    background: #0c2417;
    border-radius: 1rem;
    color: #FFFFFF;
    padding: 1rem;
    margin: 2rem;
}
.scct_title p{
    font-weight: 500;
    font-size: 1.3rem;
    margin: .5rem;
}
.scct_title span{
    font-size: .6rem;
}
.scct_title .scct_p{
    text-align: right;
    font-size: .8rem;
}
.scct_cent img {
    width: 100%;
    height: 10rem;
    object-fit: cover;
}
.video_css{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: var(--qch-pd-bk);

}
.video_list{
    width:50%;
    position: relative;
    padding: .2rem;
    box-sizing: border-box;
}
.video_list .xt_video_list img{
    width:100%;
    height: 20rem;
}
.video_list .txt {
    color: var(--qch-txt-zt);
    font-family: 思源黑体 CN;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0px;
    text-align: left;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* 这里是超出几行省略 */
    overflow: hidden;
}
.video_list .xt_video_list .xt_video_bf {
    width: 3rem;
    height: 3rem;
    font-size: 3rem;
    color: var(--qch-txt-bj);
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    opacity: .8;
}
.school_topimg .news>img {
    width: 100%;
    height: 12rem;
    object-fit: cover;
}
.soult{
    color: black;
}
#mui-player{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: black;
    overflow: hidden;
}
