.content {
	padding: 30px 0 0 0;
	border-bottom: 20px solid #f6f6f6;
}

/* 顶部swiper */
.top_swiper {
	position: relative;
}

.swiper_list .swiper_box {
	width: 534px;
	height: 402px;
	overflow: hidden;
}

.swiper_list .swiper-slide {
	width: 534px;
	height: 402px;
}

.swiper_list .swiper-slide img {
	width: 534px;
	height: 402px;
}

/* 顶部list */
.top_list {
	flex-direction: column;
	width: 655px;
	margin-left: 68px;
}

.top_list_tabs {
	align-items: center;
	height: 36px;
}

.top_list_tabs a {
	width: 108px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #333;
	text-align: center;
	border: 1px solid #C9C9C4;
	background-color: transparent;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.top_list_tabs a.active,
.top_list_tabs a:hover {
	background-color: #7F3D27;
	border-color: #7F3D27;
	color: #fff;
}

.top_list .list_ul {
	flex-direction: column;
	margin-top: 18px;
}

.top_list .list_li {
	justify-content: space-between;
	width: 100%;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	color: #444;
	margin-bottom: 18px;
}

.top_list .list_li>span:first-child {
	max-width: 364px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.top_list .list_li:last-child {
	margin-bottom: 0;
}

/* 中间新闻 */
.con_news {
	justify-content: space-between;
	margin-top: 40px;
}

.con_news .con_news_item {
	flex-direction: column;
	padding-top: 18px;
	width: 381px;
}

.con_news .con_news_item_tit {
	align-items: center;
	justify-content: space-between;
	height: 20px;
}

.con_news .con_news_item_tit h3 {
	font-size: 20px;
	color: #7F3D27;
}

.con_news .con_news_item_tit a {
	font-size: 14px;
	color: #666;
}

.con_news_item_special {
	margin: 20px 0 30px;
}

.con_news_item_special img {
	width: 180px;
	height: 105px;
	margin-right: 14px;
}

.con_news_item_special_box_tit {
	font-size: 16px;
	color: #222;
	max-width: 187px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.con_news_item_special_box_txt {
	font-size: 14px;
	line-height: 19px;
	color: #333;
	margin-top: 16px;
	max-width: 182px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.con_news_item_special_box_sj {
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	color: #666;
	height: 12px;
	margin-top: 21px;
}

.con_news_item_li {
	justify-content: space-between;
	line-height: 14px;
	margin-bottom: 20px;
}

.con_news_item_li:last-child {
	margin-bottom: 0;
}

.con_news_item_li span:first-child {
	font-size: 14px;
	color: #333;
	max-width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.con_news_item_li span:last-child {
	font-size: 12px;
	color: #999;
}

/* 产品相关 */
.production {
	margin-top: 20px;
	height: 621px;
	background-color: #7F3D27;
}

.production_box {
	padding-top: 20px;
}

.production_tit {
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 28px 0 20px 0;
	background-color: #fff;
}

.production_tit h3 {
	font-size: 20px;
	color: #7F3D27;
}

.production_tit a {
	font-size: 14px;
	color: #333;
}

.production_list {
	flex-direction: column;
	width: 812px;
	height: 580px;
	padding: 0 18px 0 20px;
	background-color: #fff;
}

.production_list_item_box {
	flex-wrap: wrap;
}

.production_list_item {
	width: 188px;
	height: 216px;
	border: 1px solid #F8EAD0;
	margin-right: 16px;
	margin-bottom: 58px;
	cursor: pointer;
}

.production_list_item:nth-child(4n) {
	margin-right: 0;
}

.production_list_item:hover .production_list_item_txt {
	color: #fff;
	background-color: #7F3D27;
}

.production_list_item .img_wrp,
.production_list_item img {
	width: 188px;
	height: 157px;
}

.production_list_item_txt {
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 188px;
	height: 59px;
	font-size: 14px;
	color: #222;
	text-align: center;
	background-color: #F8EAD0;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.production_list_item_txt::after {
	display: none;
	content: ">>";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	font-size: 14px;
	color: #fff;
}

.production_list_item:hover .production_list_item_txt p:first-child {
	font-size: 16px;
}

.production_list_item .production_list_item_txt .sub_tit {
	display: none;
}

.production_list_item:hover .production_list_item_txt .sub_tit {
	display: block;
}

.production_list_item:hover .production_list_item_txt::after {
	display: block;
}


.production_table {
	width: 420px;
	height: 580px;
	margin-left: 10px;
	background-color: #fff;
}

.production_table_new_tit {
	justify-content: space-between;
	align-items: center;
	padding: 24px 32px 20px 10px;
}

.production_table_hot_tit {
	padding: 18px 32px 20px 10px;
	;
}

.production_table_new_tit h3 {
	font-size: 20px;
	color: #7F3D27;
}

.production_table_new_tit a {
	font-size: 14px;
	color: #333;
}

.production_table_items {
	border: 1px solid #C9C9C4;
	margin: 0 10px;
}

.production_table_items .table_head>div {
	width: 20%;
	font-size: 14px;
	line-height: 34px;
	color: #666;
	text-align: center;
	border-right: 1px solid #C9C9C4;
	border-bottom: 1px solid #C9C9C4;
}

.production_table_items .table_head>div:last-child {
	border-right: 0 none;
}


.production_table_items .table_dody_items>div {
	width: 20%;
	font-size: 14px;
	line-height: 37px;
	color: #666;
	text-align: center;
	max-width: 20%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.production_table_items .table_dody_items .tel a {
	color: #7F3D27;
}

.production_table_items .table_dody_items .nums a {
	color: #7F3D27;
}

/* 价格趋势 */
.price_desc {
	padding-bottom: 48px;
}

.price_desc .price_tit {
	align-items: center;
	justify-content: space-between;
	padding: 38px 0 28px;
}

.price_desc .price_tit h3 {
	font-size: 20px;
	color: #7F3D27;
}

.price_desc .price_tit a {
	font-size: 14px;
	color: #333;
}

.price_desc .price_hq {
	width: 516px;
	margin-right: 64px;
}

.price_desc .price_hq_tit {
	font-size: 16px;
	line-height: 16px;
	color: #333;
	margin: 0 0 20px 0;
}

.price_desc .price_hq_table {
	border: 1px solid #C9C9C4;
}

.price_desc .price_hq_table .price_hq_table_head>div {
	width: 25%;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	text-align: center;
	border-right: 1px solid #C9C9C4;
	margin: 14px 0 12px;
}

.price_desc .price_hq_table .price_hq_table_head>div:last-child {
	border-right: 0 none;
}


.price_hq_table_body {
	border-top: 1px solid #C9C9C4;
	max-height: 252px;
	overflow: hidden;
}

.price_hq_table_body_ul {
	width: 100%;
}

.price_hq_table_body .price_hq_table_body_item>div {
	width: 25%;
	font-size: 14px;
	line-height: 50px;
	color: #333;
	text-align: center;
	max-width: 25%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 企业展示 */
.qy_show {
	height: 528px;
	background-color: #7F3D27;
}

.qy_show_box {
	align-items: center;
	height: 528px;
	background: url('../images/index/qy_show_box_bak.png') no-repeat 0 0 / 100%;
}

.qy_show_con {
	width: 1042px;
	height: 460px;
	padding: 0 118px 0 40px;
	background-color: rgba(255, 255, 255, .7);
	border-radius: 10px;
}

.qy_show_con_list {
	width: 477px;
}

.qy_show_con_list_tit {
	align-items: center;
	justify-content: space-between;
	padding: 34px 0;
}

.qy_show_con_list_tit h3 {
	font-size: 20px;
	color: #7F3D27;
}

.qy_show_con_list_tit a {
	font-size: 14px;
	color: #333;
}

.qy_show_con_list_con {
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.qy_show_con_list_con>a {
	width: 50%;
	;
}

.qy_show_con_list_con_item {
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-bottom: 28px;
}

.qy_show_con_list_con_item .img_wrp {
	align-items: center;
	justify-content: center;
	width: 138px;
	height: 110px;
	background-color: #fff;
	border-radius: 30px;
	margin: 0 auto 17px;
}


.qy_show_con_list_con_item img {
	/* width: 98px;
	height: 98px;
	border-radius: 50%; */
	width: 138px;
	height: 110px;
	border-radius: 30px;
	margin-bottom: 10px;
}

.qy_show_con_list_con_item>p {
	max-width: 110px;
	margin: 0 auto;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 设置显示的行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.qy_show_sy {
	width: 500px;
	margin-left: 64px;
}

.qy_show_sy .qy_show_sy_tit {
	align-items: center;
	justify-content: space-between;
	padding: 34px 0 17px;
	font-size: 20px;
	color: #7F3D27;
}

.qy_show_sy_con .qy_show_sy_con_tit {
	font-size: 20px;
	line-height: 20px;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
}

.qy_show_sy_con .qy_show_sy_con_subtit {
	font-size: 20px;
	line-height: 28px;
	color: #333;
	text-align: left;
	margin-bottom: 22px;
}

.qy_show_sy_con_list {
	justify-content: center;
}

.qy_show_sy_con_list .qy_show_sy_con_list_item {
	width: 100px;
	height: 24px;
	font-size: 16px;
	color: #7F3D27;
	text-align: center;
	background-color: #F8EAD0;
	border-radius: 10px;
	margin-right: 10px;
	padding-top: 46px;
	background-position: center 9px;
	background-size: 26px;
	background-repeat: no-repeat;
}

.qy_show_sy_con_list .qy_show_sy_con_list_item:nth-child(1) {
	background-image: url('../images/index/sy_icon1.png');
}

.qy_show_sy_con_list .qy_show_sy_con_list_item:nth-child(2) {
	background-image: url('../images/index/sy_icon2.png');
}

.qy_show_sy_con_list .qy_show_sy_con_list_item:nth-child(3) {
	background-image: url('../images/index/sy_icon3.png');
}

.qy_show_sy_con_list .qy_show_sy_con_list_item:nth-child(4) {
	background-image: url('../images/index/sy_icon4.png');
	margin-right: 0;
}

.qy_show_sy_con_list img {
	width: 152px;
	height: 146px;
	background-color: #7F3D27;
	border-radius: 10px;
	margin-right: 60px;
}

.qy_show_sy_con_list img:last-child {
	margin-right: 0;
}

.qy_show_sy_con_btn {
	display: block;
	width: 280px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #7F3D27;
	margin: 40px auto 0;
	border-radius: 4px;
}

.qy_show_sy_con_btn:hover {
	color: #7F3D27;
	background-color: #fff;
}


/* swiper样式穿透 */
.top_swiper.swiper-container-horizontal>.swiper-pagination-bullets {
	width: auto;
	left: auto;
	right: 16px;
}

.top_swiper .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}

.top_swiper .swiper-pagination-bullet-active {
	background-color: #7F3D27;
}