.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}

img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.img-center {
	text-align: center;
	font-size: 0;
}
.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.img-cover {
	overflow: hidden;
	border-radius: 6px;
}
.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.container {
	padding: 0 15px;
	width: 1200px;
	margin: 0 auto;
}

/* 产品详情外层排版优化，增加上下留白 */
.yunu-showcase {
	margin: 10px auto 30px;
	overflow: hidden;
	display: flex;
	gap: 2%;
	align-items: flex-start;
}
.pc-slide {
	float: left;
	width: 40%;
}
.yunu-showcase-info {
	flex: 1;
	margin-left: 0;
}
.yunu-showcase-info h1 {
	font-size: 22px;
	margin: 0 0 12px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px;
	color: #111;
	letter-spacing: 0.5px;
}
.yunu-showcase-info p {
	margin: 15px 0 0;
	color: #555;
	line-height: 1.9;
	font-size: 15px;
}
.yunu-showcase-info .tel {
	margin-top: 24px;
}
.yunu-showcase-info .tel a {
	line-height: 44px;
	color: #fff;
	display: inline-block;
	width: 130px;
	text-align: center;
	border-radius: 8px;
	background-color: #b30f1e;
	box-shadow: 0 3px 10px rgba(179,15,30,0.25);
	transition: all 0.26s ease;
	font-weight: 500;
}
.yunu-showcase-info .tel a:hover {
	background-color: #9c0d1a;
	box-shadow: 0 5px 16px rgba(179,15,30,0.35);
	transform: translateY(-3px);
}

/* 大图轮播美化：圆角+柔和阴影 */
.view .swiper-slide .imgauto {
	width: 100%;
	padding-top: 80%;
	position: relative;
	line-height: normal;
	background: #f5f7fa;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.view .swiper-slide .imgauto img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.view .swiper-container {
	width: 100%;
}

/* ========== 升级美化缩略图模块（解决裁切+质感升级） ========== */
.preview {
	width: 100%;
	margin-top: 16px;
	position: relative;
}
.preview .swiper-container {
	margin: 0 40px;
	height: auto;
}
.preview .swiper-slide .imgauto {
	width: 100%;
	padding-top: 89%;
	/* border: 1px solid #e0e0e0; */
	text-align: center;
	cursor: pointer;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	/* background: #f5f7fa; */
	transition: border-color 0.26s ease, box-shadow 0.26s ease;
}
.preview .swiper-slide .imgauto img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.preview .swiper-slide:hover .imgauto {
	border-color: #b30f1e;
	box-shadow: 0 0 0 1px rgba(179,15,30,0.2), 0 2px 8px rgba(0,0,0,0.06);
}
.preview .active-nav .imgauto {
	border: 2px solid #b30f1e;
	box-shadow: 0 0 0 3px rgba(179,15,30,0.12), 0 3px 10px rgba(0,0,0,0.08);
}

/* 左右轮播箭头全新美化，加大点击区域 */
.preview .arrow-left,
.preview .arrow-right {
	width: 36px;
	height: 36px;
	top: 50%;
	margin-top: -18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px auto;
	background-color: rgba(255,255,255,0.7);
	border-radius: 50%;
	transition: all 0.24s ease;
}
.preview .arrow-left {
	background-image: url(../images/feel3.png);
	left: 0;
}
.preview .arrow-right {
	background-image: url(../images/feel4.png);
	right: 0;
}
.preview .arrow-left:hover,
.preview .arrow-right:hover {
	background-color: #b30f1e;
}
.preview .arrow-left:hover {
	background-image: url(../images/feel3.png);
	filter: brightness(10);
}
.preview .arrow-right:hover {
	background-image: url(../images/feel4.png);
	filter: brightness(10);
}
.preview img {
	padding: 1px;
}
/* ========== 缩略图美化结束 ========== */

/* 放大镜弹窗升级，柔和阴影分层 */
div.zoomDiv {
	z-index: 9999 !important;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #eee;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
	box-shadow: 0 8px 30px rgba(0,0,0,0.18);
	border-radius: 6px;
}
div.zoomMask {
	position: absolute;
	background: url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

/* 搜索栏美化 圆角统一 */
.yunu-sou {
	padding: 16px 0;
	background-color: #f5f5f5;
	margin-bottom: 20px;
}
.yunu-sou .hot {
	float: left;
	padding: 6px 0;
}
.yunu-sou .hot a {
	margin-right: 12px;
	transition: color 0.24s ease;
	font-size: 14px;
}
.yunu-sou .hot a:hover {
	color: #b30f1e;
}
.yunu-sou .hot strong {
	color: #b30f1e;
	font-weight: 600;
}
.yunu-sou .hform {
	float: right;
}
.yunu-sou .hform input {
	float: left;
	font-size: 13px;
	border: 1px solid #e2e2e2;
	padding: 7px 14px;
	line-height: 18px;
	width: 220px;
	border-radius: 6px 0 0 6px;
	background: #fff;
}
.yunu-sou .hform button {
	border: 0;
	padding: 0;
	float: left;
	cursor: pointer;
	outline: none;
	width: 52px;
	height: 34px;
	background: #b30f1e;
	color: #fff;
	border-radius: 0 6px 6px 0;
	transition: background 0.24s ease;
	font-size: 13px;
}
.yunu-sou .hform button:hover {
	background: #9c0d1a;
}

.section {
	padding: 70px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 50px;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.6px;
}
.section-title small {
	display: block;
	font-weight: normal;
	font-size: 18px;
	margin-top: 8px;
	color: #666;
}
.section-title:after {
	display: block;
	content: '';
	background: url(../images/cptit.jpg) no-repeat center bottom / auto 100%;
	height: 18px;
	margin-top: 20px;
}

/* 左侧产品分类面板美化 圆角阴影 */
.in-prd-cate {
	float: left;
	width: 246px;
}
.in-prd-cate dl {
	margin: 0 0 14px;
	box-shadow: 0 1px 8px rgba(0,0,0,0.06);
	border-radius: 8px;
	overflow: hidden;
}
.in-prd-cate dt {
	margin-bottom: 0;
}
.in-prd-cate dt a {
	display: block;
	line-height: 52px;
	background: url(../images/cpfl.jpg) no-repeat center;
	color: #fff;
	padding-left: 22px;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease;
}
.in-prd-cate dt a:hover {
	background-image: url(../images/cpflh.jpg);
}
.in-prd-cate dd {
	margin: 0;
	border: none;
	padding: 12px 20px 14px;
	background: #fff;
}
.in-prd-cate dd li {
	border-bottom: 1px dashed #e3e3e3;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
	background: url(../images/flico.jpg) no-repeat 0 10px;
	padding-left: 20px;
	transition: color 0.24s ease;
	font-size: 14px;
}
.in-prd-cate dd li:last-child {
	border-bottom: none;
}
.in-prd-cate dd li a:hover {
	color: #b30f1e;
}
.in-prd-con {
	float: right;
	width: 922px;
}

/* 产品列表卡片hover立体优化 */
.list-1 {
	margin: -20px 0 0 -20px;
}
.list-1 li {
	float: left;
	width: 33.333333%;
}
.list-1 .wrap {
	margin: 20px 0 0 20px;
	background-color: #f5f5f5;
	padding: 12px;
	border-radius: 8px;
	transition: all 0.3s ease;
	box-shadow: 0 1px 6px rgba(0,0,0,0.04);
}
.list-1 .img-cover {
	display: block;
}
.list-1 .img-cover span {
	padding-top: 100%;
}
.list-1 .text {
	border-top: 0;
	padding: 20px 0 10px;
	text-align: center;
}
.list-1 .text h4 {
	margin: 0;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
}
.list-1 .text p {
	margin: 15px 0 0;
	font-size: 14px;
	color: #666;
}
.list-1 .text .bt {
	display: inline-block;
	margin: 0 15px;
	line-height: 32px;
	color: #fff;
	padding: 0 16px;
	background-color: #b30f1e;
	border: 1px solid transparent;
	border-radius: 6px;
	transition: all 0.24s ease;
	font-size: 13px;
}
.list-1 .wrap:hover {
	background-color: #f7c433;
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.list-1 .wrap:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.list-1 .wrap:hover a {
	color: #fff;
}
.list-1 .wrap:hover .bt {
	border-color: #fff;
	background-color: transparent;
}
.list-1 .wrap:hover .bt:last-child {
	background-color: #fff;
	color: #333;
}

.bg1 {
	background: url(../images/fabg.jpg) no-repeat center 0 / cover #f5f5f5;
}
.bg1 .section-title {
	color: #fff;
}
.bg1 .section-title:after {
	display: none;
}

.bg2 {
	background: url(../images/rzbg.jpg) no-repeat center / cover;
	color: #fff;
}
.bg2 .section-title:after {
	background-image: url(../images/cptit.png);
}

/* 内容主体区域 */
.ct2 {
	padding: 50px 0;
}
.ct2-sd {
	float: left;
	width: 240px;
}
.ct2-sd-right {
	float: right;
}
.ct2-mn {
	float: right;
	width: 100%;
}
.ct2-mn-left {
	float: left;
}

/* 侧边栏面板美化 */
.panel-sd {
	margin-bottom: 24px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 1px 8px rgba(0,0,0,0.06);
}
.panel-sd .tit {
	background-color: #b30f1e;
	color: #fff;
	text-align: center;
	line-height: 52px;
	font-size: 20px;
	font-weight: 600;
}
.panel-sd .bd {
	border: none;
	padding: 22px;
	background: #fff;
}
.contact-sd .tel {
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;
	text-align: center;
}
.contact-sd .tel strong {
	display: block;
	font-family: Impact;
	margin-top: 16px;
	font-size: 24px;
	color: #b30f1e;
}
.contact-sd p {
	margin: 12px 0 0;
	line-height: 1.8;
	color: #666;
	font-size: 14px;
}
.lanmu .tit {
	line-height: 62px;
	background-color: #b30f1e;
}
.lanmu li {
	margin-bottom: 22px;
}
.lanmu li:last-child {
	margin-bottom: 0;
}
.lanmu li>a {
	display: block;
	line-height: 38px;
	background-color: #b30f1e;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	transition: background 0.24s ease;
	font-weight: 500;
}
.lanmu li>a:hover {
	background-color: #9c0d1a;
}
.lanmu-box {
	margin-top: 12px;
}
.lanmu-box p {
	border-bottom: 1px dashed #e3e3e3;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
	background: url(../images/flico.jpg) no-repeat 0 10px;
	padding-left: 20px;
	margin: 0;
	transition: color 0.24s ease;
	font-size: 14px;
}
.lanmu-box p a:hover {
	color: #b30f1e;
}

.position {
	margin-bottom: 24px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 0 10px 28px;
	background: url(../images/logo_03.png) no-repeat 0 center;
	color: #666;
	font-size: 14px;
}

/* 新闻列表卡片美化 */
.list-4 li {
	margin-bottom: 14px;
}
.list-4 li a {
	display: block;
	overflow: hidden;
	padding: 22px;
	background-color: #f5f5f5;
	border-radius: 8px;
	transition: box-shadow 0.3s ease;
	box-shadow: 0 1px 6px rgba(0,0,0,0.04);
}
.list-4 li a:hover {
	box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}
.list-4 li .more {
	float: right;
	line-height: 38px;
	width: 94px;
	text-align: center;
	background-color: #999;
	color: #fff;
	margin-top: 20px;
	border-radius: 6px;
	transition: background 0.24s ease;
	font-size: 13px;
}
.list-4 li .more:hover {
	background-color: #b30f1e;
}
.list-4 li .date {
	float: left;
	width: 78px;
	background-color: #fff;
	text-align: center;
	padding: 16px 0;
	border-radius: 6px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
.list-4 li .date strong {
	display: block;
	font-family: Impact;
	font-size: 26px;
	line-height: 1;
	margin-bottom: 6px;
	color: #b30f1e;
}
.list-4 li .text {
	margin: 0 114px 0 98px;
}
.list-4 li .text h4 {
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	transition: color 0.24s ease;
}
.list-4 li .text h4:hover {
	color: #b30f1e;
}
.list-4 li .text p {
	margin: 6px 0 0;
	line-height: 1.8;
	height: 52px;
	overflow: hidden;
	color: #666;
	text-align: justify;
	font-size: 14px;
}
.list-4 li:nth-of-type(even) a {
	background-color: #edf6f4;
}

.list-3 {
	margin-top: -15px;
}
.list-3 li a {
	display: block;
	margin: 15px 0 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-3 li .img-center {
	overflow: hidden;
	border-radius: 6px;
}
.list-3 li .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-3 li .text {
	text-align: center;
	padding: 0 10px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 14px;
	margin-top: 8px;
}
.list-3 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.list-7 li a {
	display: block;
	line-height: 28px;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.24s ease;
}
.list-7 li a:hover {
	color: #b30f1e;
}
.list-7 li span {
	display: inline-block;
	vertical-align: top;
	width: 22px;
	line-height: 22px;
	text-align: center;
	background-color: #999;
	color: #fff;
	margin-top: 3px;
	margin-right: 6px;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	border-radius: 3px;
}
.list-7 li:nth-of-type(1) span, .list-7 li:nth-of-type(2) span, .list-7 li:nth-of-type(3) span {
	background-color: #b30f1e;
}

.content-title {
	margin-bottom: 24px;
	text-align: center;
}
.content-title h1 {
	font-size: 24px;
	margin: 0;
	color: #222;
}
.content-title p {
	margin: 16px 0 0;
	font-size: 13px;
	color: #999;
	border-top: 1px dashed #ddd;
	padding-top: 16px;
}
.content-title p span {
	padding: 0 10px;
	display: inline-block;
}
.content-body {
	line-height: 1.9;
	font-size: 15px;
	color: #444;
}
.content-body img {
	max-width: 100% !important;
	height: auto !important;
	border-radius: 6px;
	box-shadow: 0 1px 10px rgba(0,0,0,0.07);
	margin: 8px 0;
}
.content-exp {
	padding: 12px 16px;
	font-size: 13px;
	background-color: #f5f5f5;
	margin-top: 24px;
	border-radius: 8px;
}
.content-exp li {
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cp-content-tit {
	margin-bottom: 24px;
	font-weight: 600;
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;
	font-size: 20px;
	color: #d91626;
}
.cp-content-tit small {
	font-size: 13px;
	text-transform: uppercase;
	color: #999;
	padding-left: 6px;
	font-weight: normal;
}

/* 产品列表6 */
.list-6 {
	margin: -20px 0 0 -20px;
}
.list-6 li {
	float: left;
	width: 25%;
}
.list-6 li a {
	display: block;
	margin: 20px 0 0 20px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 1px 6px rgba(0,0,0,0.04);
	transition: all 0.3s ease;
}
.list-6 li a:hover {
	transform: translateY(-4px);
	box-shadow: 0 6px 16px rgba(0,0,0,0.09);
}
.list-6 li .img-cover {
	border: 1px solid #efefef;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-6 li .img-cover span {
	padding-top: 90%;
}
.list-6 li .text {
	margin-top: 12px;
	text-align: center;
	padding: 0 8px 10px;
}
.list-6 li .text h4 {
	margin: 0;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.24s ease;
	font-size: 15px;
}
.list-6 li a:hover .img-cover {
	border-color: #b30f1e;
}
.list-6 li a:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.list-6 li a:hover h4 {
	color: #b30f1e;
}

.yunu-menu-inner {
	text-align: center;
	margin-bottom: 40px;
	margin-top: -20px;
}
.yunu-menu-inner a {
	float: left;
	width: 16.666666666%;
}
.yunu-menu-inner span {
	display: block;
	margin-left: 1px;
	background-color: #f4f4f4;
	color: #333;
	font-size: 18px;
	line-height: 58px;
	transition: all 0.24s ease;
}
.yunu-menu-inner a:hover span, .yunu-menu-inner a.active span {
	background: #b30f1e;
	color: #fff;
}

.box-main {
	padding: 40px;
	background-color: #f5f5f5;
	border-radius: 10px;
	box-shadow: inset 0 2px 12px rgba(0,0,0,0.04);
}
.about-desc {
	margin-bottom: 40px;
	line-height: 1.9;
	font-size: 15px;
	color: #444;
}
.about-list {
	margin-left: -15px;
	margin-bottom: 40px;
}
.about-list li {
	float: left;
	width: 20%;
}
.about-list li a {
	display: block;
	border: 1px solid #eee;
	padding: 18px 15px;
	margin-left: 15px;
	border-radius: 8px;
	transition: all 0.24s ease;
	background: #fff;
	box-shadow: 0 1px 6px rgba(0,0,0,0.04);
}
.about-list li .text {
	margin-top: 18px;
}
.about-list li .text h4 {
	margin: 0;
	font-size: 16px;
	text-align: center;
	color: #b30f1e;
	font-weight: 600;
}
.about-list li .text p {
	margin: 12px 0 0;
	line-height: 1.8;
	text-align: justify;
	height: 150px;
	overflow: hidden;
	font-size: 14px;
	color: #555;
}
.about-list li a:hover {
	border-color: #b30f1e;
	box-shadow: 0 2px 12px rgba(179,15,30,0.12);
	transform: translateY(-3px);
}

.about-ser {
	margin: 0;
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 1px 10px rgba(0,0,0,0.05);
}
.about-ser dt {
	float: left;
	width: 220px;
}
.about-ser dd {
	margin-left: 220px;
	padding: 18px 22px;
}
.about-ser dd h4 {
	color: #b30f1e;
	margin: 0 0 12px;
	font-size: 17px;
	font-weight: 600;
}
.about-ser dd p {
	margin: 6px 0 0;
	font-size: 14px;
	color: #555;
	line-height: 1.8;
}
.about-ser dd strong {
	color: red;
}

.contact-desc {
	margin-bottom: 40px;
}
.contact-desc h4 {
	margin: 0;
	display: inline-block;
	padding: 0 42px;
	background-color: #b30f1e;
	color: #fff;
	line-height: 36px;
	font-size: 16px;
	border-radius: 8px;
	font-weight: 500;
	box-shadow: 0 2px 8px rgba(179,15,30,0.2);
}
.contact-desc p {
	margin: 22px 0 0;
	text-align: justify;
	line-height: 1.9;
	font-size: 15px;
	color: #444;
}
.contact-about {
	background-color: #fff;
	margin-bottom: 40px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 1px 12px rgba(0,0,0,0.06);
}
.map {
	height: 300px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 1px 8px rgba(0,0,0,0.07);
}
.liuyan {
	background: url(../images/on_bj.jpg) no-repeat center;
	padding: 129px 0 50px 419px;
	background-size: cover;
	border-radius: 10px;
	box-shadow: 0 2px 16px rgba(0,0,0,0.1);
}

.list-2 {
	margin: -20px 0 0 -20px;
}
.list-2 li {
	float: left;
	width: 25%;
}
.list-2 li a {
	display: block;
	margin: 20px 0 0 20px;
	border: 1px solid #eee;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 3px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 1px 6px rgba(0,0,0,0.04);
}
.list-2 li .img-center {
	overflow: hidden;
	height: 186px;
	line-height: 186px;
	border-radius: 6px;
}
.list-2 li .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-2 li a:hover {
	-webkit-box-shadow: 0 0 18px #ddd;
	box-shadow: 0 0 18px #ddd;
	transform: translateY(-4px);
}
.list-2 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.yunu-footer-fix {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #b30f1e;
	z-index: 10;
	display: none;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.12);
}
.yunu-footer-fix li {
	float: left;
	width: 25%;
}
.yunu-footer-fix li a {
	display: block;
	text-align: center;
	color: #fff;
	padding: 8px 0;
	font-size: 12px;
	line-height: 1;
}
.yunu-footer-fix li i {
	display: block;
	height: 22px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 5px;
}
.yunu-footer-fix li i.i1 {
	background-image: url(../images/f_01.png);
}
.yunu-footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}
.yunu-footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}
.yunu-footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}

/* 移动端媒体查询（保留全部适配逻辑，同步美化手机端） */
@media screen and (max-width: 767px) {
body {
	min-width: 320px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.container {
	width: auto;
	padding: 0 12px;
}
.kf {
	display: none;
}
.header {
	padding: 0px 0;
	position: fixed;
	z-index: 10;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}
.header .topbar, .header .text, .header .tel {
	display: none;
}
.header .logo {
	height: 50px;
	line-height: 30px;
	float: none;
	padding: 0;
}
.header .nav {
	margin: 10px 0 -10px;
	text-align: left;
	display: none;
	background-color: transparent;
	border-bottom: 0;
}
.header .nav ul {
	margin: 0 -15px;
}
.header .nav li {
	display: block;
	margin: 0;
	border-top: 1px solid #eee;
	background: none;
}
.header .nav li a {
	line-height: 40px;
	padding: 0 15px;
	color: #333;
	font-size: 15px;
}
.header .nav li .arr {
	display: block;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
	background-color: transparent;
	color: #b30f1e
}
.header .nav li.open .arr:after {
	border-color: #b30f1e;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.header .nav .dropdown-box {
	position: static;
	background-color: #f5f5f5;
	min-width: auto;
	text-align: left;
}
.header .nav .dropdown-box a {
	color: #333 !important;
	border-top: 1px dotted #ddd;
	padding: 0 15px;
	line-height: 40px;
	background-color: transparent !important;
	border-bottom: 0;
	font-size: 14px;
}
.header .nav .dropdown-box a:hover {
	background-color: transparent !important;
}
.menu-btn {
	display: block;
}
.banner .swiper-slide {
	height: 200px;
}
.banner .swiper-pagination {
	bottom: 10px;
}
.banner .swiper-pagination-bullet {
	width: 24px;
	height: 4px;
}

/* =========手机端轮播布局适配+美化========= */
.yunu-showcase {
	flex-direction: column;
	gap: 18px;
	margin: 8px auto 24px;
}
.pc-slide {
	float: none;
	width: 100%;
}
.yunu-showcase-info {
	width: 100%;
	margin: 0;
}
.yunu-showcase-info h1 {
	font-size: 20px;
}
/* 手机缩略图箭头缩小适配屏幕 */
.preview .swiper-container {
	margin: 0 30px;
}
.preview .arrow-left,
.preview .arrow-right {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-size: 8px auto;
}
/* 手机大图比例微调，避免过高 */
.view .swiper-slide .imgauto {
	padding-top: 92%;
	border-radius: 6px;
}
/* =========手机端轮播适配结束========= */

.yunu-showcase-info {
	margin: 20px 0 0;
}
.yunu-showcase-info h1 {
	padding-bottom: 10px;
}
.yunu-showcase-info p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.8;
}
.yunu-sou {
	padding: 0;
}
.yunu-sou .container {
	padding: 0;
}
.yunu-sou .hot {
	display: none;
}
.yunu-sou .hform {
	float: none;
	position: relative;
}
.yunu-sou .hform input {
	font-size: 14px;
	border-color: transparent;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 20px;
	padding: 9px 60px 9px 15px;
	border-radius: 0;
	background-color: #f5f5f5;
}
.yunu-sou .hform button {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 40px;
	font-size: 14px;
	border-radius: 0;
}
.section {
	padding: 30px 0;
}
.section-title {
	font-size: 20px;
	margin-bottom: 20px;
}
.section-title small {
	font-size: 12px;
}
.section-title:after {
	height: 12px;
	margin-top: 5px;
}
.in-prd-cate {
	display: none;
}
.in-prd-con {
	float: none;
	width: auto;
}
.list-1 {
	margin: -10px 0 0 -10px;
}
.list-1 li {
	width: 50%;
}
.list-1 .wrap {
	margin: 10px 0 0 10px;
	padding: 10px;
}
.list-1 .text {
	padding: 10px 0 0;
}
.list-1 .text p {
	display: none;
}
.in-jjfa {
	margin: -10px 0 0 -10px;
}
.in-jjfa li {
	width: 50%;
}
.in-jjfa li a {
	margin: 10px 0 0 10px;
}
.in-jjfa li .img-cover p {
	font-size: 14px;
	padding: 8px 0;
}
.in-jjfa li .text {
	padding: 10px;
	height: 140px;
}
.in-jjfa li .text p {
	font-size: 12px;
	line-height: 1.45;
	padding-left: 20px;
	background-position: 0 3px;
}
.in-jjfa li .text .more {
	display: none;
}
.hy-con {
	display: none;
}
.hy-menu {
	float: none;
	width: auto;
	margin: -20px 0 0 -10px;
	overflow: hidden;
}
.hy-menu li a {
	margin: 20px 0 0 10px;
}
.hy-menu li a:after {
	display: none;
}
.hy-menu li h4 {
	font-size: 14px;
	width: auto;
	background-color: #b30f1e;
}
.hy-menu li h4 small {
	display: none;
}
.hy-menu li p {
	font-size: 12px;
	line-height: 1.45;
	height: 52px;
}
.tel-tl {
	text-align: center;
	background-image: none;
}
.tel-tl dt {
	float: none;
}
.tel-tl dt a {
	margin: 0 auto;
}
.tel-tl dd {
	margin: 20px 0 0;
	float: none;
}
.in-rz {
	margin: -20px 0 0;
}
.in-rz li {
	width: 50%;
	margin: 20px 0 0;
}
.in-rz li .wrap {
	width: 131px;
	margin: 0 auto;
}
.in-rz-tel {
	margin-top: 30px;
}
.in-rz-tel p {
	background: none;
	width: auto;
	padding: 0;
	height: auto;
}
.in-rz-tel strong {
	display: block;
}

.ct2 {
	padding: 30px 0;
}
.ct2-sd {
	width: 100%;
}
.ct2-mn {
	float: none;
	width: auto;
}
.position {
	font-size: 12px;
	display: none;
}
.list-4 li a {
	padding: 14px;
}
.list-4 li .more {
	display: none;
}
.list-4 li .date {
	font-size: 12px;
	width: 60px;
	padding: 10px 0;
}
.list-4 li .date strong {
	font-size: 18px;
}
.list-4 li .text {
	margin: 0 0 0 70px;
}
.list-4 li .text h4 {
	font-size: 14px;
}
.list-4 li .text p {
	font-size: 12px;
	height: 42px;
	margin-top: 2px;
}
.content-title {
	margin-bottom: 15px;
}
.content-title p {
	margin-top: 10px;
	padding-top: 10px;
}
.content-title p span {
	padding: 0 5px;
}
.content-exp {
	margin-top: 15px;
}

.hlbd .form-group {
	width: 100%;
}
.form-content.yzm .form-control {
	width: 80px;
}
.form-content.yzm .img {
	height: 34px;
	width: 90px;
}
.list-6 {
	margin: -10px 0 0 -10px;
}
.list-6 li {
	width: 50%;
}
.list-6 li a {
	margin: 10px 0 0 10px;
}
.yunu-menu-inner {
	display: none;
}
.box-main {
	padding: 18px;
}

.liuyan {
	padding: 0;
	background: none;
}
.list-2 {
	margin: -10px 0 0 -10px;
}
.list-2 li {
	width: 50%;
}
.list-2 li a {
	margin: 10px 0 0 10px;
}
.list-2 li .img-center {
	height: 110px;
	line-height: 110px;
}
}