

/* banner */
.banner{
	width: 100%;
}

/* 关于百黎堂 */
.about{
	width: 100%;
	height:772px;
	background:url(../img/about-bg.png) center no-repeat;
	background-size: cover;
}
.about-content{
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
.about .about-left,.about .about-right{
	padding-top:115px;
}
.about .about-left{
	display: flex;
}
.about .about-origin{
	font-size: 36px;
	font-weight: 400;
	color: #543E1A;
	line-height: 43px;
	width: 36px;
	padding-top:10px;
}
.about .about-title{
	font-size: 64px;
	font-weight: 400;
	color: #543E1A;
	line-height: 77px;
	width: 106px;
	text-align: center;
	margin-left: 16px;
}
.about .about-right{
	margin-left: 80px;
}
.about .about-right-top{
	display: flex;
	margin-top:25px;
}
.about .about-right-top-left{
	font-size: 20px;
	color: #543E1A;
	line-height: 32px;
	margin-top: 134px;
	margin-right: 30px;
	width: 308px;
	text-indent: 2em;
}
.about .about-right-top-img{
	width: 721px;
}
.about .about-right-bottom{
	font-size: 20px;
	color: #543E1A;
	line-height: 32px;
	width: 1008px;
	text-indent: 2em;
}
.about .about-more{
	width: 176px;
	cursor: pointer;
	margin-left: 663px;
}

/* 明星产品 */
.products{
	width:1200px;
	margin: 24px auto 0;
	position: relative;
    padding-bottom: 68px;
}

.products .products-title{
	width:662px;
	height: 156px;
	background: url(../img/products-icon.png) center no-repeat;
	background-size: cover;
	text-align: center;
	margin: 0 auto;
}
.products-title-name{
	font-size: 64px;
	font-weight: 400;
	color: #543E1A;
	line-height: 77px;
	padding-top: 8px;
}
.products-title-info{
	font-size: 36px;
	font-weight: 400;
	color: #543E1A;
	line-height: 43px;
	padding-top: 6px;
}
.swiper{
    width: 100%;
    height: 100%;
	margin-top: 20px;
	z-index: 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	cursor: pointer;
}

.swiper-slide img {
    display: block;
    object-fit: cover;
}
.swiper .decoration{
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.swiper .decoration-icon{
	width: 28px;
	margin-bottom: 4px;
}
.swiper .decoration-num{
	font-size: 28px;
	font-weight: 400;
	color: #543E1A;
	line-height: 34px;
	width: 100%;
	text-align: center;
}
.swiper .decoration-content{
	width: 100%;
	margin-top: 19px;
	background-color: #fff;
}
.swiper .decoration-btn{
	width: 176px;
	margin-left: 105px;
	margin-top: 32px;
}
.swiper .decoration-title{
	width: 100%;
	text-align: center;
	margin-top: 32px;
	font-size: 20px;
	font-family: HCRBatangLVT-Bold, HCRBatangLVT;
	font-weight: bold;
	color: #543E1A;
	line-height: 20px;
}
.swiper .decoration-info{
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: HCRBatangLVT;
	color: #543E1A;
	line-height: 14px;
	padding: 12px 0 52px;
}
.swiper .decoration-content-img{
	width:100%;
	height: 313px;
}
.newPosition{
	bottom: 8px;
	position: absolute;
}
.swiper-pagination-bullet-active{
	background-color:#C9A063;
}
.new-left{
	width: 32px;
	height: 32px;
	background: url(../img/right.png) center no-repeat;
	background-size: cover;
	bottom: 0px;
	top: inherit;
	right: 530px;
	z-index: 15;
	position: absolute;
}
.new-right{
	width: 32px;
	height: 32px;
	background: url(../img/left.png) center no-repeat;
	background-size: cover;
	bottom: 0;
	left: 530px;
	top: inherit;
	z-index: 15;
	position: absolute;
}
.new-right:after, .swiper-rtl .new-left:after,.new-left:after, .swiper-rtl .new-right:after{
	    content: '';
}
/* 特色服务 */
.services{
	width: 100%;
	background: url(../img/tesefuwu.png) center no-repeat;
	background-size: cover;
	margin-bottom: ;
}
.services .services-content{
	width:1200px;
	margin:0 auto;
	padding-top: 170px;
	
}
.services-tab{
	display: flex;
}
.services-list{
	display: flex;
	align-items: center;
	font-size: 36px;
	font-family: Slideqiuhong-Regular, Slideqiuhong;
	font-weight: 400;
	color: #C9A063;
	line-height: 43px;
	margin-left: 80px;
	cursor: pointer;
}
.services-list:first-child{
	margin-left: 13px;
}
.services-list img{
	display: none;
}
.active{
	color: #DB2227;
}
.active img{
	display: block;
	width: 21px;
	margin-right: 6px;
}
.services .services-data{
	width: 100%;
	display:flex;
	justify-content: space-between;
}
.services .services-introduce{
	display: flex;
	padding-top: 91px;
}
.services .services-introduce-list{
	width: 236px;
	height: 236px;
	background: #C9A063;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size: 36px;
	font-family: Slideqiuhong-Regular, Slideqiuhong;
	font-weight: 400;
	color: #543E1A;
	text-align: center;
	margin-left: 20px;
	background: url(../img/diamond.png) center no-repeat;
	background-size: cover;
}
.services .services-introduce-list:hover{
	background: none;
}
.services .services-introduce-list:first-child{
	margin-left: 0;
}
.services .services-introduce-list img,.services .services-introduce-list:hover .services-introduce-title{
	display: none;
}
.services .services-introduce-list:hover img{
	display: block;
}
.services .services-introduce-list:hover{
	width: 305px;
	height: 305px;
}
.services .services-right{
	display: flex;
}
.services .services-title{
	width: 64px;
	font-size: 64px;
	font-family: Slideqiuhong-Regular, Slideqiuhong;
	font-weight: 400;
	color: #543E1A;
	line-height: 77px;
}
.services .services-info{
	width: 31px;
	font-size: 36px;
	font-family: Slideqiuhong-Regular, Slideqiuhong;
	font-weight: 400;
	color: #543E1A;
	line-height: 43px;
	margin-left: 16px;
	padding-top: 14px;
}
/* 新闻动态 */
.news{
	width: 100%;
	padding-top: 96px;
}
.news .news-title{
	font-size: 64px;
	font-family: Slideqiuhong-Regular, Slideqiuhong;
	font-weight: 400;
	color: #543E1A;
	line-height: 77px;
	width: 100%;
	text-align: center;
}
.news .news-info{
	font-size: 36px;
	font-family: Slideqiuhong-Regular, Slideqiuhong;
	font-weight: 400;
	color: #543E1A;
	line-height: 43px;
	width: 100%;
	text-align: center;
}
.news .news-year{
	width: 100%;
	height: 192px;
	background: url(../img/news-icon.png) center no-repeat;
	background-size: cover;
}
.news .news-socr{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 100%;
}
.news .year-list{
	margin:0 auto;
	padding-top: 81px;
	display: -webkit-box;
	-webkit-overflow-scrolling: touch;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	position: absolute;
	left: 0;
	top: 0;
}
.news .year-list::-webkit-scrollbar{
     width:2px;
	 cursor: pointer;
    }
.news .year-list-one{
	position: relative;
	font-size: 48px;
	font-family: Slideqiuhong-Regular, Slideqiuhong;
	font-weight: 400;
	color: #C9A063;
	line-height: 48px;
	margin-left: 148px;
	cursor: pointer;
}
.news .year-list-one:first-child{
	margin-left: 82px;
}
.news .news-year-icon{
	width: 20px;
	position: absolute;
	left: -20px;
	top: -20px;
	display: none;
}
.news .year-list-active{
	color: #DB2227;
}
.news .year-list-active .news-year-icon{
	display: block;
}
.big-bg{
	width: 100%;
	height:1467px;
	background: url(../img/banground.png) center no-repeat;
	background-size: cover;
}
.big-center{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 68px;
}
.big-center .swiper{
	margin: 0;
}
.swiper-pagination1{
	width: 100%;
	text-align: center;
}
.big-center .news-list{
	width: 100%;
	background-color: #fff;
}
.big-center .news-list-title{
	margin: 20px 22px 8px;
	width:342px;
	font-size: 17px;
	font-family: HCRBatangLVT-Bold, HCRBatangLVT;
	font-weight: bold;
	color: #C9A063;
	white-space:nowrap; 
	text-overflow:ellipsis;
	overflow: hidden;
	text-align: left;
}
.big-center .news-list-info{
	padding:0 22px;
	font-size: 13px;
	font-family: HCRBatangLVT-Bold, HCRBatangLVT;
	font-weight: bold;
	color: #C9A063;
	line-height: 18px;
	text-align: left;
}
.big-center .news-list-time {
	padding:12px 22px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.big-center .news-list-left{
	font-size: 15px;
	font-family: HCRBatangLVT-Bold, HCRBatangLVT;
	font-weight: bold;
	color: #C9A063;
	line-height: 15px;
}
.big-center .more-icon,.big-center .more-icon-hover{
	width: 38px;
}
.big-center .more-icon-hover{
	display: none;
}
.big-center .news-list:hover .news-list-time{
	border-bottom: 4px solid #DB2227;
}
.big-center .news-list:hover .news-list-title{
	color:#DB2227;
}
.big-center .news-list:hover .more-icon{
	display: none;
}
.big-center .news-list:hover .more-icon-hover{
	display: block;
}
.honor{
	width: 1200px;
	margin:82px auto;
	display: flex;
	align-items: flex-end;
}
.honor .honor-left{
	display: flex;
}
.honor .honor-right{
	margin-left: 18px;
	width: 100%;
}
.honor .honor-left-info{
	font-size: 36px;
	width: 31px;
	font-family: Slideqiuhong-Regular, Slideqiuhong;
	font-weight: 400;
	color: #543E1A;
	line-height: 43px;
	padding-top: 9px;
	text-align: center;
	margin-right: 7px;
}
.honor .honor-left-title{
	width: 82px;
	font-size: 64px;
	font-family: Slideqiuhong-Regular, Slideqiuhong;
	font-weight: 400;
	color: #543E1A;
	line-height: 77px;
	text-align: center;
}
.honor .honor-top,.honor .honor-bottom{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.honor .honor-bottom{
	margin-top: 25px;
}
/* .honor .honor-top img{
	width: 159px;
	height: 127px;
} */
.honor .honor-bottom img{
	width: 98px;
	height: 131px;
}
.partner{
	width: 1200px;
	margin: 197px auto 0;
	padding-bottom: 102px;
}
.partner .tab-list{
	width: 100%;
}
.partner .tab-list-one{
	display: flex;
	position: relative;
	display: none;
}
.partner .tab-list-active{
	display: flex;
}
.partner .list-one-left{
	margin-left: 52px;
	margin-top: 89px;
}
.partner .list-left-icon{
	height:39px;
	width: 123px;
}
.partner .list-left-content{
	width: 505px;
	font-size: 16px;
	font-family: HCRBatangLVT;
	color: #543E1A;
	line-height: 21px;
	margin-top: 40px;
}
.partner .list-left-content div{
	text-indent: 2em;
}
.partner .list-one-right{
	margin-left:72px;
	margin-top:89px;
}
.list-one-right .list-left-content{
	width: 405px;
}
.partner .cooperative{
	position: absolute;
	right:-158px;
	top: -43px;	
}
.partner .cooperative-icon{
	width: 328px;
}
.partner .cooperative-title{
	margin-top: -124px;
	width: 64px;
	font-size: 64px;
	font-family: Slideqiuhong-Regular, Slideqiuhong;
	font-weight: 400;
	color: #543E1A;
	line-height: 77px;
	margin-left: 112px;
}
.partner .hezuo-left{
	display: flex;
	margin-left: 18px;
	margin-top: 50px;
}
.partner .hezuo-left:nth-child(2){
	margin: left 0px;
}
.partner .hezuo-left-title{
	width: 31px;
	font-size: 36px;
	font-family: Slideqiuhong-Regular, Slideqiuhong;
	font-weight: 400;
	color: #543E1A;
	line-height: 43px;
	padding-top: 39px;

}
.partner .hezuo-left-icon{
	width: 468px;
	margin-left: 16px;
}



.positioning{
	position: fixed;
	right:58px;
	top: 200px;
}
.phone{
	width: 64px;
	position: relative;
	cursor: pointer;
	margin-top:24px;
	z-index: 9999;
}
.phone:first-child{
	margin-top: 0;
}
.phone-tel{
	width: 230px;
	position: absolute;
	left: -240px;
	top: 4px;
	z-index: 9999;
}
.two-bit{
	width: 150px;
	position: absolute;
	left: -160px;
	top: 4px;
	z-index: 9999;
}
.phone:hover .phone-img,.phone .phone-hover,.phone-tel,.two-bit{
	display: none;
}
.phone:hover .phone-hover,.phone:hover .two-bit,.phone:hover .phone-tel{
	display: block;
}
.popupData{
	width: 100vmax;
	height: 100vmin;
	background-color: rgba(0,0,0,.3);
	z-index: 2046;
	position: fixed;
	top: 0;
	display: none;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.popupDataBox{
	width: 35%;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px 20px 30px;
	background:url(../img/pageBack.jpg) center no-repeat;
	background-size: cover;
	color: #543e1a;
	font-weight: 500;
}
#pageKnow{
	width: 200px;
	padding: 10px;
	margin: auto;
	cursor: pointer;
	border-radius: 5px;
	box-sizing: border-box;
	background: #c8a674;
	border-color:#c8a674;
	color: #ffffff;
}