﻿@charset "utf-8"; 

/*banner*/

.banner .swiper-slide img{
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity 1s ease-out,transform 12s ease-out;
	-moz-transition: opacity 1s,transform 12s ease-out;
	-webkit-transition: opacity 1s,transform 12s ease-out;
	-o-transition: opacity 1s,transform 12s ease-out;
}
.banner .swiper-slide.swiper-slide-active img{
	opacity: 1;
	filter: alpha(opacity=100);
	transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
}
.banner .swiper-pagination-bullet{
	width: 18px;
    height: 17px;
    background: url(../images/menu-hover.png) no-repeat;
    position: relative;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
	content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    margin-left: -2px;
    margin-top: -2px;
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 18px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 20px;
}


/*秋季主题视频*/
.con1{
	position: relative;
	background:#f3f3f3;
	padding-top:7.4%;
	padding-bottom:7.3%;
}
.theme1{
	width:60.4167%;
	margin:0 auto;
	position: relative;
	font-size: 0;
	
}
.theme1-left{
	width:calc(100% - 295px - 5.6%);
	width:-webkit-calc(100% - 295px - 5.6%);
	width:-moz-calc(100% - 295px - 5.6%);
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin-right: 5.6%;
	vertical-align: middle;
}
.theme1-right{
	display: inline-block;
	width:295px;
	vertical-align: middle;
}

.theme-year{
	font-family: "didot";
	line-height: 1;
}
.theme-tit-en{

	text-transform: uppercase;
	font-family: "didot";
	line-height: 1;
	margin-top:12px;
}
.sec-tit-line{
	width:110px;
	height: 1px;
	background:#000;
	margin:1.051% auto 1.314%;
}
.theme-tit-zh{
	background:#727272;
	color: #fff;
	font-size: 16px;
	padding: 3px 15px;
	display: inline-block;
	margin: 15px 0;
}
.theme-name{
	color: #000;
	line-height: 1;
}
.theme-line{
	width:115px;
	height: 1px;
	background:#000000;
	margin-top:20px;
	margin-bottom: 50px;
}
.theme-txt{
	font-size: 14px;
	color: #757575;
}
.quotes{
	position: absolute;
	right: 0;
	bottom:0 ;
}

/*秋季主题设计灵感*/
.con2{
	text-align: center;
	padding-top: 5.781%;
	padding-bottom:6.306%;
}
.sec-tit-en{
	font-family: "didot";
	color: #000000;
	text-transform: uppercase;
	line-height: 1;
	font-size:38px;

}
.sec-tit-zh{
	color: #000000;
	line-height: 1;
	margin-bottom: 4.336%;
}

.swiper-theme .swiper-slide{
	position: relative;
	overflow: hidden;
}
.theme-con{
	position: absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%)translateY(-50%);
	-webkit-transform: translateX(-50%)translateY(-50%);
	-moz-transform: translateX(-50%)translateY(-50%);
	z-index: 2;
	padding: 20px 25px;
	overflow: hidden;
}
.theme-con a{
	color: #fff;
}
.border-top,.border-left,.border-bottom,.border-right{
	position: absolute;
	background: #fff;

}
.border-top{
	width:0%;
	height: 4px;
	top:0;
	right:0;
}

.border-left{
	height:0%;
	width: 4px;
	border-right:1px solid rgba(255,255,255,0.5);
	left:0;
	top:0;
}
.border-bottom{
	width:0%;
	height: 4px;
	bottom:0;
	left:0;
	border-top:1px solid rgba(255,255,255,0.5);
}
.border-right{
	height:0%;
	width: 4px;
	bottom: 0;
	right:0;
	border-left:1px solid rgba(255,255,255,0.5);
}
.swiper-slide-active .theme-con .border-top{
	-webkit-animation: linemove1 0.6s  linear forwards;
    -moz-animation: linemove1 0.6s  linear forwards;
    -o-animation: linemove1 0.6s linear forwards;
    animation: linemove1 0.6s linear forwards;
}
.swiper-slide-active .theme-con .border-left{
	-webkit-animation: linemove2 0.6s 0.6s linear forwards;
    -moz-animation: linemove2 0.6s 0.6s linear forwards;
    -o-animation: linemove2 0.6s 0.6s linear forwards;
    animation: linemove2 0.6s 0.6s linear forwards;
}
.swiper-slide-active .theme-con .border-bottom{
	-webkit-animation: linemove1 0.6s 1.2s linear forwards;
    -moz-animation: linemove1 0.6s 1.2s linear forwards;
    -o-animation: linemove1 0.6s 1.2s linear forwards;
    animation: linemove1 0.6s 1.2s linear forwards;
}
.swiper-slide-active .theme-con .border-right{
	-webkit-animation: linemove2 0.6s 1.8s linear forwards;
    -moz-animation: linemove2 0.6s 1.8s linear forwards;
    -o-animation: linemove2 0.6s 1.8s linear forwards;
    animation: linemove2 0.6s 1.8s linear forwards;
}
.theme-con a >div{
	opacity: 0;
}

.swiper-slide-active .theme-con a >div{

	-webkit-animation: scaleUp 1s 3.2s linear forwards;
    -moz-animation: scaleUp 1s 3.2s linear forwards;
    -o-animation: scaleUp 1s 3.2s linear forwards;
    animation: scaleUp 1s 3.2s linear forwards;
    
}
.swiper-slide-active .theme-con a>div:nth-child(2){
	/*-webkit-animation: fadeInRight 1s 3.5s linear forwards;
    -moz-animation: fadeInRight 1s 3.5s linear forwards;
    -o-animation: fadeInRight 1s 3.5s linear forwards;
    animation: fadeInRight 1s 3.5s linear forwards;*/
}

@-webkit-keyframes linemove1 {
  0% {
 
    width:0;
  }

  100% {
   
    width:100%;
  }
}
@keyframes linemove1 {
  0% {
    
    width:0;
  }

  100% {
 
     width:100%;
  }
}
.linemove1 {
  -webkit-animation-name: linemove1;
  animation-name: linemove1;
}


@-webkit-keyframes linemove2 {
  0% {
   
    height:0;
  }

  100% {
   
    height:100%;
  }
}
@keyframes linemove2 {
  0% {
   
    height:0;
  }

  100% {
   
     height:100%;
  }
}
.linemove2 {
  -webkit-animation-name: linemove2;
  animation-name: linemove2;
}



.year1{
	font-family: "宋体";
	line-height: 1;
}
.title{
	font-family: "didot";
	text-transform: uppercase;
	font-size: 28px;
	line-height: 1;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	position: relative;
	margin-bottom: 25px;

}
.title::after{
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	width:30%;
	height: 3px;
	bottom:-2px;
	left:50%;
	margin-left: -15%;
	z-index: 9;
	background:#ffffff;
}
.title span{
	font-size: 46px;
}
.title2{
	font-family: "宋体";
	line-height: 1;

}
.theme-intro{
	margin-top:25px;
	font-family: "didot";
	font-size: 12px;
	font-style: italic;
}

.swiper-mask{
	position: absolute;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.5);
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-transition: opacity .4s ease-out;
	-o-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}
.swiper-theme .swiper-slide:hover .swiper-mask{
	opacity: 0;
	filter: alpha(opacity=0);
}
.swiper-theme{
	padding-bottom: 85px;
}
.theme-con{

}
.swiper-theme .swiper-slide img{
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity 1s ease-out,transform 8s ease-out;
	-moz-transition: opacity 1s,transform 8s ease-out;
	-webkit-transition: opacity 1s,transform 8s ease-out;
	-o-transition: opacity 1s,transform 8s ease-out;
}
.swiper-theme .swiper-slide.swiper-slide-active img{
	opacity: 1;
	filter: alpha(opacity=100);
	transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
}

.swiper-theme .swiper-pagination-bullet{
	width:auto;
	height: auto;
	background:transparent;
	position: relative;
	font-size:14px;
	color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.swiper-theme .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1;
	filter: alpha(opacity=100);
}
.swiper-theme.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 40px;
}
.swiper-theme .swiper-pagination-bullet::before{
	content: "";
	position: absolute;
	width: 18px;
    height: 17px;
    background: url(../images/pagination.png) no-repeat;
    top:-30px;
    left:50%;
    margin-left: -9px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: background .4s ease-out;
	-o-transition: background .4s ease-out;
	transition: background .4s ease-out;
}
.swiper-theme .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
	background: url(../images/pagination-hover.png) no-repeat;
}

/*con3*/
.culture-con{
	position: relative;
	width:65%;
	margin:0 auto;
	overflow: hidden;

	
}
.culture-intro{
	position: absolute;
	width:100%;
	text-align: center;
	color: #fff;
	left: 0;
	top:50%;
	z-index: 2;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}


.culture-tit-zh span{
	margin:0 8px;
}
/*.culture-tit-en{
	font-size: 100px;
	color: #fff;
	font-family: "didot";
	text-transform: uppercase;
	line-height: 0.8;
	margin-top:15px;
	border-top:1px solid rgba(255,255,255,0.3);
	border-bottom:1px solid rgba(255,255,255,0.3);
}*/
.culture-tit-en div:first-child{
	margin-bottom: 5px;
	margin-top:15px;
	width:30%;
	margin-left:auto;
	margin-right:auto;
}
.culture-tit-en div:first-child+div{
	width:30%;
	margin:0 auto;
}
.culture-tit-en div:first-child img{

	padding-top:10px;
	border-top:1px solid rgba(255,255,255,0.3);
}
.culture-tit-en div:first-child+div img{
	padding-bottom:10px;
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.more-btn{
	padding:10px 30px;
	background:transparent;
	color: #ffffff;
	font-family: 'didot';
	font-size:12px;
	border:2px solid #000;
	text-transform: uppercase;
	display: inline-block;
	margin-top:20px;
	position: relative;
	-webkit-transition:all 0.4s ease;
	-moz-transition: all  0.4s ease;
	transition: all 0.4s ease
}
.more-btn:hover{
	border:2px solid #fff;
}
.more-btn::after{
	content: "";
	position: absolute;
	width:100%;
	height: 100%;
	background:#000;
	right:0;
	top:0;
	z-index:-1;
	-webkit-transition:width 0.6s ease;
	-moz-transition: width  0.6s ease;
	transition: width 0.6s ease
}
.more-btn:hover::after {
	width:0;
}
.culture-mask{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index:1;
}
.culture-txt{
	text-align: center;
	color: #000000;
	font-size:14px;
	margin-top:1.577%;
	margin-bottom: 6.569%;
}

.culture-txt span::after{
	content: "•";
	margin:0 30px;
	color: #000000;
	font-size: 12px;
}
.culture-txt span:last-child::after{
	display: none;
}

/*con4*/
.con4{
	background:#f6f6f6;
	padding-top: 8.303%;
	padding-bottom: 8.1451%
}
.gallery{
	position: relative;
	width:65%;
	margin:0 auto;
	background:#fff;
	padding-top:6.832%;
	padding-bottom: 8.408%;
	padding-left:3.153%;
	padding-right:3.153%;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
}
.gallery-left{
	width:42.233%;
	float: right;
	margin-right:6.268%;
}
.gallery-right{
	width:51.481%;
	float: right;
	
}
.gallery-tit-en{
	font-size: 70px;
	color: #000;
	font-family: "didot";
	line-height: 0.85;
	text-transform: uppercase;
}
.gallery-tit-line{
	width: 110px;
	height: 1px;
	background:#000000;
	margin-top:6.36%;
	margin-bottom: 4.24%
}
.gallery-tit-zh{

	color: #000;
	margin-bottom: 9.54%
}
.gallery-txt{
	color: #777777;
	font-size:14px;
	margin-bottom: 30px;
}
.more-btn2{
	padding:10px 25px;
	color: #fff;
	font-size:12px;
	font-family: "didot";
	background:transparent;
	border:2px solid #000000;
	position: relative;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	z-index: 3;
	overflow: hidden;
}
.more-btn2::after{
	content: "";
	position: absolute;
	width:100%;
	height: 100%;
	background:#000;
	right:0;
	top:0;
	z-index:-1;
	-webkit-transition:width 0.6s ease;
	-moz-transition: width  0.6s ease;
	transition: width 0.6s ease
}
.more-btn2:hover::after {
	width:0;
}

.more-btn2:hover{
	color:#000;
}
.gallery-right img{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition:all 0.4s ease;
	-moz-transition: all  0.4s ease;
	transition: all 0.4s ease
}
.gallery-right:hover img{
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}

/*con5*/
.con5{
	padding-top: 8.671%;
	padding-bottom: 7.357%;
	background:#000;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.service-tit-en{
	font-family: 'didot';
	text-transform: uppercase;
	margin-bottom: 22px;
	line-height: 1;
}
.service-tit-zh{

	border-top:1px solid #fff;
	display: inline-block;
	padding-top:12px;
}
.more-btn2.more-btn3{
	display: block;
	margin-top:20px;
	width:100px;
	margin:20px auto 0;
}
.more-btn2.more-btn3:hover{
	border:2px solid #fff;
	color: #fff
}
.more-btn2.more-btn3::after{
	background:#2c2c2c;
}
.service-list ul li{
	display: inline-block;
	vertical-align: middle;
	margin:3.9418% 5.625% 0;
}
.service-list ul li a{
	color: #fff;
}
.service-list ul li:first-child+li+li::before{
	content: "";
	display: block;
	width:36px;
	height: 44px;
	background:url(../images/service-icon1.png) no-repeat;
	margin:0 auto 10px;
}
.service-list ul li:first-child::before{
	content: "";
	display: block;
	width:44px;
	height: 44px;
	margin:0 auto 10px;
	background:url(../images/service-icon2.png) no-repeat; 
}
.service-list ul li:first-child+li::before{
	content: "";
	display: block;
	margin:0 auto 10px;
	width:42px;
	height: 44px;
	background:url(../images/service-icon3.png) no-repeat; 
}
.service-bck1,.service-bck2{
	position: absolute;
	

}
.service-bck1{
	width:15.52%;
	left: 0;
	bottom: 0;
}
.service-bck2{
	position: absolute;
	width:26.875%;
	background:url(../images/service_bck2.png) no-repeat;
	right: 0;
	bottom:0%;
}

@media (max-width: 1580px) {
	.theme-line{
		margin-top: 18px;
    	margin-bottom: 35px;
	}
	.theme-tit-en{
		margin-top:5px;
	}
	.theme-tit-zh{
		margin:10px 0;
	}
	

}
@media (max-width: 1440px) {
	.theme-line{
		margin-top: 12px;
    	margin-bottom: 25px;
	}
	.theme-tit-en{
		margin-top:0px;
	}
	
	.quotes img{
		width: 36px;
		height: auto
	}
	.theme-tit-zh{
		font-size: 14px;
	}
	.service-list ul li:first-child::before{
		width:32px;
		height: 39px;
		background-size: 32px 39px;
	}
	.service-list ul li:first-child+li::before{
		width:40px;
		height: 35px;
		background-size: 40px 35px;
	}
	.service-list ul li:first-child+li+li::before{
		width:38px;
		height: 33px;
		background-size: 38px 33px;
	}
	
}

@media (max-width: 1200px) {
	.theme1-left{
		width:100%;
		margin-right: 0;
		margin-bottom: 6%;
	}
	.gallery-left,.gallery-right{
		width: 100%;
		float: none;
	}
	.gallery-left{
		margin-top:6%;
	}
	.gallery-tit-line{
		margin-top:15px;
		margin-bottom: 25px;
	}
	.more-btn{
		padding:8px 20px;
		margin-top:15px;
	}
	.gallery-tit-zh{margin-bottom: 35px;}
	.service-list ul li:first-child::before{
		width:28px;
		height: 34px;
		background-size: 28px 34px;
	}
	.service-list ul li:first-child+li::before{
		width:36px;
		height: 31px;
		background-size: 36px 31px;
	}
	.service-list ul li:first-child+li+li::before{
		width:34px;
		height: 29px;
		background-size: 34px 29px;
	}
	.service-tit-en{margin-bottom: 15px;}
	.quotes img { width: 32px; height: auto;}
}
@media (max-width: 992px) {
	.theme-con{
		padding:10px;
		padding-bottom: 10px;
	}
	.title{padding-bottom: 10px;margin-bottom: 15px;}
	.theme-intro{margin-top:15px;}
	.swiper-theme .swiper-slide{height: 300px;}
	.swiper-theme .swiper-slide img{height: auto;width: auto;margin-left:-40%;}
	.quotes img { width: 28px; height: auto;}
}