* {
	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;
}

body,
html {
	font-family: 'Microsoft YaHei' !important;
	background: #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;
}


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

.w1400 {
	width: 14rem;
	margin: 0 auto;
}
.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;
}

/* 返回顶部 */
.top_wrap{
	position: fixed;
	top: 60%;
	transform: translateY(-50%);
	right: 0.2rem;
	width: 0.7rem;
	z-index: 99;
	display: none;
}
.top_wrap .top_list{
	width: 0.42rem;
	height: 0.42rem;
	background: #D30000;
	border-radius: 50%;
	padding-top: 0.17rem;
	cursor: pointer;
}
.top_wrap .top_list .jt{
	width: 0.16rem;
	height: 0.16rem;
	border-left: 0.02rem solid #FFFFFF;
	border-top: 0.02rem solid #FFFFFF;
	transform: rotate(45deg);
	margin: 0 auto;
}

.bread{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem 0;
}

.bread .bread_nav{
	display: flex;
	align-items: flex-end;
}
.bread .bread_nav a{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: rgba(0,0,0,0.6);
	display: inline-block;
	margin-right: 0.03rem;
}
.bread .bread_nav a::after{
	content: '/';
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: rgba(0,0,0,0.6);
	display: inline-block;
	margin-left: 0.02rem;
}
.bread .bread_nav a:last-child:after{
	content: '';
}
.bread .search_input{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bread .search_input .searchText{
	width: 5.2rem;
	height: 0.49rem;
	background: #F5F7FA;
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}
.bread .search_input input{
	width: 100%;
	height: 100%;
	border: none !important;
	background: #F5F7FA;
}
.bread .search_input input::placeholder{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #999999;
	padding-left: 0.2rem;
}
.bread .search_input .searchButn{
	width: 0.71rem;
	height: 0.49rem;
	background: #391C07;
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0.2rem;
}
.bread .search_input .searchButn img{
	width: 0.2rem;
	height: 0.2rem;
}

.inner_banner{
    width: 100%;
    height: 3.68rem;
    position: relative;
}
.innerBanImg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.innerBanImg img{
	width: 100%;
	height: 100%;
}
.inner_banner .innerBanTitle1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.5rem;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0.18rem;
}
.inner_banner .innerBanTitle2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.22rem;
    letter-spacing: 3px;
    text-align: center;
}
.inner_banner .innerBanTitle{
    position: absolute;
    top: 44.29%;
    left: 50%;
    transform: translateX(-50%);
}
.pagination {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 20px;
    }

    .pagination a,
    #paginationContainer a {
      padding: 10px 15px;
      text-decoration: none;
      color: #333;
      border: 1px solid #ddd;
      margin: 0 5px;
      background-color: #f5f5f5;
      /* 添加背景颜色 */
    }

    .pagination a:hover {
      background-color: #ddd;
    }

    #paginationContainer .active {
      background: #6B3105;
      color: #fff;
    }

    .pagination a:not(:last-child) {
      margin-right: 30px;
      /* 设置页码间距为 30px */
    }
    
    		.a2 {
			display: flex;
			justify-content: center;
			align-items: center;
			margin-bottom: 0.61rem;
			column-gap: 0.2rem;
		}

		.a2 a {
			text-decoration: none;
			color: #7a7a7a;
			border: 0.01rem solid #ddd;
			/* margin: 0 0.05rem; */
			background-color: #f5f5f5;
			font-size: 0.14rem;
			align-content: center;
			text-align: center;
		}

		.a3 {
			width: 0.3rem;
			text-align: center;
			height: 0.3rem;
		}

		.a2 a:hover {
			cursor: pointer;
		}

		.a2 a.active {
			background-color: #6B3105;
			color: #fff;
		}

		.page {
			width: 0.40rem;
			height: 0.32rem;
			background: #FFFFFF;
			border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
			border: 0.01rem solid #EEEEEE;
			font-size: 0.14rem;
			text-align: center;
			text-decoration: none;
			color: #7a7a7a;
			background-color: #f5f5f5;
		}

		.pages {
			width: 0.69rem;
			height: 0.32rem;
			background: #FFFFFF;
			border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
		}
		
		
		
		
		.part3_div3{
		    width: 100%;
		}
		.part3_div3 img{
		    width: 100%;
		}