@charset "utf-8";
/* Hschubin */
*{margin: 0;padding: 0;box-sizing: border-box;}
html {font-family: Arial,"Microsoft YaHei";font-size:625%;color: #333;-webkit-text-size-adjust:none;}
body {max-width:640px;margin:auto;font-size:.18rem;background:#fff;}
p,input {font-size:inherit;}
a{color:inherit;text-decoration: none;outline-style: none; border:none;}
a:hover{color:inherit;}
ul,ol,li{list-style:none;}
em,i{font-style:normal;}
img{vertical-align:middle;border:none;display:inline-block;max-width:100%;max-height:100%;}
a,button,input,textarea{-webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0);outline: none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
input[type=button],
input[type=submit],
input[type=file],
button {cursor: pointer; -webkit-appearance: none;border:none;} 


.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{content:'';display:block;height:0;clear:both;visibility:hidden;}
.main{max-width:5.6rem;margin:0 auto;}
.img_box{display:table-cell;vertical-align:middle;text-align:center;}
.img_box{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_box2{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;}


.img-cover{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{width:100%;height:100%;overflow: hidden;}
.img-cover2 img{width:100%;height:100%;object-fit: cover;}




@font-face {
	font-family: bold;
	src: url(../fonts/PangMenZhengDaoBiaoTiTiMianFeiBan-2.ttf);
}




:root {
    --theme-color:#009afe;
	--theme-touch-color: #2ab5fd;
	/* --theme-help-color: #666; */
	--theme-size: .2rem;
}




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

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

.inc-banner {
	position: relative;
}




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

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

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

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




.font-omit1,
.font-omit2 
{
	text-overflow: ellipsis;
	overflow: hidden;
	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;
}




*::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}




.icon {
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}




.bgCover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}




input,
button,
select,
textarea
{
	border: none;
	outline: none;
	display: block;
	box-sizing: border-box;
}


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




.breadcrumbs {
	display: flex;
}

.breadcrumbs li {
	color: #888;
	font-size: .18rem;
	position: relative;
}

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

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

.breadcrumbs li:hover a {
	color: #f3a946;
}




.pageContent {
	color: #666;
	font-size: .18rem;
	text-align: center;
	padding: .9rem 0 .75rem 0;
}

.pageContent .sum,
.page .pagination li {
	line-height: .38rem;
	height: .38rem;
	border-radius: .06rem;
	background: #ededed;
}

.pageContent .sum {
	margin-right: 0.06rem;
}

.page .pagination li {
	float: left;
	width: .38rem;
	margin: 0 .08rem;
}

.pageContent .sum,
.page .pagination li.prev,
.page .pagination li.next {
	width: .82rem;
}

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

.page .pagination li.active,
.page .pagination li:hover {
	color: #fff;
	background-color: var(--theme-color);
}




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

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

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

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




.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 .swiper-button-prev,
.around-btn .swiper-button-next 
{
	width: .45rem;
	height: .45rem;
	opacity: 1!important;
	margin-top: 0;
	position: relative;
	border-radius: 50%;
	box-shadow: 0px 0px .1rem #eee;
	background: #fff;
}

.around-btn .swiper-button-prev {
	left: 0;
	margin-right: .4rem;
}

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

.around-btn .swiper-button-prev::after,
.around-btn .swiper-button-next::after
{
	content: '';
	width: .11rem;
	height: .17rem;
}

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

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

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

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




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

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

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




.home {
	padding: .25rem 0;
	box-shadow: 0px -0px .08rem .08rem #eee;
}

.home .item {
	max-width: 1400px;
	display: flex;
	margin: 0 auto;
}

.home ul li {
	color: #666;
	font-size: .22rem;
	line-height: .4rem;
	height: .4rem;
}

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

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

.home .breadcrumb {
	padding-left: .4rem;
	background: url(../images/home.png) no-repeat left center/21px 22px;
}

.home .breadcrumb li {
	position: relative;
	transition: all .3s;
}

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

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

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

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

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




.theme-title .line {
	width: .8rem;
	height: .02rem;
	margin-bottom: .22rem;
	background: var(--theme-color);
}

.theme-title i,
.theme-title h2 {
	font-size: .32rem;
}

.theme-title i {
	font-weight: bold;
	display: block;
	margin-bottom: .15rem;
}




.inner-title {
	color: #333;
	font-size: .3rem;
	font-weight: bold;
}




.p-line {
	position: relative;
    border-bottom: 1px solid #ccc;
}

.p-line::after {
    content: '';
    width: .62rem;
    height: .04rem;
    top: auto;
    left: 0;
    transform: translate(0);
    bottom: -.02rem;
    background: var(--theme-color);
}




.p-hd {
	gap: .25rem;
}

.p-hd li {
	font-size: .22rem;
	text-align: center;
	line-height: .5rem;
	height: .5rem;
	transition: all .3s;
	border-radius: .08rem;
	background: #f1f1f1;
}

.p-hd li.on {
	color: #fff;
	background: var(--theme-color);
}

.p-hd li a {
	width: 100%;
	height: 100%;
	display: inline-block;
}




.i-more {
	color: #fff;
	font-size: .18rem;
	line-height: .45rem;
	height: .45rem;
	display: inline-block;
	padding: 0 .32rem 0 .25rem;
	transition: all .3s;
	background: var(--theme-color);
}

.i-more:hover {
	color: #fff;
	background: var(--theme-touch-color);
}