@charset "utf-8";
/* CSS Document */
.cp-page .container{
    width: 130rem;
    margin: 0 auto;
    margin-bottom: 60px;
    max-width: 94vw;
}
.com-in-title{
	width:100%;
	text-align: center;
    margin-bottom: 65px;
	margin-top:10rem;
}
.com-in-title h2{
	font-size:5rem;
	font-family: PFL;
}
.com-in-title p{
    font-size: 2.4rem;
    font-weight: 200;
    color: #666;
}
.page .btn{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 29rem;
    height: 7rem;
    border:1px dashed #464646;
    text-align: center;
    margin:3.5rem auto;
    line-height: 7rem;
    cursor: pointer;
    transition: all 0.3s linear;
	font-size:1.8rem;
}
.page .btn:hover{
	background: #121212;
	color:#fff;
}
.banner {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
	transition: transform 1s;
}
.page {
    margin-top: 100vh;
    position: relative;
    z-index: 5;
	background: #fff;
}
.distance{
    width: 100%;
    height: 11.5625rem;
}
footer{
	position: relative;
    z-index: 5;
}
/*****************首页产品*****************/
.class-cp{
	display:flex;
	justify-content: space-between;
}
.class-cp a {
    width: 32%;
    background-color: #F7F7F7;
    display: flex;
    justify-content: center;
}
.class-cp a span {
    display: block;
    font-size: 1.7rem;
    margin-top: 31px;
    color: #000;
    position: absolute;
}
.class-cp a img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.class-cp a .cur-active {
    display: none;
}
.class-cp a:hover .cur-active-img {
    display: none;
}
.class-cp a:hover .cur-active {
    display: block;
}
.class-cp a:hover span {
    color: #fff;
}

/*****************首页展厅*****************/
.zt-wrap{
	display:flex;
	justify-content: space-between;
}
.con-left{
	margin-right:20px;
}
.con-right{
	width:calc(66.666% - 20px);
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
.con-right a{
	display:block;
	width:calc(50% - 10px);
	height:calc(50% - 10px);
}
.con-right a,
.con-left a{
	position: relative;
}
.con-hover {
    position: absolute;
    top: 0;
    top: 0;
    left: 0;
    display: flex;
	align-items: center;
	justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    text-align: center;
    color: #fff;
    font-size:2rem;
    opacity: 1;
}
.con-left a:hover span,
.con-right a:hover span{
    display: none;
}
/*****************首页新品***************/
.news{padding-bottom:10rem;}
.content{
	position: relative;
    overflow: hidden;
}
.cont-boottom>div>a {
    display: block;
    overflow: hidden;
}
.content .chara{
    position: absolute;
    bottom: 0;
    padding: 3.35rem 2.35rem;
    height: 23rem;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent);
}
.content .samte{
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    color: #fff;
    padding: 5px;
    border: solid 1px #fff;
    border-radius: 20px;
    width: 80px;
    line-height:26px;
    text-align: center;
}
.chara .bigte {
    font-size: 1.8rem;
    color: #fff;
    margin-top: 10px;
}
.content:hover img {
    transform: scale(1.05);
    transition: all 1s ease-in-out;
}























