@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:#007c8c;
	--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 {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	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;
}




.pb-menu {
	border-bottom: 1px solid #dcdcdc;
	background-color: #fff;
}

.pb-menu li {
	color: #333;
	font-size: 18px;
	line-height: 80px;
	height: 80px;
	float: left;
	position: relative;
}

.pb-menu li:not(:last-child) {
	margin-right: 20px;
}

.pb-menu li::after {
	content: '';
	width: 0;
	height: 4px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	transition: all ease-in-out .6s;
	background-color: #291770;
}

.pb-menu li.on::after,
.pb-menu li:hover::after {
	width: 100%;
}

.pb-menu li a {
	width: 100%;
	height: 100%;
	padding: 0 25px;
	display: inline-block;
}




.navbar ul {
	display: flex;
	padding-top: 10px;
	border-bottom: 3px solid #e6e4df;
}

.navbar li {
	color: #666;
	font-size: 18px;
	line-height: 100px;
	position: relative;
}

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

.navbar ul li::after {
	content: '';
	width: 0;
	height: 3px;
	left: 50%;
	bottom: -3px;
	transform: translateX(-50%);
	transition: all ease-in-out .3s;
	background: var(--theme-color);
}

.navbar ul li.active::after,
.navbar ul li:hover::after {
	width: 100%;
}

.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 {
	text-align: right;
	
}

.breadcrumbs ul {
	display: inline-flex;
	align-items: center;
	padding-left: 28px;
	position: relative;
}

.breadcrumbs ul::after {
	content: '';
	width: 22px;
	height: 22px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(../images/prov-home.png) no-repeat left center/contain;
}

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

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

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

.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 {
	border: none;
	outline: none;
	display: block;
	border-radius: 0;
}

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: #edf7f8;
}




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

.theme-inner-title {
	color: #222;
	font-size: 40px;
	font-weight: bold;
}

.theme-article-content {
	color: #333;
	font-size: 16px;
	line-height: 32px;
}

.theme-article-content2 {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}

.theme-index-article {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	max-width: 745px;
	margin: 0 auto;
}