/*index*/
.cl{
	clear: both;
}
.phone {
	display: none;
}
.m_navi dl dd a i{
	margin: 34px 0px 0 10px !important;
}
#menu01,#menu02,#menu03,#menu04,#menu05,#menu06,#menu07,.menu,.nav_box{
	display: none;
}
.section-2 .m_headtop1,
.section-4 .m_headtop1,
.section-6 .m_headtop1{
	background: #fff;
	box-shadow: 0 5px 10px -5px #c1c1c1;
}
.section-2 .m_yuyan ul li a,
.section-4 .m_yuyan ul li a,
.section-6 .m_yuyan ul li a{
	color: #cecece;
}
.section-2 .m_yuyan ul li a:hover,
.section-2 .m_yuyan ul li a.yhov {
	color: #ffae00;
}
.section-4 .m_yuyan ul li a:hover,
.section-4 .m_yuyan ul li a.yhov {
	color: #ffae00;
}
.section-6 .m_yuyan ul li a:hover,
.section-6 .m_yuyan ul li a.yhov {
	color: #ffae00;
}
.section-2 .menu span,
.section-4 .menu span,
.section-6 .menu span{
	background: #0073cf;
}
.flexslider .slides > li{
	height: 100vh;
}
.flexslider .slides img {
	object-fit: cover;
}
.bn_btn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.table02,.tab_btn{
	display: none;
}

.m_about1_cokk a{
	color: #333 !important;
}
.z_cc .swiper-slide img{
	width: 100%;
	height: 330px;
	object-fit: cover;
}


.swiper-fullpage{
    width: 100%;
    height: 100vh !important; /* 关键：视口高度撑满 */
    position: relative;
    overflow: hidden;
}
.swiper-fullpage > .swiper-wrapper > .swiper-slide {
    height: 100vh !important; /* 仅全屏滚动的每屏撑满 */
    overflow: hidden !important;
    position: relative !important;
    box-sizing: border-box !important;
}
.section-btn {
	width: 46px;
	position: fixed;
	right: 4%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 90;
  }
  
  .section-btn li {
	width: 46px;
	height: 20px;
	cursor: pointer;
	margin-bottom: 12px;
	cursor: pointer;
	position: relative;
	z-index: 3;
	float: right;
	font-family: Arial;
	font-size: 14px;
	text-align: right;
	color: #ddd;
	background: none;
	font-weight: bold;
  }
  .section-btn li.on {
	color: #ffce00;
  }
  
  .section-btn li font {
	float: left;
	width: 23px;
	margin: 6px 6px 0 0;
	display: none;
  }
  .section-btn li.on font {
	float: left;
	width: 23px;
	margin: 6px 6px 0 0;
	display: block;
  }




/*about*/
.s_honor img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* contact */
.map{
	width: 100%;
	height: 360px;
	overflow: hidden;
	margin-bottom: 40px;
}
.map_txt{
	padding: 10px;
	font-size: 14px;
}
.map_txt h3{
	color: #eb543f;
	font-size: 18px;
	margin-bottom: 5px;
}


@media only screen and (max-width: 1023px) {
	body{
		font-size: 0.26rem;
	}
	img {
		width: 100%;
	}
	*{
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	a{
		text-decoration: none;
		color: inherit;
	}
	a:hover{
		text-decoration: none;
	}
	.pc {
		display: none !important;
	}
	.phone {
		display: block;
	}
	.content{
		width: 92%;
	}


	/*index*/
	.section-btn{
		display: none;
	}
	.m_headtop1{
		height: 1.1rem;
	}
	.m_logo{
		width: 3rem;
	}
	.m_yuyan{
		margin: 0.35rem 0.9rem 0 0;
	}
	.m_yuyan img{
		display: none;
	}
	.m_yuyan ul li {
		margin: 0;
		padding: 0;
		height: 0.4rem;
	}
	.m_yuyan ul li:last-child {
		margin:0;
		padding: 0;
		height: 0.4rem;
	}
	.m_yuyan ul li a {
		font-size: 0.24rem;
		line-height: 0.4rem;
		height: 0.4rem;
		padding: 0 0.2rem;
	}
	.m_navbox1{
		display: none;
	}
	.menu {
		position: absolute;
		top: 0.42rem;
		right: 2.5%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 0.5rem;
		height: 0.5rem;
		transition: transform 250ms ease;
		cursor: pointer;
		z-index: 200;
		display: block;
	}
	.menu span {
		position: relative;
		display: block;
		width: 100%;
		height: 2px;
		margin-top: 2px;
		background: #fff;
		border-radius: 5px;
		transition: transform 250ms ease;
		z-index: 200;
	}
	.menu span:nth-of-type(1) {
		transform: translateY(-6px);
	}
	.menu span:nth-of-type(3) {
		transform: translateY(6px);
	}
	#menu01,#menu02,#menu03,#menu04,#menu05,#menu06,#menu07 {
		display: none;
	}
	#menu01:checked ~ .menu,
	#menu02:checked ~ .menu,
	#menu03:checked ~ .menu,
	#menu04:checked ~ .menu,
	#menu05:checked ~ .menu,
	#menu06:checked ~ .menu,
	#menu07:checked ~ .menu {
		background-color: transparent;
		transition: transform 250ms ease;
	}
	#menu01:checked ~ .menu span,
	#menu02:checked ~ .menu span,
	#menu03:checked ~ .menu span,
	#menu04:checked ~ .menu span,
	#menu05:checked ~ .menu span,
	#menu06:checked ~ .menu span,
	#menu08:checked ~ .menu span {
		background-color: #fff !important;
		transition: transform 250ms ease;
		margin: 0;
	}
	#menu01:checked ~ .menu span:nth-of-type(1),
	#menu02:checked ~ .menu span:nth-of-type(1),
	#menu03:checked ~ .menu span:nth-of-type(1),
	#menu04:checked ~ .menu span:nth-of-type(1),
	#menu05:checked ~ .menu span:nth-of-type(1),
	#menu06:checked ~ .menu span:nth-of-type(1),
	#menu07:checked ~ .menu span:nth-of-type(1) {
		transform: translateY(3px) rotate(45deg);
		width: 100% !important;
		margin-top: 4px;
	}
	#menu01:checked ~ .menu span:nth-of-type(2),
	#menu02:checked ~ .menu span:nth-of-type(2),
	#menu03:checked ~ .menu span:nth-of-type(2),
	#menu04:checked ~ .menu span:nth-of-type(2),
	#menu05:checked ~ .menu span:nth-of-type(2),
	#menu06:checked ~ .menu span:nth-of-type(2),
	#menu07:checked ~ .menu span:nth-of-type(2) {
		display: none;
	}
	#menu01:checked ~ .menu span:nth-of-type(3),
	#menu02:checked ~ .menu span:nth-of-type(3),
	#menu03:checked ~ .menu span:nth-of-type(3),
	#menu04:checked ~ .menu span:nth-of-type(3),
	#menu05:checked ~ .menu span:nth-of-type(3),
	#menu06:checked ~ .menu span:nth-of-type(3),
	#menu07:checked ~ .menu span:nth-of-type(3) {
		transform: translateY(-3px) rotate(-45deg);
		width: 100% !important;
		margin-top: 4px;
	}
	#menu01:checked ~ .nav_box,
	#menu02:checked ~ .nav_box,
	#menu03:checked ~ .nav_box,
	#menu04:checked ~ .nav_box,
	#menu05:checked ~ .nav_box,
	#menu06:checked ~ .nav_box,
	#menu07:checked ~ .nav_box {
		display: block;
		transition: 500ms ease;
	}
	.nav_box {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		padding-top: 1rem;
		background: #0073cf;
		z-index: 99;
		display: none;
	}
	.nav01 {
		width: 94%;
		height: 90vh;
		padding-bottom: 0.3rem;
		margin: 0 auto;
		overflow-y: scroll;
	}
	.nav01::-webkit-scrollbar {
		display: none;
	}
	.nav01 dt {
		position: relative;
		display: block;
		font-size: 0.32rem;
		line-height: 1rem;
		color: #fff;
	}
	.nav01 dt a {
		color: #fff;
		font-weight: normal;
		display: block;
		margin: 0;
		text-decoration: none;
		text-transform: uppercase;
	}
	.nav01 dt h1{
		font-size: 0.32rem;
		line-height: 1rem;
		font-weight: normal;
		position: relative;
		margin: 0;
	}
	.nav01 dt em{
		font-style: normal;
	}
	.nav01 dt i {
		display: block;
		width: 0.15rem;
		height: 0.26rem;
		background: url(../images/arrow_01.png) no-repeat right center;
		background-size: 100% 100%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}
	.nav01 dt.current i {
		width: 0.26rem;
		height: 0.15rem;
		background: url(../images/arrow_02.png) no-repeat right center;
		background-size: 100% 100%;
	}
	.m_navi_updown {
		width: 100%;
		display: none;
	}
	.m_navi_updown ul {
		width: 100%;
		padding: 0;
		height: auto;
	}
	.m_navi_updown ul li {
		width: 100%;
		line-height: 0.8rem;
		height: auto;
		float: none;
		margin: 0;
		border-bottom: none;
	}
	.utxt h3{
		font-size: 0.3rem;
		line-height: 0.8rem;
		font-weight: normal;
		color: rgba(255, 255, 255, 0.8);
		margin: 0;
	}

	.m_index1_bottom{
		height: 2.4rem;
	}
	.m_index1_bottom ul {
		width: 100%;
		margin: 0;
	}
	.m_index1_bottom ul li {
		width: 33.33%;
		height: 2.4rem;
		padding: 0.1rem 2%;
	}
	.m_index1_bottom ul li a{
		width: 100%;
		height: 100%;
	}
	.m_index1_bottom ul li a img {
		float: none;
		width: 0.7rem;
		margin: 0 auto 0.1rem;
		display: block;
	}
	.m_index1_bottom ul li a h3 {
		width: 100%;
		height: auto;
		font-size: 0.28rem;
		line-height: 0.36rem;
		text-align: center;
	}
	  .m_index1_bottom ul li a h3 font {
		height: auto;
		font-size: 0.2rem;
		line-height: 0.24rem;
		text-align: center;
	}

	.flexslider .slides img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.m_index{
		width: 92%;
	}

	.m_aboutbg{
		display: none;
	}
	.m_abocon{
		float: none;
		padding: 1rem 0 0.3rem;
		background: url(../images/index_lbgc1.jpg) no-repeat center bottom;
		background-size: cover;
	}
	.m_about1 {
		width: 100%;
		float: none;
		margin: 10% 0 0 0;
	}
	.m_about1_imgs {
		width: 100%;
		float: none;
		margin: 2% 0 0 0;
	}
	.m_about1_cokk{
		float: none;
	}
	.m_about1_cokk h3 {
		float: none;
		font-size: 0.36rem;
		line-height: 0.5rem;
	}
	.m_about1_cokk h4 {
		float: none;
		font-size: 0.3rem;
		line-height: 0.5rem;
	}
	.m_about1_cokk h5 {
		width: 100%;
		float: none;
		height: 2.8rem;
		margin: 0.4rem 0;
		font-size: 0.24rem;
		line-height: 0.4rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 7;
		-webkit-box-orient: vertical;
		white-space: normal;
	}
	.m_about1_cokk h6 {
		float: none;
		background: url(../images/line01.png) no-repeat right 0.14rem;
		height: 0.4rem;
	}
	.m_about1_cokk h6 a {
		height: 0.6rem;
		float: none;
	}
	.m_about1_cokk h6 a font {
		width: 2rem;
		height: 0.6rem;
		font-size: 0.24rem;
		line-height: 0.6rem;
	}
	.m_about1_imgs {
		float: none;
		margin: 0.6rem 0 0 0;
	}
	.m_about1_imgs ul {
		float: none;
	}
	.m_about1_imgs ul li {
		width: 25%;
		height: auto;
		min-height: 1.2rem;
	}
	.m_about1_imgs ul li:last-child {
		width: 25%;
		height: auto;
		min-height: 1.2rem;
	}
	.m_about1_imgs ul li img {
		width: 50%;
	}
	.m_about1_imgs ul li font {
		height: 0.4rem;
		float: none;
		font-size: 0.28rem;
		line-height: 0.4rem;
		text-align: center;
		width: 100% !important;
		display: block;
	}
	.m_about2 {
		width: 100%;
		float: none;
		margin: 0.6rem 0 0 0;
	}
	.m_about2_imgs {
		width: 50%;
		float: none;
		margin: 0 auto;
	}

	.m_workshopbg img{
		object-fit: cover;
	}
	.m_newbg{
		background-size: cover;
	}
	.m_contabg img{
		object-fit: cover;
	}
	.m_equipbg img{
		object-fit: cover;
	}

	.m_aprobg{
		float: none;
	}
	.m_aprobg img{
		object-fit: cover;
	}
	.m_apro {
		float: none;
		margin-top: 2rem;
	}
	.m_apro_cokk{
		float: none;
		margin-bottom: 0.8rem;
	}
	.m_apro_cokk div{
		width: 70% !important;
	}
	.m_apro_cokk h3 {
		float: none;
		font-size: 0.36rem;
		line-height: 0.6rem;
	}
	.m_apro_cokk h4 {
		float: none;
		font-size: 0.3rem;
		line-height: 0.6rem;
	}
	.m_apro_cokk h6 {
		width: 30%;
		background: url(../images/line02.png) no-repeat left bottom;
		height: 0.6rem;
		margin: 0.3rem 0 0 0;
	}
	.m_apro_cokk h6 a {
		height: 0.6rem;
	}
	.m_apro_cokk h6 a font {
		width: 2rem;
		height: 0.4rem;
		font-size: 0.24rem;
		line-height: 0.4rem;
	}
	.m_apro_list {
		float: none;
		height: auto;
		background: none;
	}
	.m_apro_list .swiper-slide {
		font-size: 0.28rem;
		height: 7rem;
		width: 100%;
	}
	.m_apro_list .swiper-slide img {
		height: 4.5rem;
	}
	.m_apro_list .swiper-slide h3 {
		width: 100%;
		height: 0.7rem;
		float: none;
		margin: 0 0 0 0.3rem;
		font-size: 0.28rem;
		line-height: 0.7rem;
	}
	.m_apro_list .swiper-slide:hover h3 {
		width: 100%;
		height: 0.8rem;
		float: none;
		margin: 0 0 0 0.3rem;
		font-size: 0.32rem;
		line-height: 0.8rem;
	}
	.m_apro_list .swiper-slide h4 {
		width: 100%;
		height: 0.7rem;
		float: none;
		margin: 0 0 0 0.3rem;
		font-size: 0.26rem;
		line-height: 0.4rem;
	}
	.m_apro_list .swiper-slide:hover h4 {
		width: 100%;
		height: 0.7rem;
		float: none;
		margin: 0 0 0 0.3rem;
		font-size: 0.3rem;
		line-height: 0.7rem;
	}
	.m_apro_list .index_pagination{
		display: none;
	}

	.m_equipbg{
		float: none;
	}
	.m_equip_con{
		margin-top: 2rem;
	}
	.m_equip_cokk{
		float: none;
		margin-bottom: 0.8rem;
	}
	.m_equip_cokk div{
		width: 70% !important;
	}
	.m_equip_cokk h3 {
		float: none;
		font-size: 0.36rem;
		line-height: 0.6rem;
	}
	.m_equip_cokk h4 {
		float: none;
		font-size: 0.3rem;
		line-height: 0.6rem;
	}
	.m_equip_cokk h6 {
		width: 30%;
		background: url(../images/line06.png) no-repeat left bottom;
		height: 0.6rem;
		margin: 0.3rem 0 0 0;
	}
	.m_equip_cokk h6 a {
		height: 0.6rem;
	}
	.m_equip_cokk h6 a font {
		width: 2rem;
		height: 0.4rem;
		font-size: 0.24rem;
		line-height: 0.4rem;
	}
	.m_equip_imgs {
		margin-top: 0;
	}
	.z_cc{
		width: 100%;
		overflow: hidden;
	}
	.z_cc .swiper-container{
		padding-bottom: 2rem;
	}
	.z_cc .swiper-slide{
		font-size: 0.28rem;
	}
	.z_cc .swiper-slide img{
		width: 100%;
		height: 5rem;
		object-fit: cover;
	}
	.z_cc .swiper-slide-active font {
		width: 70%;
		left: 0;
		bottom: -0.3rem;
		height: 0.6rem;
		font-size: 0.26rem;
		line-height: 0.6rem;
	}

	.m_works{
		float: none;
	}
	.m_works dl{
		width: 100%;
		margin-top: 0;
	}
	.m_works dl dd{
		float: none;
		width: 100%;
		height: 4rem;
	}
	.m_works dl dt{
		width: 50%;
		height: 2rem;
	}
	.m_works dl dd a font{
		width: 100%;
		height: 0.5rem;
		float: none;
		padding: 0 0 0 0.2rem;
		font-size: 0.26rem;
		line-height: 0.5rem;
	}

	.m_new_con{
		float: none;
		padding-top: 1.2rem;
	}
	.m_news_left{
		width: 100%;
		float: none;
	}
	.m_news_cokk{
		float: none;
		margin-bottom: 0.8rem;
	}
	.m_news_cokk div{
		width: 70% !important;
	}
	.m_news_cokk h3 {
		float: none;
		font-size: 0.36rem;
		line-height: 0.6rem;
	}
	.m_news_cokk h4 {
		float: none;
		font-size: 0.3rem;
		line-height: 0.6rem;
	}
	.m_news_cokk h6 {
		width: 58%;
		background: url(../images/line06.png) no-repeat left bottom;
		height: 0.6rem;
		margin: 0.3rem 0 0 0;
	}
	.m_news_cokk h6 a {
		height: 0.6rem;
	}
	.m_news_cokk h6 a font {
		width: 2rem;
		height: 0.4rem;
		font-size: 0.24rem;
		line-height: 0.4rem;
	}
	.m_news_new{
		display: none;
	}
	.m_news_list{
		width: 100%;
		float: none;
		margin:0;
	}
	.m_news_list ul{
		float: none;
	}
	.m_news_list ul li{
		height: 1.6rem;
		float: none;
		margin-bottom: 0.2rem;
	}
	.m_news_list ul li:hover {
		width: 100%;
		float: none;
		height: 1.6rem;
		background: none;
	  }
	.m_news_list ul li a{
		width: 100%;
		float: none;
		margin:0;
	}
	.m_news_list ul li a h3 {
		height: 0.4rem;
		float: none;
		font-size: 0.24rem;
		line-height: 0.4rem;
	}
	.m_news_list ul li a h4 {
		height: 0.4rem;
		float: none;
		font-size: 0.24rem;
		line-height: 0.4rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.m_news_list ul li a h5 {
		float: none;
		margin: 0;
	}
	.m_news_list ul li a h5 font {
		width: 2rem;
		height: 0.6rem;
		float: none;
		font-size: 0.24rem;
		line-height: 0.6rem;
	}
	.m_news_list ul li a h5 font img{
		width: 0.4rem;
	}
	.m_news_list ul li a h5 font img.imgn1 {
		margin: 0.1rem 0.2rem 0 0;
	}
	.m_news_list ul li a h5 font img.imgn2 {
		margin: 0.1rem 0.2rem 0 0;
	}
	.m_news_list ul li:hover h3,
	.m_news_list ul li:hover h4 {
		color: #333;
	}
	.m_news_list ul li:hover a h5 font {
		color: #333;
	}
	.m_news_list ul li:hover img.imgn1 {
		margin: 0.1rem 0.2rem 0 0;
		display: block;
	}
	.m_news_list ul li:hover img.imgn2 {
		margin: 0.1rem 0.2rem 0 0;
		display: none;
	}

	.m_index_conta {
		float: none;
		margin-top: 1.4rem;
	}
	.m_conta_cokk {
		float: none;
		margin-bottom: 0.2rem;
	}
	.m_conta_cokk h3 {
		float: none;
		font-size: 0.36rem;
		line-height: 0.6rem;
	}
	.m_conta_cokk h4 {
		float: none;
		font-size: 0.3rem;
		line-height: 0.6rem;
	}
	.m_contactbg {
		width: 100%;
		height: auto;
		float: none;
		background: #fff url(../images/conleft.jpg) no-repeat left bottom;
		background-size: cover;
	  }
	.m_contxt {
		width: 100%;
		float: none;
		margin: 0;
		font-size: 0.24rem;
		line-height: 0.4rem;
		padding: 0.2rem;
	}
	.m_contxt h3 {
		float: none;
		font-size: 0.3rem;
		line-height: 0.5rem;
	}
	.m_contxt img {
		float: none;
		width: 0.3rem;
		display: inline-block;
		vertical-align: middle;
		margin: 0.05rem 0 0 0.2rem;
	}
	.m_index_gbk {
		width: 100%;
		float: none;
		margin: 0;
		background: #fff;
		padding: 0.2rem;
	}
	.m_index_gbk h3 {
		float: none;
		font-size: 0.3rem;
		line-height: 0.5rem;
	}
	table.table1 {
		display: none;
	}
	.table02{
		width: 100%;
		display: block;
	}
	.table02 li{
		font-size: 0.22rem;
		color: #434343;
		line-height: 0.6rem;
		margin-bottom: 0.2rem;
	}
	.w01{
		float: left;
		width: 20%;
		font-size: 0.27rem;
	}
	.w02{
		float: left;
		width: 80%;
	}
	.w02 img{
		width: 95%;
		height: 0.6rem;
		border-radius: 0.1rem;
		overflow: hidden;
	}
	.table02{
		padding-top: 0.2rem;
	}
	.table02 td {
		font-size: 0.24rem;
		color: #434343;
		line-height: 0.46rem;
		text-align: left;
		font-weight: normal;
	  }
	.table02 h3{
		font-size: 0.24rem;
		color: #434343;
		line-height: 0.46rem;
		text-align: left;
		font-weight: normal;
	}
	.tabt1 {
		width: 100%;
		height: 0.6rem;
		float: none;
		padding-left: 0.2rem;
		margin-left: 0;
		font-size: 0.24rem;
		line-height: 0.6rem\9;
		line-height: 0.6rem;
		border-radius: 0.1rem;
	}
	.tabt2 {
		width: 100%;
		height: 0.6rem;
		float: none;
		padding-left: 0.2rem;
		margin-left: 0;
		font-size: 0.24rem;
		line-height: 0.6rem\9;
		line-height: 0.6rem;
		border-radius: 0.1rem;
	}
	.tabt3 {
		width: 28%;
		height: 0.6rem;
		float: left;
		margin-left: 0;
		margin-right: 0.1rem;
		font-size: 0.24rem;
		line-height: 0.6rem\9;
		line-height: 0.6rem;
		border-radius: 0.1rem;
	}
	.tabt4 {
		width: 100%;
		height: 0.9rem;
		float: left;
		font-size: 0.24rem;
		line-height: 0.9rem\9;
		line-height: 0.9rem;
		border-radius: 0.1rem;
	}
	.tab_btn{
		width: 100%;
		height: 0.9rem;
		display: block;
	}
	.m_index_foot1{
		display: none;
	}
	.m_index_fcon {
		float: none;
		height: auto;
		font-size: 0.22rem;
		line-height: 0.34rem;
		padding: 0.1rem 0;
		margin: 0;
		bottom: 0;
	}
	.s_index_fcon {
		float: none;
		height: auto;
		font-size: 0.22rem;
		line-height: 0.34rem;
		padding: 0.1rem 0;
		margin: 0;
		bottom: 0;
	}


	/* about */
	.s_headtop2{
		height: 1.1rem;
	}
	.s_headtop2 .menu span{
		background: #0073cf;
	}
	.m_yuyan2{
		margin: 0.35rem 0.9rem 0 0;
	}
	.m_yuyan2 img{
		display: none;
	}
	.m_yuyan2 ul li {
		margin: 0;
		padding: 0;
		height: 0.4rem;
	}
	.m_yuyan2 ul li:last-child {
		margin:0;
		padding: 0;
		height: 0.4rem;
	}
	.m_yuyan2 ul li a {
		font-size: 0.24rem;
		line-height: 0.4rem;
		height: 0.4rem;
		padding: 0 0.2rem;
	}
	.m_yuyan2 ul li a:hover,
	.m_yuyan2 ul li a.yhov {
		color: #ffae00;
	}

	.z_banner {
		float: none;
		height: 4.3rem;
		margin-top: 1.1rem;
	}
	.z_banner_img {
		width: 100% !important;
		height: 4.3rem;
		float: none;
		left: 0;
		margin-left: 0 !important;
	}
	.z_banner_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.z_banner .dt {
		font-size: 0.34rem;
		width: 90%;
		margin: 0;
		left: 5%;
		right: auto;
		top: 50%;
		transform: translateY(-50%);
		height: auto;
	}
	.z_banner .dt h3 {
		float: none;
		margin-top: 0;
		font-size: 0.4rem;
		line-height: 0.5rem;
		padding-bottom: 0.2rem;
		margin-bottom: 0.2rem;
	}
	.z_banner .dt h3::before {
		width: 0.7rem;
	}
	.z_banner .ddt {
		font-size: 0.34rem;
		width: 90%;
		margin: 0;
		left: 5%;
		right: auto;
		top: 50%;
		transform: translateY(-50%);
		height: auto;
	}
	.z_banner .ddt h3 {
		float: none;
		margin-top: 0;
		font-size: 0.4rem;
		line-height: 0.5rem;
		padding-bottom: 0.2rem;
		margin-bottom: 0.2rem;
	}
	.z_banner .ddt h3::before {
		width: 0.7rem;
	}

	.z_maxbg {
		width: 100%;
		height: auto !important;
		min-height: 9rem;
		background: none;
		float: none;
	}
	.z_max{
		width: 92%;
	}
	.z_weizi {
		float: none;
		font-size: 0.24rem;
		height: 0.8rem;
		line-height: 0.8rem;
	}
	.z_weizi img {
		width: 0.26rem;
		margin: 0.25rem 0.1rem 0 0;
	}

	.z_title {
		float: none;
		margin: 0.4rem 0;
	}
	.z_title a {
		font-size: 0.26rem;
		width: 50%;
		height: 0.8rem;
		line-height: 0.8rem;
		margin: -1px 0 0 -1px;
		border-right: 1px solid #eee;
	}
	.z_ftitle {
		float: none;
		padding-bottom: 0.2rem;
		margin-bottom: 0.5rem;
		font-size: 0.32rem;
	}
	.z_ftitle::before {
		width: 0.7rem;
	}

	.z_aa {
		float: none;
		line-height: 0.4rem;
		font-size: 0.24rem;
		text-align: justify;
		margin-bottom: 0.6rem;
	}
	.z_aa h3 {
		font-size: 0.34rem;
		line-height: 0.48rem;
		margin-bottom: 0.3rem;
	}

	.z_aa1 {
		float: none;
		padding: 0 1.1rem;
		margin-bottom: 0.55rem;
	}
	.z_aa1 .swiper-container {
		float: none;
		padding: 0;
		height: 6.6rem;
	}
	.z_aa1 .swiper-container .swiper-slide{
		height: 6.6rem;
	}
	.z_aa1 .swiper-container .swiper-slide img{
		height: 100%;
		object-fit: cover;
	}
	.z_aa1 .swiper-container .swiper-slide-active,
	.z_aa1 .swiper-container .swiper-slide-duplicate-active {
		transform: scale(1);
		z-index: 9;
	}
	.z_aa1 .swiper-button-next,
	.z_aa1 .swiper-button-prev {
		width: 0.55rem;
		height: 0.55rem;
	}
	.z_aa1 .swiper-button-prev{
		background-size: 100% 100%;
	}
	.z_aa1 .swiper-button-prev:hover{
		background-size: 100% 100%;
	}
	.z_aa1 .swiper-button-next {
		background-size: 100% 100%;
	}
	.z_aa1 .swiper-button-next:hover {
		background-size: 100% 100%;
	}

	.z_aa2 {
		float: none;
		padding-bottom: 0.7rem;
		margin-bottom: 0.5rem;
	}
	.z_aa2 .swiper-container {
		float: none;
		height: 5.7rem;
	}
	.z_aa2 .swiper-container .swiper-slide .li {
		font-size: 0.26rem;
	}
	.z_aa2 .swiper-container .swiper-slide .li img {
		width: 100%;
		height: 4.6rem;
		margin-bottom: 0.3rem;
	}
	.z_aa2 .swiper-button-next,
	.z_aa2 .swiper-button-prev {
		width: 0.55rem;
		height: 0.55rem;
	}
	.z_aa2 .swiper-button-prev {
		background-size: 100% 100%;
		left: 0;
	}
	.z_aa2 .swiper-button-prev:hover {
		background-size: 100% 100%;
		left: 0;
	}
	.z_aa2 .swiper-button-next {
		background-size: 100% 100%;
		right: 0;
	}
	.z_aa2 .swiper-button-next:hover {
		background-size: 100% 100%;
		right: 0;
	}


	.s_honor {
		float: none;
		margin-bottom: 0.4rem;
	}
	.s_honor ul {
		width: 100%;
		float: none;
	}
	.s_honor ul li {
		width: 100%;
		height: 5.5rem;
		float: none;
		margin: 0 0 0.4rem 0;
	}
	.s_honor ul li .hpic {
		width: 100%;
		height: 4rem;
		line-height: auto;
	}
	.s_honor ul li .hpic_img {
		width: 100%;
		height: 100%;
		line-height: auto;
		object-fit: cover;
	}
	.s_honor ul li .hpic img {
		max-width: 100%;
		max-height: 100%;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.s_honor ul li a font {
		width: 100%;
		text-align: center;
		height: 0.8rem;
		float: none;
		line-height: 0.8rem;
		font-size: 0.28rem;
		display: block;
	}


	/*news*/
	.s_news {
		float: none;
		margin-bottom: 0.4rem;
	}
	.s_news ul {
		width: 100%;
		float: none;
	}
	.s_news ul li {
		width: 100%;
		height: auto;
		float: none;
		margin: 0 0 0.4rem 0;
	}
	.s_news ul li:hover {
		width: 100%;
		height: auto;
		float: none;
		margin: 0 0 0.4rem 0;
	}
	.s_news ul li .npic1 {
		width: 100%;
		height: 5rem;
		float: none;
	}
	.s_news ul li .npic1 img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.s_new_txt {
		width: 100%;
		float: none;
		margin: 0;
		padding: 0.4rem;
	}
	.s_new_txt h3 {
		height: 0.4rem;
		float: none;
		font-size: 0.24rem;
		line-height: 0.4rem;
		font-weight: normal;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.s_new_txt h4 {
		height: 0.4rem;
		float: none;
		font-size: 0.26rem;
		line-height: 0.44rem;
		font-weight: normal;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.s_new_txt h5 {
		height: 0.8rem;
		margin: 10px 0;
		float: none;
		font-size: 0.24rem;
		line-height: 0.4rem;
		text-align: left;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.s_new_txt h6{
		display: none;
	}


	.s_newshow {
		float: none;
		margin: 0.1rem 0 0 0;
		font-size: 0.24rem;
		line-height: 0.4rem;
		min-height: 6rem;
	}
	.s_newshow h3 {
		float: none;
		font-size: 0.24rem;
		line-height: 0.4rem;
		margin-bottom: 0.2rem;
	}
	.s_newshow h3 font {
		float: none;
		font-size: 0.28rem;
		line-height: 0.44rem;
	}


	/*fenye*/
	.s_fenye {
		height: auto;
		float: none;
		padding-top: 0.2rem;
		padding-bottom: 0.2rem;
	}
	.s_fan1 {
		width: 100%;
		float: none;
		font-size: 0.24rem;
		line-height: 0.4rem;
	}
	.s_fan1 p {
		font-size: 0.24rem;
		line-height: 0.4rem;
	}
	.s_fan1 p a {
		font-size: 0.24rem;
		line-height: 0.4rem;
	}
	.s_fanye {
		width: 100%;
		height: auto;
		float: left;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}
	DIV.quotes {
		padding: 0.03rem;
		margin: 0.03rem;
		padding-top: 0.03rem;
	}
	DIV.quotes A {
		padding: 0 0.12rem;
		font-size: 0.24rem;
		margin-right: 0.08rem;
		line-height: 0.5rem;
	}
	DIV.quotes A:hover {
		padding: 0 0.12rem;
		font-size: 0.24rem;
		margin-right: 0.08rem;
	}
	DIV.quotes A:active {
		padding: 0 0.12rem;
		font-size: 0.24rem;
		margin-right: 0.08rem;
	}
	DIV.quotes a.current {
		padding: 0 0.12rem;
		font-size: 0.24rem;
	}
	DIV.quotes a.current img {
		margin-top: 0.1rem;
	}
	DIV.quotes SPAN.disabled {
		padding: 0 0.12rem;
		font-size: 0.24rem;
	}


	/*equip*/
	.thumbnail{
		float: none;
	}

	.equiplist {
		width: 92%;
		margin: 0 auto 0.4rem;
	}
	.equip-list {
		width: 100%;
		margin-bottom: 0.1rem;
	}
	.equip-list ul{
		margin-right: -3%;
	}
	.equip-list li {
		width: 47%;
		margin: 0 3% 0.4rem 0;
	}
	.equip-list li img {
		width: 100%;
		height: 2.8rem;
		object-fit: cover;
		float: none;
		overflow: hidden;
	}
	.equip-list li .proh1 {
		line-height: 0.8rem;
		float: none;
		height: 0.8rem;
		font-size: 0.26rem;
		padding: 0 0.1rem;
		display: block;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: center;
	}

	.pagination a {
		line-height: 0.48rem;
		margin: 0 0.04rem;
		padding: 0 0.03rem;
	}
	.pagination a img {
		width: 0.38rem;
		height: 0.38re;
	}

	#baguetteBox-overlay .full-image img{
		width:92% !important;
	}


	/*product*/
	.prod_headbgc {
		float: none;
		padding: 0;
	}
	.prod_zhan {
		min-height: auto;
		float: none;
		margin: 0.3rem 0;
	}
	.prod_zhan img {
		width: 100%;
		float: none;
		margin: 0;
	}
	.prod_zhan h3 {
		width: 90%;
		float: none;
		margin: 0.3rem auto 0.2rem;
		font-size: 0.3rem;
		line-height: 0.5rem;
		padding-bottom: 0.2rem;
	}
	.prod_zhan h4 {
		width: 90%;
		float: none;
		margin: 0 auto 0.2rem;
		font-size: 0.24rem;
		line-height: 0.4rem;
	}
	.product {
		width: 100%;
		margin-bottom: 0.4rem;
	}
	.product-list {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.product-list ul{
		margin-right: -3%;
	}
	.product-list li {
		width: 47%;
		height: auto;
		background: #f8f8f8;
		margin: 0 3% 0.3rem 0 !important;
	}
	.product-list li img {
		width: 100%;
		height: 2.9rem;
		float: none;
	}
	.product-list li:hover {
		background: #ffae00;
	}
	.product-list li a .c_biaoti {
		width: 100%;
		height: 0.5rem;
		float: none;
		margin: 0.3rem 0 0.2rem 0;
		font-size: 0.3rem;
		line-height: 0.5rem;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.product-list li a .c_biaoti:before {
		display: none;
	}
	.product-list li a .c_xiang{
		display: none;
	}
	.product-list li:hover a .c_biaoti {
		width: 100%;
		height: 0.5rem;
		float: none;
		margin: 0.3rem 0 0.2rem 0;
		font-size: 0.3rem;
		line-height: 0.5rem;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.product-list li:hover a .c_biaoti::before {
		display: none;
	}

	.prodsss_zhan {
		min-height: auto;
		float: none;
		margin: 0.3rem 0;
	}
	.prodsss_zhan img {
		width: 100%;
		float: none;
	}
	.prodsss_zhan h3 {
		width: 90%;
		float: none;
		margin: 0.3rem auto 0.2rem;
		font-size: 0.3rem;
		line-height: 0.5rem;
		padding-bottom: 0.2rem;
	}
	.prodsss_zhan h4 {
		width: 90%;
		float: none;
		margin: 0 auto 0.2rem;
		font-size: 0.24rem;
		line-height: 0.4rem;
	}

	.prodshows {
		float: none;
		margin: 0.1rem 0 0 0;
		font-size: 0.24rem;
		line-height: 0.4rem;
		min-height: 6rem;
	}
	.prodshows h3 {
		float: none;
		font-size: 0.26rem;
		line-height: 0.4rem;
		margin: 0;
	}


	/*workshop*/
	.workshop {
		width: 100%;
		margin-bottom: 0.4rem;
	}
	.wshop-list {
		width: 100%;
		margin-bottom: 0.1rem;
	}
	.wshop-list li.wshop1 {
		width: 100%;
		height: auto;
		background: #f8f8f8;
		float: none;
		margin-right: 0;
		margin-bottom: 0.3rem;
	}
	.wshop-list li.wshop1 .shop_img {
		width: 100%;
		height: 5.5rem;
		float: none;
	}
	.wshop-list li.wshop1 .shop_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.wshop-list li.wshop1 .shop_txt {
		width: 90%;
		height: auto;
		background: none;
		float: none;
		left: 5%;
		bottom: 0.4rem;
	}
	.wshop-list li.wshop1 .shop_txt h5 {
		width: 100%;
		height: 0.6rem;
		float: none;
		font-size: 0.3rem;
		line-height: 0.6rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.wshop-list li.wshop1 .shop_txt h5:before {
		width: 0.7rem;
	}
	.wshop-list li.wshop1 .shop_txt h6 {
		width: 100%;
		height: 0.4rem;
		float: none;
		font-size: 0.24rem;
		line-height: 0.4rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: none;
	}
	.wshop-list li.wshop1:hover h5:before {
		width: 100%;
	}
	.wshop-list li {
		width: 100%;
		height: auto;
		background: #f8f8f8;
		float: none;
		margin-right: 0;
		margin-bottom: 0.3rem;
	}
	.wshop-list li img {
		float: none;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.wshop-list li:hover {
		background: #ffae00;
	}
	.wshop-list li a .w_biaoti {
		width: 90%;
		height: 0.6rem;
		float: none;
		margin: 0 auto;
		font-size: 0.3rem;
		line-height: 0.6rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.wshop-list li a .w_biaoti:before {
		width: 0.7rem;
	}
	.wshop-list li:hover a .w_biaoti {
		width: 90%;
		height: 0.6rem;
		float: none;
		margin: 0 auto;
		font-size: 0.3rem;
		line-height: 0.6rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.wshop-list li:hover a .w_biaoti::before {
		display: none;
	}
	.wshop-list li a .w_xiang {
		width: 90%;
		height: 0.6rem;
		float: none;
		margin: 0 auto;
		font-size: 0.3rem;
		line-height: 0.6rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.shoppic{
		height: 5.5rem;
		margin-bottom: 0.3rem;
	}

	.wpshow {
		min-height: 6rem;
		float: none;
		margin: 0.3rem 0;
		font-size: 0.24rem;
		line-height: 0.4rem;
	}
	.wpshow h3 {
		float: none;
		font-size: 0.28rem;
		line-height: 0.44rem;
		margin-bottom: 0.3rem;
	}
	.wpshow h3::before {
		width: 0.7rem;
	}
	.wpshow img {
		width: 100%;
		padding: 0.1rem 0;
	}


	/* contact */
	.z_con {
		float: none;
		margin-bottom: 0.4rem;
	}
	.z_con ul {
		display: block;
	}
	.z_con ul li {
		float: none;
		width: 100%;
		font-size: 0.26rem;
		line-height: 0.4rem;
		border-right: none;
		padding-left: 0.8rem;
		position: relative;
		text-align: left;
		margin-bottom: 0.2rem;
	}
	.z_con h3{
		font-size: 0.3rem;
		line-height: 0.46rem;
		margin: 0.1rem 0;
	}
	.z_con img{
		width: 0.4rem;
		position: absolute;
		top: 0;
		left: 0;
	}
	.z_map {
		float: none;
		margin-bottom: 0.5rem;
		overflow: hidden;
	}
	.map{
		height: 4.6rem;
		margin-bottom: 0.4rem;
	}
	.map_txt{
		padding: 0.1rem;
		font-size: 0.24rem;
	}
	.map_txt h3{
		font-size: 0.28rem;
		margin-bottom: 0.1rem;
	}


	/* gbook */
	.z_index {
		float: none;
	}
	.z_gbook {
		float: none;
		margin-bottom: 0.6rem;
		display: block;
	}
	.z_gbook img{
		width: 45%;
		display: block;
		margin: 0 auto 0.3rem;
	}
	.z_gbook .dt {
		width: 100%;
	}
	.z_gbook .dt .font {
		height: 6rem;
		margin-bottom: 0.5rem;
		float: none;
		padding: 0.5rem 0.3rem;
	}
	.z_gbook .dt .font .li {
		float: none;
		margin-bottom: 0.15rem;
	}
	.z_gbook .dt .font .li:nth-child(1) {
		width: 100%;
	}
	.z_gbook .dt .font .li:nth-child(2) {
		width: 100%;
		float: none;
	}
	.z_gbook .dt .font .li a{
		margin: 0 !important;
		float: none !important;
	}
	.z_gbook .dt .font .li font {
		font-size: 0.22rem;
		width: 20%;
		margin-right: 2%;
	}
	.z_gbook .dt .font .li input {
		width: 78%;
		height: 0.44rem;
		font-size: 0.22rem;
		padding-left: 0;
	}
	.z_gbook .dt .font .li input.wz {
		width: 20%;
		margin-right: 2%;
	}
	.z_gbook .dt .font .li textarea {
		width: 78%;
		height: 1rem;
		font-size: 0.22rem;
		padding-left: 0;
		padding-top: 0;
	}
	.z_gbook .dt .font .li img {
		margin: 0.05rem 0 0 0;
		width: 97%;
	}
	.z_gbook .dt .font .li span {
		font-size: 0.2rem;
	}
	.z_gbook .dt .font .dj {
		margin-top: 0.4rem;
		width: 2rem;
		height: 0.8rem;
		border-left: 0.1rem solid #ff9000;
		border-right: 0.1rem solid #ff9000;
		font-size: 0.3rem;
	}
	.z_gbook .dt .h3 {
		font-size: 0.36rem;
	}
	.z_gbook .dt .h3 span {
		font-size: 0.7rem;
	}
}
