body {
	margin: 0
}

.hoverred {
	color: #a40000
}

/* 小屏幕下的样式 */
@media screen and (max-width: 767px) {

	.chanpin_list img,
	.anli_list img {
		/* width: 100%; */
		/* height: 100%; */
		object-fit: contain;
	}

	body {
		font-size: 14px;
	}

	/* .home_nav {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
	}

	.home_navlist {
		display: flex;
	} */
	.home_nav {
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important;
	}

	.home_nav .home_navlist {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 60% !important;
	}

	.home_nav .home_navlist a {
		width: 5rem !important;
	}

	.chanpin_title {
		display: flex;
		flex-direction: column;
		/* align-items: center; */
		justify-content: center;
		font-size: 0.7rem !important;
		width: 60% !important;
		margin-left: 0.3rem !important;
		white-space: pre-wrap;
	}

	.chanpin_title p {
		width: 50% !important;
		font-size: 0.8rem;
	}

	.chanpin_title span {
		display: inline-block;
		width: 80% !important;
		line-height: 1rem !important;
		font-size: 0.3rem;
		margin-left: 0.1rem;
		white-space: pre-wrap;
	}

	.chanpin_box:nth-of-type(1) div:nth-of-type(1) .chanpin_title span {
		width: 88% !important;
	}

	.chanpin_box:nth-of-type(1) div:nth-of-type(2) .chanpin_title span {
		width: 58% !important;
	}

	.chanpin_box:nth-of-type(2) div:nth-of-type(1) .chanpin_title span {
		width: 44.3% !important;
	}

	.chanpin_box:nth-of-type(2) div:nth-of-type(2) .chanpin_title span {
		width: 44% !important;
	}

	.chanpin_box:nth-of-type(2) div:nth-of-type(3) .chanpin_title span {
		width: 43% !important;
	}

	.chanpin_box:nth-of-type(3) div:nth-of-type(1) .chanpin_title span {
		width: 57% !important;
	}

	.chanpin_box:nth-of-type(3) div:nth-of-type(2) .chanpin_title span {
		width: 86% !important;
	}

	.chanpin_box:nth-of-type(4) div:nth-of-type(2) .chanpin_title span {
		width: 56% !important;
	}

	/* 案例 */
	.anli_list>div {
		height: 7rem !important;
	}

	.anli_list div img {
		height: 7rem !important;
		/* width: 56% !important; */
	}

	.anli_list>div>div {
		width: 100%;
		padding-left: 0.25rem !important;
		height: 1.5rem !important;
		line-height: 1.5rem !important;
		font-size: 0.6rem;
	}

	/* 合作 */
	.huoban_list {
		align-content: space-between;
	}

	.huoban_list div {
		width: 9rem;
	}

	.huoban_list div:last-of-type {
		margin-right: 0 !important;
	}

	.huoban_list div p {
		font-size: 1rem !important;
	}

	.huoban_list img {
		width: 4rem !important;
		height: 4rem;
	}

	.contact_us {
		padding: 1.5rem 4% !important;
		height: auto !important;
	}

	/* 联系人 */
	.contact_us_top {
		display: flex !important;
		flex-direction: column !important;
		height: auto !important;
		line-height: 1rem !important;
	}

	.contact_us_top>div {
		justify-content: center !important;
		/* width: 100% !important; */
		border-bottom: 1px solid #e1e1e1;
	}

	.contact_us_top>div>div {}

	.contact_us_top>div:last-of-type {
		margin: 0 !important;
		justify-content: center !important;
		width: 100% !important;
	}

	/* 按钮容器 */
	.btn_box {
		display: flex !important;
		justify-content: center !important;
		padding: 0 !important;
	}

	.btn_box .btn_list {
		display: flex !important;
		/* justify-content: space-between !important; */
		align-items: center !important;
		flex-direction: column !important;
		width: 25% !important;
		font-size: 0.5rem !important;
		float: none !important;
		margin: 0 !important;
	}

	.btn_list a {
		font-size: 1rem !important;
	}
}

.home_service_hotline {
	height: 2.5rem;
	background-color: #000;
	padding: 0 6%;
	color: #fff;
	line-height: 2.5rem
}

.home_service_hotline span {
	float: right;
	cursor: pointer
}

.home_nav {
	margin: 0 6%;
	height: 5rem;
}

.home_nav,
.home_nav .home_navlist {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	white-space: nowrap;
}

.home_navlist>a {
	text-align: center;
	vertical-align: middle;
	max-width: 100%;
	/* width: 20%; */
	padding: 0 5px;
	min-width: 15%;
}

.home_nav .home_navlist {
	width: 50%;
	font-weight: 700;
}

.home_nav .home_navlist a:hover {
	color: #a40000
}

.back {
	background-color: #000;
	opacity: .3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.back,
.pop {
	position: fixed
}

.pop {
	top: 100px;
	left: 300px;
	z-index: 2
}

.pop img {
	width: 100%;
	height: 100%
}

.pop p {
	position: absolute;
	bottom: 6.6rem;
	left: 50%;
	margin-left: -185px;
	width: 370px;
	height: 70px;
	color: #fff;
	font-weight: 700;
	background-color: #a40000;
	font-size: 1.5rem;
	border-radius: 10px;
	text-align: center;
	line-height: 70px
}

.contact_us {
	height: 25rem;
	background-color: #fafafa;
	padding: 1.5rem 10%
}

.contact_us .contact_us_top {
	color: #616161;
	border-bottom: 1px solid #e1e1e1;
	height: 5rem;
	line-height: 5rem;
	overflow: hidden
}

.contact_us .contact_us_top div {
	float: left;
	margin: 0 30px
}

.contact_us .contact_us_top div img {
	margin-right: 5px
}

.contact_us .btn_box {
	padding-left: 1.5rem;
	overflow: hidden
}

.contact_us .btn_box .btn_list {
	float: left;
	margin-right: 8rem
}

.contact_us .btn_box .btn_list .btn_title {
	margin: 2rem 0;
	font-size: 1.25rem
}

.contact_us .btn_box .btn_list div {
	color: #616161;
	line-height: 2.5rem
}

.contact_us .btn_beian {
	text-align: center;
	margin-top: 3rem;
	color: #616161
}

.contact_us .btn_beian a:hover {
	text-decoration: underline
}

.home .home_service_hotline {
	height: 2.5rem;
	background-color: #000;
	padding: 0 6%;
	color: #fff;
	line-height: 2.5rem
}

.home .home_service_hotline span {
	float: right
}

.home .home_nav {
	margin: 0 6%;
	height: 5rem
}

.home .home_nav,
.home .home_nav .home_navlist {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.home .home_nav .home_navlist {
	width: 50%;
	font-weight: 700
}

.home .home_banner,
.home .home_banner img {
	width: 100%;
	height: 100%
}

.home .home_chanpin {
	text-align: center;
	margin: 0 auto;
	height: 8rem
}

.home .home_chanpin .chanpin_name {
	font-weight: 700;
	font-size: 1.75rem;
	margin: 0;
	margin-top: 4rem;
	margin-bottom: 10px
}

.home .home_chanpin .chanpin_border {
	width: 2rem;
	height: 3px;
	background-color: #a7282f;
	text-align: center;
	margin: 0 auto
}

.home .chanpin_list {
	margin: auto 10%
}

.home .chanpin_list .chanpin_box {
	display: flex;
	justify-content: space-between;
	position: relative
}

.home .chanpin_list .chanpin_box div {
	overflow: hidden;
	height: auto !important;
}

.home .chanpin_list .chanpin_box div img {
	width: 100%;
	transition: all .6s
}

.home .chanpin_list .chanpin_box div img:hover {
	transform: scale(1.5)
}

.home .chanpin_list .chanpin_box .chanpin_title {
	position: absolute;
	bottom: 0.5rem;
	margin-left: 0.7rem;
	/* font-size: 0.3rem; */
}

.home .chanpin_list .chanpin_box .chanpin_title p {
	color: #fff;
	font-weight: 700;
	margin: 0
}

.home .chanpin_list .chanpin_box .chanpin_title span {
	/* font-size: 0.5rem; */
	line-height: 3rem;
	color: #fff
}

.home .anli_list {
	margin: auto 10%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.home .anli_list div {
	width: 32%;
	height: 18.75rem;
	position: relative;
	overflow: hidden;
	margin-bottom: 2rem
}

.home .anli_list div img {
	width: 100%;
	height: 23.75rem;
	transition: all .6s
}

.home .anli_list div img:hover {
	transform: scale(1.5)
}

.home .anli_list div div {
	width: 100%;
	height: 3.125rem;
	line-height: 3.125rem;
	position: absolute;
	bottom: -2rem;
	color: #fff;
	padding-left: 1rem;
	font-weight: 700;
	background: rgba(0, 0, 0, .6)
}

.home .huoban_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 10%;
	margin-bottom: 5rem;
	height: 100%
}

.home .huoban_list div {
	text-align: center
}

.home .huoban_list div div {
	height: 11.4375rem;
	display: flex;
	align-items: center;
	justify-content: space-around
}

.home .huoban_list div p {
	font-size: 28px;
	margin: 0
}

.home .contact_us {
	height: 25rem;
	background-color: #fafafa;
	padding: 1.5rem 10%
}

.home .contact_us .contact_us_top {
	display: flex;
	align-items: center;
	color: #616161;
	border-bottom: 1px solid #e1e1e1;
	height: 5rem;
	line-height: 5rem
}

.home .contact_us .contact_us_top div {
	margin: 0 30px
}

.home .contact_us .contact_us_top div img {
	margin-right: 5px
}

.home .contact_us .btn_box {
	display: flex;
	justify-content: first baseline;
	padding-left: 1.5rem
}

.home .contact_us .btn_box .btn_list {
	margin-right: 8rem
}

.home .contact_us .btn_box .btn_list .btn_title {
	margin: 2rem 0;
	font-size: 1.25rem
}

.home .contact_us .btn_box .btn_list div {
	color: #616161;
	line-height: 2.5rem
}

.home .contact_us .btn_beian {
	text-align: center;
	margin-top: 3rem;
	color: #616161
}

a {
	text-decoration: none;
	color: #666
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	line-height: 0;
	overflow: hidden;
	clear: both
}

.clearfix {
	*zoom: 1
}

.fl {
	float: left
}

.fr {
	float: right
}

.show {
	display: block !important
}

.hide {
	display: none !important
}

.clxTableBox {
	height: 100%
}

.flexAlignCenter {
	display: flex;
	align-items: center
}

.marginBottom {
	margin-bottom: 18px
}

.ivu-modal-body .ivu-icon {
	font-size: 20px
}

.ivu-modal-body .ivu-modal-confirm-body {
	padding-left: 32px
}

.ivu-table-cell {
	padding: 2px 6px
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none
}

input[type=number] {
	-moz-appearance: textfield
}

.ivu-layout-sider,
.ivu-menu-dark,
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened .ivu-menu-submenu-title {
	background-color: #001529 !important
}

.tabBox {
	height: 100%;
	position: relative
}

.ivu-table .textRed {
	color: red
}

.ivu-table .textBlue {
	color: #2db7f5;
	font-weight: 700
}

.ivu-table .textYellow {
	color: #f90;
	font-weight: 700
}

.suggestBox .ivu-table-tbody .ivu-table-cell {
	padding: 6px 6px
}

li,
ul {
	list-style: none
}

.pagination-container {
	position: relative;
	height: 25px;
	margin-bottom: 10px;
	margin-top: 15px;
	padding: 10px 20px !important
}

.pagination-container .el-pagination {
	right: 0;
	position: absolute
}