.banner {
	clear: both;
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 9;
}

.banner img,
.banner video {
	vertical-align: top;
	object-fit: cover;
}

.banner .pc {
	display: block;
}

.banner .pc img,
.banner .pc video {
	width: 100%;
	max-height: 100vh;
	object-fit: cover;
}

.banner .mobile {
	display: none;
}

.banner .mobile img {
	width: 100%;
	object-fit: cover;
}

.banner .box {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.banner .swiper-pagination {
	bottom: 30px;
	position: absolute;
	display: inline-block;
	vertical-align: middle;
}

.banner .swiper-pagination .swiper-pagination-bullet {
	width: 14px;
	height: 4px;
	background: rgba(250, 250, 250, 0.42);
	margin: 0 0.6rem;
	position: relative;
	overflow: hidden;
	opacity: 1;
	border-radius: 2px;
}

.banner .swiper-pagination .swiper-pagination-bullet:after {
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	content: '';
	background: #fff;
	left: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	background: rgba(255, 7, 0, 1);
	border-radius: 2px;
	width: 26px;
	height: 4px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active::after {
	/* -webkit-animation: swiperbanner 5s linear;
  animation: swiperbanner 5s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; */
}

.banner .swiper-pagination .stopya::after {
	-webkit-animation: swiperbanner1 0s linear;
	animation: swiperbanner1 0s linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.banner .btn {
	bottom: 2.5rem;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 22;
}

.banner .main_slide_handler {
	display: inline-block;
	vertical-align: middle;
}

.banner a.slide_btn {
	width: 4rem;
	height: 2rem;
	background: url(../images/control-light.svg) no-repeat center center;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

@-webkit-keyframes swiperbanner {
	0% {
		width: 0;
	}

	to {
		width: 100%;
	}
}

@keyframes swiperbanner {
	0% {
		width: 0;
	}

	to {
		width: 100%;
	}
}

@-webkit-keyframes swiperbanner1 {
	0% {
		width: 100%;
	}

	to {
		width: 1%;
	}
}

@keyframes swiperbanner1 {
	0% {
		width: 100%;
	}

	to {
		width: 1%;
	}
}

@media screen and (max-width: 1023px) {
	.banner {
		padding-top: 70px;
	}

	.banner .pc {
		display: none;
	}

	.banner .mobile {
		display: block;
		position: relative;
		z-index: 0;
	}

	.banner .text {
		font-size: 16px;
		padding-top: 0;
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}

	.banner .title {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.banner .info {
		font-size: 14px;
		line-height: 23px;
		margin-bottom: 20px;
		max-width: 100%;
	}

	.banner .swiper-button-prev,
	.banner .swiper-button-next {
		border: none;
		width: 50px;
		height: 50px;
		line-height: 50px;
		border-radius: 50%;
		background-color: #fff;
		color: #cccccc;
		text-align: center;
		margin: auto;
		cursor: pointer;
		top: 50%;
		transform: translateY(50%);
		position: absolute;
		z-index: 1;
	}

	.banner .swiper-button-prev:after,
	.banner .swiper-button-next:after {
		font-size: 16px;
	}

	.banner .swiper-button-prev:hover,
	.banner .swiper-button-next:hover {
		background-color: var(--main-color);
		color: #fff;
	}

	.banner .swiper-pagination .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		background: #ffffff;
		border-radius: 50%;
		margin: 0 6px;
		position: relative;
		overflow: hidden;
		opacity: 1;
	}

	.banner .swiper-pagination .swiper-pagination-bullet:after {
		position: absolute;
		top: 0;
		width: 0;
		height: 100%;
		content: '';
		background: #fff;
		left: 0;
	}

	.banner .swiper-pagination .swiper-pagination-bullet-active {
		width: 20px;
		background: rgba(255, 255, 255, 0.3);
		border-radius: 4px;
	}

	.banner .btn {
		bottom: 25px;
	}

	.banner a.slide_btn {
		width: 40px;
		height: 20px;
		background: url(../images/control-light.svg) no-repeat center center;
		background-size: 100%;
	}
}

.about_us {
	background: url(../images/about.jpg) no-repeat center center;
	padding-top: 7%
}

.about-icon {
	left: 30px;
	display: block;
	position: absolute;
	top: 20px;
}

.style1 .about-icon,
.shuju li:hover .about-icon {
	filter: brightness(0) invert(1);
}


.style1 {
	background: url(../images/ball.jpg)no-repeat !important;
}

.style1 p span {
	color: #fff !important;
}
.home-product{
	padding-top: 60px;
}
.shuju li {
	width: 33.33%;
	float: left;
	background: #fff;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.shuju li:hover {
	background: url(../images/ball.jpg)no-repeat;
}

.shuju li:hover span {
	color: #ffffff !important;
}

.bt_zw strong {
	position: relative;
}

.bt_zw strong:after {
	content: "";
	width: 31px;
	height: 27px;
	position: absolute;
	top: -11px;
	right: -56px;
	background: url(../images/dian.png) no-repeat;
}


.bt_en {
	text-align: left;
	font-size: 80px;
	line-height: 1;
	color: white;
	text-shadow: -1px -1px 0 #c4121c, 1px -1px 0 #c4121c, -1px 1px 0 #c4121c, 1px 1px 0 #c4121c;
	font-family: Roboto;
	opacity: 0.15;
}

.bt_zw {
	text-align: left;
	color: #333333;
	font-size: 40px;
	line-height: 78px;
	margin-top: -70px;
}

.about_us .btnLink {
	font-size: 16px;
	color: #FFFFFF;
	width: 210px;
	height: 56px;
	background: #C4121C;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about_us .btnLink a {
	font-size: 16px;
	color: #FFFFFF;
}

.about_us .title {
	font-size: 28px;
	color: #404040
}

.about_us .about_content {
	width: 60%
}

.about_us .about_content p {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	margin: 25px 0;
	font-family: -apple-system-font, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei UI', 'Microsoft YaHei', sans-serif, Arial;
}

.laybox {
	padding-left: 11.3037%;
}

.shuju {
	overflow: hidden;
	clear: both;
	padding-left: 40%
}



.home-product .bt_zw {
	text-align: center;
}

.home-product .bt_en {
	text-align: center;
}

.basic_row_tab .tab-content {
	padding: 0;
}

.basic-row-tab .tab-content .tab-content-wrapper {
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

.basic-row-tab .tab-nav-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.basic-row-tab .tab-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.basic-row-tab .tab-item {
	font-size: 18px;
	color: #202020;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
	margin: 10px 5px;
	min-width: 54px;
	text-align: center;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.tab-nav>.tab-item {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 23px;
	margin-right: 23px;
}

.basic-row-tab .tab-item {
	position: relative;
}

.basic-row-tab .tab-item .name-text-wrapper {
	width: 100%;
}

.basic-row-tab .btnStyle_top {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.basic-row-tab .btn_style_img {
	width: 59px;
	height: 44px;
	filter: grayscale(1);
}

.basic-row-tab .tab-nav>.tab-item.active .btn_style_img {
	filter: grayscale(0);
}

.basic-row-tab .btn_style_img {
	margin-left: 4px;
}

.basic-row-tab .btn_style_img {
	margin-right: 4px;
}

.basic-row-tab .tab-item .tab-name-text {
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.tab-nav>.tab-item {
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: rgba(240, 240, 240, 1);
}

.tab-nav>.tab-item {
	background-color: rgba(255, 255, 255, 0);
}

.tab-nav>.tab-item.active {
	color: rgba(196, 18, 28, 1);
	background-image: none;
}

.tab-content .list_one {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 30px;
	min-width: 30px;
	height: 100%;
	width: calc(33.333333333333% - 43px);
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	vertical-align: top;
	padding: 20px 20px;
}

.tab-content .list_one {
	height: auto !important;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.tab-content .list_one .list_img_frame {
	position: relative;
	padding-bottom: 73.6%;
	overflow: hidden;
}

.tab-content .list_one .list_img {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.36s ease;
	transition: all 0.36s ease;
}

.tab-content .list_one .list_img {
	background-size: cover;
}

.basic_product_detail .detail-border-img-contain,
.basic_product_display .detail-border-img-contain {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-image: var(--borderBackgroundImage, none);
	z-index: var(--borderIndex, 1);
	background-repeat: no-repeat;
	background-position: center;
	display: block !important;
}

.tab-content .list_one .list_content_frame {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.tab-content .list_one .list_content_frame .product_name_wrap {
	background: #eaeaea;
	margin: 0;
	padding: 17px 30px;
	text-align: left;
	position: relative;
	color: inherit;
	line-height: 24px;
	white-space: normal
}

.tab-content .list_one .product_name {
	font-size: 18px;
	font-family: å¾®è½¯é›…é»‘, Microsoft YaHei;
	color: rgba(51, 51, 51, 1);
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	white-space: normal;
	line-height: 1em;
	vertical-align: middle;	line-height: 1.5;    height: 26px;    display: block;    overflow: hidden;
}

.tab-content .list_one .list_content_frame .product_name_wrap:after {
	content: "";
	background: url(../images/909.png) no-repeat;
	width: 27px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	right: 30px;
	top: 22px;
}

.tab-content .list_one:hover .list_img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.tab-content .list_one:hover .product_name {
	color: rgba(196, 18, 28, 1)
}



.home-service {
	padding-top: 10rem;
}

.home-service .nr {
	overflow: hidden;
	display: flex;
}

.home-service .left {
	width: 38%;
	z-index: 10;
	float: left;
	padding-top: 30px;
	margin-right: -2%
}

.home-service .right {
	width: 71%;
	float: right;
}

.home-service .listMenu {
	margin-top: 50px;
}

.home-service li .nr p {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
	font-family: Roboto;
}

.home-service li.active img {
	filter: brightness(100);
}

.home-service li.active .nr p {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
}

.home-service .listMenu>li {
	position: relative;
	padding: 22px 20px 22px 50px;
	overflow: hidden;
}

.home-service .listMenu>li .shuzi {
	font-size: 40px;
	font-family: Roboto;
	font-weight: bold;
	color: #ca4045 !important;
	opacity: 0
}

.home-service li.active .shuzi {
	opacity: 1
}

.home-service .listMenu>li {
	display: block;
	cursor: pointer;
}

.home-service .right .qiehuan {
	height: 700px;
	/*background: url(../images/898.jpg) no-repeat;*/
	padding: 400px 140px 70px;
	background-size: cover;
}

.home-service .right .title {
	font-size: 32px;
	color: #ffffff;
	font-weight: bold;
}

.home-service .right .qh_wb {
	margin-top: 22px;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	opacity: 0.8;
}

.home-service .right .btnLink {
	font-size: 16px;
	color: #FFFFFF;
	width: 210px;
	height: 56px;
	background: #C4121C;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}







@media (min-width: 1025px) {
	.home-service .listMenu .title:hover {
		color: var(--main-color);
	}
}

.home-service .listMenu .active {
	background-color: var(--main-color);
}

.home-news-bottom {
	margin-top: 30px
}

.home-news .bt_en {
	text-align: center;
}

.home-news .bt_zw {
	text-align: center;
}

.home-news .left {
	width: 49%;
	float: left;
	margin-right: 2%;
}

.home-news .right {
	width: 49%;
	float: right;
}

.home-news .news_list_img_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 38%;
	max-width: 100%;
	margin-right: 30px;
	overflow: hidden;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.home-news .left .news_list_img_box {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.home-news .left .news_list_img {
	padding-top: 62.451063829787236%;
}

.home-news .news_list_img {
	margin-right: 0;
	position: relative;
	width: 100%;
	height: 0;
	background: no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
}

.home-news .news_list_img .u-img {
	object-fit: cover;
}

.home-news .news_list_img_box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform .36s ease;
	transition: -webkit-transform .36s ease;
	transition: transform .36s ease;
	transition: transform .36s ease, -webkit-transform .36s ease;
}

.home-news .news_list_item_date {
	font-size: 14px;
	color: #fff;
	width: 100px;
	height: 36px;
	background: #c4121c;
	line-height: 36px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 70px;
	display: inline-block;
	margin-top: 9px;
	max-width: 100%;
}

.home-news .left .news_list_item_header {
	border-bottom: 1px solid #ececec;
	position: relative;
}

.home-news .news_list_item_header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 0;
}

.home-news .left .news_list_item_title {
	font-size: 20px;
	font-family: å¾®è½¯é›…é»‘, Microsoft YaHei;
	color: rgba(51, 51, 51, 1);
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.home-news .right .news_list_img_box {
	width: 34.37037037037037%;
}

.home-news .right .news_list_img {
	padding-top: 61.851063829787236%;
}


.home-news .right .news_list_item_content {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.home-news .right .news_list_item_content {
	position: relative;
	border-bottom: 1px solid #ececec;
}

.home-news .right .news_list_item_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	background: #fff;
}

.home-news .right .news_list_item_date {
	font-size: 14px;
	color: #fff;
	width: 100px;
	height: 36px;
	background: #c4121c;
	line-height: 36px;
	text-align: center;
	position: absolute;
	left: -130px;
	bottom: -1px;
}

.home-news .right a {
	display: inline-block;
	padding: 0px 10px 35px 10px;
	width: 100%
}


.home-news .right .news_list_item_header {
	border-bottom: none;
}

.home-news .right .news_list_item_title {
	font-size: 20px;
	font-family: å¾®è½¯é›…é»‘, Microsoft YaHei;
	color: rgba(51, 51, 51, 1);
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.home-news .right .news_list_item_summery {
	margin-top: 18px;
	font-size: 16px;
	color: rgb(102, 102, 102, 1);
	line-height: 1.7;
}

.home-news .animationBox:hover .jz_photo_scale_normal {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.home-news .news_list_item_inner:hover .news_list_item_content .news_list_item_header .news_list_item_title {
	color: rgba(196, 18, 28, 1);
}

.home-news .left .news_list_item_inner:hover .news_list_item_header {
	border-bottom: 1px solid rgba(196, 18, 28, 1);
}

.home-news .right .news_list_item_inner:hover .news_list_item_content {
	border-bottom: 1px solid rgba(196, 18, 28, 1);
}

.home-news .news_list_item_title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.home-news .right .news_list_item_summery {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.home-news {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 10rem;
	position: relative;
	clear: both;
	overflow: hidden;
}

.home-news .title-menuTabs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5rem;
}

.home-news .listNews li {
	padding: 0;
}

.home-news .swiper-pagination {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0 1rem;
}

.home-news .swiper-pagination-bullet {
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 0.8rem;
	margin: 0 0.7rem 0 0.8rem;
	background: none;
	opacity: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #e0e0e0;
	transition: 0.5s;
}

.home-news .swiper-pagination-bullet:hover {
	background: linear-gradient(-90deg, #ed8001, #e40615 69%, #ab2428);
}

.home-news .swiper-pagination-bullet-active {
	width: 1.4rem;
	background: linear-gradient(-90deg, #ed8001, #e40615 69%, #ab2428);
}

.home-news .nr {
	position: relative;
}

.home-news .swiper-container-initialized .listNews {
	margin-left: 0;
	margin-right: 0;
	flex-wrap: nowrap;
}

.home-partner .bt_en {
	text-align: center;
}

.home-partner .bt_zw {
	text-align: center;
}

.home-partner {
	background-color: rgba(249, 249, 249, 1);
	padding-top: 80px;
	margin-top: 30px;
	padding-bottom: 70px;
}

.home-partner .partner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.home-partner .partner p {
	width: 25%;
	border: 1px solid #e0e5ee;
	margin-left: -1px;
	transition: 0.5s;
	text-align: center;
}

.home-partner .partner p:hover {
	border: 1px solid #ad121c;
	z-index: 100;
}
















@media screen and (max-width: 1023px) {
	.home-news {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.home-news .title-menuTabs {
		margin-bottom: 30px;
	}

	.home-news .swiper-pagination {
		padding: 0 10px;
	}

	.home-news .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		border-radius: 8px;
		margin: 0 7px 0 8px;
	}

	.home-news .swiper-pagination-bullet-active {
		width: 8px;
	}

	.home-news .menuTabs div {
		margin-right: 10px;
	}

	.home-news .menuTabs div:last-child {
		margin: 0;
	}

	.home-news .menuTabs a {
		font-size: 14px;
		box-shadow: 0 0 0 1px #666666 inset;
		line-height: 40px;
		min-width: 100px;
		padding: 0 10px;
		border-radius: 20px;
	}
}


@media(max-width:768px) {
	.banner .swiper-pagination {
		bottom: 5px;
	}

	.bt_en {
		font-size: 44px !important;
		line-height: 1.2;
	}

	.bt_zw {
		font-size: 24px !important;
		margin-top: -60px;
	}

	.about_us {
		background: none;
	}

	.about_us .title {
		font-size: 22px !important;
	}

	.about_us .about_content {
		width: 100%
	}

	.about_us .about_content p {
		margin: 5px 0;
		font-size: 14px !important;
	}

	.about_us .btnLink {
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.shuju {
		width: 100%;
		padding-left: 0
	}


	.home-product {
		padding-top: 30px;
	}

	.shuju .sy_dsz {
		font-size: 40px !important;
	}

	.shuju li {
		height: 120px;
	}

	.about-icon {
		display: none !important;
	}

	.home-product {
		padding-top: 30px;
	}

	.basic-row-tab .tab-item {
		font-size: 14px !important;
		padding: 5px !important;
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	.tab-content .list_one {
		width: 48% !important;
		padding: 0.5% !important;
		margin-bottom: 10px;
	}

	.tab-content .list_one .list_content_frame .product_name_wrap:after {
		display: none !important;
	}

	.tab-content .list_one .list_content_frame .product_name_wrap {
		font-size: 16px !important;
		padding: 10px;
	}

	.home-service .nr {
		display: unset;
	}

	.home-service .left {
		width: 100%;
		z-index: 10;
		float: unset;
		padding-top: 0px;
		margin-right: 0;
	}

	.home-service .right {
		width: 100%;
		float: unset;
	}

	.home-service .listMenu {
		margin-top: 0px;
	}

	.home-service .listMenu>li {
		position: relative;
		padding: 22px 20px 22px 20px;
		overflow: hidden;
	}

	.home-service .right .qiehuan {
		padding: 13px !important;
		width: 100% !important;
		height: 300px !important;
	}

	.home-service .right .title {
		font-size: 18px !important;
	}

	.home-service .right .qh_wb {
		font-size: 16px !important;
		line-height: 24px !important;
		margin-top: 6px !important;
	}

	.home-service .right .btnLink {
		width: 126px !important;
		height: 34px !important;
	}

	.home-service .laybox {
		padding-left: 0%;
	}

	.home-news {
		padding-top: 20px !important;
		padding-bottom: 0px;
	}

	.home-news .left {
		width: 100%;
		float: unset;
		margin-right: 0;
	}

	.home-news-bottom {
		margin-top: 0;
	}

	.home-news .right {
		width: 100%;
		float: unset;
	}

.home-news .left .news_list_item_header{
	padding: 0 20px;
}
.home-news .left .news_list_item_title{
	    margin-top: 15px;
	    margin-bottom: 6px;
}
	.home-news .news_list_item_title {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		margin: 10px 0;
	}
	.home-news .right {
		margin-top: 20px;
	}
	.home-news .left .news_list_item_header{
		border: none;
	}
.home-news .right .news_list_item_title{
	font-size:18px
}
	.home-news .news_list_item_date {
		color: #999;
		width: unset;
		height: unset;
		background: none;
		line-height: 1;
		text-align: left;
		position: unset;
		display: block;
		margin-top: 0px;
		font-size: 12px;
		line-height: 1;
	}
	.home-news .right .news_list_item_date{
		color: #999;
		width: unset;
		height: unset;
		background: none;
		line-height: 1;
		text-align: left;
		position: unset;
		display: block;
		margin-top: 0px;
		font-size: 12px;
		line-height: 1;
	}
	.home-news .right a{
		padding-bottom: 10px;
	}
	.home-news .right .news_list_img {
	    padding-top: 104.851064%;
	}
	
	
	.home-news .right .news_list_item_summery{
		font-size: 12px;
	}
	
	.home-news .news_list_img_box{
		margin-right: 16px;
	}
	
	.home-partner {
	    background-color: rgba(249, 249, 249, 1);
	    padding-top: 22px;
	    margin-top: 30px;
	    padding-bottom: 25px;
	}
	.home-partner .partner{
		 margin-top: 0px;
	}
	

	
	
	
}
