@charset "UTF-8";

body {
	width: 100%;
	height: 100vh !important;
	overflow-y: scroll;
	min-width: 900px;
	overflow-x: scroll;

}

.max-width{
	max-width: 1500px !important;
	min-width: 900px !important;
	margin: 0 auto;
}
/* 导航 */
.header {
	width: 100%;
	min-width: 100% !important;
	height: 72px;
	display: flex;
	justify-content: space-between;
	background-color: rgba(0, 0, 0, .7);
	align-items: center;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 99;
	transform: translateX(-50%);
}

.header>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}


.header .logo {
	width: 112px;
	height: 38px;
	display: block;
}

.header .head-mid ul {
	display: flex;
	width: 538px;
	justify-content: space-between;
}

.header .head-mid ul li {
	list-style-type: none;
	cursor: pointer;
}

.header .head-mid ul a {
	display: block;
	font-family: SourceHanSansCN-Regular;
	font-size: 13.16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
	text-decoration: none;
	position: relative;
}
.header .head-mid ul li:hover a::after,
.header .head-mid ul li.active a::after{
	position: absolute;
	bottom: -6px;
	content: '';
	display: block;
	width: 50%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	height: 1.5px;
}

.header .phone-box {
	display: flex;
	width: fit-content;
	align-items: center;
}

.header .phone-box img {
	display: block;
	width: 13.16px;
	height: 13.16px;
	margin-right: 10px;
}

.header .phone-box span {
	font-family: SourceHanSansCN-Regular;
	font-size: 13.16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
}

/* 轮播图 */
/*  */
.service {
	/* padding: 72.24 0 6.6rem; */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	width: 100%;
	padding-bottom: 120px;
	padding-top: 72.24px;
	overflow-x: hidden;
}

.service .top {
	height: 219px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.service .top h4 {
	font-family: SourceHanSansCN-Medium;
	font-size: 43.82px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #062863;
	position: absolute;
	z-index: 2;
	top: 72.24px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
}

.service .top h4::after {
	position: absolute;
	bottom: -20.92px;
	width:70px;
	height: 7.28px;
	background-color: #062863;
	content: '';
	display: block;
	left: 50%;
	transform: translateX(-50%);
}

.service .top p {
	width: 100%;
	font-family: ArialMT;
	font-size: 57.16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #062863;
	opacity: 0.1;
	position: absolute;
	z-index: 1;
	top: 110.88px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
}

.reveal {
	position: relative;
	display: flex;
	color: #062863;
	font-size: 2em;
	font-family:  sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	/* white-space: pre; */
}

.reveal span {
	opacity: 0;
	transform: scale(0);
	animation: fadeIn 2.4s forwards;
}

.reveal span::before,
.reveal span::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 2px;
	height: 100%;
	background: white;
	opacity: 0;
	transform: scale(0);
}

.reveal span::before {
	left: 50%;
	animation: slideLeft 1.5s cubic-bezier(0.7, -0.6, 0.3, 1.5) forwards;
}

.reveal span::after {
	right: 50%;
	animation: slideRight 1.5s cubic-bezier(0.7, -0.6, 0.3, 1.5) forwards;
}

@keyframes fadeIn {
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes slideLeft {
	to {
		left: -6%;
		opacity: 1;
		transform: scale(0.9);
	}
}

@keyframes slideRight {
	to {
		right: -6%;
		opacity: 1;
		transform: scale(0.9);
	}
}

.glowIn {
	color: white;


}

.glowIn span {
	animation: glow-in 3s both;
}

@keyframes glow-in {
	from {
		opacity: 0;
	}

	65% {
		opacity: 1;
		text-shadow: 0 0 25px white;
	}

	75% {
		opacity: 0.4;
	}

	to {
		opacity: 1;
	}
}

.service-img {
	opacity: 0;
	max-width: 1260px;
	width: 100%;
	margin-right: -100rem;
	transition: all 3s;
	margin-bottom: 30px;
}

.service-img.active {
	opacity: 1;
	margin-right: 0;
	transform: scale(1);
	transition: all 3s;
}

.service .btn {

	background-color: #f77a5b;
	box-shadow: 0.7px 9.52px 18.9px 4.48px rgba(214, 50, 9, 0.35);
	border-radius: 36.82px;
	position: relative;
	width: 271.32px;
	height: 73.64px;
	display: flex;
	justify-content: center;
	padding-top: 5.8px;
	margin-left: -100rem;
	transform: scale(1.0);
}

.service .btn.active {
	margin-left: 0;
	transition: all 3s;
	cursor: pointer;
}

.service .btn:hover {
	transform: scale(1.2);
	transition: all .5s;
}

.service .btn span {
	width: 253px;
	height:57.54px;
	background-color: #ffffff;
	border-radius: 28.56px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: SourceHanSansCN-Medium;
	font-size: 30.24px;
	font-weight: normal;
	font-stretch: normal;
	color: #f77a5b;
}

.scene {
	min-height: 746px;
	width: 100%;
	background-color: #f3f5fd;
}
.scene>div{
	position: relative;
}

.scene .top {
	height: 185.92px;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin-bottom: 40px;
}

.scene .top h4 {
	font-family: SourceHanSansCN-Medium;
	font-size: 43.82px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #062863;
	position: absolute;
	z-index: 2;
	top: 72.24px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
}

.scene .top h4::after {
	position: absolute;
	bottom: -24.08px;
	width:70px;
	height: 7.28px;
	background-color: #062863;
	content: '';
	display: block;
	left: 50%;
	transform: translateX(-50%);
}

.scene .top p {
	font-family: ArialMT;
	font-size: 69.16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #062863;
	opacity: 0.1;
	position: absolute;
	z-index: 1;
	top: 110.88px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	width: 100%;
}

.scene .scene-list {
	display: flex;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	height: 560px;
}

.scene .scene-list img {
	width: 23%;
	position: absolute;
	transition: all 1s;
	bottom: -14%;
	left: -100rem;
	opacity: 0;
}
@media screen and (max-width: 1184px) {
    .scene .scene-list img {
        bottom:0;
    }
	.scene .top{
		margin-bottom: 0;
	}
}
.scene .scene-list img:nth-of-type(3),
.scene .scene-list img:nth-of-type(4) {
	/* right: -100rem;
	left: ; */
}

.scene .scene-list.active img {
	opacity: 0.9;
}

.scene .scene-list.active img:hover {
	transform: scale(1.05);
	transition: all 0.5s;
	opacity: 1;
}

.scene .scene-list.active img:hover~img {
	opacity: 0.6;
}

.scene .scene-list.active img:first-of-type {
	/* top: 118.16px; */
	left: 0%;
	transition: all 4s;
}
.scene .scene-list.active img:nth-of-type(3):hover{
	transform: scale(1.0);
	transition: all 0.5s;
	opacity: 1;
}
/* .scene  .scene-list img:first-of-type:hover{
    top: 3.23rem;
    left: 71.4px;
	transition: all 1s;
} */
.scene .scene-list.active img:nth-of-type(2) {
	/* top: 3.23rem; */
	left: 25.66%;
	transition: all 3.5s;
}
.scene .scene-list.active img:nth-of-type(3) {
	bottom: 10px;
	left: 25.66%;
	transition: all 3.5s;
}

.scene .scene-list.active img:nth-of-type(4) {
	/* top: 118.16px; */
	left: 51.32%;
	transition: all 3s;
}

.scene .scene-list.active img:nth-of-type(5) {
	/* top: 3.23rem; */
	left: 76.97%;
	transition: all 2.5s;
}

.about {
	width: 100%;
	background: url(../img/bg.png) no-repeat;
	background-size: cover;
}
.about>div{
	width: 100%;
	max-width: 1500px;
	min-width: 900px;
	box-sizing: border-box;
	justify-content: space-between;
	
	display: flex;
	box-sizing: border-box;
	padding: 83.16px 0 69.16px;
	height: 786px;
}
.about .left {
	width: 47.24rem;
}

.about.active .left img {
	-webkit-animation: rollIn 1s .2s ease both;
	-moz-animation: rollIn 1s .2s ease both;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg)
	}
}

@-moz-keyframes rollIn {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100%) rotate(-120deg)
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0px) rotate(0deg)
	}
}

.about .left img {
	width: 100%;
}

.about .left h4 {
	margin: 0;
	font-family: ArialNarrow-Bold;
	font-size: 69px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0.1rem;
	color: #062863;
	position: relative;
	margin-bottom: 45.91px;
}

.about .left h4::after {
	position: absolute;
	content: '';
	bottom: -32.9px;
	width: 36.4px;
	height: 4.34px;
	background-color: #062863;
	left: 0;
}

.about .left h5 {
	margin: 0;
	font-family: SourceHanSansCN-Regular;
	font-size: 35px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0.05rem;
	color: #062863;
	margin-bottom: 35.7px;
}
.about .left img{
	min-width: 422px;
	max-width: 660px;
}

.about.active .left h5,
.about.active .left h4 {
	-webkit-animation: fadeInLeftBig 1s .2s ease both;
	-moz-animation: fadeInLeftBig 1s .2s ease both;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px)
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0)
	}
}

.about.active .right h6,
.about.active .right .py,
.about.active .right .line,
.about.active .right p.detail,
.about.active .right .bot {
	-webkit-animation: fadeInUpBig 1s .2s ease both;
	-moz-animation: fadeInUpBig 1s .2s ease both;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0)
	}
}

.about .right {
	min-width: 443.38px;
	width: 100%;
	max-width: 510px;
	height: 629px;
	background-color: #fafbff;
	box-shadow: 0.05rem 0.68rem 1.81rem 0.43rem rgba(162, 174, 219, 0.18);
	border-top: 7.28px #f77a5b solid;
	padding: 4.48rem 35.7px;
}

.about .right h6 {
	margin: 0;
	font-family: SourceHanSansCN-Medium;
	font-size: 38.36px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0.17rem;
	color: #062863;
	height:32px;
	margin-bottom: 20px;
}

.about .right .py {
	font-family: SourceHanSansCN-Medium;
	font-size: 38.36px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0.17rem;
	color: #062863;
	opacity: 0.1;
	display: block;
	margin-bottom: 45.91px;
}

.about .right .line {
	width: 2.6rem;
	height: 4.34px;
	background-color: #062863;
	margin-bottom: 43.82px;
}

.about .right p.detail {
	height: 94px;
	font-family: SourceHanSansCN-Regular;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0.05rem;
	color: #062863;
	margin-bottom: 65px;
}

.about .right .bot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 3.49rem;
}

.about .right .bot span {
	font-family: ArialNarrow-Bold;
	font-size: 25px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.96rem;
	color: #f77a5b;
}

.about .right .bot p.txt {
	font-family: SourceHanSansCN-Regular;
	font-size: 0.83rem;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.96rem;
	letter-spacing: 0.05rem;
	color: #062863;
	text-align: center;
}

.partner {
	min-height: inherit;
	padding-bottom: 4.17rem;
}

.partner .outer {
	width: 100%;

	background: url('../img/bg_1.png');
	background-size: cover;
	padding-top: 2.6rem;
}

.partner .btn-list-box {
	width: 100rem;
	max-width:1500px;
	/* height: 15.62rem; */
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;

}

.partner .btn-list {
	width: fit-content;
	display: flex;
}

.partner .btn-list img.bg {
	background-color: #ffffff;
	border-radius: 0.83rem;
	z-index: 2;
	top: 0;
	transform: rotateX(0deg);
	opacity: 1;
}
.partner .btn-list img,
.partner .btn-list .btn-box{
	
	width: 15.94rem;
	max-width: 239.1px;
	height: 7.81rem;
	max-height: 117.14px;
}

.partner .btn-list .btn-box:hover img.bg {
	/* transform: rotateX(-360deg); */
	opacity: 0;
	cursor: pointer;
	box-shadow: none;
	/* z-index: 0; */
	transition: all 1s;
	/* animation: landIn 0.8s ease-out both; */
}

.partner .btn-list .btn-box:hover img.orange {
	opacity: 1;
	/* z-index: 0; */
	transition: all 1s;
	cursor: pointer;
	transform: rotateX(0deg);
	/* animation: landIn 0.8s ease-out both; */
}

@keyframes hidebtn {
	from {
		opacity: 0;
		transform: translateY(-20%);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.partner .btn-list .item {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	/* height: 18.62rem; */
	justify-content: space-between;
	width: 100rem;
	max-width:1500px;
}

.partner .btn-list .item img {
	position: absolute;

}

.partner .btn-list .item .btn-box {
	width: 15.89rem;
	position: relative;
	margin-bottom: 1.72rem;
}

.partner .btn-list .item img.orange {
	width: 15.89rem;
	height: 7.81rem;
	/* background-color: #f77a5b; */
	/* box-shadow: 0.05rem 0.68rem 1.81rem 0.43rem rgba(225, 82, 48, 0.18); */
	box-shadow: 0.05rem 0.68rem 1.81rem 0.43rem rgba(110, 109, 108, 0.18);
	border-radius: 0.83rem;
	z-index: 3;
	top: 0;
	opacity: 0;
	transform: rotateX(-180deg);
}

.partner .circle {
	height: 34px;
	display: flex;
	justify-content: center;
}

.partner .circle .c-item {
	width: 34px;
	height: 34px;
	border: solid 3px transparent;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.partner .circle .c-item span {
	width: 18.6px;
	height: 18.6px;
	background-color: #dfdfdf;
	border-radius: 50%;
	display: block;
}

.partner .circle .c-item.active {
	border: solid 0.11rem #f77a5b;
}

.partner .circle .c-item.active span {
	background-color: #f77a5b;
}

.footer {
	display: flex;
	justify-content: space-between;
	/* padding: 0 6.56rem; */
	box-sizing: border-box;
	width: 100rem;
	height: 219px;
	background-color: #333333;
}
.footer>div{
	max-width: 1500px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	/* padding: 0 6.56rem; */
	box-sizing: border-box;
}
.footer .left {
	height: 100%;
	padding-top: 43.82px;
	display: block;
}

.footer .left h5 {
	margin: 0;
	font-family: SourceHanSansCN-Medium;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0.07rem;
	color: #ffffff;
	margin-bottom: 15px;
}

.footer .left h6 {
	margin: 0;
	font-family: SourceHanSansCN-Regular;
	font-size: 13.16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0.04rem;
	color: #ffffff;
	margin-bottom: 28px;
}

.footer .left p {
	margin: 0;
	font-family: SourceHanSansCN-Regular;
	font-size: 13.16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0.04rem;
	color: #ffffff;
}

.footer .mid {
	width: 463px;
	padding-top: 43.82px;
}

.footer .mid .menu {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.footer .mid a {
	font-family: SourceHanSansCN-Regular;
	font-size: 13.16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0.04rem;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.footer .mid p {
	display: flex;
	align-items: center;
	width: 100%;
}

.footer .mid p {
	margin-bottom: 15px;
}

.footer .mid p img {
	width: 15px;
	display: block;
	margin-right: 0.63rem;
}

.footer .mid p span {
	font-family: SourceHanSansCN-Regular;
	font-size: 13.16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0.04rem;
	color: #ffffff;
}

.footer .right {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: space-between;
	/* width: 18.23rem; */
}

.footer .img-bo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer .img-bo img {
	width: 112px;
	margin-bottom: 0.8rem;
	height: 112px;
}

.footer .img-bo span {
	font-family: SourceHanSansCN-Regular;
	font-size: 13.16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0.04rem;
	color: #ffffff;
}
