@charset "UTF-8";

/* author:LY;*/
#loading {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	background: #000;
}

#loading img {
	position: relative;
	width: 0.5rem;
	height: 0.59rem;
	animation: circle_classic 2s ease-in-out infinite alternate;
}

@keyframes circle_classic {
	0% {
		filter: hue-rotate(15deg);
		opacity: 0.5;
		transform: scale(0.9);
	}

	100% {
		filter: hue-rotate(0deg);
		opacity: 1;
		transform: scale(1.1);
	}
}

/*cloud*/
body {
	background-image: url(../images/app-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/*主题色*/
.blcok {
	display: block !important;
}

.elli1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.elli2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.elli3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.elli4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.u-img {
	overflow: hidden;
}

.u-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.3s;
}

.title-bar,
.title-bar-l {
	height: 0.4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fcfcfc;
	background-image: url("../images/title-bar.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.title-bar .title,
.title-bar-l .title {
	height: 100%;
	align-items: center;
	color: #fff;
	padding: 0 0.2rem;
	display: flex;
}

.title-bar .title .cn,
.title-bar-l .title .cn {
	font-size: 0.2rem;
	font-weight: 600;
}

.title-bar .title .en,
.title-bar-l .title .en {
	margin-left: 0.1rem;
	font-size: 0.18rem;
	font-weight: 600;
}

.title-bar .link-more,
.title-bar-l .link-more {
	height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	margin-top: 0.1rem;
	padding-right: 0.2rem;
}

.title-bar .link-more span,
.title-bar-l .link-more span {
	font-size: 12px;
	color: #546071;
}

.title-bar .link-more img,
.title-bar-l .link-more img {
	width: 12px;
	height: 12px;
	display: block;
	opacity: 0.8;
}

.title-bar-l {
	background-image: url("../images/title-bar1.png");
}

[roll="false"] {
	overflow: hidden !important;
	height: 100vh !important;
}

[roll="true"] {
	overflow: auto !important;
	height: auto !important;
}

@media screen and (min-width: 981px) {
	[pc="hide"] {
		display: none !important;
	}
}

@media screen and (max-width: 980px) {

	.title-bar,
	.title-bar-l {
		height: 0.6rem;
	}

	.title-bar .title .cn,
	.title-bar-l .title .cn {
		font-size: 18px;
	}

	.title-bar .title .en,
	.title-bar-l .title .en {
		font-size: 16px;
	}
}

@media screen and (max-width: 750px) {
	[wap="hide"] {
		display: none !important;
	}

	body {
		min-width: 320px;
	}

	.title-bar,
	.title-bar-l {
		height: 0.6rem;
	}

	.title-bar .title .cn,
	.title-bar-l .title .cn {
		font-size: 16px;
	}

	.title-bar .title .en,
	.title-bar-l .title .en {
		font-size: 12px;
	}
}

.area {
	max-width: 14rem;
}

.tip-box .header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 0.54rem;
}

.tip-box .header-top .browse {
	color: #9da5b4;
	font-size: 0.14rem;
	line-height: 1.5;
}

.tip-box .header-top .browse span {
	color: #77b818;
}

.tip-box .header-top .sale {
	color: #9da5b4;
	font-size: 0.14rem;
	line-height: 1.5;
}

.tip-box .logo-box {
	height: 1.42rem;
	padding: 0 0.18rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tip-box .logo-box a img {
	max-height: 100%;
	width: auto;
	height: 0.8rem;
}

.tip-box .nav-box {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background: linear-gradient(180deg, #3989FF 0%, #004DCF 100%);
	height: 0.58rem;
}

.tip-box .nav-box .nav-item {
	position: relative;
}

.tip-box .nav-box .nav-item:hover .nav-link {
	color: #77b818;
}

.tip-box .nav-box .nav-item:hover .subnav-box {
	opacity: 1;
	height: auto;
	z-index: 10;
}

.tip-box .nav-box .nav-item .nav-link {
	display: block;
	color: #fff;
	font-size: 0.16rem;
	line-height: 0.58rem;
	padding: 0 0.2rem;
}

.tip-box .nav-box .nav-item .subnav-box {
	opacity: 0;
	height: 0;
	box-shadow: 0 1px 1px #00000003, 0 10px 30px #00000014;
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid #77B818;
	position: absolute;
	z-index: -10;
	left: -0.1rem;
	top: 0.58rem;
}

.tip-box .nav-box .nav-item .subnav-box ul li a {
	display: block;
	width: 1.48rem;
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000;
	line-height: 0.38rem;
	text-align: left;
	padding-left: 0.3rem;
	transition: all 0.3s;
}

.tip-box .nav-box .nav-item .subnav-box ul li:hover a {
	color: #77b818;
}

.bread {
	padding: 0 0.3rem;
	height: 0.6rem;
	background-color: #fff;
	border-bottom: 1px solid #f2f3f5;
	display: flex;
	align-items: center;
}

.bread .home {
	display: block;
	width: 0.16rem;
	height: 0.16rem;
}

.bread ul {
	display: flex;
	align-items: center;
}

.bread ul a {
	color: #636b7a;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.bread ul a:hover {
	color: #77b818;
}

.bread ul a:before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-left: 9px solid #b6b6b6;
	display: block;
	margin: 0 0.1rem;
}

.container {
	padding: 0.1rem 0.85rem;
	background-color: #fff;
	display: flex;
}

.container .left-clumn li {
	margin-top: 0.44rem;
}

.container .left-clumn li a {
	display: block;
	width: 1.85rem;
	line-height: 0.36rem;
	text-align: center;
	font-size: 0.16rem;
	color: #000;
}

.container .left-clumn li:hover a {
	color: #679a27;
}

.container .left-clumn li.active a {
	background-color: #679a27;
	color: #fff;
}

.container .right-clumn {
	margin: 0.2rem 0.2rem 0.2rem 0.85rem;
	flex: 1;
}

.container .right-clumn .inline-title {
	margin: 0.2rem 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dddddd;
}

.container .right-clumn .inline-title .cn {
	color: #679a27;
	font-size: 0.26rem;
	text-align: center;
	line-height: 0.4rem;
}

.container .right-clumn .inline-title .en {
	color: #87898c;
	font-size: 0.18rem;
	text-align: center;
	line-height: 0.4rem;
	margin-left: 0.1rem;
}

.rich-text p {
	font-size: 0.18rem;
	line-height: 1.5;
	color: #333;
}

.rich-text img {
	max-width: 70%;
}

.paging-box ul {
	display: flex;
	justify-content: center;
}

.paging-box a,
.paging-box span {
	display: block;
	width: 0.32rem;
	height: 0.32rem;
	font-size: 0.14rem;
	color: #606266;
	text-align: center;
	line-height: 0.32rem;
	background-color: #f5f7fa;
	margin: 0 0.05rem;
	border-radius: 2px;
}

.paging-box a:hover,
.paging-box a.active {
	color: #fff;
	background-color: #409eff;
	font-weight: 700;
}

.paging-box span {
	font-weight: 700;
	color: #fff;
	background-color: #409eff;
}

.to-detail {
	display: flex;
	align-items: center;
}

.to-detail img {
	display: block;
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.1rem;
}

.to-detail span {
	display: block;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #77b818;
}

.menu {
	height: 0.25rem;
	width: 0.38rem;
	z-index: 100;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.menu i {
	display: block;
	height: 2px;
	width: 0.38rem;
	background-color: #fff;
	transition: all 0.3s;
	position: absolute;
	left: 0;
}

.menu i:nth-child(1) {
	top: 0;
}

.menu i:nth-child(2) {
	top: 0.12rem;
}

.menu i:nth-child(3) {
	top: 0.23rem;
}

.menu.spread i {
	top: 0.12rem;
}

.menu.spread i:nth-child(1) {
	transform: rotate(45deg);
}

.menu.spread i:nth-child(2) {
	transform: translateX(50%) scaleX(0);
}

.menu.spread i:nth-child(3) {
	transform: rotate(-45deg);
}

.other-list {
	display: flex;
	flex-wrap: wrap;
}

.other-list .item {
	display: block;
	width: 2.9rem;
	flex-shrink: 0;
	margin-right: 1.8rem;
	margin-bottom: 0.4rem;
}

.other-list .item:nth-child(3n) {
	margin-right: 0;
}

.other-list .item .u-img {
	width: 100%;
	height: 2rem;
	overflow: hidden;
}

.other-list .item .u-img img {
	transition: all 0.3s;
}

.other-list .item .u-img:hover img {
	transform: scale(1.1);
}

.other-list .item h3 {
	font-size: 0.16rem;
	font-weight: 600;
	color: #1a2842;
	line-height: 0.22rem;
	margin: 0.3rem 0;
}

.index-banner {
	display: flex;
	padding: 0.24rem 0.3rem 0;
	background-color: #fff;
}

.index-banner .banners {
	width: 7.5rem;
	background-color: #d3dce6;
}

.index-banner .banners .u-img {
	height: 100%;
}

.index-banner .banners .u-text {
	color: #fff;
	font-size: 0.2rem;
	line-height: 2;
	font-weight: 700;
	padding: 0 0.3rem;
	position: absolute;
	bottom: 0.3rem;
}

.index-banner .banners .swiper-pagination {
	bottom: 0;
}

.index-banner .banners .swiper-pagination span {
	background-color: transparent;
	opacity: 0.48;
	width: 0.3rem;
	height: auto;
	padding: 0.1rem 0;
	border-radius: 0;
}

.index-banner .banners .swiper-pagination span:before {
	content: "";
	display: block;
	width: 0.3rem;
	height: 2px;
	border-radius: 1px;
	background-color: #fff;
}

.index-banner .banners .swiper-pagination span.swiper-pagination-bullet-active {
	opacity: 1;
}

.index-banner .banners .swiper-button-next,
.index-banner .banners .swiper-button-prev {
	opacity: 0;
	width: 0.36rem;
	height: 0.36rem;
	border-radius: 50%;
	background-color: rgba(31, 45, 61, 0.11);
	transition: all 0.3s;
}

.index-banner .banners .swiper-button-next::after,
.index-banner .banners .swiper-button-prev::after {
	font-size: 12px;
	color: #fff;
}

.index-banner .banners .swiper-button-next:hover,
.index-banner .banners .swiper-button-prev:hover {
	background-color: rgba(31, 45, 61, 0.23);
}

.index-banner .banners:hover .swiper-button-prev {
	opacity: 1;
	transform: translateX(10px);
}

.index-banner .banners:hover .swiper-button-next {
	opacity: 1;
	transform: translateX(-10px);
}

.index-banner .notice {
	width: 5.9rem;
	background: #eef0f2;
	display: flex;
	flex-direction: column;
}

.index-banner .notice .title-bar {
	position: relative;
	height: 0.6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 -3px #9f9f9f inset;
	background-image: none;
	flex-shrink: 0;
}

.index-banner .notice .title-bar .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.index-banner .notice .title-bar .title .cn {
	height: 100%;
	font-size: 0.25rem;
	color: #133073;
	font-weight: 600;
	margin-left: 0.1rem;
	display: flex;
	align-items: center;
	box-shadow: 0 -3px #133073 inset;
}

.index-banner .notice .title-bar .title .en {
	height: 100%;
	font-size: 0.16rem;
	color: #9f9f9f;
	font-weight: 600;
	padding: 0 0.15rem;
	display: flex;
	align-items: center;
}

.index-banner .notice .title-bar .link-more {
	display: flex;
	align-items: center;
	padding-right: 0;
}

.index-banner .notice .title-bar .link-more img {
	width: 0.26rem;
	height: 0.26rem;
}

.index-banner .notice .notice-con {
	flex: 1;
	padding-top: 0.1rem;
	margin: 0 0.3rem;
}

.index-banner .notice .notice-con a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 0.2rem;
}

.index-banner .notice .notice-con a .card-time {
	width: 0.44rem;
	height: 0.44rem;
	background-color: #74a521;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	flex-shrink: 0;
}

.index-banner .notice .notice-con a .card-time .date {
	font-size: 12px;
	line-height: 0.15rem;
}

.index-banner .notice .notice-con a .card-time .year {
	font-size: 0.2rem;
	line-height: 0.18rem;
}

.index-banner .notice .notice-con a .card-text {
	flex: 1;
	padding-left: 0.2rem;
}

.index-banner .notice .notice-con a .card-text h2 {
	font-size: 0.16rem;
	font-weight: 600;
	color: #1a2842;
	line-height: 0.24rem;
}

.index-banner .notice .notice-con a .card-text p {
	font-size: 12px;
	color: #414141;
	height: 0.2rem;
	line-height: 0.2rem;
}

.index-banner .notice .notice-con .fixedscroll {
	height: 2.96rem;
	overflow: hidden;
	position: relative;
}

.index-banner .notice .notice-con .fixedscroll ul {
	position: absolute;
}

.article {
	padding: 0.4rem 0.3rem;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.article .important-news,
.article .industry-news {
	width: 6.45rem;
}

.article .important-news .card-con,
.article .industry-news .card-con {
	margin-top: 0.4rem;
}

.article .important-news .card-con .top-item a,
.article .industry-news .card-con .top-item a {
	display: block;
	height: 2.65rem;
	position: relative;
	margin: 0 0 0.1rem 0;
}

.article .important-news .card-con .top-item a .u-img,
.article .industry-news .card-con .top-item a .u-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.article .important-news .card-con .top-item a .u-img img,
.article .industry-news .card-con .top-item a .u-img img {
	transition: all 0.3s;
}

.article .important-news .card-con .top-item a .u-text,
.article .industry-news .card-con .top-item a .u-text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(53, 53, 53, 0.4);
	padding: 0 0.1rem;
	transition: all 0.3s;
	display: flex;
	justify-content: space-between;
}

.article .important-news .card-con .top-item a .u-text h3,
.article .industry-news .card-con .top-item a .u-text h3 {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	font-size: 0.16rem;
	line-height: 0.44rem;
	font-weight: 400;
}

.article .important-news .card-con .top-item a .u-text .time,
.article .industry-news .card-con .top-item a .u-text .time {
	color: #a2a2a2;
	font-size: 0.16rem;
	line-height: 0.44rem;
}

.article .important-news .card-con .top-item a:hover .u-img img,
.article .industry-news .card-con .top-item a:hover .u-img img {
	transform: scale(1.1);
}

.article .important-news .card-con .top-item a:hover .u-text,
.article .industry-news .card-con .top-item a:hover .u-text {
	background: rgba(53, 53, 53, 0.8);
}

.article .important-news .card-con .top-item a:hover .u-text h3,
.article .industry-news .card-con .top-item a:hover .u-text h3 {
	color: #77b818;
}

.article .important-news .card-con .list-item ul li,
.article .industry-news .card-con .list-item ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 0 0.05rem;
	background: url(../images/dot.png) no-repeat left 0.2rem;
}

.article .important-news .card-con .list-item ul li a,
.article .industry-news .card-con .list-item ul li a {
	display: block;
	width: 5.2rem;
}

.article .important-news .card-con .list-item ul li a h3,
.article .industry-news .card-con .list-item ul li a h3 {
	color: #000;
	font-weight: 500;
	font-size: 0.16rem;
	height: 0.5rem;
	line-height: 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 0.1rem;
}

.article .important-news .card-con .list-item ul li .time,
.article .industry-news .card-con .list-item ul li .time {
	font-weight: 400;
	font-size: 0.16rem;
	color: #a2a2a2;
}

.article .important-news .card-con .list-item ul li:hover a h3,
.article .industry-news .card-con .list-item ul li:hover a h3 {
	color: #77b818;
}

.article .research-news,
.article .environ-news {
	width: 6.45rem;
	margin-top: 0.4rem;
}

.article .research-news .card-con,
.article .environ-news .card-con {
	margin-top: 0.4rem;
}

.article .research-news .card-con .top-item a,
.article .environ-news .card-con .top-item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(109, 109, 109, 0.04);
}

.article .research-news .card-con .top-item a .u-img,
.article .environ-news .card-con .top-item a .u-img {
	width: 2.4rem;
	height: 1.8rem;
	flex-shrink: 0;
	overflow: hidden;
}

.article .research-news .card-con .top-item a .u-img img,
.article .environ-news .card-con .top-item a .u-img img {
	transition: all 0.3s;
}

.article .research-news .card-con .top-item a .u-text,
.article .environ-news .card-con .top-item a .u-text {
	flex: 1;
	padding: 0.1rem 0.2rem;
}

.article .research-news .card-con .top-item a .u-text .time,
.article .environ-news .card-con .top-item a .u-text .time {
	color: #74ab21;
	font-weight: 900;
	font-size: 0.18rem;
	margin-bottom: 0.1rem;
	transition: all 0.3s;
}

.article .research-news .card-con .top-item a .u-text h3,
.article .environ-news .card-con .top-item a .u-text h3 {
	color: #1a2842;
	font-size: 0.18rem;
	line-height: 0.25rem;
	font-weight: 600;
	transition: all 0.3s;
}

.article .research-news .card-con .top-item a .u-text .icon,
.article .environ-news .card-con .top-item a .u-text .icon {
	margin-top: 0.1rem;
	height: 0.22rem;
	width: 0.22rem;
	background: #7d7d7d;
	display: flex;
	transition: all 0.3s;
	align-items: center;
}

.article .research-news .card-con .top-item a .u-text .icon img,
.article .environ-news .card-con .top-item a .u-text .icon img {
	width: 16px;
	height: 16px;
	display: block;
	margin: 0 auto;
}

.article .research-news .card-con .top-item a:hover .u-img img,
.article .environ-news .card-con .top-item a:hover .u-img img {
	transform: scale(1.1);
}

.article .research-news .card-con .top-item a:hover .u-text .time,
.article .environ-news .card-con .top-item a:hover .u-text .time {
	color: #1a2842;
}

.article .research-news .card-con .top-item a:hover .u-text h3,
.article .environ-news .card-con .top-item a:hover .u-text h3 {
	color: #74ab21;
}

.article .research-news .card-con .top-item a:hover .u-text .icon,
.article .environ-news .card-con .top-item a:hover .u-text .icon {
	margin-left: 0.05rem;
	background: #74ab21;
}

.article .research-news .card-con .list-item,
.article .environ-news .card-con .list-item {
	margin-top: 0.35rem;
}

.article .research-news .card-con .list-item a,
.article .environ-news .card-con .list-item a {
	display: flex;
	align-items: center;
	margin: 0.05rem 0;
	height: 0.6rem;
}

.article .research-news .card-con .list-item a .left-time,
.article .environ-news .card-con .list-item a .left-time {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	box-shadow: -2px 0 #d6cece inset;
	padding-right: 0.1rem;
}

.article .research-news .card-con .list-item a .left-time .time-top,
.article .environ-news .card-con .list-item a .left-time .time-top {
	color: #74ab21;
	font-weight: 900;
	font-size: 0.18rem;
}

.article .research-news .card-con .list-item a .left-time .year,
.article .environ-news .card-con .list-item a .left-time .year {
	color: #6b7586;
	font-size: 12px;
	font-weight: 900;
}

.article .research-news .card-con .list-item a .rigth-contain,
.article .environ-news .card-con .list-item a .rigth-contain {
	width: 4.9rem;
	flex: 1;
	margin-left: 0.1rem;
	transition: all 0.3s;
}

.article .research-news .card-con .list-item a .rigth-contain h3,
.article .environ-news .card-con .list-item a .rigth-contain h3 {
	color: #000;
	font-weight: 600;
	font-size: 0.16rem;
	line-height: 0.22rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article .research-news .card-con .list-item a .rigth-contain p,
.article .environ-news .card-con .list-item a .rigth-contain p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #8c8686;
	font-size: 12px;
	line-height: 0.24rem;
}

.article .research-news .card-con .list-item a:hover .rigth-contain,
.article .environ-news .card-con .list-item a:hover .rigth-contain {
	margin-left: 0.15rem;
}

.article .research-news .card-con .list-item a:hover .rigth-contain h3,
.article .environ-news .card-con .list-item a:hover .rigth-contain h3 {
	color: #74ab21;
}

.hometabs {
	padding: 0.4rem 0.3rem;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hometabs .tab-item {
	padding: 0.2rem 0.4rem;
	height: 1.4rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}

.hometabs .tab-item.blue {
	background-color: #0e6cc0;
}

.hometabs .tab-item.green {
	background-color: #009698;
	cursor: pointer;
}

.hometabs .tab-item.gray {
	background-color: #3d3d3d;
}

.hometabs .tab-item.orange {
	background-color: #916b35;
}

.hometabs .tab-item .top {
	height: 0.8rem;
	display: flex;
	justify-content: space-between;
}

.hometabs .tab-item .top .text {
	font-size: 0.16rem;
	line-height: 1.5;
	font-weight: 300;
	text-align: left;
	color: #fff;
}

.hometabs .tab-item .top .icon img {
	display: block;
	width: 0.4rem;
}

.hometabs .tab-item .bottom {
	display: flex;
	align-items: center;
}

.hometabs .tab-item .bottom h2 {
	color: #fff;
	font-size: 0.24rem;
	font-weight: 600;
}

.hometabs .tab-item .bottom img {
	width: 0.28rem;
	height: 0.28rem;
	margin-left: 0.15rem;
}

.product,
.corporate {
	padding: 0.2rem 0.3rem;
	background-color: #fff;
}

.product .corporate-list,
.product .product-list,
.corporate .corporate-list,
.corporate .product-list {
	margin-top: 0.24rem;
	overflow: hidden;
	position: relative;
	height: 2rem;
}

.product .corporate-list ul,
.product .product-list ul,
.corporate .corporate-list ul,
.corporate .product-list ul {
	display: flex;
	position: absolute;
}

.product .corporate-list ul li,
.product .product-list ul li,
.corporate .corporate-list ul li,
.corporate .product-list ul li {
	width: 3rem;
	height: 2rem;
	margin-right: 0.35rem;
	flex-shrink: 0;
	overflow: hidden;
	border: 1px solid #f5f5f5;
}

.product .corporate-list ul li a,
.product .product-list ul li a,
.corporate .corporate-list ul li a,
.corporate .product-list ul li a{
	background-color: #c6c6c6;
}


.product .corporate-list ul li img,
.product .product-list ul li img,
.corporate .corporate-list ul li img,
.corporate .product-list ul li img {
	transition: all 0.3s;
}

.product .corporate-list ul li:hover img,
.product .product-list ul li:hover img,
.corporate .corporate-list ul li:hover img,
.corporate .product-list ul li:hover img {
	transform: scale(1.1);
}

.links {
	padding: 0.2rem 0.3rem;
	background-color: #fff;
}

.links .links-list {
	display: flex;
	flex-wrap: wrap;
}

.links .links-list a {
	width: 25%;
	padding: 0.3rem;
	display: flex;
	align-items: center;
}

.links .links-list a .logo img {
	display: block;
	width: 0.38rem;
	height: 0.38rem;
}

.links .links-list a .link-name {
	padding-left: 0.06rem;
	font-size: 0.16rem;
	line-height: 1.5;
	color: #000;
}

.links .links-list a:hover .link-name {
	color: #77b818;
}

.footer {
	padding: 0.4rem 0.3rem;
	background-color: #0f192c;
}

.footer .area {
	margin-top: 0.4rem;
	border-top: 2px solid rgba(99, 92, 92, 0.42);
	padding-top: 0.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .area .footer-logo img {
	width: 2.9rem;
}

.footer .area .bottom-link {
	font-size: 0.16rem;
	color: #fff;
	line-height: 1.5;
	padding: 0 0.4rem;
}

.footer .area .filings {
	font-size: 0.16rem;
	color: #fff;
	line-height: 1.5;
	display: flex;
	align-items: center;
}

.footer .area .filings span {
	margin: 0 0.3rem 0 0;
}

.footer .area .filings .icon {
	width: 20px;
	height: 20px;
}

.footer .area .wananchi {
	padding-left: 0.8rem;
}

.footer .area .wananchi img {
	width: 0.9rem;
	height: 0.9rem;
	margin-bottom: 0.1rem;
}

.footer .area .wananchi p {
	font-size: 0.14rem;
	line-height: 1.5;
	color: #fff;
	text-align: center;
}

.pop-box {
	position: fixed;
	z-index: -999;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}

.pop-box .mask {
	position: absolute;
	z-index: 99;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.pop-box .pop-con {
	position: relative;
	z-index: 100;
	width: 50%;
	background-color: #fff;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: space-between;
}

.pop-box .pop-con .popimg {
	width: 20%;
	height: 5.5rem;
	flex-shrink: 0;
}

.pop-box .pop-con .pop-right {
	flex: 1;
	padding: 0.3rem;
}

.pop-box .pop-con .pop-right .close {
	width: 0.2rem;
	height: 0.2rem;
	background: url(../images/add.png) no-repeat center/cover;
	transform: rotate(45deg);
	opacity: 0.5;
	margin-left: auto;
	cursor: pointer;
}

.pop-box .pop-con .pop-right .pop-form {
	width: 6rem;
	margin: 0 auto;
}

.pop-box .pop-con .pop-right .pop-form .pop-title {
	color: #606266;
	font-size: 0.16rem;
	font-weight: 700;
	line-height: 2;
}

.pop-box .pop-con .pop-right .pop-form .pop-tips {
	color: #606266;
	font-size: 12px;
	line-height: 2;
}

.pop-box .pop-con .pop-right .pop-form .forms {
	padding: 0.4rem 0;
}

.pop-box .pop-con .pop-right .pop-form .forms .form-item {
	display: flex;
	align-items: center;
	margin-bottom: 0.2rem;
}

.pop-box .pop-con .pop-right .pop-form .forms .form-item .item-label {
	width: 1.2rem;
	font-size: 0.14rem;
	line-height: 0.34rem;
	flex-shrink: 0;
	padding-right: 0.1rem;
	text-align: right;
}

.pop-box .pop-con .pop-right .pop-form .forms .form-item .item-label:before {
	content: "*";
	font-size: 0.14rem;
	line-height: 0.34rem;
	color: #f00;
	padding-right: 3px;
}

.pop-box .pop-con .pop-right .pop-form .forms .form-item .item-input {
	flex: 1;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
}

.pop-box .pop-con .pop-right .pop-form .forms .form-item .item-input input {
	display: block;
	font-size: 0.16rem;
	width: 100%;
	color: #606266;
	outline: 0 none;
	border: none;
	padding: 0 0.1rem;
	height: 0.34rem;
}

.pop-box .pop-con .pop-right .pop-form .forms .form-item.btn .item-label:before {
	display: none;
}

.pop-box .pop-con .pop-right .pop-form .forms .form-item.btn .item-input {
	border: none;
}

.pop-box .pop-con .pop-right .pop-form .forms .form-item.btn .item-input button {
	display: block;
	width: 0.96rem;
	height: 0.34rem;
	border-radius: 3px;
	color: #fff;
	font-size: 0.16rem;
	line-height: 0.34rem;
	border: none;
	text-align: center;
	background-color: #409eff;
	cursor: pointer;
}

.pop-box .pop-con .pop-right .pop-form .forms .form-item.btn .item-input button:hover {
	background-color: #69b2ff;
}

.suspensionBgc {
	width: 2.3rem;
	height: 0.67rem;
	background: url(../images/blueBg.png) no-repeat center/cover;
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	padding: 0.03rem 0 0 0.1rem;
	font-size: 0.16rem;
	color: #fff;
	line-height: 0.46rem;
}

.suspensionBgc b{display: block;float: left; width: 50px;}
.suspensionBgc span{display: block;float: left;width: 170px; padding: 0.12rem 0 0 0.14rem;}

.enterprise .rich-text {
	padding: 0.2rem 0px 0.5rem;
	border-bottom: 1px solid #dddddd;
}

.enterprise .enterprise-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.5rem;
}

.enterprise .enterprise-list .item {
	display: block;
	box-shadow: 2px 3px 5px #f3f3f3;
	margin-bottom: 30px;
	width: 1.9rem;
	margin-right: 0.6rem;
}

.enterprise .enterprise-list .item .u-img {
	width: 1.9rem;
	height: 2.1rem;
	padding: 0 0.15rem;
	overflow: hidden !important;
}

.enterprise .enterprise-list .item .u-img img {
	transition: all 0.3s;
}

.enterprise .enterprise-list .item .u-img:hover img {
	transform: scale(1.1);
}

.enterprise .enterprise-list .item .names {
	margin: 0.1rem 0;
	text-align: center;
	font-weight: 600;
	font-size: 0.16rem;
	color: #000;
}

.enterprise .enterprise-list .item .position {
	text-align: center;
	font-size: 12px;
	color: #000;
	padding: 0.2rem 0px;
}

.enterprise .enterprise-list .item:nth-child(4n) {
	margin-right: 0;
}

.vditersss {
	background: #ffffff;
	padding: 0.4rem 0.85rem;
	display: block;
}

.vditersss .people {
	max-width: 900px;
	margin: 0.2rem auto;
	display: flex;
}

.vditersss .people .u-img {
	width: 1.9rem;
	height: 2.1rem;
	padding: 0 0.15rem;
}

.vditersss .people .info {
	margin-left: 0.2rem;
}

.vditersss .people .info h2 {
	font-size: 0.25rem;
	color: #222;
}

.vditersss .people .info p {
	margin: 0.1rem 0;
	font-size: 0.16rem;
	color: #24292e;
	line-height: 1.5;
}

.vditersss .rich-text {
	margin-top: 0.4rem;
	border-top: 1px solid #f2f3f5;
	padding: 0.4rem 0;
}

.products .products-list .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #e3e3e3;
}

.products .products-list .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.products .products-list .item .u-img {
	width: 3.4rem;
	height: 2.9rem;
	flex-shrink: 0;
}

.products .products-list .item .u-text {
	padding: 0.2rem 0;
	width: 5.5rem;
}

.products .products-list .item .u-text h2 {
	font-weight: 600;
	font-size: 0.2rem;
	color: #1a2842;
	line-height: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.products .products-list .item .u-text .blurb {
	margin: 0.1rem 0 0.15rem;
	font-size: 0.16rem;
	color: #24292e;
	line-height: 0.24rem;
}

.products .products-list .item .u-text .mover {
	font-size: 12px;
	display: flex;
	align-items: center;
	color: #77b818;
	padding: 0.1rem 0;
}

.products .products-list .item .u-text .mover::after {
	content: "";
	display: block;
	width: 0.16rem;
	height: 0.16rem;
	background: url(../images/gmorepic.png) no-repeat center/cover;
	margin-left: 0.1rem;
}

.products-details {
	padding: 0.3rem 0;
}

.products-details .top-box {
	display: flex;
}

.products-details .top-box .img-list {
	flex-shrink: 0;
	width: 6.8rem;
}

.products-details .top-box .img-list .carouseltop .u-img {
	width: 100%;
	height: 4.8rem;
}

.products-details .top-box .img-list .carouseltop .swiper-pagination {
	display: none;
}

.products-details .top-box .img-list .casethumbs {
	margin-top: 0.24rem;
}

.products-details .top-box .img-list .casethumbs .u-img {
	width: 1.7rem;
	height: 0.96rem;
	background: #f6f7f9;
	padding: 0 0.25rem;
	cursor: pointer;
}

.products-details .top-box .img-list .casethumbs .swiper-slide-thumb-active {
	border: 2px solid #679A27;
	border-radius: 2px;
}

.products-details .top-box .r-text {
	padding-left: 0.8rem;
	flex: 1;
}

.products-details .top-box .r-text .prod-tit {
	font-weight: 600;
	color: #0e0e0e;
	font-size: 0.26rem;
	line-height: 1.5;
}

.products-details .top-box .r-text .prod-des {
	padding: 0.4rem 0;
	margin-bottom: 0.15rem;
}

.products-details .top-box .r-text .prod-des p {
	font-size: 0.14rem;
}

.products-details .top-box .r-text .point .point-tit {
	display: inline-block;
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #FFF;
	text-align: center;
	padding: 0 0.2rem;
	background-color: #679A27;
	border-top-left-radius: 0.12rem;
	border-bottom-right-radius: 0.12rem;
}

.products-details .top-box .r-text .point .rich-text {
	padding: 0.2rem 0;
}

.products-details .top-box .r-text .point .rich-text p {
	font-size: 0.16rem;
	margin-bottom: 0.16rem;
}

.products-details .parameter .para-tit {
	padding: 0.6rem 0 0.2rem;
	font-size: 0.2rem;
	font-weight: 600;
	color: #0e0e0e;
	line-height: 0.3rem;
	border-bottom: 2px solid rgba(203, 204, 211, 0.63);
}

.products-details .parameter .para-list {
	margin-top: 0.2rem;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.products-details .parameter .para-list .item {
	width: 5.75rem;
	margin-bottom: 0.1rem;
	display: flex;
	align-items: center;
}

.products-details .parameter .para-list .item:nth-child(4n-3),
.products-details .parameter .para-list .item:nth-child(4n-2) {
	background: #f6f7f9;
}

.products-details .parameter .para-list .item .item-name {
	width: 2.4rem;
	padding-left: 0.3rem;
	flex-shrink: 0;
	font-size: 0.16rem;
	line-height: 0.36rem;
	color: #24292e;
}

.products-details .parameter .para-list .item .item-value {
	flex: 1;
	font-size: 0.16rem;
	line-height: 0.36rem;
	color: #24292e;
}

.products-details .other .other-tit {
	padding: 0.6rem 0 0.2rem;
	font-size: 0.2rem;
	font-weight: 600;
	color: #0e0e0e;
	line-height: 0.3rem;
}

.news .news-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news .news-list .item {
	display: block;
	width: 4.3rem;
	margin-bottom: 0.4rem;
}

.news .news-list .item h2 {
	line-height: 0.4rem;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0.2rem;
	color: #1a2842;
	font-size: 0.18rem;
	font-weight: 600;
}

.news .news-list .item .u-img {
	width: 100%;
	height: 1.8rem;
	overflow: hidden;
}

.news .news-list .item .u-img img {
	transition: all 0.3s;
}

.news .news-list .item .u-img:hover img {
	transform: scale(1.1);
}

.news .news-list .item .u-text .news-tit {
	font-size: 0.16rem;
	line-height: 1.5;
	color: #1a2842;
	font-weight: 500;
	margin: 0.1rem 0;
}

.news-details {
	min-height: 5rem;
	margin: 0 auto;
	width: 100%;
}

.news-details .top-box h2 {
	font-size: 0.22rem;
	color: #383838;
	font-weight: 600;
	text-align: center;
	padding: 0.4rem 0 0.2rem;
}

.news-details .top-box .time {
	color: #999999;
	text-align: center;
	font-size: 0.16rem;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #f5f5f5;
}

.news-details .rich-text {
	margin: 0.2rem auto 0.4rem;
	padding: 0px 0.18rem;
	max-width: 95%;
}

.news-details .rich-text p {
	margin-bottom: 0.15rem;
}

.news-details .rich-text img {
	display: block;
	width: 60%;
	margin: 0 auto;
}

.case .case-list .item {
	margin-bottom: 0.4rem;
	display: flex;
}

.case .case-list .item .u-img {
	width: 2.75rem;
	height: 1.8rem;
	flex-shrink: 0;
}

.case .case-list .item .u-text {
	padding: 0 0.2rem;
}

.case .case-list .item .u-text .time {
	font-size: 0.16rem;
	line-height: 0.4rem;
	color: #24292e;
}

.case .case-list .item .u-text h2 {
	font-weight: 600;
	font-size: 0.2rem;
	color: #1a2842;
	line-height: 0.3rem;
}

.case .case-list .item .u-text .mover {
	display: flex;
	align-items: center;
	padding: 0.1rem 0;
}

.case .case-list .item .u-text .mover img {
	display: block;
	width: 0.16rem;
	height: 0.16rem;
	margin-left: 0.1rem;
}

.case .case-list .item .u-text .mover span {
	display: block;
	font-size: 12px;
	line-height: 0.24rem;
	color: #77b818;
}

.download .download-list .item {
	width: 100%;
	height: 0.8rem;
	display: flex;
	align-items: center;
	margin-bottom: 0.4rem;
	line-height: 0.5rem;
	border: 1px solid #dddddd;
	padding: 0.2rem;
	transition: all 0.25s ease-out 0s;
	align-content: center;
}

.download .download-list .item:hover {
	box-shadow: #0002 0 6.4px 14.4px, #0000001c 0 1.2px 3.6px;
}

.download .download-list .item .u-icon {
	width: 0.35rem;
	height: 0.35rem;
}

.download .download-list .item .u-icon img {
	display: block;
	width: 100%;
}

.download .download-list .item .u-text {
	padding-left: 0.2rem;
}

.download .download-list .item .u-text .file-name,
.download .download-list .item .u-text .time {
	font-size: 0.16rem;
	color: #333;
	line-height: 0.24rem;
}

.download .download-list .item .down-btn {
	display: block;
	width: 1rem;
	height: 0.38rem;
	background: #77b818;
	color: white;
	line-height: 0.38rem;
	text-align: center;
	border-radius: 4px;
	margin-left: auto;
	font-size: 0.16rem;
}

.contact .left-clumn {
	padding-top: 0.44rem;
	width: 1.85rem;
	flex-shrink: 0;
	border-right: 1px solid #cbccd3;
}

.contact .left-clumn h3 {
	font-size: 0.16rem;
	color: #333;
	line-height: 0.38rem;
	text-align: center;
}

.contact .left-clumn p {
	font-size: 0.16rem;
	font-weight: 300;
	color: #87898c;
	line-height: 0.38rem;
	text-align: center;
}

.contact .contact-top {
	background-image: url(../images/contacts.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 0.2rem;
}

.contact .contact-top h3 {
	font-size: 0.2rem;
	font-weight: 600;
	line-height: 0.3rem;
	color: #fff;
}

.contact .contact-top p {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
}

.contact .contact-top .contact-form {
	background-color: #fff;
	margin-top: 0.65rem;
	display: flex;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 15px 0px;
}

.contact .contact-top .contact-form .form .item-input input {
	display: block;
	border: none;
	border-bottom: 1px solid #DFE3E1;
	font-size: 0.16rem;
	color: #000;
	line-height: 0.4rem;
	width: 4.5rem;
	margin: 0.2rem 0.2rem 0;
}

.contact .contact-top .contact-form .form .item-input textarea {
	display: block;
	padding: 0.2rem;
	width: 4.5rem;
	margin: 0.2rem 0.2rem 0;
	background-color: #f6f6f6;
	resize: none;
	color: #222;
	font-size: 0.16rem;
	font-weight: 600;
	border: 1px solid #dfe3e1;
	outline: none;
}

.contact .contact-top .contact-form .form .item-input span {
	display: block;
	margin: 0.1rem 0.2rem;
	width: 1rem;
	background: #0F192C;
	text-align: center;
	line-height: 0.42rem;
	cursor: pointer;
	user-select: none;
	font-size: 0.16rem;
	color: #fff;
}

.contact .contact-top .contact-form .message {
	background: #e2eaf4;
	flex: 1;
	padding: 0.2rem 0.4rem;
}

.contact .contact-top .contact-form .message h3 {
	font-size: 0.22rem;
	font-weight: 600;
	color: #072849;
	margin-top: 0.2rem;
}

.contact .contact-top .contact-form .message .info-box .itme {
	padding: 0.1rem 0;
	display: flex;
	align-items: center;
}

.contact .contact-top .contact-form .message .info-box .itme .names {
	font-size: 0.16rem;
	color: #7f848d;
	margin-right: 0.2rem;
	flex-shrink: 0;
}

.contact .contact-top .contact-form .message .info-box .itme .value {
	font-size: 0.16rem;
	font-weight: 500;
	color: #3d4451;
	line-height: 0.22rem;
}

.contact .contact-top .contact-form .message .wananchi {
	margin-top: 0.4rem;
}

.contact .contact-top .contact-form .message .wananchi img {
	display: block;
	width: 0.9rem;
	height: 0.9rem;
	margin: 0.1rem auto;
}

.contact .contact-top .contact-form .message .wananchi p {
	font-size: 0.14rem;
	line-height: 1.5;
	color: #333;
	text-align: center;
}

.contact .map #container {
	height: 4rem;
	margin: 0.4rem 0;
}

@media screen and (max-width: 980px) {
	body {
		background: none;
	}

	.tip-box .header-top {
		background: #0031B4;
		padding: 0 0.2rem;
	}

	.tip-box .header-top .browse {
		font-size: 0.18rem;
	}

	.tip-box .header-top .sale {
		display: none;
	}

	.tip-box .logo-box {
		background: url(../images/mHead.png) no-repeat center/cover;
		padding: 0 0.45rem;
	}

	.tip-box .logo-box .u-img {
		width: 60%;
	}

	.tip-box .logo-box .u-img img {
		width: 100%;
	}

	.tip-box .nav-box {
		flex-direction: column;
		justify-content: flex-start;
		padding: 1rem 0.45rem;
		position: fixed;
		left: 0;
		top: -200%;
		z-index: 99;
		transition: all 0.35s;
		background: #0B1F55;
		height: calc(100vh - 0.54rem);
		width: 100%;
		overflow: scroll;
	}

	.tip-box .nav-box.open {
		top: 0.54rem;
	}

	.tip-box .nav-box .nav-item {
		display: block;
		width: 100%;
		margin: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}

	.tip-box .nav-box .nav-item:before {
		display: none;
	}

	.tip-box .nav-box .nav-item .nav-link {
		font-size: 0.34rem;
		line-height: 1rem;
		text-align: left;
		padding: 0;
	}

	.tip-box .nav-box .nav-item .nav-link:hover {
		color: #fff;
	}

	.tip-box .nav-box .nav-item .icon {
		top: 0.49rem;
		transition: all 0.3s;
		transform-origin: 50% 50%;
		transform: rotate(0);
		position: absolute;
		width: 14px;
		height: 8px;
		right: 0.12rem;
		z-index: 101;
	}

	.tip-box .nav-box .nav-item .icon:before {
		content: "";
		display: block;
		width: 8px;
		height: 1px;
		background-color: #fff;
		transform: translateY(1px) rotate(45deg);
		opacity: 0.3;
	}

	.tip-box .nav-box .nav-item .icon::after {
		content: "";
		display: block;
		width: 8px;
		height: 1px;
		background-color: #fff;
		transform: translateX(6px) rotate(135deg);
		opacity: 0.3;
	}

	.tip-box .nav-box .nav-item .subnav-box {
		width: 100%;
		position: relative;
		height: 0;
		top: 0;
		z-index: 10;
		opacity: 1;
		background: none;
		color: #fff;
		border: none;
		box-shadow: none;
		overflow: hidden;
		transition: all 0.3s;
	}

	.tip-box .nav-box .nav-item .subnav-box ul li a {
		width: 100%;
		font-size: 0.28rem;
		line-height: 0.8rem;
		height: 0.8rem;
		color: #fff;
	}

	.tip-box .nav-box .nav-item.active .icon {
		transform: rotate(180deg);
		transform-origin: 50% 50%;
	}

	.index-banner {
		flex-wrap: wrap;
	}

	.index-banner .banners {
		width: 100%;
		height: 5rem;
	}

	.index-banner .banners .u-text {
		font-size: 16px;
		width: 100%;
	}

	.index-banner .notice {
		width: 100%;
		margin-top: 0.3rem;
	}

	.index-banner .notice .title-bar {
		background: none;
		box-shadow: none;
		margin-top: 0.3rem;
	}

	.index-banner .notice .title-bar .title .cn {
		font-size: 18px;
		margin-left: 0.1rem;
	}

	.index-banner .notice .title-bar .title .en {
		font-size: 16px;
	}

	.index-banner .notice .title-bar .link-more {
		margin-top: 0;
	}

	.index-banner .notice .title-bar .link-more img {
		width: 0.4rem;
		height: 0.4rem;
	}

	.index-banner .notice .notice-con {
		padding-top: 0.2rem;
	}

	.index-banner .notice .notice-con a .card-time {
		width: 0.66rem;
		height: 0.66rem;
	}

	.index-banner .notice .notice-con a .card-time .date {
		line-height: 0.24rem;
	}

	.index-banner .notice .notice-con a .card-time .year {
		line-height: 0.24rem;
	}

	.index-banner .notice .notice-con a .card-text h2 {
		font-size: 16px;
		line-height: 1.5;
	}

	.article .card {
		width: 100%;
	}

	.article .important-news .card-con,
	.article .industry-news .card-con {
		margin-top: 0.2rem;
		margin-bottom: 0.4rem;
	}

	.article .important-news .card-con .top-item a,
	.article .industry-news .card-con .top-item a {
		height: 4rem;
	}

	.article .important-news .card-con .top-item a .u-text,
	.article .industry-news .card-con .top-item a .u-text {
		padding: 0 0.2rem;
	}

	.article .important-news .card-con .top-item a .u-text h3,
	.article .industry-news .card-con .top-item a .u-text h3 {
		font-size: 20px;
		line-height: 0.6rem;
		height: 0.6rem;
		width: auto;
		flex: 1;
	}

	.article .important-news .card-con .top-item a .u-text .time,
	.article .industry-news .card-con .top-item a .u-text .time {
		font-size: 16px;
		width: 100px;
		flex-shrink: 0;
		line-height: 0.6rem;
	}

	.article .important-news .card-con .list-item ul li a h3,
	.article .industry-news .card-con .list-item ul li a h3 {
		font-size: 16px;
		line-height: 0.6rem;
	}

	.article .important-news .card-con .list-item ul li .time,
	.article .industry-news .card-con .list-item ul li .time {
		font-size: 16px;
		line-height: 0.6rem;
	}

	.article .research-news .card-con,
	.article .environ-news .card-con {
		margin-top: 0.2rem;
		margin-bottom: 0.4rem;
	}

	.article .research-news .card-con .top-item a .u-text .time,
	.article .environ-news .card-con .top-item a .u-text .time {
		font-size: 14px;
	}

	.article .research-news .card-con .top-item a .u-text h3,
	.article .environ-news .card-con .top-item a .u-text h3 {
		font-size: 16px;
		line-height: 1.5;
	}

	.article .research-news .card-con .top-item a .u-text .icon,
	.article .environ-news .card-con .top-item a .u-text .icon {
		height: 0.4rem;
		width: 0.4rem;
	}

	.article .research-news .card-con .list-item a,
	.article .environ-news .card-con .list-item a {
		height: 0.7rem;
		margin: 0.2rem 0;
	}

	.article .research-news .card-con .list-item a .left-time .time-top,
	.article .environ-news .card-con .list-item a .left-time .time-top {
		font-size: 16px;
	}

	.article .research-news .card-con .list-item a .left-time .year,
	.article .environ-news .card-con .list-item a .left-time .year {
		font-size: 12px;
		font-weight: 200;
	}

	.article .research-news .card-con .list-item a .rigth-contain h3,
	.article .environ-news .card-con .list-item a .rigth-contain h3 {
		font-size: 16px;
		line-height: 1.5;
	}

	.article .research-news .card-con .list-item a .rigth-contain p,
	.article .environ-news .card-con .list-item a .rigth-contain p {
		font-size: 14px;
	}

	.hometabs {
		padding: 0 0.3rem;
	}

	.hometabs .tab-item {
		width: 49.5%;
		height: 110px;
		flex: initial;
		margin-bottom: 1%;
	}

	.hometabs .tab-item .top {
		height: 60px;
	}

	.hometabs .tab-item .top .text {
		font-size: 12px;
	}

	.hometabs .tab-item .bottom h2 {
		font-size: 16px;
	}

	.links .links-list a {
		width: 33%;
	}

	.links .links-list a .logo img {
		width: 0.5rem;
		height: 0.5rem;
	}

	.links .links-list a .link-name {
		font-size: 16px;
	}

	.footer .area {
		margin-top: 0;
		border-top: none;
		padding-top: 0;
		justify-content: space-between;
	}

	.footer .area .footer-logo {
		display: block;
		margin-bottom: 0.15rem;
	}

	.footer .area .footer-logo img {
		width: 4rem;
	}

	.footer .area .bottom-link,
	.footer .area .filings {
		font-size: 14px;
	}

	.footer .area .wananchi img {
		width: 60px;
		height: 60px;
	}

	.footer .area .wananchi p {
		font-size: 12px;
	}

	.pop-box {
		align-items: flex-start;
	}

	.pop-box .pop-con {
		width: 100%;
	}

	.pop-box .pop-con .popimg {
		display: none;
	}

	.pop-box .pop-con .pop-right .close {
		width: 20px;
		height: 20px;
	}

	.pop-box .pop-con .pop-right .pop-form {
		width: 75%;
	}

	.pop-box .pop-con .pop-right .pop-form .pop-title {
		font-size: 16px;
	}

	.pop-box .pop-con .pop-right .pop-form .forms .form-item .item-label {
		font-size: 14px;
		width: 120px;
	}

	.pop-box .pop-con .pop-right .pop-form .forms .form-item .item-input input {
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}

	.pop-box .pop-con .pop-right .pop-form .forms .form-item.btn .item-input button {
		font-size: 16px;
		width: 96px;
		height: 34px;
	}

	.bread {
		display: none;
	}

	.container {
		padding: 0.2rem 0.3rem;
	}

	.container .left-clumn {
		display: none;
	}

	.container .right-clumn {
		margin: 0;
		width: 100%;
	}

	.container .right-clumn .inline-title {
		padding: 0.2rem 0;
	}

	.container .right-clumn .inline-title .cn {
		font-size: 18px;
		flex-shrink: 0;
	}

	.container .right-clumn .inline-title .en {
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.rich-text p {
		font-size: 14px;
	}

	.to-detail {
		justify-content: center;
	}

	.to-detail img {
		width: 20px;
		height: 20px;
	}

	.to-detail span {
		font-size: 14px;
	}

	.paging-box span,
	.paging-box a {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}

	.products-details {
		width: 100%;
	}

	.products-details .top-box {
		flex-wrap: wrap;
	}

	.products-details .top-box .img-list {
		width: 100%;
	}

	.products-details .top-box .img-list .carouseltop .swiper-pagination {
		display: block;
	}

	.products-details .top-box .img-list .carouseltop .swiper-pagination .swiper-pagination-bullet-active {
		background-color: #77b818;
	}

	.products-details .top-box .img-list .carouseltop .swiper-button-next,
	.products-details .top-box .img-list .carouseltop .swiper-button-prev {
		transform: scale(0.8);
	}

	.products-details .top-box .img-list .casethumbs {
		display: none;
	}

	.products-details .top-box .r-text {
		padding-left: 0;
	}

	.products-details .top-box .r-text .prod-tit {
		font-size: 22px;
		margin-top: 15px;
	}

	.products-details .top-box .r-text .prod-des p {
		font-size: 14px;
	}

	.products-details .top-box .r-text .point .point-tit {
		font-size: 16px;
		line-height: 30px;
		border-top-left-radius: 15px;
		border-bottom-right-radius: 15px;
	}

	.products-details .top-box .r-text .point .rich-text p {
		font-size: 14px;
	}

	.products-details .parameter .para-tit {
		font-size: 16px;
	}

	.products-details .parameter .para-list .item {
		width: 100%;
	}

	.products-details .parameter .para-list .item .item-name {
		width: 30%;
	}

	.products-details .parameter .para-list .item .item-name,
	.products-details .parameter .para-list .item .item-value {
		font-size: 16px;
		line-height: 2;
	}

	.products-details .parameter .para-list .item:nth-child(4n-2),
	.products-details .parameter .para-list .item:nth-child(4n-3) {
		background-color: #fff;
	}

	.products-details .parameter .para-list .item:nth-child(2n-1) {
		background-color: #f6f7f9;
	}

	.products-details .other .other-tit {
		font-size: 16px;
	}

	.other-list {
		justify-content: space-between;
	}

	.other-list .item {
		width: 48%;
		margin-right: 0;
	}

	.other-list .item h3 {
		font-size: 14px;
		text-align: center;
	}

	.products .products-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.products .products-list .item {
		width: 48%;
		flex-wrap: wrap;
		justify-content: center;
	}

	.products .products-list .item .u-text {
		width: 80%;
	}

	.products .products-list .item .u-text h2 {
		font-size: 18px;
		line-height: 1.5;
	}

	.products .products-list .item .u-text .blurb {
		font-size: 14px;
		line-height: 1.5;
	}

	.products .products-list .item .u-text .mover {
		justify-content: center;
		font-size: 14px;
	}

	.products .products-list .item .u-text .mover::after {
		width: 12px;
		height: 12px;
	}

	.contact .contact-top h3 {
		font-size: 18px;
		line-height: 1.5;
	}

	.contact .contact-top .contact-form .form {
		width: 48%;
		margin-right: 2%;
		padding: 0 0.3rem;
	}

	.contact .contact-top .contact-form .form .item-input input {
		width: 100%;
		font-size: 16px;
		line-height: 40px;
		margin: 0.2rem 0;
	}

	.contact .contact-top .contact-form .form .item-input textarea {
		width: 100%;
		font-size: 16px;
		line-height: 40px;
		margin: 0.2rem 0;
		height: 160px;
	}

	.contact .contact-top .contact-form .message h3 {
		font-size: 20px;
	}

	.contact .contact-top .contact-form .message .info-box .itme .names,
	.contact .contact-top .contact-form .message .info-box .itme .value {
		font-size: 16px;
	}

	.contact .contact-top .contact-form .message .wananchi img {
		width: 80px;
		height: 80px;
	}

	.contact .contact-top .contact-form .message .wananchi p {
		font-size: 14px;
	}

	.contact .map {
		padding: 0 0.3rem;
	}

	.enterprise .enterprise-list .item {
		width: 28%;
		margin-right: 7.5%;
	}

	.enterprise .enterprise-list .item:nth-child(3n) {
		margin-right: 0;
	}

	.enterprise .enterprise-list .item:nth-child(4n) {
		margin-right: 7.5%;
	}

	.enterprise .enterprise-list .item .u-img {
		width: 50%;
		margin: 0 auto;
	}

	.enterprise .enterprise-list .item .names {
		font-size: 16px;
		line-height: 1.5;
	}

	.enterprise .enterprise-list .item .position {
		font-size: 14px;
		line-height: 1.5;
	}

	.vditersss .people .u-img {
		width: 2.8rem;
		height: 4.2rem;
	}

	.vditersss .people .info {
		padding-top: 0.6rem;
		margin-left: 0.5rem;
	}

	.vditersss .people .info h2 {
		font-size: 18px;
	}

	.vditersss .people .info p {
		font-size: 14px;
	}

	.download .download-list .item {
		height: auto;
	}

	.download .download-list .item .u-icon {
		width: 35px;
		height: 35px;
	}

	.download .download-list .item .u-text .file-name {
		font-size: 16px;
		line-height: 1.5;
		max-width: 200px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.download .download-list .item .u-text .time {
		font-size: 14px;
		line-height: 1.5;
	}

	.download .download-list .item .down-btn {
		width: 1.2rem;
		height: 0.5rem;
		line-height: 0.5rem;
		font-size: 16px;
	}

	.news-details .top-box h2 {
		font-size: 18px;
	}

	.news-details .top-box .time {
		font-size: 16px;
	}

	.news .news-list .item {
		width: 32%;
	}

	.news .news-list .item h2 {
		font-size: 16px;
	}

	.news .news-list .item .u-img {
		height: 2.6rem;
	}

	.news .news-list .item .u-text .news-tit {
		font-size: 16px;
	}

	.case .case-list .item .u-img {
		width: 5.5rem;
		height: 3.6rem;
	}

	.case .case-list .item .u-text .time {
		font-size: 16px;
		line-height: 1.5;
	}

	.case .case-list .item .u-text h2 {
		font-size: 20px;
		line-height: 1.5;
	}

	.case .case-list .item .u-text .mover span {
		font-size: 14px;
	}

	.case .case-list .item .u-text .mover img {
		width: 14px;
		height: 14px;
	}
}

@media screen and (max-width: 750px) {
	.to-detail {
		justify-content: flex-start;
	}

	body {
		padding-top: 1.4rem;
	}

	.tip-box {
		position: fixed;
		z-index: 10;
		top: 0;
		left: 0;
		right: 0;
	}

	.tip-box .header-top {
		display: none;
	}

	.tip-box .nav-box.open {
		top: 0;
	}

	.tip-box .nav-box {
		height: 100vh;
	}

	.index-banner .banners {
		height: 200px;
	}

	.article .important-news .card-con .top-item a,
	.article .industry-news .card-con .top-item a {
		height: 3.2rem;
	}

	.article .important-news .card-con .top-item a .u-text .time,
	.article .industry-news .card-con .top-item a .u-text .time {
		display: none;
	}

	.article .important-news .card-con .list-item ul li .time span,
	.article .industry-news .card-con .list-item ul li .time span {
		display: none;
	}

	.article .research-news .card-con .top-item a .u-img,
	.article .environ-news .card-con .top-item a .u-img {
		width: 180px;
		height: 120px;
	}

	.article .research-news .card-con .top-item a .u-text h3,
	.article .environ-news .card-con .top-item a .u-text h3 {
		font-size: 0.28rem;
		line-height: 1.5;
	}

	.article .research-news .card-con .list-item a,
	.article .environ-news .card-con .list-item a {
		height: 40px;
		margin: 15px 0;
	}

	.article .research-news .card-con .list-item a .rigth-contain h3,
	.article .environ-news .card-con .list-item a .rigth-contain h3 {
		font-size: 0.3rem;
		line-height: 20px;
	}

	.article .research-news .card-con .list-item a .rigth-contain p,
	.article .environ-news .card-con .list-item a .rigth-contain p {
		font-size: 12px;
		line-height: 20px;
		display: none;
	}

	.product,
	.corporate {
		padding: 20px 0.3rem;
	}

	.product .corporate-list,
	.product .product-list,
	.corporate .corporate-list,
	.corporate .product-list {
		height: 200px;
		margin-top: 20px;
	}

	.product .corporate-list ul li,
	.product .product-list ul li,
	.corporate .corporate-list ul li,
	.corporate .product-list ul li {
		width: 300px;
		height: 200px;
	}

	.links .links-list a {
		width: 50%;
		padding: 0.2rem;
	}

	.links .links-list a .link-name {
		font-size: 13px;
	}

	.footer .area {
		flex-direction: column;
	}

	.footer .area .bottom-link,
	.footer .area .filings {
		font-size: 14px;
	}

	.footer .area .filings {
		order: 2;
		display: block;
		align-items: inherit;
		text-align: center;
	}

	.footer .area .wananchi {
		padding-left: 0;
		margin: 15px 0;
	}

	.footer .area .wananchi img {
		width: 70px;
		height: 70px;
	}

	.footer .area .wananchi p {
		font-size: 12px;
	}

	.suspensionBgc {
		display: none;
	}

	.products .products-list .item {
		width: 100%;
	}

	.products .products-list .item .u-text {
		width: 100%;
	}

	.contact .contact-top {
		background-size: 200%;
		padding: 0.2rem 20px;
	}

	.contact .contact-top h3 {
		font-size: 18px;
		line-height: 1.5;
	}

	.contact .contact-top .contact-form {
		flex-wrap: wrap;
	}

	.contact .contact-top .contact-form .form {
		width: 100%;
		margin-right: 0;
	}

	.contact .contact-top .contact-form .form .item-input span {
		width: 100%;
		margin: 0 0 20px 0;
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	.contact .contact-top .contact-form .message .info-box .itme {
		padding: 10px 0;
	}

	.contact .map {
		padding: 0 0.2rem;
	}

	.enterprise .enterprise-list {
		justify-content: space-between;
	}

	.enterprise .enterprise-list .item {
		width: 48%;
		margin-right: 0 !important;
	}

	.enterprise .enterprise-list .item .u-img {
		width: 100%;
		margin: 0 auto;
		height: 4rem;
	}

	.enterprise .enterprise-list .item .names {
		font-size: 16px;
		line-height: 1.5;
	}

	.enterprise .enterprise-list .item .position {
		font-size: 14px;
		line-height: 1.5;
	}

	.vditersss .people {
		flex-wrap: wrap;
		justify-content: center;
	}

	.vditersss .people .u-img {
		width: 3.5rem;
		height: 4.3rem;
	}

	.vditersss .people .info {
		width: 100%;
		padding-top: 0.3rem;
		margin-left: 0;
	}

	.vditersss .people .info h2,
	.vditersss .people .info p {
		text-align: center;
	}

	.news-details .top-box h2 {
		font-size: 0.4rem;
	}

	.news-details .top-box .time {
		font-size: 14px;
		border-bottom: 1px solid #e3e3e3;
	}

	.news .news-list .item {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.news .news-list .item .u-img {
		order: -1;
		height: 4rem;
	}

	.news .news-list .item .u-text {
		padding-bottom: 0.4rem;
		border-bottom: 1px solid #e3e3e3;
	}

	.news .news-list .item h2 {
		margin-top: 10px;
		border: none;
	}

	.case .case-list .item {
		flex-wrap: wrap;
		justify-content: center;
	}

	.case .case-list .item .u-img {
		width: 95%;
		height: 3rem;
	}

	.case .case-list .item .u-text {
		margin-top: 15px;
		width: 100%;
		padding-bottom: 0.4rem;
		border-bottom: 1px solid #e3e3e3;
	}

	.case .case-list .item .u-text .time {
		text-align: left;
	}

	.case .case-list .item .u-text h2 {
		text-align: left;
	}

	.case .case-list .item .u-text .mover {
		justify-content: flex-start;
	}

	.products .products-list {
		padding: 0 0.4rem;
	}

	.products .products-list .item .u-text .mover {
		justify-content: flex-start;
	}

	.footer .area .filings span {
		margin: 0 0.0rem 0 0;
		display: block;
	}

	.footer .area .filings .icon {
		display: none;
	}

	.article .important-news .card-con .top-item a .u-text h3,
	.article .industry-news .card-con .top-item a .u-text h3 {
		font-size: 0.32rem;
	}

	.article .important-news .card-con .list-item ul li,
	.article .industry-news .card-con .list-item ul li {

		padding: 0.1rem 0 0.1rem 0.05rem;
		background: url(../images/dot.png) no-repeat left 0.4rem;
	}

	.rich-text img {
		max-width: 100%;
	}

	.news-details .rich-text {
		max-width: 100%;
	}

	.news-details .rich-text img {
		width: 100%;
	}

}