﻿@charset "utf-8";
.top_banner .btn{
	width: 172px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	color:#fff;
	display: block;
	background: #fcc80e;
	border-radius: 30px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -86px;
	z-index: 100;
}

.pc_menu{
	padding-bottom: 90px;
	position: relative;
	background: #fff;
	z-index: 200;
}
.pc_menu .pc_menu_nav .pc_menu_img{
	height: 70px;
}
.c1_ani{
	position: relative;
	z-index: 2;
	background: #fffcf3;
	margin-top: 85px;
}

.c1_ani .c1_ani_con {
	width: 100%;
	z-index: 10;
}

.c1_ani.cur .c1_ani_con {
	position: flex;
	width: 100%;
	z-index: 100;
}
.c1_ani .c1_ani_inner{
	position: absolute;
	width: 100%;
	top: 10%;
}
.c1_ani .c1_ani_inner .btn{
	width: 172px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	color:#fff;
	display: block;
	background: #fcc80e;
	border-radius: 30px;
}
.c1_ani .c1_ani_con .c1_ani_self{
	opacity: 1;
}
.c1_ani .c1_ani_con .c1_ani_self.cur{
	opacity: 1;
}
.c1_ani .c1_ani_con .c1_ani_self .img{
	width: 100%;
}
.c1_ani .c1_ani_box{
	pointer-events: none;
}
.c1_ani .c1_ani_box .c1_ani_block {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fcce27;
	transform: scale3d(0.1, 0.1, 1) skew(0, -20deg);
}

.c1_ani .c1_ani_box .c1_ani_block.active {
	transform: scale3d(0.5, 0.5, 1) skew(0, -20deg);
	background-color: #7fc8e6;
}

.c1_ani .c1_ani_box .c1_ani_block.active.cur {
	transform: scale3d(1, 1, 1) skew(0, 0);
}



.can_box{
	width:100%;
	height:100%;
	position: fixed;
	top: 100%;
	left: 0;
	z-index: 9000;
	background:#fffcf3;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.can_box.on{
	top: 0;
}
.can_box .can_close{
	width: 60px;
	height: 60px;
	background: #fcce27;
	font-size: 20px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	color:#fff;
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 100;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}
.can_box .can_close .img{
	max-width: 60%;
	max-height: 60%;
}
#canvas {
	width:100%;
	height:100%;
}


.c1_content{
	padding-top: 90px;
	text-align: center;
	line-height: 30px;
	font-size: 30px;
}
.c1_content .c1_title{
	font-weight: bold;
	color:#ae9170;
}
.c1_content .c1_subtitle{
	font-weight: bold;
	margin: 15px 0;
}
.c1_content .c1_msg{
	font-size: 16px;
	color: #666;
}
.c1_list{
	z-index: 200;
	position: relative;
	background: #fff;
}
.c1_list .c1_nav{
	width: 29.16666666%;
	margin-right: 6.25%;
	margin-bottom: 180px;
	height: 550px;
	border-radius: 30px;
	position: relative;
	transform-style: preserve-3d;
	transform: perspective(100rem);
}
.c1_list .c1_nav .c1_nav_content{
	--rX: 0;
	--rY: 0;
	--bX: 50%;
	--bY: 80%;
	transform: rotateX(calc(var(--rX) * 1deg)) rotateY(calc(var(--rY) * 1deg));
	background-position: var(--bX) var(--bY);
	background-size: cover;
	transition: transform .6s;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	position: relative;
}
.c1_list .c1_nav:hover .c1_nav_content{
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.c1_list .c1_nav:nth-child(3n - 1){
	top: 120px;
}
.c1_list .c1_nav:nth-child(3n){
	margin-right: 0;
}
.c1_list .c1_nav .c1_nav_gray{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	border-radius: 30px;
	#background: rgba(0, 0, 0, 0.2);
}
.c1_list .c1_nav .c1_nav_inner{
	width: 100%;
	min-height: 120px;
	background: transparent;
	border-radius: 30px;
	color:#fff;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	box-sizing: border-box;
	padding: 16px 20px;
	pointer-events: none;
}
.c1_list .c1_nav .c1_nav_title{
    	text-align: center;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
}
.c1_list .c1_nav .c1_nav_subtitle.aa{  
	font-size: 14px;
	line-height: 24px;
	display: none;
}
.c1_list .c1_nav:hover .c1_nav_inner.aa{
	background: #fcce27;
}
.c1_list .c1_nav:hover .c1_nav_subtitle.aa{
	display: block;
}
.container--active {
	transition: none;
}
.list_more{
	text-align: center;
	margin-bottom: 100px;
	font-size: 16px;
	display: block;
	color: #666;
}
.list_more:hover{
	color: #fcce27;
}
.list_more .list_more_img{
	margin: auto;
	margin-top: 14px;
}



.product_page{
	padding-top: 16px;
	margin-bottom: 100px;
}
/*响应式适配*/

@media screen and (max-width: 1861px) {
	
}
@media screen and (max-width: 1681px) {
	.c1_list .c1_nav{
		height: 480px;
	}
}
@media screen and (max-width: 1450px) {
	.c1_list .c1_nav{
		height: 460px;
	}
}
@media screen and (max-width: 1335px) {
	.c1_list .c1_nav{
		height: 420px;
		margin-bottom: 130px;
	}
	.c1_list .c1_nav:nth-child(3n - 1) {
	    top: 80px;
	}
}
@media screen and (max-width: 1200px) {
	.c1_list .c1_nav .c1_nav_title {
	    font-size: 16px;
	    line-height: 18px;
	    margin-bottom: 5px;
	}
	.c1_list .c1_nav .c1_nav_subtitle {
	    font-size: 12px;
	    line-height: 18px;
	}
	.top_banner .btn{
		width: 100px;
		margin-left: -50px;
		font-size: 16px;
		height: 32px;
		line-height: 32px;
	}
}
@media screen and (max-width: 1100px) {
	.c1_list .c1_nav{
		height: 380px;
		margin-bottom: 100px;
	}
	.c1_list .c1_nav:nth-child(3n - 1) {
	    top: 60px;
	}
}
@media screen and (max-width: 1000px) {
	.c1_list .c1_nav{
		height: 320px;
	}
	.top_banner .btn{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.pc_menu {
	    padding-bottom: 0px !important;
		background: transparent;
	}
	.c1_ani .c1_ani_con{
		top: 50px;
	}
	.list_more {
	    margin-bottom: 20px;
	    font-size: 14px;
		margin-top: 20px;
	}
	.list_more .list_more_img{
		margin-top: 6px;
		width: 10px;
	}
	.product_page{
		margin-bottom: 30px;
	}
	.pc_menu .pc_menu_nav .pc_menu_img{
		height: 18px;
		margin-bottom: 5px;
	}
	.c1_content {
	    padding-top: 20px;
	    line-height: 20px;
	    font-size: 20px;
		z-index: 200;
	}
	.c1_content .c1_msg {
	    font-size: 14px;
	}
	.c1_list{
		margin-top: 20px;
		background: transparent;
	}
	.c1_list .body_con{
		display: block;
	}
	.c1_list .c1_nav{
		display: block;
		width: 100%;
		margin-bottom: 10px;
		border-radius: 20px;
		transform-style:initial;
		transform: initial;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	}
	.c1_list .c1_nav .c1_nav_inner{
		min-height: 100px;
		border-radius: 20px;
		background: rgba(252, 206, 39, 0.8);
	}
	.c1_list .c1_nav .c1_nav_subtitle{
		display: block;
	}
	.c1_list .c1_nav .c1_nav_content{
		border-radius: 20px;
		transform: initial;
		transition: initial;
	}
	.c1_list .c1_nav:nth-child(3n - 1) {
	    top: 0;
	}
	.c1_ani{
		display: none;
	}
}
@media screen and (max-width: 414px) {

}