﻿@charset "utf-8";

@font-face {
    font-family: pmzd;
    src: url('../font/pmzd.woff2');
	font-display: swap;
}

/*头部导航*/

.one{
	width:100%;
	height: 100vh;
	position: relative;
	background: url("../images/quan_bg_01.jpg") no-repeat center;
	background-size:cover;
	z-index: 2;
}
.one_bg{
	width: 9.74vw;
	height: calc(100vw * 0.0974 * 614 / 187);
	position: absolute;
	left: 0;
	top: calc((100% - 100vw * 0.0974 * 614 / 187) / 2);
	
}
.one_bg_2{
	width: 100%;
	height: 100%;
	background: url("../images/quan1_02.png") no-repeat center top;
	background-size:cover;
	animation: fangda 2s infinite normal ease;
	position: absolute;
	top: 0;
	left: 0;
}
.one_bg_1{
	font-size: 1rem;
	color: #fff;
	writing-mode: vertical-lr;
	position: absolute;
	right: 2.25rem;
	top: 35%;
	line-height: 1.5rem;
	transform:rotate(-5deg);
	z-index: 3;
}


.one_con{
	width:92vw; 
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	position: relative;
	z-index: 2;
	transform: translateY(4rem);
}
.one_1{
	width:100%;
	color: #0d0d0d;
	font-size: 3.5rem;
	text-align: right;
}
.one_1 span{
	color: #d12718;
	font-weight: bold;
}


.one_2{
	width:100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin-top: 3.5rem;
}
.one_2_1{
	width:71.85%;
	height: calc(92vw * 0.7185 * 605 / 1269);
	font-size: 0px;
	overflow: hidden;
	border-radius: 35px;
}
.one_2_1 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;
}
.one_2_2{
	color: #c71a00;
	font-size: 4rem;
	font-family: Gotham;
	position: absolute;
	left: 0;
	text-align: right;
	width: 23%;
	line-height: 4rem;
	top: 3.5rem;
}
.one_2_3{
	color: #000;
	font-size: 3.75rem;
	font-family: Gotham;
	position: absolute;
	left: 0;
	width: 21%;
	line-height: 4rem;
	top: 8.5rem;
	text-transform: uppercase; 
	writing-mode: vertical-lr;
	height: 37.25rem;
	display: flex;
    align-items: flex-end;
}



.two_warp{
	width:100%;
	background: url("../images/quan_bg_02.jpg") no-repeat center top;
	height: calc(100vw * 835 / 1925);
	position: relative;
	overflow: hidden;
}
.two{
	width:78vw; 
	width: var(--mainwidth);
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
.two_en{
	width:100%;
	color: #d1d1d1;
	font-size: 2.625rem;
	line-height: 2.875rem;
	font-family: Gotham;
	text-transform: uppercase; 
	font-style: italic;
	position: relative;
}
.two_en span{
	position: relative;
	z-index: 2;
}
.two_en_1{
	-webkit-text-stroke: 1px rgba(0,0,0,0.16);
    color: transparent;
	font-size: 2.625rem;
	line-height: 2.875rem;
	position: absolute;
	top: -5px;
	left: 0;
		
}
.two_tit{
	width:100%;
	color: #000000;
	font-size: 3rem;
	font-weight: bold;
	line-height: 5.875rem;
}
.two_tit span{
	position: relative;
}
.two_tit span:after{
	content: '';
	width: 1.375rem;
	height: 1.375rem;
	background: #c11300;
	position: absolute;
	top:0;
	right: -2.5rem;
	border-radius:50%;
	animation: go 1s ease-in-out alternate infinite;
}

@keyframes go {
   0% {
       -webkit-transform: rotate(10deg);
       -webkit-transform-origin: top center;
       -moz-transform: rotate(10deg);
       -moz-transform-origin: top center;
       transform: rotate(10deg);
       transform-origin: top center;
    }
    100% {
       -webkit-transform: rotate(-10deg);
       -webkit-transform-origin: top center;
       -moz-transform: rotate(-10deg);
       -moz-transform-origin: top center;
       transform: rotate(-10deg);
       transform-origin: top center;
    }
}

.two_con{
	font-size: 1rem;
	color: #000000;
	line-height: 2rem;
	width: 60%;
	height: auto;
	margin-top: 3.125rem;
	padding-bottom: 10.75rem;
	
}




.limited_warp{
	width: 100%;
	height: calc(100vw * 1542 / 1926);
	background: url("../images/quan_bg_04.jpg") no-repeat center top;
	position: relative;
	z-index: 2;
	border-top: 2px solid #c11300;
}

.limited{
	width:78vw; 
	width: var(--mainwidth);
	margin: 0 auto;
	position: relative;
	height: auto;
	padding-top: 24vh;
}
.limited_biao{
	position: absolute;
	top: 24vh;
	left: 0;
	width: 100%;
	height: auto;
}
.limited .two_en{ text-align: right;}
.limited .two_en_1{ text-align: right;width: 100%;}
.limited .two_tit{ text-align: right;}
.limited .two_tit span:after{ right:inherit; left: -2.5rem;}

.limited_con{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
}
.limited_con_1{
	width: 48.53%;
	height: calc(73vw * 0.4853 * 1462 / 725);
	height: calc(var(--mainwidth) * 0.4853 * 1462 / 725);
	position: relative;
	z-index: 2;
	border-radius: 39px;
    overflow: hidden;
}
.limited_con_2{
	width: 45.13%;
	height: calc(73vw * 0.4513 * 1342 / 677);
	height: calc(var(--mainwidth) * 0.4513 * 1342 / 677);
	margin-top: 17rem;
	transform: translateX(-4rem);
}
.limited_con_1 img,.limited_con_2 img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.limited_bg{
	background: url("../images/quan2_03.png") no-repeat left;
	background-size:cover;
	width: 10.83vw;
	height: calc(100vw * 0.1083 * 635 / 209);
	position: absolute;
	right: 0;
	bottom: 16%;
	animation: fangda 2s infinite normal ease;
}
@keyframes fangda {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
	100% {
        transform: scale(1);
    }
}


.design{
	width: 100vw;
    margin: 0 auto;
    position: relative;
    height: calc(100vw * 1987 / 1926);
	background: url("../images/quan_bg_05.jpg") no-repeat center top;
	background-size:cover;
	border-top: 2px solid #c11300;
	padding-top: 27.875rem;
}
.design_bg{
	width: 28vw;
	height: 28vw;
	background: #c61601;
	border-radius:50%;
	position: absolute;
	left: 8vw;
	bottom: -7.2vw;
	z-index: 3;
}


.design_con{
	width:100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 4;
}
.design_img{
	width:31.875%;
	height: auto;
	font-size: 0px;
	position: relative;
	
}
.design_img:first-child{transform: translateX(-3.375rem);}
.design_img:last-child{transform: translateX(3.375rem);}
.design_img:after{
	content: '';
	width: calc(100% - 1rem);
	height: 17.5rem;
	position: absolute;
	top: 0;
	left: 0;
	border: 0.5rem solid #000000;
	border-radius:40px;
}
.design_img img{
	width:100%;
	height:auto;
	object-fit: cover;
	object-position: center;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	-moz-box-shadow: 0px 4px 35px 0 rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 4px 35px 0 rgba(0,0,0,0.08);
    box-shadow: 0px 4px 35px 0 rgba(0,0,0,0.08);
}




.three_warp{
	width: 100%;
	  margin: 0 auto;
    position: relative;
    height: calc(100vw * 1874 / 1926);
	background: url("../images/quan_bg_06.jpg") no-repeat center top;
	background-size:cover;
	padding-top:33.25rem;
}
.three{
	width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto;
}
.three_tit{
	width: 78vw;
    width: var(--mainwidth);
    margin: 0 auto;
	height: auto;
}
.three_bei{
	width:100%;
	background: url("../images/quan_29.png") no-repeat center;
	height: 15rem;
	background-size:cover;
	margin-top: 5rem;
}
.three_con{
	width: 78vw;
    width: var(--mainwidth);
    margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.three_biao{
	font-size: 4.75rem;
	color: #000;
	font-weight: bold;
	height: 100%;
	display: flex;
	align-items: center;
}
.three_yan{
	display: flex;
	justify-content: flex-start;
	padding-left: 8.26%;
}
.three_yan>div{
	width: 8.5rem;
	height: 8.5rem;
	border-radius:50%;
	position: relative;
	
}
.three_1{background: #252532;margin-top: 2rem;}
.three_2{
	background: #d2d8e0;
	margin-left: -3rem;
	margin-top: 3.125rem;
	animation: go 1s ease-in-out alternate infinite;
}
.three_2_1{
	background: #d2d8e0;
	width: 2px;
	height: 2.25rem;
	position: absolute;
	bottom: -2.25rem;
	left: calc(50% - 1px);
}
.three_2_2{
	width:100%;
	font-size: 1.125rem;
	color: #000;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -5.75rem;
	text-transform: uppercase;
}
.three_2_2 span{
	color: #980403;
}

.three_3{
	background: #d83a2f;
	margin-left: -4.25rem;
	margin-top: 4.125rem;
}
.three_4{
	background: #c9251a;
	margin-left: -4.25rem;
	margin-top: 4.125rem;
}
.three_5{
	background: #980403;
	margin-left: -4.25rem;
	margin-top: 4.125rem;
	z-index: 3;
	animation: go 1s 1s ease-in-out alternate infinite;
}
.three_6{
	background: #777777;
	margin-left: -3rem;
	margin-top: 3.125rem;
	z-index: 2;
}
.three_7{background: #f7f8fb;margin-top: 2rem;margin-left: -4.25rem;}


.three_zi {
    width: 78vw;
    width: var(--mainwidth);
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
	margin-top: 8.75rem;
}
.three_zi_you{
	width: 65%;
	display: flex;
	justify-content: space-between;
}
.three_zi .three_biao{
	display: flex;
	align-items: center;
	height:initial;
}
.three_a{
	display: flex;
	align-items: center;
	color: #c9251a;
	font-size: 20.75rem;
	font-weight: bold;
}
.three_right_1{
	font-size: 1.375rem;
	color: #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.three_right_1_1{
	display: flex;
	justify-content: flex-start;
	font-size:1rem;
	margin-left:1rem;
}
.three_right_1_1 span{
	margin-left: 1rem;
}
.three_right_2{
	width:100%;
	height: auto;
	margin-top: 1.25rem;
}
.three_right_2 span{
	display: block;
	letter-spacing: 0.5rem;
	line-height: 2.875rem;
}
.three_right_2 span:nth-child(2){
	opacity: 0.55;
}
.three_right_2 span:nth-child(3){
	opacity: 0.17;
}

.three_right_1a{
	margin-top: 4.25rem;
}


.four_warp{
	width: 100%;
	  margin: 0 auto;
    position: relative;
    height: calc(100vw * 1911 / 1926);
	background: url("../images/quan_bg_07.jpg") no-repeat center top;
	background-size:cover;
}
.four{
	width:78vw; 
	width: var(--mainwidth);
	margin: 0 auto;
	padding-top: 12.875rem;
}
.four_img{
	width:100%;
	height: calc(73vw * 785 / 1510);
	height: calc(var(--mainwidth) * 785 / 1510);
	font-size: 0px;
	overflow: hidden;
	margin-top: -2.75rem;
}
.four_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
}
.four_zi{
	width:80%;
	height: auto;
	color: #000000;
	font-size: 6.125rem;
	line-height: 8.125rem;
	text-transform: uppercase;  
	font-family: Gotham;
	margin: 0 auto;
	margin-top: 14rem;
}
.four_zi span{
	padding-left: 12.25rem;
}


.five{
	width: 100%;
	  margin: 0 auto;
    position: relative;
    height: calc(100vw * 2254 / 1926);
	
}
.five_bg{
	width:100%;
	background: url("../images/quan_bg_08.jpg") no-repeat center top;
	background-size:cover;	
	height: calc(100vw * 900 / 1926);
	position: absolute;
	top:0;
	left: 0;
}
.five_bg1{
	width:100%;
	background: url("../images/quan_bg_09.jpg") no-repeat center top;
	background-size:cover;	
	height: calc(100vw * 976 / 1926);
	position: absolute;
	top:calc(100vw * 900 / 1926);
	left: 0;
}
.five_bg2{
	width:100%;
	background: url("../images/quan_bg_10.jpg") no-repeat center top;
	background-size:cover;	
	height: calc(100vw * 578 / 1926);
	position: absolute;
	bottom:0;
	left: 0;
}

.five_img{
	width:100%;
	height: 62.375rem;
	font-size: 0px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	position: absolute;
	top: -36.25rem;
	left: 0;
}
.five_img img{
	width:auto;
	height: 100%;
	object-fit: cover;
	object-position: center;
}



.five_con{
	width:78vw; 
	width: var(--mainwidth);
	margin: 0 auto;
	height: auto;
	padding-top: 29.75rem;
}
.five_list{
	width:78vw; 
	width: var(--mainwidth);
	margin: 0 auto;
	height: auto;
	margin-top: 1.5rem;
	position: relative;
	display: flex;
	justify-content: flex-start;
}
.five_1{
	width: 20.53%;
	margin-right: 7.3%;
	padding-top: 6.5rem;
	position: relative;
}
.five_1:nth-child(2){ padding-top: 22rem;}
.five_1:nth-child(3){ padding-top: 0;}

.five_1:nth-child(3):after{
	content: '';
	width: 100%;
	border: 0.5rem solid #000;
	border-bottom: none;
	position: absolute;
	left: -0.5rem;
	top: -0.5rem;
	border-radius:20px;
	height: 13.25rem;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.five_1:nth-child(3) img{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}


.five_1 img{
	width: 100%;
	height: auto;
	border-radius:32px;
}
.five_1 img:nth-child(2){ margin-top: 6.25rem;}
.five_list_con:first-child{
	padding-top: 8.5rem;
}
.five_list_con:nth-child(3){
	padding-top: 10.25rem;
	margin-right: 0;
}

.five_2{
	 writing-mode: vertical-lr;
	font-size: 14rem;
	color: transparent;
	-webkit-text-stroke: 1px rgba(0,0,0,0.16);
	font-family: pmzd;
	text-transform: uppercase; 
	position: absolute;
	bottom: 0;
	right: -7rem;
}
.five_2 span{
	color: #c11300;
	-webkit-text-stroke: 1px #c11300;
	
}
.five_typeright{
	width: 92%;
	margin: 0 auto;
	font-size: 1.125rem;
	color: #000;
	line-height: 1.875rem;
	position: relative;
	z-index: 2;
}
@media screen and (max-width:1599px)and (min-width:1440px){
	.one_2_3{    font-size: 3.5rem;}
	.two_con{ padding-bottom: 7rem;}
	.three_warp { height: calc(100vw * 2074 / 1926);}
	.five_img{ top: -30rem;}
	.five {  height: calc(100vw * 2654 / 1926);}
	.five_bg1 {  height: calc(100vw * 1176 / 1926);}
}
@media screen and (max-width:1439px)and (min-width:1366px){
	.one_2_3{    font-size: 3.5rem;}
	.two_con{ padding-bottom: 5rem;}
	.three_warp { height: calc(100vw * 2174 / 1926);}
	.five_img{ top: -26rem; height: 58rem;}
	.five {  height: calc(100vw * 2654 / 1926);}
	.five_bg1 {  height: calc(100vw * 1176 / 1926);}
	.three_a{ font-size:16rem;}
	.three_biao{ font-size:4.25rem;}
	.four_zi { width:100%;line-height: 6.5rem;}
	.five_2 {font-size: 12.75rem;}
}
@media screen and (max-width:1365px)and (min-width:1280px){
	.one_con {transform: translateY(2rem);}
	.one_2_2{ top: 2rem;}
	.one_2_3{    font-size: 3.5rem; top: 7rem;}
	.one_2_1 { border-radius: 21px;}
	.two_con{ padding-bottom: 4rem;}
	.three_warp { height: calc(100vw * 2174 / 1926);}
	.five_img{ top: -26rem; height: 58rem;}
	.five {  height: calc(100vw * 2654 / 1926);}
	.five_bg1 {  height: calc(100vw * 1176 / 1926);}
	.three_a{ font-size:16rem;}
	.three_biao{ font-size:4.25rem;}
	.four_zi { width:100%;line-height: 6.5rem;}
	.five_2 {font-size: 12rem; right: -6rem;}
}
@media screen and (max-width:1280px)and (min-width:1024px){

}
@media screen and (max-width:1023px)and (min-width:300px){
	.one{
		height: 280px;
		
	}
	.one_bg{
		display: none;
	}

	.one_con{
		transform: translateY(2rem);
	}
	.one_1{
		font-size: 2rem;
	}
	.one_2{
		margin-top: 2rem;
	}
	.one_2_1{
		width:70%;
		height: calc(92vw * 0.7 * 605 / 1269);
		border-radius: 10px;
	}
	.one_2_2{
		font-size: 2.75rem;
		line-height: 3rem;
		top: 1.5rem;
	}
	.one_2_3{
		display: none;
	}



	.two_warp{
		height:auto;
		background-size:cover;
		padding-top: 14vh;
	}
	.two{
		width:92vw; 
	}
	.two_en{
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.two_en_1{
		font-size: 2.25rem;		
		line-height: 2.5rem;
	}
	.two_tit{
		font-size: 2rem;
		line-height: 5.25rem;
	}

	.two_tit span:after{
		content: '';
		width: 1rem;
		height: 1rem;
		right: -2rem;
	}
	.two_con{
		width: 100%;
		margin-top: 1rem;
		padding-bottom:4rem;
	}




	.limited_warp{
		width: 100%;
		height: auto;
		background-size:cover;
	}

	.limited{
		width:92vw; 
		padding-top: 8vh;
		padding-bottom: 8vh;
	}
	.limited_biao{
		top: 10vh;
	}

	.limited .two_tit span:after{ right:inherit; left: -2rem;}


	.limited_con_1{
		width: 48.53%;
		height: calc(92vw * 0.4853 * 1462 / 725);
		border-radius: 10px;
	}
	.limited_con_2{
		width: 45.13%;
		height: calc(92vw * 0.4513 * 1342 / 677);
		margin-top: 12rem;
		transform: translateX(-4rem);
	}


	.design{
		width: 100%;
		height: auto;
		background-size:cover;
		padding:8vh 0vh;
	}
	.design_bg{
		bottom: 16vh;
	}

	.design_img:first-child{transform: translateX(-2rem);}
	.design_img:last-child{transform: translateX(2rem);}
	.design_img:after{
		content: '';
		width: calc(100% - 10px);
		height: 17.5rem;
		border: 5px solid #000000;
		border-radius:10px;
		top: 1px;
	}
	.design_img img{
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}




	.three_warp{
		height: auto;
		padding: 8vh 0;
	}

	.three_tit{
		width: 92vw;
	}
	.three_bei{
		width:100%;
		background:none;
		height: auto;
		margin-top: 2rem;
	}
	.three_con{
		width: 92vw;
		justify-content: center;
		flex-direction: column-reverse;
	}
	.three_biao{
		width: 100%;
		justify-content: center;
		font-size: 2rem;
	}
	.three_yan{
		justify-content: center;
		padding-left: 0;
		border-top: 1px solid rgba(0,0,0,0.1);
		margin-top: 2rem;
	}
	.three_yan>div{
		width: 90px;
		height: 90px;
	}


	.three_zi {
		width: 92vw;
		justify-content: center;
		flex-direction: column;
		margin-top: 10rem;
	}
	.three_zi_you{
		width:100%;
		display: flex;
		justify-content:center;
		flex-direction: column;
	}

	.three_a{
		justify-content: center;
		font-size: 16rem;
	}


	.four_warp{
		height: auto;
		padding: 8vh 0;
	}
	.four{
		width:92vw; 
		padding-top:0;
	}
	.four_img{
		height: calc(92vw * 785 / 1510);
		margin-top: 2rem;
	}
	.four_zi{
		width:100%;
		font-size: 3rem;
		line-height: 4rem;
		margin-top: 6rem;
	}
	.four_zi span{
		padding-left: 4rem;
	}


	.five{
		height: auto;

	}
	.five_bg{ height: 400px;}
	.five_bg1 {
    height: 500px;
    top: 400px;
}
	.five_bg2{ height: 160px;}


	.five_img{
		width:100%;
		height: 30rem;
		top: -10rem;
		left: 0;
	}


.five_con{
	width:92vw; 
	padding-top: 20rem;
}
.five_list{
	width:92vw; 
	    margin-top: 0;
}
.five_1{
	width: 23%;
	margin-right: 5%;
	padding-top: 3.5rem;
	position: relative;
}
.five_1:nth-child(2){ padding-top: 9rem;}
.five_1:nth-child(3){ padding-top: 0;}

.five_1:nth-child(3):after{
	border: 3px solid #000;
	left: -3px;
	top: -3px;
	border-radius:7px;
	height: 60px;
	border-bottom: none;
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.five_1 img{
	border-radius:7px;
}
.five_1 img:nth-child(2){ margin-top: 1rem;}
.five_list_con:first-child{
	padding-top: 8.5rem;
}
.five_list_con:nth-child(3){
	padding-top: 10.25rem;
	margin-right: 0;
}

.five_2{
	font-size: 5rem;
	right: -1.5rem;
}
	.five_typeright{
		padding-bottom: 6vh;
	}
}
