#fullpage {
	z-index: 999;
}

#menu {
	position: fixed;
	z-index: 999;
	top: 50%;
	transform: translateY(-50%);
	right: 50px;
	width: 143px;
	height: 589px;
	background: url(../images/walkIn_tabs_bg.png) no-repeat 81% -35px;
}
#menu div {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.15);
	box-sizing: border-box;
}
#menu i {
	font-size: 30px;
	color: #0D59A7;
}
#menu span {
	color: #0D59A7;
	font-size: 16px;
	line-height: 20px;
	margin-right: 15px;
	display: none;
}
#menu li {
	width: 100%;
	height: 60px;
	margin-top: 50px;
}
#menu li.active span {
	display: block;
}
#menu li.active div {
	background: #0D59A7;
}
#menu li.active i {
	color: #FFFFFF;
}
#menu a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-container {
	background: transparent;
	height: auto;
	z-index: 999;
	border-bottom: none;
}

.footer-container {
	position: relative;
	z-index: 999;
	height: auto;
	padding: 20px 0;
}

.footer-wrap {
	padding-top: 0;
}

.footer_info {
	margin-top: 0;
}

.walkIn_gl_bg {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 1;
	background: url("../images/zjgl_bg.png") no-repeat center center;
	background-size: cover;
	left: 0;
	top: 0;
}

.walkIn_gl_bg img {
	position: absolute;
	bottom: 0;
}
.walkIn_gl_bg img.one {
	animation: cloud 100s ease-out 0s infinite;
}
.walkIn_gl_bg img.tow {
	animation: cloud 100s ease-out 30s infinite;
	opacity: 0;
}

@keyframes cloud {
	0% {
		bottom: 0;
		left: 0;
		opacity: 1;
	}
	100% {
		bottom: 50%;
		left: 70%;
		transform: scale(0);
	}
}
.walkIn_wrap {
	width: 100%;
	height: 100vh;
	position: relative;
}

.plate1 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding-top: 60px;
	min-height: 700px;
}
.plate1 img {
	max-width: 100%;
	height: auto;
}

.plate2 {
	max-width: 1400px;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 5px;
	box-sizing: border-box;
	padding: 30px;
	margin: 0 auto;
}

.plate2_layout {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.plate2_layout .plate2_left {
	width: 518px;
	height: 270px;
	border-radius: 5px;
}
.plate2_layout .plate2_left > * {
	width: 100%;
	height: 100%;
}
.plate2_layout .plate2_right {
	width: calc(100% - 518px - 22px);
	height: 100%;
	box-sizing: border-box;
	padding: 0 22px;
	display: flex;
	flex-direction: column;
}
.plate2_layout .plate2_right p {
	font-size: 16px;
	color: #333333;
	line-height: 42px;
	text-indent: 2em;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.plate2_layout .plate2_right a {
	width: 98px;
	height: 30px;
	border-radius: 3px;
	background: #0D59A7;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: flex-end;
}
.plate2_layout .plate2_right span {
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
}
.plate2_layout .plate2_right i.iconfont {
	font-size: 12px;
	color: #FFFFFF;
	display: inline-block;
	transform: scale(0.5);
}

#main {
	height: calc(100vh - 147px);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	box-sizing: border-box;
	padding: 64px 0 90px;
}

.main-wrap {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

.main_layout {
	width: 1400px;
	height: 100%;
	margin: 0 auto;
}

.walkIn_tabs {
	width: 143px;
	height: 589px;
	position: absolute;
	z-index: 999;
	right: 50px;
	background: url("../images/walkIn_tabs_bg.png") no-repeat 81% -35px;
	top: 50%;
	transform: translateY(-50%);
}
.walkIn_tabs .swiper-slide {
	width: 100% !important;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 50px;
}
.walkIn_tabs .swiper-slide span {
	color: #0D59A7;
	font-size: 16px;
	line-height: 20px;
	margin-right: 15px;
	display: none;
}
.walkIn_tabs .swiper-slide div {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.15);
}
.walkIn_tabs .swiper-slide i {
	color: #0D59A7;
	font-size: 30px;
}
.walkIn_tabs .swiper-slide.active span {
	display: block;
}
.walkIn_tabs .swiper-slide.active div {
	background: #0D59A7;
}
.walkIn_tabs .swiper-slide.active i {
	color: #FFFFFF;
}
.walkIn_tabs .swiper-wrapper {
	flex-direction: column;
}
.walkIn_tabs .swiper-container {
	height: 100%;
}

.plate2_carousel {
	width: 100%;
	height: auto;
	margin-top: 15px;
	box-sizing: border-box;
	padding: 0 60px;
	position: relative;
}
.plate2_carousel .swiper-button-next, .plate2_carousel .swiper-button-prev {
	top: 50%;
	transform: translateY(-50%);
	background-image: none;
}
.plate2_carousel .swiper-button-next i.iconfont, .plate2_carousel .swiper-button-prev i.iconfont {
	font-size: 60px;
	color: #0D59A7;
}
.plate2_carousel .swiper-button-prev {
	left: 0;
}
.plate2_carousel .swiper-button-next {
	right: 24px;
}

.plate2_swiper a {
	width: 100%;
	height: 280px;
	background: rgba(13, 89, 167, 0.1);
	border-radius: 5px;
	border: 1px solid rgba(13, 89, 167, 0.12);
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	padding-top: 30px;
}
.plate2_swiper a:after {
	content: "";
	width: 35px;
	height: 23px;
	display: inline-block;
	position: absolute;
	background: #0D59A7;
	bottom: 0px;
	right: -13px;
	border-radius: 30px 0 0 0;
	transition: all 0.5s ease-in-out 0s;
}
.plate2_swiper a:hover:after {
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	border-radius: 0;
}
.plate2_swiper a:hover .plate2_car_top {
	background-image: url("../images/rq_on.png");
	color: #FFFFFF;
}
.plate2_swiper a:hover p {
	color: #FFFFFF;
}
.plate2_swiper a:hover p:before {
	background-color: #FFFFFF;
}
.plate2_swiper a .plate2_car_top {
	width: 65px;
	height: 73px;
	background: url("../images/rq_off.png") no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 88;
	font-size: 36px;
	color: #0D59A7;
	text-align: center;
	line-height: 73px;
	box-sizing: border-box;
	padding-left: 8px;
	transition: all 0.5s ease-in-out 0s;
}
.plate2_swiper a p {
	position: relative;
	z-index: 88;
	word-wrap: break-word;
	writing-mode: vertical-lr;
	font-size: 20px;
	color: #333333;
	line-height: 24px;
	margin-top: 30px;
	transition: all 0.5s ease-in-out 0s;
	text-align: center;
	width: auto;
	box-sizing: border-box;
	padding: 0 50px;
}
.plate2_swiper a p:before {
	content: "";
	width: 1px;
	height: 52px;
	display: inline-block;
	background: #0D59A7;
	position: absolute;
	top: 0;
	left: 34px;
	transition: all 0.5s ease-in-out 0s;
}

.spacing {
	box-sizing: border-box;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	justify-content: center;
	min-height: 937px;
}
.spacing > h1 {
	margin: 20px 0;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding-left: 65px;
	position: relative;
	z-index: -1;
}
.spacing > h1 img {
	transform: scale(0.75);
}

.close {
	padding-bottom: 0;
}

.plate3 {
	max-width: 1400px;
	width: 100%;
	height: 625px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 5px;
	margin: 0 auto;
}

.plate3_layout {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	padding: 100px 70px 20px;
	box-sizing: border-box;
}

.plate3_tabs li {
	position: relative;
	margin-bottom: 30px;
}
.plate3_tabs li.active:before {
	content: "";
	width: 43px;
	height: 1px;
	display: inline-block;
	position: absolute;
	background: #0D59A7;
	bottom: 0;
	left: 0;
}
.plate3_tabs li.active a {
	color: #0D59A7;
}
.plate3_tabs a {
	font-size: 18px;
	color: #333333;
	line-height: 42px;
}

.plate3_cont {
	width: calc(100% - 160px);
}
.plate3_cont > div {
	display: none;
	position: relative;
}
.plate3_cont > div.active {
	display: block;
}
.plate3_cont .history_text {
	width: 100%;
	height: 400px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.plate3_cont .history_text:after{
	content: "";
	width: 100%;
	height: 159px;
	display: inline-block;
	position: absolute;
	background: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.50) 100%, rgba(0,0,0,0.50) 100%);
	bottom: 0;
	left: 0;
}
.plate3_cont .history_text img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.plate3_cont .history_text > div {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 20px;
	transition: all 0.5s ease-in-out 0s;
	height: 100%;
	transform: translateY(325px);
	z-index: 99;
}
.plate3_cont .history_text p {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 42px;
	font-weight: bold;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.plate3_cont .history_text span {
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 0 20px;
}
.plate3_cont .history_text a {
	width: 98px;
	height: 30px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #0D59A7;
	display: none;
	margin-top: 20px;
}
.plate3_cont .history_text:hover > div {
	background: rgba(13, 89, 167, 0.75);
	display: flex;
	flex-direction: column;
	transform: translateY(0);
	justify-content: center;
	align-items: center;
}
.plate3_cont .history_text:hover > div span{
	white-space: initial;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:4;
}
.plate3_cont .history_text:hover > div a {
	display: inline-block;
	margin-top: 20px;
}
.plate3_cont .history_pagination, .plate3_cont .tour_pagination, .plate3_cont .folkways_pagination, .plate3_cont .specialty_pagination {
	width: 100%;
	bottom: -65px;
}
.plate3_cont .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: rgba(13, 89, 167, 0.2);
	opacity: 1;
	margin-right: 15px;
}
.plate3_cont .swiper-pagination-bullet:last-child {
	margin-right: 0;
}
.plate3_cont .swiper-pagination-bullet-active {
	background: #0D59A7;
}
.plate3_cont .swiper-button-prev {
	background-image: url("../images/prev.svg");
}
.plate3_cont .swiper-button-next {
	background-image: url("../images/next.svg");
}

.plate4 {
	max-width: 1400px;
	width: 100%;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.9);
	box-sizing: border-box;
	padding: 30px 50px 25px 60px;
	margin: 0 auto;
}

.plate4_layout {
	display: flex;
	justify-content: space-between;
}

.plate4_left {
	width: 620px;
}
.plate4_left .invest_list {
	margin-top: 10px;
}

.plate4_tit {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 35px;
}
.plate4_tit h1 {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
}
.plate4_tit a {
	font-size: 14px;
	color: #9E9E9E;
	line-height: 20px;
	display: inline-block;
}

.investInfo_swiper a {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.investInfo_swiper a img {
	max-width: 620px;
	max-height: 386px;
	width: 100%;
	height: 100%;
	min-height: 386px;
	object-fit: cover;
}
.investInfo_swiper p {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	bottom: 12px;
	height: 52px;
	line-height: 52px;
	width: 95%;
	box-sizing: border-box;
	background: url("../images/invest_tit_bg.png") no-repeat right center;
	padding: 0 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.investInfo_swiper .invest_pagination {
	bottom: 14px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	left: auto;
	right: 48px;
}
.investInfo_swiper .invest_pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	margin-right: 10px;
}
.investInfo_swiper .invest_pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
}
.investInfo_swiper .invest_pagination .swiper-pagination-bullet-active {
	background: #FF8E24;
}

.invest_list a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	line-height: 40px;
	box-sizing: border-box;
	padding-left: 16px;
	position: relative;
}
.invest_list a:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #CCCCCC;
	transition: all 0.3s ease-in-out 0s;
}
.invest_list a > * {
	transition: all 0.3s ease-in-out 0s;
}
.invest_list p {
	font-size: 16px;
	color: #333333;
	width: calc(100% - 100px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.invest_list span {
	font-size: 14px;
	color: #999999;
}
.invest_list li:hover a:before {
	background: #0D59A7;
}
.invest_list li:hover a > * {
	color: #0D59A7;
}

.plate4_right {
	width: 620px;
}

.phone {
	width: 100%;
	height: 138px;
	border-radius: 5px;
	overflow: hidden;
	background: #0D59A7;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.phone.img {
	height: auto;
}
.phone.img img{
	object-fit: contain;
    width: 100%;
    height: 100%;
}
.phone div {
	text-align: center;
}
.phone div h4 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 5px;
}
.phone div p {
	color: #BCD8F4;
	font-size: 14px;
	line-height: 20px;
}
.phone div .iconfont {
	font-size: 58px;
	color: #FFFFFF;
}
.phone i {
	color: #FFFFFF;
	font-size: 58px;
	display: inline-block;
	margin-right: 80px;
}

.walkIn_cont {
	width: 100%;
	height: 100%;
}
.walkIn_cont .swiper-container {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1400px) {
	.main_layout {
		width: 1200px;
		box-sizing: border-box;
		padding: 0 20px;
	}
	.walkIn_tabs {
		right: 15px;
	}
	.plate3_cont {
		width: calc(100% - 120px);
	}
	.plate4 {
		padding: 30px;
	}
	.plate4_layout > div {
		width: 49%;
	}
}
@media screen and (max-width: 1200px) {
	.main_layout {
		width: 996px;
	}
}
@media screen and (max-width: 996px) {
	.main_layout {
		width: 750px;
		padding: 0;
	}
	.plate2_layout > div {
		width: 49% !important;
	}
	.mobileNav_box {
		height: 100% !important;
	}
	.plate3 {
		height: auto;
	}
	.plate3_layout {
		padding: 20px 20px 50px;
		margin-bottom: 20px;
		flex-direction: column;
	}
	.plate3_layout .plate3_tabs {
		display: flex;
		margin-bottom: 20px;
	}
	.plate3_layout .plate3_tabs li {
		margin-right: 20px;
	}
	.plate3_layout .plate3_tabs li:last-child {
		margin-right: 0;
	}
	.plate3_cont {
		width: 100%;
	}
	.plate3_cont .history_pagination, .plate3_cont .plate3_cont .tour_pagination, .plate3_cont .plate3_cont .folkways_pagination, .plate3_cont .plate3_cont .specialty_pagination {
		bottom: -35px;
	}
	.phone i {
		margin-right: 5px;
	}
	.header-container {
		position: relative;
	}
	.walkIn_tabs {
		display: none;
	}
	#main {
		height: auto;
		position: inherit;
		padding: 0;
	}
	.walkIn_wrap {
		height: auto;
	}
	/*    .plate1 {
			height: calc(100vh - 147px) !important;
		}*/
	.walkIn_gl_bg {
		position: fixed;
	}
	.main-wrap .plate2 {
		margin-bottom: 20px;
		padding: 10px;
	}
	.main-wrap .plate2_layout {
		flex-direction: column;
	}
	.main-wrap .plate2_layout > div {
		width: 100% !important;
	}
	.main-wrap .plate2_carousel {
		margin-top: 20px;
	}
	.plate4 {
		padding: 20px;
	}
	.plate4 .plate4_layout {
		flex-direction: column;
	}
	.plate4 .plate4_layout > div {
		width: 100%;
	}
	.investInfo_swiper a img {
		max-width: 100%;
	}
	.plate4_right {
		margin-top: 30px;
	}
	.plate4_tit {
		margin-bottom: 20px;
	}
	#menu {
		right: 10px;
	}
	.spacing {
		height: auto;
		min-height: auto;
	}
	.plate1{
		height: auto;
		min-height: auto;
	}
}
@media screen and (max-width: 768px) {
	.main_layout {
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
	}
	.spacing {
		padding: 10px;
	}
	.plate2 {
		padding: 15px;
	}
	.plate2_layout {
		flex-direction: column;
	}
	.plate2_layout > div {
		width: 100% !important;
	}
}
@media screen and (max-width: 515px) {
	.investInfo_swiper .invest_pagination {
		height: 20px;
	}
	.plate1 {
		padding-top: 0;
	}
	.plate1 img {
		transform: scale(0.6);
	}
	#menu {
		background-image: none;
		width: auto;
		height: auto;
	}
	#menu li {
		margin-top: 20px;
		height: auto;
	}
	#menu li.active span {
		display: none;
	}
	#menu div {
		width: 50px;
		height: 50px;
	}
	#menu i {
		font-size: 26px;
	}
}

/*# sourceMappingURL=walkIn_gl-g.css.map */
