﻿	@charset "utf-8";
@font-face{ font-family:'mont'; src:url('../fonts/MONT.TTF');}

.chaochu{
	width: 100%;
	height: auto;
	overflow: hidden;
}

/*头部导航*/
.one_warp{
	width:100%;
	height: 100vh;
	position: relative;
	z-index: 3;
}
.one_warp:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url("../images/pai1_02.png") no-repeat left top;
	background-size:cover;
	width: 39.479%;
	height: calc(100vw * 0.39479 * 1028 / 758);
	-webkit-animation: fangda 2s linear infinite;
    animation: fangda 2s linear infinite;
	z-index: 0;
}

@keyframes fangda{
	0%,100%{
			transform:scale(1);
			
		}
		50% {
			transform:scale(1.05);
		}
}



.one_bg{
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
}
.one_bg img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.one{
	width: 90vw;
    margin: 0 auto;
	height:100%;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	z-index: 2;
}
.one_1{
	width: 100%;
	height:auto;
}
.one_1 img{
	height: 15.55vh;
	width: auto;
}
.one_2{
	width:100%;
	height: auto;
	font-size: 4.285rem;
	color: #000;
	margin-top: 10vh;
}
.one_2 span{ font-weight: bold; margin-right: 1rem;}
.one_typeright{
	position: absolute;
	 right: 0;
	font-size: 1.285rem;
	color: #fff;
	line-height: 2.142rem;
	text-align: right;
	top: 18.88vh;
}
.one_img{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0px;
	overflow: hidden;
	width: 63.25%;
	height: calc(100vw * 0.56925 * 493 / 948 + 1.428rem);
	border: 0.714rem solid #000;
	border-radius:30px;
}
.one_img 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;
}






.two_warp{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	padding: 13vh 0 18vh 0;
}

.two{
	width: 78vw;
	margin: 0 auto;
	height:auto;
	position: relative;
}
.two_tit{
	width:100%;
	font-size: 2.428rem;
	color: #000;
}
.two_en{
	width: 100%;
	height: auto;
	margin-top: 2.142rem;
}
.two_en span{
	position: relative;
	text-transform: uppercase;
	color: #000;
	font-size: 5.714rem;
	font-family: oph;
	font-weight: bold;
}
.two_en span:after{
	content: '';
	width: 1.714rem;
	height: 1.714rem;
	background: #e1e1e1;
	border-radius:50%;
	position: absolute;
	bottom: 1.428rem;
	right: -2.857rem;
	-webkit-animation: ronghe 2s linear infinite;
    animation: ronghe 2s linear infinite;
}

@keyframes ronghe{
	0%,100%{
			bottom: 1.428rem;
			background: #e1e1e1;
		}
		50% {
			bottom: 0;
			background: #999;
		}

}

.two_con{
	width:100%;
	height: auto;
	display: flex;
	justify-content: flex-end;
	margin-top: 3.285rem;
}
.two_con_1{
	font-size: 1.142rem;
	color: #000;
	line-height: 2.285rem;	
	width: 55%;
	height: auto;
}

.three_warp{
	width:100%;
	height:  auto;
	position: relative;
	overflow: hidden;
	background: url("../images/pai_03.jpg") no-repeat center;
	background-size:cover;
	padding: 14vh 0 14.6vh 0;
	background-attachment: fixed;
}
.three{
	position: relative;
	z-index: 2;
	width: 78%;
	margin: 0 auto;
}

.norm_con{ width:100%; height:auto; margin:0 auto; margin-top:1.142rem; position: relative;} 
.norm_1{
	width:100%;
	-webkit-text-stroke: 1px rgba(0,0,0,0.17);
    color: transparent;
	font-size: 14.857rem;
	font-family:  Arial;
	font-weight: bold;
	text-transform: uppercase; 
	padding-top: 10vh;
	-webkit-animation: yinying 3s linear infinite;
    animation: yinying 3s linear infinite;
}

@keyframes yinying{
	0%,100%{
			-webkit-text-stroke: 1px rgba(0,0,0,0.17);
		}
		50% {
			-webkit-text-stroke: 1px rgba(0,0,0,0.4);
		}

}



.norm_2{
width: 100%;
	-webkit-text-stroke: 1px rgba(0,0,0,0.17);
    color: transparent;
	font-size: 14.857rem;
	font-family:  Arial;
	font-weight: bold;
	text-transform: uppercase; 
	margin-top: -2.714rem;
	position: relative;
	z-index: 3;
	text-align: right;
	-webkit-animation: yinying 3s linear infinite;
    animation: yinying 3s linear infinite;
}
.norm_3{
	position: absolute;
	top: 34vh;
	left:30%;
	text-transform: uppercase; 
	font-family:  Arial;
	font-size: 1.142rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	border-radius:50%;
	-moz-box-shadow: 0px 4px 24px 0 rgba(0,0,0,0.22);
    -webkit-box-shadow: 0px 4px 24px 0 rgba(0,0,0,0.22);
    box-shadow: 0px 4px 24px 0 rgba(0,0,0,0.22);
	color: #fff;
	width: 21.42%;
	height: calc(78vw * 0.2142);
	z-index: 4;

}
.norm_3:hover,.norm_4:hover,.norm_5:hover{
	animation: yidong 1s ease infinite alternate;
}

@keyframes yidong{
0%{
    transform: translateY(0px);
}
	50%{
		transform: translateY(-5px);
	}
	100%{
		transform: translateY(5px);
	}

}

.norm_4{
	position: absolute;
	top:16.89vh;;
	left:40.2%;
	text-transform: uppercase; 
	font-family:  Arial;
	font-size: 1.142rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius:50%;
	-moz-box-shadow: 0px 4px 24px 0 rgba(0,0,0,0.22);
    -webkit-box-shadow: 0px 4px 24px 0 rgba(0,0,0,0.22);
    box-shadow: 0px 4px 24px 0 rgba(0,0,0,0.22);
	color: #000;
	width: 21.42%;
	height: calc(78vw * 0.2142);
	z-index: 3;
}
.norm_5{
	position: absolute;
	top: 0;
	left:50.53%;
	text-transform: uppercase; 
	font-family:  Arial;
	font-size: 1.125rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #838383;
	border-radius:50%;
	-moz-box-shadow: 0px 4px 24px 0 rgba(0,0,0,0.22);
    -webkit-box-shadow: 0px 4px 24px 0 rgba(0,0,0,0.22);
    box-shadow: 0px 4px 24px 0 rgba(0,0,0,0.22);
	color: #fff;
	width: 21.42%;
	height: calc(78vw * 0.2142);
}
.norm_6{
	width:100%;
	text-align: right;
	color: #000;
	font-size: 1.714rem;
	padding-bottom: 2.285rem;
}


.love_warp{
	width: 100%;
	height: auto;
	padding: 16vh 0;
}
.love{
	width: 78%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.love_zi{
	width: 100%;
	color: #000;
	font-size: 1.714rem;
	
}
.love_all{
	width:100%;
	height: auto;
	margin-top: -1.285rem;
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.love_con{
	width: 74%;
	height: auto;	
}
.love_biao{
	width:100%;
	border-top: 2px solid #000;
	display: flex;
	justify-content: space-between;
}
.love_num{
	font-weight: bold;
	color: #221e1d;
	font-size: 2rem;
	height: 13.714rem;
	display: flex;
	align-items: center;
	font-family: '微软雅黑';
}
.love_right{
	width: 82.5%;
	height: auto;
}
.love_1{
	width: 100%;
	display: flex;
	align-items: center;
	height: 13.714rem;
	justify-content: flex-start;
	font-family: '微软雅黑';
	color: #221e1d;
	font-size: 2rem;
}
.love_1 span{
	font-weight: bold;
	margin-right: 10%;
}
.love_2{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: '微软雅黑';
	color: rgba(0,0,0,0.7);
	font-size: 1.857rem;
}
.love_2 span{
	text-transform: uppercase; 
	margin-right: 10%;
}

.love_biaoa{ margin-top: 16vh;}
.love_biaoa .love_2{ letter-spacing: 2rem;}

.love_logo{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateX(-9vw);
}
.love_logo img{
	height: 24.4vh;
	width: auto;
}


.five{
	width: 100%;
	height: auto;
	background: url("../images/pai_09.jpg") no-repeat center top;
	background-size:cover;
	padding: 17vh 0 22vh 0;
	 background-attachment: fixed;
}
.five_tit{
	width:78%;
	height: auto;
	margin: 0 auto;
}
.five_all{
	width:100%;
	height: auto;
	margin-top: 30vh;
}


.five_list{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	    white-space: nowrap;
	 margin-top: 12vh;
}


.five_lista{ 
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	white-space: nowrap;
}


.five_img{
	display: inline-block;
	width:49.47vw;
	height: calc(100vw * 0.4947 * 490 / 950);
	font-size: 0px;
	overflow: hidden;
	margin-right: 5.625vw;
	-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);
}
.five_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;
}


.frame{
	width: 78%;
    height: auto;
    margin: 0 auto;
	padding: 18vh 0;
}
.frame .five_tit{ width: 100%;}
.frame_img{
	width: 100%;
	height: auto;
	margin-top: 7vh;
	font-size: 0px;
	overflow: hidden;
}
.frame_img img{ max-width: 100%; height: auto;}

.teamwork{
	width:100%;
	height: auto;
	padding-top: 15vh;
	background: #f8f8f9;
	min-height: calc(100vw * 2083 / 1920);
	position: relative;
}
.teamwork:after{
	content: '';
	background: url("../images/pai_24.jpg") no-repeat center;
	background-size:cover;
	width: 100%;
	height: calc(100vw * 632 / 1920);
	position: absolute;
	right: 0;	
	bottom:0;
}
.teamwork:before{
	content: '';
	background: url("../images/pai_23.jpg") no-repeat center;
	background-size:cover;
	width: 100%;
	height: calc(100vw * 1076 / 1920);
	position: absolute;
	right: 0;	
	bottom:calc(100vw * 632 / 1920);
	background-attachment: fixed;
}



.teamwork_con{
	width: 78%;
	height: auto;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	margin-top: -18.6vh;
}
.teamwork_tu{
	width:30%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-left: 8.6%;
}
.teamwork_img{
	width:100%;
	height:auto;
	font-size: 0px;
	overflow: hidden;
	margin-top: 8.6vh;
	-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);
}
.teamwork_img:first-child{ margin-top: 0;} 
.teamwork_img img{
	width:100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.teamwork_typeright{
	color: #000000;
	font-size: 1.285rem;
	line-height: 2.285rem;
	position: relative;
	z-index: 2;
	width: 78%;
	margin: 0 auto;
	margin-top: -4.57rem;
}




@media screen and (max-width:1599px)and (min-width:1440px){
	.one{ width: 92vw;}
	.one_1 img { height: 14vh;}
	.one_2{ font-size: 3.75rem;}
	.love_logo img{ height: 23vh;}
	.teamwork:before {
		height: calc(100vw * 960 / 1920);
	}
	
}
@media screen and (max-width:1439px)and (min-width:1280px){
	.one{ width: 92vw;}
	.one_1 img { height: 14vh;}
	.one_2{ font-size: 3.75rem;}
	.love_logo img{ height: 23vh;}
	.teamwork:before {
		height: calc(100vw * 960 / 1920);
	}
	.two_tit{ font-size: 2rem;}
	.two_en{ margin-top: 1.5rem;}
	.two_en span{ font-size: 5rem;}
	.teamwork_con{ margin-top: -17vh;}
	
}
@media screen and (max-width:1279px)and (min-width:1024px){
	.one_warp{ height: 70vh;}
	.one{ width: 94vw;}
	.one_1 img { height: 10vh;}
	.one_2{ font-size: 3rem; margin-top: 8vh;}
	.love_logo {
		transform: translateX(-2vw);
	}
	.love_logo img{ height: 18vh;}
	.love_con { width: 80%;}
	.love_right{ width: 90%;}
	.love_2 span{ margin-right: 5%;}
	
	.teamwork:before {
		height: calc(100vw * 960 / 1920);
	}
	.two_tit{ font-size: 2rem;}
	.two_en{ margin-top: 1.5rem;}
	.two_en span{ font-size: 5rem;}
	.teamwork_con{ margin-top: -17vh;}
	.two,.three,.love,.five_tit,.frame{ width: 94vw;}
	.norm_3,.norm_4,.norm_5 {
		height: calc(94vw * 0.2142);
	}
	.five{ padding: 14vh 0 18vh 0;}
	.five_all{ margin-top: 16vh;}
	.five_list{ margin-top: 8vh;}
	.teamwork{ min-height: calc(100vw * 2260 / 1920);}
	
}
@media screen and (max-width:1023px)and (min-width:300px){
	/*头部导航*/
	.one_warp{
		width:100%;
		height: 100vh;
		position: relative;
		z-index: 3;
	}
	.one_warp:after{
		width: 50%;
		height: calc(100vw * 0.5 * 1028 / 758);
	}

	.one{
		width: 94vw;
		justify-content: flex-end;
	}
	.one_1{ text-align: center;}
	.one_1 img{
		height: 7vh;
		width: auto;
	}
	.one_2{
		font-size: 2.5rem;
		margin-top: 4vh;
		text-align: center;
	}
	.one_typeright{
		font-size: 1rem;
		line-height: 2rem;
		text-align: right;
		top: 12vh;
	}
	.one_img{
		position: relative;
		width: 100%;
		height: calc(100vw * 0.94 * 493 / 948 + 1rem);
		border: 0.5rem solid #000;
		margin-top: 10vh;
	}


	.two_warp{
		padding: 10vh 0 8vh 0;
	}
	.two{
		width: 94vw;
	}
	.two_tit{
		font-size: 1.75rem;
		text-align: center;
	}
	.two_en{
		margin-top: 0.5rem;
		display: flex;
		justify-content: center;
	}
	.two_en span{
		font-size: 3.5rem;
	}
	.two_en span:after{
		width: 1rem;
		height: 1rem;
		bottom: 1rem;
		right: -2.25rem;
	}
	.two_con{
		justify-content:center;
		margin-top: 2rem;
	}
	.two_con_1{
		width:100%;
	}

	.three_warp{
		padding: 6vh 0 10vh 0;
	}
	.three{width: 94%;}


	.norm_1{
		font-size: 6rem;
		padding-top: 10vh;
	}
	.norm_2{
		font-size: 6rem;
		margin-top: 0rem;
	}
	.norm_3{
		top: 24vh;
		left:18%;
		width: 36%;
		height: calc(94vw * 0.36);
	}

	.norm_4{
		position: absolute;
		top:13vh;;
		left:38%;
		width: 36%;
		height: calc(94vw * 0.36);
	}
	.norm_5{
		left:55%;
		width: 36%;
		height: calc(94vw * 0.36);
		top:0%;
	}
	.norm_6{
		font-size: 1.25rem;
		padding-bottom: 2.285rem;
	}


	.love_warp{
		padding: 10vh 0;
	}
	.love{
		width: 94%;
	}
	.love_zi{
		font-size: 1.5rem;
	}
	.love_con{
		width: 84%;
		height: auto;	
	}
	.love_biao{
		border-top: 1px solid #000;
	}
	.love_num{
		font-size: 1.5rem;
		height: 6rem;
	}
	.love_right{
		width: 90%;
	}
	.love_1{
		height: 6rem;
		font-size: 1.5rem;
	}
	.love_1 span{
		font-weight: bold;
		margin-right: 6%;
	}
	.love_2{
		font-size: 1.25rem;
		flex-wrap: wrap;
	}
	.love_2 span{
		margin-right:0;
		display: block;
	}

	.love_biaoa{ margin-top: 10vh;}
	.love_biaoa .love_2{ letter-spacing: 1rem;}

	.love_logo{
		top: 50%;
		transform: translateX(-2vw);
	}
	.love_logo img{
		height: 16vh;
		width: auto;
	}


	.five{
		padding:6vh 0 8vh 0;
	}
	.five_tit{
		width:94%;
	}
	.five_all{
		margin-top: 4vh;
	}

	.five_img{
		margin-right:2vw;
	}
	.five_list{ margin-top: 2vh;}


.frame{
	width: 94%;
	padding: 8vh 0;
}
.frame_img{
	margin-top: 7vh;
}


.teamwork{
	padding: 8vh 0;
	min-height:initial;
	position: relative;
}
.teamwork:after{
	height: calc(100vw * 632 / 1920);
}
.teamwork:before{
	height: calc(100vw * 1576 / 1920);
}



.teamwork_con{
	width: 94%;
	margin-top: 4vh;
}
.teamwork_tu{
	width:30%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-left: 8.6%;
}
.teamwork_img{
	margin-top: 4vh;
}


	.teamwork_typeright{
		font-size: 1.125rem;
		line-height: 2rem;
		width: 94%;
		margin-top: -4rem;
	}
}
