@charset "utf-8";

/* reset */

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

*::after {
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

:root {
    --theme-color:#222;
	/* --theme-touch-color: #0296a9; */
}

body {
	font-size: 12px;
	font-family: Arial, 微软雅黑;
	color: #333;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

a:focus {
	text-decoration: none;
	outline: none;
}

a:hover {
    color: inherit;
}

img {
	border: none;
	max-width: 100%;
	max-height: 100%;
}




/* 内容浮动清除 */
/* .clearfix {*zoom: 1;}
.clearfix:before,.clearfix:after {content:'';display: block;height: 0;clear: both;visibility: hidden;} */




/* 图片盒子缩放居中 */
.img_box {
	font-size: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.img_box img {
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.img_box:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.img_box2 {
	font-size: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}




/* 图片盒子适应填充 */
.img-cover {
	font-size: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.img-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.img-cover:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.img-cover2 {
	font-size: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.img-cover2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.main,
.wrapper {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}




.wrapper {
	display: flex;
}




html,
body {
	min-width: 1300px;
}




.logo {
	width: 210px;
    height: 50px;
    background: url(../images/logo.png) no-repeat left center/contain;
}

.logo a {
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	display: inline-block;
}




.banner,
.inner-banner {
	font-size: 0;
}

.banner img,
.inner-banner img {
	width: 100%;
}




.swiper-pagination-bullet,
.swiper-button-prev,
.swiper-button-next {
	opacity: 1 !important;
	border: none;
	outline: none;
}

.swiper .swiper-pagination {
	font-size: 0;
	bottom: 0;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev::after,
.swiper-button-next::after {
	background-size: contain;
	background-repeat: no-repeat;
}

.swiper-button-prev {
	background-position: left center;
}

.swiper-button-next {
	background-position: right center;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	content: '';
	position: absolute;
	background-position: center;
}




.font-omit1,
.font-omit2,
.font-omit3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.font-omit1 {
	line-clamp: 1;
	-webkit-line-clamp: 1;
}

.font-omit2 {
	line-clamp: 2;
	-webkit-line-clamp: 2;
}

.font-omit3 {
	line-clamp: 3;
	-webkit-line-clamp: 3;
}




.navbar {
	padding: 35px 0;
	border-bottom: 1px solid #d2d2d2;
}

.navbar ul {
	display: flex;
}

.navbar li {
	color: #666;
	font-size: 16px;
	line-height: 30px;
}

.navbar li.active, .navbar li:hover {
	color: var(--theme-color);
	font-weight: bold;
}

.navbar li:not(:last-child) {
	margin-right: 50px;
}

.navbar ul li a {
	height: 100%;
	display: inline-block;
}




.listbox .list a {
	width: 100%;
	height: 100%;
	display: inline-block;
}




.page {
	text-align: center;
	padding: 40px 0;
}

.page .pagination {
	display: inline-block;
}

.page .pagination li {
	color: #666;
	font-size: 16px;
	line-height: 1;
	width: 30px;
	float: left;
	margin: 0 5px;
}

.page .pagination li span,
.page .pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 3px;
}

.page .pagination li.active,
.page .pagination li:hover {
	color: var(--theme-color);
	font-weight: bold;
}




.breadcrumbs ul {
	display: flex;
	align-items: center;
}

.breadcrumbs li {
	color: #666;
	font-size: 15px;
	line-height: 1;
	position: relative;
	transition: all .3s;
}

.breadcrumbs li:not(:first-child, :last-child) {
	margin-right: 20px;
}

.breadcrumbs li:not(:first-child, :last-child)::after {
	content: '>';
	width: 8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -14px;
}

.breadcrumbs li:hover a {
	color: var(--theme-color);
}




.grid-columns-two,
.grid-columns-three,
.grid-columns-four {
	display: grid;
}

.grid-columns-two {
	grid-template-columns: repeat(2, 1fr);
}

.grid-columns-three {
	grid-template-columns: repeat(3, 1fr);
}

.grid-columns-four {
	grid-template-columns: repeat(4, 1fr);
}




.flex,
.flex-center,
.flex-between {
	display: flex;
}

.flex-center {
	align-items: center;
	justify-content: center;
}

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




form {
	width: 100%;
	display: block;
}

input,
select,
textarea,
button {
	width: 100%;
	border: none;
	outline: none;
	display: block;
	border-radius: 0;
	background: transparent;
}

textarea {
	font-family: 'Arial';
	resize: none;
	overflow: hidden;
}

button {
	cursor: pointer;
}




.form .captcha {
	cursor: pointer;
}

.form .captcha img {
	width: 100%;
	height: 100%;
}




.around-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.around-btn .swiper-button-prev,
.around-btn .swiper-button-next,
.around-btn .swiper-pagination,
.around-btn .swiper-scrollbar {
	position: static;
}

/* .around-btn .carousel-arrow {
	width: 50px;
	height: 50px;
	margin-top: 0;
	position: relative;
	border-radius: 50%;
	box-shadow: 0px 0px 15px 2px #e3f1f3;
	background-color: #fff;
} */

.around-btn .swiper-button-prev {
	left: 0;
	margin-right: 18px;
}

.around-btn .swiper-button-next {
	right: 0;
}

.around-btn .swiper-button-prev::after,
.around-btn .swiper-button-next::after {
	content: '';
	width: 15px;
	height: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.around-btn .swiper-button-prev::after {
	background-image: url(../images/carousel-prev.png);
}

.around-btn .swiper-button-next::after {
	background-image: url(../images/carousel-next.png);
}

.around-btn .swiper-button-prev:hover::after {
	background-image: url(../images/carousel-touch-prev.png);
}

.around-btn .swiper-button-next:hover::after {
	background-image: url(../images/carousel-touch-next.png);
}

.srcollbar .carousel-arrow {
	width: 15px;
	height: 15px;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
}

.srcollbar .swiper-button-prev {
	margin-right: 0;
	background-image: url(../images/carousel-prev2.png);
}

.srcollbar .swiper-button-next {
	background-image: url(../images/carousel-next2.png);
}

.srcollbar .carousel-arrow::after {
	display: none;
}

.srcollbar .swiper-scrollbar {
	width: 250px;
	height: 2px;
	margin: 0 28px;
	background: rgba(255, 255, 255, .3);
}

.srcollbar .swiper-scrollbar-drag {
	background: #fff;
}




.swiper-dots .swiper-pagination-bullet {
	font-size: 0;
	width: 21px;
	height: 21px;
	position: relative;
	border-radius: 50%;
	border: 1px solid transparent;
	background: transparent;
}

.swiper-dots .swiper-pagination-bullet-active {
	border: 1px solid #fff;
}

.swiper-dots .swiper-pagination-bullet::after {
	content: '';
	width: 11px;
	height: 11px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgba(255, 255, 255, .5);
}

.swiper-dots .swiper-pagination-bullet-active::after {
	background: #fff;
}




.icon,
.bgCover {
	background-repeat: no-repeat;
	background-position: center;
}

.icon {
	display: block;
	background-size: contain;
}

.bgCover {
	background-size: cover;
}

.theme-bg-color {
	background: #f4f4f4;
}




/* Text Style Area */
@font-face {
	font-family: Medium;
	src: url(../fonts/SourceHanSansCN-Medium.otf);
}

.theme-about-title  {
	color: #222;
}

.theme-about-title p {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 7px;
}

.theme-about-title h2 {
	font-size: 30px;
	font-family: Medium;
}