/*
分页  
<div class="pages_box">
            <button class="prev">上一页</button>
            <a href="javascript:;" class="page_abox active">1</a>
            <a href="javascript:;" class="page_abox">2</a>
            <button class="prev">下一页</button>
        </div>
.pages_box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_abox{
    width: 0.38rem;
    height: 0.38rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.01rem solid #ccc;
    margin: 0 0.1rem;
    color: #666;
    font-size: 0.14rem;
}
.page_abox.active{
    background: #444;
    color: #fff;
    border-color: #444;
}
.prev,.next{
    width: 0.8rem;
    height: 0.38rem;
    display: flex;
    justify-content: center;
    cursor: pointer;
     border: 0.01rem solid #ccc;
    background: transparent;
    align-items: center;
    color: #666;
    font-size: 0.14rem;
}
	
*/
* {
	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;
}

/* 水波纹效果 */
.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);
}

.w1400 {
	width: 14rem;
	margin: 0 auto;
}
.w1500 {
	width: 15rem;
	margin: 0 auto;
}
.w1600 {
	width: 16rem;
	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;
	border-bottom: 0.01rem solid #DDDDDD;
}

.brandContent a {
	color: #757575;
	display: flex;
	align-items: center;
	font-family: Inter, Inter;
	font-weight: 500;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.4rem;
}
.brandContent a.active{
	color: #264961;
}
.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;
}

.index_fiveList {
	margin-top: 0.74rem;
	margin-bottom: 0.48rem;
}


@font-face {
	font-family: 'impact';
	src: url('../font/impact.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;
}