.PC {
	display: block;
}

.MOVE {
	display: none;
}

.chunk {
	width: 100%;
	margin-bottom: 1rem;
}

.chunk.Big_picture {
	height: 8.75rem;
	background-image: url('../images/pc_back.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.chunk.Big_picture.other {
	height: 6.39rem;
	background-image: url('../images/pc_back.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.relative {
	position: relative;
	border: 1px solid transparent;
}

.header {
	width: 100%;
	height: 1rem;
	position: absolute;
	top: 0.44rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .header_logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: rgba(51, 51, 51, 1);
	cursor: pointer;
}

.header_logo .header_title {
	font-size: 0.45rem;
	font-family: 'AlibabaPuHui-bold';
}

.lang-en .header_title {
	font-size: 0.25rem;
}

.header_logo img {
	width: 1rem;
	height: 1rem;
	border-radius: 0.1rem;
	margin-right: 0.25rem;
}

.header_tab {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_tab .tab_item {
	width: 1.25rem;
	height: 0.5rem;
	line-height: 0.5rem;
	color: rgba(51, 51, 51, 1);
	font-size: 0.2rem;
	text-align: center;
	font-family: Roboto;
	cursor: pointer;
}

.tab_item.lang {
	width: 1rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius: 0.38rem;
	background-color: rgba(141, 194, 105, 1);
	color: rgba(255, 255, 255, 1);
	font-size: 0.2rem;
	text-align: center;
	font-family: Roboto;
}

.tab_item.active {
	border-radius: 0.1rem;
	background-color: rgba(38, 163, 93, 1);
	color: rgba(255, 255, 255, 1);
	position: relative;
}

.tab_item.active::after {
	content: "";
	position: absolute;
	top: -0.19rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0.19rem;
	height: 0.19rem;
	background-color: rgba(38, 163, 93, 1);
	border-radius: 50%;
}


.describe {
	margin-top: 2rem;
	display: flex;
	align-items: center;
}


.chunk.Big_picture.other .describe {
	margin-top: 1rem;
}

.describe_left {
	width: 12rem;
}

.describe_left .describe_title {
	color: rgba(0, 0, 0, 1);
	font-size: 0.45rem;
	font-family: SourceHanSansCN-Bold;
	margin-bottom: 0.19rem;
	font-style: oblique;
}

.lang-en .describe_title {
	font-size: 0.25rem;
}

.describe_left .describe_subtitle {
	width: 4.9rem;
	height: 0.63rem;
	line-height: 0.63rem;
	border-radius: 0.05rem;
	background: linear-gradient(85.43deg, rgba(38, 163, 93, 1) 3.81%, rgba(33, 128, 128, 0) 97%, rgba(33, 128, 128, 0) 97%);
	color: rgba(255, 255, 255, 1);
	font-size: 0.25rem;
	font-family: Roboto;
	margin-bottom: 0.19rem;
	padding-left: 0.3rem;
	box-sizing: border-box;
}

.lang-en .describe_subtitle {
	width: 7rem;
	font-size: 0.25rem;
}

.describe_left .describe_text {
	color: rgba(46, 94, 54, 1);
	font-size: 0.23rem;
	font-family: Roboto;
}

.describe_right img {
	width: 5.28rem;
	height: 5.28rem;
	display: block;
}

.Chunk_title {
	margin: 0 auto;
	width: 2rem;
	height: 0.63rem;
	text-align: center;
	line-height: 0.63rem;
	color: rgba(255, 255, 255, 1);
	font-size: 0.45rem;
	text-align: center;
	font-family: Roboto;
	background: linear-gradient(90deg, rgba(38, 163, 93, 1) 50%, rgba(141, 194, 105, 1) 50% 100%);
	position: relative;
	margin-bottom: 1rem;
}

.Chunk_title::after {
	content: "";
	position: absolute;
	top: -0.19rem;
	left: 0.2rem;
	width: 0.19rem;
	height: 0.19rem;
	background-color: rgba(38, 163, 93, 1);
	border-radius: 50%;
}

.Chunk_title::before {
	content: "";
	position: absolute;
	top: 0.63rem;
	right: 0.2rem;
	width: 0.19rem;
	height: 0.19rem;
	background-color: rgba(141, 194, 105, 1);
	border-radius: 50%;
}

.Product_content {
	width: 100%;
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.Product_content .content_left {
	width: 3.75rem;
	height: 9.63rem;
	border-radius: 0.1rem;
	background-color: rgba(38, 163, 93, 1);
	box-shadow: 0rem 0.03rem 0.08rem 0rem rgba(229, 238, 253, 1);
	margin-right: 0.25rem;
	padding: 1rem 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content_left .content_left_title {
	color: rgba(255, 255, 255, 1);
	font-size: 0.35rem;
	font-family: SourceHanSansCN-Bold;
	margin-bottom: 0.43rem;
}

.lang-en .content_left_title {
	font-size: 0.3rem;
}

.content_left .content_left_tabs {
	width: 100%;
	padding-left: 0.25rem;
	box-sizing: border-box;
}

.content_left_tabs .left_tabs_item {
	width: 100%;
	height: 0.63rem;
	line-height: 0.63rem;
	border-radius: 0.38rem 0rem 0rem 0.38rem;
	color: rgba(255, 255, 255, 1);
	font-size: 0.23rem;
	text-align: center;
	font-family: Roboto;
	margin-bottom: 0.25rem;
	cursor: pointer;
}

.content_left .content_left_foot {
	width: 2.5rem;
	height: 0.63rem;
	line-height: 0.63rem;
	border-radius: 0.38rem;
	background-color: rgba(255, 255, 255, 1);
	color: rgba(108, 108, 108, 1);
	font-size: 0.2rem;
	text-align: center;
	font-family: Roboto;
	cursor: pointer;
}

.left_tabs_item.active {
	border-radius: 0.38rem 0rem 0rem 0.38rem;
	background-color: rgba(255, 255, 255, 1);
	color: rgba(38, 163, 93, 1);
}

.Product_list_whole {
	width: calc(100% - 4rem);
}

.Product_list_whole .Product_list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(auto, 1fr);
	gap: 0.25rem;
}

.Product_list .Product_item {
	width: 100%;
	height: 4.69rem;
	background-color: rgba(248, 248, 248, 1);
	cursor: pointer;
	transition: all 0.5s;
	position: relative;
}

.Product_item .item_img {
	width: 100%;
	padding: 0.13rem;
	padding-bottom: 0;
	box-sizing: border-box;
}

.Product_item .item_img img {
	width: 4.75rem;
	height: 3.75rem;
}

.Product_item .item_foot {
	width: 5rem;
	height: 0.81rem;
	line-height: 0.81rem;
	padding: 0 0.13rem;
	box-sizing: border-box;
	color: rgba(51, 51, 51, 1);
	font-size: 0.18rem;
	font-family: SourceHanSansSC-regular;
	transition: all 0.5s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.Product_item .item_class {
	position: absolute;
	left: 0;
	bottom: 0.6rem;
	width: 2.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	background: linear-gradient(87.34deg, rgba(38, 163, 93, 1) -0.11%, rgba(229, 238, 238, 0) 100.82%);
	padding-left: 0.2rem;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 1);
	font-size: 0.2rem;
	font-family: SourceHanSansSC-regular;
}

.Product_item:hover {
	background-color: rgba(141, 194, 105, 1);
}

.Product_item:hover .item_foot {
	background-color: rgba(38, 163, 93, 1);
	color: rgba(255, 255, 255, 1);
}

.chunk.Advantage {
	width: 100%;
	height: 11.8rem;
	background-image: url('../images/advantage.png');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 1rem 0;
	box-sizing: border-box;
}

.chunk.Advantage .Chunk_title {
	margin-bottom: 0.44rem;
}

.lang-en .chunk.Advantage .Chunk_title {
	font-size: 0.35rem;
}

.Advantage_title {
	width: 100%;
	text-align: center;
	color: rgba(33, 128, 75, 1);
	font-size: 0.2rem;
	font-family: Roboto;
	margin-bottom: 0.38rem;
}

.advantage_list {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;

}

.advantage_list .item_left {
	width: 5rem;
}

.advantage_list .advantage_item {
	width: 5rem;
	height: 1.88rem;
	background-color: rgba(255, 255, 255, 1);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.item_left .advantage_item {
	padding: 0.39rem 0.49rem 0.44rem 0.33rem;
	box-sizing: border-box;
}

.item_right .advantage_item {
	padding: 0.39rem 0.49rem 0.44rem 0.28rem;
	box-sizing: border-box;
}

.item_left .advantage_item:nth-of-type(1) {
	border-radius: 0.94rem 0.94rem 0rem 0.94rem;
}

.item_left .advantage_item:nth-of-type(2) {
	margin: 0.25rem 0;
	border-radius: 0.94rem;
	background-color: rgba(38, 163, 93, 1);
}

.item_left .advantage_item:nth-of-type(3) {
	border-radius: 0.94rem 0rem 0.94rem 0.94rem;
}

.item_right .advantage_item:nth-of-type(1) {
	border-radius: 0.94rem 0.94rem 0.94rem 0rem;
}

.item_right .advantage_item:nth-of-type(2) {
	margin: 0.25rem 0;
	border-radius: 0.94rem;
}

.item_right .advantage_item:nth-of-type(3) {
	border-radius: 0rem 0.94rem 0.94rem 0.94rem;
}

.advantage_item .item_img {
	width: 1rem;
	height: 1rem;
	background-color: rgba(141, 194, 105, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.item_left .advantage_item:nth-of-type(2) .item_img {
	background-color: rgba(255, 255, 255, 1);
}

.item_left .item_text {
	width: calc(100% - 1rem - 0.2rem);
	height: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-end;
}

.item_right .item_text {
	width: calc(100% - 1rem - 0.2rem);
	height: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: start;
}

.item_text .item_title {
	color: rgba(51, 51, 51, 1);
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Bold;
}

.item_text .item_subtitle {
	color: rgba(108, 108, 108, 1);
	font-size: 0.18rem;
	font-family: SourceHanSansSC-regular;
	line-height: 0.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.item_left .advantage_item:nth-of-type(2) .item_text .item_title {
	color: rgba(255, 255, 255, 1);
}

.item_left .advantage_item:nth-of-type(2) .item_text .item_subtitle {
	color: rgba(255, 255, 255, 1);
}

.advantage_item .item_img img {
	width: 0.5rem;
	height: 0.5rem;
}

.advantage_list .item_content {
	width: 3.75rem;
	height: 3.75rem;
	background-color: rgba(255, 255, 255, 1);
	border: 0.03rem dashed rgba(33, 128, 75, 1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item_content .content_round {
	width: 3.13rem;
	height: 3.13rem;
	background-color: rgba(255, 255, 255, 1);
	color: rgba(16, 16, 16, 1);
	box-shadow: 0rem 0.03rem 0.08rem 0rem rgba(33, 128, 75, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.content_round img {
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 0.1rem;
}

.advantage_form {
	width: 100%;
	height: 1.25rem;
	border-radius: 0.75rem;
	background-color: rgba(38, 163, 93, 1);
	margin-top: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.13rem 0 0.36rem;
	box-sizing: border-box;
}

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

.advantage_form .advantage_form_tips {
	width: 4rem;
	color: rgba(255, 255, 255, 1);
	font-size: 0.25rem;
	font-family: AlibabaPuHui-bold;
	margin-right: 0.38rem;
}

.lang-en .advantage_form_tips {
	font-size: 0.18rem;
}

.advantage_form_content {
	width: calc(100% - 4rem);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.advantage_form_item {
	position: relative;
}

.advantage_form_item .err {
	position: absolute;
	top: 0.55rem;
	left: 0rem;
	color: red;
	font-size: 0.16rem;
}

.advantage_form_item input {
	width: 2.5rem;
	height: 0.5rem;
	border-radius: 0.05rem;
	margin-right: 0.25rem;
	padding: 0 0.2rem;
	box-sizing: border-box;
}

.advantage_form_item:nth-of-type(3) input {
	width: 6.43rem;
}

.advantage_form_content button {
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	border-radius: 0.75rem;
	background-color: rgba(141, 194, 105, 1);
	color: rgba(255, 255, 255, 1);
	font-size: 0.18rem;
	text-align: center;
	font-family: Roboto;
	border: none;
	cursor: pointer;
}

input {
	border: none;
	outline: none;

}

input:focus {
	outline: none;
}

.lang-zh #Name::placeholder {
	content: "请输入您的姓名";
}

.lang-en #Name::placeholder {
	content: "Please enter your name";
}

.errorClass {
	animation: error 0.3s linear forwards;
}


@keyframes error {
	0% {
		transform: translateY(-0.1rem);
		opacity: 0;
	}

	100% {
		transform: translateY(0rem);
		opacity: 1;
	}
}

.New_List {
	width: 100%;
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.New_List .Chunk_title {
	margin: 0;
}

.lang-en .New_List .Chunk_title {
	font-size: 0.3rem;
}

.New_List .dynamics {
	width: 11.76rem;
	margin-right: 0.24rem;
}

.New_List .real_time_info {
	width: calc(100% - 11.76rem - 0.24rem);
}

.New_List .New_List_Header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.New_List_Header .more {
	color: rgba(108, 108, 108, 1);
	font-size: 0.18rem;
	font-family: SourceHanSansSC-regular;
	cursor: pointer;
}

.dynamics .dynamics_list {
	width: 100%;
}

.dynamics_list .dynamics_item {
	width: 100%;
	padding-bottom: 0.25rem;
	box-sizing: border-box;
	border-bottom: 0.01rem dashed rgba(33, 128, 75, 1);
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	margin-bottom: 0.25rem;
}

.dynamics_item:last-child {
	margin-bottom: 0;
}

.dynamics_item img {
	width: 2.5rem;
	height: 1.88rem;
	border-radius: 0.1rem;
	margin-right: 0.23rem;
}

.dynamics_item .dynamics_item_content {
	width: calc(100% - 2.5rem - 0.23rem);
	height: 1.88rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.dynamics_item_content .item_content_time {
	display: flex;
	align-items: flex-end;
	color: rgba(108, 108, 108, 1);
	font-size: 0.18rem;
	font-family: SourceHanSansSC-regular;
}

.item_content_time span:nth-of-type(1) {
	color: rgba(51, 51, 51, 1);
	font-size: 0.35rem;
	font-family: SourceHanSansCN-Bold;
	margin-right: 0.13rem;
	transition: color 0.3s;
}

.dynamics_item_content .item_content_title {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: rgba(51, 51, 51, 1);
	font-size: 0.2rem;
	font-family: Roboto;
	transition: color 0.3s;
}

.dynamics_item_content .item_content_subtitle {
	width: 100%;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: rgba(108, 108, 108, 1);
	font-size: 0.18rem;
	text-align: justify;
	font-family: SourceHanSansSC-light;
	line-height: 0.2rem;
}

.dynamics_item:hover .item_content_time span:nth-of-type(1) {
	color: rgba(38, 163, 93, 1);
}

.dynamics_item:hover .dynamics_item_content .item_content_title {
	color: rgba(38, 163, 93, 1);
}

.real_time_info_list img {
	width: 100%;
	height: 1.79rem;
	border-radius: 0.1rem;
	margin-bottom: 0.25rem;
	cursor: pointer;
}

.real_time_info_list .real_time_info_item {
	width: 100%;
	height: 1.2rem;
	border-bottom: 0.01rem dashed rgba(187, 187, 187, 1);
	padding: 0.13rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-bottom: 0.32rem;
	transition: all 0.3s;
}

.real_time_info_list .real_time_info_item:last-child {
	margin-bottom: 0;
}

.real_time_info_item .item_time {
	width: 1rem;
	display: flex;
	flex-direction: column;
	color: rgba(108, 108, 108, 1);
	font-size: 0.18rem;
	font-family: Roboto;
	margin-right: 0.23rem;
	transition: color 0.3s;
}

.real_time_info_item .item_time span:nth-of-type(1) {
	color: rgba(51, 51, 51, 1);
	font-size: 0.35rem;
	font-family: SourceHanSansCN-Bold;
	margin-bottom: 0.1rem;
	transition: color 0.3s;
}

.real_time_info_item .item_text {
	width: calc(100% - 1rem - 0.23rem);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.real_time_info_item .item_text .item_text_title {
	width: 100%;
	color: rgba(51, 51, 51, 1);
	font-size: 0.2rem;
	font-family: Roboto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: color 0.3s;
}

.real_time_info_item .item_text .item_text_subtitle {
	width: 100%;
	color: rgba(108, 108, 108, 1);
	font-size: 0.18rem;
	text-align: justify;
	font-family: SourceHanSansSC-light;
	line-height: 0.2rem;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.3s;
}

.real_time_info_list .real_time_info_item:hover {
	background-color: rgba(38, 163, 93, 1);

}

.real_time_info_list .real_time_info_item:hover .item_time {
	color: rgba(255, 255, 255, 1);
}

.real_time_info_list .real_time_info_item:hover .item_time span:nth-of-type(1) {
	color: rgba(255, 255, 255, 1);
}

.real_time_info_list .real_time_info_item:hover .item_text .item_text_title {
	color: rgba(255, 255, 255, 1);
}

.real_time_info_list .real_time_info_item:hover .item_text .item_text_subtitle {
	color: rgba(255, 255, 255, 1);
}

.chunk.about {
	width: 100%;
	height: 11.75rem;
	background: linear-gradient(180deg, rgba(141, 194, 105, 1) 0%, rgba(33, 128, 75, 1) 100%);
	padding-top: 0.5rem;
	box-sizing: border-box;
}

.chunk.about .type_area {
	width: 100%;
	height: 100%;
	padding-left: 2rem;
	box-sizing: border-box;
}

.about_content {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.photos_list {
	width: 6.25rem;
	height: 100%;
	padding-bottom: 0.5rem;
	box-sizing: border-box;
}

.photos_list .photos_content {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	border-radius: 0.1rem;
}

.photos_content .photos_content_list {
	width: 100%;
	height: calc(100% - 1.25rem);
	padding: 0.24rem;
	box-sizing: border-box;
}

.photos_content_list img {
	width: 100%;
	height: 2.84rem;
	border-radius: 0.1rem;
	margin-bottom: 0.25rem;
	cursor: pointer;
}

.photos_content_list img:last-child {
	margin-bottom: 0;
}

.photos_content .photos_content_foot {
	width: 6.25rem;
	height: 1.25rem;
	line-height: 0.25rem;
	border-radius: 0.1rem;
	background-color: rgba(141, 194, 105, 1);
	padding: 0.25rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: 0.25rem;
}

.photos_content .photos_foot_left {
	display: flex;
	align-items: start;
}

.photos_foot_left img {
	width: 0.38rem;
	height: 0.38rem;
	margin-right: 0.19rem;
}

.photos_foot_left .foot_left {
	display: flex;
	flex-direction: column;
	color: rgba(255, 255, 255, 1);
	font-size: 0.18rem;
	font-family: AlibabaPuHui-regular;
}

.photos_foot_left .foot_left span:nth-of-type(1) {
	color: rgba(255, 255, 255, 1);
	font-size: 0.25rem;
	font-family: AlibabaPuHui-bold;
	margin-bottom: 0.13rem;
}

.photos_content .photos_foot_right {
	width: 1.88rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius: 0.38rem;
	background-color: rgba(255, 255, 255, 1);
	color: rgba(38, 163, 93, 1);
	font-size: 0.18rem;
	text-align: center;
	font-family: Roboto;
	cursor: pointer;
}

.about_text {
	width: calc(100% - 6.25rem - 0.25rem);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.about_text .about_text_content {
	width: 11.28rem;
	height: 11.28rem;
	border-radius: 6.25rem;
	background: rgba(255, 255, 255, 1);
	padding: 0.5rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about_text_content .Chunk_title {
	margin-bottom: 0.44rem;
}

.about_text img {
	width: 100%;
	height: 6.13rem;
	position: absolute;
	right: 0;
	bottom: 0;
}

.about_text .Company_name {
	width: 3.75rem;
	height: 0.5rem;
	line-height: 0.5rem;
	background: linear-gradient(87.34deg, rgba(255, 255, 255, 1) -0.11%, rgba(38, 163, 93, 1) 53.28%, rgba(229, 238, 238, 0) 100.82%);
	text-align: center;
	color: rgba(255, 255, 255, 1);
	font-size: 0.25rem;
	text-align: center;
	font-family: AlibabaPuHui-medium;
	margin-bottom: 0.33rem;
}

.lang-en .about_text .Company_name {
	width: 4.5rem;
}

.about_text .text_content {
	width: 85%;
	color: rgba(51, 51, 51, 1);
	font-size: 0.18rem;
	font-family: SourceHanSansSC-regular;
	line-height: 0.25rem;
	display: -webkit-box;
	line-clamp: 8;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0.13rem;
}

.about_text .about_text_more {
	width: 85%;
	display: flex;
	justify-content: flex-end;
}

.about_text_more .more_button {
	width: 1.25rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius: 0.1rem;
	background-color: rgba(38, 163, 93, 1);
	color: rgba(255, 255, 255, 1);
	font-size: 0.18rem;
	text-align: center;
	font-family: Roboto;
	float: right;
	cursor: pointer;
}

.foot {
	width: 24rem;
	height: 6.25rem;
	background-color: rgba(51, 51, 51, 1);
	padding-top: 1rem;
	box-sizing: border-box;
	position: relative;
}

.foot_return {
	position: absolute;
	top: -0.6rem;
	left: 50%;
	transform: translateX(-50%);
	width: 1.25rem;
	height: 1.25rem;
	background-color: rgba(38, 163, 93, 1);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	color: rgba(255, 255, 255, 1);
	font-size: 0.18rem;
	font-family: SourceHanSansSC-regular;
	cursor: pointer;
}

.foot_return img {
	width: 0.38rem;
	height: 0.38rem;
}

.foot .type_area {
	height: 100%;
}

.foot .foot_content {
	width: 100%;
	height: 100%;
	border-radius: 0.45rem 0.45rem 0rem 0rem;
	background-color: rgba(255, 255, 255, 1);
	padding: 1rem 1rem 0 1rem;
	box-sizing: border-box;
}

.foot_content .foot_top {
	width: 100%;
	height: calc(100% - 0.63rem);
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.foot_top .foot_address {
	width: 4.5rem;
	display: flex;
	flex-direction: column;
}

.foot_address .address_phone {
	width: 0.88rem;
	height: 0.88rem;
	background-color: rgba(51, 51, 51, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.38rem;
	border-radius: 50%;
}

.address_phone img {
	width: 0.38rem;
	height: 0.38rem;
}

.foot_address .address_item {
	color: rgba(108, 108, 108, 1);
	font-size: 0.2rem;
	font-family: SourceHanSansSC-regular;
	margin-bottom: 0.25rem;
}

.foot .foot_title {
	color: rgba(51, 51, 51, 1);
	font-size: 0.25rem;
	font-family: AlibabaPuHui-bold;
	margin-bottom: 0.29rem;
}

.foot .foot_form {
	width: 8.13rem;
}

#FootForm {
	margin-top: 0.29rem;
}

.foot_row {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.foot_row .foot_form_item {
	position: relative;
}

.foot_row .foot_form_item input {
	width: 3.94rem;
	height: 0.5rem;
	border-radius: 0.05rem;
	background-color: rgba(229, 238, 253, 1);
	padding: 0 0.2rem;
	box-sizing: border-box;
}

.foot_form_item .err {
	position: absolute;
	top: 0.55rem;
	left: 0rem;
	color: red;
	font-size: 0.16rem;
}

.foot_content_textarea {
	position: relative;
	margin-top: 0.3rem;
}

.foot_content_textarea .textarea {
	width: 100%;
	align-items: start;
	height: 1rem;
	border-radius: 0.05rem;
	background-color: rgba(229, 238, 253, 1);
}

.foot_content_textarea .err {
	position: absolute;
	top: 1.05rem;
	left: 0rem;
	color: red;
	font-size: 0.16rem;
}

textarea {
	width: 100%;
	resize: none;
	height: 1.88rem;
	border: none;
	outline: none;
	padding: 0.1rem;
	box-sizing: border-box;
}

textarea:focus {
	outline: none;
}

.foot_content .foot_bottom {
	width: 100%;
	height: 0.63rem;
	line-height: 0.63rem;
	background-color: rgba(255, 255, 255, 1);
	color: rgba(108, 108, 108, 1);
	font-size: 0.18rem;
	text-align: center;
	font-family: Roboto;
	border-top: 0.01rem solid rgba(187, 187, 187, 1);
}

.foot_row button {
	width: 1.88rem;
	height: 0.5rem;
	line-height: 0.25rem;
	border-radius: 0.1rem;
	background-color: rgba(51, 51, 51, 1);
	color: rgba(255, 255, 255, 1);
	font-size: 0.18rem;
	text-align: center;
	font-family: Roboto;
	cursor: pointer;
	margin-top: 0.26rem;
}

.foot_customer_service .foot_img_list {
	margin-top: 0.29rem;
	display: flex;
	align-items: center;
}

.foot_img_list img {
	width: 1.75rem;
	height: 1.75rem;
	margin-right: 0.38rem;
}

.foot_img_list img:last-child {
	margin-right: 0;
}

.other_Content {
	width: 100%;
	min-height: 10rem;
	box-sizing: border-box;
	margin-bottom: 1.5rem;
}

.other_Content .Company_name_text {
	width: 3.75rem;
	height: 0.5rem;
	line-height: 0.5rem;
	background: linear-gradient(87.34deg, rgba(255, 255, 255, 1) -0.11%, rgba(38, 163, 93, 1) 53.28%, rgba(229, 238, 238, 0) 100.82%);
	text-align: center;
	color: rgba(255, 255, 255, 1);
	font-size: 0.25rem;
	font-family: AlibabaPuHui-medium;
	margin: 0 auto;
	margin-bottom: 1rem;
}

.other_Content .content {
	color: rgba(51, 51, 51, 1);
	font-size: 0.18rem;
	font-family: SourceHanSansSC-regular;
	line-height: 0.3rem;
}

.other_Content .mySwiper {
	width: 100%;
	margin-bottom: 0.5rem;
}

.other_Content .swiper-wrapper {
	width: 100%;
}

.other_Content .swiper-slide {
	width: 1.88rem !important;
	height: 0.63rem;
	line-height: 0.63rem;
	border-radius: 0.38rem;
	background-color: rgba(248, 248, 248, 1);
	color: rgba(51, 51, 51, 1);
	font-size: 0.2rem;
	text-align: center;
	font-family: Roboto;
	cursor: pointer;
}

.other_Content .swiper-slide.active {
	background-color: rgba(38, 163, 93, 1);
	color: rgba(255, 255, 255, 1);
}

.other_Product_list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(auto, 1fr);
	grid-gap: 0.25rem;
}

.other_Product_list .other_Product_item {
	width: 100%;
	height: 4.69rem;
	background-color: rgba(248, 248, 248, 1);
	cursor: pointer;
	position: relative;
}

.other_Product_item .item_img {
	width: 100%;
	padding: 0.13rem;
	padding-bottom: 0;
	box-sizing: border-box;
}

.other_Product_item .item_img img {
	width: 4.75rem;
	height: 3.75rem;
}

.other_Product_item .item_foot {
	width: 5rem;
	height: 0.81rem;
	line-height: 0.81rem;
	padding: 0 0.13rem;
	box-sizing: border-box;
	color: rgba(51, 51, 51, 1);
	font-size: 0.18rem;
	font-family: SourceHanSansSC-regular;
	transition: all 0.5s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.other_Product_item .item_class {
	position: absolute;
	left: 0;
	bottom: 0.6rem;
	width: 2.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	background: linear-gradient(87.34deg, rgba(38, 163, 93, 1) -0.11%, rgba(229, 238, 238, 0) 100.82%);
	padding-left: 0.2rem;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 1);
	font-size: 0.2rem;
	font-family: SourceHanSansSC-regular;
}

.other_Product_item:hover {
	background-color: rgba(141, 194, 105, 1);
}

.other_Product_item:hover .item_foot {
	background-color: rgba(38, 163, 93, 1);
	color: rgba(255, 255, 255, 1);
}

.My_Page {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 1rem;
	padding: 0 3rem;
	box-sizing: border-box;
}

.My_Page ul {
	display: flex;
	justify-content: center;
}

.My_Page ul li {
	width: 0.4rem;
	height: 0.4rem;
	text-align: center;
	line-height: 0.4rem;
	font-size: 0.2rem;
	border: 0.01rem solid rgba(232, 232, 232, 1);
	cursor: pointer;
	margin: 0 0.1rem;
}

.My_Page ul li.active {
	border: 0.01rem solid rgba(38, 163, 93, 1);
	color: rgba(38, 163, 93, 1);
}

.other_header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.other_header .Chunk_title {
	margin: 0;
}

.other_header .Title_text {
	color: rgba(51, 51, 51, 1);
	font-size: 0.35rem;
	font-family: AlibabaPuHui-medium;
}

.other_Details {
	width: 100%;
	margin-top: 1rem;
}

.other_Details img {
	max-width: 100%;
}

.Factory_list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(auto, 1fr);
	grid-gap: 0.25rem;
}

.Factory_list .Factory_item {
	width: 100%;
	height: 4.25rem;
	background-color: rgba(248, 248, 248, 1);
	cursor: pointer;
	padding: 0.13rem 0.13rem 0.48rem 0.13rem;
	box-sizing: border-box;
	position: relative;
}

.Factory_list .Factory_item img {
	width: 100%;
	height: 100%;
}

.Factory_item .item_class {
	position: absolute;
	left: 0;
	bottom: 0.3rem;
	width: 2.35rem;
	height: 0.5rem;
	line-height: 0.5rem;
	background: linear-gradient(87.34deg, rgba(38, 163, 93, 1) -0.11%, rgba(229, 238, 238, 0) 100.82%);
	color: rgba(255, 255, 255, 1);
	font-size: 0.2rem;
	font-family: SourceHanSansSC-regular;
	padding-left: 0.2rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.img_look {
	width: 100vw;
	height: 100vh;
	overflow-y: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5);
	visibility: hidden;
}

.Dynamics_list {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.Dynamics_list .Dynamics_item {
	width: 9.63rem;
	padding-bottom: 0.25rem;
	box-sizing: border-box;
	border-bottom: 0.01rem dashed rgba(33, 128, 75, 1);
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	margin-bottom: 0.25rem;
}

.Dynamics_item img {
	width: 2.5rem;
	height: 1.88rem;
	border-radius: 0.1rem;
	margin-right: 0.23rem;
}

.Dynamics_item .dynamics_item_content {
	width: calc(100% - 2.5rem - 0.23rem);
	height: 1.88rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.Dynamics_item .dynamics_item_content .item_content_time {
	display: flex;
	align-items: flex-end;
	color: rgba(108, 108, 108, 1);
	font-size: 0.18rem;
	font-family: SourceHanSansSC-regular;
}

.Dynamics_item .item_content_time span:nth-of-type(1) {
	color: rgba(51, 51, 51, 1);
	font-size: 0.35rem;
	font-family: SourceHanSansCN-Bold;
	margin-right: 0.13rem;
	transition: color 0.3s;
}

.Dynamics_item .dynamics_item_content .item_content_title {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: rgba(51, 51, 51, 1);
	font-size: 0.2rem;
	font-family: Roboto;
	transition: color 0.3s;
}

.Dynamics_item .dynamics_item_content .item_content_subtitle {
	width: 100%;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: rgba(108, 108, 108, 1);
	font-size: 0.18rem;
	text-align: justify;
	font-family: SourceHanSansSC-light;
	line-height: 0.2rem;
}

.Dynamics_item:hover .item_content_time span:nth-of-type(1) {
	color: rgba(38, 163, 93, 1);
}

.Dynamics_item:hover .dynamics_item_content .item_content_title {
	color: rgba(38, 163, 93, 1);
}

#otherForm {
	width: 9rem;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

#otherForm label {
	margin-bottom: 0.25rem;
	display: flex;
	align-items: start;
	position: relative;
}

label .err {
	position: absolute;
	left: 0.8rem;
	bottom: -0.18rem;
	color: red;
	font-size: 0.18rem;
}

.textarea_label .err {
	bottom: -0.2rem;
}

label span {
	color: rgba(51, 51, 51, 1);
	font-size: 0.18rem;
	font-family: SourceHanSansSC-regular;
	margin-right: 0.25rem;
}

#otherForm input {
	width: 8.13rem;
	height: 0.63rem;
	border-radius: 0.05rem;
	background-color: rgba(229, 238, 253, 1);

}

#otherForm textarea {
	width: 8.13rem;
	border-radius: 0.05rem;
	background-color: rgba(229, 238, 253, 1);
}

.submit_btn {
	margin-top: 1rem;
	text-align: center;
}

.submit_btn button {
	width: 1.88rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius: 0.1rem;
	background-color: rgba(38, 163, 93, 1);
	color: rgba(255, 255, 255, 1);
	font-size: 0.18rem;
	text-align: center;
	font-family: Roboto;
	cursor: pointer;
	border: none;
}