@charset "utf-8";
/* reset */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

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{max-width:1820px; margin: 0 auto;}
@media (max-width:1820px){
	.main{padding-left:15px;padding-right:15px;box-sizing: border-box;}
}




/**
 * 响应式样式
 * 只保留隐藏样式
 */
/*当页面大于1200px时，大屏幕主要是PC端*/
@media (min-width:1200px){
	.hidden-lg{
		display: none!important;
	}
}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (min-width:992px) and (max-width:1199px){
	.hidden-md{
		display: none!important;
	}
}

/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (min-width:768px) and (max-width:991px){
	.hidden-sm{
		display: none!important;
	}
}

/*在小于767像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width: 767px){
	.hidden-xs{
		display: none!important;
	}
}




.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,
.swiper-button-next
{
	margin-top: 0;
}

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

.swiper-button-next {
	left: auto;
	right: 0;
	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;
}




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




@media(max-width:1300px) {
	.page .pagination li {
		font-size: 15px;
		width: 25px;
		margin: 0 3px;
	}
}

@media(max-width:430px) {
	.page .pagination li {
		font-size: 14px;
		width: 20px;
	}
}




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

.breadcrumbs li {
	color: #222;
	font-size: 15px;
	font-family: Exlight;
	text-transform: uppercase;
	position: relative;
}

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

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

.breadcrumbs li a:hover {
	text-decoration: underline;
}




@media(max-width:1600px) {
	.breadcrumbs li {
		font-size: 13px;
	}
	
	.breadcrumbs li:not(:last-child) {
		margin-right: 10px;
	}

	.breadcrumbs li:not(:last-child)::after {
		right: -7px;
	}
}

@media(max-width:991px) {
	.breadcrumbs {
		display: none;
	}
}




.grid2,
.grid3,
.grid4 {
	display: grid;
}

.grid2 {
	grid-template-columns: 1fr;
}

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

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




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

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

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




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




.captcha {
	cursor: pointer;
}

.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 
{
	position: static;
}

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

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

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

.around-btn p {
	color: #000;
	font-size: 16px;
	font-family: Exlight;
	margin: 0 20px;
}

.around-btn .swiper-pagination {
	font-size: 0;
	width: auto;
	margin: 0 80px;
}

.around-btn .swiper-pagination-bullet {
	width: 22px;
	height: 22px;
	margin: 0 5px !important;
	background: rgba(255, 255, 255, .5);
}

.around-btn .swiper-pagination-bullet-active {
	background: #fff;
}




@media(max-width:1600px) {
	.around-btn p {
		font-size: 15px;
		margin: 0 15px;
	}
}

@media(max-width:430px) {
	/* .around-btn .carousel-arrow {
		width: 15px;
		height: 12px;
	} */

	.around-btn p {
		font-size: 14px;
		margin: 0 10px;
	}
}




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

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

.bgCover {
	background-size: cover;
}




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




:root {
    --theme-color:#009bfe;
	--theme-touch-color:#2daafa;
}




.img {
	font-size: 0;
}




.wrapper {
	display: flex;
	flex-wrap: wrap;
	max-width: 1820px;
	margin: 0 auto;
}




@media(max-width:1820px) {
	.wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}	
}




.engine {
    color: #000;
    padding-top: 25px;
}

.engine .breadcrumbs {
	margin-bottom: 18px;
}

.engine .theme-title {
    margin-bottom: 30px;
}

.engine .form {
    margin-bottom: 18px;
    position: relative;
}

.engine .form span,
.engine .form input,
.engine .form button {
    font-size: 18px;
    font-family: Exlight;
    line-height: 50px;
    height: 50px;
}

.engine .form span,
.engine .form button {
    color: #000;
    position: absolute;
    top: 0;
}

.engine .form input {
    color: #888;
    padding: 0 85px;
    border-bottom: 1px solid #535353;
}

.engine .form button {
    width: auto;
    padding-left: 30px;
    right: 0;
}

.engine .form button::after {
    content: '';
    width: 15px;
    height: 15px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(../images/search-active.png);
}

.engine .navbar {
    display: flex;
    flex-wrap: wrap;
} 

.engine .navbar li {
    font-size: 15px;
    line-height: 32px;
    margin: 0 13px 23px 0;
    border-radius: 50px;
    border: 1px solid #222;
	font-family: light;
}

.engine .navbar li.active,
.engine .navbar li:hover {
    color: #fff;
    background: #222;
}

.engine .navbar li a {
    height: 100%;
    padding: 0 28px;
    display: inline-block;
	
}




@media(max-width:1600px) {
	.engine .breadcrumbs {
		margin-bottom: 15px;
	}

	.engine .theme-title {
		margin-bottom: 25px;
	}

	.engine .form span,
	.engine .form input,
	.engine .form button {
		font-size: 15px;
		line-height: 45px;
		height: 45px;
	}

	.engine .form input {
		padding: 0 65px;
	}

	.engine .form button {
		padding-left: 20px;
	}

	.engine .navbar li {
		font-size: 14px;
		line-height: 30px;
		margin: 0 10px 10px 0;
	}

	.engine .navbar li a {
		padding: 0 23px;
	}
}

@media(max-width:1300px) {
	.engine .form span,
	.engine .form input,
	.engine .form button {
		font-size: 14px;
		line-height: 42px;
		height: 42px;
	}

	.engine .form input {
		padding: 0 60px;
	}

	.engine .navbar li {
		font-size: 13px;
	}

	.engine .navbar li a {
		padding: 0 20px;
	}
}

@media(max-width:991px) {
	.engine .navbar li {
		font-size: 12px;
		line-height: 26px;
        margin: 0 6px 6px 0;
	}
}

@media(max-width:430px) {
	.engine .form span,
	.engine .form input,
	.engine .form button {
		font-size: 13px;
		line-height: 35px;
		height: 35px;
	}

	.engine .form input {
		padding: 0 55px;
	}
	
	.engine .form button {
		padding-left: 15px;
	}

	.engine .form button::after {
		width: 13px;
		height: 13px;
	}

	.engine .navbar {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 8px;
	}

	.engine .navbar li {
		font-size: 12px;
		text-align: center;
		margin: 0;
	}

	.engine .navbar li a {
		width: 100%;
		padding: 0;
	}
}




/* Text area style */
@font-face {
	font-family: Exlight;
	src: url(../fonts/SourceHanSansCN-ExtraLight.otf);
}

@font-face {
	font-family: light;
	src: url(../fonts/SourceHanSansCN-Light.otf);
}

.theme-title {
	color: #000;
}

.theme-title h2 {
    font-size: 46px;
    font-family: Exlight;
    font-weight: lighter;
	text-transform: uppercase;
}

.theme-title p {
    font-size: 18px;
    font-family: Exlight;
	line-height: 30px;
	margin-top: 6px;
}




@media(max-width:1600px) {
	.theme-title h2 {
		font-size: 30px;
	}

	.theme-title p {
		font-size: 15px;
		line-height: 26px;
		margin-top: 5px;
	}
}

@media(max-width:1300px) {
	.theme-title h2 {
		font-size: 28px;
	}

	.theme-title p {
		font-size: 14px;
		line-height: 24px;
	}
}

@media(max-width:991px) {
	.theme-title h2 {
		font-size: 24px;
		
	}
}

@media(max-width:430px) {
	.theme-title h2 {
		font-size: 28px;
	}

	.theme-title p {
		font-size: 13px;
	}
}