﻿@charset "utf-8";
/*头部导航*/

.one{
	width:100%;
	height:auto;
	position: relative;
}
.one_bg{
	width:100%;
	height:100vh;
	font-size: 0px;
	overflow: hidden;
	background: url("../images/jun_01.jpg") no-repeat center top;
	background-size:cover;
	background-attachment: fixed;
}
.one_bg img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.one_con{
	width:73vw;
	width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	margin-top: -34.125rem;
}
.one_img{
	width:84.66%;
	height: calc(73vw * 0.8466 * 660 / 1270);
	height: calc(var(--mainwidth) * 0.8466 * 660 / 1270);
	display: flex;
	justify-content: flex-start;
	border: 0.5rem solid #000;
	border-radius:30px;
	overflow: hidden;
}
.one_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.one_1{
	position: absolute;
	top: 0;
	right: 7.125rem;
	writing-mode: vertical-lr;
	color: #000;
	font-size: 1.125rem;
	letter-spacing: 2px;
	font-weight: bold;
}
.one_2{
	width:20.66%;
	height: calc(78vw * 0.2066 * 600 / 310);
	height: calc(var(--mainwidth) * 0.2066 * 600 / 310);
	display: flex;
	justify-content: flex-start;
	border: 0.5rem solid #000;
	border-radius:30px;
	position: absolute;
	right: 0;
	top: 10rem;
	overflow: hidden;
}
.one_2 img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}





.two_warp{
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 7.25rem;
}
.two_bg{
	background: url("../images/jun_03.png") no-repeat left;
	background-size:cover;
	width: 62.125rem;
	height:44.25rem;
	position: absolute;
	right: 0;
	top: 0;
}



.two{
	width: 78vw;
	width: calc(--mainwidth);
	margin: 0 auto;
	height: auto;
}
.two_tit{
	width:100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
}
.two_tit_1{
	height: auto;
	font-size: 10.25rem;
	color: #2f3030;
	font-weight: bold;
	width: 46%;
	position: relative;
	
}
.two_tit_1 span{ font-family:Arial;}

/*.two_tit_1 span{
	background-image: -webkit-linear-gradient(left, #2f3030, #2f3030 25%, #4b3a07 50%, #2f3030 75%, #2f3030);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 50% 50%;

    animation: masked-animation 4s infinite linear;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}*/

@-webkit-keyframes masked-animation {

    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -100% 0;
    }

}


.two_tit_1_shu{
	background:#ecba23;
	width: 28.75rem;
	height:1px;
	position: absolute;
	right: 0;
	bottom: 2.625rem;
	overflow: hidden;
}
.two_tit_1_shu:before{
	content: '';
	background:#2f3030;
	width: 100%;
	height:1px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	animation: top_infinite1 4s infinite normal ease;
}

@keyframes top_infinite1 {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
.two_tit_2{
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 2rem;
	color: #2f3030;
	text-transform: uppercase; 
	font-family:  Arial;
	line-height: 3rem;
	margin-left: 4.75rem;
	position: relative;
}
.two_tit_2:after{
	content: '';
	background:#000;
	width: 6px;
	height:6px;
	border-radius:50%;
	position: absolute;
	right: -1.75rem;
	bottom: 4rem;
}
.two_zi{
	width:100%;
	font-size: 3rem;
	color: #303030;
	font-weight: bold;
	padding-left: 1.75rem;
	position: relative;
	line-height: 7rem;
}
.two_zi:after{
	content: '';
	width: 2.75rem;
	height: 2.75rem;
	border-radius:50%;
	position: absolute;
	left: 0;
	top: calc(50% - 1.375rem);
	background: #ecba23;
	z-index: -1;
	    animation: fly-l 2s infinite alternate;
}
@keyframes fly-l {
    from { transform: translateX(0); }
    to   { transform: translateX(2rem); }
}


.two_con{
	width: 58%;
	height: auto;
	color: #291f15;
	line-height: 2rem;
	margin-top: 2rem;
	padding-bottom: 7.375rem;
}



.brief_warp{
	width:100%;
	height: auto;
	padding-top:8.25rem; 
	padding-bottom: 5.625rem;
	position: relative; 
	background: #ecba23;

}
.brief_bg{
	width: 57rem;
	height: 67.625rem;
	position: absolute;
	top: 25rem;
	right: 0;
	font-size: 0px;
	overflow: hidden;
	animation:fangda 2s infinite alternate;
}
.brief_bg img{
	width: 100%;
	height: auto;
}

.brief{ 
	width:78vw; 
	width: var(--mainwidth);
	height:auto; 
	overflow:hidden; 
	margin:0 auto;
	position: relative;
	z-index: 2;
}
.brief .two_tit_1_shu{background: #2f3030;}
.brief .two_tit_1_shu:before{
	background: #fff;
}
.brief .two_zi:after{
	background: #b07a42;
}
.brief_tit{
	width:100%;
	font-size: 1.875rem;
	color: #211d1b;
	line-height: 6.25rem;
	margin-top: 4rem;
	padding-left: 8rem;
	position: relative;
}
.brief_tit:after{
	content: '';
	width: 1.375rem;
	height: 1.375rem;
	border-radius:50%;
	position: absolute;
	top: 1.75rem;
	left: 5.25rem;
	border: 0.25rem solid #9c644d;
	animation: fly-shang 2s infinite alternate;   
}
@keyframes fly-shang {
    from { transform: translateY(0); }
    to   { transform: translateY(10px); }
}


.brief_list{
	width:100%;
	height: auto;
	margin-top: 3rem;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.brief_con{
	margin: 0px 3rem;
}
.brief_con_1{
	width: 100%;
	text-align: center;
}
.brief_con_1 img{
	height: 11.375rem;
	width: auto;
}
.brief_con_2{
	width:100%;
	height: auto;
	text-align: center;
	font-size: 1.25rem;
	color: #221e1d;
	font-weight: bold;
	line-height: 2.5rem;
	margin-top: 3.125rem;
}
.brief_con_3{
	width:100%;
	text-align: center;
	font-size: 1.125rem;
	color: #503e37;
	line-height: 2.625rem;
}

.brief_tita{
	margin-top: 7.5rem;
}

.ziti{
	width:100%;
	height: 25rem;
	display: flex;
	justify-content: space-between;
}
.ziti_left{
	font-size: 20.75rem;
	color: #9c644d;
	font-weight: bold;
	-webkit-text-stroke: 2px #2d2d2c;
	 font-family:Arial;
}
.ziti_right{
	width: 58%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ziti_1{
	width:100%;
	height: auto;
	font-size: 1.25rem;
	color: #221e1d;
	display: flex;
	justify-content: flex-start;
	line-height: 4rem;
}
.ziti_1 span{
	font-weight: bold;
	width: 11.625rem;
}
.ziti_2{
	width:100%;
	color: #221e1d;
	font-size: 1.125rem;
	opacity: 0.7;
	line-height: 3rem;
}
.ziti_2 span{ padding: 0px 1.25rem;}
.ziti_1a{ margin-top: 1.25rem;}	
.ziti_3{
	width:100%;
	color: #221e1d;
	font-size: 1.125rem;
	opacity: 0.7;
	line-height: 2rem;
	letter-spacing: 1.375rem;
}


.shell{
	width:78vw; 
	width: var(--mainwidth);
	margin: 0 auto;
	height:auto;
	position: relative;
	padding: 7.5rem 0;
}
.shell_img{
	width: 100%;
	height: auto;
	margin-top: 3.75rem;
}
.shell_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


.delight {
    width: 100%;
    height: auto;
    margin: 0 auto;
   position: relative;
	border-top: 6.25rem solid #ecba23;
	background: #e9e9e9 url("../images/jun_13.jpg") no-repeat right 8.625rem;
	background-size:56.0625rem;
	padding: 5.625rem 0 11.25rem 0;
	background-attachment: fixed;
}
.delight .two_tit,.delight .two_zi{
	width: 78vw;
    width: var(--mainwidth);
	margin: 0 auto;
	position: relative;
    z-index: 2;
}


.delight_img{
	width:100%;
	height: calc(100vw * 1562 / 1920);
	font-size: 0px;
	overflow: hidden;
	margin-top: -3.5rem;
	position: relative;
	z-index: 2;
}
.delight_img:after{
	content: '';
	width: 2px;
	height: 13rem;
	background: #ebc85d;
	position: absolute;
	top: 5.75rem;
	left: calc((100% - 73vw) / 2 + 7rem);
	left: calc((100% - var(--mainwidth)) / 2 + 7rem);
}

.delight_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.delight_bg{
	width:56.0625rem;
	height: 67.6875rem;
	font-size: 0px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 8.625rem;
}
.delight_bg img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.delight_bg1{
	width:64rem;
	height: 35.625rem;
	font-size: 0px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}
.delight_bg1 img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.shift_warp{
	width:100%;
	height: auto;
	background: #ecba23;
	position: relative;
	padding: 5.625rem 0 4rem 0;
	border-bottom: 6.25rem solid #503e37;
}
.shift{
	width: 73vw;
	width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	position: relative;
    z-index: 1;
}
.shift .two_zi:after{ background: #b07a42;}


.shift .two_tit_1_shu{background: #2f3030;}
.shift .two_tit_1_shu:before{
	background: #fff;
}

.shift_zimu{
	position: absolute;
	 left: -4rem;
	writing-mode: vertical-lr;
	font-size: 12rem;
	font-family:Arial;
	font-weight: bold;
	text-transform: uppercase;
	bottom: 4.5rem;
	color: #503e37;
}

.shift_zimu1{
	position: absolute;
	right: 0;
	writing-mode: vertical-lr;
	font-size:1.125rem;
	text-transform: uppercase;
	top:-11.25rem;
	color: #503e37;
	font-family:Arial;
}
.shift_zimu2{
	position: absolute;
	right: 0;
	writing-mode: vertical-lr;
	font-size:1.125rem;
	text-transform: uppercase;
	top:0;
	color: #503e37;
	padding-top: 15rem;
	font-family:Arial;
}
.shift_zimu2:after{
	content: '';
	width: 1px;
	height: 12.5rem;
	position: absolute;
	left: 50%;
	top: 0;
	background: #503e37;
}


.shift_con{
	width:100%;
	height: auto;
	margin-top: -1.375rem;
	padding-left: 47%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.shift_img{
	width: 19.25rem;
	height: 37.625rem;
	border: 0.5rem solid #000;
	border-radius:30px;
	overflow: hidden;
	margin-right: 5.5rem;
	margin-bottom: 5.5rem;
}
.shift_img:nth-child(2n){ margin-right: 0px; margin-top: -10.5rem;}

.shift_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.shift_bg{
	width:50.375rem;
	height: 67.6875rem;
	font-size: 0px;
	overflow: hidden;
	position: absolute;
	bottom: 9.25rem;
	left: 0;
	animation:fangda 2s infinite alternate;   
}
@keyframes fangda {
    from { transform: scale(1); }
    to   { transform: scale(1.05); }
}


.shift_bg img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


@media screen and (max-width:1023px)and (min-width:300px){

	.one_bg{
		height:200px;
	}

	.one_con{
		width:96vw;
		margin-top: -8rem;
	}
	.one_img{
		height: calc(96vw * 0.8466 * 660 / 1270);
	}

	.one_1{
		display: none;
	}
	.one_2{
		height: calc(96vw * 0.2066 * 600 / 310);
		top: 4rem;
		border-radius:10px;
	}


	.two_warp{
		padding-top: 8vh;
	}
	.two_bg{
		background: url("../images/jun_03.png") no-repeat left top;
		background-size: 100% auto;
		width: 70vw;
		height:100%;
	}



	.two{
		width: 96vw;
	}

	.two_tit_1{
		font-size: 4.25rem;
		width: 46%;
	}

	.two_tit_1_shu{
		width: 50%;
		bottom: 1.625rem;
	}

	.two_tit_2{
		font-size: 1.25rem;
		line-height: 1.75rem;
		margin-left: 1.75rem;
	}
	.two_tit_2:after{
		width: 4px;
		height:4px;
		right: -1.25rem;
		bottom: 3.75rem;
	}
	.two_zi{
		font-size: 2rem;
		padding-left: 1.25rem;
		line-height: 6rem;
	}
	.two_zi:after{
		width: 2rem;
		height: 2rem;
		top: calc(50% - 1rem);
	}


	.two_con{
		width: 100%;
		line-height: 2rem;
		margin-top: 0rem;
		font-size: 1.125rem;
		padding-bottom: 7vh;
	}



	.brief_warp{
		padding-top:4vh; 
		padding-bottom: 7vh;
	}
	.brief_bg{
		width:50vh;
		height: 100%;
		position: absolute;
		top: 0rem;
		display: flex;
		align-items: center;
	}


	.brief{ 
		width:96vw; 
	}

	.brief_tit{
		font-size: 1.5rem;
		line-height: 5.25rem;
		margin-top: 3vh;
		padding-left: 2.5rem;
	}
	.brief_tit:after{
		width: 1rem;
		height: 1rem;
		top: 1.75rem;
		left: 0rem;
		border: 0.125rem solid #9c644d;
	}


	.brief_list{
		margin-top: 3vh;
		display: flex;
		justify-content: center;
	}
	.brief_con{
		margin: 0px 0;
		width: 20%;
	}
	.brief_con_1{
		width: 100%;
		text-align: center;
	}
	.brief_con_1 img{
		height: auto;
		width: 90%;
	}
	.brief_con_2{
		line-height: 1.5rem;
		margin-top: 2.5vh;
	}
	.brief_con_3{
		line-height: 2rem;
	}

	.brief_tita{
		margin-top: 8vh;
	}

	.ziti{
		height: auto;
		display: flex;
		justify-content:center;
		flex-direction: column;
	}
	.ziti_left{
		font-size: 15rem;
		width: 100%;
		text-align: center;
		line-height: 15rem;
	}
	.ziti_right{
		width: 100%;
		margin-top: 2vh;
	}
	.ziti_1 span{
		width: 10rem;
	}



	.shell{
		width:96vw; 
		padding: 5vh 0;
	}
	.shell_img{
		margin-top: 3vh;
	}


	.delight {
		border-top: 4.25rem solid #ecba23;
		padding: 4vh 0 6vh 0;
		    background-size: 60%;
	}
	.delight .two_tit,.delight .two_zi{
		width: 96vw;
	}


	.delight_img{
		margin-top: -1.5rem;
	}
	.delight_img:after{
		display: none;
	}



	.shift_warp{
		padding: 4vh 0 6vh 0;
		border-bottom: 4.25rem solid #503e37;
	}
	.shift{
		width: 96vw;
	}

	.shift_zimu,.shift_zimu1,.shift_zimu2{
		display: none;
	}



.shift_con{
	margin-top: 6vh;
	padding-left: 0;
}
.shift_img{
	width: 49%;
	height: calc(96vw * 0.49 * 440 / 220);
	border: 0.5rem solid #000;
	border-radius:30px;
	overflow: hidden;
	margin-right:2%;
	margin-bottom: 1rem;
}
.shift_img:nth-child(2n){ margin-right: 0px; margin-top: -6.5rem;}



}
