﻿﻿﻿﻿body,html{
    font-size: 14px;
	padding: 0;
	margin: 0;
	line-height: 24px;
}

*{
	margin:0;
	padding:0;
}

a{
	text-decoration:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.page_content{
	position: relative;
}

.flex {
	display: flex;
}

.flex1 {
	flex: 1;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.just-between {
	justify-content: space-between;
}

.just-center {
	justify-content: center;
}

.just-around {
	justify-content: space-around;
}

.just-end {
	justify-content: flex-end;
}

.just-start {
	justify-content: flex-start;
}

.align-center {
	align-items: center;
}

.align-end {
	align-items: flex-end !important;
}

.align-start {
	align-items: flex-start !important;
}

.u-flex-wrap {
	flex-wrap: wrap;
}

.text-bold {
	font-weight: bold;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

/* 字体大小 */
.f12 {
	font-size: 12px;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f15 {
	font-size: 15px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f24 {
	font-size: 24px;
}

/* 字体颜色 */
.cfff {
	color: #ffffff;
}

.c333{
	color: #333333;
}

.c666{
	color: #666666;
}

.c999{
	color: #999999;
}


/* 内间距 */
.boxsizing {
	box-sizing: border-box;
}

.padding5 {
	padding: 5px;
	box-sizing: border-box;
}

.padding10 {
	padding: 10px;
	box-sizing: border-box;
}

.padding15 {
	padding: 15px;
	box-sizing: border-box;
}

.padding20 {
	padding: 20px;
	box-sizing: border-box;
}

.plr10{
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

.plr15{
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.plr30{
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}

.ptb10 {
	padding-top: 10px;
	padding-bottom: 10rpx;
}

.ptb15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}


/* 外间距 */
.margin10{
	margin: 10px;
}

.margin15{
	margin: 15px;
}

.mt6 {
	margin-top: 6px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt30{
	margin-top: 30px;
}

.ml15{
	margin-left: 15px;
}

.ml20{
	margin-left: 20px;
}

.line_clamp4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-height: 24px;
}

.line_clamp3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 24px;
}

.line_clamp2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 24px;
}

.line_clamp1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 24px;
}

.LH28{
	line-height: 28px;
}


.head_zw{
	height: 50px;
	min-height: 50px;
}

.head_info{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	min-height: 50px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(121,118,118,0.5);
	z-index: 990;
}

.btn_tab_img{
	display: block;
	height: 20px;
}

.logo_img{
	display: block;
	height: 20px;
}

.head_pop{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 990;
	background: rgba(0,0,0,0.05);
	display: none;
}

.head_pop.active{
	display: block;
}

.head_pop_info{
	position: fixed;
	background: #fff;
	left: 0;
	top: 0;
	bottom: 0;
	width: 68%;
	z-index: 993;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.btn_pop_close{
	position: absolute;
	right: -46px;
	top: 2px;
}

.pop_close_img{
	display: block;
	width: 16px;
}

.head_pop_content{
	max-height: 100vh;
	overflow-y: auto;
}

.head_tab_li{
	display: block;
	border-bottom: 1px solid #e5e5e5;
}

.tab_li_img1{
	display: none;
	height: 15px;
}

.tab_li_img2{
	display: block;
	height: 15px;
}

.head_tab_li .text{
	color: #333333;
}


.head_tab_li.active .tab_li_img1{
	display: block;
}

.head_tab_li.active .tab_li_img2{
	display: none;
}

.head_tab_li.active .text{
	color: #da260b;
}

.banner_img{
	display: block;
	width: 100%;
	min-width: 100%;
	height: 200px;
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner_swiper .swiper-pagination-bullet{
	border: 1px solid #ffffff;
	background: rgba(0,0,0,0);
	opacity: 1;
}

.banner_swiper .swiper-pagination-bullet-active{
	background: #ffffff;
}

.title_info .title_text{
	padding: 0 40px;
	position: relative;
}

.title_info .title_text:before{
	content: " ";
	position: absolute;
	left: 0;
	width: 25px;
	height: 2px;
	background-color: #e5e5e5;
	top: 50%;
	margin-top: -1px;
}

.title_info .title_text::after{
	content: " ";
	position: absolute;
	right: 0;
	width: 25px;
	height: 2px;
	background-color: #e5e5e5;
	top: 50%;
	margin-top: -1px;
}

.product_li{
	display: block;
	width: 48%;
	margin-bottom: 18px;
}

.product_li_img{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.btn_more{
	display: block;
	width: 100px;
	height: 30px;
	border-radius: 15px;
	line-height: 30px;
	background-color: #e33d3d;
	margin: 0 auto;
}

.about_img{
	display: block;
	width: 100%;
	max-width: 100%;
}

.honor_li{
	display: block;
	width: 48%;
	margin-bottom: 18px;
}

.honor_li_img{
	width: 100%;
	height: 0;
	padding-bottom: 72.9%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.news_li{
	display: block;
	border-bottom: 1px solid #e5e5e5;
}

.news_li_img{
	width: 27.5%;
	height: 0;
	padding-bottom: 20.26%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 5px;
}

.footer{
	padding: 25px;
	background-color: #e8e8e8;
}

.product_img{
	display: block;
	width: 100%;
	max-width: 100%;
}

.product_info_title{
	height: 40px;
	line-height: 40px;
	background-color: #e33d3d;
}

.btn_preNext{
	display: block;
	color: #e33d3d;
}

.news_info_content p{
	line-height: 28px;
}

.news_info_content img{
	max-width: 100%;
}

.line01{
	width: 100%;
	min-width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

