/* 栏目样式2 */
.class2_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.class2_box .class2_line{
	width: 1px;
    height: 0.4rem;
    background: rgba(255, 255, 255, 0.5);
	margin: 0.2rem auto 0.16rem;
} 
.class2_box .class2_name{
	width: 100%;
	display: flex;
	align-items: center;
	column-gap: 0.1rem;
	justify-content: center;
	font-size: 0.36rem;
    color: rgba(51, 51, 51, 1);
	padding-left: 0.3rem;
	font-weight: bold;
	position: relative;
}
.class2_box .class2_name i{
	width: 0.13rem;
	height: 0.13rem;
	border: 0.01rem solid #FF0000;
	display: block;
	border-radius: 50%;
	top: 0.06rem;
	position: relative;
}
.class2_box .class2_name i::before{
	content: "";
	position: absolute;
	width: 0.07rem;
	height: 0.07rem;
	border: 0.01rem solid #FF0000;
	display: block;
	border-radius: 50%;
	top: 0.01rem;
	left: 0.01rem;
}
.class2_box .class2_cont{
	width: 100%;
	text-align: center;
	font-weight: 300;
	font-size: 0.16rem;
    color: rgba(51, 51, 51, 1);
	margin-top: 0.1rem;
	font-family: Microsoft YaHei, 微软雅黑;
}






/* 首页 banner */
.index_banner{
	width: 100%;
	height: 100vh;
	max-height: 10.8rem;
	overflow: hidden;
	position: relative;
}
.index_banner .swiper-slide{
	width: 100%;
	height: 100%;
}
.index_banner .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_banner .swiper-pagination {
	position: absolute;
	display: flex;
	flex-direction: row;
	top: auto;
	right: auto;
	transform: translate(50%,-50%);
	left: 3% !important;
	width: auto !important;
	height: auto;
	bottom: 0.4rem !important;
}
.index_banner .swiper-pagination .swiper-pagination-bullet {
	margin: 0.03rem 0.05rem !important;
	background: hsl(0deg 0% 100% / 40%);
	opacity: 1;
	width: 0.1rem;
	height: 0.1rem;
	transition: all ease .3s;
}
.index_banner .swiper-pagination .swiper-pagination-bullet-active {
	width: 0.3rem;
	border-radius: 0.15rem;
	background: #9e2a22;
}
.index_banner .swiper-pagination .swiper-pagination-bullet:hover {
	background: rgb(255 255 255);
}

.index_banner .swiper-button-next,
.index_banner .swiper-button-prev{
	color: #fff;
	border-radius: 50%;
	border: 0.01rem solid #fff;
	width: 0.5rem;
	height: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all ease .3s;
	margin-right: 0.5rem;
}
.index_banner .swiper-button-next::after,
.index_banner .swiper-button-prev::after{
	font-size: 0.16rem;
}
.index_banner .swiper-button-next:hover {
	background: #b19b12;
	border: 0.01rem solid #b19b12;
	background-color: #b19b12;
}
.index_banner .swiper-button-next:hover::after,
.index_banner .swiper-button-prev:hover::after{
	color: #fff;
}
.index_banner .swiper-button-prev {
	margin: 0px 0.2rem 0px 0px;
	margin-left: 0.5rem;
	margin-right: 0;
}
.index_banner .swiper-button-prev:hover {
	background: #9e2a22;
	border: 0.01rem solid #9e2a22;
	background-color: #9e2a22;
}










/* 内页banner */
.body_banner{
    height: 30vw;
    overflow: hidden;
    position: relative;
    z-index: -1;
}
.body_banner .banner_box{
    height: 30vw;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
}
.body_banner .banner_box .banner_img{
	width: 100%;
	height: 100%;
}
.body_banner .banner_box .banner_info{
	width: fit-content;
    position: absolute;
    right: 50%;
    top: calc(50% + 0.3rem);
    z-index: 9;
    transform: translateX(50%) translateY(-50%);
    align-items: center;
    text-align: center;
}
.body_banner .banner_box .banner_info a{
	/*font-size: 0.36rem;*/
	font-size: 0.54rem;
    /*width: 0.62rem;*/
    width: 0.93rem;
    font-weight: lighter;
    /*background: #5b4635;*/
    background: #9e2a22;
    padding: 0.29rem 0rem;
    border: 4px double rgb(255 255 255 / 50%);
	color: #f9f7eb;
	font-weight: 400;
}





/* 栏目、导航 */
.position {
	height: 0.8rem !important;
	background-color: rgba(232, 227, 209, 1);
	border-bottom: 1px solid #ccc6b0;
	position: relative;
	z-index: 9;
}
.position .main{
	display: flex;
	height: 100%;
	justify-content: space-between;
}
.position .position_fl{
	display: flex;
	height: 100%;
	align-items: center;
}
.position .position_fl a{
	display: inline-block;
	width: 1.8rem;
	line-height: 0.8rem;
	text-align: center;
	font-size: 0.18rem;
    font-family: Microsoft YaHei;
    color: #634e42;
    text-align: center;
	position: relative;
}
.position .position_fl a:hover,
.position .position_fl a.act{
	color: #ba9c42;
}
.position .position_fl a:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background-color: none;
    transition: all .3s;
}
.position .position_fl a:hover:before,
.position .position_fl a.act:before{
    width: 80%;
    left: 10%;
    background-color: #ba9c42;
}
.position .position_fl a:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}



.position .position_fr{
	display: flex;
	align-items: center;
	height: 100%;
	white-space: nowrap;
}
.position .position_fr .position_img{
	width: 0.12rem;
	height: 0.12rem;
	overflow: hidden;
	display: flex;
	margin-right: 0.07rem;
}
.position .position_fr .position_img svg{
    width: 12px;
    height: 12px;
	fill: rgba(108,117,125);
}
.position .position_fr .position_list{
	display: flex;
	align-items: center;
}
.position .position_fr .position_list a{
	font-family: SC-Regular;
	font-weight: 400;
	font-size: 0.14rem;
	color: #6c757d;
    width: auto;
	position: relative;
	padding: 0 0.03rem 0 0.15rem;
	box-sizing: border-box;
}
.position .position_fr .position_list a:first-child{
	padding-left: 0;
}
.position .position_fr .position_list a:not(:first-child)::before {
    content: '>';
    position: absolute;
    left: 0.03rem;
    color: #999;
	font-size: 0.14rem;
    line-height: 1.66666;
}
.position .position_fr .position_list a.active{
	color: #212529;
}

















@media screen and (max-width: 1025px){
	/* 栏目样式2 */
	.class2_box .class2_line{
		height: 40px;
		margin: 20px auto 16px;
	}
	.class2_box .class2_name{
		column-gap: 10px;
		font-size: 36px;
		padding-left: 30px;
	}
	.class2_box .class2_name i{
		width: 13px;
		height: 13px;
		top: 6px;
	}
	.class2_box .class2_name i::before{
		width: 7px;
		height: 7px;
		top: 1px;
		left: 1px;
	}
	.class2_box .class2_cont{
		font-size: 16px;
		margin-top: 10px;
	}



	/* 首页banner */
	.index_banner .swiper-button-next, .index_banner .swiper-button-prev{
		width: 50px;
		height: 50px;
	}
	.index_banner .swiper-button-next::after, .index_banner .swiper-button-prev::after{
		font-size: 16px;
	}
	.index_banner .swiper-pagination .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		margin: 3px 5px !important;
	}
	.index_banner .swiper-pagination .swiper-pagination-bullet-active{
		width: 30px;
	}




	/* 内页banner */
	.body_banner,
	.body_banner .banner_box{
		height: 56vw;
	}

	.body_banner .banner_box .banner_info{
		top: calc(50% + 30px);
	}
	.body_banner .banner_box .banner_info a{
		width: 62px;
		font-size: 36px;
		padding: 29px 0;
	}




	/* 栏目、导航 */
	.position{
		height: 80px !important;
	}
	.position .position_fl a{
		width: 160px;
		line-height: 80px;
		font-size: 16px;
	}
	.position .position_fr .position_img{
		width: 12px;
		height: 12px;
		margin-right: 7px;
	}
	.position .position_fr .position_list a{
		font-size: 14px;
		padding: 0 3px 0 15px;
	}
	.position .position_fr .position_list a:not(:first-child)::before{
		left: 3px;
		font-size: 14px;
	}
	
	
}



@media screen and (max-width: 769px){
	/* 栏目样式2 */
	.class2_box{
		max-width: 96%;
		margin: 0 auto 15px;
	}
	.class2_box .class2_line{
        display: none;
    }
	.class2_box .class2_name{
		padding-left: 0;
		font-size: 26px;
	}
	.class2_box .class2_name i{
	    width: 10px;
	    height: 10px;
	    top: 0px;
	}
    .class2_box .class2_name i::before{
        width: 6px;
        height: 6px;
        top: 0;
        left: 0;
    }


	.index_banner{
		height: 24vh;
		margin-top: 106px;
	}
	.index_banner .swiper-button-next, .index_banner .swiper-button-prev{
		display: none;
	}
	.index_banner .swiper-pagination{
		left: 50% !important;
        transform: translateX(-50%);
        bottom: 0.24rem !important;
	}
	.index_banner .swiper-pagination .swiper-pagination-bullet{
		width: 6px;
		height: 6px;
	}
	.index_banner .swiper-pagination .swiper-pagination-bullet-active{
		width: 20px;
	}




	/* 内页banner */
	.body_banner, 
	.body_banner .banner_box{
		height: 350px !important;
		margin-top: 100px;
	}
	.body_banner .banner_box .banner_info{
		top: 50%;
	}
	.body_banner .banner_box .banner_info a{
		width: 50px;
        font-size: 22px;
        writing-mode: tb;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
	}


	



	.position{
		height: 50px !important;
	}
	.position .position_fr{
		display: none;
	}
	.position .position_fl{
		width: 100%;
		justify-content: center;
	}
	.position .position_fl a{
		min-width: 90px;
		width: auto;
		line-height: 50px;
	}
}








