.indexSwiper img {
	width: 100%;
}


.section {
	padding: 100px 0;
}


.section-head {
	margin-bottom: 68px;
}

.section-title {
	color: #333333;
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}


.serve-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12.5px;
}

.serve-list li {
	width: 33.3333%;
	padding: 0 12.5px;
}

.serve-block {
	position: relative;
	display: block;
}

.serve-box {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	position: absolute;
	left: 50%;
	top: 50%;
	min-width: 310px;
	transform: translate(-50%, -50%);
	text-align: center;
	padding: 30px;
	color: #FFFFFF;
	line-height: 1.3;
	z-index: 1;
}

.serve-icon {
	margin-bottom: 20px;
}

.serve-text1 {
	font-size: 32px;
	font-weight: bold;
	white-space: nowrap;
	margin-bottom: 4px;
}

.serve-block{
	height: 550px;
}

.serve-block-lg {
	height: 555px;
}

.serve-block-sm{
	height: 300px;
}

.serve-block .scale{
	height: 100%;
}

.serve-block .serve-bg {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.serve-text2 {
	font-size: 14px;
}

.serve-block-md{
	height: calc(50% - 12.5px)!important;
}

.serve-block-md .serve-box {
	width: 180px;
}

.serve-block-md .serve-icon {
	margin-bottom: 10px;
}

.serve-block-md+.serve-block-md {
	margin-top: 25px;
}

.serve-text3 {
	font-size: 16px;
	word-wrap: break-word;
}

.serve-block-sm .serve-box {
	left: 20px;
	top: 20px;
	bottom: 20px;
	transform: unset;
	width: 200px;
	min-width: 200px;
	padding: 20px;
	text-align: left;
}

.serve-block-sm .serve-icon {
	margin-bottom: 10px;
}


.serve-block-sm .serve-text1 {
	margin-bottom: 26px;
	margin-top: 10px;
}

.section-foot {
	padding-top: 68px;
}

.section-foot a {
	border: 1px solid #000000;
	font-size: 20px;
	color: #000000;
	line-height: 58px;
	width: 280px;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.section-foot a:hover {
	background-color: #C85A00;
	border-color: #C85A00;
	color: #FFFFFF;
}


.section-bg {
	background-image: url('../images/sectionbg.jpg');
	background-size: 100% 100%;
}

.news-list {
	display: flex;
	justify-content: space-between;
}

.news-list li:nth-child(1) {
	width: 55.75%;
}

.news-list li:nth-child(2) {
	width: 43.2%;
}

.news-list .serve-block{
	height: 314px;
}

.serve-content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	color: #FFFFFF;
	padding: 30px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	display: flex;
	align-items: center;
	line-height: 1;
	justify-content: space-between;
}

.serve-time {
	margin-bottom: 12px;
}

.serve-title{
	font-size: 20px;
	font-weight: bold;
}

.serve-flex-1 {
	width: 90%;
}

.serve-block-sm .serve-bg {
	min-height: 240px;
}

.menu-list {
	display: flex;
	justify-content: center;
}

.menu-list li {
	margin: 0 25px;
}

.menu-list li:first-child {
	margin-left: 0;
}

.menu-list li:last-child {
	margin-right: 0;
}

.menu-list li a {
	color: #333333;
	display: block;
	font-size: 18px;
	padding: 15px 0;
	line-height: 30px;
	position: relative;
	white-space: nowrap;
}

.menu-list li.active a,
.menu-list li:hover a {
	color: #C85A00;
}


.menu-list li.active a::after,
.menu-list li:hover a::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #C85A00;
}

.banner {
	background-size: 100% 100%;
	color: #FFFFFF;
	line-height: 1;
	padding: 166px 0;
}


.banner-title {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 20px;
}

.banner-desc {
	font-size: 20px;
}

.contact-us {
	display: flex;
}

.contact-content {
	padding: 20px;
	flex: 1;
	min-width: 0;
}

.contact-info {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	border-left: 1px solid #E5E5E5;

}



.contact-info p {
	color: #666666;
	font-size: 18px;
}

.contact-chat {
	margin-bottom: 10px;
	border: 1px solid #E5E5E5
}

.contact-inner {
	padding: 30px;
	position: relative;
	background-color: #F8F8FA;
	height: 100%;
	display: flex;
	align-items: center;
}

.contact-inner::after {
	position: absolute;
	top: 30px;
	right: 30px;
	content: '';
	width: 5px;
	height: 5px;
	background-color: #333333;
}

.contact-pic {
	width: 51%;
}

.contact-pic img {
	height: 100%;
	object-fit: cover;
}

.contact-desc {
	color: #333333;
	font-size: 24px;
	line-height: 2;
}


.message-section {
	background-image: url('../images/sectionbg2.jpg');
	background-size: 100% 100%;
}


.message-form .form-control {
	padding: 10px 20px;
	font-size: 16px;
	height: 50px;
	border-radius: 0;
	border-color: #E5E5E5;
	margin-bottom: 20px;
	box-shadow: unset;
}

.message-form .form-textarea {
	border: 1px solid #E5E5E5;
	background-color: #FFFFFF;
	width: 100%;
	font-size: 16px;
	padding: 10px 20px;
}


.form-control::placeholder {
	color: #999;
}

.message-foot {
	text-align: center;
	padding-top: 68px;
}


.message-foot button {
	border: 1px solid #000000;
	font-size: 20px;
	color: #000000;
	line-height: 58px;
	width: 280px;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.message-foot button:hover {
	background-color: #C85A00;
	border-color: #C85A00;
	color: #FFFFFF;
}

.shop-flex {
	display: flex;
}


.shop-card {
	width: 46%;
	background-color: #F7E7CE;
	padding: 20px;
}

.shop-name {
	text-align: center;
	color: #000000;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.25;
}

.shop-box {
	background-color: #FFFFFF;
	padding: 30px;
	text-align: center;
}

.shop-box a {
	border: 1px solid #000000;
	font-size: 20px;
	color: #000000;
	line-height: 48px;
	width: 200px;
	text-align: center;
	display: block;
	margin: 30px auto 0;
}


.shop-box a:hover {
	background: #C85A00;
	border-color: #C85A00;
	color: #FFFFFF;
}

.shop-pic {
	max-width: 100%;
	height: 200px;
	object-fit: cover;
}

.shop-content {
	flex: 1;
	padding: 40px 30px;
	border: 1px solid #E5E5E5;
	border-left: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.shop-item {
	line-height: 1.3;
	margin-bottom: 20px;
}

.shop-item:last-child {
	margin-bottom: 0;
}

.shop-item h4 {
	color: #333333;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
}

.shop-item p {
	color: #333333;
	margin-bottom: 0;
	font-size: 18px;
}

.shop-item li {
	color: #333333;
	font-size: 18px;
	position: relative;
	padding: 4px 0 4px 0.8em;
}
.shop-item li:before { display: block; content: ''; position: absolute; left: 0; top: 50%; width: 5px; height: 5px; margin-top: -3px; background: #777;}

.shop-block {
	border: 1px solid #C85A0080;
	text-align: center;
	color: #C85A00;
	padding: 20px;
	min-height: 230px;
}

.shop-block a {
	color: #C85A00;
	font-size: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.shop-block a .icon {
	width: 24px;
	height: 24px;
	display: inline-block;
	background-image: url('../images/download-rect.png');
	background-size: 100% 100%;
	margin-left: 4px;
}

.shop-block a:hover .icon {
	background-image: url('../images/download-rect2.png');
}

.shop-block-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin: 20px 0 10px;
}

.shop-block-more {
	padding-top: 4px;
	font-size: 20px;
	padding: 0 20px;
}

.product-section {
	padding-top: 0;
	border-bottom: 1px solid #E5E5E5;
}

.info-area {
	margin-bottom: 30px;
	position: relative;
}


.info-cell {
	display: flex;
}


.info-cell-hd {
	width: 250px;
	background: #C28840;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	border-bottom: 1px solid #B87E35;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.info-cell-bd {
	flex: 1;
	min-width: 0;
	color: #333333;
	font-size: 20px;
	padding: 10px;
	text-align: center;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.info-cell--active .info-cell-bd {
	background: #F7E7CE;
	border-bottom: 1px solid #DECFB9;
	border-right: 1px solid #DECFB9;
}

.infoSwiper .swiper-pagination,
.rzSwiper .swiper-pagination {
	display: none;
}

.product-section .swiper-button-next,
.product-section .swiper-button-prev {
	width: 60px;
	height: 60px;
	top: 70px;
	border-radius: 50%;
	background: #C85A00;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
}

.product-section .swiper-button-prev {
	left: -100px;
}

.product-section .swiper-button-next {
	right: -100px;
}

.rz-area {
	position: relative;
}

.rzSwiper img{
	width: 100%;
	height: 474px;
}

.rz-area .swiper-button-next,
.rz-area .swiper-button-prev {
	width: 60px;
	height: 60px;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 50%;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
}

.rz-area .swiper-button-next:hover,
.rz-area .swiper-button-prev:hover {
	background: #C85A00;
	border-color: #C85A00;
	color: #FFFFFF;
}

.rz-area .swiper-button-prev {
	left: -100px;
}

.rz-area .swiper-button-next {
	right: -100px;
}


.shop-scene {
	position: relative;
	width: 46%;
}

.shop-scene>img {
	height: 100%;
	width: 100%;
	max-height: 440px;
	object-fit: cover;
}

.case-row {
	margin: -12.5px;
}


.case-row>div {
	padding: 12.5px;
}


.case-box {
	position: relative;
	overflow: hidden;
}

.case-box img{
	height: 300px;
	width: 100%;
	object-fit: cover;
}

.case-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(200, 90, 0, 1);
	color: #FFFFFF;
	padding: 30px;
	transform: translateY(100%);
	transition: all .3s;
}

.case-name {
	font-size: 40px;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: bold;
}

.case-desc {
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.case-content {
	position: absolute;
	left: 50%;
	top: 50%;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	transform: translate(-50%, -50%);
	padding: 20px;
	text-align: center;
	color: #FFFFFF;
	line-height: 1;
	white-space: nowrap;
	min-width: 200px;
}

.case-content h4 {
	font-size: 40px;
	font-weight: bold;
}

.case-content p {
	font-size: 24px;
	margin: 10px 0 0;
}

.case-box:hover .case-mask{
	transform: translateY(0);
}

.news-center li {
	padding: 30px 0;
	border-bottom: 1px solid #E5E5E5;
}

.news-item {
	display: flex;
	align-items: center;
}

.news-item-pic {
	width: 320px;
	margin-right: 30px;
}

.news-item-pic img {
	width: 100%;
	height: 180px;
}

.news-item-content {
	flex: 1;
	min-width: 0;
}

.news-item-title {
	font-size: 24px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 5px;
}

.news-item-time {
	color: #BDBDBD;
	font-size: 16px;
	margin-bottom: 16px;
}

.news-item-desc {
	color: #666666;
	font-size: 18px;
}

.news-item:hover .news-item-title {
	color: #C85A00;
}

.news-detail {
	display: flex;
	padding: 50px 0;
}

.news-article {
	flex: 1;
	min-width: 0;
}

.news-article-title {
	color: #333333;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 8px;
}

.news-article-soure {
	color: #666666;
	font-size: 16px;

}

.news-article-desc {
	margin-top: 20px;
}

.news-article-desc p {
	color: #666666;
	font-size: 18px;
	margin-bottom: 20px;
}

.news-article-desc img {
	max-width: 100%;
}

.news-aside {
	width: 340px;
	margin-left: 60px;
}

.news-article-pic {
	text-align: center;
	margin-bottom: 20px;
}


.news-article-foot {
	font-size: 20px;
	padding-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.news-article-prev {
	margin-bottom: 20px;
}



.news-article-foot a:hover {
	color: #C85A00;
	text-decoration: underline;
}

.news-aside .news-item-pic {
	width: 150px;
	margin-right: 20px;
}

.news-aside .news-item-pic img {
	height: 84px;
}

.news-aside .news-item-title {
	font-size: 16px;
	white-space: normal;
	line-height: 1.3;
}

.news-aside .news-item-time {
	font-size: 14px;
	margin-bottom: 0;
}

.news-aside .news-center li:first-child {
	padding-top: 0;
}

.news-aside .news-center li:first-child .news-item-pic img {
	height: 190px;
}

.news-aside .news-center li {
	padding: 20px 0;
}

.news-aside .news-center li:first-child .news-item {
	flex-direction: column;
}

.news-aside .news-center li:first-child .news-item-pic {
	width: 100%;
	margin: 0 0 20px;
}



.back-link {
	border: 1px solid #C85A00;
	color: #C85A00;
	font-size: 20px;
	display: block;
	text-align: center;
	margin-top: 20px;
	line-height: 48px;
}

.back-link:hover {
	background: #C85A00;
	color: #FFFFFF;
}


.contact-item {
	position: relative;
	padding-left: 30px;
	font-size: 24px;
	color: #333333;
	line-height: 2;
}

.contact-item img {
	position: absolute;
	left: 0;
	top: 10px;
}

.join-section {
	background-image: url('../images/sectionbg3.jpg');
	background-size: 100% 100%;
}

.join-us {
	position: relative;
}

.join-us img{
	width: 100%;
}

.join-foot {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(200, 90, 0, 0.8);
	text-align: center;
	line-height: 2;
	font-size: 24px;
	color: #FFFFFF;
}


.honor-box {
	border: 1px solid #E5E5E5;
	padding: 19px;
}

.rzSwiper  .honor-pic {
	width: 100%;
	height: 291px;
}

.honor-content {
	position: relative;
	background: #F8F8FA;
	padding: 20px;
}

.honor-content::after {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	right: 20px;
	bottom: 20px;
	background-color: #333333;
}

.honor-title {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 15px;
}

.vision-section {
	background-image: url('../images/sectionbg4.jpg');
	background-size: 100% 100%;
}

.vision-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.vision-item {
	background: #FFFFFF;
	width: calc(50% - 20px);
	padding: 30px;
	display: flex;
	align-items: center;
	position: relative;
}

.vision-item img {
	width: 124px;
	margin-right: 30px;
}

.vision-item-content {
	flex: 1;
	min-width: 0;
	line-height: 1.3;
	padding-right: 30px;
}

.vision-item-content h4 {
	font-size: 36px;
	font-weight: bold;
}

.vision-item-content p {
	color: #333333;
	font-size: 20px;
	margin: 0;
}

.vision-item::after {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	right: 30px;
	top: 30px;
	background-color: #333333;
}


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

.company-left {
	width: 48%;
}

.company-title {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 18px;
}

.company-pic {
	width: 45%;
}

.company-desc {
	font-size: 24px;
	line-height: 1.8;
	margin: 0;
}


.resource-form {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.resource-form .form-item {
	display: inline-flex;
	margin-right: 50px;
	flex: 1 1 auto;
	margin-bottom: 20px;
}

.resource-form .form-item-content {
	flex: 1;
	min-width: 0;
}

.form-item-label {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	padding-right: 20px;
}

.resource-form select {
	border: 1px solid #E5E5E5;
	font-size: 16px;
	padding: 0 30px 0 16px;
	height: 40px;
	width: 100%;
}

.form-btns button[type="submit"] {
	background: #C85A00;
	color: #fff;
	font-size: 20px;
	height: 40px;
	border-color: #C85A00;
	width: 120px;
}

.form-btns button[type="reset"] {
	color: #C85A00;
	font-size: 20px;
	height: 40px;
	border: 1px solid #C85A00;
	width: 120px;
	margin-left: 12px;
}


.collapse-card {
	margin-bottom: 20px;
}

.collapse-head {
	background: #C85A00;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
}


.collapse-title {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.collapse-right {
	font-size: 14px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
}

.collapse-right .arrow {
	width: 18px;
	height: 18px;
	margin-left: 6px;
	line-height: 1;
	transform: rotate(-180deg);
	transition: all .3s;
}

.collapse-right .arrow .iconfont {
	font-size: 18px;
}

.collapse-right .open {
	display: none;
}

.collapse-head.collapsed>.collapse-right .open {
	display: block;
}

.collapse-head.collapsed>.collapse-right .hide {
	display: none;
}

.collapse-head.collapsed>.collapse-right .arrow {
	transform: rotate(0deg);
}

.collapse-body {
	padding: 10px;
	border: 1px solid #EEEEEE;
	border-top: 0;
}


.collapse-body .table {
	margin-bottom: 0;
}

.collapse-body .table th {
	background: #F5F5F5;
	border-bottom: 0;
	border-top: 0;
	white-space: nowrap;
}

.collapse-body .table td {
	border-bottom: 1px solid #EEEEEE;
	border-top: 0;
	white-space: nowrap;
}

.collapse-body .table td:first-child {
	border-left: 1px solid #EEEEEE;
}

.collapse-body .table td:last-child {
	border-right: 1px solid #EEEEEE;
}


.collapse-body .table td .name {
	color: #C85A00;
	font-weight: bold;
}

.collapse-body .table a {
	color: #C85A00;
}

.collapse-body .table a:hover {
	text-decoration: underline;
}

.collapse-cards .collapse-card {
	margin-bottom: 10px;
}

.collapse-cards .collapse-card:last-child {
	margin-bottom: 0;
}

.collapse-cards .collapse-head {
	background: #F7E7CE;
}

.collapse-cards .collapse-title {
	color: #C85A00;
}

.collapse-cards .collapse-right {
	color: #C28840;
}

.slideBox .hd {
	margin-bottom: 10px;
}

.slideBox .hd ul {
	display: flex;
}

.slideBox .hd ul li {
	color: #333333;
	font-size: 16px;
	margin-right: 30px;
	line-height: 40px;
	position: relative;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	font-size: 18px;
	color: #C85A00;
	font-weight: bold;
}

.slideBox .hd ul li.on::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	background: #C85A00;
	height: 3px;
}

.swiper-pagination-bullet-active {
	background: #C85A00;
}


@media(max-width:1650px) {

	.rz-area .swiper-button-next,
	.rz-area .swiper-button-prev,
	.product-section .swiper-button-next,
	.product-section .swiper-button-prev {
		display: none;
	}


	.infoSwiper .swiper-pagination,
	.rzSwiper .swiper-pagination {
		display: block;
	}


	.infoSwiper,
	.rzSwiper {
		padding-bottom: 40px;
	}
}


@media (max-width: 1330px) {
	.serve-text1 {
		font-size: 24px;
	}

	.serve-block-sm .serve-text1 {
		margin-bottom: 16px;
	}

	.section-title {
		font-size: 40px;
	}

	.serve-icon img {
		width: 74px;
	}

	.serve-block-md .serve-icon img {
		width: 54px;
	}

	.serve-block-sm .serve-icon img {
		width: 40px;
	}


	.section {
		padding: 80px 0;
	}


	.shop-name {
		font-size: 24px;
	}

	.shop-item h4 {
		font-size: 24px;
	}

	.shop-item p {
		font-size: 16px;
	}

	.shop-item li {
		font-size: 16px;
	}


	.banner-title {
		font-size: 40px;
	}

	.banner-desc {
		font-size: 18px;
	}

	.case-content h4 {
		font-size: 32px;
	}

	.case-content p {
		font-size: 20px;
	}

	.company-desc {
		font-size: 20px;
	}

	.company-title {
		font-size: 40px;
	}

	.vision-item-content p {
		font-size: 20px;
	}

	.vision-item-content h4 {
		font-size: 32px;
	}


	.news-aside {
		margin-left: 30px;
	}
	
	
	.case-name{
		font-size: 32px;
	}
	
	.case-desc{
		font-size: 18px;
	}
	
	.serve-block{
		height: 494px;
	}
	
	.serve-block-lg{
		height: 500px;
	}
	
	.serve-block-sm{
		height: 270px;
	}
	
	.news-list .serve-block{
		height: 284px;
	}
	
	.shop-pic{
		height: 178px;
	}
	
	.rzSwiper img{
		height: 410px;
	}
	
	.case-box img{
		height: 270px;
	}
	
	.rzSwiper .honor-pic{
		height: 258px;
	}
	
	.serve-title{
		font-size: 18px;
	}
}

@media (max-width: 1200px) {
	.serve-text3 {
		font-size: 14px;
	}

	.serve-block-sm .serve-text1 {
		font-size: 20px;
	}

	.serve-box {
		padding: 20px;
		min-width: 280px;
	}

	.contact-desc {
		font-size: 20px;
	}

	.banner {
		padding: 126px 0;
	}


	.contact-item {
		font-size: 20px;
	}

	.contact-item img {
		width: 22px;
		top: 7px;
	}

	.vision-item img {
		width: 94px;
	}

	.honor-title {
		font-size: 20px;
	}



	.news-article-title {
		font-size: 24px;
	}

	.news-article-desc p {
		font-size: 16px;
	}

	.news-article-foot {
		font-size: 16px;
	}
	
	.case-mask{
		padding: 20px;
	}
	
	.case-name{
		margin-bottom: 10px;
	}
	
	
	.serve-block{
		height: 410px;
	}
	
	.serve-block-lg{
		height: 416px;
	}
	
	.serve-block-sm{
		height: 240px;
	}
	
	.news-list .serve-block{
		height: 238px;
	}
	
	.shop-pic{
		height: 144px;
	}
	
	.rzSwiper img{
		height: 352px;
	}
	
	.case-box img{
		height: 225px;
	}
	
	.rzSwiper .honor-pic{
		height: 212px;
	}
	
	.serve-title{
		font-size: 16px;
	}
}


@media (max-width: 992px) {
	.section-title {
		font-size: 32px;
	}


	.section {
		padding: 50px 0;
	}


	.serve-icon img {
		width: 64px;
	}

	.serve-icon {
		margin-bottom: 10px;
	}

	.serve-text1 {
		font-size: 20px;
	}

	.serve-block-md .serve-icon img {
		width: 44px;
	}

	.serve-box {
		min-width: 240px;
	}
	
	.shop-block { min-height: auto;}


	.shop-block-title {
		font-size: 20px;
	}

	.shop-block a {
		font-size: 16px;
	}

	.shop-block a .icon {
		width: 20px;
		height: 20px;
	}

	.shop-block-more {
		font-size: 16px;
	}

	.contact-desc {
		font-size: 16px;
	}

	.banner-title {
		font-size: 32px;
	}

	.banner {
		padding: 100px 0;
	}


	.case-content h4 {
		font-size: 24px;
	}

	.case-content p {
		font-size: 16px;
	}


	.case-row>div {
		padding: 10px;
	}

	.case-row {
		margin: 0 -10px;
	}

	.company-title {
		font-size: 32px;
	}

	.company-desc {
		font-size: 16px;
	}

	.vision-item-content p {
		font-size: 16px;
	}

	.vision-item-content h4 {
		font-size: 24px;
	}

	.contact-item {
		font-size: 16px;
	}

	.contact-item img {
		width: 18px;
	}

	.join-foot {
		font-size: 20px;
	}

	.news-item-desc {
		font-size: 16px;
	}

	.news-item-time {
		font-size: 14px;
	}

	.news-item-title {
		font-size: 20px;
	}
	
	.case-name{
		font-size: 24px;
	}
	
	.case-desc{
		font-size: 16px;
	}
	
	
	.serve-block{
		height: 326px;
	}
	
	.serve-block-lg{
		height: 330px;
	}
	
	.serve-block-md {
	    height: calc(50% - 17.5px) !important;
	}
	
	.serve-block-sm{
		height: 240px;
	}

	.news-list .serve-block{
		height: 190px;
	}
	
	.shop-pic{
		height: 108px;
	}
	
	.rzSwiper img{
		height: 352px;
	}
	
	.case-box img{
		height: 175px;
	}
	
	.rzSwiper .honor-pic{
		height: 212px;
	}

}


@media (max-width: 768px) {
	.serve-list li {
		width: 100%;
		margin-bottom: 20px;
	}

	.section-title {
		font-size: 24px;
	}

	.section-head {
		margin-bottom: 28px;
	}

	.news-list {
		flex-direction: column;
	}

	.news-list li {
		margin-bottom: 20px;
		width: 100% !important;
	}

	.serve-content {
		padding: 15px;
	}

	.serve-arrow {
		width: 30px;
	}

	.news-list .serve-bg {
		height: 160px;
		width: 100%;
	}

	.section-foot {
		padding-top: 20px;
	}

	.section-foot a {
		font-size: 16px;
		width: 200px;
		line-height: 38px;
	}

	.serve-list li:last-child {
		margin-bottom: 0;
	}


	.section {
		padding: 30px 0;
	}

	.indexSwiper img {
		min-height: 200px;
		object-fit: cover;
	}

	.serve-bg {
		max-height: 300px;
		width: 100%;
	}

	.message-foot {
		padding-top: 28px;
	}

	.message-foot button {
		font-size: 16px;
		width: 200px;
		line-height: 48px;
	}

	.contact-us {
		flex-direction: column;
	}

	.contact-pic {
		width: 100%;
	}

	.contact-content {
		padding: 0;
	}

	.contact-inner {
		padding: 20px;
	}

	.contact-info {
		border-left: 0;
	}

	.banner-title {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.banner-desc {
		font-size: 16px;
	}

	.banner {
		padding: 60px 0;
	}

	.shop-block {
		padding: 15px;
		margin-bottom: 20px;
		min-height: auto;
	}

	.shop-block img {
		width: 45px;
	}


	.info-cell-hd {
		width: 120px;
		font-size: 16px;
	}

	.info-cell-bd {
		font-size: 16px;
	}


	.shop-flex {
		display: block;
	}

	.shop-content {
		padding: 15px;
		border: 1px solid #E5E5E5;
	}

	.shop-item h4 {
		font-size: 20px;
	}

	.shop-item p {
		font-size: 14px;
	}

	.shop-item li {
		font-size: 14px;
		padding: 2px 0 2px 0.8em;
	}
	.shop-item li:before { width: 4px; height: 4px; margin-top: -2px; }

	.shop-card {
		width: 100%;
		margin-bottom: 20px;
	}

	.shop-name {
		font-size: 20px;
	}

	.shop-box {
		padding: 20px;
	}

	.menu-list li {
		margin: 0 7px;

	}

	.menu-list li a {
		font-size: 15px;
		padding: 10px 0;
	}

	.shop-scene {
		width: 100%;
	}

	.company-flex {
		display: block;
	}

	.company-left {
		width: 100%;
	}

	.company-title {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.company-pic {
		width: 100%;
		margin-top: 10px;
	}

	.vision-item {
		width: 100%;
	}

	.vision-item img {
		width: 64px;
		margin-right: 20px;
	}

	.vision-item-content {
		padding-right: 0;
	}


	.vision-item {
		padding: 20px;
	}

	.vision-item::after {
		right: 20px;
		top: 20px;
	}

	.vision-item-content h4 {
		font-size: 20px;
	}

	.vision-item+.vision-item {
		margin-top: 20px;
	}


	.join-foot {
		font-size: 16px;
	}

	.join-us img {
		height: 200px;
		object-fit: cover;
	}

	.honor-title {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.news-center .news-item {
		display: block;
	}

	.news-center .news-item .news-item-pic {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}


	.news-detail {
		display: block;
	}

	.news-article-title {
		font-size: 20px;
	}

	.news-aside {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.resource-form .form-item {
		width: 100%;
		margin-right: 0;
	}

	.news-item-pic img {
		height: 200px;
	}

	.news-aside .news-item-pic img {
		height: auto;
	}
	
	
	.serve-block{
		height: 296px;
	}
	
	.serve-block-lg{
		height: 300px;
	}
	
	.serve-block-md {
	    height: 300px !important;
	}
	
	.serve-block-sm{
		height: 240px;
	}
	
	.news-list .serve-block{
		height: 160px;
	}
	
	.shop-pic{
		height: 98px;
	}
	
	.rzSwiper img{
		height: 228px;
	}
	
	.case-box img{
		height: 230px;
	}
	
	.rzSwiper .honor-pic{
		height: 212px;
	}
}

.form_result {
	text-align: center;
	color: #ff0000;
	font-size: 12px;
}

#collapseExample .table tr th:nth-child(1){ width:30%;}
#collapseExample .table tr th:nth-child(2){ width:22%;}
#collapseExample .table tr th:nth-child(3){ width:15%;}
#collapseExample2 .table tr th:nth-child(1){ width:30%;}
#collapseExample2 .table tr th:nth-child(2){ width:22%;}
#collapseExample2 .table tr th:nth-child(3){ width:15%;}