body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	background: #fff;
	font-size: 0.16rem;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input, select, textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	font-family: "Arial";
}

img {
	border: 0;
	max-width: 100%;
	width: auto;
}

ul, li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl {
	clear: both;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

.ov {
	overflow: hidden;
}

.flex {
	display: flex;
	display: -webkit-flex;
}

.between {
	justify-content: space-between;
}

.center {
	align-items: center;
}

.content {
	width: 16rem;
	margin: 0 auto;
}

.bigimg img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.bigimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.to1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.to2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.phone {
	display: none;
}

[v-cloak] {
	display: none;
}

/*首页*/
.head {
	display: none;
}

.header {
	margin: 0 auto;
}

.header_info {
	display: flex;
	align-items: center;
	padding: 10px 1.8rem;
}

.logo {
	display: flex;
	align-items: center;
	font-size: .3rem;
}
.logo img{
	width: .8rem;
	margin-right: .2rem;
}

.nav_box {
	background: #515151;
}

.searchboxinput {
	margin-left: 5rem;
	position: relative;
}

.searchboxinput input {
	border: 1px solid #CBC5C5;
	width: 7rem;
	padding: .15rem;
}

.searchboxinput input::-webkit-input-placeholder {
	color: #CBC5C5;
}
.searchboxinput img{
	position: absolute;
	width: 24px;
	right: 11px;
	top: 7px;
}

.search_btn {
	float: right;
	width: 28%;
	text-align: center;
	line-height: 0.4rem;
	background: #fcdb00;
	border-radius: 0.3rem;
	display: inline-block;
	margin: 0.03rem;
}

.searchbox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

.searchbox.on1 {
	z-index: 9;
	display: block;
}

.menu {
	display: none;
}

.nav {
	width: 90%;
	display: flex;
	padding-left: 1rem;
}

.nav>ul {
	justify-content: space-between;
	display: flex;
}

.nav li {
	line-height: .64rem;
	font-size: 0.28rem;
	white-space: nowrap;
	position: relative;
	width: 2.5rem;
	text-align: center;
	z-index: 10;
}
.nav>li:after{
	content: '';
	display: block;
	background-color: #fff;
	width: 2px;
	height: .2rem;
	position: absolute;
	right: 0;
	top: .28rem;
}
.nav li:hover {
	background: #62c83e;
}
.nav li:last-child {
	margin-right: 0
}
.nav li:last-child:after{
	display: none;
}

.nav a {
	color: #fff;
}

.nav img {
	width: 0.14rem;
	height: 0.09rem;
	margin: 0.06rem 0 0 0.12rem;
}

.nav li:hover .subnav {
	display: block;
}

.subnav {
	position: absolute;
	top: .64rem;
	left: 0;
	display: none;
}

.subnav li {
	text-align: left;
	color: #fff;
	line-height: 0.6rem;
	padding: 0 0.3rem;
	position: relative;
	background: #515151;
	width: 4rem;
}

.subnav li:hover {
	background: #62c83e;
}

.subnav02 {
	width: 4.2rem;
	padding-left: 0.1rem;
	position: absolute;
	top: 0;
	left: 4rem;
	display: none;
}

.subnav02 li {
	background: #515151;
}

.subnav li:hover .subnav02 {
	display: block;
}

.subnav02 li:hover {
	background: #62c83e;
}

/* .subnav_box {
	width: 100%;
	height: 2.86rem;
	background: rgba(0, 0, 0, .9);
	position: absolute;
	top: 1rem;
	left: 0;
	z-index: -1;
	opacity: 0;
}
.subnav_box.on{
	opacity: 1;
	z-index: 5;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.subnav{
	width: 16rem;
}
.subnav .swiper-slide {
	width: calc(100% / 7) !important;
	height: 2.86rem;
}
.subnav_con {
	margin-top: 0.5rem;
}
.subnav_con img {
	width: 1.2rem;
	height: 1.07rem;
	display: block;
	margin: 0 auto;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.subnav .swiper-slide:hover .subnav_con img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}.subnav_txt {
	font-size: 0.16rem;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0.3rem;
	position: relative;
}
.subnav .swiper-slide:last-child .subnav_txt::before {
	display: block;
	content: '';
	position: absolute;
	background: rgba(255, 255, 255, .4);
	width: 1px;
	height: 100%;
	bottom: 0;
	right: 0;
}
.subnav_txt::after {
	display: block;
	content: '';
	position: absolute;
	background: rgba(255, 255, 255, .4);
	width: 1px;
	height: 100%;
	bottom: 0;
	left: 0;
} */
.banner {
	width: 100%;
	position: relative;
}

.banner img {
	width: 100%;
}

.swiper-num {
	position: absolute;
	right: 2.05rem;
	font-weight: bold;
	font-family: 'din';
	bottom: 0.6rem;
	color: #fff;
	z-index: 9;
	width: 15%;
	display: flex;
}

.swiper-num .active {
	font-size: 0.72rem;
}

.swiper-num .total {
	font-size: 0.24rem;
	color: #62c83e;
	text-align: right;
	position: relative;
	right: -0.77rem;
	top: .34rem;
}

.swiper-num .total::before {
	position: absolute;
	display: block;
	content: '';
	width: 0.33rem;
	height: 0.02rem;
	background: rgba(255, 255, 255, .24);
	left: -0.54rem;
	top: 0.16rem;
}

.banner_btn {
	position: absolute;
	right: 1.6rem;
	bottom: 0.65rem;
	display: flex;
	align-items: center;
	width: 25%;
	height: 0.68rem;
}

.banner_btn>div {
	width: 0.68rem;
	height: 0.68rem;
	background: none;
	border-radius: 50%;
	border: solid 1px rgba(255,255,255,0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner_btn>div img {
	width: 0.14rem;
	height: 0.1rem;
}

.banner_btn .swiper-button-prev,.banner_btn .swiper-button-next {
	position: absolute;
	top: 0;
	margin: 0;
}

.product_box {
	overflow: hidden;
	padding: 0.7rem 0 0.52rem;
}

.title {
	width: 100%;
	text-align: center;
	line-height: 1.46rem;
	color: #000;
	font-size: 0.72rem;
	text-transform: uppercase;
	font-weight: bold;
}

.product_text {
	width: 8.74rem;
	text-align: center;
	line-height: 0.3rem;
	color: #afafaf;
	font-size: 0.17rem;
	margin: 0 auto 0.86rem;
}

.product_left {
	float: left;
	width: 5.13rem;
	height: 6.59rem;
	position: relative;
}

.product_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product_left_tt {
	width: 100%;
	text-align: center;
	color: rgba(255, 255, 255, .6);
	font-size: 0.16rem;
	line-height: 0.4rem;
	position: absolute;
	top: 0.78rem;
	left: 0;
	z-index: 1;
}

.product_left_tt h4 {
	color: #fff;
	font-size: 0.4rem;
	line-height: 0.58rem;
	font-weight: normal;
}

.product_left_tt span {
	text-transform: uppercase;
}

.product_right {
	float: right;
	width: 10.56rem;
}

.product_right ul {
	margin-right: -0.28rem;
}

.product_right li {
	float: left;
	width: 5.14rem;
	height: 3.16rem;
	background: #fbfafa;
	position: relative;
	margin: 0 0.28rem 0.26rem 0;
	overflow: hidden;
}

.product_right h4 {
	text-align: center;
	color: #333;
	font-size: 0.24rem;
	line-height: 0.52rem;
	height: 0.52rem;
	margin: 0.22rem 0 0.1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product_right_pic {
	width: 3.7rem;
	height: 2.2rem;
	margin: 0 auto;
}

.product_right_pic img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.product_right li:hover .product_right_pic img {
	filter: drop-shadow(0.1rem 0.2rem 0.08rem rgba(0, 0, 0, .3));
	transform: scale(1.07);
	-webkit-transform: scale(1.07);
}

.product_icon {
	display: none;
	width: 0.34rem;
	height: 0.34rem;
	position: absolute;
	right: 0.19rem;
	bottom: 0.25rem;
}

.product_icon img {
	width: 100%;
	height: 100%;
}

.img02 {
	display: none;
}

.product_right li:hover .img01 {
	display: none;
}

.product_right li:hover .img02 {
	display: block;
}

.more {
	width: 2.5rem;
	height: 0.65rem;
	line-height: 0.65rem;
	text-align: center;
	color: #000;
	font-size: 0.2rem;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0.61rem auto 0;
	border-top-left-radius: 0.35rem;
	border-bottom-right-radius: 0.35rem;
	overflow: hidden;
}

.more:hover {
	box-shadow: 0 0 0.1rem 0.03rem rgba(0, 0, 0, .1);
}

.more a {
	display: block;
}

.more_hie {
	position: relative;
}

.more_hie::before {
	position: absolute;
	display: block;
	content: '';
	background: #fcdb00;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}

.more_hie:hover::before {
	animation: k1 .3s linear;
}

@keyframes k1 {
	0% {
		width: 0;
	}

	100% {
		background: #fcdb00;
		width: 2.5rem;
	}
}

.about_box {
	padding-bottom: 1.04rem;
	overflow: hidden;
}

.about_box .title {
	margin-bottom: 0.71rem;
}

.about_pic {
	float: left;
	width: 6.99rem;
	height: 4.66rem;
	margin-left: 0.5rem;
}

.about_pic .swiper-button-prev,.about_pic .swiper-button-next {
	width: 0.68rem;
	height: 0.68rem;
	position: absolute;
	top: auto;
	left: auto;
	bottom: 0.27rem;
}

.about_pic .swiper-button-prev {
	background: url(../image/arrow01.png) no-repeat;
	background-size: 100% 100%;
	right: 1.3rem;
}

.about_pic .swiper-button-next {
	background: url(../image/arrow02.png) no-repeat;
	background-size: 100% 100%;
	right: 0.32rem;
}

.about_right {
	float: right;
	width: 7.88rem;
	padding-top: 0.1rem;
}

.about_top {
	margin-bottom: 0.36rem;
	text-transform: uppercase;
}

.about_title {
	float: left;
	color: #000;
	font-size: 0.3rem;
	line-height: 0.78rem;
	font-weight: bold;
}

.about_title i {
	width: 0.73rem;
	height: 0.05rem;
	background: #26314d;
	border-radius: 0.03rem;
	display: block;
}

.factory {
	float: right;
	width: 1.55rem;
	line-height: 0.4rem;
	color: #000;
	font-size: 0.18rem;
	margin-top: 0.19rem;
}

.factory img {
	width: 0.1rem;
	height: 0.2rem;
	vertical-align: middle;
	margin-left: 0.16rem;
}

.about {
	width: 97%;
	color: #333;
	font-size: 0.18rem;
	line-height: 0.3rem;
	height: 1.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.52rem;
}

.about_box .more {
	margin: 0;
}

.com_bg {
	width: 16rem;
	height: 2.92rem;
	padding: 0.8rem 0 0 1.12rem;
	background: url(../image/com_bg.jpg) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto 1.1rem;
	overflow: hidden;
}

.com_left {
	float: left;
	width: 6.4rem;
	color: #fff;
	font-size: 0.2rem;
	line-height: 0.38rem;
	font-weight: bold;
	text-transform: uppercase;
}

.com_left img {
	width: 1.72rem;
	height: 0.56rem;
	margin-bottom: 0.25rem;
}

.com_right {
	float: right;
	width: 7.95rem;
	color: #fff;
	font-size: 0.17rem;
	line-height: 0.38rem;
	margin-top: 0.05rem;
}

.pic {
	width: 100%;
	height: 7.51rem;
	position: relative;
	border-bottom: solid 0.07rem #fcdb00;
}

.pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pic_pos {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 1.52rem;
}

.pic_box {
	width: 14.4rem;
	text-align: right;
	margin: 0 auto;
}

.pic_tt {
	width: 100%;
	position: relative;
	margin-bottom: 0.17rem;
}

.pic_tt h1 {
	color: #fff;
	line-height: 0.72rem;
	font-size: 0.6rem;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

.pic_tt i {
	width: 3.48rem;
	height: 0.23rem;
	background: #fcdb00;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}

.pic_txt {
	width: 100%;
	line-height: 0.32rem;
	font-size: 0.17rem;
	color: #fff;
}

.gray {
	width: 100%;
	background: #fafafa;
	padding-bottom: 1rem;
}

.news_bg {
	width: 16rem;
	height: 10.66rem;
	padding: 1.23rem 0.86rem 0 0.86rem;
	background: url(../image/news_bg.jpg) no-repeat;
	background-size: 100% 100%;
	margin: -0.85rem auto 0;
	box-shadow: 0 0 0.1rem 2px rgba(0, 0, 0, .1);
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.news_box {
	width: 100%;
}

.news_left {
	width: 31%;
	float: left;
}

.newstt {
	/* font-size: 0.72rem; */
	font-size: 0.65rem;
	line-height: 1.16rem;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}

.news_en {
	width: 1.61rem;
	margin-bottom: .3rem;
}

.news_tab .news_tab_on {
	width: 2.4rem;
	font-size: 0.19rem;
	color: #000;
	font-weight: bold;
	height: 0.5rem;
	line-height: 0.5rem;
	padding-left: 0.1rem;
	cursor: pointer;
	white-space: nowrap;
	margin-bottom: 0.5rem;
}

.news_tab_on.on {
	background: #fcdb00;
	box-sizing: border-box;
	box-shadow: 0 0.13rem 0 -0.08rem rgba(0, 0, 0, 1);
}

.news_right {
	width: 66%;
	float: right;
}

.news_line {
	width: 100%;
	height: 0.06rem;
	background: #000;
}

.news_right_swiper {
	width: 100%;
}

.news_right_swiper .swiper {
	height: 7.14rem;
}

.news_right_swiper .swiper-slide {
	height: 3.57rem;
	width: 100%;
	overflow: hidden;
	transition: .3s;
	cursor: pointer;
	border-bottom: 1px solid #eeeeee;
	padding: 0.6rem 0 0.65rem;
	box-sizing: border-box;
	margin-top: 0 !important;
}

/* .news:hover {
	transition: .3s;
	transform: scale(1.01);
} */
.news_time {
	font-weight: bold;
	font-size: 0.18rem;
	text-transform: capitalize;
	color: #959595;
	margin-bottom: 0.25rem;
}

.news_tit {
	font-size: 0.26rem;
	font-weight: bold;
	color: #000;
	line-height: 0.4rem;
	margin-bottom: 0.21rem;
	height: 0.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.news_tits {
	font-size: 0.16rem;
	line-height: 0.26rem;
	color: #b0b0b0;
	font-weight: 400;
	height: 0.52rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.news_con {
	float: left;
	width: 55%;
}

.news_pic {
	float: right;
	width: 3.96rem;
	height: 2.33rem;
}

.news_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	transition: .3s;
}

.head_news {
	position: absolute;
	left: 0.8rem;
	width: 20%;
	bottom: 14%;
}

.head_news .prev_3,.head_news .next_3 {
	width: 0.68rem;
	height: 0.68rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.head_news .prev_3 {
	background: url(../image/arrow03.png) no-repeat;
	background-size: 100% 100%;
}

.head_news .next_3 {
	background: url(../image/arrow04.png) no-repeat;
	background-size: 100% 100%;
}

.head_news .swiper-button-next.swiper-button-disabled,.head_news .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.swiper-num2 {
	width: 0.85rem;
	position: absolute;
	left: 12.5%;
	display: flex;
	align-items: baseline;
	color: #c6c5c5;
	bottom: 8.5%;
}

.swiper-num2 .active2 {
	font-size: 0.36rem;
	font-family: 'din';
	color: #c6c5c5;
}

.swiper-num2 .total2 {
	font-size: 0.22rem;
	color: #c6c5c5;
	margin-left: 0.1rem;
}

.swiper-num2 .shu {
	margin-left: 0.1rem;
}

.more_box3 {
	display: flex;
	align-items: center;
	float: right;
	margin-top: 0.4rem;
	cursor: pointer;
}

.more_box3 img {
	width: 0.34rem;
	height: 0.34rem;
	float: right;
}

.more_box3:hover img {
	animation: k2 2s linear;
}

.more_box3_txt {
	color: transparent;
	-webkit-text-stroke: 1px #b3a7a7;
	font-size: 0.28rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 0.2rem;
	display: inline-block;
}

@keyframes k2 {
	0% {
		transform: translate(-150px);
		transition: .3s;
	}

	100% {
		transform: translate(0);
		transition: .3s;
	}
}

.foot_bg {
	width: 100%;
	padding-top: 1rem;
}

.foot_bg .foot_content {
	justify-content: space-around;
	display: flex;
}

.foot_left {
	width: 3.3rem;
	margin-right: 2rem;
}

.foot_logo {
	display: flex;
	align-items: center;
	font-size: .2rem;
	color: #fff;
	margin-bottom: .2rem;
	margin-top: -.16rem;
}
.foot_logo img{
	width: .7rem;
	margin-right: .2rem;
}
.foot_txt {
	color: #fff;
	font-size: 0.16rem;
	line-height: 0.36rem;
}

.foot_nav {
	width: 1px;
	flex-grow: 1;
}

.foot_nav li {
	float: left;
	width: 29%;
	line-height: 0.38rem;
	color: #fff;
}

.foot_nav img {
	width: 0.14rem;
	height: 0.09rem;
	margin: 0.06rem 0 0 0.12rem;
}

.foot_nav h1 {
	font-size: 0.16rem;
	line-height: 0.38rem;
	margin-bottom: 0.25rem;
}

.foot_nav li ul li {
	float: none;
	width: 100%;
	color: rgba(255, 255, 255, .6);
}

.foot_nav li ul li:last-child {
	width: 100%;
}

.foot_nav a:hover {
	color: #fff;
}

.foot_content .contact_code {
	color: #fff;
	text-align: center;
}

.foot_content .contact_code .cc_tit {
	margin-bottom: 0.3rem;
}

.foot_content .contact_code .cc_list {
	display: flex;
	justify-content: space-between;
}

.foot_content .contact_code .cc_item {
	margin-right: 0;
}

.foot_content .contact_code .cc_item img {
	width: 100px;
}

.foot_content .contact_code .cc_item p {
	line-height: .3rem;
}
.foot_content .contact_code .cc_link{
	display: flex;
	margin-top: .2rem;
}
.foot_content .contact_code .cc_link .cc_link_item{
	margin-right: .12rem;
}
.foot_content .contact_code .cc_link .cc_link_item:last-child{
	margin-right: 0;
}
.foot_content .contact_code .cc_link .cc_link_item img{
	width: .5rem;
	height: .5rem;
}

.copyright {
	width: 100%;
	text-align: center;
	background: #000;
	border-top: solid 1px rgba(255, 255, 255, .1);
	color: #fff;
	font-size: 0.16rem;
	line-height: 0.32rem;
	padding: 0.2rem 0;
	margin-top: 0.46rem;
}

/* 关于我们 */
.main_bn {
	width: 100%;
	position: relative;
}
.main_bn img{
	width: 100%;
}

.bn_txt {
	width: 100%;
	color: #fff;
	font-size: 1.02rem;
	line-height: 1.24rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 3;
	letter-spacing: 4px;
}

.bn_txt div {
	width: 14.3rem;
	margin: 0 auto;
	text-align: center;
}

.about_bg {
	width: 100%;
	background: #f8f8f8;
	padding: 1.28rem 0 1.42rem;
	overflow: hidden;
	position: relative;
}

.about_bg .content {
	position: relative;
	z-index: 1;
}

.about_b01 {
	width: 1.21rem;
	height: 5.56rem;
	background: url(../image/about_b01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0.52rem;
	left: 0.48rem;
}

.about_b02 {
	width: 3.38rem;
	height: 0.93rem;
	background: url(../image/about_b02.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 35%;
	bottom: 2.9rem;
}

.about_left {
	float: left;
	margin-left: 1.12rem;
}

.about_tit {
	color: #62c83e;
	font-size: 0.52rem;
	line-height: 0.6rem;
	font-weight: bold;
	margin-bottom: 0.32rem;
}

.about_txt {
	color: #333;
	font-size: 0.18rem;
	line-height: 0.38rem;
}

.about_img {
	float: right;
	width: 4.43rem;
	height: 5.75rem;
	margin: 0.36rem 0.26rem 0 0;
}

.about_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 产品 */
.pro_box {
	padding: 0.4rem 0 0.73rem;
	/* overflow: hidden; */
}

.pro_box .product_text {
	margin: 0 auto 0.62rem;
}

.pro_left {
	float: left;
	width: 3.48rem;
}

.pro_right {
	float: right;
	width: 12.2rem;
}
.pro_right ul li p{
	text-align: center;
}

.pro_tit {
	width: 100%;
	height: 0.95rem;
	line-height: 0.95rem;
	padding-left: 0.24rem;
	text-transform: uppercase;
	color: #fff;
	font-size: 0.26rem;
	font-weight: bold;
	margin-bottom: 0.07rem;
	background: #62c83e;
}

.list {
	width: 100%;
}

.list li {
	background: #f7f7f7;
	height: 0.61rem;
	line-height: 0.61rem;
	color: #000;
	font-size: 0.17rem;
	position: relative;
	margin-bottom: 0.07rem;
}

.list a {
	position: relative;
	padding: .15rem .3rem;
	white-space: nowrap;
}

.list i {
	width: 0.1rem;
	height: 0.16rem;
	display: block;
	background: url(../image/pro_arrow01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.18rem;
}

.list li:hover {
	background: #62c83e;
	color: #fff;
	font-weight: bold;
}

.list li:hover i {
	background: url(../image/pro_arrow02.png) no-repeat;
	background-size: 100% 100%;
}

.list li:last-child {
	margin: 0;
}

.list .list_on {
	background: #62c83e;
	color: #fff;
	font-weight: bold;
}

.list .list_on i {
	background: url(../image/pro_arrow02.png) no-repeat;
	background-size: 100% 100%;
}

.list02 {
	width: 3.6rem;
	padding-left: 0.05rem;
	position: absolute;
	top: 0;
	left: 3.48rem;
	z-index: 20;
	display: none;
}

.list02 ul {
	background: #fff;
	border: solid 0.01rem #d7d7d7;
	padding: 0.1rem;
}

.list li:hover .list02 {
	display: block;
}

.list02 li {
	color: #666;
	font-size: 0.14rem;
	line-height: 0.5rem;
	height: 0.5rem;
	position: relative;
	background: #fff;
	font-weight: normal;
}

.list02 li:hover {
	background: #f7f7f7;
	color: #62c83e;
	font-weight: normal;
}

.list02 a {
	display: block;
	position: relative;
	padding: 0 0 0 0.15rem;
	margin-right: 1.25rem;
}

.list02 i {
	top: 0.2rem;
	transform: translateY(0);
}

.list li:hover .list02 i {
	width: 0.1rem;
	height: 0.16rem;
	display: block;
	background: url(../image/pro_arrow01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0.18rem;
	right: 0.18rem;
}

.list02 li:hover i {
	background: url(../image/pro_arrow01.png) no-repeat;
	background-size: 100% 100%;
}

.list03 {
	width: 3.3rem;
	padding-left: 0.2rem;
	position: absolute;
	top: -0.1rem;
	left: 3.32rem;
	z-index: 5;
	display: none;
}

.list02 li:hover .list03 {
	display: block;
}

.list03 ul {
	background: #fff;
	border: solid 0.01rem #d7d7d7;
	padding: 0.1rem;
}

.pro {
	width: 100%;
}

.pro ul {
	margin-right: -0.22rem;
}

.pro li {
	float: left;
	width: 22%;
	position: relative;
	overflow: hidden;
	margin-right: 4%;
	margin-bottom: .4rem;
}
.pro li:nth-of-type(4n){
	margin-right: 0;
}

.pro h4 {
	text-align: center;
	color: #333;
	line-height: 0.34rem;
	height: 0.34rem;
	margin: 0.1rem 0 0.1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pro_pic {
	width: 2.78rem;
	margin: 0 auto;
	position: relative;
}

.pro_pic img {
	width: 100%;
	height: 100%;
}

.pro li:hover .img01 {
	display: none;
}

.pro li:hover .img02 {
	display: block;
}

.pagination {
	width: 100%;
	display: flex;
	justify-content: center;
	height: 1.1rem;
	align-items: center;
	padding-top: 0.4rem;
}

.pagination>li {
	width: 0.68rem;
	height: 0.68rem;
	border-radius: 0.1rem;
	cursor: pointer;
	border: 1px solid #ececec;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0.12rem;
	background: #efeeee;
}

.pagination>li a {
	display: block;
	width: 0.68rem;
	height: 0.68rem;
	text-align: center;
	line-height: 0.68rem;
}

.pagination .active {
	background: #62c83e;
	color: #fff;
}

/* 产品详情 */
.pro_show {
	float: right;
	width: 12.27rem;
}

.path {
	width: 100%;
	height: 0.71rem;
	line-height: 0.71rem;
	padding-left: 0.38rem;
	color: #333;
	font-size: 0.16rem;
	background: #f8f8f8;
	margin-bottom: 0.5rem;
}

.path img {
	float: left;
	width: 0.27rem;
	height: 0.26rem;
	margin: 0.22rem 0.12rem 0 0;
}

.path span {
	margin: 0 0.07rem;
}

.tit {
	width: 100%;
	text-align: center;
	line-height: 0.44rem;
	color: #333;
	font-size: 0.24rem;
	margin-bottom: 0.3rem;
}

.pro_part {
	display: flex;
	margin: 0 auto 0.5rem;
}


.proshow_top {
	width: 100%;
	height: 6.86rem;
	margin-bottom: 0.12rem;
	display: none;
}

.proshow_top .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.proshow_list {
	width: 100%;
	position: relative;
	display: none;
}

.proshow_list_con {
	/* width: 8.95rem; */
	width: 8.9rem;
	margin: 0 auto;
}

.proshow_list .swiper-slide {
	cursor: pointer;
}

.proshow_img {
	width: 100%;
	height: 1.5rem;
}

.proshow_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.proshow_list .swiper-slide-thumb-active .proshow_img {
	border: solid 0.04rem #235786;
}

.proshow_list .swiper-button-prev,.proshow_list .swiper-button-next {
	width: 0.33rem;
	height: 1.5rem;
	background: #dcdcdc;
	border-radius: 0.05rem;
	top: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
}

.proshow_list .swiper-button-prev img,.proshow_list .swiper-button-next img {
	width: 0.1rem;
	height: 0.16rem;
}

.proshow_list .swiper-button-prev {
	left: 0;
}

.proshow_list .swiper-button-next {
	right: 0;
}


.pro_part .pro_part_cont {
	width: 1px;
	flex-grow: 1;
	margin-left: 20px;
}

.pro_part .pro_part_tit {
	margin-bottom: .2rem;
	font-size: .3rem;
	font-weight: bold;
}

.pro_part .pro_part_code {
	font-size: .22rem;
	margin-bottom: .2rem;
	color: #636363;
}

.pro_part .pro_part_desc {
	margin-bottom: .3rem;
	line-height: .3rem;
}

.pro_part .pro_part_contact {
	display: block;
	background: #000;
	color: #fff;
	width: 2.2rem;
	font-size: .18rem;
	height: .45rem;
	line-height: .45rem;
	text-align: center;
	cursor: pointer;
}

.proshow_top_pc {
	width: 412px;
	height: 515px;
	margin: 0;
	margin-bottom: 0.12rem;
}

.proshow_top_pc .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}

.proshow_list_pc {
	width: 100px;
	overflow: hidden;
	position: relative;
	margin-right: 10px;
}

.proshow_list_con_pc {
	width: 100px;
	height: 515px;
	margin: 0 auto;
}

.proshow_list_pc .swiper-slide {
	cursor: pointer;
	overflow: hidden;
}

.proshow_img_pc {
	width: 100%;
}

.proshow_img_pc img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.proshow_list_pc .swiper-slide-thumb-active .proshow_img_pc {
	border: solid 0.04rem #235786;
}

.proshow_list_pc .swiper-button-prev,.proshow_list_pc .swiper-button-next {
	width: 0.33rem;
	height: 1.5rem;
	background: #dcdcdc;
	border-radius: 0.05rem;
	top: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
}

.proshow_list_pc .swiper-button-prev img,.proshow_list_pc .swiper-button-next img {
	width: 0.1rem;
	height: 0.16rem;
}

.proshow_list_pc .swiper-button-prev {
	left: 0;
}

.proshow_list_pc .swiper-button-next {
	right: 0;
}

.proshow_txt {
	color: #333;
	font-size: 16px;
	line-height: 0.3rem;
	font-family: Arial;
	margin: 0 auto;
}

.proshow_txt .table{
	width: 100%;
	margin-top: .2rem;
}
.proshow_txt .table tr{

}
.proshow_txt .table td{
	border: 1px solid #ececec;
	line-height: .5rem;
	padding-left: .2rem;
}

.image-preview {
	display: none;
	position: fixed;
	width: 100vw;
	z-index: 1000;
	height: 100vh;
	background: #06060647;
	top: 0;
	left: 0;
	text-align: center;
	cursor: pointer;
}

.image-preview img {
	height: 90vh;
	display: inline-block;
	margin-top: 5vh;
}

.page_box {
	width: 10.55rem;
	margin: 0.4rem auto;
}

.page {
	float: left;
	width: 50%;
}

.page div {
	float: left;
	width: 0.68rem;
	height: 0.68rem;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #ececec;
	margin-right: 0.35rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page div a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page>.img_left img:nth-child(2) {
	display: none;
}

.page>.img_left:hover img:nth-child(2) {
	display: block;
}

.page>.img_left:hover img:nth-child(1) {
	display: none;
}

.page>.next-page img:nth-child(2) {
	display: none;
}

.page>.next-page:hover img:nth-child(2) {
	display: block;
}

.page>.next-page:hover img:nth-child(1) {
	display: none;
}

.buy {
	float: right;
	width: 1.53rem;
	text-align: center;
	height: 0.52rem;
	line-height: 0.52rem;
	background: #62c83e;
	font-size: 0.18rem;
	color: #fff;
	margin-top: 0.14rem;
}

.buy a {
	display: block;
}

.mess_tit {
	width: 100%;
	text-align: center;
	line-height: 0.66rem;
	color: #333;
	font-size: 0.24rem;
	text-transform: uppercase;
}

.mess_bg {
	width: 10.55rem;
	height: 2.4rem;
	padding: 0.2rem;
	background: #fcfcfc;
	border: solid 0.01rem #dcdcdc;
	margin: 0 auto;
	position: relative;
}

.mess_bg textarea {
	width: 100%;
	height: 1.35rem;
	border: none;
	background: none;
	color: #999;
	font-size: 0.16rem;
}

.mess_bg textarea::-webkit-input-placeholder {
	color: #999;
}

.mess_bg input {
	width: 1.53rem;
	height: 0.52rem;
	background: #62c83e;
	border: none;
	color: #fff;
	font-size: 0.18rem;
	position: absolute;
	right: 0.15rem;
	bottom: 0.15rem;
	cursor: pointer;
}

/* 应用 */
.app_box {
	padding: 0.85rem 0 0.46rem;
	overflow: hidden;
}

.app_left {
	float: left;
	width: 2.4rem;
}

.app_right {
	float: right;
	width: 13rem;
}

.app_list {
	width: 100%;
}

.app_list li {
	line-height: 0.7rem;
	padding: 0 0.3rem;
	background: #f7f7f7;
	color: #333;
	font-size: 0.22rem;
	margin-bottom: 0.07rem;
}
.app_list li:hover{
	background: #62c83e;
	color: #fff;
}

.app_list .app_on {
	background: #62c83e;
	color: #fff;
}

.app {
	width: 100%;
}

.app ul {
	margin-right: -0.32rem;
}

.app li {
	float: left;
	width: 6.34rem;
	margin: 0 0.32rem 0.14rem 0;
}

.app img {
	width: 100%;
	height: 2.83rem;
}

.app h4 {
	line-height: 0.84rem;
	padding: 0 0.3rem;
	color: #333;
	font-size: 0.24rem;
	font-weight: normal;
}

.app_showbg {
	float: right;
	width: 13.28rem;
	padding: 0.4rem 0.6rem 0.6rem 0.6rem;
	background: #f7f7f7;
}

.app_showtit {
	color: #333;
	font-size: 0.3rem;
	line-height: 0.54rem;
	margin-bottom: 0.22rem;
}

.app_show {
	float: left;
	width: 8.07rem;
	color: #333;
	font-size: 0.2rem;
	line-height: 0.4rem;
}

.ap {
	float: right;
	width: 3.43rem;
}

.ap li {
	height: 2.24rem;
	margin-bottom: 0.37rem;
}

.ap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 新闻 */
.newsbg {
	width: 16rem;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, .1);
	background: url(../image/newsbg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 1.14rem 0.8rem 1.06rem;
	margin: 1.03rem auto;
}

.nleft {
	float: left;
	width: 4.48rem;
}

.n_list {
	width: 100%;
}

.n_list li {
	width: 2.4rem;
	font-size: 0.19rem;
	color: #000;
	font-weight: bold;
	height: 0.5rem;
	line-height: 0.5rem;
	padding-left: 0.1rem;
	cursor: pointer;
	white-space: nowrap;
	margin-bottom: 0.5rem;
	text-align: center;
}

.n_list .n_on {
	background: #62c83e;
	color: #fff;
	box-sizing: border-box;
	box-shadow: 0 0.13rem 0 -0.08rem rgba(0, 0, 0, 1);
}

.nleft .newstt {
	font-size: 0.45rem;
	line-height: 1.25rem;
}

.nright {
	float: right;
	width: 9.6rem;
	padding-top: 0.4rem;
}

.news {
	width: 100%;
}

.news li {
	border-bottom: 1px solid #eeeeee;
	padding: 0.65rem 0 0.6rem;
}

.news li:last-child {
	border: none;
}

/* 联系我们 */
.contact_box {
	padding: 0.34rem 0 1.15rem;
}

.contact_tit {
	width: 100%;
	text-align: center;
	line-height: 1.72rem;
	color: #000;
	font-size: 0.72rem;
	font-weight: bold;
	border-bottom: solid 0.04rem #62c83e;
	text-transform: uppercase;
	margin-bottom: 0.52rem;
}

.contact_txt {
	width: 80%;
	text-align: center;
	line-height: 0.38rem;
	color: #333;
	font-size: 0.24rem;
	margin: 0 auto 0.9rem;
}

.add_bg {
	width: 100%;
	background-size: 100% 100%;
	margin-bottom: 0.72rem;
}
.add_box_bg{
	padding: 0 0.8rem;
	height: 4.4rem;
	display: flex;
	align-items: center;
}
.add_box {
	float: left;
	width: 50%;
	padding-right: 2%;
	color: #000;
}

.add_tt {
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 0.36rem;
}

.add_line {
	width: 3.18rem;
	height: 0.1rem;
	background: #62c83e;
	margin: 0.21rem 0 0.31rem;
}

.add_txt {
	font-size: 0.22rem;
	line-height: 0.36rem;
}

.message_tit {
	width: 100%;
	text-align: center;
	line-height: 1.74rem;
	color: #000;
	font-size: 0.72rem;
	text-transform: uppercase;
	font-weight: bold;
}

.message {
	width: 7.57rem;
	margin: 0 auto;
}

.message li {
	margin-bottom: 0.12rem;
}

.message li:first-child {
	float: left;
	width: 50%;
	margin-right: 4%;
}

.message li:nth-child(2) {
	float: left;
	width: 46%;
}

.message h4 {
	color: #777573;
	font-size: 0.16rem;
	line-height: 0.42rem;
	font-weight: normal;
}

.message h4 span {
	color: #b3a36b;
}

.message input,.message textarea {
	background: #f5f5f5;
	border: solid 0.01rem #ddd;
	font-size: 0.18rem;
}

.name {
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	padding: 0 0.2rem;
}

.mess {
	width: 100%;
	height: 1.6rem;
	line-height: 0.4rem;
	padding: 0.1rem 0.2rem;
	margin-bottom: 0.2rem;
}

.mess_btn {
	width: 100%;
	height: 0.48rem;
	color: #fff;
	font-size: 0.16rem;
	cursor: pointer;
	background: #62c83e !important;
	border: none !important;
}

.product_top_list {
	display: flex;
	justify-content: space-between;
	padding: 20px;
}

.product_top_list .ptl_item {
	width: 24%;
	position: relative;
}

.product_top_list .ptl_item a {
	position: absolute;
	bottom: 10px;
	width: 80%;
	left: 0;
	background: #ffffffc2;
	color: #000;
	right: 0;
	margin: 0 auto;
	padding: .15rem;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	cursor: pointer;
	font-size: .2rem;
}

.product_top_list .ptl_item a:hover {
	background: #62c83e;
	color: #fff;
}


.product_middle_box {
	max-width: 1400px;
	padding: 20px;
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
}

.product_middle_box .pm_tit {
	font-size: .34rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.product_middle_box .pm_list {
	display: flex;
	flex-wrap: wrap;
}

.product_middle_box .pm_item {
	width: 22.75%;
	margin-right: 3%;
	margin-bottom: 20px;
}

.product_middle_box .pm_item:nth-of-type(4n) {
	margin-right: 0;
}

.product_middle_box .pm_item img {
	margin-bottom: 10px;
}

.product_middle_box .pm_item p {
	text-align: center;
	margin-bottom: 10px;
	font-size: 14px;
}

.product_middle_box .pm_view {
	margin: .4rem auto 0 auto;
	background: #62c83e;
	width: 5rem;
	color: #fff;
	text-align: center;
	line-height: .5rem;
	display: block;
	font-weight: bold;
}


.company_profile {
	max-width: 1400px;
	padding: 20px;
	width: 100%;
	margin: 0 auto;
	margin-top: .8rem;
}

.company_profile .cp_title {
	font-size: .34rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: .5rem;
}

.company_profile .cp_info {
	display: flex;
	margin-bottom: .5rem;
}

.company_profile .cp_info .cp_img {
	margin-right: 50px;
}

.company_profile .cp_info .cp_img img {
	width: 100%;
}

.company_profile .cp_info .cp_con {
	margin-left: .5rem;
	width: 60%;
	position: relative;
}

.company_profile .cp_info .cp_con .cp_con_tit {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.company_profile .cp_info .cp_con .cp_con_tit .cp_con_l {
	font-size: .3rem;
	font-weight: bold;
	line-height: .5rem;
}

.company_profile .cp_info .cp_con .cp_con_tit .cp_con_l:after {
	content: '';
	display: block;
	background: #000;
	width: 59px;
	height: 4px;
}

.company_profile .cp_info .cp_con .cp_con_tit .cp_con_r {
	font-size: .25rem;
	display: flex;
	align-items: center;
	display: none;
}
.company_profile .cp_info .cp_con .cp_con_tit .cp_con_r img{
	width: .13rem;
	vertical-align: middle;
	margin-left: .1rem;
	position: relative;
	bottom: 1px;
}

.company_profile .cp_info .cp_con .cp_con_text {
	font-size: .2rem;
	position: relative;
}

.company_profile .cp_info .cp_con .cp_con_view {
	margin-top: .4rem;
	background: #62c83e;
	width: 2rem;
	color: #fff;
	text-align: center;
	line-height: .5rem;
	border-top-left-radius: .2rem;
	border-bottom-right-radius: .2rem;
	display: block;
	font-weight: bold;
	position: absolute;
	bottom: 0;
}

.company_news {
	max-width: 1400px;
	padding: 20px;
	width: 100%;
	margin: .5rem auto;
	display: flex;
}

.company_news .cn_left {
	width: 4rem;
	margin-right: .5rem;
}

.company_news .cn_left .cn_left_tit {
	background: #62c83e;
	color: #fff;
	margin-bottom: .27rem;
	font-size: .28rem;
	text-align: center;
	line-height: 0.5rem;
	position: relative;
	font-weight: bold;
	width: 100%;
	padding-top: .06rem;
}

.company_news .cn_left .cn_left_tit:after {
	content: '';
	display: block;
	height: .06rem;
	width: 80%;
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.company_news .cn_left .cn_left_img img {
	border-radius: 8px;
	height: 4.15rem;
	width: 4.1rem;
}

.company_news .cn_right {width: 1px;flex-grow: 1;}

.company_news .cn_right .cn_first {height: 2rem;}

.company_news .cn_right .cn_first .cn_first_tit {
	font-size: .27rem;
	margin-bottom: .25rem;
	padding-left: 1.3rem;
	font-weight: bold;
	display: block;
}

.company_news .cn_right .cn_first .cn_first_con {
	display: flex;
}

.company_news .cn_right .cn_first .cn_first_con .cn_first_date {
	background: #62c83e;
	color: #fff;
	width: .8rem;
	height: .8rem;
	border-radius: .10rem;
	font-size: .26rem;
	margin-right: .50rem;
	text-align: center;
	padding-top: .08rem;
}

.company_news .cn_right .cn_first .cn_first_con .cn_first_date span {
	font-size: .16rem;
}

.company_news .cn_right .cn_first .cn_first_con .cn_first_text {
	font-size: .20rem;
	color: #a7a7a7;
	width: 1px;
	flex-grow: 1;
	display: block;
}

.company_news .cn_right .cn_first .cn_first_view {
	display: flex;
	margin-top: .3rem;
	background: #62c83e;
	width: 2rem;
	color: #fff;
	line-height: .4rem;
	padding: 0 .2rem;
	font-weight: bold;
	margin-left: 1.3rem;
	justify-content: space-between;
	align-items: center;
}
.company_news .cn_right .cn_first .cn_first_view img{
	width: .4rem;
}

.company_news .cn_right .cn_other {
	margin-top: .5rem;
	display: flex;
}

.company_news .cn_right .cn_other .cn_other_item {
	background: #f5f3f3;
	width: 32%;
	padding: .2rem;
	border-radius: 2px;
	cursor: pointer;
	margin-right: 3%;
	height: 2.5rem;
	position: relative;
}
.company_news .cn_right .cn_other .cn_other_item:hover{
	background: #fff;
	box-shadow: 3px 3px 10px #a2a2a2;
}
.company_news .cn_right .cn_other .cn_other_item .cn_other_tit {
	font-size: .2rem;
	margin-bottom: .2rem;
}

.company_news .cn_right .cn_other .cn_other_item .cn_other_desc {
	margin-bottom: .2rem;
	line-height: .3rem;
	color: #8D8D8D;
}

.company_news .cn_right .cn_other .cn_other_item .cn_other_link {
	color: #CBC5C5;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	width: 90%;
	bottom: .1rem;
}
.company_news .cn_right .cn_other .cn_other_item .cn_other_link img{
	width: .4rem;
}



.mb_company_news_cate {
	justify-content: space-around;
	margin-bottom: .3rem;
	display: none;
}
.mb_company_news_cate .mcnc_item{
	color: #000;
	margin-bottom: 20px;
	font-size: .28rem;
	text-align: center;
	line-height: 0.5rem;
	position: relative;
	font-weight: bold;
	width: 46%;
	padding-top: .06rem;
}
.mb_company_news_cate .mcnc_item.m_act {
	background: #62c83e;
	color: #fff;
}

.mb_company_news_cate .mcnc_item:after {
	content: '';
	height: .15rem;
	width: 80%;
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
}
.mb_company_news_cate .mcnc_item.m_act:after{
	display: block;
}

.mb_company_news_box{
	display: none;
}
.mb_company_news {
	border-top: .1rem solid #62c83e;
	padding-top: .3rem;
	width: 94%;
	margin: 0 auto;
	display: none;
}

.mb_company_news .mcn_item {
	display: flex;
	margin-bottom: .3rem;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: .2rem;
}

.mb_company_news .mcn_item .mcn_item_left {
	width: 2rem;
	overflow: hidden;
	margin-right: .3rem;
}
.mb_company_news .mcn_item .mcn_item_left img{
	border-radius: .2rem;
}

.mb_company_news .mcn_item .mcn_item_right {
	width: 1px;
	flex-grow: 1;
}

.mb_company_news .mcn_item .mcn_item_right .mcn_item_date {
	color: #AFA8A8;
	margin-bottom: .1rem;
}

.mb_company_news .mcn_item .mcn_item_right .mcn_item_tit {
	margin-bottom: .1rem;
}

.mb_company_news .mcn_item .mcn_item_right .mcn_item_desc {
	color: #AFA8A8;
}
.mb_company_news .mcn_more{
	background: #62c83e;
	width: 1.8rem;
	color: #fff;
	text-align: center;
	font-size: .2rem;
	line-height: .5rem;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	display: block;
	float: right;
}



#sys-message {
	position: fixed;
	left: 0;
	right: 0;
	background: #0000008a;
	display: block;
	top: 30vh;
	width: 220px;
	margin: auto;
	text-align: center;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 15px;
}