@charset "utf-8";
.header{
	justify-content: flex-end;
}
/* 轮播图样式 */
.banner {
	width: 100%;
	height: 100vh;
}
.banner > .swiper-scrollbar{
	width: 428px;
	bottom: 57px;
	left: auto;
	right: 18%;
}
.banner .bg{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.banner .swiper-slide1 .bg{
	background-position: right 12% center;
}
.banner .swiper-slide1 img{
	position: absolute;
	right: 7%;
	top: 40%;
	max-width: 130px;
}
.banner .swiper-slide2 img{
	position: absolute;
	max-width: 426px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.banner .swiper-slide3 img{
	position: absolute;
	max-width: 119px;
	left: 18%;
	bottom: 18%;
}
/* 轮播图样式 */
@media (min-width:1024px) and (max-width:1439px) {
	.banner .swiper-slide1 img{
		top:35%;
	}
	.banner .swiper-slide3 img{
		left: 25%;
	}
}
@media (min-width:601px) and (max-width:1023px) {
	.banner > .swiper-scrollbar{
		width: 307px;
	}
	.banner .swiper-slide1 img{
		top:40%;
	}
	.banner .swiper-slide3 img{
		left: 35%;
		bottom: 15%;
	}
}
@media screen and (max-width:600px) {
	.banner > .swiper-scrollbar{
		width: 92.8%;
		bottom: 15%;
		left: 50%;
		right: auto;
		transform: translate(-50%,0);
	}
	.banner .swiper-slide1 img{
		top:16%;
		height: 161px;
	}
	.banner .swiper-slide2 img{
		width: 80%;
	}
	.banner .swiper-slide3 img{
		left: 19%;
		bottom: 33.5%;
		width: 74px;
	}
}

.section1{
	background: #38080C;
	position: relative;
	height: 200vh;
	overflow: hidden;
}
.section1 .xian{
	position: absolute;
	right: 3%;
	top: 12%;
	bottom: 9%;
	left: 48%;
	border: 1px solid #542e26;
}
.section1 .list{
	width: 980px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section1 .list li{
	width: 740px;
	margin-bottom: 58px;
	z-index: 10;
	position: relative;
}
.section1 .list li:last-child{
	margin-bottom: 0;
}
.section1 .list li .pic{
	display: block;
	width: 100%;
	height: 275px;
	overflow: hidden;
	border: 1px solid transparent;
	transition: all .3s;
	position: relative;
}
.section1 .list li .pic img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section1 .list li .title{
	display: block;
	width: 235px;
	height: 82px;
	padding: 10.5px 0;
	font-size: 0;
	text-align: center;
	position: relative;
	margin: 36px 0 0 auto;
}
.section1 .list li .title:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 82px;
	background: #a79f75;
	top: 0px;
	left: 50%;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.section1 .list li .title .text{
	display: inline-block;
	vertical-align: top;
	width: 117.5px;
	height: 61px;
	line-height: 59px;
	border: 1px solid #a79f75;
	font-size: 36px;
	position: relative;
	background: #1E131D;
	color: #EEE3AF;
	font-family:'HanaMinA';
	transition: all .3s;
}
.section1 .list li:nth-child(2) .title .text{
	background: #131E1B;
}
.section1 .list li:nth-child(3) .title .text{
	background: #131824;
}
.section1 .list li:nth-child(4) .title .text{
	background: #251D19;
}
.section1 .list li .title .text:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 1px;
	background: #a79f75;
	left: 0;
	top: 30px;
}
.section1 .list li .title .text:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 1px;
	background: #a79f75;
	right: 0;
	top: 30px;
}
.section1 .list li .title .text:nth-child(1){
	border-right: none;
}
.section1 .list li .title .text:nth-child(2){
	border-left: none;
}
@media (min-width:1024px) and (max-height:768px) {
	.section1{
		height: 300vh;
	}
}

@media (min-width:1024px) and (max-width:1440px) {
	.section1 .list{
		width: 910px;
	}
}
@media (min-width:768px) and (max-width:1023px) {
	.section1 .list{
		width: 740px;
	}
}
@media screen and (max-width:767px) {
	.section1 .list{
		width: 100%;
		padding: 0 15px;
	}
	.section1 .list li{
		width: 100%;
	}
	.section1 .list li .pic{
		width: 88%;
		height: 0;
		padding-bottom: 33%;
	}
	.section1 .list li .title{
		margin: 30px 0 0 auto;
		height: 58px;
		padding: 8px 0;
	}
	.section1 .list li .title:after{
		height: 58px;
	}
	.section1 .list li .title .text{
		width: 81px;
		height: 42px;
		line-height: 40px;
		font-size: 22px;
	}
	.section1 .list li .title .text:before{
		width: 14px;
		top: 20px;
	}
	.section1 .list li .title .text:after{
		width: 14px;
		top: 20px;
	}
}

/* 针对iphone X做的适配 */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3){ 
	.section1 .list li{
		margin-bottom: 100px;
	}
	.section1 .list li .pic{
		padding-bottom: 40%;
	}
	.section1 .list li .title{
		margin: 45px 0 0 auto;
	}
}

/* 针对1280*800做的适配 */
@media only screen and (device-width: 1280px) and (device-height: 800px){
	.section1 .list li{
		width: 590px;
		margin-bottom: 30px;
	}
	.section1 .list li .pic{
		height: 220px;
	}
}


.section2 {
	width: 100%;
	height: 100vh;
	background: #500A0A;
	padding-left: 38px;
	border-bottom: 10px solid #31988A;
}
.section2 > .swiper-scrollbar{
	width: 428px;
	bottom: 57px;
	left: auto;
	right: 18%;
}
.section2 .swiper-slide{
	position: relative;
}
.section2 .item{
	width: 100%;
	padding-bottom: 72%;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all .3s;
}
.section2 .pic{
    position: absolute;
	display: block;
	width: 100%;
    height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.section2 .item .gai{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	background: rgba(63,22,22,.6);
	z-index: 10;
	transition: all .3s;
}
.section2 .item .gai .content{
	position: absolute;
	text-align: center;
	width: 70%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section2 .item .gai .content .title{
	font-size: 18px;
	color: #EEE3AF;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(167, 159, 117, .5);
	margin-bottom: 25px;
	font-family:'HanaMinA';
}
.section2 .item .gai .content .time{
	font-size: 14px;
	color: #EEE3AF;
	font-family: 'PingFang SC Thin';
}

@media screen and (max-width:768px) {
	.section2 > .swiper-scrollbar{
		width: 219px;
	}
}
@media screen and (max-width:600px) {
    .section2 .item .gai .content{
        width: 80%;
    }
	.section2 > .swiper-scrollbar{
		width: 92%;
		bottom: 15%;
		left: 50%;
		right: auto;
		transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		-o-transform: translate(-50%,0);
		-moz-transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
	}
}