﻿@charset "utf-8"; 

.banner{
	
	overflow: hidden;
	
}
.banner>div{
	padding-top:18.1875%;
	padding-bottom: 17.1875%;
	position: relative;
}
.banner>div{
	opacity: 0;
	-webkit-animation: zoomOut2 3s .35s ease forwards;
    -moz-animation: zoomOut2 3s .35s ease forwards;
    -o-animation: zoomOut2 3s .35s ease forwards;
    animation: zoomOut2 3s .35s ease forwards;
}

.banner-txt{
	position: absolute;
	left:27%;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.banner-txt .txt1{
	opacity: 0;
	position: relative;
	color: #ffffff;
	font-size: 28px;
	line-height: 1;
	padding-bottom: 15px;
	margin-bottom: 30px;
	-webkit-animation: fadeIn 1s .35s ease forwards;
    -moz-animation: fadeIn 1s .35s ease forwards;
    -o-animation: fadeIn 1s .35s ease forwards;
    animation: fadeIn 1s .35s ease forwards;
	
}
.banner-txt .txt1 span{
	position: relative;
	padding-bottom:15px;
}
.banner-txt .txt1 span::after{
	content: '';
	position: absolute;
	bottom: 0;
	width:0%;
	height: 1px;
	background: #fff;
	display: block;
	-webkit-animation: widthmove 1s .5s ease forwards;
    -moz-animation: widthmove 1s .5s ease forwards;
    -o-animation: widthmove 1s .5s ease forwards;
    animation: widthmove 1s .5s ease forwards;
}
  @font-face{  
        font-family:'didot';  
        src:url('../fonts/DIDOT.TTF')  format('truetype');    
            font-weight:normal;  
            font-style:normal;  
    }  
.banner-txt .txt2{
	font-size: 75px;
	color: #fff;
	font-family:'didot';  
	
	letter-spacing:0px;
	overflow: hidden;
}
.banner-txt .txt2 span{
	line-height: 0.8;
	display: block;
	position: relative;
	opacity: 0;
}
.banner-txt .txt2 span:nth-child(1){
	-webkit-animation: fadeInUp 1s 1s ease forwards;
    -moz-animation: fadeInUp  1s 1s ease forwards;
    -o-animation: fadeInUp  1s 1s ease forwards;
    animation: fadeInUp  1s 1s ease forwards;
}
.banner-txt .txt2 span:nth-child(2){
	-webkit-animation: fadeInUp  1s 1.4s ease forwards;
    -moz-animation: fadeInUp  1s 1.4s ease forwards;
    -o-animation: fadeInUp  1s 1.4s ease forwards;
    animation: fadeInUp  1s 1.4s ease forwards;
}
.section-tit{
	
	font-size: 40px;
	color: #000000;
	text-align: center;
	line-height: 1;
	padding-bottom:5%;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 5%;
	
}
.section-tit span{
	font-family:'didot';
	font-weight: 600;
	letter-spacing: 2px
}

/*section1*/
.section1{
	margin-top:5.4%;
	margin-bottom: 6.8%;
}
.section-con{
	position: relative;
	width:62.5%;
	margin:0 auto ;
	
}

.sec1-left{
	width:calc(100% - 270px - 8%);
	width:-webkit-calc(100% - 270px - 8%);
	width:-moz-calc(100% - 270px - 8%);
	margin-right: 8%;
	float: left;
	overflow: hidden;
}

.sec-right{
	position: absolute;
	right: 0;
	bottom: 6%;
	width:270px;

}

.right-tit{
	font-family: "didot";
	font-size: 75px;
	font-style: italic;
	position: relative;
	color: #000000;
	line-height: 1;
	padding-top:12px;
	margin-left:-10px;
	display: inline-block;

}
.right-tit span{
	position: absolute;
	font-family: "didot";
	font-size: 42px;
	font-style: italic;
	left:36%;
	top:0;
	line-height: 1;
	color: #000000;
}
.tit-theme{
	font-size: 22px;
	color: #000000;
	line-height: 1;
	margin-top:2px;
}
.tit-line{
	width:110px;
	height: 1px;
	background: #000000;
	margin-top:30px;
	margin-bottom: 25px;
}
.right-txt{
	color: #757575;
	font-size: 14px;
	line-height: 2.2;
}

/*section2*/
.section2{
	background: #eeeeee;
	padding-bottom: 8.6%;
}

.sec2-left{
	float: left;
	width:56.7%;
	margin-left:-38px;
}
.swiper-container{
	width:100%;	
	padding-top:21%;
	padding-left:38px;
}
.swiper-wrapper{
	width: 100%;
	text-align: center;
}

.swiper-slide{
	vertical-align: bottom;
	position: relative;
	background: #d0d0d0;
	height: 0px;
	padding-bottom:65%;
}

.swiper-slide img{
	position: absolute;
	width:100%;
	left:0%;
	transform: translateZ(0);
	-webkit-transform:translateZ(0);
	-moz-transform:translateZ(0);
	bottom:0;

	
}
.swiper-container-horizontal>.swiper-pagination-bullets{
	left:0px;
	bottom:0;
	width:38px;
	background: #eeeeee;
	height: 100%;
	z-index: 99;
	padding-top:70%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.swiper-pagination-bullet{
	display: block;
}
.sec2-right{
	float: right;
	width:40%;
	padding-top:12%;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:7px 0;
	width:18px;
	height: 18px;
	border:1px solid transparent;
	background:transparent;
	border-radius: 100%;
	opacity: 1;
	position: relative;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::after{
	content: "";
	width:6px;
	height: 6px;
	position: absolute;
	background: #aaaaaa;
	left:50%;
	top:50%;
	margin-left:-3px;
	margin-top: -3px;
	border-radius: 100%;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:hover{
	border:1px solid #aaaaaa;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after,.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:hover::after{
	background: #000000;
}
.sec2-bottom{
	margin-top:65px;
	position: relative;
}
.s2b-left{
	width:50%;
	float: left;
}
.s2b-right{
	width:50%;
	float: right;
	font-family: "didot";
	font-style: italic;
	font-size: 13px;
	line-height: 36px;
	color: #000000

}
.sec2_txt1,.sec2_txt2{
	font-family: "didot";
	font-style: italic;
	text-transform: uppercase;
	line-height: 1;
}
.sec2_txt1{
	font-size: 64px;
}
.sec2_txt2{
	font-size: 46px;
	margin-left:-10px;
}
.tit-line2{
	width:45px;
	height: 3px;
	background: #000000;
	margin-top:25px;
	margin-bottom: 10px;
}
.sec2_txt3{
	font-size: 12px;
	color: #727272;
	text-transform: uppercase;
}

/*section3*/
.section3{
	padding-top:11%;
	position: relative;
}
.sec3-left{
	float: left;
	position: relative;
	background: #25211e;
	width:52%;
	height: 0;
	padding-bottom: 50%;
}
.sec3-left .sec3-img1,.sec3-left .sec3-txt1{
	margin-top:-12%;
}
.sec3-img1{
	width:62%;
	margin-left:40px;
	
}
.sec3-img2{
	position: absolute;
	width:18.4375%;
	height: 224px;
	right:-9.21875%;
	top:-10px;
}
.sec3-right{
	float: left;
	width:48%;
	position: relative;
}
.sec3_img3{
	width:26.14%;
	position: absolute;
	left:55.7%;
	bottom:0;
	z-index: 10;
}
.sec3_img4{
	position: absolute;
	right: 0;
	width:32.18%;
	top:-11%;
	z-index: 9;
}

/*section4*/
.section4{
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 16%;
}
.sec4-tit{
	color: #000000;
	text-align: center;
	font-size: 22px;
	margin-top: 4.5%;
	margin-bottom: 4.5%;
	line-height: 1;
}
.sec4-tit span{
	padding-left:10px;
	padding-right: 10px;
	padding-bottom: 1.2%;
	border-bottom:1px solid #000000;
}
.sec4-con{
	position: relative;
	background: #25211e;
	width:100%;

}
.sec4_img1{
	position: absolute;
	width:20%;
	left:22%;
	top:-20%;
}
.sec4_img2{
	width:27.4%;
	margin-left:43%;
}
.sec4-txt{
	position: absolute;
	right:13%;
	color: #ffffff;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	
}
.sec4-txt1{
	font-size: 18px;
	margin-bottom: 15px;

}
.sec4-txt2{
	font-family: "didot";
	font-style: italic;
	font-size: 72px;
	padding-top:10px;
	padding-bottom: 10px;
	border-top:1px solid #92908f;
	border-bottom:1px solid #92908f;
}
.sec4-txt2>div:nth-child(2){
	font-size: 108px;
}
.sec4-txt2>div{
	line-height: 0.8;
}

/*section5*/
.section5 .section-tit{
	margin-top:4.8%;
	border-bottom: none;
	padding-bottom: 0;
}
.sec-warp{
	background: #fafafa;
	padding-top:5.8%;
	padding-bottom:7%; 
}
.section5 .section-con{
	width:65%;
	
	
}
.section5 .sec-right{
	bottom: 0;
}

/*section6*/
.section6{
	background: #f2f2f2;
	position: relative;
	margin-bottom: 10.8%;
	
}
.sec6-img1{
	position: absolute;
	width:28.9%;
	left:11.45%;
	z-index: 9;
	top:3.4%;
}
.sec6-img2{
	position: absolute;
	width:26.5%;
	left:9%;
	z-index: 8;
	top:12%;
}
.sec6-img3{
	width:39%;
	margin-left:45.6%;
	padding-top:16%;
	margin-bottom: -3.2%;
	position: relative;
}
.sec6-img4{
	position: absolute;
	width:18.4375%;
	right:-9.21875%;
	bottom: 26%;
	
}
/*section7*/
.section7{
	margin-bottom: 9%
}
.section7 .sec4-tit{
	margin-top:0;
}
.sec7-tit1,.sec7-tit3{
	font-family: 'didot';
	font-size: 16px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	line-height: 1
}
.sec7-tit2{
	font-family: 'didot';
	font-style: italic;
	font-size:95px;
	color: #000000;
	letter-spacing: -8px;
	text-align: center;
	line-height: 1;
	margin-top:25px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.sec7-tit2 div{
	display: inline-block;
}
.sec7-tit2 div:nth-child(2){
	font-style: normal;
	font-size: 30px;
	color: #000000;
	vertical-align: top;
	margin-left:10px;
	margin-right: 10px;
}

.product_list ul li{
	margin-top:40px;
	float: left;
	width: 25%;
	position: relative;
	text-align: center;
	display: table;
}
.product_list ul li img{
	max-width: 71%;
	height: auto;
}
.product_list ul li div:nth-child(1){
	display: table-cell;
	vertical-align: bottom;
}
.product_list ul li div:nth-child(2){
	position: absolute;
	bottom: 80px;
	left:0;
	width:20px;
	font-size: 14px;
	color: #000;
	line-height: 1;
	padding-left: 8px;

}
.product_list ul li div:nth-child(2)::before{
	content: '';
	position: absolute;
	left:0;
	width:2px;
	height: 10px;
	display: block;
	background: #25211e;

}
.sec8-con{
	width:73%;
	background: #000000;
	position: relative;
	margin:0 auto 12.7%;
}
.sec8_img1{
	width:33.5%;
	position: absolute;
	left:6%;
	top:-120px;
}
.sec8_img2{
	width:49%;
	margin-left:42.5%;
}
.sec4-txt.sec8-txt{
	right:40px;

}
.sec8-txt .sec4-txt2>div:nth-child(1) {
    font-size: 73px;
}
.sec8-txt .sec4-txt2>div:nth-child(2) {
    font-size: 83px;
}
.sec4-txt.sec8-txt .sec4-txt1{
	margin-top:15px;
	margin-bottom: 0;
}

@media (max-width: 1661px) {

}
@media (max-width: 1441px) {
	.sec-right{
		bottom:0;
		position: relative;
		float: left;
	}
	
}
@media (max-width: 1220px) {
	.section-con{width:75%;}
	.sec1-left{width:100%;margin-right: 0;}
	.sec-right{width:100%;margin-right: 0;margin-top:5%;}
	.sec-right{line-height: 24px;}
}