@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);outline: none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
input[type=button],
input[type=submit],
input[type=file],
button {cursor: pointer; appearance: none; -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.9rem;margin:0 auto;}
.wrapper{max-width:5.9rem;margin:0 auto;display: flex;}
.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;}




/* 展开导行 */
.sidebar-wrapper {position:relative;height:100%;overflow:auto;display:none;}
#dowebok {background-color:rgba(0,0,0,.6);}
#dowebok .nav {margin-top:.8rem;list-style-type:none;color:#fff;}
#dowebok .nav li {display:block;line-height:.8rem;font-size:.22rem;position:relative;}
#dowebok .nav li a {display:block;padding:0 .2rem;height:100%;border-bottom:1px solid #666;}
#dowebok .nav a:hover {background-color:#000;}
#dowebok .nav li .n2btn {width:.4rem;height:.55rem;display:inline-block;position:absolute;right:.1rem;top:.1rem;color:#fff;background:url(../images/more.svg) no-repeat left center;background-size:auto 25px;z-index:10;}
#dowebok .nav li .nav2 {display:none;}
#dowebok .nav li .nav2 li {font-size:.2rem;}
#dowebok .nav li .nav2 li a {padding-left:.5rem;}
[data-simplersidebar='active'] {box-shadow:3px 0px 3px 0px rgba(0,0,0,0.5);}




:root {
    --theme-color: #222;
	/* --theme-touch-color: ##0296a9;
	--theme-background-color: #edf7f8; */
}




.banner,
.inner-banner {
	font-size: 0;
}

.banner img,
.inner-banner img {
	width: 100%;
}

.inner-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;
}

.swiper-custom-dots .swiper-pagination-bullet {
	width: .12rem;
	height: .12rem;
	margin: 0 .07rem!important;
	background: #e6e4df;
}

.swiper-custom-dots .swiper-pagination-bullet-active {
	background: var(--theme-color);
}




.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;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left 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;
}

.theme-bg-color {
	background: #eee;
}




input, button, select, textarea {
	width: 100%;
	border: none;
	outline: none;
	display: block;
	border-radius: 0;
	background: transparent;
}

textarea {
	font-family: Arial;
	overflow: hidden;
	resize: none;
}

button, .form .captcha {
	cursor: pointer;
}

.form .captcha img {
	width: 100%;
	height: 100%;
}




.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;
}




.navbar {
	display: flex;
	flex-wrap: wrap;
}

.navbar li {
	color: #666;
	font-size: .22rem;
	line-height: .35rem;
	width: 25%;
	margin-bottom: .17rem;
}

.navbar li.active {
	color: #222;
	font-weight: bold;
}

.navbar li a {
	height: 100%;
	display: inline-block;
	border-bottom: .02rem solid transparent;
}

.navbar li.active a {
	border-bottom: .02rem solid #222;
}




.load-more {
	color: #666;
	font-size: .2rem;
	text-align: center;
}




.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,
.around-btn .swiper-scrollbar {
	position: static;
}

/* .around-btn .carousel-arrow {
	opacity: 1;
	width: .55rem;
	height: .55rem;
	margin-top: 0;
	position: relative;
	border-radius: 50%;
	box-shadow: 0px 0px .15rem .02rem #e3f1f3;
	background-color: #fff;
} */

.around-btn .swiper-button-prev {
	left: 0;
	margin-right: .18rem;
}

.around-btn .swiper-button-next {
	right: 0;
}

.around-btn .swiper-button-prev::after,
.around-btn .swiper-button-next::after {
	content: '';
	width: .15rem;
	height: .2rem;
	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: .15rem;
	height: .15rem;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
}

.srcollbar .swiper-button-prev {
	margin-right: 0;
	background-image: url(../images/carousel-touch-prev.png);
}

.srcollbar .swiper-button-next {
	background-image: url(../images/carousel-touch-next.png);
}

.srcollbar .carousel-arrow::after {
	display: none;
}

.srcollbar .swiper-scrollbar {
	width: 2.5rem;
	height: .03rem;
	margin: 0 .3rem;
	background: #cbe4e8;
}

.srcollbar .swiper-scrollbar-drag {
	background: var(--theme-color);
}




.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: .18rem;
	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;
}




/* Text style area */
@font-face {
	font-family: Medium;
	src: url(../fonts/SourceHanSansCN-Medium.otf);
}




/* layout style area */
.flex-layout {
	display: flex;
}

.flex-layout-justified {
	display: flex;
	justify-content: space-between;
}

.flex-layout-center {
	display: flex;
	align-items: center;
}