* {
	margin: 0;
	padding: 0;
}

body,
html {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

ul,
li {
	list-style: none;
}

@font-face {
	font-family: ZiYuJingMoXingKai;
	src: url('./ZiYuJingMoXingKai.ttf');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: SourceHanSerifCN;
	src: url('./SourceHanSerifCN.otf');
	font-weight: 400;
	font-style: normal;
}


.center {
	width: 1240px;
	margin: 0 auto;
}

.pottery_box {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.pb_top {
	width: 100%;
	height: 600px;
	display: flex;
	flex-direction: column;
	position: relative;
	margin-top: 60px;
}

.pb_top1 {
	width: 100%;
	background: #fff;
	display: flex;
	flex-direction: row;
	position: relative;
}

.pb_top1_bg {
	width: 770px;
	height: 600px;
	border-bottom: 1px solid #AFAFAF;
	position: absolute;
	left: 0;
	top: 0;
}

.pb_top1_bg>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.pb_top1_title {
	margin-top: 85px;
	text-align: center;
	height: 58px;
	font-size: 48px;
	font-family: ZiYuJingMoXingKai;
	font-weight: 400;
	color: #000000;
	line-height: 56px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.pb_top1_items {
	width: 407px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-top: 1px solid #BD854F;
	padding: 35px 0 0 0;
	z-index: 5;
}

.pb_top1_item {
	display: flex;
	flex-direction: row;
	margin-right: 35px;
	margin-bottom: 35px;
}

.pb_top1_item::nth-last-child(1) {
	margin-right: 0;
}


.pb_top1_item_img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.pb_top1_item_img>img {
	width: 100%;
	height: 100%;
}

.pb_top1_item_title {
	height: 30px;
	font-size: 20px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #444444;
	line-height: 30px;
}


.pb_top1_left {
	width: 100%;
	height: 600px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.pb_top1_left_title {
	width: 100%;
	font-size: 50px;
	font-family: SourceHanSerifCN;
	font-weight: bold;
	color: #000000;
	line-height: 59px;
	letter-spacing: 2px;
	padding-bottom: 27px;
	z-index: 5;
}

.pb_top1_left_desc {
	width: 448px;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #888888;
	line-height: 19px;
}

.pb_top1_left_img {
	width: 150px;
	height: 63px;
	margin-bottom: 20px;
	margin-top: 150px;
	z-index: 4;
}

.pb_top1_left_img>img {
	width: 100%;
	height: 100%;
}



.pb_top1_swiper {
	width: 1150px;
	height: 600px;
	position: absolute;
	left: 420px;
	top: 0;
}

@media screen and (max-width: 1536px) {
	.pb_top1_swiper {
		width: 1000px;
		height: 600px;
		position: absolute;
		right: 0;
		top: 0;
	}
}

.pb_top1_swiper_img {
	width: 1150px;
	height: 600px;
}

.pb_top1_swiper_img>img {
	width: 100%;
	height: 100%;
}



.pb_1 {
	width: 100%;
	height: 510px;
	display: flex;
	flex-direction: column;
	background: url('../../images/industry/pottery/brand.png') no-repeat;
	background-size: cover;
}

.pb_title {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 30px;
}

.pb_title1 {
	height: 57px;
	font-size: 40px;
	font-family: SourceHanSerifCN;
	font-weight: bold;
	color: #000000;
	line-height: 47px;
	letter-spacing: 2px;
}

.pb_title2 {
	height: 34px;
	font-size: 24px;
	font-family: SourceHanSerifCN;
	font-weight: 400;
	color: #C4C4C4;
	line-height: 28px;
	letter-spacing: 1px;
}


.pb_1_main {
	width: 100%;
	height: 305px;
	background: #F8F5F2;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #BD854F;
	padding: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.pb_1_main_left {
	width: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 25px;
}

.pb_1_main_left_img {
	margin-top: 35px;
	width: 130px;
	height: 130px;
	margin-bottom: 25px;
}

.pb_1_main_left_img>img {
	width: 100%;
	height: 100%;
}

.applyIn{
	width: 139px;
	height: 53px;
	cursor: pointer;
	background: url('../../images/industry/pottery/apply.png') no-repeat;
}

.applyIn:hover{
	background: url('../../images/industry/pottery/apply2.png') no-repeat;
}

.pb_1_main_left_desc {
	width: 178px;
	font-size: 14px;
	font-family: SourceHanSerifCN;
	font-weight: 400;
	color: #888888;
	line-height: 16px;
}

.pb_1_right {
	flex: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.pb_1_right_item {
	width: 194px;
	height: 130px;
	background: #FFFFFF;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

.pb_1_right_item:nth-child(5n) {
	margin-right: 0;
}


.pb_1_right_item_img {
	width: 145px;
	height: 54px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
	/* background-size: cover; */
	/* object-fit: contain; */
}

.pb_1_right_item_img>img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pb_1_right_item_title {
	width: 145px;
	font-size: 14px;
	font-family: SourceHanSerifCN;
	font-weight: 400;
	color: #888888;
	line-height: 16px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
}

.pb_2 {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.pb_2_main {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.pb_2_classes {
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.pb_2_class {
	width: 177px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-top: 1px solid #f8cba1;
	border-bottom: 1px solid #f8cba1;
	border-left: 1px solid #f8cba1;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

.pb_2_class:nth-last-child(1) {
	border-right: 1px solid #f8cba1;
}

.pb_2_class:hover {
	color: #fff;
	background: #f8cba1;
}

.activeClass {
	color: #fff;
	background: #f8cba1;
}

.pb_2_class:nth-child(7n) {
	border-right: 1px solid #f8cba1;
}

.pb_2_adv {
	width: 100%;
	height: 150px;
	/* background: deepskyblue; */
	margin-bottom: 30px;
	object-fit: contain;
}

.pb_2_adv>img {
	width: 100%;
	height: 100%;
}

.pb_2_all {
	width: 100%;
	height: 1015px;
	background: #F8F8F9;
	padding: 30px 0;
}

.pb_2_items {
	width: 100%;
	height: 835px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.pb_2_item {
	width: 299px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
	margin-right: 10px;
	cursor: pointer;
}

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


.pb_2_item_img {
	width: 299px;
	height: 299px;
	margin-bottom: 20px;
}

.pb_2_item_img>img {
	width: 100%;
	height: 100%;
}

.pb2_bottom{
	width: 100%;
	height: 87px;
	display: flex;
	flex-direction: column;
	padding: 10px 12px;
}

.pb_2_item:hover .pb2_bottom{
	background: #2E2E32;
}



.pb_2_item_title {
	width: 100%;
	height: 26px;
	font-size: 22px;
	font-family: SourceHanSerifCN;
	font-weight: bold;
	color: #000000;
	line-height: 26px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellopsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: center;
}

.pb_2_item_desc {
	height: 21px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.pb_2_item:hover .pb_2_item_title{
	color: #fff;
}
.pb_2_item:hover .pb_2_item_desc {
	color: #fff;
}

.pg {
	width: 1240px;
	margin: auto 0;
	margin-top: 50px;
	display: flex;
	justify-content: center;
}

.pg li:hover {
	color: #D4AB83 !important;
}

.pg .number:hover {
	color: #D4AB83 !important;
}

.pg .active {
	background: #D4AB83 !important;
}


.pg2 {
	/* width: 1240px; */
	margin: auto 0;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pg2 li:hover {
	color: #F4AB42 !important;
}

.pg2 .number:hover {
	color: #F4AB42 !important;
}

.pg2 .active {
	background: #D4AB83 !important;
}


.pb_3 {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.pb_3_floors {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.pb_3_floor {
	width: 100%;
	height: 794px;
	display: flex;
	flex-direction: column;
	padding: 30px 0;
}

.pb_3_floor_top {
	width: 100%;
	height: 260px;
	display: flex;
	flex-direction: row;
	position: relative;
	padding-bottom: 18px;
}

.pb_3_floor_left {
	width: 328px;
	height: 190px;
}

.pb_3_floor_right {
	position: absolute;
	left: 300px;
	top: 100px;
	width: 923px;
	height: 180px;
	display: flex;
	flex-direction: row;
}

.pb_3_floor_right1 {
	width: 180px;
	height: 180px;
	text-align: center;
	line-height: 180px;
	font-size: 100px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	letter-spacing: 5px;
}


.pb_3_floor_right2 {
	padding: 18px 40px;
	flex: 1;
}

.pb_3_floor_right2_title {
	font-size: 48px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #3A3A3A;
	line-height: 56px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.pb_3_floor_right2_title2 {
	height: 21px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 19px;
}

.pb_3_floor_right3 {
	width: 300px;
	height: 175px;
}

.pb_3_floor_right3>img {
	width: 100%;
	height: 100%;
}

.topline1 {
	border-bottom: 2px solid #BD854F;
}

.topline2 {
	border-bottom: 2px solid #AEA7AF;
}

.topline3 {
	border-bottom: 2px solid #4C4D56;
}

.lp1 {
	margin-top: 60px;
}

.lp2 {
	margin-top: 0px;
}

.rp1 {
	left: 314px;
	top: 18px;
}

.rp2 {
	left: 314px;
	top: 40px;
}

.pb_3_floor_bottom {
	width: 100%;
	margin-top: 30px;
}

.pb3_swiper {
	width: 100%;
	display: flex;
	flex-direction: row;
	position: relative;
	z-index: 1;
}

.pb3_swiper .swiper {
	width: 100%;
}

.pb3_swiper .swiper-slide {
	width: 294px;
}


.pb3_item {
	width: 294px;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}



.pb3_item_img {
	width: 294px;
	height: 294px;
	margin-bottom: 20px;
}

.pb3_item_img>img {
	width: 100%;
	height: 100%;
}

.pb3_item_title {
	font-size: 22px;
	font-family: Source Han Serif CN-Bold, Source Han Serif CN;
	font-weight: bold;
	color: #000000;
	line-height: 26px;
	margin-bottom: 15px;
	text-align: center;

}

.pb3_item_desc {
	height: 21px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 19px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
}

.prevbtn {
	cursor: pointer;
	position: absolute;
	left: 10px;
	top: 140px;
	width: 38px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FDD9AF;
	z-index: 2;
	border-radius: 50%;
}

.prevbtn:hover {
	background: #000;

}

.prevbtn:hover .prevbtn_in {
	border-top: 2px solid #FDD9AF;
	border-left: 2px solid #FDD9AF;
}

.prevbtn_in {
	width: 10px;
	height: 10px;
	transform: rotate(315deg);
	border-top: 2px solid #000;
	border-left: 2px solid #000;
}

.nextbtn {
	cursor: pointer;
	background: #FDD9AF;
	position: absolute;
	right: 10px;
	top: 140px;
	width: 38px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	border-radius: 50%;
}

.nextbtn_in {
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}

.nextbtn:hover {
	background: #000;
}

.nextbtn:hover .nextbtn_in {
	border-top: 2px solid #FDD9AF;
	border-right: 2px solid #FDD9AF;
}

.pb_4 {
	width: 100%;
	background: #fff;
	padding: 30px 0;
}

.hm-3 {
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.hm-3-bg {
	width: 610px;
	height: 150px;
	object-fit: contain;
	/* border: 1px solid skyblue; */
	/* background: #FFFFFF; */
}

.hm-3-bg>img {
	width: 100%;
	height: 100%;
}

.hm-4 {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.hm-4-hot {
	display: flex;
	flex-direction: column;
	width: 798px;
	background: linear-gradient(180deg, #FBF1E7 0%, #FFFFFF 71%);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 20px 25px;
}

.hm-4-hotTitle {
	height: 16px;
	font-size: 20px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #16202C;
	line-height: 16px;
}

.hotnews {
	display: flex;
	flex-direction: column;
	min-height: 380px;
}

.hotitem {
	display: flex;
	flex-direction: row;
	padding: 25px 0;
	border-top: 1px solid #E6E6E6;
	cursor: pointer;
}

.hotitem:nth-child(1) {
	border-top: none;
}


.hot_img {
	width: 100px;
	height: 100px;
	margin-right: 15px;
}

.hot_img>img {
	/* 	width: 100%;
	height: 100%; */
	width: 100px;
	height: 100px;
}

.hot-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hotItem_title {
	height: 25px;
	font-size: 18px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #000000;
	line-height: 25px;
}

.hotitem:hover .hotItem_title {
	color: #276ef0;
}

.hotItem_value {
	height: 25px;
	font-size: 14px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #888888;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellopsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	/* word-wrap: break-word; */
}

.hotItem_date {
	height: 25px;
	font-size: 14px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #888888;
	line-height: 25px;
}

.order_title {
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	padding-bottom: 30px;
	text-align: center;
	/* border-bottom: 2px solid #F6871E; */
}


.hm-4-match {
	width: 420px;
	height: 505px;
	border-radius: 5px 5px 5px 5px;
	background: linear-gradient(180deg, #FBF1E7 0%, #FFFFFF 71%);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.hm-4-match .release_demand {
	color: #16202C;
	/* background: #000; */
	width: 420px;
	height: 505px;
	text-align: center;
	position: relative;

}

.hm-4-match .release_demand span {
	text-align: left;
	padding-left: 20px;
	font-size: 16px;
	display: block;
	margin-bottom: 20px;
}

.hm-4-match .release_demand span input {
	margin-left: 40px;
	width: 255px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #DDDDDD;
	padding: 0 20px;
}

.hm-4-match .release_demand p.title {
	color: #16202C;
	font-size: 20px;
	font-weight: bold;
	padding: 25px 0 25px;
}

.hm-4-match .release_demand .btn {
	background: #276EF0;
	width: 180px;
	border-radius: 20px;
	color: #fff;
	/* margin-top: 43px; */
}

.hm-5 {
	margin-top: 30px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.hm-5-about {
	width: 763px;
	display: flex;
	flex-direction: column;
}

.hm-5-title {
	height: 43px;
	font-size: 30px;
	font-family: SourceHanSerifCN;
	font-weight: bold;
	/* color: #fff; */
	color: #201C0F;
	line-height: 35px;
	margin-bottom: 30px;
	margin-top: 26px;
}

.hm-5-value {
	/* height: 92px; */
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #201C0F;
	/* color: #fff; */
	line-height: 25px;
	
}

.hm-5-video {
	width: 437px;
	height: 246px;
	/* background: #000000; */
}

.hm-5-video>img {
	width: 100%;
	height: 100%;
}
