.PC {
	display: block;
}

.MOVE_PC {
	display: none;
}

.header {
	width: 19.2rem;
	height: 1.25rem;
	position: absolute;
	margin: 0 auto;
	top: 0.5rem;
	left: 50%;
	transform: translateX(-50%);
	/* background-image: url("../iocn/pc/headerBac.png"); */
	background-color: #fff;
	border-radius: 0.2rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0.25rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 99;
}

.other_Header {
	position: absolute;
	margin: 0 auto;
	top: 0.5rem;
	left: 50%;
	transform: translateX(-50%);
}

.header .header_left {
	display: flex;
	align-items: center;
	color: rgba(51, 51, 51, 1);
	font-family: 'SimSun';
	font-weight: bold;
	cursor: pointer;
}

.header .header_left img {
	width: 1.61rem;
	height: 0.75rem;
}

.header .header_right {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_right .right_list {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;

}

.right_list .list_item {
	height: 100%;
	cursor: pointer;
	color: rgba(79, 79, 79, 1);
	font-family: SourceHanSansSC-regular;
	font-size: 0.2rem;
	margin-right: 0.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list_item span {
	transition: transform 0.5s;
}

.right_list .select_item {
	position: relative;
}

.select_item span {
	/* transform: translateY(-0.13rem); */
	font-weight: bold;
	font-size: 0.25rem;
	transition: all 0.2s;
}

.right_list .select_item::after {
	/* content: "";
	position: absolute;
	top: 0.48rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0.25rem;
	height: 0.25rem;
	line-height: 0.25rem;
	background: linear-gradient(133.03deg, rgba(173, 173, 173, 1) 5.7%, rgba(249, 249, 249, 1) 55.9%, rgba(156, 156, 156, 1) 104.52%);
	border: 0.03rem solid rgba(51, 51, 51, 1);
	border-radius: 50%; */
}

.header_right .right_switch {
	width: 0.9rem;
	height: 0.45rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* background: linear-gradient(133.03deg, rgba(173, 173, 173, 1) 5.7%, rgba(249, 249, 249, 1) 55.9%, rgba(156, 156, 156, 1) 104.52%); */
	border-radius: 60px;
	box-sizing: border-box;
	color: rgb(88, 84, 84);
	font-size: 0.18rem;
	cursor: pointer;
	position: relative;
}

.right_switch .switch_select {
	position: absolute;
	top: 0;
	left: 0;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	/* background: linear-gradient(133.03deg, rgba(173, 173, 173, 1) 5.7%, rgba(249, 249, 249, 1) 55.9%, rgba(156, 156, 156, 1) 104.52%);
	border: 0.04rem solid rgba(35, 51, 71, 1); */
	box-sizing: border-box;
	z-index: 1;
	transition: all 0.5s;
}
.right_switch span{
	display: none;
}
.right_switch .select_span {
	/* color: rgba(35, 51, 71, 1);
	font-size: 0.18rem;
	text-align: center;
	font-family: Roboto;
	font-weight: bold;
	z-index: 2; */
	display: block;
}

.floatingMenu {
	position: fixed;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
	z-index: 2;
}

.floatingMenu ul li {
	color: rgba(255, 255, 255, 1);
	font-size: 0.28rem;
	font-family: AlibabaPuHui-regular;
	margin-bottom: 0.44rem;
	font-weight: bold;
}

.floatingMenu .menu-item .Menu_Number {
	position: relative;
}

.floatingMenu .menu-item .Menu_Number::after {
	content: "";
	position: absolute;
	top: 0.25rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0.01rem;
	height: 0.35rem;
	border-left: 0.02rem dashed rgb(255, 255, 255);
}

.floatingMenu .active_menu {
	color: rgba(252, 208, 104, 1);
}

.RightMenu {
	position: fixed;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
	z-index: 2;
	width: 0.63rem;
	height: 1.3rem;
	border-radius: 0.75rem 0.75rem;
	background: linear-gradient(180deg, rgba(229, 0, 20, 1) 0%, rgba(231, 133, 26, 1) 100%);
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.RightMenu .fenge {
	width: 0.38rem;
	border-top: 0.01rem solid rgba(255, 255, 255, 1);
	margin: 0 auto;
}

.RightMenu .Menu_item {
	cursor: pointer;
}

.RightMenu .Menu_item img {
	width: 0.58rem;
	height: 0.58rem;
}

.WeiXin_hover {
	position: relative;
}

.WeiXin_hover:hover .wCode {
	display: block;
}

.WeiXin_hover .wCode {
	position: absolute;
	top: 0;
	left: -1.2rem;
	width: 1rem;
	height: 1rem;
	border-radius: 0.1rem;
	background-color: rgba(239, 239, 239, 1);
	padding: 0.06rem;
	box-sizing: border-box;
	display: none;
}

.wCode img {
	width: 0.88rem;
	height: 0.88rem;
}

.Phone_hover {
	position: relative;
}

.Phone_hover:hover .Phone_Text {
	display: block;
}

.Phone_hover .Phone_Text {
	position: absolute;
	top: 0;
	left: -1.65rem;
	width: 1.6rem;
	height: 0.63rem;
	line-height: 0.63rem;
	border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
	background-color: rgba(239, 239, 239, 1);
	text-align: center;
	display: none;
	font-size: 0.2rem;
}

.swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
}

.screen_one {
	/* margin-top: -1.35rem; */
	position: relative;
}

.other_screen_one {
	margin-top: 0;
}

.screen {
	background: #000;
}

.item {
	width: 100%;
	/* min-height: 13.5rem; */
	padding: 1rem;
	box-sizing: border-box;
}

.hidePiadding {
	padding-top: 0;
}

.the_remaining {
	width: 100%;
	height: 7.5rem;
	/* padding-top: 1rem; */
	box-sizing: border-box;
}

.introduce {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-45%, -60%);
	z-index: 9;
	padding-left: 1.5rem;
	box-sizing: border-box;

}

.the_remaining .introduce {
	left: 5%;
	transform: translateY(-45%);
}

.introduce .Service {
	color: rgba(251, 251, 251, 1);
	font-family: SourceHanSansSC-black;
	margin-bottom: 0.25rem;
}

.introduce .business {
	height: 0.5rem;
	line-height: 0.5rem;
	background: linear-gradient(87.16deg, rgba(226, 145, 52, 1) 2.68%, rgba(255, 255, 255, 0) 97.04%);
	padding-left: 0.5rem;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 1);
	font-size: 0.23rem;
	font-family: Roboto;
	margin-bottom: 0.25rem;
}

.introduce .characteristic {
	width: 5.23rem;
	color: rgba(239, 239, 239, 1);
	font-size: 0.2rem;
	line-height: 0.25rem;
	font-family: SourceHanSansSC-light;
}

.Title {
	margin: 0 auto;
	width: 9rem;
	height: 1rem;
	text-align: center;
	line-height: 1rem;
	background-image: url("../iocn/pc/title.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: rgba(255, 255, 255, 1);
	font-size: 0.35rem;
	font-family: Roboto;
}

.Title_the {
	color: rgba(51, 51, 51, 1);
	margin-bottom: 1rem;
}

.Title_the span {
	width: 1.75rem;
	height: 0.5rem;
	line-height: 0.57rem;
	background-color: rgba(255, 255, 255, 1);
	text-align: center;
}

.home_Title span {
	width: 1.75rem;
	height: 0.5rem;
	line-height: 0.5rem;
	background-color: #1a2634;
}

.TypeArea_tab_list {
	width: 100%;
	height: 0.8rem;
	margin: 0 auto;
	margin-top: 0.7rem;
	overflow-x: auto;
	white-space: nowrap;
	margin-bottom: 0.5rem;
	text-align: center;
}

.TypeArea_tab_list .tab_item {
	width: 1.88rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius: 0.75rem;
	background: linear-gradient(133.03deg, rgba(173, 173, 173, 1) 5.7%, rgba(249, 249, 249, 1) 55.9%, rgba(156, 156, 156, 1) 104.52%);
	color: rgba(51, 51, 51, 1);
	font-size: 0.2rem;
	text-align: center;
	font-family: Roboto;
	border: 0.01rem solid rgba(98, 101, 100, 1);
	display: inline-block;
	cursor: pointer;
	margin-right: 0.38rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 0.02rem;
	box-sizing: border-box;
}

.TypeArea_tab_list .tab_item:last-child {
	margin-right: 0;
}

.TypeArea_tab_list .select_tab {
	background: linear-gradient(133.03deg, rgba(203, 91, 7, 1) 5.7%, rgba(252, 208, 104, 1) 55.9%, rgba(177, 81, 5, 1) 104.52%);
	color: rgba(51, 51, 51, 1);
	border: 0.01rem solid rgba(234, 201, 132, 1);
}

.Product_Swiper {
	width: 100%;
	height: 1.2rem;
	margin: 0 auto;
	margin-top: 0.7rem;
	margin-bottom: 0.5rem;
	overflow: hidden;
}

.Product_Swiper .swiper-wrapper {
	width: 100%;
	/* text-align: center; */
	/* justify-content: center; */
}

.Product_Swiper .swiper-slide {
	/* width: 2.5rem !important; */
	height: 0.8rem;
	line-height: 0.8rem;
	border-radius: 0.25rem;
	/* background: linear-gradient(133.03deg, rgba(173, 173, 173, 1) 5.7%, rgba(249, 249, 249, 1) 55.9%, rgba(156, 156, 156, 1) 104.52%); */
	color: rgba(51, 51, 51, 1);
	font-size: 0.3rem;
	color: #fff;
	text-align: center;
	font-family: Roboto;
	/* border: 0.01rem solid rgba(98, 101, 100, 1); */
	display: inline-block;
	cursor: pointer;
	margin-right: 0.38rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 0.4rem;
	box-sizing: border-box;
}

.Product_Swiper .select_tab {
	background: #FFE64F;
	color: #000;
}


.Product1_content_list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(auto, 1fr);
	gap: 0.25rem;
}

.Product1_content_list .content_item {
	width: 4.61rem;
	height: auto;
	border-radius: 0.1rem;
	cursor: pointer;background:#fff;
	padding: 0.2rem;
}

.cp_lisBox .content_item{
	background-color: #fff;
}
.cp_lisBox .content_item:hover{
	background-color: #FCD337;
}
.cp_lisBox .content_item .content_item_foot{
	background-color: transparent;
}

.twoCatebox{
	position: absolute;background-color: #fff;top: 1rem;z-index:9999;width: 2rem;
}
.twoCateLis{
	padding: 0.2rem 0.1rem;border-bottom: 1px solid #ececec;
	text-align: center;font-size: 0.14rem;
}
.twoCateLis:hover{
	font-weight: bold;background-color: #FFE64F;
}

.content_item img {
	width: 100%;
	height: 3.38rem;
	border-radius: 0.1rem 0.1rem 0 0;
	display: block;border: none;
}

.content_item .content_item_foot {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.1rem 0.19rem;
	box-sizing: border-box;
	/* border: 0.01rem solid rgba(98, 101, 100, 1);
	background: linear-gradient(133.03deg, rgba(173, 173, 173, 1) 5.7%, rgba(249, 249, 249, 1) 55.9%, rgba(156, 156, 156, 1) 104.52%); */
	background-color: transparent;
	border-radius: 0 0 0.1rem 0.1rem;
}

.content_item_foot .Product_name {
	width: 60%;
	color: rgba(51, 51, 51, 1);
	font-size: 0.16rem;
	font-family: SourceHanSansSC-regular;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content_item_foot .Product_specs {
	color: rgba(108, 108, 108, 1);
	font-size: 0.18rem;
	font-family: SourceHanSansSC-light;
}

.Product1_content_list .Product_select .content_item_foot {
	/* background: linear-gradient(133.03deg, rgba(206, 99, 14, 1) 5.7%, rgba(242, 191, 91, 1) 55.9%, rgba(189, 102, 21, 1) 104.52%); */
}

.Product1_content_list .Product_select .content_item_foot .Product_specs {
	color: rgba(51, 51, 51, 1);
}

.Factory_swiper {
	width: 100%;
	height: 7.99rem;
	border-radius: 0.2rem 0rem 0rem 0.2rem;
	background-color: rgba(0, 0, 0, 1);
	margin-top: 2rem;
	padding: 0.38rem;
	box-sizing: border-box;
	overflow: hidden;
}

.Factory_swiper>.swiper-wrapper {
	transition-timing-function: linear;
}


.Factory_swiper .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.Factory_swiper .swiper-slide {
	cursor: pointer;
}

.Factory_swiper img {
	width: 100%;
	height: 6.24rem !important;
}

.Factory_swiper .Factory_foot {
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	/* background: linear-gradient(133.03deg, rgba(173, 173, 173, 1) 5.7%, rgba(249, 249, 249, 1) 55.9%, rgba(156, 156, 156, 1) 104.52%); */
	background-color: #fff;
	color: rgba(51, 51, 51, 1);
	font-size: 0.2rem;
	text-align: center;
	font-family: Roboto;
	/* border: 0.01rem solid rgba(98, 101, 100, 1); */
}

.Factory_swiper .swiper-slide:hover .Factory_foot {
	/* background: linear-gradient(133.03deg, rgba(206, 99, 14, 1) 5.7%, rgba(242, 191, 91, 1) 55.9%, rgba(189, 102, 21, 1) 104.52%); */
	color: rgba(51, 51, 51, 1);
	font-weight: bold;
	/* border: 0.01rem solid rgba(234, 201, 132, 1); */
}

.CompanyProfile {
	width: 100%;
	height: 9.5rem;
	border-radius: 0.2rem;
	background-color: rgba(144, 152, 161, 1);
	margin-top: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.CompanyProfile .CompanyProfile_Title {
	width: 9.5rem;
	height: 100%;
	padding: 0.6rem;
	box-sizing: border-box;
}

.CompanyProfile_Title .Title_name {
	color: rgba(255, 255, 255, 1);
	font-size: 0.3rem;
	font-family: SourceHanSansSC-medium;
	margin-bottom: 0.44rem;
}

.CompanyProfile .separate {
	width: 7.5rem;
	border-top: 0.01rem solid rgba(255, 255, 255, 1);
	margin-bottom: 0.38rem;
}

.CompanyProfile .brief_introduction {
	height: 5.6rem;
	overflow-y: auto;
	color: rgba(239, 239, 239, 1);
	font-size: 0.2rem;
	line-height: 0.25rem;
	font-family: SourceHanSansSC-light;
	margin-bottom: 0.3rem;
}

.CompanyProfile .more {
	width: 1.88rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius: 0.75rem;
	background: linear-gradient(133.03deg, rgba(173, 173, 173, 1) 5.7%, rgba(249, 249, 249, 1) 55.9%, rgba(156, 156, 156, 1) 104.52%);
	color: rgba(51, 51, 51, 1);
	font-size: 0.2rem;
	text-align: center;
	font-family: Roboto;
	border: 0.03rem solid rgba(98, 101, 100, 1);
	cursor: pointer;
}

.CompanyProfile .CompanyProfile_swiper {
	width: calc(100% - 9.5rem);
	height: 100%;
	overflow: hidden;
	position: relative;
}

.CompanyProfile .swiper-pagination {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.5rem;
	z-index: 9;
}

.CompanyProfile .swiper-pagination-bullet {
	background-color: #000;
}

.News_content_list {
	width: 100%;
	margin-top: 0.5rem;
	display: flex;
	/* display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(5, 1fr); */
	gap: 0.25rem;
}

.News_content_list .News_item {
	width: 10rem;
	/* height: 1.4rem; */
	/* background-color: rgba(61, 76, 96, 2); */
	border-bottom: 1px dashed #ececec;
	padding: 0.25rem;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	/* border-radius: 0.15rem; */
}

.News_content_list .item_grid {
	grid-row: span 2;
	height: auto;
}

.News_item .item_img img {
	width: 8.97rem;
	height: 2.6rem;
	border-radius: 0.1rem;
	margin-bottom: 0.25rem;
}

.News_item .item_title {
	width: 100%;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	/* color: rgba(255, 255, 255, 1); */
	font-size: 0.2rem;
	font-family: SourceHanSansSC-medium;
}

.foot_item{
	cursor: pointer;
}
.item_title .title_title {
	font-weight: bold;
	width: 70%;
	height: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0.1rem;
	color: #9a9a9a;
}
.item_title .title_title .newsCateName{
	background:#FFE64F;padding:0.2rem;display:block;border-radius:0.2rem;margin-right:0.1rem;
	color: #333;
}

.item_title .title_title .newsCateName2{
	background:#fbfbfb;padding:0.2rem;display:block;border-radius:0.2rem;margin-right:0.1rem;
	color: #666;
}
.News_item .item_subtitle {
	color: rgba(190, 190, 190, 1);
	font-size: 0.22rem;
	text-align: justify;
	font-family: SourceHanSansSC-light;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
	overflow-wrap: break-word;
}

.item_both_sides {
	display: flex;
	align-items: baseline;
	flex-direction: row !important;
}

.News_item .round {
	width: 0.13rem;
	height: 0.13rem;
	background-color: rgba(0, 0, 0, 1);
	border-radius: 50%;
	margin-right: 0.19rem;
}

.News_item .both_sides_content {
	width: 100%
}

.News_item:hover {
	/* background: linear-gradient(133.03deg, rgba(173, 173, 173, 1) 5.7%, rgba(249, 249, 249, 1) 55.9%, rgba(156, 156, 156, 1) 104.52%); */
}

.News_item:hover .title_title {
	color: #333;
}

.News_item:hover .title_time {
	color: #333;
}

.News_item:hover .item_subtitle {
	color: #333;
}

.News_item:hover .round {
	background-color: rgba(0, 0, 0, 1);
}

.Contact_content {
	width: 100%;
	margin-top: 0.5rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-left: 1rem;
	box-sizing: border-box;
	margin-bottom: 1.5rem;
}

.Contact_content .content_details {
	width: 6.2rem;
	display: flex;
	flex-direction: column;
}

.content_details .logo {
	width: 2.71rem;
	height: 1.35rem;
	margin-bottom: 0.5rem;
}

.content_details .Company_name {
	color: rgba(255, 255, 255, 1);
	font-family: SourceHanSansSC-regular;
	margin-bottom: 0.25rem;
}

.content_details .address_email {
	color: rgba(190, 190, 190, 1);
	font-size: 0.2rem;
	font-family: SourceHanSansSC-regular;
	margin-bottom: 0.5rem;
}

.address_email .details_item {
	margin-bottom: 0.1rem;
}

.contact {
	margin-top: 0.5rem;
}

.contact .contact_item {
	color: rgba(255, 255, 255, 1);
	font-size: 0.25rem;
	font-family: SourceHanSansSC-medium;
	margin-bottom: 0.19rem;
}

.contact .contact_code {
	display: flex;
	align-items: center;
}

.contact_code .contact_weixin_code {
	width: 1rem;
	height: 1rem;
	line-height: 0.25rem;
	border: 0.01rem solid rgba(187, 187, 187, 1);
	padding: 0.06rem;
	box-sizing: border-box;
	margin-right: 0.19rem;
}

.contact_weixin_code img {
	width: 0.88rem;
	height: 0.88rem;
}

.contact_code .sweep {
	width: 0.45rem;
	color: rgba(190, 190, 190, 1);
	font-size: 0.15rem;
	font-family: SourceHanSansSC-regular;
}

.Contact_content .content_map {
	width: 11.88rem;
	display: flex;
	flex-direction: column;
	align-items: end;
}

.content_map .map_persist_in {
	color: rgba(255, 255, 255, 1);
	font-size: 0.23rem;
	font-family: SourceHanSansSC-extraLight;
	margin-bottom: 0.25rem;
}

.content_map img {
	width: 11.88rem;
	height: 4.94rem;
}

.record {
	width: 100%;
	color: rgba(190, 190, 190, 1);
	font-size: 0.18rem;
	font-family: SourceHanSansSC-regular;
	text-align: center;
	margin-bottom: 1rem;
}

.Content_Share {
	/* min-height: 10rem; */
	padding: 0.5rem;
	box-sizing: border-box;
}

.Content_Share .current_location {
	display: flex;
	align-items: center;
	margin-bottom: 0.3rem;
}

.current_location img {
	width: 0.3rem;
	height: 0.3rem;
	margin-right: 0.25rem;
}

.current_location .address {
	color: rgba(154, 154, 154, 1);
	font-size: 0.2rem;
	font-family: SourceHanSansSC-regular;
}

.current_location .address_span {
	cursor: pointer;
}

.current_location .shu {
	margin: 0 0.2rem;
}

.current_location .span_color {
	color: #000;
	font-weight: bold;
}

.AboutUs_info {
	margin-top: 1rem;
}

.AboutUs_info .EnterpriseLtd {
	margin-bottom: 0.5rem;
	color: rgba(51, 51, 51, 1);
	font-size: 0.35rem;
	font-family: SourceHanSansSC-bold;
	font-weight: bold;
}

.Info_details {
	color: rgba(79, 79, 79, 1);
	font-size: 0.2rem;
	font-family: SourceHanSansSC-light;
}

.foot {
	width: 100%;
	/* height: 5rem; */
	background: #000;
	margin-top: 1rem;
}

.cate_box{
	width: 100%;
	height: 1rem;line-height: 1rem;
	text-align: center;width: 3.5rem;cursor: pointer;
	font-size: 0.25rem;
}
.selCateBox{
	background-color: #FFE64F;font-weight: bold;
}

.other_foot_item {
	width: calc(100% / 3);
}

.foot .foot_content {
	height: 4rem;
	padding: 0.5rem 0;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.foot_content .other_foot_title {
	height: 100%;
}

.other_foot_title .other_Contact {
	color: rgba(255, 255, 255, 1);
	font-size: 0.35rem;
	font-family: SourceHanSansSC-black;
	margin-bottom: 0.25rem;
	font-weight: bold;
}

.other_foot_title .other_EnterpriseLtd {
	color: rgba(255, 255, 255, 1);
	font-size: 0.23rem;
	font-family: SourceHanSansSC-regular;
	margin-bottom: 0.25rem;
}

.other_address_email {
	color: rgba(190, 190, 190, 1);
	font-size: 0.18rem;
	font-family: SourceHanSansSC-regular;
}

.other_address_email .other_details_item {
	width: 100%;
	margin-bottom: 0.25rem;
}

.other_contact {
	display: flex;
	align-items: flex-end;
}

.other_contact .other_contact_item {
	margin-right: 1rem;
}

.other_contact .other_contact_item:last-child {
	margin-right: 0;
}

.other_contact_item .item_title {
	color: rgba(190, 190, 190, 1);
	font-size: 0.18rem;
	font-family: SourceHanSansSC-regular;
	margin-bottom: 0.19rem;
}

.other_contact_item .other_contact_code {
	display: flex;
	align-items: center;
}

.other_contact_code .other_contact_weixin_code {
	width: 1rem;
	height: 1rem;
	border: 0.01rem solid rgba(187, 187, 187, 1);
	padding: 0.06rem;
	box-sizing: border-box;
}

.other_contact_weixin_code img {
	width: 0.88rem;
	height: 0.88rem;
}

.other_contact_code .other_sweep {
	width: 0.45rem;
	color: rgba(190, 190, 190, 1);
	font-size: 0.15rem;
	font-family: SourceHanSansSC-regular;
	margin-left: 0.19rem;
}

.other_logo {
	display: flex;
	align-items: flex-end;
}

.other_logo img {
	width: 4.42rem;
	height: 2.2rem;
}

.other_record {
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	border-top: 0.01rem solid rgba(187, 187, 187, 1);
	text-align: center;
	color: rgba(190, 190, 190, 1);
	font-size: 0.18rem;
	font-family: SourceHanSansSC-regular;
	background: linear-gradient(141.35deg, rgba(23, 34, 46, 1) 4.55%, rgba(39, 56, 78, 1) 95.47%);
}

.Details_Title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.Details_Title .horizontal {
	width: 0.38rem;
	border-top: 0.01rem solid rgba(51, 51, 51, 1);
}

.Details_Title .Title_text {
	color: rgba(51, 51, 51, 1);
	font-size: 0.35rem;
	font-family: Roboto;
	font-weight: bold;
	width: 5rem;
	height: 0.5rem;
	text-align: center;
	margin: 0 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Display_Grid {
	width: 100%;
	margin-top: 0.5rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(auto, 1fr);
	gap: 0.25rem;
}

.Display_Grid .Grid_item {
	width: 4.61rem;
	height: 4.5rem;
	border-radius: 0.1rem;
	cursor: pointer;
}

.Display_Grid .Honor_List {
	width: 4.61rem;
	height: 7.5rem;
	border-radius: 0.1rem;
	cursor: pointer;
}

.Display_Grid .Grid_Select .item_text {
	background: linear-gradient(133.03deg, rgba(206, 99, 14, 1) 5.7%, rgba(242, 191, 91, 1) 55.9%, rgba(189, 102, 21, 1) 104.52%);
	color: rgba(51, 51, 51, 1);
}

.Grid_item img {
	width: 4.61rem;
	height: 3.75rem;
	border-radius: 0.1rem 0.1rem 0 0;
}

.Display_Grid .Honor_List img {
	width: 4.61rem;
	height: 6.75rem;
	border-radius: 0.1rem 0.1rem 0 0;
}

.Display_Grid .Factory_item {
	width: 4.61rem;
	height: 6.5rem;
	border-radius: 0.1rem;
	cursor: pointer;
}

.Display_Grid .Factory_item img  {
	width: 4.61rem;
	height: 5.75rem;
	border-radius: 0.1rem 0.1rem 0 0;
}

.Grid_item .item_text {
	width: 4.61rem;
	height: 0.75rem;
	line-height: 0.75rem;
	padding: 0 0.1rem;
	box-sizing: border-box;
	border-radius: 0 0 0.1rem 0.1rem;
	background: linear-gradient(133.03deg, rgba(173, 173, 173, 1) 5.7%, rgba(249, 249, 249, 1) 55.9%, rgba(156, 156, 156, 1) 104.52%);
	color: rgba(51, 51, 51, 1);
	font-size: 0.2rem;
	font-family: Roboto;
	text-align: center;
	border-top: 0.01rem solid rgba(98, 101, 100, 1);
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	text-align: center;
}

.modal .modal_img {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#modalImage {
	width: 10.5rem;
	padding: 0.5rem;background-color: #E8E8E8;
	border-radius: 0.1rem;
}

.Contact_separate {
	padding-left: 0;
}

.Contact_separate .Company_name {
	color: rgba(51, 51, 51, 1);
}

.Contact_separate .contact .contact_item {
	color: rgba(51, 51, 51, 1);
}

.Contact_separate .content_map .map_persist_in {
	color: rgba(51, 51, 51, 1);
}

.News_separate .News_item {
	background-color: rgba(239, 239, 239, 0.5);
}

.News_separate .item_title .title_title {
	color: rgba(51, 51, 51, 1);
}

.News_separate .News_item .round {
	background: rgba(51, 51, 51, 1);
}

#LEFTMENUID {
	display: none;
}

.Phone_Header {
	display: none;
}

.Product_more {
	display: none;
}

.foolt_foot {
	display: none;
}

.PhoneWeixinPopup {
	display: none;
}

.Content_Details {
	max-width: 100%;
	overflow-wrap: break-word;
	/* padding-bottom: 3.5rem; */
	box-sizing: border-box;
	word-wrap: break-word;
}




.lxwmLis{
	width: 5rem;height: 2.5rem;background-color: #FBFBFB;
	margin-right: 0.2rem;margin-bottom: 0.2rem;
	text-align: center;padding-top: 0.5rem;box-sizing: border-box;font-size: 0.35rem;
	font-weight: bold;color: #6C6C6C;
}
.lxwmLis img{
	width: 0.5rem;height: 0.5rem;
	margin-bottom: 0.25rem;
}

.zx_btn{
	width: 100%;height: 1rem;background-color: #333333;color: #fff;font-weight: bold;font-size: 0.4rem;
	border-radius: 0.1rem;
}

.formbox input{
	border: 1px solid #E6E6E6;height: 0.8rem;border-radius: 0.2rem;
	margin-top: 0.3rem;padding: 0 0.2rem;box-sizing: border-box;
}
.formbox textarea{
	border: 1px solid #E6E6E6;margin-top: 0.3rem;border-radius: 0.2rem;
	width: 100%;padding: 0.2rem;box-sizing: border-box;height: 2rem;
}
.submitBtn{
	width: 2rem;height: 0.6rem;background-color: #333333;
	font-size: 0.2rem;color: #fff;border-radius: 0.1rem;
	border: none;
}


#cpPre{
	width: 0.8rem;height: 1.5rem;background-color: #fff;border-radius: 0.05rem;cursor: pointer;
	font-size: 1rem;color: #FCD337;line-height: 1.5rem;text-align: center
}
#cpNext{
	width: 0.8rem;height: 1.5rem;background-color: #FCD337;border-radius: 0.1rem;cursor: pointer;
	font-size: 1rem;line-height: 1.5rem;text-align: center;color: #000;
}

.jssl_cateLis{
	text-align: right;width: 100%;font-size: 0.25rem;height: 0.7rem;
	margin-bottom: 0.15rem;border-top-left-radius: 0.35rem;border-bottom-left-radius: 0.35rem;
	line-height: 0.7rem;position: relative;left: 0.2rem;text-align: center;color: #333;
	cursor: pointer;
}
.sel_jssl_cateLis{
	background-color: #fff;color: #000;
}
.jssl_cateLis:hover{
	font-weight: bold;
}

.jssl_btnClass{
	width: 1.5rem;height: 1.5rem;background-color: #fff;display: flex;justify-content: center;align-items: center;
	cursor: pointer;
}
.jssl_btnClass img{
	width: 0.7rem;height: 0.7rem;
}

.gyClass1{
	position: relative;
}
.gyClass2{
	position: relative;top: 2.2rem;
}

.gyClass3{
	position: relative; top: 1rem;
}

.gyClass4{
	position: relative;top: 2.2rem;
}