@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:hover {
	color: inherit;
}

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


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:1400px; margin: 0 auto;}
@media (max-width:1400px){
	.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;
	}
}




@font-face {
	font-family: pp-rg;
	src: url(../fonts/Poppins-Regular.otf);
}




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




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

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

.page .pagination li {
	color: #333;
	font-size: 16px;
	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);
}




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

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




.home {
	border-bottom: 1px solid #dcdcdc;
}

.home ul li {
	font-size: 18px;
	line-height: 85px;
	height: 85px;
	position: relative;
}

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

.home .breadcrumb,
.home .agrop {
	display: flex;
	align-items: center;
}

.home .breadcrumb li {
	color: #666;
	transition: all .3s;
}

.home .breadcrumb li:not(:last-child) {
	margin-right: 23px;
}

.home .breadcrumb li:not(:last-child)::after {
	content: '>';
	width: 9px;
	position: absolute;
	top: 50%;
	left: auto;
	transform: translate(0 , -50%);
	right: -16px;
}

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

.home .agrop {
	margin-left: auto;
}

.home .agrop li {
	color: #333;
}

.home .agrop li:not(:last-child) {
	margin-right: 59px;
}

.home .agrop li::after {
	content: '';
	width: 0;
	height: 4px;	
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: all .3s;
	background: var(--theme-color);
}

.home .agrop li.active::after,
.home .agrop li:hover::after {
	width: 100%;
}




@media(max-width:1300px) {
	.home ul li {
		font-size: 15px;
		line-height: 60px;
		height: 60px;
	}

	.home .breadcrumb li:not(:first-child, :last-child) {
		margin-right: 21px;
	}

	.home .breadcrumb li:not(:first-child, :last-child)::after {
		right: -15px;
	}

	.home .agrop li:not(:last-child) {
		margin-right: 25px;
	} 

	.home .agrop li::after {
		height: 3px;
	}
}

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

	.home .breadcrumb, .home .agrop {
		flex-wrap: wrap;
		margin: 0;
	}
}

@media(max-width:430px) {
	.home ul li {
		font-size: 14px;
		line-height: 55px;
		height: 55px;
	}

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

	.home .agrop li::after {
		height: 2px;
	}
}




/* .breadcrumbs {
	padding: 30px 0;
	background: #f4f4f4;
}

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

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

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

.breadcrumbs li:not(
	:first-child,
	:last-child)::after 
{
	content: '/';
	width: 4px;
	position: absolute;
	top: 50%;
	transform: translate(0 , -50%);
	left: auto;
	right: -10px;
}

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

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




@media(max-width:1200px) {
	.breadcrumbs {
		padding: 20px 0;
	}
	
	.breadcrumbs li {
		font-size: 14px;
		line-height: 28px;
		height: 28px;
	}
	
	.breadcrumbs li:not(
		:first-child,
		:last-child) 
	{
		margin-right: 14px;
	}
	
	.breadcrumbs li:not(
		:first-child,
		:last-child)::after 
	{
		right: -9px;
	}
}

@media(max-width:1200px) {
	.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 {
	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;
	padding-bottom: 5px;
}

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

.around-btn .swiper-button-prev,
.around-btn .swiper-button-next 
{
	width: 50px;
	height: 50px;
	margin-top: 0;
	position: relative;
	border-radius: 50%;
	box-shadow: 0px 0px 5px 1px #eee;
}

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

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

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

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

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

.around-btn .swiper-button-prev {
	margin-right: 25px;
}




@media(max-width:1300px) {
	.around-btn .swiper-button-prev,
	.around-btn .swiper-button-next 
	{
		width: 48px;
		height: 48px;
	}

	.around-btn .swiper-button-prev::after,
	.around-btn .swiper-button-next::after {
		width: 10px;
		height: 15px;
	}
}

@media(max-width:991px) {
	.around-btn .swiper-button-prev,
	.around-btn .swiper-button-next 
	{
		width: 45px;
		height: 45px;
	}
}

@media(max-width:768px) {
	.around-btn .swiper-button-prev,
	.around-btn .swiper-button-next 
	{
		width: 40px;
		height: 40px;
	}

	.around-btn .swiper-button-prev {
		margin-right: 15px;
	}	
	
	.around-btn .swiper-button-prev::after,
	.around-btn .swiper-button-next::after {
		height: 14px;
	}
}




/* .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:1400px) {
	.around-btn .swiper-button-prev,
	.around-btn .swiper-button-next 
	{
		width: 60px;
		height: 60px;
	}

	.around-btn .swiper-pagination {
		margin: 0 40px;
	}

	.around-btn .swiper-pagination-bullet {
		width: 18px;
		height: 18px;
	}
}

@media(max-width:1200px) {
	.around-btn .swiper-button-prev,
	.around-btn .swiper-button-next 
	{
		width: 50px;
		height: 50px;
	}

	.around-btn .swiper-pagination {
		margin: 0 35px;
	}

	.around-btn .swiper-pagination-bullet {
		width: 15px;
		height: 15px;
	}
}

@media(max-width:768px) {
	.around-btn .swiper-button-prev,
	.around-btn .swiper-button-next 
	{
		width: 40px;
		height: 40px;
	}

	.around-btn .swiper-pagination {
		margin: 0 25px;
	}

	.around-btn .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}
}

@media(max-width:430px) {
	.around-btn .swiper-button-prev,
	.around-btn .swiper-button-next 
	{
		width: 32px;
		height: 32px;
	}

	.around-btn .swiper-pagination {
		margin: 0 20px;
	}

	.around-btn .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 4px!important;
	}
} */




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




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




@media(max-width:1300px) {
	.theme-article-content {
		font-size: 15px;
		line-height: 32px;
	}
}

@media(max-width:1200px) {
	.theme-article-content {
		font-size: 14px;
		line-height: 30px;
	}
}

@media(max-width:430px) {
	.theme-article-content {
		font-size: 13px;
		line-height: 26px;
	}
}




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




.img {
	font-size: 0;
}




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




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




.theme-inner-title h2 {
	color: #333;
	font-size: 34px;
	font-weight: bold;
}

.theme-inner-title p {
	color: var(--theme-color);
	font-size: 30px;
	font-weight: bold;
	margin-top: 12px;
}

.theme-inner-title .long-line {
	width: 400px;
	height: 3px;
	margin-top: 33px;
	background: #acdfff;
}




@media (max-width:1300px) {
    .theme-inner-title h2 {
		font-size: 22px;
	}
	
	.theme-inner-title p {
		font-size: 18px;
		margin-top: 6px;
	}
	
	.theme-inner-title .long-line {
		width: 300px;
		margin-top: 15px;
	}
}

@media (max-width:768px) {
    .theme-inner-title h2 {
		font-size: 20px;
	}
	
	.theme-inner-title p {
		font-size: 16px;
	}
	
	.theme-inner-title .long-line {
		width: 265px;
	}
}

@media (max-width:430px) {
    .theme-inner-title h2 {
		font-size: 18px;
	}
	
	.theme-inner-title p {
		font-size: 13px;
	}
	
	.theme-inner-title .long-line {
		width: 70px;
		height: 2px;	
		margin-top: 10px;
		/*margin-top: 15px;*/
	}
}




.learn-more {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	height: 50px;
	display: inline-block;
	padding: 0 46px;
	transition: all ease-in-out .3s;
	background: var(--theme-color);
}

.learn-more:hover {
	color: #fff;
}

.learn-more:hover {
	background: var(--theme-touch-color);
}




@media (max-width:1300px) {
	.learn-more {
		font-size: 14px;
		line-height: 45px;
		height: 45px;
		padding: 0 40px;
	}
}

@media (max-width:768px) {
	.learn-more {
		font-size: 13px;
		line-height: 40px;
		height: 40px;
		padding: 0 35px;
	}
}

@media (max-width:430px) {
	.learn-more {
		line-height: 35px;
		height: 35px;
	}
}