.shadow {
	box-shadow: 0 0 4px #ccc;
	transition: box-shadow 0.24s;
}

.huise-bg {
	background-color: #F8F7F0;
}

.bg_jb_green {
	background: linear-gradient(174deg, rgba(217, 233, 213, 1) 0%, rgba(215, 231, 211, 1) 17%, rgba(239, 243, 232, 1) 35%, rgba(248, 247, 240, 1) 65%, rgba(248, 247, 240, 1) 100%);
}

.te {
	text-align: end;
}


.col-lg-6 {
	flex: 0 0 auto;
	width: 50%;
	padding: 0 24px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.col-lg-6-nopading {
	flex: 0 0 auto;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.col-lg-12 {
	flex: 0 0 auto;
	width: 100%;
	padding: 0 24px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.col-lg-12-nopading {
	flex: 0 0 auto;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 浜у搧鎺ㄨ崘 */
.put_conter_box {
	margin-bottom: 0.8rem;
}

.yscp_detail_tit {
	text-align: center;
	font-size: 0.54rem;
	margin-bottom: 20px;
	margin-top: 20px;
}

.yscp_ous_tit {
	text-align: center;
	font-size: 0.54rem;
	margin-bottom: 20px;
	margin-top: 20px;
}

.yscp_instr {
	font-size: 0.32rem;
	color: #000;
	margin-top: 0.24rem;
	text-align: justify;
	line-height: 1.8;
}

.yscp_instr b {
	font-weight: 500;
	font-style: normal;
}

.yscp_instr i {
	font-style: normal;
}

.pub_prt_dl dt {
	color: #b7122a;
	font-size: 0.37rem;
	margin: 0.4rem 0;
	font-weight: bold;
}

.pub_prt_dl dd {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	/* line-height: 28px; */
	letter-spacing: 1.5px;
	font-size: 0.3rem;
	/* padding-right: 20px; */
	text-align: justify;
}


/*
.pub_prt_dl dd .prt_left,
.pub_prt_dl dd .prt_right {
	width: 50%;
} */

.pub_prt_dl dd .prt_left p,
.pub_prt_dl dd .prt_right p {
	margin-bottom: 0.36rem;
}

.pub_prt_dl dd .prt_left img,
.pub_prt_dl dd .prt_right img {
	margin-bottom: 0.36rem;
}

/* 妗堜緥灞曠ず */
.Example_tit {
	text-align: center;
	font-size: 0.8rem;
	padding: 30px 0;
	font-family: "Permanent Marker", cursive;
}

/* 鏂囩珷 */
.put_xc_art,
.put_xc_video,
.put_xc_audio {
	/* padding: 0px 0px 40px 0px; */
	background: #fff;
	overflow: hidden;
}

.cp_comon_tit {
	display: flex;
	align-items: center;
	color: #b7122a;
	margin: 0.36rem 0;
	font-size: 0.5rem;
}

.cp_comon_tit i {
	padding-top: 0.06rem;
	font-size: 0.5rem;
	margin-right: 0.2rem;
}

.put_xc_art_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.art_left_list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 0.2rem;
	row-gap: 0.2rem;
}

.art_detals {
	padding: 0.2rem;
	background: #f0f9fc;
	border-radius: 0.1rem;
	transition: all 0.3s;
}

.art_detals:hover {
	-webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

.art_detals dl {
	display: flex;
}

.art_detals dl dt {
	width: 1rem;
	height: 1rem;
	margin-right: 0.2rem;
	overflow: hidden;
	border-radius: 50%;
}

.art_detals dl dd {
	flex: 1;
}

.art_detals dl dd .art_wen_tit {
	font-size: 0.3rem;
	color: #333;
	margin-bottom: 0.05rem;
}

.art_detal_tag {
	font-size: 0.28rem;
	color: #888;
}

.art_detal_tag strong {
	font-size: 0.28rem;
	color: #333;
	margin-right: 0.1rem;
}

.art_detal_tag span {
	margin-right: 0.1rem;
}

.art_left_botto {
	color: #333;
	margin-top: 0.1rem;
}


/* 闂瓟 */
.ask_mindoct_ul {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 0.4rem;
	row-gap: 0.2rem;
}

.ask_mindoct_all {
	display: flex;
	justify-content: space-between;
}

.ask_mindoct_box {
	width: 72%;
}

.ask_mindoct_rit {
	width: 28%;
}

.ask_mindoct_li {
	padding: 0.2rem;
}

.ask_mindoct_li a {
	display: flex;
	justify-content: space-between;

}

.ask_mindoct_li a .doct_img_name {
	margin-right: 0.4rem;
}

.doct_img_name i {
	margin: 0 auto;
	width: 1rem;
	height: 1rem;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.doct_img_name p {
	margin-top: 0.3rem;
	font-size: 0.28rem;
	text-align: center;
	color: #1d2028;
}

.ask_w_d dt {
	position: relative;
	padding-left: 0.62rem;
	/* line-height: 24px; */
	font-size: 0.36rem;
}

.ask_w_d dt::before {
	content: '闂�';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0.28rem;
	color: #fff;
	text-align: center;
	line-height: 0.48rem;
	width: 0.48rem;
	height: 0.48rem;
	background: #ffbb44;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.ask_w_d .cont {
	margin-top: 0.12rem;
	position: relative;
	padding-left: 0.65rem;
	/* line-height: 24px; */
	font-size: 0.3rem;
	color: #606370;
}

.ask_w_d .cont::before {
	content: '绛�';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 0.48rem;
	width: 0.48rem;
	height: 0.48rem;
	background: #FF7C85;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.tag_time {
	padding-left: 0.6rem;
	font-size: 0.28rem;
	color: #969AA9;
	margin-top: 0.1rem;
}

/*
.more_video_list {
	display: block;
	width: 110px;
	height: 34px;
	margin: 10px auto;
	line-height: 34px;
	color: #fff;
	text-align: center;
	background: #62C4A6;
	-webkit-border-radius: 17px;
	border-radius: 17px
}

.more_video_list:hover {
	color: #fff;
	opacity: 0.8;
} */

/* 瑙嗛 */
.put_xc_video_uls {
	display: grid;
	padding: 0.3rem 0;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 0.1;
	row-gap: 0.3rem;
}

.put_xc_video_uls li {
	position: relative;
	/* padding: 10px; */
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
	border-radius: 0.4rem;
	transition: .3s;
}

.put_xc_video_uls li a {
	/* text-align: center; */
}

.put_xc_video_uls li a .cont {
	padding: 0.2rem;
}

.put_xc_video_uls li a .number {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .4s;
}

/* .put_xc_video_uls li a .number p {
	text-align: center;
	font-size: 100px;
	font-weight: 600;
	line-height: 1;
	color: #e6e6e6;
} */

.put_xc_video_uls li a .tit {
	text-align: center;
	font-size: 0.44rem;
	font-weight: 600;
	color: #222222;
	margin: 0.4rem 0;
	position: relative;
	z-index: 1;
}

.put_xc_video_uls li a .ms {
	color: #999999;
	font-size: 0.32rem;
	margin-bottom: 0.2rem;
}

.put_xc_video_uls li a .icon {
	text-align: center;
	font-size: 1rem;
	color: #b4b4b4;
}

.put_xc_video_uls li a .dc_tag {
	display: flex;
	justify-content: center;
}

.put_xc_video_uls li a .video_dc {
	display: flex;
	align-items: center;
}

.put_xc_video_uls li a .video_dc .ip {
	margin-right: 0.2rem;
	width: 0.6rem;
	height: 0.6rem;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.put_xc_video_uls li a .video_dc .it {
	flex: 1;
	overflow: hidden;
}

.put_xc_video_uls li a .v_img {
	position: relative;
	width: 100%;
	border-radius: 0.2rem;
	/* height: 160px; */
	overflow: hidden;
}

.play_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0.9rem;
	height: 0.9rem;
	margin: -0.48rem 0 0 -0.48rem;
	line-height: 0.9rem;
	text-align: center;
	background: rgba(0, 0, 0, .35);
	border-radius: 100%;
	overflow: hidden;
}

.play_icon i {
	color: #fff;
	font-size: 0.4rem;
}

/* .put_xc_video_uls li:hover a .number {
	opacity: 1;
} */

/* .put_xc_video_uls li:hover {
	box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 100;
	-ms-transform: translate(0, -0.2rem);
	transform: translate(0, -0.2rem);
} */

/* /闊抽/ */
.comm_audio_tab {
	display: flex;
	background-color: #fafafa;
}

.comm_audio_tab .on {
	background-color: #62C4A6;
	font-weight: 600;
	color: white;
}

.comm_audio_tab li {
	position: relative;
	padding: 0 0.5rem;
	width: auto;
	/* line-height: 42px; */
	border-bottom: 2px solid transparent;
	font-size: 0.32rem;
	color: #000000;
	cursor: pointer;
}

.comm_audio_ul {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 20px;
	row-gap: 0.3rem;
}

.comm_audio_li {
	-webkit-border-radius: 0.2rem;
	border-radius: 0.2rem;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.comm_audio_li a .play_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0.9rem;
	height: 0.9rem;
	margin: -0.48rem 0 0 -0.48rem;
	line-height: 0.9rem;
	text-align: center;
	background: rgba(0, 0, 0, .35);
	border-radius: 100%;
	overflow: hidden;
}

.comm_audio_li a .a_pic {
	position: relative;
	width: 100%;
	/* height: 130px; */
}

.comm_audio_li a .play_icon i {
	color: #fff;
	font-size: 0.44rem;
}

.a_doc_con {
	padding: 0.2rem;
}

.aud_title {
	font-size: 0.36rem;
}

.aud_use .aud_img {
	margin-right: 0.2rem;
	width: 0.6rem;
	height: 0.6rem;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-top: 0.2rem;
}

.aud_ov {
	flex: 1;
}

.aud_use {
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #969AA9;
}

/* 鑱旂郴鎴戜滑 */
.jcc {
	justify-content: center;
}

.contact_us {
	display: flex;
	flex-flow: wrap;
	display: flex;
	flex-flow: wrap;
	background: #fff;
	border-radius: 0.2rem;
	/* 	border-top: 1px solid #018f60;
	border-left: 1px solid #018f60; */
}

.contact_us .li {
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	padding: 0.6rem 0.2rem;
	/* border-right: 1px solid #018f60;
	border-bottom: 1px solid #018f60; */
}

.contact_us .li h3 {
	color: #018f60;
	font-size: 0.36rem;
}

.contact_us .li i {
	display: inline-block;
	color: #018f60;
	font-size: 0.62rem;
}

.contact_us .li p {
	margin-top: 0.2rem;
	font-weight: 400;
	font-size: 0.3rem;
	overflow-wrap: break-word;
	word-wrap: break-word;
	/* 鏃х増娴忚鍣ㄥ鐢� */
}

.img_ysco_box img {
	cursor: zoom-in;
}

/* 鍥剧墖 */
/* 鏀惧ぇ鏃剁殑閬僵灞� */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

/* 鏀惧ぇ鍚庣殑鍥剧墖鏍峰紡 */
.enlarged-image {
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
	transform: scale(0);
	transition: transform 0.3s ease;
	border-radius: 0.16rem;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/* 鏄剧ず鏀惧ぇ鏁堟灉 */
.show {
	display: flex;
}

.enlarge {
	transform: scale(1);
}


/* -------------------------------鐢佃瘽 ----------------------*/
/* 鍩虹鏍峰紡 */
.phone-float {
	position: fixed;
	right: 0px;
	top: 30%;
	transform: translateX(70%);
	z-index: 1000;
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.phone-float.active {
	transform: translateX(0%);
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 鎮仠瀹瑰櫒 */
.phone-container {
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 4px 0.24rem rgba(0, 0, 0, 0.15);
	border-radius: 0.8rem 0 0 0.8rem;
	padding: 0.2rem 0.24rem;
	/* transform: translateX(70%); */
	transition: transform 0.3sease;
}

/* 鍥炬爣鏍峰紡 */
.phone-icon {
	width: 0.8rem;
	height: 0.8rem;
	background: #018f60;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.3rem;
	animation: pulse 2s infinite;
}

.phone-icon i {
	font-size: 0.4rem;
	color: #fff;
}

/* 鏂囧瓧鍐呭 */
.phone-content {
	white-space: nowrap;
}

.phone-text {
	color: #666;
	font-size: 0.28rem;
	margin-bottom: 0.08rem;
}

.phone-number {
	color: #018f60;
	font-size: 0.36rem;
	font-weight: bold;
	text-decoration: none;
}

/* 鍛煎惛鍔ㄧ敾 */
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.4);
	}

	70% {
		box-shadow: 0 0 0 12px rgba(33, 150, 243, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(33, 150, 243, 0);
	}
}



/* icon */
@font-face {
	font-family: "ttk";
	/* Project id 4005981 */
	src: url('//at.alicdn.com/t/c/font_4005981_41ik3bgbc7f.woff2?t=1740550371883') format('woff2'),
	url('//at.alicdn.com/t/c/font_4005981_41ik3bgbc7f.woff?t=1740550371883') format('woff'),
	url('//at.alicdn.com/t/c/font_4005981_41ik3bgbc7f.ttf?t=1740550371883') format('truetype');
}

.ttk {
	font-family: "ttk" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-31dianhua:before {
	content: "\e600";
}

.icon-hezuo1:before {
	content: "\e86f";
}

.icon-shipin2:before {
	content: "\e61b";
}

.icon-bofang:before {
	content: "\e87c";
}

.icon-wenti:before {
	content: "\e605";
}

.icon-zixun:before {
	content: "\e649";
}

.icon-yuyin:before {
	content: "\e805";
}

.icon-icon-test:before {
	content: "\e63a";
}