* {
	margin: 0;
	padding: 0;
}
body, html {
	color: black;
}
body {
	width: 100%;
	height: 100vh;
	overflow-y: scroll;
}
body::-webkit-scrollbar {
 width: 8px;
 height: 8px;
 background: #ececec;
}
body::-webkit-scrollbar-thumb {
 border-radius: 4px;
 background: #073190;
}
a {
	cursor: pointer;
	text-decoration: none;
}
.main {
	width: 1600px;
	margin: 0 auto;
}
.header-main {
	padding: 14px 64px;
}
.w02-main {
	padding: 0 148px 0 40px;
}
@font-face {
	font-family: "NUNITO-BOLD";
	src: url('../fonts/nunito-bold.ttf');
}
@font-face {
	font-family: "NUNITO-REGULAR";
	src: url('../fonts/nunito-regular.ttf');
}
@font-face {
	font-family: "NUNITO-EXTRABOLD";
	src: url('../fonts/nunito-extrabold.ttf');
}
.all-container {
	margin-top: 90px;
}
/* header */
.header {
	background: white;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.header-fixed {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.h-box {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	height: 100%;
}
.h-nav {
	display: flex;
	align-items: center;
	list-style-type: none;
	height: 100%;
}
.h-li {
	margin-left: 2.08vw;
	height: 100%;
	position: relative;
}
.h-a {
	font-size: 1.46vw;
	color: #3E3E3E;
	font-family: "NUNITO-EXTRABOLD";
	display: flex;
	align-items: center;
	height: 100%;
	transition: all .2s;
}
.h-li:hover .h-a {
	color: #073190;
	transition: all .2s;
}
.h-li::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 20%;
	width: 0;
	height: 2px;
	background: #073190;
}
.h-li::before {
	content: '';
	position: absolute;
	right: 50%;
	bottom: 20%;
	width: 0;
	height: 2px;
	background: #073190;
}
.h-li:hover::before {
	width: 50%;
	transition: all .5s;
}
.h-li:hover::after {
	width: 50%;
	transition: all .5s;
}
.h-li:first-child {
	margin-left: 0;
}
.h-fj {
	margin: 0 1.41vw;
	font-size: 1.46vw;
	color: #3E3E3E;
	font-family: "NUNITO-BOLD";
}
.h-right {
	display: flex;
	align-items: center;
}
.h-yy {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.h-yyd {
	position: absolute;
	top: 80px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	padding: 0.52vw 0.26vw;
	min-width: 50px;
}
.h-yy:hover .h-yyb {
	display: block;
}
.h-yy:hover .h-yya {
	display: none;
}
.h-yyb {
	display: none;
}
.h-yyc {
	display: flex;
	align-items: center;
	justify-content: center;
}
.h-yyda {
	display: block;
	text-align: center;
	font-size: 0.94vw;
	color: #3E3E3E;
	font-family: "NUNITO-BOLD";
}
.h-yyda:hover {
	background: rgba(6, 49, 162, .1);
	transition: all .2s;
}
.h-yyd {
	display: none;
	background: white;
	z-index: 999;
	border-radius: 5px;
}
.h-yydd {
	border-bottom: 1px solid rgba(62, 62, 62, .1);
}
.h-yydd:last-child {
	border-bottom: none;
}
.h-xiala {
	position: absolute;
	top: 100px;
	padding: 30px;
	background: #FFFFFF;
	border-radius: 10px;
	min-width: 220px;
	display: none;
}
.h-xiala-a {
	padding-bottom: 8px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 31, 111, .3);
}
.h-xiala-a:last-child {
	border-bottom: none;
	padding: 0;
	margin: 0;
}
.h-xiala-a a {
	font-size: 1.25vw;
	color: #3E3E3E;
	font-family: "NUNITO-EXTRABOLD";
	text-align: left;
	white-space: nowrap;
}
.h-li {
	display: flex;
	justify-content: center;
}
.h-xiala-a a:hover {
	color: #001F6F;
}
/* 移动 */
.m-header {
	display: none;
	background: white;
	padding: 0 10%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.m-header-fixed {
	top: 0;
	transition: all .5s;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.m-header-nav {
	display: flex;
	align-items: center;
	height: 60px;
	justify-content: space-between;
}
.m-header-logo img {
	width: 100%;
}
.m-header-logo {
	text-align: left;
	width: 35%;
}
.m-header-box {
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	background: white;
	padding: 20px 10%;
	overflow-y: auto;
	display: none;
	z-index: 999;
	border-top: 1px solid rgba(204, 204, 204, .3);
}
.m-header-box-fixed {
	top: 60px;
}
.m-header-ul {
	margin-bottom: 30px;
}
.m-header-ul li {
	padding: 15px 0;
	list-style-type: none;
	border-bottom: 1px solid rgba(204, 204, 204, .3);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.m-header-ul a {
	font-size: 16px;
	font-family: "NUNITO-BOLD";
	color: #073190;
}
.m-header-input {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.m-header-ss {
	height: 50px;
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(204, 204, 204, .3);
	border-right: none;
}
.m-header-input input {
	height: 50px;
	width: 90%;
	background: transparent;
	outline: none;
	border: 1px solid rgba(204, 204, 204, .3);
	border-left: none;
	font-size: 16px;
	font-family: "NUNITO-BOLD";
	color: #073190;
}
.m-header-input input::-webkit-input-placeholder {
font-size: 16px;
font-family: "NUNITO-BOLD";
color: #073190;
}
.m-header-btn {
	font-size: 18px;
	font-family: "NUNITO-BOLD";
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	background: #073190;
	margin-bottom: 20px;
}
.m-header-p {
	line-height: 40px;
	font-size: 16px;
	font-family: "NUNITO-BOLD";
	color: #073190;
	display: flex;
	align-items: center;
	justify-content: center;
}
.m-header-p a {
	border-bottom: 1px solid white;
	margin-left: 8px;
	color: #073190;
}
.m-header-mbox div {
	padding: 5px 0;
}
.m-header-mbox {
	padding: 10px 0;
}
.m-header-mbox a {
	font-size: 14px !important;
}
.m-header-svg2 {
	display: none;
}
.m-header-ul .on .m-header-svg2 {
	display: block;
}
.m-header-ul .on .m-header-svg1 {
	display: none;
}
.no {
	display: none;
	width: 22px;
}
.no img {
	width: 100%;
	max-width: 100%;
}
.fenlei {
	width: 30px;
}
.fenlei img {
	width: 100%;
	max-width: 100%;
}
.m-box-mbox2 {
	display: flex;
	align-items: center;
}
.m-box-mbox2 img {
	margin-right: 5px;
	width: 22px;
	height: 22px;
	width: 100%;
	max-width: 100%;
	display: block;
}
/* footer */
.footer {
	padding-top: 4.17vw;
}
.f-logo {
	margin-bottom: 2.92vw;
}
.f-box {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.f-bl1 {
	font-size: 1.56vw;
	color: #073190;
	font-family: "NUNITO-REGULAR";
	padding-bottom: 1.04vw;
	line-height: 0.8;
	font-weight: bold;
}
.f-bl2 {
	list-style-type: none;
	font-size: 1.25vw;
	color: #073190;
	font-family: "NUNITO-REGULAR";
	line-height: 1.5;
}
.f-br1 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.f-br1-p {
	font-size: 1.25vw;
	color: #073190;
	font-family: "NUNITO-REGULAR";
	margin-right: 20px;
}
.f-br1-a {
	margin-right: 0.57vw;
}
.f-br1-a:last-child {
	margin-right: 0;
}
.f-br2 {
	text-align: right;
}
.f-br2-a {
	font-size: 1.25vw;
	color: #073190;
	font-family: "NUNITO-REGULAR";
	line-height: 0.8;
}
.f-br {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.f-box {
	padding-bottom: 2.29vw;
	margin-bottom: 1.56vw;
	position: relative;
}
.f-box::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: rgba(7, 49, 144, .4);
}
.f-bottom {
	font-size: 1.04vw;
	color: #073190;
	font-family: "NUNITO-REGULAR";
	line-height: 0.8;
	padding-bottom: 1.56vw;
}
.f-bottom a {
	font-size: 1.04vw;
	color: #073190;
	font-family: "NUNITO-REGULAR";
	line-height: 0.8;
}
/* w01 */
.w01 {
	position: relative;
	margin-bottom: 34px;
}
.w01-banner {
	position: relative;
	overflow: hidden;
}
.w01-img {
	width: 100%;
	max-width: 100%;
	height: 100vh;
	display: block;
	object-fit: cover;
}
.w01-box {
	position: relative;
}
.w01-b {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 13% 18% 0;
	background: rgba(0, 0, 0, .3);
}
.w01-b1 {
	font-size: 2.60vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
	line-height: 0.8;
	text-align: left;
	padding-bottom: 2.19vw;
}
.w01-b2 {
	font-size: 1.25vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
	text-align: left;
	padding-bottom: 2.19vw;
}
.w01-b3 {
	font-size: 2.60vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
	text-align: left;
	padding-bottom: 2.19vw;
}
.w01-b4 {
	font-size: 1.25vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
	text-align: left;
	padding-bottom: 2.19vw;
}
.w01-b5 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.w01-b6 {
	font-size: 2.60vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
	line-height: 0.8;
	text-align: center;
	padding-bottom: 2.19vw;
	padding-top: 8vw;
}
.w01-b7 {
	font-size: 1.25vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
	text-align: left;
}
.w01-green {
	color: #05BE32;
}
.w01-b5l {
	margin-right: 1.35vw;
}
.w01-b5r {
	font-size: 2.60vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
}
/* 波浪线 */
.waves {
	position: absolute;
	width: 100%;
	min-height: 100px;
	max-height: 180px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
.parallax>use {
	animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax>use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}
@keyframes move-forever {
 0% {
 transform: translate3d(-90px, 0, 0);
}
 100% {
 transform: translate3d(85px, 0, 0);
}
}
.w01-banner .swiper-button-next {
	right: 3.65vw;
}
.w01-banner .swiper-button-prev {
	left: 3.65vw;
}
.w01-banner .swiper-button-next, .w01-banner .swiper-button-prev {
	width: 66px;
	height: 66px;
	background: rgba(255, 255, 255, 1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #0631A2;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	background: rgba(255, 255, 255, .2);
	opacity: 1;
	color: white;
}
/* w02 */
.w02 {
	padding-bottom: 7.66vw;
}
.w02-box {
	display: grid;
	grid-template-columns: 44% auto;
	gap: 36px;
	background-position: left;
	background-repeat: no-repeat;
	align-items: center;
}
.w02-bl img {
	width: 100%;
	max-width: 100%;
	display: block;
	transition: all .5s;
}
.w02-br {
	padding-bottom: 2.40vw;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.w02-brt {
	display: flex;
	align-items: center;
	padding-bottom: 1.82vw;
}
.w02-brt1 {
	margin-right: 0.94vw;
	font-size: 3.02vw;
	color: #073190;
	font-family: "NUNITO-BOLD";
	line-height: 0.8;
}
.w02-brb {
	font-size: 1.25vw;
	color: #001F6F;
	font-family: "NUNITO-REGULAR";
}
.w02-brb-p {
	font-family: "NUNITO-BOLD";
}
.w02-brb-span1 {
	font-family: "NUNITO-EXTRABOLD";
	font-size: 1.67vw;
}
.w02-brb-span2 {
	color: #05BE32;
	font-family: "NUNITO-BOLD";
}
.w02-brb-span3 {
	color: #05BE32;
}
.w02-brb {
	padding-bottom: 2.60vw;
}
.w02-a {
	transition: all .5s;
	padding: 0.78vw 2.19vw;
	background: #073190;
	box-shadow: 0px 0px 32px 0px rgba(7,49,144,0.35);
	border-radius: 30px;
	font-size: 1.15vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
}
.w02-box:hover .w02-bl img {
	transform: scale(0.9);
	transition: all .5s;
}
.w02-a:hover {
	box-shadow: 0px 0px 32px 0px rgba(7,49,144,1);
	transition: all .5s;
}
/* w03 */
.w03 {
	padding-bottom: 9.90vw;
}
.w03-box {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.w03-b {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 20px;
}
.w03-box img {
	width: 100%;
	max-width: 100%;
	display: block;
	border-radius: 30px;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.w03-b-b {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.w03-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1.35vw 1.61vw;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-end;
}
.w03-txt {
	font-size: 1.35vw;
	color: #073190;
	font-family: "NUNITO-BOLD";
	margin-bottom: 1.35vw;
	line-height: 0.8;
}
.w03-b2 {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	height: 100%;
}
.w03-b-b:hover img {
	transform: scale(1.1);
	transition: all .5s;
}
.w03-b2:hover img {
	transform: scale(1.1);
	transition: all .5s;
}
/* w04 */
.w04 {
	padding: 7.14vw 0 8.59vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.w04-txt {
	font-size: 3.02vw;
	color: #073190;
	font-family: "NUNITO-BOLD";
	line-height: 1;
}
.w04-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2.97vw;
}
.w04-lunbo {
	position: relative;
	overflow: hidden;
	padding-bottom: 6.25vw;
}
.w04-lunbo .swiper-pagination {
	position: absolute;
	bottom: 1.33vw;
	left: 15%;
	right: 0;
	width: 100%;
	height: 2px;
	background: rgba(0, 0, 0, 0.06);
}
.w04-lunbo .swiper-pagination-progressbar-fill {
	background: #073190;
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	transform-origin: left top;
}
.w04-lunbo .swiper-button-next, .w04-lunbo .swiper-button-prev {
	width: 49px;
	height: 49px;
	background: transparent;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #073190;
	border: 2px solid #073190;
	position: initial;
}
.w04-lunbo .swiper-button-next.swiper-button-disabled, .w04-lunbo .swiper-button-prev.swiper-button-disabled {
	border-color: #C9C9C9;
	opacity: 1;
	color: #C9C9C9;
}
.w04-lrbtn {
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 0;
}
.w04-lunbo .swiper-button-prev {
	margin-right: 1.51vw;
}
.w04-bb {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.w04-b {
	background: white;
	padding: 2.08vw 2.08vw 1.51vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 2.14vw;
	width: -webkit-fill-available;
}
.w04-bimg {
	overflow: hidden;
}
.w04-btxt {
	margin-top: 1.46vw;
	font-size: 1.35vw;
	font-family: "NUNITO-BOLD";
}
.yanse1 {
	color: #073190;
}
.yanse2 {
	color: #073190;
}
.yanse3 {
	color: #073190;
}
.w04-bimg img {
	transition: all .5s;
	width: 100%;
	max-width: 100%;
	display: block;
}
.w04-bimg1 img {
	transition: all .5s;
	width: 100%;
	max-width: 100%;
	display: block;
}
.w04-bimg1 {
	padding: 0;
	width: 100%
}
.w04-bimg {
	padding: 0 5.21vw;
}
.w04-bb:hover .w04-bimg img {
	transform: scale(0.9);
	transition: all .5s;
}
/* w05 */
.w05 {
	padding: 8.96vw 0 9.48vw;
	position: relative;
	overflow: hidden;
}
.w05-box {
	display: grid;
	grid-template-columns: 40% auto;
	background: #F5F5F5;
	border-radius: 20px;
	align-items: center;
}
.w05-bl {
	overflow: hidden;
	border-radius: 20px 0 0 20px;
}
.w05-bl img {
	width: 100%;
	max-width: 100%;
	display: block;
	transition: all .5s;
}
.w05-br {
	padding: 0 5.63vw 0 4.17vw;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.w05-br1 {
	font-size: 2.50vw;
	color: #073190;
	font-family: "NUNITO-BOLD";
	line-height: 1;
	padding-bottom: 1.41vw;
}
.w05-br2 {
	font-size: 1.25vw;
	color: #001F6F;
	font-family: "NUNITO-REGULAR";
	padding-bottom: 1.72vw;
	margin-bottom: 1.82vw;
	position: relative;
}
.w05-br2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	width: 100%;
	background: rgba(98, 98, 98, .4);
}
.w05-br3 {
	display: flex;
	align-items: flex-start;
	padding-bottom: 3.28vw;
}
.w05-br3b1 {
	font-size: 1.56vw;
	color: #073190;
	font-family: "NUNITO-BOLD";
	padding-bottom: 0;
	text-align: center;
}
.w05-br3b2 {
	font-size: 1.04vw;
	color: #656565;
	font-family: "NUNITO-REGULAR";
	text-align: center;
}
.w05-br3b {
	padding-right: 3.13vw;
	position: relative;
	margin-right: 3.13vw;
}
.w05-br3b::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: rgba(98, 98, 98, .2);
}
.w05-br3b:last-child {
	margin: 0;
	padding: 0;
}
.w05-br3b:last-child::after {
	display: none;
}
.w05-box:hover .w05-bl img {
	transform: scale(1.1);
	transition: all .5s;
}
.w05-qipao1 {
	position: absolute;
	top: 4.11vw;
	right: 2.29vw;
	z-index: -1;
	transform: translate(300px, -300px);
	transition: all 1.5s;
}
.weizhi1 {
	transform: translate(0, 0);
	transition: all 1.5s;
	;
}
.w05-qipao2 {
	position: absolute;
	bottom: 2.60vw;
	left: 2.60vw;
	z-index: -1;
	transform: translate(-300px, 300px);
	transition: all 1.5s;
}
.weizhi2 {
	transform: translate(0, 0);
	transition: all 1.5s;
}
/* w06 */
.w06-box {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 50px 20px;
	align-items: stretch;
}
.w06-b1 {
	overflow: hidden;
	margin-bottom: 1.04vw;
	border-radius: 20px;
}
.w06-b1 img {
	width: 100%;
	max-width: 100%;
	display: block;
	transition: all .7s;
}
.w06-b2 {
	font-size: 1.35vw;
	color: #073190;
	font-family: "NUNITO-BOLD";
	margin-bottom: 1.04vw;
	text-align: left;
}
.w06-b {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	justify-content: space-between;
}
.w06-b:hover .w06-b1 img {
	transform: scale(1.2);
	transition: all .7s;
}
/* w07 */
.w07-bj {
	position: relative;
	z-index: 8;
}
.w07-img {
	width: 100%;
	max-width: 100%;
}
.w07-txt {
	position: absolute;
	top: 10.42vw;
	left: calc((100% - 1600px)/2);
}
.w07-t1 {
	font-size: 3.02vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
	line-height: 1;
	margin-bottom: 1.35vw;
}
.w07-t2 {
	font-size: 1.46vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
	line-height: 1;
}
/* w08 */
.w08 {
	transform: translateY(-100px);
	z-index: 7;
	position: relative;
}
.w08-bj {
	position: relative;
}
.w08-img {
	width: 100%;
	max-width: 100%;
}
.w08-b {
	position: absolute;
	top: 9vw;
	left: calc((100% - 1600px)/2);
	right: calc((100% - 1600px)/2);
}
.w08-b {
	display: flex;
	align-items: flex-start;
}
.w08-bl-t1 {
	font-size: 3.02vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
	margin-bottom: 1.56vw;
}
.w08-bl-t2 {
	font-size: 1.56vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
}
.w08-bl {
	margin-right: 6.35vw;
}
.w08-br img {
	width: 100%;
	max-width: 100%;
	border-radius: 15px;
}
.w08-b2 {
	position: absolute;
	bottom: 8%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	z-index: 1;
}
.w08-b2b {
	margin: 0 1.56vw;
	cursor: pointer;
}
.w08-b2b:first-child {
	margin-left: 0;
}
.w08-b2b:last-child {
	margin-right: 0;
}
.w08-b2b-t {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.83vw;
}
.w08-b2b-t2 {
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.w08-b2b-b {
	font-size: 0.83vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
	text-align: center;
}
.w08-svg2 {
	display: none;
}
.w08-svg4 {
	display: none;
}
.w08-b2b:hover .w08-svg2 {
	display: block;
}
.w08-b2b:hover .w08-svg4 {
	display: block;
}
.w08-b2b:hover .w08-svg1 {
	display: none;
}
.w08-b2b:hover .w08-svg3 {
	display: none;
}
.w08-b2 .on .w08-svg2 {
	display: block;
}
.w08-b2 .on .w08-svg4 {
	display: block;
}
.w08-b2 .on .w08-svg1 {
	display: none;
}
.w08-b2 .on .w08-svg3 {
	display: none;
}
/* w09 */
.w09-bj {
	position: relative;
	z-index: 6;
}
.w09-img {
	width: 100%;
	max-width: 100%;
	transform: translateY(-200px);
}
.w09-txt {
	position: absolute;
	top: 10.42vw;
	left: calc((100% - 1600px)/2);
}
.w09-t1 {
	font-size: 3.02vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
	line-height: 1;
	margin-bottom: 1.35vw;
}
.w09-t2 {
	font-size: 1.46vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
	line-height: 1;
}
/* w10 */
.w10-bj {
	position: relative;
	z-index: 5;
}
.w10-img {
	width: 100%;
	max-width: 100%;
	transform: translateY(-300px);
}
.w10-txt {
	position: absolute;
	top: -1.42vw;
	left: calc((100% - 1600px)/2);
}
.w10-t1 {
	font-size: 3.02vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
	line-height: 1;
	margin-bottom: 1.35vw;
}
.w10-t2 {
	font-size: 1.46vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
	line-height: 1;
}
/* w11 */
.w11 {
	height: 33.85vw;
}
.w11-bj {
	position: relative;
	z-index: 4;
}
.w11-img {
	width: 100%;
	max-width: 100%;
	transform: translateY(-400px);
}
.w11-txt {
	position: absolute;
	top: -4vw;
	left: calc((100% - 1600px)/2);
}
.w11-t1 {
	font-size: 3.02vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
	line-height: 1;
	margin-bottom: 1.35vw;
}
.w11-t2 {
	font-size: 1.46vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
	line-height: 1;
}
/* w12 */
.w12 {
	margin-bottom: 2.60vw;
}
.w12-bj {
	position: relative;
}
.w12-bj img {
	width: 100%;
	max-width: 100%;
	display: block;
}
.w12-txt {
	position: absolute;
	top: 12.50vw;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
}
.w12-txt {
	font-size: 3.02vw;
	color: #FFFFFF;
	font-family: "NUNITO-EXTRABOLD";
	text-align: center;
}
/* w13 */
.w13-img {
	width: 100%;
	max-width: 100%;
	display: block;
}
.w13-b-yuan {
	padding: 10px;
	background: #073190;
	border-radius: 50%;
	animation: change 3s ease-in-out infinite alternate;
	margin: 0 8.59vw;
}
@keyframes change {
 0% {
 box-shadow:0 0 0 rgba(7, 49, 144, .7), 0 0 0 rgba(7, 49, 144, .7) inset;
}
 100% {
 box-shadow:0 0 15px rgba(7, 49, 144, 1), 0 0 15px rgba(7, 49, 144, .7) inset;
}
}
.w13-b-txt {
	font-size: 2.08vw;
	font-family: "NUNITO-EXTRABOLD";
	color: #073190;
}
.w13-b {
	display: flex;
	align-items: center;
}
.w13-bj {
	position: relative;
}
.w13-box {
	position: absolute;
	top: 3%;
	left: 160px;
	right: 160px;
	bottom: 3%;
}
.w13-b:nth-child(2n) {
	flex-direction: row-reverse;
}
.w13-b-img {
	border-radius: 50%;
	overflow: hidden;
	width: 40.21vw;
	height: 40.21vw;
	min-width: 40.21vw;
}
.w13-b-img img {
	border-radius: 50%;
	transition: all .7s;
	width: 100%;
	max-width: 100%;
	display: block;
}
.w13-b-img:hover img {
	transform: scale(1.2);
	transition: all .7s;
}
/* w14 */
.w14-bj {
	position: relative;
}
.w14-img {
	width: 100%;
	max-width: 100%;
	display: block;
}
.w14-title {
	position: absolute;
	top: 13.02vw;
	left: 50%;
	transform: translateX(-50%);
}
.w14-t1 {
	font-size: 3.02vw;
	color: #073190;
	font-family: "NUNITO-BOLD";
	margin-bottom: 1.67vw;
	line-height: 1;
	text-align: center;
}
.w14-t2 {
	font-size: 1.56vw;
	color: #073190;
	font-family: "NUNITO-BOLD";
	line-height: 1;
	text-align: center;
}
.w14-b-t {
	font-size: 1.35vw;
	color: #073190;
	font-family: "NUNITO-BOLD";
	text-align: center;
}
.w14-b1 {
	position: absolute;
	top: 59%;
	left: 14.5%;
}
.w14-b2 {
	position: absolute;
	top: 55%;
	left: 35.5%;
}
.w14-b3 {
	position: absolute;
	top: 64%;
	left: 55.5%;
}
.w14-b4 {
	position: absolute;
	top: 55%;
	left: 77.5%;
}
/* w15 */
.w15-bj {
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.w15-box {
	padding: 248px 0 294px;
}
.w15-title {
	font-size: 3.02vw;
	color: #073190;
	font-family: "NUNITO-BOLD";
	text-align: center;
	margin-bottom: 5.10vw;
}
.w15-b {
	padding: 4.17vw 4.69vw 7.81vw;
	background: #FFFFFF;
	box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.1);
	border-radius: 20px;
}
.w15-txt1 {
	font-size: 1.56vw;
	color: #073190;
	font-family: "NUNITO-BOLD";
	padding-bottom: 2.24vw;
	margin-bottom: 1.82vw;
	border-bottom: 2px solid rgba(7, 49, 144, .2);
}
.w15-txt2 {
	font-size: 1.25vw;
	color: #073190;
	font-family: "NUNITO-REGULAR";
	padding-bottom: 3.18vw;
	margin-bottom: 1.88vw;
	border-bottom: 2px solid rgba(7, 49, 144, .2);
}
.w15-txt3 {
	font-size: 1.25vw;
	color: #073190;
	font-family: "NUNITO-REGULAR";
}
/* w16 */
.w16 {
	z-index: 8;
	position: relative;
}
.w16-img {
	width: 100%;
	max-width: 100%;
	display: block;
}
.w16-txt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 8.33vw;
}
.w16-t1 {
	font-size: 3.02vw;
	color: #FFFFFF;
	font-family: "NUNITO-EXTRABOLD";
	margin-bottom: 1.72vw;
	line-height: 1;
}
.w16-t2 {
	font-size: 1.56vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
	max-width: 36vw;
}
.green {
	color: #05BE32;
}
.green2 {
	color: #05BE32;
	font-family: "NUNITO-EXTRABOLD";
}
.white {
	font-family: "NUNITO-EXTRABOLD";
}
/* w17 */
.w17-bj {
	position: relative;
	z-index: 7;
}
.w17-img {
	width: 100%;
	max-width: 100%;
	display: block;
	transform: translateY(-100px);
}
.w17-box {
	position: absolute;
	top: 45%;
	transform: translateY(-55%);
	right: 11.15vw;
	max-width: 40vw;
}
.w17-b1 {
	font-size: 3.02vw;
	color: #FFFFFF;
	font-family: "NUNITO-EXTRABOLD";
	margin-bottom: 2.24vw;
	line-height: 1;
}
.w17-b2 {
	font-size: 1.56vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
	margin-bottom: 2.19vw;
}
.w17-b3 {
	display: flex;
	align-items: center;
}
.w17-b3b:first-child {
	margin-right: 2.60vw;
}
.w17-b3b {
	position: relative;
}
.w17-b3t {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.w17-b3t {
	font-size: 2.08vw;
	font-family: "NUNITO-BOLD";
	color: #FFFFFF;
	text-shadow: 0px 0px 98px #FFFFFF;
}
/* w18 */
.w18-bj {
	position: relative;
	z-index: 6;
}
.w18-img {
	width: 100%;
	max-width: 100%;
	display: block;
	transform: translateY(-200px);
}
.w18-txt {
	position: absolute;
	top: 28%;
	left: 8.33vw;
	max-width: 39vw;
}
.w18-t1 {
	font-size: 3.02vw;
	color: #073190;
	font-family: "NUNITO-EXTRABOLD";
	margin-bottom: 1.82vw;
}
.w18-t2 {
	font-size: 1.56vw;
	color: #073190;
	font-family: "NUNITO-BOLD";
}
/* w19 */
.w19-bj {
	position: relative;
	z-index: 5;
	height: 45.83vw;
}
.w19-img {
	width: 100%;
	max-width: 100%;
	display: block;
	transform: translateY(-300px);
}
.w19-txt {
	position: absolute;
	top: 10%;
	right: 8.96vw;
	max-width: 39vw;
}
.w19-t1 {
	font-size: 3.02vw;
	color: #FFFFFF;
	font-family: "NUNITO-EXTRABOLD";
	margin-bottom: 1.82vw;
}
.w19-t2 {
	font-size: 1.56vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
}
/* w20 */
.w20-title {
	font-size: 3.02vw;
	color: #073190;
	font-family: "NUNITO-EXTRABOLD";
	margin-bottom: 3.91vw;
	text-align: center;
}
.w20-box {
	background: #FFFFFF;
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1);
	border-radius: 20px;
	padding: 2.86vw 2.60vw 2.60vw;
	margin-bottom: 3.13vw;
}
.w20-b {
	font-size: 1.35vw;
	color: #073190;
	font-family: "NUNITO-EXTRABOLD";
	margin-bottom: 1.77vw;
	text-align: center;
}
.w20-table {
	border-color: rgba(7, 49, 144, .2);
}
.w20-table tr:first-child td {
	font-size: 1.04vw;
	font-family: "NUNITO-EXTRABOLD";
}
.w20-table td {
	padding: 30px;
	vertical-align: top;
}
.w20-table td {
	font-size: 0.83vw;
	color: #073190;
	font-family: "NUNITO-REGULAR";
}
.w20-table td:nth-child(1) {
	width: 9.64vw;
}
.w20-table td:nth-child(2) {
	width: 25.26vw;
}
.w20-table td:nth-child(3) {
	width: auto;
}
.w20-b2 {
	font-size: 0.83vw;
	color: #073190;
	font-family: "NUNITO-REGULAR";
	margin-top: 1.82vw;
}
/* w21 */
.w21-bj {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 200px;
}
.w21-b {
	padding: 2.60vw 1.56vw;
	border: 2px solid rgba(7, 49, 144, .2);
}
.w21-b:first-child {
	border-bottom: none;
}
.w21-b1 {
	font-size: 1.25vw;
	font-family: "NUNITO-EXTRABOLD";
	color: #073190;
	margin-bottom: 1.04vw;
	line-height: 1;
}
.w21-b2 {
	font-size: 1.04vw;
	font-family: "NUNITO-REGULAR";
	color: #073190;
}
.w21-b3 {
	margin-bottom: 1.72vw;
}
.w21-txt {
	margin-top: 1.93vw;
}
.w21-b3b {
	font-size: 1.04vw;
	font-family: "NUNITO-REGULAR";
	color: #073190;
}
.w21-t1 {
	font-size: 0.83vw;
	font-family: "NUNITO-EXTRABOLD";
	color: #073190;
}
.w21-t2 {
	font-size: 0.83vw;
	font-family: "NUNITO-REGULAR";
	color: #073190;
}
/* w22 */
.w22-bj {
	z-index: 8;
	position: relative;
}
.w22-img {
	width: 100%;
	max-width: 100%;
	display: block;
}
.w22-txt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 8.33vw;
}
.w22-t1 {
	font-size: 3.02vw;
	color: #073190;
	font-family: "NUNITO-EXTRABOLD";
	margin-bottom: 1.72vw;
	line-height: 1;
}
.w22-t2 {
	font-size: 1.56vw;
	color: #073190;
	font-family: "NUNITO-BOLD";
	max-width: 40vw;
}
/* w23 */
.w23-bj {
	z-index: 7;
	position: relative;
}
.w23-img {
	width: 100%;
	max-width: 100%;
	display: block;
	transform: translateY(-100px);
}
.w23-box {
	position: absolute;
	bottom: 30%;
	left: 50%;
	transform: translateX(-50%);
}
.w23-box-b {
	display: flex;
	align-items: center;
	justify-content: center;
}
.w23-b1-img {
	position: relative;
}
.w23-b1-txt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.w23-b1-txt {
	font-size: 2.08vw;
	color: #FFFFFF;
	font-family: "NUNITO-EXTRABOLD";
	text-align: center;
}
.w23-b2 {
	display: flex;
	align-items: center;
}
.w23-b2b2 {
	font-size: 1.56vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
}
.w23-b2b1 {
	margin-bottom: 1.04vw;
}
.w23-ximg {
	margin: 0 25px;
}
.w23-b2b1 img {
	border-radius: 15px;
	border: 3px solid #005be5;
}
.w23-b2-right {
	transform: translateY(-50px);
}
.w23-box-t {
	display: flex;
	justify-content: center;
	padding-left: 24%;
}
.w23-box-t .w23-ximg {
	text-align: center;
	margin: 0;
}
.w23-box-t .w23-b2b2 {
	margin-left: 30px;
	transform: translateY(-30px);
}
/* w24 */
.w24 {
	height: 51.04vw;
}
.w24-bj {
	z-index: 6;
	position: relative;
}
.w24-img {
	width: 100%;
	max-width: 100%;
	display: block;
	transform: translateY(-200px);
}
.w24-b {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6.67vw;
	align-items: center;
}
.w24-b1 {
	display: grid;
	grid-template-columns: 60% auto;
	gap: 1.04vw;
}
.w24-bb2 {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1.04vw;
}
.w24-bb img {
	width: 100%;
	max-width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
	border: 3px solid #005be5;
}
.w24-b3-t1 {
	font-size: 3.02vw;
	color: #073190;
	font-family: "NUNITO-EXTRABOLD";
	margin-bottom: 1.88vw;
}
.w24-b3-t2 {
	font-size: 1.56vw;
	color: #073190;
	font-family: "NUNITO-BOLD";
}
.w24-box {
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
}
/* w25 */
.w25-bj {
	position: relative;
}
.w25-img {
	width: 100%;
	max-width: 100%;
	display: block;
}
.w25-t1 {
	font-size: 3.02vw;
	color: #073190;
	font-family: "NUNITO-EXTRABOLD";
	margin-bottom: 2.08vw;
	line-height: 1;
}
.w25-t2 {
	font-size: 1.56vw;
	font-family: "NUNITO-BOLD";
	color: #073190;
}
.w25-txt {
	position: absolute;
	top: 26%;
	right: 14%;
	max-width: 28.28vw;
}
/* w26 */
.w26-bj {
	position: relative;
}
.w26-img {
	width: 100%;
	max-width: 100%;
	display: block;
}
.w26-t1 {
	font-size: 3.02vw;
	color: #FFFFFF;
	font-family: "NUNITO-EXTRABOLD";
	line-height: 1;
	margin-bottom: 2.24vw;
}
.w26-t2 {
	font-size: 1.56vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
}
.blue {
	color: #0631A2;
}
.blue2 {
	color: #0631A2;
	font-family: "NUNITO-EXTRABOLD";
}
.w26-txt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 8.33vw;
	max-width: 39.32vw;
}
/* main-nav */
.main-nav {
	font-size: 1.04vw;
	color: #656565;
	font-family: "NUNITO-BOLD";
}
.main-nav-a {
	color: #656565;
}
.main-nav-a2 {
	color: #073190;
}
/* w27 */
.w27 {
	background-size: 100% 100%;
	background-position: bottom;
	background-repeat: no-repeat;
}
.w27-bj {
	background: #f8f8f8;
}
.w27-box {
	padding: 5.73vw 0 13.54vw;
}
.w27-box {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.04vw;
}
/* w28 */
.w28-bj {
	position: relative;
	z-index: 8;
}
.w28-img {
	width: 100%;
	max-width: 100%;
	display: block;
}
.w28-txt {
	position: absolute;
	top: 10.42vw;
	left: 8.33vw;
	right: 8.33vw;
}
.w28-t1 {
	font-size: 3.02vw;
	color: #FFFFFF;
	font-family: "NUNITO-EXTRABOLD";
	margin-bottom: 2.08vw;
	line-height: 1;
}
.w28-t2 {
	font-size: 1.56vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
}
.w28-bj2 {
	z-index: 7;
}
.w28-img2 {
	transform: translateY(-100px);
}
.w28-txt2 {
	top: 7.29vw;
}
.w28-bj3 {
	z-index: 6;
}
.w28-img3 {
	transform: translateY(-200px);
}
.w28-txt3 {
	top: 5.21vw;
}
.w28-bottom {
	height: 48.18vw;
}
/* w29 */
.w29-bj {
	position: relative;
	z-index: 8;
}
.w29-img {
	width: 100%;
	max-width: 100%;
	display: block;
}
.w29-t1 {
	font-size: 3.02vw;
	color: #FFFFFF;
	font-family: "NUNITO-EXTRABOLD";
	margin-bottom: 2.08vw;
	line-height: 1;
}
.w29-t2 {
	font-size: 1.56vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
}
.w29-box {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
/* w30 */
.w30 {
	position: relative;
	padding: 8.33vw 0;
}
.w30-box {
	display: grid;
	grid-template-columns: 53% auto;
	gap: 4.69vw;
	align-items: stretch;
}
.w30-b2 img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
	border-radius: 25px;
	transition: all .7s;
	object-position: right;
}
.w30-t1 {
	font-size: 3.02vw;
	color: #0631A2;
	font-family: "NUNITO-EXTRABOLD";
	line-height: 1;
	margin-bottom: 2.29vw;
}
.w30-t2 {
	font-size: 1.56vw;
	color: #0631A2;
	font-family: "NUNITO-REGULAR";
}
.w30-lb-img {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.w30-lb-img img {
	display: block;
}
.w30-b2 {
	overflow: hidden;
	border-radius: 25px;
}
.w30-b2:hover img {
	transition: all .7s;
	transform: scale(1.2);
}
/* w31 */
.w31-bj {
	position: relative;
}
.w31-img {
	width: 100%;
	max-width: 100%;
	display: block;
}
.w31-box {
	position: absolute;
	top: 8.33vw;
	left: 0;
	right: 0;
}
.w31-t1 {
	font-size: 3.02vw;
	color: #FFFFFF;
	font-family: "NUNITO-EXTRABOLD";
	line-height: 1;
	margin-bottom: 2.50vw;
}
.w31-t2 {
	font-size: 1.56vw;
	color: #FFFFFF;
	font-family: "NUNITO-REGULAR";
}
/* w32 */
.w32 {
	padding: 5.21vw 0 8.33vw;
}
.w32-title {
	margin-bottom: 8.33vw;
	font-size: 3.02vw;
	color: #0631A2;
	font-family: "NUNITO-EXTRABOLD";
	line-height: 1;
	text-align: center;
}
.w32-b {
	position: relative;
}
.w32-bj img {
	width: 100%;
	max-width: 100%;
	display: block;
}
.w32-yuan {
	width: 11px;
	height: 11px;
	background: #073190;
	border-radius: 50%;
	animation: change2 3s ease-in-out infinite alternate;
	cursor: pointer;
}
@keyframes change2 {
 0% {
 box-shadow:0 0 11px #073190;
}
 100% {
 box-shadow:0 0 1000px #073190;
}
}
.w32-wz {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.w32-wz2 .w32-bxx {
	position: absolute;
	top: 0;
}
.w32-bxx {
	position: absolute;
	bottom: 0;
	display: none;
	cursor: pointer;
}
.w32-xx {
	width: 346px;
	background: #FFFFFF;
	border-radius: 10px;
	position: relative;
	margin-bottom: 38px;
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1);
	transition: all .3s;
	z-index: 2;
}
.w32-xx::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	border-top: #FFFFFF 20px solid;
	border-left: transparent 25px solid;
	border-right: transparent 25px solid;
}
.w32-xx1 img {
	width: 100%;
	max-width: 100%;
	display: block;
	border-radius: 10px 10px 0 0;
}
.w32-xx2 {
	padding: 1.15vw;
	font-size: 1.04vw;
	color: #0631A2;
	font-family: "NUNITO-BOLD";
}
.w32-wz2 .w32-xx {
	margin-top: 38px;
	margin-bottom: 0;
}
.w32-wz2 .w32-xx::after {
	top: -20px;
	bottom: auto;
	border-bottom: #FFFFFF 20px solid;
	border-top: none;
}
.w32-wz2 .w32-xx1 img {
	border-radius: 0 0 10px 10px;
}
.wz1 {
	position: absolute;
	left: 3.5%;
	top: 27%;
}
.wz2 {
	position: absolute;
	left: 38.5%;
	top: 44.5%;
}
.wz3 {
	position: absolute;
	left: 71.5%;
	top: 43%;
}
.wz4 {
	position: absolute;
	left: 33.5%;
	top: 59.5%
}
.wz5 {
	position: absolute;
	left: 76.5%;
	top: 53%
}
.wz6 {
	position: absolute;
	left: 8%;
	top: 41%;
}
.wz7 {
	position: absolute;
	left: 21%;
	top: 19%;
}
.wz8 {
	position: absolute;
	left: 11%;
	top: 80%;
}
.wz9 {
	position: absolute;
	left: 20%;
	top: 52%;
}
.wz10 {
	position: absolute;
	left: 27%;
	top: 55%;
}
.wz11 {
	position: absolute;
	left: 29.5%;
	top: 49%;
}
.wz12 {
	position: absolute;
	left: 40.5%;
	top: 42%;
}
.wz13 {
	position: absolute;
	left: 82%;
	top: 40%;
}
.wz14 {
	position: absolute;
	left: 92%;
	top: 69%;
}
/* w33 */
.w33 {
	padding: 6.25vw 0 11.46vw;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.w33-title {
	font-size: 3.02vw;
	color: #0631A2;
	font-family: "NUNITO-EXTRABOLD";
	margin: 0 auto 2.76vw;
	text-align: center;
}
.w33-b {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1.04vw 1.30vw;
}
.w33-bb {
	background: #FFFFFF;
	padding: 1.67vw 0;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.w33-bb img {
	transition: all .7s;
}
.w33-bb:hover img {
	transform: scale(1.2);
	transition: all .7s;
}
/* w34 */
.w34-bj {
	position: relative;
}
.w34-img {
	width: 100%;
	max-width: 100%;
	display: block;
}
.w34-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}
.w34-b1-img img {
	width: 23.96vw;
	height: 14.06vw;
	object-fit: cover;
	display: block;
	border-radius: 10px;
}
.w34-b1-t1 {
	font-size: 3.02vw;
	color: #FFFFFF;
	font-family: "NUNITO-EXTRABOLD";
	line-height: 1;
	margin-bottom: 3.28vw;
}
.w34-b1-t2 {
	font-size: 1.56vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
}
.w34-b1 {
	display: grid;
	grid-template-columns: 60% auto;
	gap: 8.33vw;
	align-items: center;
}
.w34-b1-img1 {
	border-radius: 10px;
	background: rgba(255, 255, 255, .2);
	padding: 0.42vw 0.73vw;
}
.w34-b1-img2 {
	margin-bottom: 3.49vw;
	transform: translateX(-1.56vw) rotateZ(-10deg) translateY(-1.56vw);
}
.w34-b1-img3 {
	transform: rotateZ(5deg) translateY(1.56vw);
}
.w34-b1 {
	margin-bottom: 7.81vw;
}
.w34-b2 {
	display: grid;
	grid-template-columns: 41% auto;
	gap: 8.33vw;
	align-items: center;
}
.w34-b1-img {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.w34-b1-img4 {
	margin-bottom: 3.49vw;
	transform: translateX(0.5vw) rotateZ(10deg) translateY(-1.56vw);
}
.w34-b1-img5 {
	transform: rotateZ(-3deg);
}
/* w35 */
.w35-img {
	width: 100%;
	max-width: 100%;
	display: block;
}
.w35-bj {
	position: relative;
}
.w35-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}
.w35-title {
	font-size: 3.02vw;
	color: #073190;
	font-family: "NUNITO-EXTRABOLD";
	margin-bottom: 1.30vw;
	text-align: center;
}
.w35-title2 {
	font-size: 1.56vw;
	color: #073190;
	font-family: "NUNITO-BOLD";
	margin-bottom: 1.88vw;
	text-align: center;
}
.w35-bb {
	background: rgba(255, 255, 255, .9);
	border-radius: 20px;
	padding: 2.86vw 2.50vw 2.50vw;
}
.w35-bbt {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 3.28vw;
	align-items: stretch
}
.w35-bbt-b {
	padding: 1.93vw 2.08vw 1.56vw;
	border: 2px solid rgba(7, 49, 144, 0.12);
	border-radius: 20px 20px 0 0;
}
.w35-bbt-b {
	font-size: 1.25vw;
	font-family: "NUNITO-REGULAR";
	color: #073190;
}
.w35-bold {
	font-family: "NUNITO-BOLD";
}
.w35-bbb {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 3.28vw;
	align-items: stretch;
}
.w35-bbb-b {
	padding: 1.56vw 2.08vw 2.08vw;
	border-bottom: 2px solid rgba(7, 49, 144, 0.12);
	border-left: 2px solid rgba(7, 49, 144, 0.12);
	border-right: 2px solid rgba(7, 49, 144, 0.12);
	border-radius: 0 0 20px 20px;
}
.w35-bbb-b {
	font-size: 1.25vw;
	color: #073190;
	font-family: "NUNITO-REGULAR";
}
.w35-title3 {
	font-size: 1.25vw;
	color: #073190;
	font-family: "NUNITO-REGULAR";
	margin-top: 2.29vw;
	text-align: center;
}
/* w36 */
.w36 {
	padding: 8.85vw 0 11.72vw;
	position: relative;
}
.w36-b1 {
	display: grid;
	grid-template-columns: 46% auto;
	gap: 4.32vw;
	align-items: stretch;
	margin-bottom: 6.77vw;
}
.w36-b1-txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.w36-b1-t1 {
	font-size: 3.02vw;
	color: #073190;
	font-family: "NUNITO-EXTRABOLD";
	line-height: 1;
	margin-bottom: 2.92vw;
}
.w36-b1-t2 {
	font-size: 1.56vw;
	font-family: "NUNITO-REGULAR";
	color: #073190;
}
.w36-b1-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all .7s;
}
.w36-b1-img {
	overflow: hidden;
	border-radius: 20px;
}
.w36-b1-img:hover img {
	transform: scale(1.2);
	transition: all .7s;
}
.w36-b2 {
	display: grid;
	grid-template-columns: 48% auto;
	gap: 4.32vw;
	align-items: stretch;
}
.w36-lt-img {
	position: absolute;
	top: -15.63vw;
	left: 0;
}
.w36-box {
	position: relative;
	z-index: 1;
}
.w36-b-img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.w36-b-img img {
	width: 100%;
	max-width: 100%;
	display: block;
}
/* w37 */
.w37-bj {
	position: relative;
	z-index: 8;
}
.w37-img {
	width: 100%;
	max-width: 100%;
	display: block;
	transform: translateY(-100px);
}
.w37-box {
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
}
.w37-title {
	font-size: 3.02vw;
	color: #FFFFFF;
	font-family: "NUNITO-EXTRABOLD";
	margin-bottom: 2.08vw;
}
.w37-title2 {
	font-size: 1.56vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
}
.w37-bj2 {
	z-index: 7;
	height: 52.08vw;
}
.w37-img2 {
	transform: translateY(-200px);
}
/* w38 */
.w38-bj {
	position: relative;
	z-index: 8;
}
.w38-img {
	width: 100%;
	max-width: 100%;
	display: block;
}
.w38-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}
.w38-title {
	font-size: 3.02vw;
	color: #FFFFFF;
	font-family: "NUNITO-EXTRABOLD";
	padding-bottom: 2.71vw;
	border-bottom: 2px solid #FFFFFF;
	line-height: 1;
}
.w38-b1b {
	padding: 1.88vw 0 2.08vw;
	font-size: 1.56vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 2px solid rgba(255, 255, 255, .2);
}
.w38-b1b:last-child {
	border-bottom: 0;
}
.w38-b1b-left {
	text-align: left;
}
.w38-b1b-right {
	text-align: right;
}
.w38-b {
	display: grid;
	grid-template-columns: 58% auto;
}
.w38-yuan {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #0044DD;
}
.w38-b2 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.w38-yuan {
	margin-left: 40%;
	position: relative;
}
.w38-yuan::after {
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #0044DD;
	z-index: -1;
}
.w38-yuan::after {
	animation: change3 6s ease-in-out infinite;
}
@keyframes change3 {
 0% {
 transform: scale(1.0);
 opacity: 1;
}
 100% {
 transform: scale(6.0);
 opacity: 0;
}
}
.w38-yuan::before {
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #0044DD;
	z-index: -1;
}
.w38-yuan::before {
	animation: change4 6s ease-in-out infinite;
}
@keyframes change4 {
 0% {
 transform: scale(1.0);
 opacity: 1;
}
 25% {
 transform: scale(1.0);
 opacity: 1;
}
 100% {
 transform: scale(6.0);
 opacity: 0;
}
}
.w38-tc {
	position: absolute;
	background: #FFFFFF;
	border-radius: 20px;
	bottom: 45px;
	transform: translateX(-46.6%);
}
.w38-tc2 {
	position: relative;
	padding: 0.73vw 1.56vw;
}
.w38-tc2::after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	border-top: #FFFFFF 16px solid;
	border-left: transparent 14px solid;
	border-right: transparent 14px solid;
}
/* w39 */
.w39-bj {
	position: relative;
	z-index: 7;
	height: 45vw;
}
.w39-img {
	width: 100%;
	max-width: 100%;
	display: block;
	transform: translateY(-100px);
}
.w39-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}
.w39-b1b1 {
	font-size: 3.02vw;
	color: #073190;
	font-family: "NUNITO-EXTRABOLD";
	padding-bottom: 1.46vw;
	margin-bottom: 1.56vw;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	line-height: 1;
}
.w39-b1b2 {
	font-size: 1.25vw;
	color: #073190;
	font-family: "NUNITO-BOLD";
}
.w39-b {
	display: grid;
	grid-template-columns: 30% auto;
	gap: 11.25vw;
}
.w39-b2bb-t {
	font-size: 1.25vw;
	color: #073190;
	font-family: "NUNITO-BOLD";
}
.w39-input {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	background: transparent;
	outline: none;
	width: -webkit-fill-available;
	padding: 11px 0;
}
.w39-input {
	font-size: 1.04vw;
	color: rgba(7, 49, 144, 1);
	font-family: "NUNITO-REGULAR";
}
.w39-input::-webkit-input-placeholder {
font-size: 1.04vw;
color: rgba(7, 49, 144, .4);
font-family: "NUNITO-REGULAR";
}
.w39-input:focus {
	border-color: #073190;
}
.w39-b2b {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2.60vw 5.21vw;
}
.w39-b2b2 {
	margin-top: 3.13vw;
}
.w39-btn {
	margin-top: 2.97vw;
}
.w39-btn-a {
	font-size: 1.04vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
	background: #073190;
	border-radius: 33px;
	padding: 1.25vw 2.34vw;
	display: inline-block;
}
/* w40 */
.w40-bj {
	position: relative;
}
.w40-img {
	width: 100%;
	max-width: 100%;
	display: block;
}
.w40-box {
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
}
.w40-t1 {
	font-size: 3.02vw;
	color: #FFFFFF;
	font-family: "NUNITO-EXTRABOLD";
	line-height: 1;
	margin-bottom: 1.72vw;
}
.w40-t2 {
	font-size: 1.56vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
	line-height: 1;
}
/* w41 */
.w41 {
	margin-top: 3.65vw;
	padding-bottom: 9.38vw;
}
.w41-bt-l {
	padding-left: 1.46vw;
	position: relative;
}
.w41-bt-l::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 4px;
	height: 100%;
	border-radius: 2px;
	background: #0631A2;
}
.w41-bt-l {
	font-size: 1.56vw;
	color: #0631A2;
	font-family: "NUNITO-BOLD";
	line-height: 1;
}
.w41-bt {
	display: grid;
	grid-template-columns: 99% auto;
	align-items: center;
	cursor: pointer;
}
.w41-bt-r {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.w41-box {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1.41vw;
}
.w41-b {
	background: #FFFFFF;
	box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.06);
	border-radius: 10px;
	padding: 1.93vw 2.08vw;
}
.w41-bj {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.w41-bb {
	font-size: 1.25vw;
	color: #000;
	font-family: "NUNITO-REGULAR";
	padding: 1.82vw 0 5.73vw;
	border-top: 1px solid rgba(6, 49, 162, .1);
	margin-top: 1.25vw;
	display: none;
}
.w41-bb span {
	font-weight: bold
}
.w41-bb img {
	max-width: 100%;
}
.w41-box .on .w41-bt-r img {
	transform: rotate(90deg);
}
/* 分页 */
.fenye {
	margin-top: 5.21vw;
}
.page-num {
	width: 3.54vw;
	height: 3.54vw;
	background: #FFFFFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	border: 2px solid #073190;
}
.page-num {
	font-size: 1.35vw;
	color: #073190;
	font-family: "NUNITO-BOLD";
}
.fenye-box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.fenye-img1 {
	display: none;
}
.page-num:hover .fenye-img1 {
	display: block;
}
.page-num:hover .fenye-img2 {
	display: none;
}
.page-num:hover {
	background: #073190;
	color: #FFFFFF;
}
.fenye-box .page-num-current {
	background: #073190;
	color: #FFFFFF;
}
.fenye-box .on .fenye-img1 {
	display: block;
}
.fenye-box .on .fenye-img2 {
	display: none;
}
/* w42 */
.w42-bj {
	position: relative;
	z-index: 8;
}
.w42-box {
	position: absolute;
	top: 9.90vw;
	left: 0;
	right: 0;
}
.w42-img {
	width: 100%;
	max-width: 100%;
	display: block;
}
.w42-txt1 {
	text-align: center;
	font-size: 3.02vw;
	color: #FFFFFF;
	font-family: "NUNITO-EXTRABOLD";
	line-height: 1;
	margin-bottom: 1.56vw;
}
.w42-txt2 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.w42-txt2 {
	font-size: 1.56vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
}
/* w43 */
.w43-box {
	position: absolute;
	top: 2.81vw;
	left: 8.33vw;
	right: 8.33vw;
}
.w43-bj {
	position: relative;
	z-index: 7;
}
.w43-img {
	width: 100%;
	max-width: 100%;
	display: block;
	transform: translateY(-100px);
}
.w43-txt1 {
	font-size: 3.02vw;
	color: #FFFFFF;
	font-family: "NUNITO-EXTRABOLD";
	line-height: 1;
	margin-bottom: 1.98vw;
}
.w43-txt2 {
	font-size: 1.56vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
	margin-bottom: 5.00vw;
}
.w43-bb {
	display: flex;
	align-items: center;
	justify-content: center;
}
.w43-bb-img {
	overflow: hidden;
	margin: 0 1.56vw;
}
.w43-bb-img img {
	max-width: 100%;
	display: block;
}
/* w44 */
.w44-bj {
	position: relative;
	z-index: 6;
}
.w44-img {
	width: 100%;
	max-width: 100%;
	display: block;
	transform: translateY(-200px);
}
.w44-box {
	position: absolute;
	top: 2.81vw;
	left: 8.33vw;
	right: 8.33vw;
}
.w44-txt1 {
	font-size: 3.02vw;
	color: #073190;
	font-family: "NUNITO-EXTRABOLD";
	margin-bottom: 2.08vw;
	line-height: 1;
}
.w44-txt2 {
	font-size: 1.56vw;
	color: #073190;
	font-family: "NUNITO-BOLD";
	margin-bottom: 5.21vw;
}
.w44-bb {
	display: flex;
	align-items: center;
	justify-content: center;
}
.w44-bbc {
	margin: 0 3.65vw;
}
.w44-bbs {
	position: relative;
}
.w44-bbs-txt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.w44-bbs-txt {
	font-size: 1.25vw;
	color: #073190;
	font-family: "NUNITO-EXTRABOLD";
}
.w44-bbsl {
	transform: translateY(-100px);
}
.w44-bbsr {
	transform: translateY(100px);
}
/* w45 */
.w45-bj {
	position: relative;
	z-index: 5;
	height: 52.08vw;
}
.w45-img {
	width: 100%;
	max-width: 100%;
	display: block;
	transform: translateY(-300px);
}
.w45-box {
	position: absolute;
	top: -2.81vw;
	left: 8.33vw;
	right: 8.33vw;
}
.w45-txt1 {
	font-size: 3.02vw;
	color: #073190;
	font-family: "NUNITO-EXTRABOLD";
	line-height: 1;
	margin-bottom: 1.67vw;
}
.w45-txt2 {
	font-size: 1.56vw;
	color: #073190;
	font-family: "NUNITO-BOLD";
}
.w45-box2 {
	position: absolute;
	bottom: 42%;
	left: 11.33vw;
	right: 11.33vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.w45-box2-t {
	font-size: 1.35vw;
	color: #073190;
	font-family: "NUNITO-EXTRABOLD";
}
/* w46 */
.w46-bj {
	position: relative;
	z-index: 8;
}
.w46-img {
	width: 100%;
	max-width: 100%;
	display: block;
}
.w46-box {
	position: absolute;
	top: 40%;
	transform: translateY(-60%);
	left: 0;
	right: 0;
}
.w46-txt1 {
	font-size: 3.02vw;
	color: #FFFFFF;
	font-family: "NUNITO-EXTRABOLD";
	line-height: 1;
	margin-bottom: 2.45vw;
}
.w46-txt2 {
	font-size: 1.25vw;
	color: #FFFFFF;
	font-family: "NUNITO-BOLD";
	line-height: 1;
}
/* w47 */
.w47 {
	padding: 8.07vw 0 8.44vw;
}
.w47-box {
	display: grid;
	grid-template-columns: 65% auto;
	border-radius: 20px;
}
.w47-b1 {
	overflow: hidden;
	border-radius: 20px 0 0 20px;
}
.w47-b1 img {
	width: 100%;
	max-width: 100%;
	display: block;
	border-radius: 20px 0 0 20px;
	transition: all .7s;
}
.w47-b1:hover img {
	transform: scale(1.2);
	transition: all .7s;
}
.w47-b2 {
	background: #F5F5F5;
	padding: 3.65vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.w47-b2-1 {
	font-size: 1.04vw;
	color: #656565;
	font-family: "NUNITO-BOLD";
	margin-bottom: 1.56vw;
}
.w47-b2-2 {
	font-size: 1.56vw;
	color: #073190;
	font-family: "NUNITO-BOLD";
	margin-bottom: 2.08vw;
}
.w47-b2-3 {
	font-size: 1.04vw;
	color: #656565;
	font-family: "NUNITO-REGULAR";
	margin-bottom: 4.43vw;
}
/* w48 */
.w48 {
	padding: 7.03vw 0 10.42vw;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}
.w48-box {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 4.53vw 1.04vw;
}
/* w49 */
.w49 {
	padding: 5.21vw 0 13vw;
}
.w49-box {
	display: grid;
	grid-template-columns: 60% auto;
	gap: 7.03vw;
}
.w49-b1 {
	font-size: 2.08vw;
	color: #073190;
	font-family: "NUNITO-EXTRABOLD";
	padding-bottom: 2.76vw;
	margin-bottom: 2.60vw;
	border-bottom: 1px solid rgba(7, 49, 144, .1);
}
.w49-b2 {
	font-size: 1.25vw;
	color: #656565;
	font-family: "NUNITO-REGULAR";
	margin-bottom: 7.29vw;
}
.w49-b2 img {
	max-width: 100%;
}
.w49-b3b {
	transition: all .2s;
	display: grid;
	grid-template-columns: 90% auto;
	font-size: 1.35vw;
	color: rgba(7, 49, 144, .6);
	font-family: "NUNITO-BOLD";
	padding: 1.30vw 0;
	border-bottom: 1px solid rgba(7, 49, 144, .1);
}
.w49-b2b-r {
	text-align: right;
}
.w49-b3b:hover {
	color: rgba(7, 49, 144, 1);
	transition: all .2s;
}
.w49-b4 {
	padding-bottom: 1.88vw;
	margin-bottom: 1.88vw;
	border-bottom: 1px solid rgba(7, 49, 144, .1);
	position: relative;
	font-size: 1.56vw;
	color: #073190;
	font-family: "NUNITO-EXTRABOLD";
}
.w49-b4::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 58px;
	background: rgba(7, 49, 144, 1);
}
.w49-b5 {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 2.81vw;
}
.w49-b5b-t {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 1.56vw;
}
.w49-b5b-t img {
	border-radius: 20px;
	transition: all .7s;
	width: 100%;
	max-width: 100%;
	display: block;
}
.w49-b5b-b {
	font-size: 1.35vw;
	color: #073190;
	font-family: "NUNITO-BOLD";
}
.w49-b5b:hover img {
	transform: scale(1.2);
	transition: all .7s;
}
/* w50 */
.w50 {
	padding: 5.21vw 0 10.42vw;
}
.w50-box {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2.92vw 1.04vw;
	align-items: stretch;
}
.w50-b {
	padding: 0.89vw 0.89vw 3.33vw;
	background: #FFFFFF;
	box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.06);
	border-radius: 10px;
	height: auto;
}
.w50-bt {
	margin-bottom: 2.34vw;
	border-radius: 10px;
	overflow: hidden;
}
.w50-bt:hover img {
	transform: scale(1.2);
	transition: all .7s;
}
.w50-bt img {
	width: 100%;
	max-width: 100%;
	display: block;
	border-radius: 10px;
	transition: all .7s;
}
.w50-bb {
	margin-bottom: 3.44vw;
	font-size: 1.35vw;
	color: #0631A2;
	font-family: "NUNITO-BOLD";
	min-height: 70px;
}
.w50-b {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
 @media (max-width: 1700px) {
.w01-b {
	padding: 18% 10% 0;
}
.main {
	width: 1400px;
}
.w11-txt, .w10-txt, .w09-txt, .w07-txt {
	left: calc((100% - 1400px)/2);
}
.w08-b {
	left: calc((100% - 1400px)/2);
	right: calc((100% - 1400px)/2);
}
.w13-b-yuan {
	margin: 0 8%;
}
.w43-bb-img img {
	max-width: 70%;
	margin: 0 auto;
}
.w44-box {
	top: -1vw;
}
.w44-bb {
	zoom: .9;
}
.w45-box2 {
	bottom: 47%;
}
.w23-box-t {
	padding-left: 24.5%;
}
.w10-txt {
	top: -3.42vw;
}
.w11-txt {
	top: -10vw;
}
}
 @media (max-width: 1500px) {
.main {
	width: 1200px;
}
.w38-yuan {
	margin-left: 0;
}
.w11-txt, .w10-txt, .w09-txt, .w07-txt {
	left: calc((100% - 1200px)/2);
}
.w08-b {
	left: calc((100% - 1200px)/2);
	right: calc((100% - 1200px)/2);
}
.w13-b-yuan {
	margin: 0 7%;
}
.w43-bb-img img {
	max-width: 60%;
	margin: 0 auto;
}
.w44-box {
	top: -2vw;
}
.w44-bb {
	zoom: .8;
}
.w45-box2 {
	bottom: 52%;
}
.w23-box {
	zoom: .8;
}
.w23-box-t {
	padding-left: 25%;
}
.w10-txt {
	top: -7.42vw;
}
.w11-txt {
	top: -13vw;
}
.h-logo {
	zoom: .75;
}
.all-container {
	margin-top: 109px;
}
.h-xiala {
	top: 80px;
}
}
 @media (max-width: 1300px) {
.main {
	width: 900px;
}
.w30-box {
	grid-template-columns: 63% auto;
}
.w36-b1 {
	grid-template-columns: 60% auto;
}
.w36-b2 {
	grid-template-columns: 40% auto;
}
.w11-txt, .w10-txt, .w09-txt, .w07-txt {
	left: calc((100% - 900px)/2);
}
.w08-b {
	left: calc((100% - 900px)/2);
	right: calc((100% - 900px)/2);
}
.w13-b-yuan {
	margin: 0 5%;
}
.w44-box {
	top: -2vw;
}
.w44-bb {
	zoom: .6;
}
.w45-box2 {
	bottom: 58%;
}
.w18-txt {
	top: 20%;
}
.w19-txt {
	top: 0;
}
.w23-box {
	zoom: .7;
}
.w23-box-t {
	padding-left: 30%;
}
.w10-txt {
	top: -10.42vw;
}
.w11-txt {
	top: -17vw;
}
.h-logo {
	zoom: .6;
}
.all-container {
	margin-top: 93.39px;
}
.h-xiala {
	top: 70px;
}
.h-yyd {
	top: 60px;
}
}
 @media (max-width: 1000px) {
.all-container {
	margin-top: 60px;
}
.main {
	width: 80%;
}
.header {
	display: none;
}
.m-header {
	display: block;
}
.w01-img {
	height: 600px;
}
.w01-b {
	padding: 36% 10% 0;
}
.w01-banner .swiper-button-next, .w01-banner .swiper-button-prev {
	width: 30px;
	height: 30px;
	font-size: 14px;
}
.w02-main {
	padding: 0;
}
.w02-box {
	padding: 10%;
}
.f-box, .w06-box, .w05-box, .w03-box, .w02-box {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.waves {
	min-height: 0px;
	max-height: 70px;
}
.w02-br {
	padding-bottom: 0;
}
.w04-lunbo .swiper-button-prev {
	margin-right: 10px;
}
.w04-lunbo .swiper-button-next, .w04-lunbo .swiper-button-prev {
	width: 30px;
	height: 30px;
}
.w04-lunbo .swiper-pagination {
	bottom: 15px;
	left: 30%;
}
.w04-lunbo {
	padding-bottom: 70px;
}
.w04-txt {
	width: 60%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.w05-br {
	padding: 10%;
}
.footer {
	padding-top: 50px;
}
.f-br1 {
	justify-content: flex-start;
	padding: 20px 0 20px;
}
.f-br2 {
	text-align: left;
}
.w01-b1 {
	font-size: 16px;
}
.w01-b2 {
	font-size: 12px;
}
.w01-b3 {
	font-size: 16px;
}
.w01-b4 {
	font-size: 12px;
}
.w01-b5l {
	width: 40px;
}
.w01-b5l img {
	width: 100%;
}
.w01-b5r {
	font-size: 18px;
}
.w02-brt1 {
	font-size: 32px;
}
.w02-brt2 {
	width: 100px;
}
.w02-brt2 img {
	width: 100%;
}
.w02-brb {
	font-size: 16px;
}
.w03 .desc {
	font-size: 16px !important
}
.w41-bt-l {
	line-height: 2
}
.w02-a {
	font-size: 14px;
}
.w03-txt {
	font-size: 12px;
}
.w03-title {
	padding: 5%;
}
.w04-txt {
	font-size: 22px;
}
.w04-btxt {
	font-size: 12px;
}
.w04-bimg {
	text-align: center;
}
.w04-bimg img {
	width: 60%;
	margin: 0 auto;
}
.w05-br1 {
	font-size: 18px;
}
.w05-br2 {
	font-size: 12px;
}
.w05-br3b2 {
	font-size: 12px;
}
.w05-br3b1 {
	font-size: 16px;
}
.w06-b2 {
	font-size: 12px;
}
.w04 {
	padding-bottom: 80px;
}
.f-logo {
	width: 150px;
}
.f-logo img {
	width: 100%;
}
.f-bl1 {
	font-size: 16px;
}
.f-bl2 {
	font-size: 12px;
}
.f-br1-p {
	font-size: 12px;
}
.f-br2-a {
	font-size: 12px;
}
.f-bottom {
	font-size: 12px;
}
.f-bottom a {
	font-size: 12px;
}
.w29-t1 {
	font-size: 22px;
}
.w29-t2 {
	font-size: 12px;
}
.w30-box {
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 20px;
}
.w30 {
	padding: 50px 0;
}
.w30-t1 {
	font-size: 22px;
}
.w30-t2 {
	font-size: 12px;
}
.w30-lb-img {
	width: 50%;
}
.w30-lb-img img {
	width: 100%;
}
.w31-img {
	height: 400px;
	object-fit: cover;
}
.w31-t1 {
	font-size: 22px;
}
.w31-t2 {
	font-size: 12px;
}
.w32-title {
	font-size: 22px;
}
.w32 {
	padding: 50px 0;
}
.w32-yuan {
	width: 5px;
	height: 5px;
}
.w32-xx {
	zoom: .3;
}
.w33-title {
	font-size: 22px;
}
.w33 {
	padding: 50px 0;
	background-size: cover;
}
.w33-b {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}
.w29-img {
	height: 300px;
	object-fit: cover;
}
.w34-img {
	height: 1100px;
	object-fit: none;
}
.w34-b1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 20px;
}
.w34-b2 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 20px;
}
.w34-b1-img1 {
	zoom: 1.5;
}
.w34-b1-t1 {
	font-size: 22px;
}
.w34-b1-t2 {
	font-size: 12px;
}
.w38-img {
	height: 500px;
	object-fit: none;
}
.w38-b {
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 20px;
}
.w38-b2 {
	height: 200px;
}
.w38-title {
	font-size: 22px;
}
.w38-b1b {
	font-size: 12px;
}
.w39-bj {
	height: 450px;
}
.w39-img {
	transform: translateY(-50px);
	height: 500px;
	object-fit: none;
}
.w39-b {
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 20px;
}
.w39-box {
	top: 45%;
}
.w39-b1b1 {
	font-size: 22px;
}
.w39-b1b2 {
	font-size: 12px;
}
.w39-b2bb-t {
	font-size: 12px;
}
.w39-input {
	font-size: 12px;
}
 .w39-input::-webkit-input-placeholder {
font-size: 12px;
}
.w39-btn-a {
	font-size: 14px;
}
.w40-t1 {
	font-size: 22px;
}
.w40-t2 {
	font-size: 12px;
}
.main-nav {
	font-size: 12px;
	margin-top: 20px;
}
.w41-bt-l {
	padding-left: 15px;
}
.w41-bt {
	grid-template-columns: 93% auto;
}
.w41-bt-l {
	font-size: 14px;
}
.w41-bb {
	font-size: 12px;
}
.fenye-a {
	width: 30px;
	height: 30px;
	margin: 0 5px;
}
.fenye-a img {
	width: 40%;
}
.w50-box {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 10px;
}
.w50-b {
	padding: 10px;
}
.w50-bb {
	font-size: 12px;
	min-height: 64px;
}
.w46-txt1 {
	font-size: 22px;
}
.w46-txt2 {
	font-size: 12px;
}
.w47-box {
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 0;
}
.w47-b1 img {
	border-radius: 20px 20px 0 0;
}
.w47-b1 {
	border-radius: 20px 20px 0 0;
}
.w47-b2 {
	border-radius: 0 0 20px 20px;
}
.w47-b2-1 {
	font-size: 14px;
}
.w47-b2-2 {
	font-size: 16px;
}
.w47-b2-3 {
	font-size: 12px;
}
.w48-box {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 10px;
}
.w49-b1 {
	font-size: 18px;
}
.w49-box {
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 50px;
}
.w49-b2 {
	font-size: 12px;
}
.w49-b3b {
	font-size: 14px;
}
.w49-b4 {
	font-size: 16px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.w49-b5b-b {
	font-size: 14px;
}
.w15-box {
	padding: 80px 0;
}
.w15-bj {
	background-size: cover;
}
.w15-title {
	font-size: 22px;
}
.w15-txt1 {
	font-size: 14px;
}
.w15-txt2 {
	font-size: 12px;
}
.w15-txt3 {
	font-size: 12px;
}
.w35-img {
	height: 630px;
	object-fit: none;
}
.w35-title {
	font-size: 22px;
}
.w35-title2 {
	font-size: 16px;
}
.w35-bbt-b {
	font-size: 12px;
}
.w35-title3 {
	font-size: 12px;
}
.w36-lt-img {
	width: 200px;
}
.w36-lt-img img {
	width: 100%;
	max-width: 100%;
}
.w36-lt-img {
	top: -38vw;
}
.w36-b1-t1 {
	font-size: 22px;
}
.w36-b1-t2 {
	font-size: 12px;
}
.w37-img {
	transform: translateY(-15px);
}
.w37-img2 {
	transform: translateY(-40px);
}
.w37-title {
	font-size: 22px;
}
.w37-title2 {
	font-size: 12px;
}
.w37-bj2 {
	height: 260px;
}
.w37-img {
	height: 300px;
}
.w26-img {
	height: 250px;
	object-fit: cover;
}
.w26-t1 {
	font-size: 22px;
}
.w26-t2 {
	font-size: 12px;
}
.w26-txt {
	max-width: 45vw;
}
.w27-box {
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 20px;
}
.w11-txt, .w10-txt, .w09-txt, .w07-txt {
	left: 10%;
}
.w08-b {
	left: 10%;
	right: 10%;
}
.w08 {
	transform: translateY(-20px);
}
.w08-img {
	height: 500px;
	object-fit: cover;
}
.w08-b {
	flex-direction: column;
}
.w08-bl {
	margin: 0 0 20px 0;
}
.w08-b2 {
	zoom: .6;
}
.w08-b2b {
	margin: 0 10px;
}
.w09-img {
	transform: translateY(-60px);
}
.w10-img {
	transform: translateY(-90px);
}
.w11-img {
	transform: translateY(-120px);
}
.w11 {
	height: 47.85vw;
}
.w07-t1 {
	font-size: 22px;
}
.w07-t2 {
	font-size: 12px;
}
.w08-bl-t1 {
	font-size: 22px;
}
.w08-bl-t2 {
	font-size: 12px;
}
.w09-t1 {
	font-size: 22px;
}
.w09-t2 {
	font-size: 12px;
}
.w10-t1 {
	font-size: 22px;
}
.w10-t2 {
	font-size: 12px;
}
.w11-t1 {
	font-size: 22px;
}
.w11-t2 {
	font-size: 12px;
}
.w11-img, .w10-img, .w09-img {
	height: 300px;
	object-fit: cover;
}
.w13-box {
	left: 10%;
	right: 10%;
}
.w13-b-yuan {
	margin: 0 7.5%;
	padding: 5px;
}
.w12-txt {
	font-size: 22px;
}
.w13-b-txt {
	font-size: 14px;
}
.w14-t1 {
	font-size: 22px;
}
.w14-t2 {
	font-size: 12px;
}
.w14-b-t {
	font-size: 12px;
}
.w14-img {
	height: 300px;
	object-fit: cover;
}
.w14-b1 {
	top: 53%;
	left: 0;
}
.w14-b2 {
	top: 48%;
	left: 25.5%;
}
.w14-b3 {
	top: 58%;
	left: 55%;
}
.w14-b4 {
	top: 47%;
	left: auto;
	right: 0;
}
.w28-img {
	height: 500px;
	object-fit: cover;
}
.w28-t1 {
	font-size: 22px;
}
.w28-t2 {
	font-size: 12px;
}
.w28-img2 {
	transform: translateY(-50px);
}
.w28-img3 {
	transform: translateY(-100px);
}
.w28-bottom {
	height: 400px;
}
.w42-txt1 {
	font-size: 22px;
}
.w42-txt2 {
	padding: 0 30px;
	font-size: 12px;
}
.w43-txt1 {
	font-size: 22px;
}
.w43-txt2 {
	font-size: 12px;
}
.w43-img {
	height: 300px;
	object-fit: cover;
	transform: translateY(-20px);
}
.w43-bb-img img {
	max-width: 80%;
}
.w44-img {
	height: 400px;
	object-fit: cover;
	transform: translateY(-40px);
}
.w44-bb {
	zoom: .35;
}
.w44-txt1 {
	font-size: 22px;
}
.w44-txt2 {
	font-size: 12px;
}
.w45-img {
	height: 400px;
	object-fit: cover;
	transform: translateY(-80px);
}
.w45-txt1 {
	font-size: 22px;
}
.w45-txt2 {
	font-size: 12px;
}
.w45-box2 {
	bottom: 37%;
	left: 0;
	right: 0;
}
.w45-box2-t:nth-child(1) {
	text-align: left;
}
.w45-box2-t:nth-child(2) {
	text-align: center;
}
.w45-box2-t:nth-child(3) {
	text-align: right;
}
.w45-bj {
	height: 370px;
}
.w20-title {
	font-size: 22px;
}
.w20-b {
	font-size: 14px;
}
.w20-table2 {
	overflow-x: scroll;
}
.w20-table td:nth-child(1) {
	min-width: 100px;
}
.w20-table td:nth-child(2) {
	min-width: 300px;
}
.w20-table td:nth-child(3) {
	min-width: 300px;
}
.w20-b2 {
	font-size: 12px;
}
.w20-table tr:first-child td {
	font-size: 12px;
}
.w20-table td {
	font-size: 12px;
}
.w21-b1 {
	font-size: 14px;
}
.w21-b2 {
	font-size: 12px;
}
.w21-b3b {
	font-size: 12px;
}
.w21-t1 {
	font-size: 14px;
}
.w21-t2 {
	font-size: 12px;
}
.w21 {
	margin-top: 40px;
}
.w21-bj {
	padding-bottom: 100px;
}
.w16-t1 {
	font-size: 22px;
}
.w16-t2 {
	font-size: 12px;
}
.w16-img {
	height: 300px;
	object-fit: cover;
}
.w17-img {
	height: 300px;
	object-fit: cover;
	transform: translateY(-30px);
}
.w17-b3b img {
	width: 100%;
}
.w18-img {
	height: 300px;
	object-fit: cover;
	transform: translateY(-60px);
}
.w17-b1 {
	font-size: 22px;
}
.w17-b2 {
	font-size: 12px;
}
.w17-b3t {
	font-size: 12px;
}
.w18-txt {
	top: 0;
}
.w18-t1 {
	font-size: 22px;
}
.w18-t2 {
	font-size: 12px;
}
.w19-img {
	height: 300px;
	object-fit: cover;
	transform: translateY(-90px);
}
.w19-t1 {
	font-size: 22px;
}
.w19-t2 {
	font-size: 12px;
}
.w19-txt {
	top: -45px;
}
.w19-bj {
	height: 270px;
}
.w23-img {
	height: 300px;
	object-fit: cover;
	transform: translateY(-30px);
}
.w23-box {
	left: 0;
	right: 0;
	transform: none;
	zoom: .25;
}
.w23-box-t {
	padding-left: 36%;
}
.w23-b2b2 {
	font-size: 45px;
}
.w23-b2b2 br {
	display: none;
}
.w23-b1-txt {
	font-size: 45px;
}
.w22-t1 {
	font-size: 22px;
}
.w22-t2 {
	font-size: 12px;
}
.w24-img {
	height: 600px;
	object-fit: cover;
	transform: translateY(-60px);
}
.w24 {
	height: 600px;
}
.w24-bb2, .w24-b1 {
	gap: 20px;
}
.w24-b3-t1 {
	font-size: 22px;
}
.w24-b3-t2 {
	font-size: 12px;
}
.w24-b {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.w25-txt {
	max-width: 76.28vw;
	zoom: .5;
	right: 8%;
	top: 17%;
}
.w25-t1 {
	font-size: 30px;
}
.w25-t2 {
	font-size: 20px;
}
.w01-b7 {
	font-size: 12px;
}
.w02-brb-span1 {
	font-size: 12px;
}
.w36-b1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.w36-b2 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
}
/* mini */
@media (max-width: 370px) {
.w29-img {
	height: 500px;
}
.w38-b1b {
	flex-direction: column;
}
.w38-b1b-right {
	text-align: left;
}
.w26-img {
	height: 350px;
}
.w18-img {
	height: 400px;
}
.w19-img {
	height: 340px;
}
.w22-img {
	height: 300px;
	object-fit: cover;
}
.w23-img {
	height: 350px;
}
.w23-box {
	zoom: 0.17;
}
.w35-img {
	height: 750px;
}
.w13-b-txt {
	zoom: .7;
}
.w14-title {
	zoom: .7;
	top: 31.02vw;
}
.w14-b-t {
	zoom: .7;
}
}
.w03 .w04-txt {
	text-align: center
}
.w03 .subtitle {
	font-size: 3.02vw;
	color: #073190;
	font-family: "NUNITO-BOLD";
	line-height: 1;
}
.w03 .desc {
	font-size: 1.02vw;
	color: #073190;
	font-family: "NUNITO-BOLD";
	line-height: 1.5;
	padding: 2vw 0;
}
