﻿@charset "utf-8";

.chaochu{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fffdfb;
}

/*头部导航*/
.one_warp{
	width:100%;
	height: 100vh;
	position: relative;
	z-index: 3;
}
.one_warp:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(0,#e70012, #fc7f62 41%, #fdc081 79%, #ffd9b1);
	opacity: 0.86;
}
.one{
	width: 90vw;
    margin: 0 auto;
	height:100%;
	position: relative;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	z-index: 2;
}
.one_img{
	width: 100%;
	height: 70vh;
	font-size: 0;
	overflow: hidden;
	text-align: center;
	transform: translateY(8vh);
	position: relative;
}
.one_img img{
	width:auto;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.one_left{
	position: absolute;
	top: 28%;
	left: 0;
	font-size: 3.428rem;
	color: #fff;
	line-height: 4.857rem;
	text-align: left;
}
.one_left span{ display: block; font-weight: bold;}
.one_right{
	position: absolute;
	top: 28%;
	right: 0;
	font-size: 1.142rem;
	color: #fff;
	line-height: 1.857rem;
	text-align: right;
	font-family: opm;
}
.one_right span{ line-height: 7.285rem; font-family: oph; font-size: 4.571rem;}
.one_con{
	width: 100%;
	height: auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 16.857rem;
	line-height: 16rem;
	font-family: oph;
	transform: translateY(11vh);
	opacity: 0.25;
	border-bottom: 1px solid rgba(255,255,255,0.15);
}
.one_con span{
	  color: #e70012;
    background-image: -webkit-linear-gradient(top, #e70012, rgba(255,255,255,0.6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.one_warp_di{
	width:100%;
	height: 23.5vh;
	font-size: 0px;
	overflow: hidden;
}
.one_warp_di img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}



.two_warp{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	padding: 13vh 0;
}

.two{
	width: 100vw;
	margin: 0 auto;
	height:auto;
	position: relative;
}
.two_con{
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.07);
	padding-bottom: 7.3vh;
}
.two_1,.two_2{
	width: 73vw;
	width: var(--mainwidth);
	color: #000000;
	margin: 0 auto;
}
.two_1{ font-size: 2.428rem; font-family: opm; line-height: 4rem;}
.two_2{
	text-transform: uppercase; font-size: 5.142rem; font-family: oph;
}
.two_nei{
	width: 73vw;
	width: var(--mainwidth);
	margin: 0 auto;
	margin-top: 7.5vh;
	display: flex;
	justify-content: flex-end;
}
.two_nei_1{
	width: 50%;
	font-size: 1.142rem;
	color: #000;
	line-height: 2.285rem;
}



.three_warp{
	width:100%;
	height:  auto;
	position: relative;
	overflow: hidden;
}
.three_warp .two_con{
	position: relative;
	padding: 11.5vh 0 4vh 0;
	border-bottom: 2px solid #fff;
}
.three_warp .two_con:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, #fdc081 , #ffd5d8);
	opacity: 0.37;
}
.three_warp .two_2,.three_warp .two_1{ position: relative; z-index: 2;}
.three_warp .two_2{ display: flex; justify-content: space-between; align-items: center;}
.three_warp .two_2 span{ font-size: 1.142rem; border: 1px solid #000; border-radius:30px; height: 2.285rem; padding:0 1.714rem; line-height: 2.285rem;text-transform: initial;}

.three{
	position: relative;
	z-index: 2;
	width: 100%;
	background-image: linear-gradient(#fff1e4, #fffdfb);
	margin: 0 auto;
	padding: 10vh 0 11.5vh 0;
	border-bottom: 1px solid rgba(0,0,0,0.03);
}
.three_con{
	width: 73vw;
	width: var(--mainwidth);
	margin: 0 auto;
	height: auto;
	display: flex;
	justify-content: space-between;
}
.three_1{
	color: #000;
	font-size: 1.428rem;
	line-height: 2.857rem;
}
.three_2{
	color: #000;
	font-size: 6.857rem;
	line-height:8.285rem;
}
.three_1a{ margin-top: 1rem;}
.three_3{ color: #000; font-size: 4.285rem; display: flex; align-items: center; justify-content: flex-start; height: 7.428rem;}
.three_3 span{ font-size: 1.142rem; width: 8.571rem;}
.three_3:nth-child(2){ font-family: opm;}
.three_3:nth-child(3){ font-family: opb;}

.three_en{
	width: 73vw;
	width: var(--mainwidth);
	margin: 0 auto;
	height: auto;
	position: relative;
	margin-top: 13vh;
}
.three_en img{ height: 37vh; width: auto;}
.three_en_1{
    font-size: 1.142rem;
    border: 1px solid #000;
    border-radius: 30px;
    height: 2.285rem;
    padding: 0 1.714rem;
    line-height: 2.285rem;
    position: absolute;
	right: 0;
	top: 1.5rem;
	font-family: oph;
}

.three_yan{
	width: 73vw;
	width: var(--mainwidth);
	margin: 0 auto;
	margin-top: -17vh;
	display: flex;
	justify-content: center;
	height: auto;
	position: relative;
	z-index: 2;
	padding-bottom: 17.5vh;
}
.three_se{
	width: 24.5%;
	height: calc(73vw * 0.245 * 468 / 342);
	height: calc(var(--mainwidth) * 0.245 * 468 / 342);
	border: 1px solid #e91221;
	margin: 0px 7%;
}
.three_se:nth-child(2){border: 1px solid #fdc081; margin-top: 9.5vh;}
.three_se:nth-child(2) .three_se_top{background: #fdc081;}
.three_se:nth-child(2) .three_se_top_1,.three_se:nth-child(2) .three_se_top_3{ color: #000;}

.three_se_top{
	width: 100%;
	height:78.4%; 
	background: #e91221;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0px 10%;
}
.three_se_top_1{
	width:100%;
	font-size: 4.285rem;
	color: #fff;
	font-family: oph;
	line-height: 4rem;
	text-align: right;
}
.three_se_top_2{
	width: 100%;
	font-size: 0px;
	overflow: hidden;
	height: 3.714rem;
	margin-top: 3.571rem;
	padding-left: 1rem;
}
.three_se_top_2 img{ height: 100%; width: auto;opacity: 0.49;}
.three_se_top_3{
	width:100%;
	font-size: 1.142rem;
	color: #fff;
	text-transform: uppercase;
	line-height: 2.571rem;
	margin-top: 4rem;
	font-family: opb;
}
.three_se_zi{
	padding: 0px 10%;
	color: #000;
	font-family: opm;
	line-height: 5.428rem;
}

.four_warp{
	width: 100%;
	height: auto;
	position: relative;
	background-image: linear-gradient(#ffeff0, #fee7cf);
	padding: 16vh 0;
	border-bottom: 6px solid #fff;
}
.four{
	width: 73vw;
	width: var(--mainwidth);
	margin: 0 auto;
	height: 100%;
}
.four_all{
	width:100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 10.6vh;
}
.four_left{
	width: 47.14%;
}
.four_img{
	width:100%;
	height: auto;
	font-size: 0px;
	overflow: hidden;
	border-radius: 30px;
	border: 1px solid #e01206;
	padding: 1.428rem;
}
.four_img img{
	width:100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
}
.four_img:nth-child(2){ margin-top: 8.88vh;}
.four_right{
	width: 47.14%;
	margin-top: -23vh;
}
.four_en{
	width:100%;
	height: auto;
	color: #fdc081;
	text-transform: uppercase;  
	font-size: 10.142rem;
	font-family: oph;
	line-height: 10.7rem;
	opacity: 0.28;
	margin-top: -10.7rem;
}
.four_en span{
	display: block;
	color: #ffd5d8;
}


.love_warp{
	width: 100%;
	height:auto;
	position: relative;
	overflow: hidden;
	background-image: linear-gradient(#fff1e7, #fffdfb);
	padding: 22vh 0;
}


.love{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	    white-space: nowrap;
}
.love_img{
	display: inline-block;
	width: 48.95vw;
	height: calc(48.95vw  * 510 / 940);
	font-size: 0;
	position: relative;
	border-radius: 30px;
    border: 1px solid #e01206;
    padding: 1.428rem;
	margin: 0 1.9vw;
}
.love_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
}

.love1{ 
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	    white-space: nowrap;
	margin-top: 8.2vh;
}


.five{
	width: 73vw;
	width: var(--mainwidth);
	height: auto;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding-bottom: 23.8vh;
}
.five_img{
	width:100%;
	height: auto;
	font-size: 0px;
	overflow: hidden;
	margin-top: 6.6vh;
}
.five_img img{
	width: 100%;
	height: auto;
}


.teamwork{
	width:100%;
	height: auto;
	position: relative;
	padding-bottom: 18vh;
}
.teamwork .two_con{
	position: relative;
	padding: 11.5vh 0 4vh 0;
	border-bottom: 2px solid #fff;
}
.teamwork .two_con:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, #fdc081 , #ffd5d8);
	opacity: 0.37;
}
.teamwork .two_2,.teamwork .two_1{ position: relative; z-index: 2;}
.teamwork .two_2{ display: flex; justify-content: space-between; align-items: center;}
.teamwork .two_2 span{ font-size: 1.142rem; border: 1px solid #000; border-radius:30px; height: 2.285rem; padding:0 1.714rem; line-height: 2.285rem;text-transform: initial;}

.teamwork_all{
	width:100%;
	height: auto; 
	background: url("../images/jian_46.png") no-repeat center top;
	background-size: 100% auto;
	
}
.teamwork_en{
	width: 90%;
	margin: 0 auto;
	color: #fdc187;
	opacity: 0.15;
	font-family: opb;
	font-size: 17rem;
	line-height: 22.857rem;
	text-align: right;
}
.teamwork_phone{
	width:100%;
	height: auto;
	text-align: center;
	font-size: 0px;
	margin-top: -1.428rem;
	position: relative;
}
.teamwork_phone:after{
	content: '';
	background: url("../images/jian1_06.png") no-repeat center;
	background-size:cover;
	width: 44.16vw;
	height: calc(44.16vw * 417 / 848);
	position: absolute;
	left: calc(50% - 22.08vw);
	bottom: calc(-1 * (44.16vw * 417 / 848) + 28.44vh);
}
.teamwork_phone:before{
	content: '';
	background: #fdbea7;
	width: 100vw;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 28.44vh;
}

.teamwork_phone img{
	width: 16.77vw;
	height: auto;
	border-radius:50px;
	position: relative;
	z-index: 2;
}


.teamwork_con{
	width: 73vw;
	width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	position: relative;
	margin-top: 34.66vh;
	min-height: calc(var(--mainwidth) * 0.24 * 660 / 336 * 2 + 17vh);
}
.teamwork_con:after{
	content: '';
	width: 100%;
	height: 42.88vh;
	background: url("../images/jian_65.png") no-repeat center;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - 21.44vh);
	left: 0;
	opacity: 0.12;
}
.teamwork_zi{
	font-size: 1.142rem;
	color: #000;
	line-height: 1.714rem;
	width: 100%;
	height: calc(73vw * 0.24 * 660 / 336);
	height: calc(var(--mainwidth) * 0.24 * 660 / 336);
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.teamwork_img{
	width:24%;
	height: calc(73vw * 0.24 * 660 / 336);
	height: calc(var(--mainwidth) * 0.24 * 660 / 336);
	font-size: 0px;
	overflow: hidden;
	border-radius: 30px;
	border: 1px solid #e01206;
	position: absolute;
	top: 0;
	left: 30.42%;
	z-index: 2;
	
}
.teamwork_img1{
	top: 31.11vh;
	left: 66.42%;
}
.teamwork_img2{
	top: 31.11vh;
	left: 98.92%;
}
.teamwork_img3{
	top: inherit;
	left: -2.14%;
	bottom: 0;
}
.teamwork_img4{
	top: inherit;
	left: 30.42%;
	bottom: 0;
}
.teamwork_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	padding: 1rem;
}




.teamwork_typeright{
	font-size: 1.285rem;
	color: #000;
	line-height: 2rem;
	width: 32.85%;
	position: absolute;
	bottom: 10vh;
	right: 0;
}
.one_phone{ display: none;}	
@media screen and (max-width:1599px)and (min-width:1440px){
	.one_con{ font-size: 15rem; line-height: 14rem;}
}
@media screen and (max-width:1439px)and (min-width:1280px){
	.one_con{ font-size: 14rem; line-height: 13rem;}
}
@media screen and (max-width:1279px)and (min-width:1200px){
	.one_con{ font-size: 13rem; line-height: 12rem;}
}
@media screen and (max-width:1199px)and (min-width:1024px){
	.one{ width: 96vw;}
	.one_con{ font-size: 11rem; line-height: 10rem;}
	.one_img {
		height: 58vh;
		transform: translateY(2vh);
	}
	.one_con{ transform: translateY(4vh);}
	.one_left{    font-size: 2.75rem; line-height: 4rem;}
	.one_right{ font-size: 1rem; line-height: 1.5rem;}
	.one_right span{ line-height: 6.85rem; font-size: 4rem;}
	.teamwork_en{ font-size: 12rem; line-height: 20rem;}
	.teamwork_phone img{ border-radius:20px;}
	.teamwork_phone:after{ bottom: calc(-1 * (44.16vw * 417 / 848) + 20vh);}
	.teamwork_phone:before{ bottom: 20vh;}
	.teamwork_con{ margin-top: 26vh;}
	.teamwork_img1{ left: 62%;}
	.teamwork_img2{ left: 92%;}
}
@media screen and (max-width:1023px)and (min-width:300px){
	.one{
		width: 96vw;
		justify-content: center;
	}
	.one_img{
		width: 100%;
		height: auto;
		transform: translateY(0);
		margin-top: 4vh;
		padding-bottom: 20vh;
		position: initial;
	}
	.one_img img{
		width:100%;
		height: auto;
	}
		.one_img .one_left,.one_img .one_right{ display: none;}	
		.one_phone{ width: 100%; display: flex; justify-content: space-between; position: absolute; bottom: 0; left: 0;}	
	.one_left{
		top: inherit;
		bottom: 2.5rem;
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.one_right{
		top: inherit;
		bottom: 0;
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.one_right span{ line-height: 4rem; font-size: 2.5rem;}
	
	.one_con{
		font-size: 4rem;
		line-height: 6rem;
		transform: translateY(0);
		padding-top: 10vh;
	}
	.one_warp_di{
		height: 14vh;
	}


	.two_warp{
		padding: 6vh 0;
	}
	.two_con{
		padding-bottom: 2vh;
	}
	.two_1,.two_2{
		width: 94vw;
	}
	.two_1{ font-size: 1.5rem; line-height: 3rem; text-align: center;}
	.two_2{
		font-size: 2.5rem; text-align: center;
	}
	.two_nei{
		width: 94vw;
		margin-top: 4vh;
	}
	.two_nei_1{
		width: 100%;
	}

	.three_warp .two_con{
		padding: 6vh 0 2vh 0;
		border-bottom: 1px solid #fff;
	}
	.three_warp .two_2{ justify-content:center;}
	.three_warp .two_2 span{ display: none;}

	.three{
		padding: 6vh 0 4vh 0;
	}
	.three_con{
		width: 94vw;
		justify-content:center;
		flex-direction: column;
	}
	.three_1{
		text-align: center;
		font-size: 1.25rem;
		line-height: 2rem;
	}
	.three_2{
		font-size: 5rem;
		line-height:6rem;
		text-align: center;
	}
	.three_1a{ margin-top: 2vh;}
		.three_right{ margin-top: 2vh;}	
	.three_3{ font-size: 3.5rem; height: 6.5rem;width: 250px; margin: 0 auto;}
	.three_3 span{ font-size: 1rem; width: 7rem;}


	.three_en{
		width: 94vw;
		margin-top: 6vh;
	}
	.three_en img{ height: 14vh;}
	.three_en_1{
		font-size: 1rem;
		height: 2rem;
		padding: 0 1.25rem;
		line-height: 2rem;
		top: 1rem;
	}

	.three_yan{
		width: 94vw;
		margin-top: -4vh;
		padding-bottom: 6vh;
	}
	.three_se{
		width: 40%;
		height: calc(94vw * 0.4 * 468 / 342);
		margin: 0px 2%;
	}
	.three_se:nth-child(2){ margin-top: 6vh;}

	.three_se_top{
		padding: 0px 5%;
	}
	.three_se_top_1{
		font-size: 2.75rem;
		line-height:3rem;
	}
	.three_se_top_2{
		height: 3rem;
		margin-top:1rem;
		padding-left: 0.5rem;
	}

	.three_se_top_3{
		font-size: 1rem;
		line-height: 1.5rem;
		margin-top: 1rem;
	}
	.three_se_zi{
		padding: 0px 5%;
		line-height: 3.5rem;
	}

	.four_warp{
		padding: 6vh 0;
		border-bottom: 3px solid #fff;
	}
	.four{
		width: 94vw;
	}
	.four_all{
		margin-top: 8vh;
	}
	.four_left{
		width: 48%;
	}
	.four_img{
		width:100%;
		border-radius: 20px;
		padding: 1rem;
	}
	.four_img img{
		border-radius: 10px;
	}
	.four_img:nth-child(2){ margin-top:4vh;}
	.four_right{
		width: 48%;
		margin-top: -6vh;
	}
	.four_en{
		font-size: 4rem;
		line-height: 4.7rem;
		margin-top: -4rem;
	}

	.love_warp{
		padding:6vh 0;
	}


	.love_img{
		width: 48.95vw;
		height: calc(48.95vw  * 510 / 940);
		border-radius: 20px;
		padding: 1rem;
		margin: 0 1vw;
	}
	.love_img img{
		border-radius: 10px;
	}

	.love:nth-child(2){ margin-top: 4vh;}
	
	.love1{ margin-top: 2vh;}

	.five{
		width: 94vw;
		padding-bottom: 6vh;
	}
	.five_img{
		margin-top: 4vh;
	}


	.teamwork{
		padding-bottom: 6vh;
	}
	.teamwork .two_con{
		padding: 6vh 0 2vh 0;
		border-bottom: 1px solid #fff;
	}
	.teamwork .two_2{ justify-content: center;}

	.teamwork_en{
		width: 94%;
		font-size: 5rem;
		line-height: 10rem;
	}
	.teamwork_phone{
		margin-top: 1rem;
	}
	.teamwork_phone:after{
		width: 90vw;
		height: calc(90vw * 417 / 848);
		left: calc(50% - 45vw);
		bottom: calc(-1 * (90vw * 417 / 848) + 16vh);
	}
	.teamwork_phone:before{
		bottom: 16vh;
	}

	.teamwork_phone img{
		width:50vw;
		border-radius:30px;
	}

	.teamwork_con{
		width: 94vw;
		margin-top: 20vh;
		min-height: calc(94vw * 0.28 * 660 / 336 * 2 + 20vh);
	}
	.teamwork_zi{
		height: calc(94vw * 0.28 * 660 / 336);
	}
	.teamwork_img{
		width:28%;
		height: calc(96vw * 0.28 * 660 / 336);
		border-radius: 20px;
		left: 50%;
		z-index: 2;

	}
	.teamwork_img1{
		top: 33vh;
		left: 63%;
	}
	.teamwork_img2{
		top: 33vh;
		left: 96%;
	}
	.teamwork_img3{
		top: inherit;
		left: -2.14%;
		bottom: 0;
	}
	.teamwork_img4{
		top: inherit;
		left: 30.42%;
		bottom: 0;
	}
	.teamwork_img img{
		border-radius:10px;
		padding: 0.5rem;
	}
	.teamwork_typeright{
		bottom: 4vh;
	}



}
