.product .banner {
	background-color: #f2f7ff;
	height: 466px
}

.product .banner .inner {
	width: 1141px;
	margin: 0 auto;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.product .banner .info,
.product .banner .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.product .banner .info {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #041234;
	margin-right: 100px;
	margin-left: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product .banner .info h1 {
	font-size: 44px;
	color: #041234;
	margin: 0 0 25px;
	font-weight: 400
}

.product .banner .info p {
	font-size: 20px;
	color: #444343;
	white-space: nowrap;
	line-height: 30px;
	margin: 0
}

.product .banner .info p:last-of-type {
	margin-bottom: 60px
}

.product .banner .info .btn {
	width: 166px;
	height: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 18px;
	background-color: #fe0101;
	font-weight: 700;
	border-radius: 6px;
	text-decoration: none
}

.product .banner .img-wrap {
	margin-right: 30px
}

.product .banner .img-wrap img {
	display: block;
	width: 100%;
	height: auto
}

.product .nav-wrap {
	position: relative
}

.product .slider {
	position: absolute;
	height: 7px;
	width: 49px;
	background-color: #0687ff;
	border-radius: 7px;
	bottom: 0
}

.product .content-item {
	overflow: hidden
}

.product .nav {
	height: 78px;
	-webkit-box-shadow: 0 -.1304vw 1px rgba(0, 0, 0, .1), 0 .1304vw 1px rgba(0, 0, 0, .1);
	box-shadow: 0 -.1304vw 1px rgba(0, 0, 0, .1), 0 .1304vw 1px rgba(0, 0, 0, .1);
	margin-bottom: .2174vw
}

.product .nav,
.product .nav a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product .nav a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	margin: 0 50px;
	font-size: 20px;
	color: #464a5f;
	text-decoration: none;
	-webkit-transition: color .3s ease-in;
	transition: color .3s ease-in
}

.product .nav a.active,
.product .nav a:hover {
	color: #0687ff
}

.content-1 .area-1 {
	padding-bottom: 65px
}

.content-1 h1 {
	text-align: center;
	padding-top: 59px;
	margin: 0 0 10px;
	font-size: 40px;
	font-weight: 400;
	color: #041234
}

.content-1 p {
	text-align: center;
	font-size: 20px;
	margin-bottom: 60px;
	color: #444343
}

.content-1 .card-grid {
	width: 1139px;
	display: grid;
	margin: 0 auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 60px;
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px
}

.content-1 .card-grid .card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 0 0
}

.content-1 .card-grid .card .img-wrap {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.content-1 .card-grid .card .desc {
	height: 100%;
	letter-spacing: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px
}

.content-1 .card-grid .card .desc h3 {
	font-size: 19px;
	color: #041234;
	margin: 10px 0 0;
	text-align: center
}

.content-1 .card-grid .card .desc p {
	color: #444343;
	font-size: 17px;
	line-height: 35px;
	margin: 20px 0 auto
}

.content-1 .card-grid .card:first-of-type .img-wrap {
	width: 100px
}

.content-1 .card-grid .card:first-of-type .img-wrap img {
	width: 100%;
	display: block;
	height: auto
}

.content-1 .card-grid .card:nth-of-type(2) .img-wrap {
	width: 75px
}

.content-1 .card-grid .card:nth-of-type(2) .img-wrap img {
	width: 100%;
	display: block;
	height: auto
}

.content-1 .card-grid .card:nth-of-type(3) .img-wrap {
	width: 113px
}

.content-1 .card-grid .card:nth-of-type(3) .img-wrap img {
	width: 100%;
	display: block;
	height: auto
}

.content-1 .card-grid .card:nth-of-type(4) .img-wrap {
	width: 80px
}

.content-1 .card-grid .card:nth-of-type(4) .img-wrap img {
	width: 100%;
	display: block;
	height: auto
}

.content-1 .card-grid .gs_reveal {
	opacity: 0;
	visibility: hidden;
	will-change: transform, opacity
}

.content-1 .area-2 {
	background-color: #f2f7ff;
	padding-bottom: 95px
}

.content-1 .area-2 p {
	text-align: center;
	font-size: 20px;
	margin-bottom: 60px
}

.content-1 .area-2 .d-flex {
	width: 1139px;
	margin: 0 auto
}

.content-1 .area-2 .d-flex,
.content-1 .area-2 .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.content-1 .area-2 .left {
	width: 577px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 20px;
	margin-left: 22px
}

.content-1 .area-2 .left img {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto
}

.content-1 .area-2 .left img:not(:last-of-type) {
	margin-bottom: 20px
}

.content-1 .area-2 .right {
	position: relative
}

.content-1 .area-2 .right img {
	position: absolute;
	width: 100px
}

.content-1 .area-2 .right img:nth-of-type(2) {
	left: 120px
}

.content-1 .area-2 .right img:nth-of-type(3) {
	left: 240px
}

.content-1 .area-2 .right img:nth-of-type(4) {
	left: 360px
}

.content-1 .area-2 .right img:nth-of-type(5) {
	top: 198px;
	left: 60px
}

.content-1 .area-2 .right img:nth-of-type(6) {
	top: 198px;
	left: 180px
}

.content-1 .area-2 .right img:nth-of-type(7) {
	top: 198px;
	left: 300px
}

.content-1 .area-2 .right img:nth-of-type(8) {
	top: 393px;
	left: 125px
}

.content-1 .area-2 .right img:nth-of-type(9) {
	top: 393px;
	left: 245px
}

.content-1 .area-3 {
	padding-bottom: 55px
}

.content-1 .area-3 p {
	text-align: center;
	font-size: 20px;
	margin-bottom: 60px
}

.content-1 .area-3 .d-flex {
	width: 1139px;
	margin: 0 auto
}

.content-1 .area-3 .d-flex img {
	display: block;
	width: 100%
}

.content-1 .area-4 {
	background-color: #f2f7ff;
	padding-bottom: 38px
}

.content-1 .area-4 h1 {
	margin-bottom: 20px
}

.content-1 .area-4 p {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
	margin-top: 0
}

.content-1 .area-4 p:last-of-type {
	margin-bottom: 50px
}

.content-1 .area-4 .d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1139px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.content-1 .area-4 .d-flex .d-grid {
	display: grid;
	width: 45%;
	grid-template-columns: repeat(3, 1fr);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
	place-items: center
}

.content-1 .area-4 .d-flex .d-grid img {
	width: 186px;
	height: auto;
	display: block
}

.content-1 .area-4 .d-flex .d-grid img.dot {
	width: 40px
}

.content-1 .area-5 {
	position: relative;
	padding-bottom: 60px
}

.content-1 .area-5 h1 {
	padding: 60px;
	margin: 0
}

.content-1 .area-5 img {
	display: block;
	margin: 0 auto
}

.content-1 .area-5 .last-img {
	position: relative;
	left: -18px
}

.content-1 .area-5 .tranform-left {
	position: relative;
	left: -40px
}

.content-1 .area-6 {
	background-color: #f2f7ff;
	padding-bottom: 70px
}

.content-1 .area-6 h1 {
	margin-bottom: 60px
}

.content-1 .area-6 img {
	width: 1000px;
	margin: 0 auto;
	display: block
}

.content-2 .bg:nth-of-type(2n) {
	background-color: #f2f7ff
}

.content-2 .d-flex {
	width: 1139px;
	margin: 0 auto;
	padding-left: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #041234;
	letter-spacing: 1px
}

.content-2 .d-flex h3 {
	font-size: 22px;
	font-family: webfont-bold;
	margin: 0 0 25px
}

.content-2 .d-flex p {
	font-size: 20px;
	font-family: webfont-bold;
	margin: 0 0 10px;
	color: #444343
}

.content-2 .d-flex .info {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 100px
}

.content-2 .d-flex .img-wrap,
.content-2 .d-flex .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.content-2 .d-flex .img-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 435px
}

.content-2 .d-flex .img-wrap img {
	width: 100%
}

.content-2 .bg:first-of-type .d-flex {
	height: 428px
}

.content-2 .bg:nth-of-type(2) .d-flex {
	height: 488px
}

.content-2 .bg:nth-of-type(2) .info {
	padding-left: 50px
}

.content-2 .bg:nth-of-type(2) img {
	width: 376px
}

.content-2 .bg:nth-of-type(3) .d-flex {
	height: 432px
}

.content-2 .bg:nth-of-type(3) .info {
	margin-right: auto
}

.content-2 .bg:nth-of-type(3) img {
	width: 328px
}

.content-2 .bg:nth-of-type(4) .d-flex {
	height: 438px
}

.content-2 .bg:nth-of-type(4) .info {
	padding-left: 60px
}

.content-2 .bg:nth-of-type(4) img {
	width: 362px
}

.content-3 {
	width: 1139px;
	margin: 0 auto
}

.content-3 p {
	font-size: 22px;
	color: #444343;
	text-align: center;
	margin: 131px auto 100px
}

.content-3 img {
	width: 1040px;
	display: block;
	margin: 0 auto
}