* {
	margin: 0;
	padding: 0;
}
.class_list .class_nav{
	width: 2.2rem;
}

.m_banner {
	background: url(../img/chanpin_banner.jpg) center no-repeat;
}



/* å‚¨èƒ½è§£å†³æ–¹æ¡ˆ */
.fangan1 {
	background: url(../img/fangan_bg.jpg) bottom center no-repeat;
	padding-bottom: 0.5rem;
}

.class_list {
	margin-bottom: 0.8rem;
}

.class_content {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	text-align: center;
	margin-bottom: 0.4rem;
}

.fangan1 .fangan1_body,
.fangan1 .fangan1_body .fangan_img {
	width: 100%;
	height: 8rem;
	overflow: hidden;
	border-radius: 0.2rem;
	position: relative;
	margin-bottom: 0.25rem;
}

.fangan1 .fangan1_body .fangan_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fangan1 .fangan1_body .fangan_ul {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2.28rem;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0) 100%);
	padding: 0.7rem 0.8rem;
	box-sizing: border-box;
}

.fangan1 .fangan1_body .fangan_ul a {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 500;
	font-size: 0.2rem;
	color: #FFFFFF;
	display: block;
	height: auto;
	margin-bottom: 0.3rem;
	display: flex;
	align-items: center;
}

.fangan1 .fangan1_body .fangan_ul a i {
	width: 0.16rem;
	height: 0.16rem;
	border-radius: 50%;
	background-color: #fff;
	border: 0.04rem solid #0A7E0D;
	margin-right: 0.1rem;
	display: block;
	box-sizing: border-box;
}



.fangan_key {
	display: flex;
	flex-wrap: wrap;
}

.fangan_key .key_list {
	width: 7.4rem;
	height: 2.17rem;
	background: url(../img/fangan_bg1.png) center no-repeat;
	margin-right: 0.4rem;
	margin-top: 0.4rem;
	padding: 0.49rem 0.55rem 0 0.5rem;
	box-sizing: border-box;
	border-radius: 0.14rem;
	overflow: hidden;
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
	display: flex;
}

.fangan_key .key_list:nth-child(2n) {
	margin-right: 0;
}

.fangan_key .key_list .key_icon {
	width: 0.65rem;
	height: 0.65rem;
	overflow: hidden;
	margin-right: 0.15rem;
	margin-top: 0.15rem;
}

.fangan_key .key_list .key_icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fangan_key .key_list .key_cont .key_title {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 500;
	font-size: 0.3rem;
	color: #333333;
	margin-bottom: 0.15rem;
}

.fangan_key .key_list .key_cont .key_txt {
	width: 5.5rem;
	height: auto;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.25rem;
}





/* 样式2 */

.fangan_key2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.65rem;
}
.fangan_key2 .key_list2{
	width: 2.9rem;
	height: 2.4rem;
	background: url(../img/fangan_key_bg.png) center no-repeat;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.06);
	border-radius: 0.17rem;
}
.fangan_key2 .key_list2 .key_icon2{
	width: 0.6rem;
	height: 0.6rem;
	overflow: hidden;
	margin: 0.4rem auto 0.45rem;
}
.fangan_key2 .key_list2 .key_icon2 img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.fangan_key2 .key_list2 span{
	display: block;
	width: 100%;
	text-align: center;
	font-family: 'sy';
	font-weight: 500;
	font-size: 0.24rem;
	color: #333333;
}
.fangan_key .key_next,
.fangan_key .key_next img{
	width: 0.6rem;
	height: 0.15rem;
}









.fangan_type {
	padding-top: 2.1rem;
	height: 10.4rem;
	box-sizing: border-box;
	padding-bottom: 3.54rem;
}

.type_list {
	display: flex;
}

.type_list .type_txt .type_title {
	font-family: Kingsoft_Cloud_Font, Kingsoft_Cloud_Font;
	font-weight: 400;
	font-size: 0.48rem;
	color: #333333;
	margin-bottom: 0.65rem;
}

.type_list .type_txt .type_content {
	width: 5rem;
	height: auto;
	font-family: 'sy';
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
	margin-bottom: 0.5rem;
}

.type_list .type_txt a{
	width: 1.36rem;
	height: 0.4rem;
	border-radius: 1.21rem;
	border: 0.01rem solid #0A7E0D;
	font-family: 'sy';
	font-weight: 400;
	font-size: 0.16rem;
	color: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.type_list .type_txt a img {
	width: 0.22rem;
	height: 0.12rem;
	margin-left: 0.1rem;
	transition: 0.5s;
}

.type_list .type_img {
	width: 4.8rem;
	height: 4.8rem;
	margin-top: 0.47rem;
	margin-left: 0.8rem;
}

.type_list .type_img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.type_list .type_txt  a:hover img{
	margin-left: 0.2rem;
	transition: 0.5s;
}




.type_swiper .swiper-pagination {
	width: 0.7rem;
	height: auto;
	background: #FFFFFF;
	border-radius: 0.35rem;
	left: auto;
	right: 0;
	bottom: 50%;
	transform: translateY(50%);
}

.type_swiper .swiper-pagination span {
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 0.2rem;
	color: #656565;
	background: none;
	opacity: 1;
	margin: 0 !important;
	margin-bottom: 0.13rem !important;
}
.type_swiper .swiper-pagination span:last-child{
	margin: 0 !important;
}
.type_swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #0A7E0D;
	box-shadow: 0rem 0.03rem 0.14rem 0.01rem rgba(0, 0, 0, 0.33);
	color: #fff;
	font-size: 0.24rem;
}






/* 弹窗 */
.fangan_container{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	overflow-y: auto;
	z-index: 999;
	display: none;
}
.fangan_container::-webkit-scrollbar {
	width: 0.04rem;    
	/*height: 4px;*/
}
.fangan_container::-webkit-scrollbar-thumb {
	border-radius: 0.1rem;
	-webkit-box-shadow: inset 0 0 0.05rem #0A7E0D;
	background: #0A7E0D;
}
.fangan_container::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0.05rem #fff;
	border-radius: 0;
	background: #fff;
}
.fangan_container .container {
	position: relative;
	width: 12.5rem;
	margin: 1.5rem auto;
	padding: 0.5rem 0.85rem;
	box-sizing: border-box;
	border-radius: 0.2rem;
	background: #fff;
}

.fangan_container .container .btn_close {
	position: absolute;
	width: 0.38rem;
	height: 0.38rem;
	top: 0.3rem;
	right: 0.3rem;
	cursor: pointer;
	transition: .3s;
	background: url("../img/btn_close.png") no-repeat center;
}

.fangan_container .container .btn_close:hover {
	transform: rotate(90deg);
}

.fangan_container .container .top {
	margin-bottom: 0.3rem;
	display: flex;
	align-items: center;
}

.fangan_container .container .pic {
	width: 3.5rem;
	height: 3.5rem;
	overflow: hidden;
	margin-right: 1.3rem;
}

.fangan_container .container .pic img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.fangan_container .container .word {
	width: 6rem;
}

.fangan_container .container .word aside {
	margin-bottom: 0.3rem;
	font-family: 'sy';
	font-weight: 500;
	font-size: 0.3rem;
	color: #333333;
}

.fangan_container .container .word p {
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
	font-family: 'sy';
}

.fangan_container .table {
	overflow-x: auto;
	touch-action: auto;
}

.fangan_container .table table {
	min-width: 100%;
	background: #fbfbfb;
	border-top: 0.01rem solid #e5e5e5;
	border-left: 0.01rem solid #e5e5e5;
	border-right: 0.01rem solid #e5e5e5;
}

.fangan_container .table table.col2 tr td:nth-child(1),
.fangan_container .table table.col2 tr td:nth-child(2) {
	width: 50%;
}

.fangan_container .table table tr th:first-child aside,
.fangan_container .table table tr td:first-child {
	padding-left: 0.89rem;
}

.fangan_container .table table tr th:last-child aside,
.fangan_container .table table tr td:last-child {
	padding-right: 0.2rem;
	border-left: 0.01rem solid #e5e5e5;
}
.fangan_container .table table tr:first-child td{
	background-color: #F5F6F7 !important;
}
.fangan_container .table table tr th {
	text-align: center;
	line-height: 0.6rem;
	font-size: 0.16rem;
	font-weight: 500;
	color: #333;
}

.fangan_container .table table tr th:first-child {
	text-align: left;
}

.fangan_container .table table tr td:first-child {
	text-align: left;
}

.fangan_container .table table tr th aside {
	padding: 0 0.1rem 0 0.2rem;
	background: #F5F6F7;
}

.fangan_container .table table tr td {
	text-align: center;
	padding: 0 0.1rem 0 0.2rem;
	line-height: 0.6rem;
	font-size: 0.16rem;
	color: #333;
	border-bottom: 0.01rem solid #e5e5e5;
}

.fangan_container .table table tr.bl td:not(:first-child) {
	border-left: 0.01rem solid #e5e5e5;
}

.fangan_container .table table tr td.center {
	text-align: center;
}