@font-face {
	font-family: 'SourceHanSansSC-Bold';
	src: url('../font/SourceHanSansCN-Bold.woff2');
}

@font-face {
	font-family: 'SourceHanSansSC-Heavy';
	src: url('../font/SourceHanSansCN-Heavy.woff2');
}

@font-face {
	font-family: 'SourceHanSansSC-Regular';
	src: url('../font/SourceHanSansCN-Regular.woff2');
}

body {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	color: #333;
}


html,
body {
	transition: all 0s;
}

::-webkit-scrollbar {
	width: 0;
	height: 0;
}

body,
html {
	font-size: 62.5%;
}

body {
	overflow: hidden;
	overflow-y: auto;
}

input,
select,
textarea {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 1em;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

.flex_center {
	display: flex;
	align-items: center;
	justify-content: center;
}

textarea {
	-webkit-appearance: none;
}

.wrap2 {
	z-index: 10
}

.wrap {
	z-index: 10;
	max-width: 75vw;
	width: 96%;
	margin: 0 auto;
	position: relative;
}

a,
a:link {
	text-decoration: none;
	color: #000;
}

a:hover,
.on>a {
	color: #0072BB;
}

.bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.bg div {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 20vw;
	height: 20vw;
	border-radius: 100%;
	filter: blur(100px);
	transition: transform 5s linear;
}

.bg div.div1 {
	background: #1f6aff;
}

.bg div.div2 {
	width: 25vw;
	height: 25vw;
	top: 50%;
	left: 50%;
	background: #2fc0fc;
}

.wrap {
	margin: 0 auto;
	width: 89.5833333333%;
	max-width: 1400px;
}

.wrap3 {
	max-width: 1204px;
	margin: 0 auto
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid #fff;
	z-index: 1001;
}

.header .wrap {
	max-width: initial;
	width: initial;
	margin: 0 24px;
	height: 71px;
	display: flex;
	align-items: center;
}

.body {
	font-size: 14px;
	background: url(../img/bg.jpg) no-repeat top center;
	background-size: 100% auto;
	background-color: #e8eef7;
	min-height: 100vh;
	overflow-y: auto;
	color: #000
}

.logo_txt {
	padding-bottom: 15px;
	background: url(../img/icon1.png) no-repeat bottom center;
	font-size: 18px;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 5%;
}

.head_btn {
	display: flex;
	gap: 28px
}

.head_btn a {
	display: block;
	line-height: 43px;
	font-size: 16px;
	padding: 0 22px;
	height: 43px;
	border-radius: 10px;
	border: 2px solid #1f71ff;
}

.head_tel {
	min-height: 40px;
	padding-left: 50px;
	position: relative;
}

.head_tel::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 0;

	background: url(../img/icon2.png) no-repeat left center;
	animation: call 0.5s ease 0s infinite
}

@-webkit-keyframes call {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}

	25% {
		transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-o-transform: rotate(5deg);
	}

	100% {
		transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
	}
}

@keyframes call {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}

	25% {
		transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-o-transform: rotate(5deg);
	}

	100% {
		transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
	}
}

.head_tel h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
}

.mainer {
	padding-top: 70px;
}

.page {
	padding-top: 100px;
}

.page_tit {
	text-align: center;
	color: #000
}

.page_tit h3 {
	font-size: 52px;
	font-weight: bold;
}

.page_tit p {
	font-size: 22px;
	margin: 1em 0;
}

.c1 {
	color: #1f6aff
}

.contact_btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact_btn a {
	display: block;
	width: 200px;
	line-height: 56px;
	border-radius: 10px;
	background: linear-gradient(to right, #1f6afe, #00aeff);
	color: #fff;
	font-size: 18px;
	box-shadow: 0 10px 30px rgba(47, 132, 252, 0.3);
}

.contact_btn a:hover {
	background: linear-gradient(to left, #1f6afe, #1f6afe);
}


.page_list1 ul {
	display: flex;
	flex-wrap: wrap;
	margin: -12px;
}

.page_list1 li {
	flex: 0 0 25%;
	min-width: 25%;
	max-width: 25%;
	margin-bottom: 24px;
}

.page_list1 .box {
	height: 100%;
	margin: 0 12px;
	padding-bottom: 10px;
	border-radius: 10px;
	border: 2px solid rgba(255,255,255,0.5);
	background: rgba(255, 255, 255, 0.3);
	overflow: hidden;
	text-align: center;
	padding-bottom: 50px;
	position: relative
}

.page_list1 .img {
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to bottom, #2960fe, transparent 60%);
}

.page_list1 h3 {
	text-align: center;
	font-size: 24px;
	font-weight: bold
}

.page_list1 h5 {
	display: inline-block;
	padding: 5px 10px;
	line-height: 15px;
	background: rgba(20, 80, 254, 0.1);
	color: #1450fe;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 20px;
}

.page_list1 p {
	margin: 0 35px;
	line-height: 22px;
}

.page_list1 .btn {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
}

a.btn {
	display: block;
	text-align: center;
	border-radius: 10px;
	border: 2px solid #1f6bff;
	line-height: 52px;
	font-size: 18px;
	color: #1f6aff;
	font-weight: bold;
	position: relative;
}

a.btn:hover {
	background: #1f6bff;
	color: #fff
}

a.btn.on {
	background: linear-gradient(to right, #1f6aff, #00aeff);
	border: none;
	color: #fff;
	box-shadow: 0 10px 30px rgba(47, 132, 252, 0.3);
}

a.btn.on:hover {
	background: linear-gradient(to right, #1f6aff, #1f6aff);
}

.page_tit2 {
	margin-bottom: 40px;
}

.page_tit2 h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
	gap: 10px;
	font-weight: bold;
}

.page_tit2.left h3 {
	justify-content: flex-start;
}

.page_tit2.left h3::before {
	display: none;
}

.page_tit2 h3::before,
.page_tit2 h3::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/icon3.png) no-repeat center center;
}

.page_tit2 h3::after {
	background-image: url(../img/icon3-1.png);
}

.swiper1 {
	flex: 1;
	width: 0;
}

.page_about {
	display: flex;
	align-items: center;
}

.page_about .text {
	width: 50%;
}

.page_list2 ul {
	display: flex;
	flex-wrap: wrap;
}

.page_list2 ul li {
	margin-top: 20px;
	flex: 0 0 50%
}

.page_list2 .tit {
	text-align: center;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;

}

.page_list2 .tit h3 {
	font-size: 24px;
	font-weight: bold;
}

.page_list2 .txt {
	width: 88%;
	opacity: .8;
	font-size: 14px;
	line-height: 22px;
}

.swiper1 {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.swiper1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper1 .swiper-slide {
	height: 400px;
	overflow: hidden;
	border-radius: 10px;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #009eff;
}

.page_list3 ul {
	display: flex;
	margin: -12px;
}

.page_list3 li {
	flex: 0 0 25%;
	display: flex;

}

.page_list3 .box {
	box-sizing: border-box;
	margin: 12px;
	border-radius: 15px;
	flex: 1;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 10px;
	position: relative;
	padding-bottom: 120px;
}

.page_list3 .box .btm {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	border-top: 1px solid #a7bce4
}

.page_list3 .btm .f-c {
	display: flex;
	align-items: flex-end;
	height: 33px;
	padding-bottom: 15px;
	gap: 5px
}

.page_list3 .btm .f-c span {
	font-size: 22px;
}

.page_list3 .btm .c2 {
	display: flex;
	align-items: flex-end;
}

.c2 {
	color: #ff2e2e
}

.page_list3 .tit {
	border-radius: 10px 10px 0 0;
	padding: 0 20px;
	height: 112px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	margin: -1px;
	position: relative;
}

.page_list3 .tit::before {
	content: '';
	display: block;
	width: 79px;
	height: 159px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/bg1.png) no-repeat center center
}

.page_list3 li:nth-child(1) .box .tit {
	background: linear-gradient(to right, #0fccc4, #2be3db);
}

.page_list3 li:nth-child(2) .box .tit {
	background: linear-gradient(to right, #fe8820, #ff9c44);
}

.page_list3 li:nth-child(3) .box .tit {
	background: linear-gradient(to right, #1f6aff, #4382ff);
}

.page_list3 li:nth-child(4) .box .tit {
	background: linear-gradient(to right, #934dfb, #a568ff);
}

.page_list3 .tit h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.page_list3 .list {
	padding: 20px;
	line-height: 30px;
	padding-bottom: 0;

}

.page_list3 .list p:not(.p1) {
	padding-left: 20px;
	background: url(../img/icon8.png) no-repeat left 10px
}

.page_list3 .list p.p1 {
	color: #4d5f77;
	line-height: 1;
}

.page_list3 .list p.p1:not(:first-child) {
	margin-top: 15px;
}

.page_tit2 p {
	text-align: center;
	margin-top: 10px;
	opacity: .8;
}

.tag_list ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.tag_list li {
	margin: 0 25px;
	font-size: 16px;
	position: relative;
	cursor: pointer;
	line-height: 40px;
}

.tag_list li::after {
	content: '';
	display: block;
	width: 0px;
	height: 4px;
	border-radius: 4px;
	background: #2f84fc;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}

.tag_list li.on {
	color: #1f6aff;
	font-weight: bold;
}

.tag_list li.on::after {
	width: 24px;
}

.page_list4 {
	display: flex;
	flex-wrap: wrap;
	margin: -20px;
}

.page_list4 li {
	flex: 0 0 50%;
}

.page_list4 .img {
	border-radius: 15px;
	overflow: hidden;
}

.img img {
	display: block;
	width: 100%;
}

.page_list4 .box {
	margin: 20px;
}

.page_list4 .text {
	padding: 20px;
	padding-bottom: 0;
	font-size: 18px;
}

.tag_items .btn {
	width: 200px;
	margin: 0 auto;
	margin-top: 50px;
}

.page:last-child {
	padding-bottom: 80px;
}

.page.page_bg1 {
	padding: 40px 0;
	background: url(../img/bg1.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 10;
}

.page_tit2.fff h3 {
	color: #fff;
}

.page_tit2.fff h3::before {
	background-image: url(../img/icon3-2.png);
}

.page_tit2.fff h3::after {
	background-image: url(../img/icon3-3.png);
}

.page_bg1 .btn {
	width: 200px;
	margin: 0 auto;
}

a.btn.fff {
	border-color: #fff;
	color: #fff;
	border-width: 1px;
	font-size: 18px;
	font-weight: normal
}

.page_list5 {
	margin-bottom: 35px;
}

.page_list5 ul,
.page_list5 {
	display: flex;
	align-items: center;
}

.page_list5 ul,
.page_list5 li {
	flex: 1;
	position: relative;
	gap: 20px
}

.page_list5 .box {
	border: 2px solid #fff;
	background: linear-gradient(to bottom, #dbe9ff, #fff);
	border-radius: 12px;
	position: relative;
	padding: 15px;
	text-align: center;
	overflow: hidden;
}

.page_list5 .box .lbl {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	font-size: 100px;
	color: #2f84fc;
	opacity: 0.1;
	font-style: italic;
	font-weight: bold;
	font-family: Arial;
	line-height: 100px;
}

.page_list5 p {
	font-size: 16px;
	margin-top: 10px;
}

.page_list5 .icon {
	width: 76px;
	height: 76px;
	border-radius: 100%;
	background: #1f6aff;
	border: 6px solid #cbdfff;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.page_list5 .icon span {
	position: absolute;
	top: 6px;
	right: -3px;
	width: 24px;
	height: 24px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	border: 1px solid #fff;
	background: #19cb94;
}

.page_list5 li::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 100%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left-color: #fff;
}

.page_list5 ul:last-child li:last-child::after {
	display: none;
}


.full {
	position: fixed;
	top: 50%;
	right: 20px;
	z-index: 101;
}

.full li {
	cursor: pointer;
	position: relative;
	margin-bottom: 10px;
}

.full li:hover .icon {
	background: #1f6aff;
}

.full .icon {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	background: #2f2f2f;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 20px rgba(51, 111, 255, .3);
}

.full li:hover .drop {
	display: block;
}

.full li:hover .drop_wx {
	display: flex;
}

.full .drop {
	position: absolute;
	right: 100%;
	top: 0;
	margin-right: 10px;
	background: rgba(255, 255, 255, 0.8);
	white-space: nowrap;
	padding: 0 15px;
	border-radius: 15px;
	border: 2px solid #fff;
	display: none;
}

.full .drop h3 {
	font-size: 18px;
	margin-top: 5px;
	font-weight: bold
}

.full .drop .box {
	padding: 10px 0;
	border-bottom: 1px solid #c8dce5;
}

.full .drop .box:last-child {
	border-bottom: 0;
}

.full .drop_wx {
	padding: 14px;
	gap: 14px;
}

.full .drop_wx .box {
	border-bottom: 0;
	padding: 0;
	text-align: center;
}

.full .drop_wx .ewm {
	width: 110px;
	height: 110px;
	border: 2px solid #1f6aff;
	border-radius: 5px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}

.full_wap {
	display: none;
}

.page_list1 .img img {
	max-width: 80%;
	max-height: 70%;
	width: initial;
}

.header.fixed {
	-webkit-backdrop-filter: blur(0px);
	backdrop-filter: blur(0px);
	-webkit-transition: all 0.4s, -webkit-backdrop-filter 0s;
	transition: all 0.4s, -webkit-backdrop-filter 0s;
	-o-transition: all 0.4s, backdrop-filter 0s;
	transition: all 0.4s, backdrop-filter 0s;
	transition: all 0.4s, backdrop-filter 0s, -webkit-backdrop-filter 0s;
	background: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
}

@media only screen and (max-width: 1200px) {
	.tag_list li {
		margin: 0 15px;
	}
}

@media only screen and (max-width: 1000px) {
	.full {
		display: none;
	}

	.full_wap {
		display: block;
		height: 70px;
	}

	.full_wap ul::after {
		display: none;
	}

	.full_wap ul {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60px;
		padding: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 101;
		background-color: #fff;
		box-sizing: border-box;
	}

	.full_wap .f_btn {
		width: 80%;
		margin: 0 auto;
		line-height: 45px;
		border-radius: 50px;
		background: #1f6aff;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 5px
	}

	.full_wap li {
		flex: 1;
	}

	.full_wap .drop {
		position: fixed;
		transition: all 0s;
		bottom: 60px;
		left: 0;
		width: 100%;
		border-bottom: 1px solid #ccc;
		padding: 10px;
		text-align: center;
		line-height: 1.5;
		background-color: #fff;
		display: none;
	}

	.full_wap .c1 {
		font-weight: bold;
	}


	.header .flex1,
	.head_tel,
	.logo_txt {
		display: none;
	}

	.header .wrap {
		justify-content: space-between;
		margin: 0 10px;
		height: 60px;
	}

	.head_btn {
		gap: 10px
	}

	.head_btn a {
		padding: 0 10px;
		line-height: 30px;
		border-width: 1px;
		height: 30px;
		border-radius: 5px;
	}

	.logo {
		width: 100px;
	}

	.logo::after {
		font-size: 16px;
		content: '-莫道建站-';
		text-align: center;
		display: block;
		margin-top: 5px;
	}

	.page_tit h3 {
		font-size: 6vw;
	}

	.page_tit p {
		font-size: 14px;
		line-height: 1.3;
	}

	.contact_btn a {
		width: 150px;
		line-height: 40px;
		font-size: 16px;
	}

	.page {
		padding: 10px;
		padding-top: 30px;
	}

	.page_list1 li {
		flex: 0 0 50%;
		min-width: 50%;
		max-width: 50%;
		margin-bottom: 10px;
		box-sizing: border-box;
	}

	.page_list1 .box {
		height: 270px;
		margin: 0 5px;
		padding-bottom: 50px;
	}

	.page_list1 .btn {
		left: 10px;
		right: 10px;
		bottom: 10px;
	}

	.page_list1 .img {
		height: 100px;
	}

	.page_list1 h3 {
		font-size: 20px;
	}

	.page_list1 h5 {
		font-weight: normal;
		max-width: 90%;
		box-sizing: border-box;
		line-height: 1.3;
		margin-bottom: 10px;
	}

	.page.page_list1 {
		padding-top: 10px;
	}

	.page_list1 p {
		height: initial;
		line-height: 18px;
		margin: 0 10px;
		font-size: 12px;
	}

	a.btn {
		border-width: 1px;
		line-height: 40px;
		height: 40px;
		font-size: 14px;
		font-weight: normal;
		border-radius: 5px;
	}

	.swiper1,
	.page_list1 p br {
		display: none
	}

	.page_about .text {
		width: 100%;
	}

	.page_tit2.left h3 {
		text-align: center;
		justify-content: center;
	}

	.page_tit2.left h3::before {
		display: block;
	}

	.page_tit2 h3 {
		font-size: 24px;
	}

	.page_tit2.tit2 h3 {
		gap: 5px;
		font-size: 20px;
	}

	.page_about {
		padding-top: 10px;

	}

	.page_tit2 {
		margin-bottom: 20px;
	}

	.page_list2 ul li {
		flex: 0 0 100%;
		border-radius: 10px;
		background: linear-gradient(to bottom, #dbe9ff 10%, #fff);
		border: 1px solid #fff;
		padding: 15px 20px;
		padding-left: 70px;
		box-sizing: border-box;
		margin-top: 10px;

	}

	.page_list2 .tit h3 {
		font-size: 18px;
	}

	.page_list2 .tit {
		margin-bottom: 5px;
		position: relative
	}

	.page_list2 .tit .icon {
		position: absolute;
		width: 50px;
		height: 50px;
		right: 100%;
		top: 0;
		margin-right: 10px;
		background: linear-gradient(-25deg, #dbe9ff, #fff, #dbe9ff);
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;

	}

	.page_list2 .tit .icon img {
		width: 60%;
	}

	.page_list2 .txt {
		width: 100%;
	}

	.page_list3 ul {
		overflow-x: auto;
		margin: 0;
	}

	.page_list3 .box {
		margin: 0;
		margin-right: 10px;
	}

	.wrap {
		margin: 0;
		width: 100%;
	}

	.page_list1 ul {
		margin: 0;
	}

	.page_list3 li {
		flex: auto;
		min-width: 75vw;
		max-width: 75vw
	}

	.page_list3 .list {}

	.page_list3 .list p:not(.p1) {
		flex: 0 0 50%;
		background-position: left 5px;
		box-sizing: border-box;
		line-height: 20px;
	}

	.page_list3 .list {
		height: initial;
	}

	.page_list3 .list .p1 {
		flex: 0 0 100%;
		margin-bottom: 10px;
	}

	.tag_list {
		overflow-x: auto;
		margin-top: -15px;
		white-space: nowrap;
	}

	.page_list4 .img {
		border-radius: 10px;
	}

	.tag_list ul {
		justify-content: flex-start;
		margin-bottom: 15px;
		margin-top: 5px;
	}

	.page_list4 li {
		flex: 0 0 100%;
		margin-bottom: 10px;
	}

	.page_list4 .box {
		margin: 0;
	}

	.page_list4 {
		margin: 0;
	}

	.page_list4 .text {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.tag_items .btn {
		margin-top: 10px;
	}

	.page:last-child {
		padding-bottom: 30px;
	}

	.page_list5 {
		flex-wrap: wrap;
		padding: 10px;
		margin-bottom: 10px;
	}

	.page_list5 ul {
		flex: 0 0 100%;
		gap: 10px;
		margin-bottom: 10px;
	}

	.page_list5 li::after {
		border-width: 5px;
	}

	.page_list5 p {
		font-size: 14px;
		height: 28px;
		margin-top: 5px;
	}

	.page_list5 .box {
		padding: 10px;
		padding-bottom: 5px;
	}

	.tag_list li {
		margin: 0 10px;
	}

	.page_list5 .icon {
		width: 60px;
		height: 60px
	}

	ul::after {
		display: none;
	}

	.page_list5 ul:first-child li:last-child::after {
		top: 100%;
		left: 0;
		right: 0;
		border-color: transparent;
		border-top-color: #fff;
		margin: 0 auto;
	}

	.page_list5 ul:last-child {
		flex-direction: row-reverse;
	}

	.page_list5 ul:last-child li::after {
		left: auto;
		right: 100%;
		border-color: transparent;
		border-right-color: #fff
	}

	.page_bg2 {
		background: rgba(255, 255, 255, 0.25);
		padding: 20px 10px;
		margin-top: 10px;
	}
}

.tag_items .item:not(:first-child) {
	display: none;
}

.tit_g .a {
	display: none;
}

.tit_g .a.show {
	display: inline;
}

.tit_g:after {
	transition: all 0s;
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 1em;
	background: #336fff;
	animation: s 1.2s infinite;
	margin-left: 10px;
	margin-bottom: -2px;
}

.tit_g.on:after {
	background: none;
}

@keyframes s {
	0% {
		opacity: 0;
	}

	70% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

.logo_txt span {
	opacity: 0;
}

.logo_txt span.show {
	opacity: 1;
}

.modal1 {
	transition: all 0s;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 877px;
	border-radius: 20px;
	background: rgba(255,255,255,0.6);
	box-shadow: 3px 3px 22px rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	margin: 0 auto;padding: 20px;z-index: 1001;
	display: none;
}
.modal_box{position: relative; display: flex;align-items: center;padding: 60px 0;gap:50px;justify-content: center;}
.modal_box .close{ position: absolute;width: 40px;height: 40px; background: url(../img/close.png) no-repeat center center;position: absolute;top:0px; right: 10px;cursor: pointer;}
.modal_box .close:hover{ transform: rotate(180deg);}

.modal_box .text{ text-align: center;letter-spacing: 3px;line-height: 56px;}
.modal_box .text h2{ font-size: 28px; font-weight: bold;}
.modal_box .text h5{ font-size: 26px;color: #363636;margin-top: 0px;margin-bottom: 20px;}
.modal_box .text a{display: block;;text-align: center;font-size: 30px;font-weight: bold;color: #1450fe;}
.ewms{display: flex;gap:28px;text-align: center;font-size: 14px;;}
.ewms .ewm{ border: 2px solid #1f6aff;border-radius: 5px; width:140px;margin-bottom: 15px;}


.wap_show{ display: none !important;}
.pc_show{ display: block !important;}
@media only screen and (max-width: 750px) {
    .wap_show{ display: block !important;}
.pc_show{ display: none !important;}
}