* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: .16rem;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* For some Androids */

}

html {
	font-size: 100px;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #000;
}

ul {
	list-style: none;
}

input {
	outline: 0;
	background: #fff;
}

img {
	object-fit: cover;
	cursor: pointer;
	display: block;
}

@font-face {
	font-family: '思源黑体';
	src: url('../font/思源黑体CN-Regular.otf');
}

body,
html {
	font-family: '思源黑体' !important;
	/* scroll-behavior: smooth !important; */
}
/*单词自动换行*/
/* word-break:break-all;
word-wrap:break-word;
white-space: pre-wrap!important;
word-wrap: break-word!important;
 */
/*文字描边*/
/* 设置描边宽度及颜色 默认为字体内外描边
  text-stroke: 2px #2173FF;
 */
/* 兼容Webkit(Chrome/Safari)内核浏览器的写法
  -webkit-text-stroke: 2px #2173FF;
  color: #fff;
 */

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*多行溢出*/
.line-1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
}

.line-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.line-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

.line-4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 4;
}
.line-5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 5;
}

/* 水波纹效果 */
.btn-ripple {
	vertical-align: bottom;
}

.btn-ripple:not(:disabled):hover {
	opacity: 1;
	position: relative;
	overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
	animation: ani_ripple 0.75s;
	z-index: 1;
	content: "";
	position: absolute;
	display: block;
	transition: all 0.6s;
	width: 100%;
	height: 0;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	padding-top: 100%;
	transform: translateX(-50%) translateY(-50%);
}

@keyframes ani_ripple {
	0% {
		background: rgba(0, 0, 0, 0.25);
		transform: translateX(-50%) translateY(-50%) scale(0);
	}

	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
}

/* 滚动条样式 */
.ele::-webkit-scrollbar {
	width: 7px;
}

.ele::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.ele::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.w1600 {
	width: 16rem;
	margin: 0 auto;
}

.w1400 {
	width: 14rem;
	margin: 0 auto;
}
.common_xtxt {
	font-size: 0.24rem;
	color: #5E5E5E;
	text-align: center;
	margin-bottom: 0.2rem;
}

.common_xtit {
	display: flex;
	justify-content: center;
	position: relative;
}

.common_xtit span {
	color: #000000;
	font-size: 0.54rem;
	font-weight: bold;
	padding-bottom: 0.25rem;
	position: relative;
	text-align: center;
	z-index: 9;
	display: inline-block;

}

.common_xtit span::after {
	content: '';
	position: absolute;
	left: -0.45rem;
	top: -0.1rem;
	width: 1.01rem;
	height: 0.96rem;
	background-color: red;
	background: url(../images/index/xing.png) no-repeat;
	background-size: 1.01rem 0.96rem;

}

.common_xtit::after {
	content: '';
	position: absolute;
	width: 0.95rem;
	height: 0.02rem;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background: #E60012;
}

.common_brand {
	background-color: #f8f8f8;
}

.brandContent {
	display: flex;
	align-items: center;
	padding: 0.15rem 0;
}

.brandContent a {
	font-size: 0.16rem;
	color: #757575;
	display: flex;
	align-items: center;
}

.brandContent a::after {
	content: '';
	display: block;
	width: 0.07rem;
	height: 0.13rem;
	background: url(../images/xright.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 0.14rem;
}

.brandContent a:last-child::after {
	display: none;
}

.common_banner {
	position: relative;
}

.common_banner img {
	width: 100%;
	height: 100%;
}

.commonBtn {
	width: 1.75rem;
	height: 0.53rem;
	background: #EE2928;
	border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font: size 0.18rem;
	cursor: pointer;
}

.commonBtn img {
	width: 0.27rem;
	height: 0.12rem;
	margin-left: 0.18rem;
	transition: all .25s;
}

.commonBtn:hover>img {
	transform: translateX(5px);
}

.common_bannerMess {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.common_bannerTit {
	color: #383635;
	font-size: 0.46rem;
}

.common_bannerTxt {
	color: #757575;
	font-size: 0.24rem;
	margin-top: 0.26rem;
}

.product_commonNav {
	background-color: #fff;
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.08);
	position: sticky;
	top: 0;
	z-index: 60;
}

.product_commonMenu {
	display: flex;
	align-items: center;
}

.product_commonList {
	flex: 1;
	display: flex;
}

.product_commonItems {
	display: block;
	color: #757575;
	padding: 0.23rem 0.34rem;
	position: relative;
}
.product_commonItems.active{
	color: #EE2928;
}
.product_commonItems.active::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.02rem;
	background-color: #EE2928;
}
.common_tit_after{
	text-align: center;
	padding-bottom: 0.26rem;
	position: relative;
	font-size: 0.36rem;
	color: #383635;
}
.common_tit_after::after{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 0.74rem;
	border: 0.02rem solid #EE2928;
	background-color: #EE2928;
}
.product_pro_many{
	width: 2.22rem;
	height: 0.53rem;
	border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
	border: 0.02rem solid #EE2928;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #EE2928;
	font-size: 0.18rem;
}
.product_pro_many img{
	width: 0.27rem;
	height: 0.12rem;
	margin-left: 0.3rem;
	transition: all .25s;
}
.product_pro_many:hover>img{
	transform: translateX(5px);
}
.load_many{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.45rem;
}
.load_manycontent{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.22rem;
	height: 0.53rem;
	border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
	border: 0.02rem solid #C5C5C5;
	color: #333;
	font-size:0.18rem;
	cursor: pointer;
	
}
.load_manycontent img{
	width: 0.21rem;
	height: 0.12rem;
	margin-left: 0.27rem;
	transition: all .25s;
}
.load_manycontent:hover>img{
	transform: translateY(3px);
}
.common_productList{
	width: 1.42rem;
	height: 0.45rem;
	border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
	border: 0.02rem solid #757575;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #383635;
	font-size: 0.16rem;
	margin-top: 0.52rem;
	transition: all .25s;
}
.common_productList:hover{
	opacity: 0.85;
}


.index_five {
	padding-top: 1.09rem;
	padding-bottom: 0.94rem;
}

.index_fiveList {
	margin-top: 0.74rem;
	margin-bottom: 0.48rem;
}


@font-face {
	font-family: 'impact';
	src: url('../font/impact.TTF');
}
@font-face {
	font-family: 'DINAlternate';
	src: url('../font/DINAlternate.TTF');
}
@font-face {
	font-family: 'DINCondensed';
	src: url('../font/DINCondensed.TTF');
}
/* @font-face {
	font-family: 'MicrosoftYaHei';
	src: url('../font/MicrosoftYaHei.ttf');
} */

.index_news_month {
	font-size: 0.4rem;
	color: #333;
	font-weight: bold;
	font-family: 'impact';
}

.index_news_year {
	color: #757575;
	font-size: 0.18rem;
	margin-left: 0.08rem;
}

.index_news_imgbox {
	width: 100%;
	height: 2.54rem;
	margin: 0.2rem 0 0.25rem 0;
	overflow: hidden;
}

.index_news_imgbox img {
	width: 100%;
	height: 100%;
	transition: all .4s;
}

.index_news_name {
	color: #333333;
	font-size: 0.2rem;
	min-height: 0.6rem;
	line-height: 1.5;
	transition: all .25s;
}

.index_newsBox:hover .index_news_imgbox>img {
	transform: scale(1.03);
}

.index_newsBox:hover .index_news_name {
	color: #E60012;
}

.indexNewSwiper {
	padding-bottom: 0.6rem;
}

/* .swiper-scrollbar {
	opacity: 1 !important;
} */
.index_manybox {
	width: 2.22rem;
	height: 0.53rem;
	background: #E60012;
	border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 0.18rem;
	margin: 0 auto;
	transition: all .25s;
}
.index_manybox:hover img{
	transform: translateX(5px);
}

.index_manybox img {
	margin-left: 0.35rem;
	max-width: 80%;
	max-height: 100%;
	transition: all .25s;
}

.index_manybox:hover {
	opacity: 0.85;
}


/* 返回顶部 */
.top_wrap{
	position: fixed;
	top: 60%;
	transform: translateY(-50%);
	right: 0.2rem;
	width: 0.7rem;
	z-index: 99;
}
.top_wrap .top_list{
	width: 0.7rem;
	height: 0.7rem;
}
.top_wrap .top_list{
	background: #fff;
	padding: 0.15rem;
	margin-bottom: 0.02rem;
}
.top_wrap .top_list img{
	width: 100%;
	height: 100%;
}


/* 内页导航 */
.inner_banner{
    width: 100%;
    height: 5.8rem;
}
.inner_banner .swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
}
.inner_banner .swiper-slide .inner_banner_title{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: 1.6rem;
}
.inner_banner .inner_banner_title1{
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 0.7rem;
    color: #FFFFFF;
    margin-bottom: 0.44rem;
}
.inner_banner .inner_banner_title2{
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 0.38rem;
    color: #FFFFFF;
}
/* 内页导航 */
.bread_wrap{
    width: 100%;
    height: 0.8rem;
    background: #FFFFFF;
    border: 0.01rem solid #CCCCCC;
}
.bread_wrap .bread{
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.bread_wrap .bread .bread_left,
.bread_wrap .bread .bread_right{
    display: flex;
    align-items: center;
}

.bread_wrap .bread_left_list{
    width: 0.64rem;
    text-align: center;
    height: 0.8rem;
    font-family: MicrosoftYaHei;
    font-size: 0.16rem;
    color: #333333;
    margin-right: 1.04rem;
    line-height: 0.8rem;
    cursor: pointer;
}
.bread_wrap .bread_left_list.active{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 0.16rem;
    color: #4F94D9;
    position: relative;
}
.bread_wrap .bread_left_list.active >a {
    color: #4F94D9;
}
.bread_wrap .bread_left_list.active:after{
    content: '';
    width: 0.64rem;
    height: 0.02rem;
    background: #4F94D9;
    display: block;
    position: absolute;
    bottom: 0;
}
.bread_wrap .bread_left_list:hover{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 0.16rem;
    color: #4F94D9;
    position: relative;
}
.bread_wrap .bread_left_list:hover:after{
    content: '';
    width: 0.64rem;
    height: 0.02rem;
    background: #4F94D9;
    display: block;
    position: absolute;
    bottom: 0;
}
.bread_wrap .bread_left_list:after{
    content: '';
    width: 0rem;
    height: 0.02rem;
    background: #4F94D9;
    display: block;
    position: absolute;
    bottom: 0;
    transition: all 0.3s;
}

.bread_wrap .bread_right_list{
    padding-right: 0.3rem;
    position: relative;
}
.bread_wrap .bread_right_list *{
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    color: #989898;
	line-height: 0.8rem;
}
.bread_right_list{
	height: 0.8rem;
}
.bread_wrap .bread_right_list::after{
    content: '>';
    display: block;
    position: absolute;
    right: 0.07rem;
    top: 0rem;
    font-family: MicrosoftYaHei;
    font-size: 0.2rem;
	line-height: 0.8rem;
    color: #989898;
}
.bread_wrap .bread_right_list:last-child:after{
	content: '';
}


.banner_top{
	width: 100%;
	height: 0.8rem;
}