﻿@charset "utf-8";
/*头部导航*/
@font-face {
    font-family: m_h_demo;
    src: url('../font/Fontfabric-Mont-Heavy-DEMO-2.woff2');
	font-display: swap;
}

.one{
	width:100%;
	height: 100vh;
	position: relative;
}
.one:after{
	content: '';
	width: 54%;
	height: 100%;
	background: #144386;
	position: absolute;
	top: 0;
	right: 0;
}
.one_bg{
	width:16.66%;
	height: calc(100vw * 0.1666 * 254 / 319);
	font-size: 0px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
}
.one_bg img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.one_biao{
	text-transform: uppercase;
	font-size: 1rem;
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	line-height: 1.125rem;
	position: absolute;
	right: 2.5%;
	top: 17.8vh;
	border: 2px solid #fff;
	z-index: 2;
	padding: 8px;
	text-align: right;
}

.one_con{
	width:73vw;
	width: var(--mainwidth);
	height: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 8vh;
}
.one_left{
	width: 35.71%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.one_left:after{
	content: '';
	width:16.66vw;
	height: calc(100vw * 0.1666 * 254 / 319);
	background: url("../images/sr_index_06.jpg") no-repeat center;
	background-size:cover;
	position: absolute;
	top: 0;
	right:-5rem;
}
.one_1{
	width:100%;
	color: #000;
	font-family: Arial;
	font-weight: bold;
	font-size: 2.25rem;
	text-transform: uppercase;
}
.one_2{
	width:100%;
	font-size: 1.125rem;
	color: #2356a0;
	font-weight: bold;
	position: relative;
	line-height: 2.5rem;
	padding-left: 1.5rem;
}
.one_2:after{
	content: '';
	position: absolute;
	left: 0;
	background: #2356a0;
	width: 0.25rem;
	height: 1.125rem;
	top: calc(50% - 0.5625rem);
}
.one_3{
	width:100%;
	margin-top: 10.65vh;
	display: flex;
	justify-content: flex-start;

}
.one_3 span{
	width: 4.5rem;
	height: 4.5rem;
	background: #d80d18;
	border-radius:50%;
	margin-right: 2.25rem;
	
}
.one_3 span:nth-child(2){background: #144386; animation: fly-l 5s infinite alternate;mix-blend-mode:color;}


@keyframes fly-l {
    from { transform: translateX(0); }
    to   { transform: translateX(-6.75rem); }
}


.one_4{
	width:100%;
	color: #000;
	font-size: 1.5rem;
	line-height: 3.5rem;
	margin-top: 2rem;
}
.one_5{
	width:100%;
	height: auto;
	font-size: 1rem;
	color:rgba(0,0,0,0.8);
	line-height: 1.875rem;
}
.one_right{
	width:58.25%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index: 2;
}
.one_img{
	width:100%;
	height: calc(73vw * 0.5825 * 563 / 815);
	height: calc(var(--mainwidth) * 0.5825 * 563 / 815);
	position: relative;
	margin-top: -5rem;
	z-index: 2;
}
.one_img:after{
	content: '';
	width: 100%;
	height: 100%;
	background: url("../images/sr_index_03_01.png") no-repeat left;
	background-size:cover;
	position: absolute;
	top: 0;
	left: 0;
	border-radius:20px;
}
.one_img:before{
	content: '';
	width: 100%;
	height: calc(73vw * 0.5825 * 125 / 817);
	height: calc(var(--mainwidth) * 0.5825 * 125 / 817);
	background: url("../images/sr_index_03_02.png") no-repeat left;
	background-size:cover;
	position: absolute;
	bottom:  calc(-1 * (73vw * 0.5825 * 125 / 817));
	bottom:  calc(-1 * (var(--mainwidth) * 0.5825 * 125 / 817));
	left: 0;
}
.one_zi{
	position: absolute;
	bottom: -4.25rem;
	left: 2.5rem;
	font-size: 22.875rem;
	font-family: m_h_demo;
	color: #2356a0;
	line-height: 22.875rem;
}


.two{
	width: 100%;
	height: auto;
	margin-top: 14vh;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.two_img{
	width:48.54%;
	height: calc(100vw * 0.4854 * 579 / 933);
	font-size: 0px;
	overflow: hidden;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}
.two_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.two_right{
	width: 51.46%;
	padding-right: calc((100vw - 73vw) / 2);
	padding-right: calc((100vw - var(--mainwidth)) / 2);
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
.two_con{
	width: 100%;
	height: auto;
	background: #f6f6f6;
	padding: 4rem;
}
.two_1{
	width:100%;
	height: auto;
	font-size: 1rem;
	color:rgba(0,0,0,0.8);
	line-height: 1.875rem;
	margin-top: 2.5rem;
}
.brief_warp{
	width:100%;
	height: auto;
	margin-top:9vh; 
	margin-bottom: 11.33vh;
	position: relative; 
}
.brief_warp .one_bg{
	left: inherit;
	right: 0;
	top: 0;
}
.brief{ 
	width:73vw; 
	width: var(--mainwidth);
	height:40rem; 
	overflow:hidden; 
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	
}
.brief_left{ width:48%; position: relative;
}
.brief_left_bei{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}


.brief_left_1{
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
.brief_left_1:nth-child(2){ left:27.09%;}
.brief_left_1:nth-child(3){ left:54.19%;}
.brief_left_2{
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(0,0,0,0.2);
}


.brief_1{ font-size:1.875rem; color:#000; margin-top: 5.25rem;}
.brief_2{ font-size:6.25rem; color:#000; font-weight: bold; line-height: 11.875rem;}
.brief_3{ font-size:1.875rem; color:rgba(0,0,0,0.5); line-height:3.75rem; margin-bottom: 4.5rem;}
.brief_3 span{ margin: 0 5.75rem;}
.brief_4{
	width:100%;
	font-size: 1rem;
	color: #000;
	display: flex;
	justify-content: space-between;
	align-items: center;  11  35
}
.brief_4 span:nth-child(2){ font-size: 1.375rem;}
.brief_4 span:nth-child(3){ font-size: 1.75rem;}
.brief_4 span:nth-child(4){ font-size: 1.875rem;}
.brief_4 span:nth-child(5){ font-size: 2.25rem;}
.brief_4 span:nth-child(6){ font-size:3.125rem;}


.brief_right{ 
	width:49.57%; 
	height: auto; 
}
.brief_5{
	width:100%;
	height: auto;
	display: flex;
	justify-content: center;
	margin-top: 10.875rem;
}
.brief_5 span{
	border: 0.625rem solid #d80d18;
	color: #d80d18;
	font-size: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8.125rem;
	height: 8.125rem;
	margin: 0 1.875rem;
	-moz-box-shadow: 0px 14px 40px 0 rgba(0,0,0,0.14);
    -webkit-box-shadow:0px 14px 40px 0 rgba(0,0,0,0.14);
    box-shadow: 0px 14px 40px 0 rgba(0,0,0,0.14);
	position: relative;
		-webkit-transition: all ease .3s;
	transition: all ease .5s;
}
.brief_5 span:nth-child(2){
	border: 0.625rem solid #000;
	color: #000;
}
.brief_5 span:nth-child(3){
	border: 0.625rem solid #fff;
	color: rgba(0,0,0,0.5);

}
.brief_5 span:nth-child(3):after{
	content: '';
	width: 100%;
	height: 100%;
	border: 0.625rem solid #fff;
	position: absolute;
	top: -0.625rem;
	left: -0.625rem;
	-moz-box-shadow:inset 0px 14px 40px 0 rgba(0,0,0,0.14);
    -webkit-box-shadow:inset 0px 14px 40px 0 rgba(0,0,0,0.14);
    box-shadow:inset 0px 14px 40px 0 rgba(0,0,0,0.14);
	-webkit-transition: all ease .3s;
	transition: all ease .5s;
}

.brief_5 span:hover{
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	border-radius: 50%
}
.brief_5 span:hover:nth-child(3):after{
	border-radius: 50%;
}

.shell_warp{
	width:100%;
	height: auto;
	margin-top: 9vh;
	position: relative;
}
.shell{
	width:75vw; 
	width: var(--mainwidth);
	margin: 0 auto;
	height:auto;
	position: relative;
	padding-bottom: 8.5rem;
}
.shell:after{
	content: '';
	width: 62.42%;
	height: 100%;
	background: #144386;
	position: absolute;
	left: 0;
	top: 0;
	background-attachment: fixed;
}
.shell .one_1,.shell .one_2{ 
	text-align: right;
}
.shell_tit{
	width:100%;
	font-size: 1.125rem;
	color: #2356a0;
	font-weight: bold;
	position: relative;
	line-height: 2.5rem;
	display: flex;
	justify-content: flex-end;
	
}
.shell_tit span{
	position: relative;
	padding-left: 1.5rem;
}
.shell_tit span:after{
	content: '';
	position: absolute;
	left: 0;
	background: #2356a0;
	width: 0.25rem;
	height: 1.125rem;
	top: calc(50% - 0.5625rem);
}
.shell_img{
	width:100%;
	height: auto;
	margin-top: 5.625rem;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 5;
}
.shell_tu{
	width:73%;
	height: calc(73vw * 0.73 * 600 / 1022);
	height: calc(var(--mainwidth) * 0.73 * 600 / 1022);
	font-size: 0px;
	overflow: hidden;
	-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);
}
.shell_tu 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;
}
.shell_en{
	width:100%;
	text-align: center;
	color:rgba(0,0,0,0.1);
	font-size: 25.375rem;
	font-family: m_h_demo;
	position: absolute;
	bottom: -9.25rem;
	z-index: 3;
	
}

.delight_warp{
	width:100%;
	height: auto;
	padding-bottom: 30vh;

	position: relative;
	margin-top: 10vh;
}
.delight_warp .one_bg{
	left: inherit;
    right: 0;
    bottom: 40rem;
}
.delight_tit{
	 width: 75vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
}

.delight_en {
    text-transform: uppercase;
    font-size: 1rem;
    color: #000;
    font-family: Arial;
    font-weight: bold;
    line-height: 1.125rem;
    position: absolute;
    right: 2.5%;
    top: -1.25rem;
    border: 2px solid #000;
    z-index: 2;
    padding: 8px;
    text-align: right;
}
.delight_bg{
	width:13.4375%;
	height: calc(100vw * 0.134375 * 523 / 258);
	font-size: 0px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: -5rem;
}
.delight_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;
}


.delight_bg1{
	width:19.94%;
	height: calc(100vw * 0.1994 * 605 / 383);
	font-size: 0px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -13.25rem;
}
.delight_bg1 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;
}

.delight_wen{
	text-transform: uppercase;
	position: absolute;
	left: -16.5rem;
	font-size: 25.375rem;
	color: rgba(0,0,0,0.05);
	font-family: m_h_demo;
	writing-mode: vertical-lr;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
}


.delight {
    width: 75vw;
    width: var(--mainwidth);
    height: auto;
    margin: 0 auto;
   position: relative;
	height: calc(75vw * 0.5542 * 1586 / 775);
	height: calc(var(--mainwidth) * 0.5542 * 1586 / 775);
}

.delight_img{
	width:55.42%;
	height: calc(75vw * 0.5542 * 1558 / 776);
	height: calc(var(--mainwidth) * 0.5542 * 1558 / 776);
	font-size: 0px;
	overflow: hidden;
	position: absolute;
	z-index: 3;
	left: 0;
	top:7.75rem;
	-moz-box-shadow: 4px 7px 43px rgba(0,0,0,0.24);
    -webkit-box-shadow: 4px 7px 43px rgba(0,0,0,0.24);
    box-shadow: 4px 7px 43px rgba(0,0,0,0.24);
}

.delight_img1{
	float: right;
	width:55.42%;
	height: calc(75vw * 0.5542 * 1586 / 775);
	height: calc(var(--mainwidth) * 0.5542 * 1586 / 775);
	font-size: 0px;
	overflow: hidden;
	position:  relative;
	z-index: 2;
	right: 0;
	top: 0;
	-moz-box-shadow: 4px 7px 43px rgba(0,0,0,0.24);
    -webkit-box-shadow: 4px 7px 43px rgba(0,0,0,0.24);
    box-shadow: 4px 7px 43px rgba(0,0,0,0.24);
}
.delight_img img,.delight_img1 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;
}



.impression{
	width:100vw; 
	height: calc(100vw * 900 / 1920);
	margin: 0 auto;
	background: #2356a0;  background-attachment: fixed;
}




.in_part5{ position: relative; z-index: 1; overflow: hidden; height: 100%;}
.in_part5 .img{position: absolute; left: 0; top: 0; width: 100%; height:100%; overflow: hidden;}
.in_part5 .img ul{ width: 100%; height: 100%;  transform:rotate(-10deg);}
.in_part5 .img li{float: left; width: 33.33%; box-sizing: border-box; padding:0 20px; list-style: none;}
.in_part5 .img li img{width: 100%; margin-bottom: 40px;}
.in_part5 .img li:nth-child(2){ margin-top: -30%;}




.grace_warp{
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 10vh;
}
.grace{
	width:75vw; 
	width: var(--mainwidth);
	margin: 0 auto;
	height:  auto;
	position: relative;
}
.grace_con {
    width: 50%;
    height: auto;
}
.grace_con .one_4{ margin-top: 6.75rem;}
.grace_con .one_5{ margin-top: 1.25rem;}
.grace_all{
	width:100%;
	height: calc(73vw * 812 / 1400);
	height: calc(var(--mainwidth) * 812 / 1400);
	margin-top: -3.5rem;
	position: relative;
}


.grace_1{
	width:20.5%;
	height: calc(73vw * 0.205 * 806 / 287);
	height: calc(var(--mainwidth) * 0.205 * 806 / 287);
	position: absolute;
	right: 5%;
	top: calc(-1 * (73vw * 0.205 * 806 / 287 * 0.459));
	top: calc(-1 * (var(--mainwidth) * 0.205 * 806 / 287 * 0.459));
}
.grace_2{
	width:62.57%;
	height: calc(73vw * 0.6257 * 452 / 876);
	height: calc(var(--mainwidth) * 0.6257 * 452 / 876);
	position: absolute;
	left: -5.427%;
	bottom: 4.9%;
}
.grace_3{
	width:62.57%;
	height: calc(73vw * 0.6257 * 452 / 876);
	height: calc(var(--mainwidth) * 0.6257 * 452 / 876);
	position: absolute;
	left: 48.57%;
	bottom: 4.9%;
}
.grace_4{
	width:56%;
	height: calc(73vw * 0.56 * 443 / 784);
	height: calc(var(--mainwidth) * 0.56 * 443 / 784);
	position: absolute;
	left: 22.71%;
	top:0;
}
.grace_1 img,.grace_2 img,.grace_3 img,.grace_4 img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.grace_bg{
	position: absolute;
	top: 0;
	right: 0;
}
.grace_bg_1{
	width: 16.25rem;
	height: 16.25rem;
	background: #2356a0;
	opacity: 0.2;
	border-radius:50%;
	top: -8.125rem;
	right: -3.5rem;
	position: absolute;
}
.grace_bg_2{
	width: 2rem;
	height: 2rem;
	background: #fff;
	border-radius:50%;
	top: 6.875rem;
	right: 12.75rem;
	position: absolute;
	border: 0.5rem solid #2356a0;
	-webkit-transition: all 1s ease;transition: all 1s ease;
}
.grace_bg_2:hover{-webkit-transform: rotateY(360deg); transform: rotateY(360deg);}
.grace_bg_3{
	width: 1.25rem;
	height: 1.25rem;
	background: transparent;
	border-radius:50%;
	top: 2rem;
	right: 5.875rem;
	position: absolute;
	border: 2px solid #2356a0;
}
.grace_bg_4{
	width: 8.75rem;
	height: 8.75rem;
	background: transparent;
	border-radius:50%;
	top: 2.625rem;
	right: -4.375rem;
	opacity: 0.8;
	position: absolute;
	border: 1.25rem solid #2356a0;
}
.grace_bg1{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15.5rem;
	height: 10.5rem;
	overflow: hidden;
}
.grace_bg1 .grace_bg_1{ top: inherit; bottom: -8.875rem; right: inherit; left: -2.875rem;}
.grace_bg1 .grace_bg_2{ top: inherit; bottom: 6rem; right: inherit; left: 13.375rem;}
.grace_bg1 .grace_bg_3{ top: inherit; bottom: 1.25rem; right: inherit; left: 6.5rem;}
.grace_bg1 .grace_bg_4{ top: inherit; bottom: 1.875rem; right: inherit; left: -3.75rem;}


@media screen and (max-width:1023px)and (min-width:300px){


	.one{
		width:100%;
		height: auto;
	}
	.one:after,.one_bg,.one_biao{
		display: none;
	}

	.one_con{
		width:96vw;
		height:auto;
		display: flex;
		justify-content:center;
		flex-direction: column-reverse;
	}
	.one_left{
		width: 100%;
		height: auto;
		margin-top: 10vh;
	}
	.one_left:after{
		display: none;
	}
	.one_1{
		text-align: center;
	}
	.one_2{
		text-align: center;
		padding-left: 0;
	}
	.one_2:after{
		display: none;
	}
	.one_3{
		width:100%;
		margin-top: 4vh;
		display: flex;
		justify-content:center;

	}
	.one_3 span{
		width: 3.5rem;
    	height: 3.5rem;
		margin-right:1rem;

	}
		.one_3 span:nth-child(2){ margin-right: 0;}

	@keyframes fly-l {
		from { transform: translateX(0); }
		to   { transform: translateX(0); }
	}


	.one_4,.one_5{
		text-align: center;
	}

	.one_right{
		width:100%;
		padding-top: 6vh;
	}
	.one_img{
		width:80%;
		height: calc(96vw * 0.8 * 563 / 815);
		margin: 0 auto;
		margin-top: 2rem;
	}


	.one_zi{
		display: none;
	}


.two{
	width: 96%;
	height: auto;
	margin: 0 auto;
	margin-top: 6vh;
	display: flex;
	justify-content:center;
	flex-direction: column;
	overflow: hidden;
}
.two_img{
	width:100%;
	height: calc(96vw * 579 / 933);
	border-top-left-radius: 10px;
    border-top-right-radius: 0px;
}

.two_right{
	width: 100%;
	padding-right: 0;
	display: flex;
	justify-content:center;
	flex-direction: column;
}
.two_con{
	padding: 1.5rem;
}
.two_1{
	margin-top: 1rem;
}
	
	
	
	
.brief_warp{
	margin-top:6vh; 
	margin-bottom: 8vh; 
}
.brief_warp .one_bg{
	display: none;
}
.brief{ 
	width:96vw; 
	height:auto; 
	justify-content:center;
	flex-direction: column;
	
}
.brief_left{ width:100%;}
.brief_left_bei{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}


.brief_1{ font-size:1.5rem; margin-top: 4rem;}
.brief_2{ font-size:5rem; line-height: 8rem;}
.brief_3{ font-size:1.5rem; margin-bottom: 3.5rem;}


.brief_4 span:nth-child(2){ font-size: 1.25rem;}
.brief_4 span:nth-child(3){ font-size: 1.5rem;}
.brief_4 span:nth-child(4){ font-size: 1.75rem;}
.brief_4 span:nth-child(5){ font-size: 2rem;}
.brief_4 span:nth-child(6){ font-size:2.5rem;}


.brief_right{ 
	width:100%; 
	padding-bottom: 4vh;
}
.brief_5{
	margin-top: 4vh;
	    justify-content: space-between;
}
.brief_5 span{
	border: 0.625rem solid #d80d18;
	color: #d80d18;
	font-size: 1.25rem;
	width: 100px;
	height: 100px;
	margin: 0;

}
	
	

.shell_warp{
	margin-top: 6vh;
	overflow: hidden;
}
.shell{
	width:96vw; 
	padding-bottom:6vh;
}
.shell:after{
	display: none;
}
.shell .one_1,.shell .one_2{ 
	text-align: center;
}
.shell_tit{

	justify-content:center;
	
}
.shell_tit span{
	padding-left: 0;
}
.shell_tit span:after{
	display: none;
}
	
.shell_img{
	margin-top: 2vh;
	display: flex;
	justify-content:center;
}
.shell_tu{
	width:100%;
	height: calc(96vw * 600 / 1022);
}

.shell_en{
	font-size: 8rem;
	bottom: -2.25rem;
}

.delight_warp{
	padding-bottom: 10vh;
	margin-top: 6vh;
}
.delight_warp .one_bg{
	left: inherit;
    right: 0;
    bottom: 10rem;
}
.delight_tit{
	 width: 75vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
}

.delight_en {
   display: none;
}

.delight_wen{
	display: none;
}

	.delight_bg1{ display: none;}
.delight {
    width:96vw;
	height: calc(96vw * 0.5542 * 1586 / 775);
	margin-top: 2vh;
}

.delight_img{
	width:55.42%;
	height: calc(96vw * 0.5542 * 1558 / 776);
	top:3.75rem;
}

.delight_img1{
	float: right;
	width:55.42%;
	height: calc(96vw * 0.5542 * 1586 / 775);
}




.impression{
	width:100vw; 
	height: calc(100vw * 900 / 1920);
	margin: 0 auto;
	background: #2356a0;  background-attachment: fixed;
}

.in_part5 .img li{padding:0 5px;}
.in_part5 .img li img{ margin-bottom: 8px;}




.grace_warp{
	padding-top: 6vh;
	overflow: hidden;
}
.grace{
	width:96vw; 
}
.grace_con {
    width: 100%;
    height: auto;
}
.grace_con .one_4{ margin-top:4vh;}
.grace_con .one_5{ margin-top: 1rem;}
.grace_all{
	width:100%;
	height: calc(96vw * 812 / 1400);
	margin-top: 10vh;
	position: relative;
	z-index: 2;
	transform: scale(0.8);
}
.grace_1{
	height: calc(96vw * 0.205 * 806 / 287);
	top: calc(-1 * (96vw * 0.205 * 806 / 287 * 0.459));
}
.grace_2{
	height: calc(96vw * 0.6257 * 452 / 876);
}
.grace_3{
	height: calc(96vw * 0.6257 * 452 / 876);
}
.grace_4{
	height: calc(96vw * 0.56 * 443 / 784);
}


.grace_bg{
	transform: scale(0.5);
}
.grace_bg1{
	display: none;
}


}
