@charset "UTF-8";

/* #region 初始化 */

* {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	outline: none;

	padding: 0;

	margin: 0;

}



html,

body {

	width: 100%;


}


html {

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust: 100%;

	-webkit-tap-highlight-color: transparent;

}

.swiper-pointer-events {
	width: 100%;
}

body {

	margin: 0;

	padding: 0;

	word-wrap: break-word;

	color: #000;

	background: rgba(255, 255, 255, 1);

	line-height: 1.45;

}


body,

table,

input,

textarea,

select,

option {
	font-family: 'Ubuntu', 'PingFang SC', 'Microsoft Yahei', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', 'Impact', sans-serif;

	font-weight: 400;

}



audio,

video {

	display: block;

}



a {

	display: block;

	background-color: transparent;

	text-decoration: none;

	color: inherit;

	outline: none;

	-webkit-tap-highlight-color: transparent;

}



ol,

ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



li {

	list-style: none;

}



img {

	display: block;

	border: 0;

}



dl,

dd,

h1,

h2,

h3,

h4,

h5,

h6 {

	font-weight: normal;

}



button,

input,

optgroup,

select,

textarea {

	color: inherit;

	outline: none;

}



button[disabled],

html input[disabled] {

	cursor: default;

}



input[type="checkbox"],

input[type="radio"] {

	padding: 0;

}



table {

	border-spacing: 0;

	border-collapse: collapse;

}



td,

th {

	padding: 0;

}



.swiper-container {

	width: 100%;

}

/* #endregion */
/* #region  sass */
/* #endregion */


/* #弹性样式 */

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.align-items {
	align-items: center;
}

.align-start {
	align-items: flex-start;
}

.align-end {
	align-items: flex-end;
}

.space-around {
	justify-content: space-around;
}

.space-between {
	justify-content: space-between;
}

.space-center {
	justify-content: center;
}

.flex-end {
	justify-content: flex-end;
}

/* #公共样式 -end */



/* #region 全局 导航*/

.container {
	padding: 0 30px;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
}

/* end */


.nav_icon,
.nav_modal {
	display: none;
}

.headernav {
	position: fixed;
	top: 0;
	width: 100%;
	height: 4rem;
	z-index: 999;
	background: rgba(255, 255, 255, 0.85);
	border-width: 0 0 0.05rem 0;
	border-style: solid;
	border-color: rgba(238, 241, 244, 1);
	backdrop-filter: blur(12px);
}

.headernav .container {
	height: 100%;
}

.headernav .logo img {
	width: 4.45rem;
}

.headernav ul {
	width: 45%;
	height: 100%;
}

.headernav ul li {
	font-size: 1rem;
	font-weight: bold;
	font-family: 'Ubuntu';
	line-height: 1;
	color: rgba(27, 31, 36, 1);
	text-transform: uppercase;
	transition: ease-in-out .36s;
}

.headernav .active,
.headernav ul .nav_one a:hover {
	color: rgba(37, 174, 165, 1);
}


/* #end */





/* 分页 */

.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 2rem 0;
}

.pagination>li>a,
.pagination>li>span {
	font-size: 0.9rem;
	min-width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0.5rem;
	border: 1px solid whitesmoke;
	padding: 0 .5rem;
	transition: ease-out .36s;
	color: rgba(102, 102, 102, 1);
	width: auto;
	border-radius: 0px;
	box-shadow: initial !important;
}

.pagination>.active>a,
.pagination>li>a:hover,
.pagination>.active>a:focus,
.pagination>li>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
	background: rgba(233, 98, 91, 1);
	color: #fff;
}

/* end */




/* 首页 */

.index .banner {
	width: 100%;
	position: relative;
	transition: ease-out .36s;
}

.index .banner .swiper-slide {
	height: 35.05rem;
	margin-top: 4rem;
	position: relative;
}

.index .banner .swiper-slide::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
}

.index .banner .swiper-slide>video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.index .banner .banner-text {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	z-index: 1;
}

.index .banner .banner-text h3 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 0.75rem;
}

.index .banner .banner-text p {
	font-size: 0.9rem;
	width: 50%;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 0.45rem;
}

.index .banner .banner-text p:nth-child(3) {
	font-size: 0.7rem;
}

.index .banner .banner-text .banner-a {
	margin-top: 0.3rem;
}

.index .banner .banner-text .banner-a a:nth-child(1) {
	width: 6.4rem;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	padding: 0.6rem 0;
	margin-right: 0.6rem;
	border-radius: 0.7rem;
	background: rgba(11, 99, 246, 1);
	box-shadow: 0 0.4rem 1rem rgba(11, 99, 246, 0.15);
}

.index .banner .banner-text .banner-a a:nth-child(2) {
	width: 5.25rem;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(11, 99, 246, 1);
	text-align: center;
	padding: 0.6rem 0;
	border-radius: 0.7rem;
	border: 0.05rem solid rgba(188, 211, 255, 1);
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0.4rem 1rem rgba(11, 99, 246, 0.15);
}

.index .banner .box-tab {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 1.5rem;
	transform: translate(-50%, 0);
}

.index .banner .box-tab span {
	cursor: pointer;
	font-size: 0.6rem;
	line-height: 1.5;
	color: rgba(80, 96, 121, 1);
	white-space: nowrap;
	margin: 0 0.2rem;
	padding: 0.3rem 0.55rem;
	border-radius: 49.95rem;
	border: 0.05rem solid rgba(230, 236, 245, 1);
	background: rgba(255, 255, 255, 1);
	transition: ease-out .36s;
}

.index .banner .box-tab span:hover {
	background-color: rgba(230, 236, 245, 1);
}


/* end */




/* 首页 */

.index01 {
	padding: 3.3rem 0 1.35rem 0;
	background: rgba(245, 248, 252, 1);
}

.box-title {
	align-items: flex-end;
	margin-bottom: 1.2rem;
}

.box-title img {
	width: 3.65rem;
	height: 2rem;
	margin-right: 0.4rem;
}

.box-title h3 {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(27, 31, 36, 1);
	text-transform: uppercase;
}

.index01 .box-video {
	position: relative;
	width: 50%;
	height: 13.2rem;
	margin-right: 2.3rem;
	border-radius: 0.8rem;
	overflow: hidden;
}

.index01 .box-video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.index01 .box-video::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2.55rem;
	height: 1.8rem;
	background: url('../images/video.svg') no-repeat;
	background-size: cover;
	background-position: center;
	transform: translate(-50%, -50%);
	z-index: 4;
}

.index01 .box-video::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 3;
}

.index01 .box-video:hover img {
	transform: scale(1.1);
}

.index01 .box-info p {
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(27, 31, 36, 1);
	margin: 0.4rem 0;
	white-space: nowrap;
}



/*  */

.index02 {
	padding: 1.3rem 0 2.6rem 0;
}

.index02 .box-list a {
	padding: 1.2rem 1.45rem;
	margin-bottom: 1.15rem;
	border-radius: 0.8rem;
	background: rgba(255, 255, 255, 1);
	border: 0.05rem solid rgba(238, 241, 244, 1);
	box-shadow: 0 0.3rem 1.1rem rgba(20, 40, 80, 0.06);
}

.index02 .box-list a h3 {
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(37, 174, 165, 1);
	margin-bottom: 0.7rem;
}

.index02 .box-list a p {
	position: relative;
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(27, 31, 36, 1);
	padding-left: 1.6rem;
	margin-top: 0.3rem;
}

.index02 .box-list a p::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0.8rem;
	transform: translate(0, -50%);
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 50%;
	background: rgba(27, 31, 36, 1);
}

.index02 .box-list a .right {
	width: 25%;
	height: 9.05rem;
	overflow: hidden;
}

.index02 .box-list a .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.index02 .box-list a:hover .right img {
	transform: scale(1.1);
}



/* index03 */

.index03 {
	padding: 1.65rem 0 1.1rem 0;
	background: rgba(245, 248, 252, 1);
}

.index03 .box-title {
	margin-bottom: 1rem;
}

.index03 .intor {
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(27, 31, 36, 1);
	margin-bottom: 1.5rem;
}

.index03 .box-map {
	position: relative;
}

.index03 .box-map img {
	width: 100%;
}

.index03 .map-icon {
	position: absolute;
	top: 39%;
	right: 31%;
	width: 1.8rem;
	height: 1.8rem;
	background: rgba(0, 191, 179, 0.5);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index03 .map-icon img {
	width: 0.6rem;
	height: 0.6rem;
	padding: 0.05rem;
	background: rgba(255, 255, 255, 1);
	border-radius: 50%;
}

.index03 .map-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200%;
	height: 200%;
	border-radius: 50%;
	border: 0.15rem solid rgba(0, 191, 179, 1);
	transform: translate(-50%, -50%);
}

.index03 .map-icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #00BFB3;
	opacity: 1;
	animation: pulse 2s infinite ease-out;
}


@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 0.5;
	}

	100% {
		transform: scale(2);
		opacity: 0;
	}
}



/*  */

.index04 {
	padding: 5.15rem 0 3.3rem 0;
}

.index04 .box-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.9rem;
}

.index04 .box-list a p:nth-child(1) {
	position: relative;
	width: 80%;
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(27, 31, 36, 1);
	width: 80%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	transition: ease-out .36s;
	padding-left: 1.5rem;
}

.index04 .box-list a p:nth-child(1)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.8rem;
    transform: translate(0, -50%);
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background: rgba(27, 31, 36, 1);
}

.index04 .box-list a p {
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(37, 174, 165, 1);
}

.index04 .box-list a:hover p:nth-child(1) {
	color: rgba(37, 174, 165, 1);
}



/*  */

.index05 {
	padding: 5rem 0;
	background-color: rgba(245, 248, 252, 1);
}

.index05 .left a,
.index05 .left p {
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(27, 31, 36, 1);
	margin-bottom: 0.75rem;
}

.index05 .left a img {
	margin-left: 0.55rem;
}

.index05 .right {
	margin-top: -2rem;
}

.index05 .right img {
	width: 8.1rem;
	height: 8.1rem;
	margin-bottom: 0.25rem;
}

.index05 .right p {
	font-size: 0.6rem;
	font-weight: 700;
	line-height: 1;
	color: rgba(27, 31, 36, 1);
	text-align: center;
}




/* 新闻详情 */

.news {
	padding: 6rem 0;
}

.news h3 {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2;
	color: rgba(34, 34, 34, 1);
}

.news .box-admin {
	font-size: 0.9rem;
	line-height: 1.5;
	color: #25AEA5;
}

.news .intor {
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(102, 102, 102, 1);
	margin: 1.25rem 0;
}




/*  */

footer {
	padding: 2.1rem 0;
	background: rgba(15, 23, 42, 1);
}

footer p {
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(230, 236, 245, 1);
}


/* end */


.comFix {
	width: 4.4rem;
	position: fixed;
	right: .6rem;
	bottom: 15%;
	z-index: 1000;
	transform: translate(100%, 0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.comFix.show {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

.comFix img {
	width: 100%;
	height: auto;
	animation: msClock 1.4s infinite linear;
}

@keyframes msClock {

	0%,
	90%,
	100% {
		transform: rotate(0) scale(1);
	}

	20%,
	40% {
		transform: rotate(-15deg) scale(1.1);
	}

	30%,
	50% {
		transform: rotate(15deg) scale(1.1);
	}
}