html {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

body {
	overflow-x: hidden;
}

li {
	list-style: none;
}

a {
	color: #333333;
	text-decoration: none;
}

p,
dl,
dt,
dd,
ul {
	margin: 0px;
	padding: 0px;
}

.linesss {
	margin: 0 auto;
	text-align: center;
	width: 90px;
	border: 2px solid #045287;
	color: #045287;
}

.mt-6,
.my-6 {
	margin-top: 4rem !important;
}

.mt-7,
.my-7 {
	margin-top: 5rem !important;
}

.mt-8,
.my-8 {
	margin-top: 6rem !important;
}

.mt-9,
.my-9 {
	margin-top: 7rem !important;
}

.mt-10,
.my-10 {
	margin-top: 8rem !important;
}

.mb-6,
.my-6 {
	margin-bottom: 4rem !important;
}

.mb-7,
.my-7 {
	margin-bottom: 5rem !important;
}

.mb-8,
.my-8 {
	margin-bottom: 6rem !important;
}

.mb-9,
.my-9 {
	margin-bottom: 7rem !important;
}

.mb-10,
.my-10 {
	margin-bottom: 8rem !important;
}

.pt-6,
.mp-6 {
	padding-top: 4rem !important;
}

.pt-7,
.py-7 {
	padding-top: 5rem !important;
}

.pt-8,
.py-8 {
	padding-top: 6rem !important;
}

.pt-9,
.py-9 {
	padding-top: 7rem !important;
}

.pt-10,
.py-10 {
	padding-top: 8rem !important;
}

.pb-6,
.py-6 {
	padding-bottom: 4rem !important;
}

.pb-7,
.py-7 {
	padding-bottom: 5rem !important;
}

.pb-8,
.py-8 {
	padding-bottom: 6rem !important;
}

.pb-9,
.py-9 {
	padding-bottom: 7rem !important;
}

.pb-10,
.py-10 {
	padding-bottom: 8rem !important;
}

.border-top-dashed {
	border-top: 1px dashed #dee2e6 !important;
}

.border-right-dashed {
	border-right: 1px dashed #dee2e6 !important;
}

.border-bottom-dashed {
	border-bottom: 1px dashed #dee2e6 !important;
}

.border-right-dashed {
	border-top: 1px dashed #dee2e6 !important;
}

.ls-1 {
	letter-spacing: 1px;
}

.ls-2 {
	letter-spacing: 2px;
}

.ls-3 {
	letter-spacing: 3px;
}

.ls-4 {
	letter-spacing: 4px;
}

.ls-5 {
	letter-spacing: 5px;
}

.page-num:not(:disabled) {
	cursor: pointer;
}

.page-num,
.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: var(--color);
	background-color: #fff;
	border: 1px solid var(--color);
}

a.page-num:hover,
.page-link:hover {
	text-decoration: none;
	background-color: var(--color);
	color: #fff;
	border-color: var(--color);
}

.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: var(--color);
	border-color: var(--color);
}

.page-num-current:hover {
	color: #fff;
}

.pages {
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.code,
.code img {
	height: 100px;
}

.position,
.position a {
	color: #999;
}

.content {
	color: #666;
	line-height: 2;
}

.content img,
.content iframe {
	max-width: 100% !important;
}

.content li {
	list-style: disc outside none;
	margin-left: 20px;
}

.view {
	max-width: 500px;
}

.view .swiper-slide {
	height: 300px;
	max-width: 500px;
	padding: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}

.view .swiper-slide img {
	height: 100%;
}

.view .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left center;
	position: absolute;
	left: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}

.view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat right center;
	position: absolute;
	right: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}

.preview {
	position: relative;
	width: 440px;
	left: 30px;
}

.preview .swiper-slide {
	width: 87.5px;
	height: 70px;
	margin: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}

.preview .swiper-slide img {
	display: inline-block;
	height: 100%;
}

.preview .active-nav {
	border: 1px solid #F00;
}

.preview .arrow-left {
	background: #fff url(../images/feel3.png) no-repeat left center;
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}

.preview .arrow-right {
	background: #fff url(../images/feel4.png) no-repeat right center;
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}

@media only screen and (max-width: 768px) {
	.view .swiper-slide {
		height: 200px;
	}

	.preview {
		display: none;
	}

	.view .arrow-left,
	.view .arrow-right {
		height: 200px;
		display: block;
	}
}

@media only screen and (min-width: 576px) {
	.card-img-200 {
		height: 200px;
		overflow: hidden;
	}

	.card-img-180 {
		height: 180px;
		overflow: hidden;
	}

	.card-img-150 {
		height: 150px;
		overflow: hidden;
	}

	.card-img-120 {
		height: 120px;
		overflow: hidden;
	}

	.card-img-100 {
		height: 100px;
		overflow: hidden;
	}
}

@media only screen and (max-width: 576px) {
	.page-num {
		display: none;
	}

	.head-sm-height {
		height: 61px !important;
	}
}

.lh-1 {
	line-height: 1;
}

.lh-2 {
	line-height: 2;
}

.lh-3 {
	line-height: 3;
}

.lh-4 {
	line-height: 4;
}

.fs-12 {
	font-size: .857rem;
}

.fs-14 {
	font-size: 1rem;
}

.fs-16 {
	font-size: 1.142rem;
}

.fs-18 {
	font-size: 1.285rem;
}

.fs-20 {
	font-size: 1.428rem;
}

.fs-22 {
	font-size: 1.571rem;
}

.fs-24 {
	font-size: 1.714rem;
}

.fs-26 {
	font-size: 1.857rem;
}

.fs-28 {
	font-size: 2rem;
}

.fs-30 {
	font-size: 2.142rem;
}

.fs-32 {
	font-size: 2.286rem;
}

.fs-34 {
	font-size: 2.429rem;
}

.fs-36 {
	font-size: 2.571rem;
}

.fs-38 {
	font-size: 2.714rem;
}

.fs-40 {
	font-size: 2.857rem;
}

.h-5px {
	height: 5px;
}

.h-10px {
	height: 10px;
}

.h-15px {
	height: 15px;
}

.h-20px {
	height: 20px;
}

.h-25px {
	height: 25px;
}

.h-30px {
	height: 30px;
}

.h-35px {
	height: 35px;
}

.h-40px {
	height: 40px;
}

.h-45px {
	height: 45px;
}

.h-50px {
	height: 50px;
}

.h-55px {
	height: 55px;
}

.h-60px {
	height: 60px;
}

.h-65px {
	height: 65px;
}

.h-70px {
	height: 70px;
}

.h-75px {
	height: 75px;
}

.h-80px {
	height: 80px;
}

.h-85px {
	height: 85px;
}

.h-90px {
	height: 90px;
}

.h-95px {
	height: 95px;
}

.h-100px {
	height: 100px;
}

.h-110px {
	height: 110px;
}

.h-120px {
	height: 120px;
}

.h-130px {
	height: 130px;
}

.h-140px {
	height: 140px;
}

.h-150px {
	height: 150px;
}

.h-160px {
	height: 160px;
}

.h-170px {
	height: 170px;
}

.h-180px {
	height: 180px;
}

.h-190px {
	height: 190px;
}

.h-200px {
	height: 200px;
}

.h-210px {
	height: 210px;
}

.h-220px {
	height: 220px;
}

.h-230px {
	height: 230px;
}

.h-240px {
	height: 240px;
}

.h-250px {
	height: 250px;
}

.h-260px {
	height: 260px;
}

.h-270px {
	height: 270px;
}

.h-280px {
	height: 280px;
}

.h-290px {
	height: 290px;
}

.h-300px {
	height: 300px;
}

.h-310px {
	height: 310px;
}

.h-320px {
	height: 320px;
}

.h-330px {
	height: 330px;
}

.h-340px {
	height: 340px;
}

.h-350px {
	height: 350px;
}

.h-360px {
	height: 360px;
}

.h-370px {
	height: 370px;
}

.h-380px {
	height: 380px;
}

.h-390px {
	height: 390px;
}

.h-400px {
	height: 400px;
}

.h-410px {
	height: 410px;
}

.h-420px {
	height: 420px;
}

.h-430px {
	height: 430px;
}

.h-440px {
	height: 440px;
}

.h-450px {
	height: 450px;
}

.h-460px {
	height: 410px;
}

.h-470px {
	height: 470px;
}

.h-480px {
	height: 480px;
}

.h-490px {
	height: 490px;
}

.h-500px {
	height: 500px;
}

@media only screen and (min-width: 576px) {

	.lh-sm-1 {
		line-height: 1;
	}

	.lh-sm-2 {
		line-height: 2;
	}

	.lh-sm-3 {
		line-height: 3;
	}

	.lh-sm-4 {
		line-height: 4;
	}

	.fs-sm-12 {
		font-size: .857rem;
	}

	.fs-sm-14 {
		font-size: 1rem;
	}

	.fs-sm-16 {
		font-size: 1.142rem;
	}

	.fs-sm-18 {
		font-size: 1.285rem;
	}

	.fs-sm-20 {
		font-size: 1.428rem;
	}

	.fs-sm-22 {
		font-size: 1.571rem;
	}

	.fs-sm-24 {
		font-size: 1.714rem;
	}

	.fs-sm-26 {
		font-size: 1.857rem;
	}

	.fs-sm-28 {
		font-size: 2rem;
	}

	.fs-sm-30 {
		font-size: 2.142rem;
	}

	.fs-sm-32 {
		font-size: 2.286rem;
	}

	.fs-sm-34 {
		font-size: 2.429rem;
	}

	.fs-sm-36 {
		font-size: 2.571rem;
	}

	.fs-sm-38 {
		font-size: 2.714rem;
	}

	.fs-sm-40 {
		font-size: 2.857rem;
	}

	.h-sm-5px {
		height: 5px;
	}

	.h-sm-10px {
		height: 10px;
	}

	.h-sm-15px {
		height: 15px;
	}

	.h-sm-20px {
		height: 20px;
	}

	.h-sm-25px {
		height: 25px;
	}

	.h-sm-30px {
		height: 30px;
	}

	.h-sm-35px {
		height: 35px;
	}

	.h-sm-40px {
		height: 40px;
	}

	.h-sm-45px {
		height: 45px;
	}

	.h-sm-50px {
		height: 50px;
	}

	.h-sm-55px {
		height: 55px;
	}

	.h-sm-60px {
		height: 60px;
	}

	.h-sm-65px {
		height: 65px;
	}

	.h-sm-70px {
		height: 70px;
	}

	.h-sm-75px {
		height: 75px;
	}

	.h-sm-80px {
		height: 80px;
	}

	.h-sm-85px {
		height: 85px;
	}

	.h-sm-90px {
		height: 90px;
	}

	.h-sm-95px {
		height: 95px;
	}

	.h-sm-100px {
		height: 100px;
	}

	.h-sm-110px {
		height: 110px;
	}

	.h-sm-120px {
		height: 120px;
	}

	.h-sm-130px {
		height: 130px;
	}

	.h-sm-140px {
		height: 140px;
	}

	.h-sm-150px {
		height: 150px;
	}

	.h-sm-160px {
		height: 160px;
	}

	.h-sm-170px {
		height: 170px;
	}

	.h-sm-180px {
		height: 180px;
	}

	.h-sm-190px {
		height: 190px;
	}

	.h-sm-200px {
		height: 200px;
	}

	.h-sm-210px {
		height: 210px;
	}

	.h-sm-220px {
		height: 220px;
	}

	.h-sm-230px {
		height: 230px;
	}

	.h-sm-240px {
		height: 240px;
	}

	.h-sm-250px {
		height: 250px;
	}

	.h-sm-260px {
		height: 260px;
	}

	.h-sm-270px {
		height: 270px;
	}

	.h-sm-280px {
		height: 280px;
	}

	.h-sm-290px {
		height: 290px;
	}

	.h-sm-300px {
		height: 300px;
	}

	.h-sm-310px {
		height: 310px;
	}

	.h-sm-320px {
		height: 320px;
	}

	.h-sm-330px {
		height: 330px;
	}

	.h-sm-340px {
		height: 340px;
	}

	.h-sm-350px {
		height: 350px;
	}

	.h-sm-360px {
		height: 360px;
	}

	.h-sm-370px {
		height: 370px;
	}

	.h-sm-380px {
		height: 380px;
	}

	.h-sm-390px {
		height: 390px;
	}

	.h-sm-400px {
		height: 400px;
	}

	.h-sm-410px {
		height: 410px;
	}

	.h-sm-420px {
		height: 420px;
	}

	.h-sm-430px {
		height: 430px;
	}

	.h-sm-440px {
		height: 440px;
	}

	.h-sm-450px {
		height: 450px;
	}

	.h-sm-460px {
		height: 410px;
	}

	.h-sm-470px {
		height: 470px;
	}

	.h-sm-480px {
		height: 480px;
	}

	.h-sm-490px {
		height: 490px;
	}

	.h-sm-500px {
		height: 500px;
	}
}

@media only screen and (min-width: 768px) {

	.lh-md-1 {
		line-height: 1;
	}

	.lh-md-2 {
		line-height: 2;
	}

	.lh-md-3 {
		line-height: 3;
	}

	.lh-md-4 {
		line-height: 4;
	}

	.fs-md-12 {
		font-size: .857rem;
	}

	.fs-md-14 {
		font-size: 1rem;
	}

	.fs-md-16 {
		font-size: 1.142rem;
	}

	.fs-md-18 {
		font-size: 1.285rem;
	}

	.fs-md-20 {
		font-size: 1.428rem;
	}

	.fs-md-22 {
		font-size: 1.571rem;
	}

	.fs-md-24 {
		font-size: 1.714rem;
	}

	.fs-md-26 {
		font-size: 1.857rem;
	}

	.fs-md-28 {
		font-size: 2rem;
	}

	.fs-md-30 {
		font-size: 2.142rem;
	}

	.fs-md-32 {
		font-size: 2.286rem;
	}

	.fs-md-34 {
		font-size: 2.429rem;
	}

	.fs-md-36 {
		font-size: 2.571rem;
	}

	.fs-md-38 {
		font-size: 2.714rem;
	}

	.fs-md-40 {
		font-size: 2.857rem;
	}

	.h-md-5px {
		height: 5px;
	}

	.h-md-10px {
		height: 10px;
	}

	.h-md-15px {
		height: 15px;
	}

	.h-md-20px {
		height: 20px;
	}

	.h-md-25px {
		height: 25px;
	}

	.h-md-30px {
		height: 30px;
	}

	.h-md-35px {
		height: 35px;
	}

	.h-md-40px {
		height: 40px;
	}

	.h-md-45px {
		height: 45px;
	}

	.h-md-50px {
		height: 50px;
	}

	.h-md-55px {
		height: 55px;
	}

	.h-md-60px {
		height: 60px;
	}

	.h-md-65px {
		height: 65px;
	}

	.h-md-70px {
		height: 70px;
	}

	.h-md-75px {
		height: 75px;
	}

	.h-md-80px {
		height: 80px;
	}

	.h-md-85px {
		height: 85px;
	}

	.h-md-90px {
		height: 90px;
	}

	.h-md-95px {
		height: 95px;
	}

	.h-md-100px {
		height: 100px;
	}

	.h-md-110px {
		height: 110px;
	}

	.h-md-120px {
		height: 120px;
	}

	.h-md-130px {
		height: 130px;
	}

	.h-md-140px {
		height: 140px;
	}

	.h-md-150px {
		height: 150px;
	}

	.h-md-160px {
		height: 160px;
	}

	.h-md-170px {
		height: 170px;
	}

	.h-md-180px {
		height: 180px;
	}

	.h-md-190px {
		height: 190px;
	}

	.h-md-200px {
		height: 200px;
	}

	.h-md-210px {
		height: 210px;
	}

	.h-md-220px {
		height: 220px;
	}

	.h-md-230px {
		height: 230px;
	}

	.h-md-240px {
		height: 240px;
	}

	.h-md-250px {
		height: 250px;
	}

	.h-md-260px {
		height: 260px;
	}

	.h-md-270px {
		height: 270px;
	}

	.h-md-280px {
		height: 280px;
	}

	.h-md-290px {
		height: 290px;
	}

	.h-md-300px {
		height: 300px;
	}

	.h-md-310px {
		height: 310px;
	}

	.h-md-320px {
		height: 320px;
	}

	.h-md-330px {
		height: 330px;
	}

	.h-md-340px {
		height: 340px;
	}

	.h-md-350px {
		height: 350px;
	}

	.h-md-360px {
		height: 360px;
	}

	.h-md-370px {
		height: 370px;
	}

	.h-md-380px {
		height: 380px;
	}

	.h-md-390px {
		height: 390px;
	}

	.h-md-400px {
		height: 400px;
	}

	.h-md-410px {
		height: 410px;
	}

	.h-md-420px {
		height: 420px;
	}

	.h-md-430px {
		height: 430px;
	}

	.h-md-440px {
		height: 440px;
	}

	.h-md-450px {
		height: 450px;
	}

	.h-md-460px {
		height: 410px;
	}

	.h-md-470px {
		height: 470px;
	}

	.h-md-480px {
		height: 480px;
	}

	.h-md-490px {
		height: 490px;
	}

	.h-md-500px {
		height: 500px;
	}

	.h-md-900px {
		height: 900px;
	}
}

@media only screen and (min-width: 992px) {

	.lh-lg-1 {
		line-height: 1;
	}

	.lh-lg-2 {
		line-height: 2;
	}

	.lh-lg-3 {
		line-height: 3;
	}

	.lh-lg-4 {
		line-height: 4;
	}

	.fs-lg-12 {
		font-size: .857rem;
	}

	.fs-lg-14 {
		font-size: 1rem;
	}

	.fs-lg-16 {
		font-size: 1.142rem;
	}

	.fs-lg-18 {
		font-size: 1.285rem;
	}

	.fs-lg-20 {
		font-size: 1.428rem;
	}

	.fs-lg-22 {
		font-size: 1.571rem;
	}

	.fs-lg-24 {
		font-size: 1.714rem;
	}

	.fs-lg-26 {
		font-size: 1.857rem;
	}

	.fs-lg-28 {
		font-size: 2rem;
	}

	.fs-lg-30 {
		font-size: 2.142rem;
	}

	.fs-lg-32 {
		font-size: 2.286rem;
	}

	.fs-lg-34 {
		font-size: 2.429rem;
	}

	.fs-lg-36 {
		font-size: 2.571rem;
	}

	.fs-lg-38 {
		font-size: 2.714rem;
	}

	.fs-lg-40 {
		font-size: 2.857rem;
	}

	.h-lg-5px {
		height: 5px;
	}

	.h-lg-10px {
		height: 10px;
	}

	.h-lg-15px {
		height: 15px;
	}

	.h-lg-20px {
		height: 20px;
	}

	.h-lg-25px {
		height: 25px;
	}

	.h-lg-30px {
		height: 30px;
	}

	.h-lg-35px {
		height: 35px;
	}

	.h-lg-40px {
		height: 40px;
	}

	.h-lg-45px {
		height: 45px;
	}

	.h-lg-50px {
		height: 50px;
	}

	.h-lg-55px {
		height: 55px;
	}

	.h-lg-60px {
		height: 60px;
	}

	.h-lg-65px {
		height: 65px;
	}

	.h-lg-70px {
		height: 70px;
	}

	.h-lg-75px {
		height: 75px;
	}

	.h-lg-80px {
		height: 80px;
	}

	.h-lg-85px {
		height: 85px;
	}

	.h-lg-90px {
		height: 90px;
	}

	.h-lg-95px {
		height: 95px;
	}

	.h-lg-100px {
		height: 100px;
	}

	.h-lg-110px {
		height: 110px;
	}

	.h-lg-120px {
		height: 120px;
	}

	.h-lg-130px {
		height: 130px;
	}

	.h-lg-140px {
		height: 140px;
	}

	.h-lg-150px {
		height: 150px;
	}

	.h-lg-160px {
		height: 160px;
	}

	.h-lg-170px {
		height: 170px;
	}

	.h-lg-180px {
		height: 180px;
	}

	.h-lg-190px {
		height: 190px;
	}

	.h-lg-200px {
		height: 200px;
	}

	.h-lg-210px {
		height: 210px;
	}

	.h-lg-220px {
		height: 220px;
	}

	.h-lg-230px {
		height: 230px;
	}

	.h-lg-240px {
		height: 240px;
	}

	.h-lg-250px {
		height: 250px;
	}

	.h-lg-260px {
		height: 260px;
	}

	.h-lg-270px {
		height: 270px;
	}

	.h-lg-280px {
		height: 280px;
	}

	.h-lg-290px {
		height: 290px;
	}

	.h-lg-300px {
		height: 300px;
	}

	.h-lg-310px {
		height: 310px;
	}

	.h-lg-320px {
		height: 320px;
	}

	.h-lg-330px {
		height: 330px;
	}

	.h-lg-340px {
		height: 340px;
	}

	.h-lg-350px {
		height: 350px;
	}

	.h-lg-360px {
		height: 360px;
	}

	.h-lg-370px {
		height: 370px;
	}

	.h-lg-380px {
		height: 380px;
	}

	.h-lg-390px {
		height: 390px;
	}

	.h-lg-400px {
		height: 400px;
	}

	.h-lg-410px {
		height: 410px;
	}

	.h-lg-420px {
		height: 420px;
	}

	.h-lg-430px {
		height: 430px;
	}

	.h-lg-440px {
		height: 440px;
	}

	.h-lg-450px {
		height: 450px;
	}

	.h-lg-460px {
		height: 410px;
	}

	.h-lg-470px {
		height: 470px;
	}

	.h-lg-480px {
		height: 480px;
	}

	.h-lg-490px {
		height: 490px;
	}

	.h-lg-500px {
		height: 500px;
	}
}

:root {
	--color: #045287;
}

.color .navbar-brand img,
.color .navbar-toggler-icon {
	filter: brightness(0) invert(1);
}

.sitetitle {
	color: var(--color);
	padding-left: 10px;
	font-size: 18px;
}

.color .sitetitle,
.color .nav-link,
.color .language,
.search,
.color .language a,
.color .search i,
.color .join a {
	color: #fff;
}

.color .navbar-nav,
.color .join {
	border-color: #fff;
}

.navbar-nav {
	margin-left: 2%;
	width: calc(100% - 180px);
	border-bottom: 1px solid var(--color);
}

.navbar-nav li {
	padding-right: 5%;
	white-space: nowrap;
	overflow: hidden;
}

.navbar-nav li a {
	border-bottom: 2px solid transparent;
}

.navbar-nav li a:hover {
	border-color: var(--color);
}

.color .navbar-nav li a:hover {
	border-color: #fff;
}

.navbar-nav li a:hover {
	opacity: .9;
}

.navbar-nav li:last-child {
	padding-right: 0;
}

.navbar-toggler {
	border: none;
}

.nav-link {
	padding-left: 0 !important;
	color: var(--color);
}

.navbar-toggler:focus {
	box-shadow: none;
}


.search {
	width: 30px;
	color: var(--color);
	position: relative;
}

.language {
	display: inline-block;
	overflow: hidden;
	width: 80px;
	margin-left: 30px;
}

.join {
	white-space: nowrap;
	overflow: hidden;
	margin-left: 1%;
	width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color);
	position: relative;
}

.join::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	inset: 0 0 0 0;
	background: var(--color);
	z-index: -1;
	transition: transform .3s ease;
	transform: scaleX(0);
	transform-origin: bottom right;
}

.join:hover::before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.join:hover a {
	color: #fff;
}

.join a {
	display: inline;
}

.language a,
.search i {
	position: relative;
	display: inline-block;
	padding: 0.5rem 0;
	color: var(--color);
	cursor: pointer;
}

.language a:hover {
	color: red;
}

.carousel .bg {
	background: linear-gradient(180deg, #045287 0, #04528770 15%, #0452873b 28%, #04528700 40%, #04528700 59%, #0452873b 72%, #0452876e 87%, #04528770 88%, #045287);
	color: #fff;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.carousel-indicators {
	bottom: 8rem;
}

.carousel-caption {
	bottom: 2rem;
	z-index: 2;
}

.carousel-caption .bi {
	color: #fff;
	font-size: 19px;
}

.carousel-caption span {
	font-size: 12px;
	color: #fff;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #fff;
}

.carousel-indicators [data-bs-target] {
	opacity: 1;
	width: 4px;
	height: 4px;
	margin-right: 12px;
	border-radius: 50%;
	position: relative;
}

.carousel-indicators .active::before {
	content: '';
	position: absolute;
	top: -4px;
	left: -4px;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	border-radius: 50%;
}

.arrows {
	width: 15px;
	height: 18px;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: 0;
	cursor: pointer;
}

.arrows path {
	stroke: #fff;
	fill: transparent;
	stroke-width: 1px;
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
	0% {
		opacity: 0
	}

	40% {
		opacity: 1
	}

	80% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes arrow

/*Safari and Chrome*/
	{
	0% {
		opacity: 0
	}

	40% {
		opacity: 1
	}

	80% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.arrows path.a1 {
	animation-delay: -1s;
	-webkit-animation-delay: -1s;
}

.arrows path.a2 {
	animation-delay: -0.5s;
	-webkit-animation-delay: -0.5s;
}

.arrows path.a3 {
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
}

.search {
	display: inline-flex;
}

.searchIpt {
	display: none;
}

.searchIpt input {
	position: absolute;
	border: none;
	padding: 5px 10px;
	right: 0;
	top: 0;
	display: block;
}

.searchIpt input:focus {
	border: none;
	outline: none;
}

.search button {
	border: none;
	position: absolute;
	z-index: 9;
	padding: 7px;
	right: 0;
	background-color: var(--color);
	color: #fff;
	font-size: 12px;
}

.search button:hover {
	opacity: .9;
}

.carousel-inner .simg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.carousel-inner .video {
	position: absolute;
	z-index: 3;
	right: 40px;
	bottom: 2rem;
	cursor: pointer;
}

.carousel-inner .video {
	position: absolute;
	z-index: 3;
	right: 40px;
	bottom: 5px;
	cursor: pointer;
}


.carousel-inner .video img {
	width: 220px;
	height: 120px;
}

.iframe,
.iframe2 {
	width: 100%;
	height: 420px;
}

input::placeholder {
	font-size: 12px;
}

.navbar-toggler-icon {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAAXNSR0IArs4c6QAAA89JREFUeF7tnE1r1FAUhs/JzUI3Cir42YUIKtRu3PgD2kIVbZsRqqC40IVbrcU2KYgLm2nBgrhyoxtFsGIyFPxobf0BggitC0X8AKFURKErXeTmyIgLO5MJmTkxM9Ez6/uec/LkzUDufWcQ5MMigCy1iEEAMk0gAAUgkwBTHutA1Td+BI3wMiHuQoD1zF6r5ASwgkTvCI1L2ht5mGbtLGvVBGhYxWEDYTyLYUKAodCzJ7PolXaPSIBmodgFAE/TbhZbLwy7gtLofK016qh7iELsMBDWZjVXSPAdDVrUD5xHtXpGAlSWO4eInVkNWu5DBE+0bx+s6tk7sc1UegYQ92U5z+pe9DoIVCdMDy9VzhANsOB+RcANWQ5MBEvat7dX9lSWew8RB7KcJaoXEU1p3zmWCKBZKFIzBg48u+qGqoL7HgF3NmOeP3sSwUft21Vz1PoObB2AVvELImxqOkCgb9pzNubOgablvgDE/c0GCAAvA8+umiMPDjyNCDebDZAIzmjfvpU7B5YHVv1jA2gYQwTUgYBrsoJJQD8QcJHC8KoujU5F9W15B2YFq9E+ArBRcr91AlAAMgkw5eJAAcgkwJSLAwUgkwBTLg4UgEwCTHkuHKisseOIxmDzXuXwui6N3Mnlq5yyirKZkPQpidpQle2spPQAIHJHWjZUkxP8Z7b0leUuI+Lm5JfOX0lEn7XvbKmslMtDJWW5s4jYzceSvAIBzWjP6alSlI81TT0PgHuTV0t7ZZ3HmqY11g1ozKY9Rmw9gs7At5/VWpOrg/XyRRiWO2ggZhK3CIHOh55zLdMbllKz+Hhb78QepfQFAOhBxLaUev4qQ0AfgGBOazUJ08Nv0qydZS3JBzJpC0AByCTAlIsDBSCTAFMuEd+/BVAivsnISsQ3hpNEfJOZKMGqOt+FlUR8q6BKxDeBz+KWSMSXC1AivkyCEvHlAZSIbwP8JOLbALR6JblIJtR7UVmuF4BM2gJQADIJMOXiQAHIJMCUiwMFIJMAUy4O/B8Aqv7xk4h0jpDa5deaMXc8Kh9oFNyzBuANplHYcgI6pT3ndmWhln+ETau4AAgdbALcAkTPA985kDuAynJXEHEd9/q5egJY1p69NX8AC8VPCLCDCyAF/dvAs3cnAthSEd9C0UMAKwUArBIEdFd7zomkAFsn4tt3pc1U5bRsEyO+RK8C0+yG+xeXEwFsyYiv5R4mwPbM/zuLcEGXRh7Xsm/Mv7dJxDfJMy8R3ySUYtZIPlAAMgkw5eJAAcgkwJSLAwUgkwBTLg4UgEwCTLk4UAAyCTDlPwFrmExvJPs+fgAAAABJRU5ErkJggg==) !important;
}

.idea {
	text-indent: 30px;
	position: relative;
	padding: 0 12%;
	width: 80%;
	font-size: 16px;
	margin: 0 auto;
}

.idea::before {
	background: #787f8b;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	transition: height .6s;
	width: 1px
}

.bg-light {
	background-color: #f4f3f4 !important;
}

.sortName {
	font-size: 26px;
	text-align: center;
	font-weight: 600;
}

.sortName:hover {
	color: var(--color);
}

#TabsContent {
	position: relative;
}

#Tabs {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	justify-content: center;
	display: flex;
	flex-wrap: wrap
}

#TabsContent .nav-tabs {
	border: none !important;
}

#Tabs .tab-li {
	border-right: 1px solid #fff;
	margin-right: 50px;
	padding-right: 50px;
	flex: 0 0 auto;
	width: auto;
	text-align: center;
}

#Tabs .tab-li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

#Tabs .tab-li button {
	background: none;
	border: none;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
}

#Tabs .tab-li button:hover {
	opacity: .9;
}

.btns {
	margin-top: 10px;
	background-color: #fff;
	border-radius: 15px;
	padding: 0 12px;
	text-align: center;
}

.btns a {
	color: var(--color);
	font-size: 12px;
}

.btns::before {
	border-radius: 15px;
}

.sss:hover::before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.btns:hover a {
	position: relative;
	z-index: 2;
	color: #fff !important;
}

.sss::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	inset: 0 0 0 0;
	background: var(--color);
	z-index: 1;
	transition: transform .3s ease;
	transform: scaleX(0);
	transform-origin: bottom right;
}

.sss {
	position: relative;
}

.newsSwiper {
	margin-top: 30px;
}

.post-slide {
	margin: 0 20px;
	border-radius: 15px;
	padding-top: 1px;
}

.post-slide .post-img {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}

.post-slide .post-img img {
	width: 100%;
	height: auto;
	transform: scale(1, 1);
	transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
	transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
	opacity: 1;
	text-decoration: none;
}

.post-title {
	overflow: hidden;
}

.post-title a {
	white-space: nowrap;
	font-size: 18px;
	font-weight: 600;
}

.post-title a:hover {
	color: var(--color);
}

.post-title p {
	font-size: 14px;
	padding: 5px 0;
	color: #454545;
}

.more {
	text-align: center;
	margin-top: 50px;
}

.more a {
	border-bottom: 1px solid #333333;
	padding-bottom: 8px;
}

.more a:hover {
	color: var(--color);
	border-color: var(--color);
}

.about {
	background-color: #fff;
	padding: 50px 0;
}

#searchs .modal-content {
	background-color: transparent;
}

#searchs form {
	width: 100%;
	position: relative;
}

.bg-h {
	background-color: rgba(0, 0, 0, .88);
}

#searchs input {
	width: 100%;
	padding: 1rem;
	background: none;
	border: 1px solid rgba(255, 255, 255, .4);
	border-radius: 40px;
	color: #fff;
	position: relative;
}

#searchs button {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: .8rem;
	background: none;
	border: none;
	color: rgba(255, 255, 255, .81);
}

.about img {
	width: 100%;
	height: 100%;
}

.about .bg-right {
	height: 100%;
	background-color: #e4eff3;
	text-align: center;
	padding: 8% 21%;
}

.about .bg-right h5 span {
	font-size: 22px;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
}

.about .bg-right p {
	margin-top: 50px;
	text-indent: 30px;
	text-align: left;
}

.footer {
	background-color: var(--color);
	padding-top: 30px;
	color: #fff;
}

.footer li {
	font-size: 12px;
}

.footlogo {
	margin-bottom: 50px;
}

.footlogo img {
	filter: brightness(0) invert(1);
	height: 40px;
}

.footlogo span {
	color: #fff;
	font-size: 18px;
	padding-left: 10px;
}

.goTop {
	width: 100%;
	padding-top: 3rem;
	text-align: right;
	padding-bottom: 5px;
}

.goTop span,
.gzh {
	cursor: pointer;
}

.goTop span:hover,
.iii i:hover {
	opacity: .9;
}

.goTop i {
	padding-left: 10px;
}

.copyright {
	font-size: 12px;
	line-height: 40px;
	text-align: right;
}

.copyright a {
	color: #fff;
	padding-left: 10%;
}

.iii i {
	margin-right: 16px;
	cursor: pointer;
	font-size: 23px;
}

.iii i:last-child {
	margin-right: 0;
}

.header {
	background-color: #f6f6f6;
	min-height: 520px;
	padding-top: 150px;
	text-align: center;
	position: relative;
}

.header .sitetitle {
	color: var(--color);
	font-size: 16px;
	margin-bottom: 25px;
}

.header .sortname {
	font-size: 60px;
	font-weight: bold;
	position: relative;
	letter-spacing: 5px;
}

.header .sortname::before {
	content: '「';
	font-weight: normal;
	position: relative;
	top: -10px;
	left: -5px;
}

.header .sortname::after {
	content: '」';
	font-weight: normal;
	position: relative;
	bottom: -10px;
	right: -5px;
}

.header .def::before {
	content: '———————————';
	margin-right: 10px;
}

.header .def::after {
	content: '———————————';
	margin-left: 10px;
}

@media only screen and (max-width: 900px){
.header .def::before {
	content: '———';
	margin-right: 10px;
}
.header .def::after {
	content: '———';
	margin-left: 10px;
}
}

.header .def {
	font-family: 'STZhongsong';
	position: relative;
}

.header .btn {
	background-color: var(--color);
	color: #fff;
	margin-top: 50px;
	padding: 0 20px;
}

.header .carousel-caption span,
.header .carousel-caption .bi {
	color: #333;
}

.header .arrows path {
	stroke: #333;
}

.header .carousel-caption span {
	border-color: #333;
}

.card {
	border: none;
}

.card-img-top {
	border-radius: 0;
}

.card-title {
	text-align: center;
	font-size: 14px;
	padding-top: 5px;
}

.message .title {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	width: 15%;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.message form {
	width: 85%;
	margin: 30px auto;
}

.message .form-control {
	margin-bottom: 20px;
	border-color: #333;
}

.message .form-control:focus {
	box-shadow: none;
	border-color: var(--color);
}

.message textarea::placeholder {
	font-size: 18px;
}

.message button {
	background-color: var(--color);
	color: #fff;
	border: none;
	border-radius: 4px;
	margin: 0 auto;
	display: block;
	padding: 1px 12px;
}

.message .checkcode {
	display: flex;
}

.message .checkcode img {
	height: 33px;
	margin-left: 10px;
	border-radius: 5px;
}

.jumbotron {
	background-color: #f6f6f6;
}

.menulist {
	padding: 20px 0;
}

.menulist li {
	display: inline-block;
	background-color: #f6f6f6;
	padding: 3px 15px;
	border-radius: 15px;
	transition: all .3s;
}

.menulist .active {
	background-color: var(--color);
}

.menulist .active a,
.menulist li:hover a {
	color: #fff;
}

.menulist li a {
	font-size: 13px;
	color: var(--color);
}

.menulist li:hover {
	background-color: var(--color);
}

.statsbar {
	width: 100%;
	display: flex;
}

.stats {
	width: 33.333%;
	display: flex;
	align-items: center;
	border-right: 2px solid var(--color);
}

.stats:last-child {
	border: none;
}

.stat-number {
	color: var(--color);
	font-size: 60px;
	font-weight: 600;
}

.stat-title {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 20%;
}

.card-img {
	overflow: hidden;
}

.card:hover .card-title a {
	color: #f60;
}

.header .btn:hover {
	background-color: var(--color) !important;
}

.sortTitle {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	width: 15%;
}

.cards {
	position: relative;
}

.cards img {
	display: block;
	width: 100%;
	height: auto;
}

.cards .owl-nav {
	position: absolute;
	top: -100px;
	right: 0;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.cardSwiper1 {
	position: relative;
}

.cardSwiper,
.cardSwiper2,
.cardSwiper3 {
	margin-top: 20px;
	position: relative;
}

.cardSwiper1 .swiper-wrapper,
.cardSwiper2 .swiper-wrapper,
.cardSwiper3 .swiper-wrapper {
	flex-direction: row !important;
}

.cardSwiper .pics,
.cardSwiper1 .pics,
.cardSwiper2 .pics,
.cardSwiper3 .pics {
	height: calc((100% - 30px) / 2) !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0 !important;
	margin-bottom: 20px;
	overflow: hidden;
}

.timeline {
	margin-top: 60px;
	padding-top: 100px;
	position: relative;
	max-height: 420px;
	/* 璁惧畾鏈€澶ч珮搴�? */
	overflow: hidden;
	/* 瓒呭嚭閮ㄥ垎闅愯�? */
}

.www {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid var(--color);
}

.www div {
	height: 3px;
	background-color: #000000;
	width: 20%;
	position: absolute;
	bottom: -2px;
	z-index: 9;
}

.line {
	margin: 0 auto;
	width: 100%;
	border-bottom: 1px solid var(--color);
}

.line div {
	width: 20%;
	border: 1px solid #000;
}

.timeline:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--color);
	z-index: 1;
}

.timeline-item {
	width: 100%;
	position: relative;
	margin-bottom: -90px;
	clear: both;

}

.timeline-item .tops {
	position: relative;
	z-index: 2
}

.timeline-item .tops .h5 {
	text-align: left;
	font-size: 15px;
	color: #555;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.timeline-item:nth-child(even) .timeline-title {
	left: 30px;
}

.timeline-item:nth-child(odd) .timeline-title {
	width: calc(100% - 30px);
}

.timeline-item:nth-child(even) .h5 {
	margin-left: 20%
}

.timeline-title {
	background-color: rgba(230, 230, 230, 1);
	height: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	text-align: left;
}

.timeline-title .h3 {
	color: var(--color);
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-weight: bold;
	font-size: 2.5em;
}

.timeline-item:nth-child(odd) .h3 {
	right: 30px;
	left: initial;
	font-size: 2.5em;
}

.timeline-item img {
	position: relative;
	z-index: 2;
	width: 80%;
}

.timeline-icon {
	width: 12px;
	height: 12px;
	text-align: center;
	color: #fff;
	border: 2px solid var(--color);
	background-color:#f4f3f4;
	border-radius: 50%;
	position: absolute;
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* 垂直居中 */
	justify-content: center;
	/* 水平居中（如果图标也�?要居中）*/
	/* 其他样式，如宽度、高度�?�边框等 */
}
.timeline-iconn {
	width: 65px;
	height: 65px;
	text-align: center;
	color: #fff;
	border: 2px solid var(--color);
	background-color:#f4f3f4;
	border-radius: 50%;
	position: absolute;
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* 垂直居中 */
	justify-content: center;
	/* 水平居中（如果图标也�?要居中）*/
	/* 其他样式，如宽度、高度�?�边框等 */
}

.timeline-icon::before{
	content: '一';
	color: var(--color);
	position: relative;
	left: -12px;
	top: 0;
}

.timeline-item:nth-child(even) .timeline-icon{
	position: relative;
	top: 235px;
}
.timeline-item:nth-child(even) .timeline-icon::before{
	position: absolute;
	right: -18px;
	top: -6px;
	left: inherit;
}
.timeline-image {
	width: 380px;
	height: 180px;
	object-fit: cover;
	/* 保持图片的宽高比，同时填充整个元素框 */
	display: block;
	/* 去除图片底部可能存在的空�? */
	margin-top: 10px;
	/* 图片与日期之间的间距 */
}



.timeline-icon:hover {
	border-color: var(--color);
	background-color: #fff;
	color: var(--color);
}
.timeline-iconn:hover {
	border-color: var(--color);
	background-color: #fff;
	color: var(--color);
}

.bi-arrow-down-circle:hover {
	color: #ff3300
}

.timeline-icon p {
	/*border-top: 1px solid #eeeeee;*/
	width: 80%;
	margin: 0 auto;

}
.timeline-iconn p {
	/*border-top: 1px solid #eeeeee;*/
	width: 80%;
	margin: 0 auto;

}

.timeline-content {
	width: 50%;
	float: right;
	/*border-bottom: 1px solid var(--color);*/
	text-align: right;
	padding: 0 60px;
	position: relative;
}

.timeline-year {
	position: absolute;
	left: 60px;
	bottom: 20px;
}

.right:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.timeline:before {
	left: 50%;
}

.right .timeline-content {
	float: left !important;
	text-align: left;
	padding-left: 50px;
}


.bi-arrow-down-circle {
	font-size: 36px;
	margin-top: 20px;
	cursor: pointer;
	color: var(--color);
}

.bi-arrow-down-circle:hover {
	opacity: .9;
}

.listItem {
	margin: 0;
	padding: 30px;
	text-align: center;
	position: relative;
	z-index: 1;
	align-items: center;
	height: 50%;
	padding-top: 50px;
}

.listItem .english {
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
	font-size: 36px;
	line-height: 1;
	z-index: 2;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	opacity: .1;
	-webkit-text-stroke: 1px black;
	text-stroke: 1px black;
	-webkit-text-fill-color: transparent;
}

.listItem .title {
	position: relative;
	z-index: 3;
	font-size: 36px;
	color: var(--color);
	font-weight: bold;
}

.listItem:hover .title {
	opacity: .8;
}

.listItem:hover .english {
	color: var(--color);
	text-stroke: 0;
	-webkit-text-stroke: 0;
	-webkit-text-fill-color: initial;
}

.listItem .cotent {
	position: relative;
}

.listItem:first-child {
	border-right: 1px solid var(--color);
	border-bottom: 1px solid var(--color);
}

.listItem:nth-child(2) {
	border-bottom: 1px solid var(--color);
}

.listItem:nth-child(3) {
	border-right: 1px solid var(--color);
}

.navTitle {
	text-align: center;
	color: var(--color);
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid var(--color);
	padding-bottom: 10px;
	width: 20%;
	margin: 0 auto;
}

.sb {
	transition: transform 0.5s ease;
	object-fit: cover;

}

.sb:hover {
	transform: scale(1.1);
}

.w-15 {
	width: 10%;
}

.mySwiper2 {
	height: 80%;
	width: 100%;
	margin-top: 30px;
}

.mySwiper2 img {
	height: 640px;
}

.mySwiper img {
	height: 180px;
}

.mySwiper {
	margin-top: 10px;
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.7;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.pills-item {
	/*border-top: 1px solid #dee2e6;*/
	border-bottom: 1px solid #dee2e6;
	margin-bottom: 20px;
	padding: 13px 15px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	transition: all .2s ease-out;
}

.ooo {
	height: 402px;
	overflow: auto;
	overflow-x: hidden;
}

@media only screen and (max-width: 600px) {
	.ooo {
		height: 250px;
	}

	.pills-item {
		border-top: 1px solid #dee2e6;
		border-bottom: 1px solid #dee2e6;
		margin-bottom: 0;
		padding: 20px;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		transition: all .2s ease-out;
	}
}

.pills-item .right {
	padding-left: 10px;
	text-align: center;
	cursor: pointer;
}

.pills-item .right span {
	color: var(--color);
	font-weight: bold;
	border-bottom: 1px solid var(--color);
	padding: 0 5px 5px 5px;
	font-size: 20px;
	letter-spacing: 3px;
}

.pills-item .right p {
	font-size: 12px;
	margin-top: 5px;
}

.pills-item:hover,
#v-pills-tab .active {
	background-color: var(--color);
	box-shadow: 0 .5rem 1rem rgba(33, 37, 41, .15) !important;
}

.pills-item:hover::after,
#v-pills-tab .active::after {
	content: '\F231';
	font-family: 'bootstrap-icons';
	font-size: 16px;
	color: var(--color);
	position: absolute;
	right: -10px;
	top: 30px;
}

.pills-item:hover img,
#v-pills-tab .active img {
	filter: brightness(0) invert(1);
}

.pills-item:hover .right,
.pills-item:hover .right span,
#v-pills-tab .active .right,
#v-pills-tab .active span {
	color: #fff !important;
}

#v-pills-tab .active .right span,
.pills-item:hover .right span {
	border-color: #fff;
}

#v-pills-tab {
	width: 20%;
	height: 360px;
}

#v-pills-tabContent {
	width: 80%;
	height: 400px;
	overflow: hidden;
}

.pics {
	height: initial !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.pics img {
	/*width: 100%;*/
	/*height: 180px;*/
	object-fit: cover;
}

.lastItem {
	text-align: center;
	border: 1px solid var(--color);
}

.lastItem .col {
	padding: 15px 0;
	border-right: 1px solid var(--color);
	cursor: pointer;
}

.lastItem .col:last-child {
	border: none;
}

.lastItem p {
	margin-top: 40px;
	color: var(--color);
}

.lastItem .col:hover img {
	-webkit-box-reflect: below 0 linear-gradient(transparent, transparent, #000000);
}

.lastItem img {
	width: 40px;
	transition: all .3s ease;
}

.telphone img {
	width: 40px;
}

.telphone .a {
	font-size: 18px;
	color: var(--color);
	font-weight: bold;
	margin-top: 10px;
}

.telphone .b {
	font-weight: bold;
	color: #555;
}

.contact {
	border-left: 1px solid var(--color);
	padding-left: 30px;
}

.contact li {
	color: #555;
	font-size: 12px;
}

.contact .c {
	color: var(--color);
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}

#map {
	background-color: #fff;
	margin-top: 30px;
	width: 100%;
	height: 320px;
}

.forms {
	background-color: #fff;
	padding: 40px 30px;
	margin-top: 30px;
}

.forms .form-control {
	background-color: #f6f6f6;
}

.forms .form-control:focus {
	box-shadow: none;
	border-color: var(--color);
}

.forms button,
.searchForm button {
	position: relative;
	border: 1px solid var(--color);
	background-color: #fff;
	padding: 5px 50px;
	color: var(--color);
}

.forms button::before,
.searchForm button::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	inset: 0 0 0 0;
	background: var(--color);
	z-index: 1;
	transition: transform .3s ease;
	transform: scaleX(0);
	transform-origin: bottom right;
}

.forms button:hover::before,
.searchForm button:hover::before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.forms button:hover span,
.searchForm button:hover span {
	color: #fff !important;
	transition: .3s ease;
	position: relative;
	z-index: 99;

}

.newslist {
	width: 70%;
	margin: 0 auto;
	padding-top: 0;
	max-height: 1450px;
}

.newslist .timeline-item {
	margin-bottom: 30px;
}

.newslist .timeline-icon {
	top: 20px;
	left: 0;
	transform: inherit;
	box-shadow: .5rem .5rem 1rem rgba(33, 37, 41, .35);
	background-color: #fff;
	color: var(--color);
}
.newslist .timeline-iconn {
	top: 20px;
	left: 0;
	transform: inherit;
	box-shadow: .5rem .5rem 1rem rgba(33, 37, 41, .35);
	background-color: #fff;
	color: var(--color);
}

.newslist .timeline-icon p {
	border-color: var(--color);
}

.newslist::before {
	left: 30px;
}

.newslist .timeline-content {
	float: initial;
	width: 100%;
	border: none;
	margin-left: 30px;
	position: relative;
}

.newslist .timeline-content .ct {
	padding: 30px;
	overflow: hidden;
}

.newslist .timeline-content .title {
	font-weight: bold;
}

.newslist .timeline-content .title:hover a {
	color: var(--color);
}

.newslist .timeline-content .desc {
	font-size: 13px;
	text-indent: 26px;
	color: #555;
}

.newslist .timeline-content .img {
	width: 80%;
	margin: 10px auto;
}

.newslist .timeline-item:hover .timeline-content .ct {
	background-color: var(--color);
	border-radius: 10px;
}

.newslist .timeline-item:hover .timeline-content .title a,
.newslist .timeline-item:hover .timeline-content .desc,
.newslist .timeline-item:hover .timeline-icon {
	color: #fff;
}

.newslist .timeline-item:hover .timeline-icon {
	background-color: var(--color);
}

.newslist .timeline-item:hover .timeline-icon p {
	border-color: #fff;
}

.newslist .timeline-item:hover .timeline-content::before {
	content: '\F22D';
	font-family: 'bootstrap-icons';
	position: absolute;
	left: 36px;
	top: 40px;
	font-size: 22px;
	color: var(--color);
}

.job .qrcode {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 160px;
	background-color: var(--color);
}

.job .qrcode span {
	color: #fff;
	padding-left: 10px;
	font-size: 12px;
}

.job .def {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 160px;
	color: #fff;
	font-weight: 700;
	background-color: rgba(64, 64, 64, 1);
}

.jobtitle {
	color: var(--color);
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid var(--color);
	padding-bottom: 5px;
	width: 15%;
	margin: 40px auto;
}

/**
*浣滆€匭Q395390893
*瀹樼綉pboot.com.cn
*/
.mores a {
	background-color: var(--color);
	padding: 5px 0 5px 15px;
	color: #fff;
	font-size: 12px;
	border-radius: 15px;
	transition: all .1s;
}

.mores i {
	margin-left: 10px;
	padding: 5px;
	background-color: orange;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.mores a:hover {
	background-color: orange;
}

.mores a:hover i {
	background-color: var(--color);
}

.jobInfo {
	padding: 10px;
	border-top: 1px solid #f6f6f6;
	border-left: 1px solid #f6f6f6;
}

.jobInfo .tag {
	background-color: var(--color);
	color: #fff;
	padding: 3px 10px;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 10px;
}

.jobInfo .content {
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
}

.jobInfo .work {
	padding: 20px 0;
	border-bottom: 1px solid #f6f6f6;
}

.jobInfo .work h5 {
	font-weight: bold;
	font-size: 16px;
}

.centertitle {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	width: 15%;
	margin: 0 auto;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
}

.imgContent {
	padding-top: 30px;
}

.imgContent img {
	width: 100%;
}

.imgContent::after {
	content: '';
	display: block;
	background-image: url('../images/mt.png');
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 30px;
	margin-top: 40px;
}

.picsItem .img img {
	width: 100%;
	background-color: #f6f6f6;
}

.picsItem .img {
	position: relative;
}

.picsItem {
	text-align: center;
}

.picsItem:hover h6 {
	color: var(--color);
}

.picsItem h6 {
	font-size: 16px;
	padding-top: 10px;
	font-weight: bold;
}

.product {
	padding-top: 70px;
}

.product .carousel-caption span {
	border-color: #fff;
	color: #fff;
}

.product .carousel-caption span a,
.product .carousel-caption .bi {
	color: #fff;
}

.product .arrows path {
	stroke: #fff
}

.product .img img {
	width: 100%;
}

.description {
	width: 50%;
	margin: 0 auto;
	padding-top: 20px;
}

.details {
	margin-top: 40px;
	font-size: 20px;
	position: relative;
}

.videos {
	margin-top: 30px;
	position: relative;
}

.videos img {
	width: 100%;
}

.videos span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.videos i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #d11919;
	font-size: 80px;
	cursor: pointer;
}

.detai {
	margin-top: 30px;
	max-height: 200px;
	position: relative;
	overflow: hidden;
}

.detai .t {
	text-align: center;
	margin-bottom: 10px;
}

.loadmore {
	border-top: 1px solid var(--color);
	border-bottom: 1px solid var(--color);
	color: var(--color);
	padding: 5px 0
}

.zhuanli {
	margin-top: 10px;
	font-size: 13px;
	text-align: center;
	color: var(--color);
}

.diytitle {
	border-bottom: 1px solid var(--color);
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.matouguige {
	padding-top: 30px;
}

.matouguige .h5 {
	width: 25%;
	padding-bottom: 10px;
	font-size: 20px;
	border-bottom: 5px solid #333;
}

.matouguige .ct img {
	max-width: 100%;
}

.diy {
	padding: 50px 0;
}

.youshitezheng {
	width: 100%;
	overflow: hidden;
}

.youshitezheng table {
	width: 100%;
}

.youshitezheng table tr {
	border-bottom: 1px solid #333 !important;
	line-height: 36px;
}

.youshitezheng table td {
	border: none !important;
}

.content {
	max-width: 100%;
	padding-top: 30px;
}

.image-content {
	float: right;
	width: 45%;
	margin-left: 20px;
	position: relative;
}

.image-content .bi,
.videoss {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 50px;
	cursor: pointer;
}

.image-content .bi:hover,
.videoss:hover {
	color: red;
}

.image-content img {
	max-width: 100%;
	height: auto;
}

.swiper-button-disabled {
	opacity: .35;
	color: #333
}

.banner-min {
	height: 420px;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
	display: flex;
	justify-content: center;
}

.banner-min .tit {
	font-size: 32px;
	color: #fff;
	font-weight: bold;
}

.banner-min .menu {
	top: 100px;
	position: absolute;
	border-top: solid 1px rgba(255, 255, 255, .2);
	border-bottom: solid 1px rgba(255, 255, 255, .2);
	left: 10px;
	right: 10px;
	overflow: hidden;
}

.banner-min .menu ul {
	margin: 0 -22px;
	display: flex;
	flex-wrap: wrap;
}

.banner-min .menu a {
	padding: 0 22px;
	font-size: 16px;
	height: 64px;
	display: flex;
	align-items: center;
	color: #fff;
	position: relative;
}

.banner-min .menu a:hover {
	color: #0093f5;
	transition: .3s ease-in;
}

.banner-min .menu a.on::before {
	content: ' ';
	height: 2px;
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 0;
	background: #0093F5;
}

.banner-min .shade {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(rgba(0, 11, 19, .2), rgba(0, 11, 19, 1));
	z-index: 2;
}

.upmenu {
	position: absolute;
	z-index: 3;
}

.download-list {
	transition: .3s;
}

.download-list li {
	padding: 10px 30px;
	display: flex;
}

.download-list li:nth-child(odd) {
	background-color: #f8f8f8;
}

.download-list li .l {
	flex: 1;
	font-size: 16px;
	line-height: 40px;
}

.download-list li b {
	font-weight: inherit;
}

.download-list li .l span {
	color: #036EB8;
	display: inline-block;
	margin-left: 20px;
}

.download-list li .r {
	display: flex;
	align-items: center;
}

.download-list li .r i:hover {
	color: #ff3300;
}

.download-list li .r i {
	color: #036EB8;
	font-size: 20px;
}

.download-list li .r span {
	margin-left: 10px;
	color: #aaa;
}

.pagess {
	text-align: center;
	width: 100%;
	line-height: 1.7;
}

.pagess a {
	background: #fff;
	border: 1px solid #DDDDDD;
	color: #999999;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}

.pagess a:hover {
	background: #036EB8;
	color: #fff !important;
}

.pagess .page-num-current {
	background: #036EB8;
	color: #fff;
	border-color: #036EB8
}

.pagess .pres,
.pagess .nexts {
	border-radius: 16px !important;
	padding: 5px 10px !important;
}

.swiper-slide .slide-title {
	text-align: center;
	/* 使标题文本居�? */
	font-size: 14px;
	/* 响应式字体大�? */
	/* 添加�?些边距以确保标题与图片之间有适当的空�? */
	margin-top: 10px;
	/* 可以根据�?要调�? */
}

.pagess span {
	display: none;
}

.jsCard {
	position: relative;
	overflow: hidden;
}

.vrs {
	padding-top: 30px;
	height: 100vh;
	display: flex;
}

.vrs iframe {
	width: 100%;
	height: 100%;
}

section {
	width: 100%;
	height: 100vh;
}

.normal-section {
	height: auto;
}

@media only screen and (max-width: 600px) {
	.pics img {
		height: 60px;
		object-fit: cover;
	}

	.pills-item .right {
		padding: 0;
	}

	#banner {
		height: auto !important;
	}

	.download-list li {
		padding: 10px;
	}

	.download-list li .l {
		flex: inherit;
		font-size: 14px;
	}

	.banner-min {
		height: 280px;
	}

	.banner-min .tit {
		font-size: 26px;
	}

	.banner-min .menu {
		top: 70px;
	}

	.banner-min .menu a {
		height: 45px;
	}

	section {
		height: auto;
	}

	.carousel-indicators {
		bottom: 0;
	}

	.offcanvas {
		max-width: 70%;
	}

	.color .nav-link,
	.color .language,
	.search,
	.color .language a,
	.color .search i,
	.color .join a,
	.offcanvas-title {
		color: var(--color);
	}

	.navbar-nav li {
		border-bottom: 1px solid var(--color);
		margin-bottom: 20px;
	}

	.navbar-nav {
		width: 90%;
		border: none;
	}

	.language {
		margin-left: 0;
		padding-top: 0;
		border: none !important;
	}

	.search {
		border: none !important;
	}

	.searchIpt input,
	.searchIpt input:focus {
		border: 1px solid var(--color);
	}

	.join {
		display: none;
	}

	.carousel-inner .video {
		z-index: 3;
		right: 5%;
		bottom: 5%;
	}

	.carousel-inner .video img {
		width: 120px;
		height: 60px;

	}

	.iframe,
	.iframe2 {
		width: 100%;
		height: 300px;
	}

	.idea {
		width: 100%;
	}

	#Tabs .tab-li {
		margin-right: 8px;
		padding-right: 8px;
	}

	#Tabs .tab-li button {
		font-size: 14px;
	}

	.btns {
		margin-top: 3px;
		padding: 0 2px;
	}

	.post-slide .post-img {
		border-radius: 4px;
	}

	.post-slide {
		margin-right: 0 !important;
	}

	.about img {
		height: 210px;
	}

	.about .bg-right {
		padding: 20px 25px;
	}

	.about .bg-right p {
		margin-top: 30px;
	}

	.footlogo {
		margin-bottom: 20px;
	}

	.copyright {
		line-height: 20px;
	}

	.searchIpt {
		display: block !important;
	}

	/* .search i {
		display: none !important;
	} */

	.searchIpt input {
		right: initial;
	}

	.search button {
		padding: 7px 10px;
	}

	.jumbotron {
		padding-top: 55px;
	}

	.menulist li {
		margin-bottom: 10px;
	}

	.vvv img {
		width: 100% !important;
		height: 210px !important;
	}

	.stats {
		display: block;
	}

	.stat-number {
		text-align: center;
		font-size: 28px;
	}

	.stat-title {
		text-align: center;
		padding: 5px;
	}

	.listItem .english,
	.listItem .title {
		font-size: 22px;
	}

	.navTitle,
	.centertitle,
	.message .title,
	.sortTitle,
	.matouguige .h5 {
		width: 50%;
	}

	.mySwiper2 img {
		height: 200px;
	}

	.mySwiper img {
		height: 80px;
	}

	.pills-item {
		padding: 0;
	}

	#v-pills-tab {
		width: 25%;
		height: auto;
	}

	.pills-item .right span {
		font-size: 14px;
	}

	#v-pills-tabContent {
		width: 75%;
		height: 320px;
	}

	.pics {
		height: 140px;
	}

	.lastItem img {
		width: 20px;
	}

	.lastItem p {
		margin-top: 20px;
		font-size: 12px;
	}

	.newslist {
		width: 100%;
	}

	.telphone {
		text-align: center;
	}

	.contact .c {
		font-size: 14px;
	}

	#map {
		height: 210px;
	}

	.forms button,
	.searchForm button {
		padding: 5px;
		margin-left: 20px;
	}

	.message .checkcode img {
		margin-left: 5px;
	}

	.product {
		padding-top: 55px !important;
	}

	.header {
		min-height: 270px;
		padding-top: 80px;
	}

	.header .sortname {
		font-size: 30px;
	}

	.header .btn {
		margin-top: 20px;
	}

	.searchForm button {
		margin-left: 0;
	}

	.description {
		width: 80%;
	}
}


.modal-open {
	overflow-y: auto !important;
	padding-right: 0 !important;
}

.navbar {
	padding-right: 0 !important;
}

.keyword {
	font-size: 17px;
	margin-bottom: 15px;
}

.keyword span {
	color: #ff3300;
	padding: 0 10px;
}

.keyword i {
	margin-right: 5px;
}

.searchForm .form-control {
	border-color: var(--color);
	border-radius: 0;
}

.searchForm .form-control:focus {
	box-shadow: none;
}

.searchName {
	font-size: 13px;
	color: var(--color);
}

.pics:hover .upTitle {
	opacity: 1;
}

.upTitle {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
	transition: 0.3s ease-in;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.goTo {
	position: fixed;
	z-index: 99999;
	right: 10px;
	bottom: 300px;
}

.goTo .back {
	width: 60px;
	height: 36px;
	color:#FFF;
	background-color:#045287;
	border: 1px solid #FFF;
	margin-bottom: 30px;
	position: relative;
	font-size: 12px;
	text-align: center;
}

.goTo .back .bi {
	font-size: 32px;
	font-weight: 100;
	position: absolute;
	color:#FFF;
	top: 0;
	right: -12px;
}

.goTo .top {
	position: absolute;
	right: 20px;
	cursor: pointer;
	background-color:#045287;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #FFF;
}

.goTo .top .bi {
	font-size: 30px;
	font-weight: 100;
	color:#FFF;
}