@font-face {
	font-family: 'bd';
	src: url('../font/MonuTitl-0.95CnBd.ttf');
}

@font-face {
	font-family: 'md';
	src: url('../font/MonuTitl-0.95CnMd.ttf');
}

@font-face {
	font-family: 'nd';
	src: url('../font/MonuTitl-0.95Cond.ttf');
}

@font-face {
	font-family: 'pb';
	src: url('../font/Poppins-Bold.otf');
}

@font-face {
	font-family: 'ps';
	src: url('../font/Poppins-SemiBoldItalic.otf');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: .16rem;
	font-family: Arial;
	font-weight: 400;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* For some Androids */
	/* 英文开启 */
	word-wrap: break-word !important;
	word-break: normal !important;
}

:root {
	--c: rgba(3, 140, 205, 1);
	--s_tran: 0.6s;
	--l_tran: 0.8s;
}

.main {
	max-width: 16rem;
	width: 95%;
	margin: 0 auto;
}

html {
	font-size: 100px;
	overflow-x: auto;
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	overflow-y: hidden;
}

a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	display: block;
	width: 100%;
	height: 100%;
}

a:focus {
	outline: none;
}

ul {
	list-style: none;
}

input,
textarea {
	outline: 0;
	border: none;
}

img {
	/*width: 100%;*/
	/*height: 100%;*/
	object-fit: cover;
	display: block;
}

hr {
	border: none;
}

strong *,
strong,
b {
	font-weight: bold;
}

.text img {
	width: revert-layer;
	height: revert-layer;
}

.text * {
	font-size: inherit;
}

.text a {
	display: inline-block;
	text-decoration: underline;
	width: revert-layer;
	height: revert-layer;
	color: revert;
}

/*文字描边*/
/* 设置描边宽度及颜色 默认为字体内外描边
  text-stroke: 2px #2173FF;
 */
/* 兼容Webkit(Chrome/Safari)内核浏览器的写法
  -webkit-text-stroke: 2px #2173FF;
  color: #fff;
 */
.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fp-overflow {
	height: 100%;
}

/*多行溢出*/
.line1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.line2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.line3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

.line4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 4;
}

.line5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 5;
}


/* hover-图片放大1.1 */
.scale_box {
	display: block;
	overflow: hidden;
	position: relative;
}

.scale_box .scale_img {
	width: 100%;
	height: 100%;
	transition: var(--s_tran);
	cursor: pointer;
	object-fit: cover;
}

.hover_box:hover .scale_img {
	transform: scale(1.1);
}


/* hover-图片旋转向上位移 */
.rotate_box {
	display: block;
	width: auto;
	overflow: hidden;
}

.rotate_box .rotate_img {
	transition: var(--s_tran);
	object-fit: cover;
}

.hover_box:hover .rotate_img {
	transform: rotateY(180deg) translateY(-0.1rem);
}




/* 页码 */
.page {
	width: fit-content;
	margin: 0 auto;
	margin-top: 0.37rem;
	display: flex;
	align-items: center;
}

.page .list {
	display: flex;
	align-items: center;
	color: rgba(109, 109, 109, 1);
}

.page .list .item {
	display: block;
	width: 0.32rem;
	height: 0.32rem;
	margin-left: 0.03rem;
	margin-right: 0.03rem;
	border: 0.01rem solid rgba(56, 102, 240, 0);
	text-align: center;
	line-height: 0.32rem;
	font-size: 0.16rem;
	color: #5B5B5B;
	cursor: pointer;
	overflow: hidden;
}

.page .list .item:hover {
	background: #284FAD;
	color: white;
	border: 0.01rem solid var(--c);
}

.page .list .active {
	background: #284FAD;
	color: white;
	/* border: 0.01rem solid var(--c); */
}

.page .page_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.32rem;
	height: 0.32rem;
	margin-left: 0.03rem;
	margin-right: 0.03rem;
	/* border: 0.01rem solid var(--c); */
	cursor: pointer;
	overflow: hidden;
	background-color: rgba(244, 244, 245, 1);
}

.page .page_btn img {
	height: 0.11rem;
	object-fit: contain;
}

.page .prev::after {
	content: '<';
}

.page .next::after {
	content: '>';
}

.page .prev::after,
.page .next::after {
	position: absolute;
	font-size: 0.16rem;
	font-family: '宋体';
	color: rgba(109, 109, 109, 1);
	font-weight: bold;
}

.page .page_btn:hover {
	background: rgba(226, 225, 225, 1);
}

.page .page_btn:hover::after {
	color: #fff;
}

.page .disable {
	opacity: 0.5;
}

.page .page_btn:hover img {
	filter: brightness(0) invert(1);
}

.page .total {
	margin-right: 0.23rem;
	font-size: 0.14rem;
	color: #333333;
}

.page .to_page {
	font-size: 0.14rem;
	color: rgba(109, 109, 109, 1);
	margin-left: 0.08rem;
}

.page .to_page input {
	width: 0.6rem;
	height: 0.31rem;
	margin: 0 0.05rem;
	padding: 0 0.1rem;
	border-radius: 0.01rem 0.01rem 0.01rem 0.01rem;
	border: 0.01rem solid rgba(226, 225, 225, 1);
	outline: none;
	font-size: 0.14rem;
	color: rgba(109, 109, 109, 1);
	background: transparent;
}

 .btn {
	width: fit-content;
	min-width: 1.2rem;
	padding: 0 0.28rem;
	height: 0.4rem;
	border-radius: 0.1rem 0rem 0.1rem 0rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #066DCC;
	line-height: 0.4rem;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border: 0.01rem solid #066DCC;
	transition: 0.3s;
}

.btn::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	background: linear-gradient(176deg, #2DA9F1 0%, #066DCC 100%);
	z-index: -1;
	transition: 0.3s;
}

.btn:hover {
	color: #FFFFFF;
	border-color: transparent;
}

.btn:hover::after {
	width: 100%;
	height: 100%;
} 

.my_aos {
	transition: 2s ease;
	opacity: 0;
}

.my_aos_active {
	transform: translate(0) !important;
	opacity: 1 !important;
}


/* banner图 */
.top_banner {
	width: 100%;
	height: 6rem;
	position: relative;
}
.top_banner img{
    width: 100%;
    height: 100%;
}
.banner_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6rem;
	background: linear-gradient(90deg, #066DCC 0%, rgba(6, 109, 204, 0) 100%);
	z-index: 1;
}

.banner_container {
	max-width: 16rem;
	/*height: 6rem;*/
	height: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.banner_text {
	color: white;
	z-index: 1;
	position: absolute;
	top: 40%;
	font-size: 0.3rem;
}

.banner_text h2 {
	margin: 0;
	font-size: .50rem;
	color: #FFFFFF;
	line-height: 1rem;
	font-weight: bold;
}

.banner_text p {
	font-size: .14rem;
	color: #FFFFFF;
	line-height: 1rem;
}

/* 内容宽度 */
.main_container {
	max-width: 16rem;
	width: 95%;
	margin: 0 auto;
}

/* 联系我们 */
.contact-button {
	display: flex;
	justify-content: center;
	margin-bottom: .2rem;
	border: 1px solid #007BFF;
	border-radius: .3rem;
	overflow: hidden;
	/* 确保箭头划入时不会超出按钮边界 */
	position: relative;
	/* 使箭头可以绝对定位 */
}

.contact-button p {
	padding: .1rem .2rem;
	background: linear-gradient( 181deg, #2DA9F1 0%, #066DCC 100%);
	color: white;
	border: none;
	border-radius: .3rem;
	cursor: pointer;
	display: inline-flex;
	gap: .1rem;
	align-items: center;
	margin: .1rem;
	transition: padding 0.5s ease-in-out;
	/* 添加过渡效果 */
	padding-right: .4rem;
}

.contact-button:hover p {
	padding: .1rem .22rem;
	/* 调整悬停时的内边距 */
	padding-right: .42rem;
}

.button_img {
	width: .2rem;
	height: .2rem;
	object-fit: contain;
}

.right_arrow {
	display: inline-flex;
	position: absolute;
	right: .2rem;
	/* 初始位置在右侧外 */
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.5s ease-in-out;
	/* 添加过渡效果 */
}

.contact-button:hover .right_arrow {
	animation: slideOutIn .3s forwards;
	/* 使用动画 */
}

@keyframes slideOutIn {
	0% {
		right: .2rem;
		/* 初始位置在右侧外 */
	}

	50% {
		right: -.5rem;
		/* 滑出到右侧外 */
	}

	100% {
		right: .2rem;
		/* 最终位置在右侧内 */
	}
}

.button_arrow {
	width: .1rem;
	height: .1rem;
	object-fit: contain;
}
@media (max-width: 1024px){
    .banner_text{
        left: 0.35rem;
    }
}


