@font-face {
	font-family: 'tm';
	src: url('../font/Teko-Medium.ttf');
}

* {
	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: #003F98;
	--s_tran: 0.6s ease-in-out;
	--l_tran: 0.8s ease-in-out;
}

.main {
	max-width: 15.2rem;
	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%;
}

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;
}

.my_flex{
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

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


/*多行溢出*/
.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;
	width: auto;
	overflow: hidden;
	position: relative;
}

.scale_box .scale_img {
	width: 100%;
	height: 100%;
	transition: 0.5s;
	cursor: pointer;
	object-fit: cover;
}

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


/* 页码 */
.page {
	width: fit-content;
	margin: 0 auto;
	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.3rem;
	height: 0.3rem;
	margin-left: 0.04rem;
	margin-right: 0.04rem;
	border: 0.01rem solid #DEDEDE;
	text-align: center;
	line-height: 0.3rem;
	font-size: 0.13rem;
	color: #7D7D7D;
	cursor: pointer;
	border-radius: 0 0 0.05rem 0;
	overflow: hidden;
	border: 0.01rem solid #DEDEDE;
}

.page .list .item_0 {
	margin-left: 0.04rem;
	margin-right: 0.04rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #7D7D7D;
	margin-bottom: 0.1rem;
}

.page .list .item:hover {
	background: var(--c);
	color: white;
}

.page .list .active {
	background: var(--c);
	color: white;
}

.page .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.3rem;
	height: 0.3rem;
	margin-left: 0.04rem;
	margin-right: 0.04rem;
	border-radius: 0 0 0.05rem 0;
	cursor: pointer;
	overflow: hidden;
	background-color: white;
	border: 0.01rem solid #DEDEDE;
}

.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: #7D7D7D;
	font-weight: bold;
}

.page .btn:hover {
	background: var(--c);
}

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

.page .disable {
	opacity: 0.5;
}

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

.page p {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.13rem;
	color: #7D7D7D;
}

.page .page_btn {
	width: 0.68rem;
	height: 0.3rem;
	background: var(--c);
	border-radius: 0 0 0.05rem 0;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.13rem;
	color: #FFFFFF;
	line-height: 0.3rem;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.page .mag1 {
	margin-right: 0.22rem;
}

.page .mag2 {
	margin-left: 0.19rem;
	margin-right: 0.1rem;
}

.page .mag3 {
	margin-right: 0.2rem;
	margin-left: 0.07rem;
}

.cus-select-picker {
	display: flex;
	align-items: center;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

.c-dropdown {
	position: relative;
	display: inline-block;

}

.c-dropdown__list {
	padding: 0.04rem 0;
	list-style: none;
	position: absolute;
	top: 0.45rem;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	-webkit-transition: opacity 0.25s linear, top 0.25s linear;
	transition: opacity 0.25s linear, top 0.25s linear;
	width: 0.6rem;
	background: #FFFFFF;
	border-radius: 0rem 0rem 0.05rem 0.05rem;
	border: 0.01rem solid #E1E1E1;
	height: auto;
	max-height: 1.6rem;
	overflow-y: scroll;
}

.c-dropdown__list::-webkit-scrollbar {
	/* 设置滚动条宽度 */
	width: 0.03rem;
}

.c-dropdown__list::-webkit-scrollbar-thumb {
	/* 设置滑块颜色 */
	background-color: #7D7D7D;
}

.c-dropdown__list::-webkit-scrollbar-track {
	/* 设置滚动条背景颜色 */
	background-color: #f0f0f0;
}

.c-dropdown__list::-webkit-scrollbar-button {
	/* 隐藏滚动条两侧的按钮 */
	display: none;
}

.c-dropdown.is-open .c-dropdown__list {
	opacity: 1;
	visibility: visible;
	top: 0.3rem;
	z-index: 999;
}

.c-dropdown__item {
	padding-left: 0.2rem;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: background-color 0.25s linear;
	transition: 0.3s;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #575757;
	line-height: 0.3rem;
}

.c-dropdown__item:hover {
	color: #FFFFFF;
	background: var(--c);
}

.c-button {
	-webkit-appearance: none;
	margin: 0;
	border: 0;
	overflow: visible;
	font: inherit;
	text-transform: none;
	display: inline-block;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.c-button:hover,
.c-button:focus {
	outline: none;
	text-decoration: none;
}

.c-button:not(:disabled) {
	cursor: pointer;
}

.c-button--dropdown {
	padding-left: 0.14rem;
	width: 0.6rem;
	height: 0.3rem;
	background: #FFFFFF;
	border-radius: 0 0 0.05rem 0;
	border: 0.01rem solid #E1E1E1;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #575757;
	line-height: 0.34rem;
}

.c-button--dropdown::after {
	content: '';
	position: absolute;
	width: 0.07rem;
	height: 0.07rem;
	border-top: 0.02rem solid #929292;
	border-right: 0.02rem solid #929292;
	transform: rotate(135deg);
	top: 0.11rem;
	right: 0.16rem;
	transition: 0.3s;
}

/* 两个小球转动动画 */
.ball {
	height: 0.18rem;
	width: 0.24rem;
	position: relative;
	z-index: 99;
}

.ball::before {
	content: '';
	position: absolute;
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 50%;
	background: var(--c);
	top: 50%;
	left: 0;
	animation: 1.5s linear 0s infinite normal none running circle;
}

.ball::after {
	content: '';
	position: absolute;
	width: 0.18rem;
	height: 0.18rem;
	border-radius: 50%;
	background: #F8B500;
	top: 50%;
	left: 0.11rem;
	animation: 1.5s linear 0s infinite normal none running circle2;
}

@keyframes circle {
	0% {
		-webkit-transform: translate(-10%, -50%);
		transform: translate(-10%, -50%);
		z-index: 2
	}

	50% {
		-webkit-transform: translate(100%, -50%);
		transform: translate(100%, -50%);
		z-index: 2
	}

	60% {
		z-index: -1
	}

	100% {
		-webkit-transform: translate(-10%, -50%);
		transform: translate(-10%, -50%);
		z-index: -1
	}
}

@keyframes circle2 {
	0% {
		-webkit-transform: translate(70%, -50%);
		transform: translate(70%, -50%);
		z-index: -1
	}

	50% {
		-webkit-transform: translate(-70%, -50%);
		transform: translate(-70%, -50%);
		z-index: -1
	}

	60% {
		z-index: 2
	}

	100% {
		-webkit-transform: translate(70%, -50%);
		transform: translate(70%, -50%);
		z-index: -1
	}
}

/* 空心按钮 btn1 */
.btn1 {
	min-width: 1.18rem;
	width: fit-content;
	padding: 0 0.18rem;
	height: 0.4rem;
	background: rgba(255, 255, 255, 0.01);
	border-radius: 0.2rem;
	border: 0.01rem solid var(--c);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.12rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: 0.5s;
	cursor: pointer;
	color: var(--c);
}

.btn1 p {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: var(--c);
	transition: 0.3s;
	white-space: nowrap;
}

.btn1 div {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: var(--c);
	transition: 0.3s;
}

.btn1 img {
	width: 0.06rem;
	height: 0.1rem;
	transition: 0.3s;
}

.btn1:hover p,
.btn1:hover div{
	color: #fff !important;
}

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

.btn1::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	/*border: 0 solid transparent;*/
	background: var(--c);
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: 0.5s ease-in-out;
	z-index: -1;
	border-radius: 50%;
}

/*.btn1::before {*/
/*	bottom: 0;*/
/*	left: 0;*/
/*	border-left-color: var(--c);*/
/*}*/

/*.btn1::after {*/
/*	top: 0;*/
/*	right: 0;*/
/*	border-right-color: var(--c);*/
/*}*/

.btn1:hover::after {
	/*border-width: 0.5rem 2.2rem;*/
	width: 2rem;
	height: 2rem;
}

.btn1:hover {
	color: #FFFFFF;
}

/* 实心按钮 btn2 */

.btn2 {
	min-width: 1.18rem;
	width: fit-content;
	padding: 0 0.18rem;
	height: 0.4rem;
	background: var(--c);
	border-radius: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.12rem;
	position: relative;
	transition: 0.3s;
	cursor: pointer;
}

.btn2 p {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #fff;
}

.btn2 img {
	width: 0.06rem;
	height: 0.1rem;
	filter: brightness(0) invert(1);
}

.btn2::after {
	content: '';
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	width: 0;
	height: 100%;
	top: 50%;
	left: 50%;
}

.btn2:hover::after {
	animation: anim-out 0.75s;
}

@keyframes anim-out {
	0% {
		width: 0%;
		background: rgba(255, 255, 255, 0.5);
	}

	100% {
		width: 100%;
		background: transparent;
	}
}

/* 边框按钮btn3 */

.btn3 {
	min-width: 1.18rem;
	width: fit-content;
	padding: 0 0.18rem;
	height: 0.4rem;
	 border: 0.01rem solid #666666; 
	border-radius: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.12rem;
	position: relative;
	transition: 0.3s;
	cursor: pointer;
}

.btn3 p {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	transition: 0.8s;
}

.btn3 img {
	width: 0.06rem;
	height: 0.1rem;
	filter: grayscale(1) brightness(1.5);
	transition: 0.8s;
}

.btn3:hover{
    border-color: var(--c);
}

.btn3:hover p {
	color: var(--c);
}

.btn3:hover img {
	filter: none;
}



/* 页内导航 */
.doc_nav {
	width: 100%;
	height: 0.8rem;
	border-bottom: 0.01rem solid #DEDEDE;
	background: #fff;
	position: relative;
	z-index: 777;
}

.doc_nav .main {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.36rem;
}

.doc_nav_p {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.8rem;
	text-wrap: nowrap;
	white-space: nowrap;
	width: fit-content;
	height: fit-content;
	position: relative;
	transition: 0.3s;
	cursor: pointer;
}

.doc_nav_p::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0.02rem;
	background: var(--c);
	bottom: 0;
	right: 0;
	transition: 0.3s;
}

.doc_nav_p:hover,
.doc_nav_p_active {
	color: var(--c);
}

.doc_nav_p:hover::after,
.doc_nav_p_active::after {
	width: 100%;
	left: 0;
}

/* 联系我们信息 */
.contact_info {
	width: 5.08rem;
	padding-top: 0.14rem;
}

.contact_info_box {
	display: flex;
	align-items: center;
	padding-bottom: 0.41rem;
	border-bottom: 0.01rem solid #E5E5E5;
	position: relative;
	margin-bottom: 0.31rem;
}

.contact_info_box::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0.01rem;
	background: var(--c);
	bottom: 0;
	right: 0;
	transition: 0.5s;
}

.contact_info_box img {
	width: 0.21rem;
	height: 0.21rem;
	object-fit: contain;
	margin-right: 0.14rem;
	filter: grayscale(1) brightness(3.5);
	transition: 0.3s;
}

.contact_info_p1 {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 600;
	font-size: 0.19rem;
	color: #000000;
	margin-right: 0.11rem;
	text-wrap: nowrap;
	white-space: nowrap;
	transition: 0.3s;
}

.contact_info_p2 {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.19rem;
	color: #585858;
	text-wrap: nowrap;
	white-space: nowrap;
	transition: 0.3s;
}

.contact_info_box:hover img {
	filter: none;
}

.contact_info_box:hover p {
	color: var(--c);
}

.contact_info_box:hover::after {
	width: 100%;
	left: 0;
}

/* 页内banner */
.doc_banner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 7rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.doc_banner_p1 {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.55rem;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 0.17rem;
	text-shadow: 0.01rem 0.01rem 0.05rem rgba(0, 0, 0, 0.8);
}

.doc_banner_p2 {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.3rem;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0.01rem 0.01rem 0.05rem rgba(0, 0, 0, 0.8);
}

/* 无结果 */
.not_have {
	width: fit-content;
	margin: 0 auto;
}

.not_have img {
	width: 2.73rem;
	height: 2.92rem;
	margin: 0 auto;
}

.not_have p {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.2rem;
	color: #000000;
	text-align: center;
	margin-top: 0.46rem;
}
/* 关于我们标题 */
.about_title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.48rem;
    color: #0A0A0A;
    text-align: center;
}


.page-to-top{
    position: fixed;
    z-index: 100000;
    right: 1.5rem;
    bottom: 1rem;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.page-to-top img{
    width: .64rem;
    height: .64rem;
}

.page-index ~ .page-to-top {
    display: none;
}


@media only screen and (max-width: 768px) {
.doc_banner{
    height: 5rem;
}
.contact_info_box img{
    width: 0.35rem;
    height: 0.35rem;
}
.contact_info_p1{
    font-size: 0.24rem;
}
.contact_info_p2{
    font-size: 0.24rem;
}
.doc_nav .main{
    display: flex;
        align-items: center;
        gap: 2%;
}
.doc_nav_p{
    font-size: 0.24rem;
    float: left;
    margin-bottom: 0;
    margin-right: 0;
}

.about_title{
    font-size: 0.4rem;
}
.box1_p2{
    font-size: 0.24rem;
}
.page p{
    font-size: 0.24rem;
}
.page .list .item{
    font-size: 0.24rem;
}
.text img{
    width: 100%;
  height: auto;
}

.btn1 p{
    font-size: .18rem;
}
.doc_nav{
    position: relative !important;
}
.contact_info{
    width: 100%;
}

}
