@charset "utf-8";

/*----------------------------------------------------
                 Procyon - CSS File
------------------------------------------------------*/
ul,li,p{
	padding:0px;
	margin:0px;
	list-style: none;
}
a{
	text-decoration: none;
}
body {
	font-size: 14px;
	min-width: 1200px;
	padding: 0px;
	margin: 0;
	background: #fff;
	font-family: "Microsoft Yahei", "微软雅黑";
}
::-webkit-scrollbar{
	width:6px;
	height: 5px;
	background:#ddd;/* 鏁翠釜婊氭潯鑳屾櫙 */
}
::-webkit-scrollbar-thumb{
	-webkit-border-radius:4px;
	border-radius:2px;
	background:#222222; /* 婊氭潯鍐呭祵棰滆壊 */
}
::-webkit-scrollbar-button {
	background-color:#ddd;/* 涓よ竟绔寜閽鑹� */
	display: none;
}

/*banner*/
.banner {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
}
.banner .swiper-slide img{
	width: 100%;
}
.banner .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 15px;
}
img{
	vertical-align: middle;
}
.banner .swiper-pagination-bullet{
	width:33px;
	height:10px;
	background:#222222;
	border-radius:5px;
}

/*top*/
.top—fi{
	width:100%;
	height:200px;
	background:rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	z-index: 9999;
}
.top—fi>div{
	width: 1200px;
	margin: auto;
}
.topdiv1{
	padding: 17px 0;
}
.topdiv1>.left{
	float: left;
	font-size:17px;
	font-weight:bold;
	color:rgba(255,255,255,0.4);
}
.topdiv1>.right{
	float: right;
	font-size:14px;
	font-weight:500;
	color:rgba(202,202,202,1);
}
.topdiv1>.right>span{
	font-size:24px;
	font-weight:800;
	color:rgba(255,255,255,1);
	background:linear-gradient(0deg,rgba(255,255,255,1) 0%, rgba(255,230,99,1) 50%, rgba(255,255,255,1) 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
.topdiv2{
	margin-top: -45px;
}
.topdiv2>div:nth-child(1){
	text-align: center;
}
.topdiv2>div:nth-child(2){
	text-align: center;
	font-size:14px;
	font-weight:400;
	color:rgba(255,255,255,0.6);
	margin-top: 15px;
	background: url("../images/topx.png")no-repeat center;
}
.top-nav{
	text-align: center;
	margin-top: 35px;
}
.top-nav>.title{
	display: inline-block;
}
.top-nav>.title>a{
	font-size:18px;
	font-weight:400;
	color:#FFFFFF;
	padding: 0 35px;
}
.top-nav>.title>a.active{
	color:rgba(202,166,90,1);
}
.top-nav>.title>a:hover{
	color:rgba(202,166,90,1);
}
/*宣传*/
.xuan{
	width: 100%;
	height: 1000px;
	background: url("../images/xuan.jpg")#242424 no-repeat center;
}
.xuan>div{
	width: 1200px;
	margin: auto;
}
.xuan>div>div:nth-child(1){
	width: 500px;
	border-bottom: 2px solid #FFFFFF;
	line-height: 37px;
	height: 38px;
	padding-top: 79px;
}
.xuan>div>div:nth-child(1)>span:nth-child(1){
	font-size:48px;
	font-weight:bold;
	color:rgba(202,166,90,1);

}
.xuan>div>div:nth-child(1)>span:nth-child(2){
	font-size:18px;
	font-weight:400;
	color:rgba(255,255,255,1);
	margin-left: 10px;
}

.index-video{
	width:1200px;
	height:700px;
	background:rgba(0,0,0,1);
	margin: auto;
	margin-top: 50px;
}
.index-video iframe{
	width: 100%;
	height: 700px;
}
/*产品展示*/
.product{
	position: relative;
	padding-bottom: 129px;
	background:rgba(10,10,10,1);
	width: 100%;
}
.product-t>div:nth-child(1){
	text-align: center;
	font-size:60px;
	font-weight:500;
	color:rgba(202,166,90,1);
	padding-top: 65px;
}
.product-t>div:nth-child(2){
	font-size:18px;
	font-weight:400;
	width: 75px;
	margin: auto;
	color:rgba(255,255,255,1);
	line-height:34px;
	border-bottom: 1px solid #fff;
	margin-top: 5px;
}


.pro-box {
	width: 80%;
	margin: auto;
	height: 100%;
	overflow: hidden;
	margin-top: 80px;
}

.pro-box .swiper-slide {
	text-align: center;
	font-size: 18px;
}
.pro-box .swiper-slide>a{
	display: block;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	border: 2px solid rgba(190,163,104,1);
}
.pro-box .swiper-slide img{
	width: 100%;
	height: auto;
}
.pro-box .swiper-slide>a>.xd{
	position: absolute;
	z-index: 5;
	bottom: 39px;
	text-align: left;
	left: 24px;
}
.pro-box .swiper-slide>a>.xd>div:nth-child(1){
	font-size:14px;
	font-weight:400;
	color:rgba(202,166,90,1);
}
.pro-box .swiper-slide>a>.xd>div:nth-child(2){
	font-size:22px;
	font-weight:500;
	color:rgba(202,166,90,1);
	line-height:35px;
}
.pro-box .swiper-slide>a>.xd>div:nth-child(3){
	font-size:16px;
	font-weight:400;
	color:rgba(255,255,255,0.5);
	line-height:24px;
	margin-top: 15px;
}
.pro-box .swiper-slide>a>.xd>div:nth-child(4){
	font-size:18px;
	font-weight:400;
	color:rgba(202,166,90,1);
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin-top: 15px;
	line-height: 35px;
}
.swiper-button-nextp{
	width:40px;
	height:40px;
	background:url("../images/right.png")no-repeat center;
	opacity:0.7;
	border-radius:50%;
	position: absolute;
	right: 4.5%;
	top: 55%;
}
.swiper-button-prevp{
	width:40px;
	height:40px;
	background:url("../images/left.png")no-repeat center;
	opacity:0.7;
	border-radius:50%;
	position: absolute;
	left: 4.5%;
	top: 55%;
}
/*品牌故事*/
.ppgs{
	background: url("../images/ppgs.jpg")rgba(55,55,55,1) no-repeat center;
	height:1100px;
	width: 100%;
}
.ppgs>div{
	width: 1200px;
	margin: auto;
}
.ppgs>div>.left{
	float: left;
	margin-top: 120px;
	width:620px;
	height:860px;
	box-shadow:0px 6px 8px 0px rgba(0,0,0,0.5);
}
.ppgs>div>.left>img{
	width:620px;
	height:860px;
}
.ppgs>div>.right{
	float: right;
	width: 500px;
	margin-top: 110px;
}
.ppgs>div>.right>div:nth-child(1){
	font-size:54px;
	font-weight:400;
	color:rgba(202,166,90,1);
	text-align: center;
}
.ppgs>div>.right>div:nth-child(2){
	font-size:18px;
	font-weight:400;
	color:rgba(202,166,90,0.5);
	text-align: center;
}
.ppgs>div>.right>div:nth-child(3){
	font-size:16px;
	font-weight:300;
	color:rgba(255,255,255,0.5);
	line-height:34px;
	width:401px;
	margin: auto;
	margin-top: 35px;
	height: 403px;
	overflow: hidden;
}
.ppgs>div>.right>div:nth-child(4){
	margin-top: 58px;
	width:500px;
	height:280px;
	box-shadow:0px 6px 8px 0px rgba(0,0,0,0.5);
}
.ppgs>div>.right>div:nth-child(4)>img{
	width:500px;
	height:280px;
}
/*底部*/
.foot{
	background: #222222;
	height: 400px;
}
.foot>div:nth-child(1){
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.foot1{
	width: 1200px;
	position: relative;
	height: 170px;
	margin: auto;
}
.foot1>div:nth-child(1){
	position: absolute;
	width:106px;
	height:61px;
	top: 69px;
}
.foot1>div:nth-child(1)>img{
	width:106px;
	height:61px;
}
.foot1>div:nth-child(2){
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size:16px;
	font-weight:500;
	color:rgba(255,255,255,0.6);
	top: 90px;
}
.foot1>div:nth-child(2)>a{
	color:rgba(255,255,255,0.6);
	display: inline-block;
	margin: 0 15px;
}
.foot1>div:nth-child(2)>a:hover{
	color: #fff;
}
.foot1>div:nth-child(3){
	position: absolute;
	font-size:17px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	right: 0;
	top: 88px;
}
.foot2{
	width: 1200px;
	margin: auto;
}
.foot2>.left{
	float: left;
	font-size:16px;
	font-weight:400;
	color:rgba(255,255,255,0.5);
	line-height:32px;
	margin-top: 82px;
}
.foot2>.right{
	float: right;
}
.foot2>.right>.wz{
	float: left;
	margin-right: 80px;
	margin-top: 85px;
}
.foot2>.right>.wz>div:nth-child(1){
	font-size:18px;
	font-weight:500;
	color:rgba(255,255,255,0.6);
	text-align: right;
}
.foot2>.right>.wz>div:nth-child(2){
	font-size:28px;
	font-weight:800;
	color:rgba(255,255,255,1);
}
.foot2>.right>.img{
	float: right;
	width: 80px;
	margin-top: 60px;
}
.foot2>.right>.img>img{
	width: 80px;
	height: 80px;
}
.foot2>.right>.img>div{
	font-size:14px;
	margin-top: 4px;
	text-align: center;
	font-weight:500;
	color:rgba(255,255,255,0.6);
}
