.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_tit {
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0 10px;
	color: #448c74;
}

.put_tit::before {
	content: "";
	background: rgba(68, 140, 116, 0.27);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 34%;
	width: 100%;
	z-index: -1;
} */
.pub_prt_cont {
	padding: 30px 0;
}

.publicize_product {
	display: flex;
	justify-content: space-between;
	margin: 20px;
	background-color: #e8e8e8;
}

.publicize_product .put_img {
	width: 500px;
	height: 400px;
	margin-right: 10px;
	background: #fff;
	border: 1px solid #e8e8e8;
}

.publicize_product .put_img img {
	object-fit: contain;
	-o-object-fit: contain;
	/* object-position: top; */
}

.publicize_product .cont {
	flex: 1;
	padding: 20px;
}

.publicize_product .cont p {
	/* display: flex; */
	font-size: 19px;
	color: #000;
	margin-top: 30px;
	text-align: justify;
}

.publicize_product .cont p b {
	font-weight: 500;
	font-style: normal;
}

.publicize_product .cont p i {
	font-style: normal;
}

.pub_prt_cont dl {
	overflow: hidden;
	width: 860px;
	margin: 0 auto;
	margin-top: 40px;
}

.good_xc {
	font-size: 16px;
	color: #ff3c00;
	font-weight: 400;
	font-family: "Poppins";
	background: #ffeae5;
	display: inline-block;
	padding: 9px 24px 10px;
	border-radius: 5px;
	margin-bottom: 18px;
}

.pub_prt_dl dt {
	/* color: #f46364; */
	color: #b7122a;
	font-size: 22px;
	margin: 20px 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: 16px;
	/* 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: 20px;
}


/* 案例展示 */
.Example_tit {
	text-align: center;
	font-size: 48px;
	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: 20px 0;
	font-size: 26px;
}

.cp_comon_tit i {
	font-size: 34px;
	margin-right: 10px;
}

.put_xc_art_box {
	display: flex;
	justify-content: space-between;
}

/* 问答 */
.ask_mindoct_ul {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 20px;
	row-gap: 9px;
}

.ask_mindoct_all {
	display: flex;
	justify-content: space-between;
}

.ask_mindoct_box {
	width: 72%;
}

.ask_mindoct_rit {
	width: 28%;
}

.ask_mindoct_li {
	padding: 10px;
}

.ask_mindoct_li a {
	display: flex;
	justify-content: space-between;

}

.doct_img_name i {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.doct_img_name p {
	margin-top: 15px;
	font-size: 14px;
	text-align: center;
	color: #1d2028;
}

.ask_w_d dt {
	position: relative;
	padding-left: 34px;
	line-height: 24px;
	font-size: 18px;
}

.ask_w_d dt::before {
	content: '问';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	width: 24px;
	height: 24px;
	background: #ffbb44;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.ask_w_d .cont {
	margin-top: 6px;
	position: relative;
	padding-left: 34px;
	/* line-height: 24px; */
	font-size: 15px;
	color: #606370;
}

.ask_w_d .cont::before {
	content: '答';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	width: 24px;
	height: 24px;
	background: #FF7C85;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.tag_time {
	padding-left: 34px;
	font-size: 14px;
	color: #969AA9;
}

.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 10px;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
	row-gap: 15px;
}

.put_xc_video_uls li {
	position: relative;
	/* padding: 10px; */
	border-radius: 20px;
	transition: .3s;
}

.put_xc_video_uls li a {
	/* text-align: center; */
}

.put_xc_video_uls li a .cont {
	padding: 10px;
}

.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: 24px;
	font-weight: 600;
	color: #222222;
	margin: 20px 0;
	position: relative;
	z-index: 99;
}

.put_xc_video_uls li a .ms {
	color: #999999;
	font-size: 16px;
	margin-bottom: 10px;
}

.put_xc_video_uls li a .icon {
	text-align: center;
	font-size: 50px;
	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: 10px;
	width: 30px;
	height: 30px;
	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: 10px;
	/* height: 160px; */
	overflow: hidden;
}

.play_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 48px;
	height: 48px;
	margin: -24px 0 0 -24px;
	line-height: 48px;
	text-align: center;
	background: rgba(0, 0, 0, .35);
	border-radius: 100%;
	overflow: hidden;
}

.play_icon i {
	color: #fff;
	font-size: 22px;
}

.put_xc_video_uls li:hover a .number {
	opacity: 1;
}

.put_xc_video_uls li:hover {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 100;
	-ms-transform: translate(0, -10px);
	transform: translate(0, -10px);
}

/**** --------------------------------------------------------------------------- audio_Index 音频首页---------------------------------------------------------*****/
.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 25px;
	width: auto;
	line-height: 42px;
	border-bottom: 2px solid transparent;
	font-size: 16px;
	color: #000000;
	cursor: pointer;
}

.comm_audio_ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
	row-gap: 15px;
}

.comm_audio_li {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-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: 48px;
	height: 48px;
	margin: -24px 0 0 -24px;
	line-height: 48px;
	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: 22px;
}

.a_doc_con {
	padding: 10px;
}

.aud_title {
	font-size: 18px;
}

.aud_use .aud_img {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.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: 10px;
	/* 	border-top: 1px solid #018f60;
	border-left: 1px solid #018f60; */
}

.contact_us .li {
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	padding: 40px 10px;
	/* border-right: 1px solid #018f60;
	border-bottom: 1px solid #018f60; */
}

.contact_us .li h3 {
	color: #018f60;
	font-size: 18px;
}

.contact_us .li i {
	display: inline-block;
	color: #018f60;
	font-size: 36px;
}

.contact_us .li p {
	margin-top: 10px;
	font-weight: 400;
	font-size: 16px;
}

.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: 8px;
	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%;
	z-index: 1000;
	transition: all 0.5scubic-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 12px rgba(0, 0, 0, 0.15);
	border-radius: 30px 0 0 30px;
	padding: 12px 20px;
	/* transform: translateX(70%); */
	transition: transform 0.3s ease;
}

/* 图标样式 */
.phone-icon {
	width: 40px;
	height: 40px;
	background: #018f60;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	animation: pulse 2s infinite;
}

.phone-icon i{
	font-size: 20px;
	color: #fff;
}

/* 文字内容 */
.phone-content {
	white-space: nowrap;
}

.phone-text {
	color: #666;
	font-size: 14px;
	margin-bottom: 4px;
}

.phone-number {
	color: #018f60;
	font-size: 18px;
	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";
}