/*$$
{"color":[{"val":"#000000","title":"PC端导航文字颜色"},
{"val":"#198028","title":"鼠标滑过导航文字颜色/WAP端二级导航文字颜色"},
{"val":"#333333","title":"PC端二级导航文字颜色/WAP端默认导航文字颜色"},
{"val":"#ffffff","title":"PC端二级导航鼠标滑过文字颜色"},
{"val":"#262626","title":"WAP端导航窗口关闭按钮文字颜色"}],
"background":[{"val":"#999999","title":"默认全屏滚动按钮背景颜色"},
{"val":"#198028","title":"全屏滚动选中按钮背景/bananer分页按钮选中颜色"},
{"val":"#ffffff","title":"全屏滚动按钮背景颜色/导航背景"},
{"val":"#198028","title":"二级导航鼠标滑过背景颜色"},
{"val":"#333333","title":"WAP端按钮背景颜色"},
{"val":"rgba(255, 255, 255, .96)","title":"WAP端窗口背景颜色"},
{"val":"rgba(255, 255, 255, .98)","title":"WAP端导航背景颜色"}],
"border":[{"val":"#198028","title":"全屏滚动选中按钮边框"},
{"val":"#ffffff","title":"全屏滚动按钮边框"},
{"val":"#203063","title":"PC端二级导航上边框"},
{"val":"#dfe0e1","title":"WAP端导航边框"}]}
$$*/
.indexSwiper {
	width:100%;
	height:100%;
	height:100vh;
	overflow:hidden;
	position:relative;
}
.indexSwiper .swiper-slide {
	width:100%;
	height:100%;
}
.home-page {
	position:absolute;
	left:140px;
	width:20px;
	top:50%;
	transform:translateY(-50%);
	z-index:999;
}
@media screen and (max-width:1600px) {
	.home-page {
		left:100px;
	}
}
.home-page .swiper-pagination-bullet {
	width:20px;
	height:20px;
	margin:5px;
	background:none;
	opacity:1;
	position:relative;
}
.home-page .swiper-pagination-bullet::after {
	width:10px;
	height:10px;
	background:#999999;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	content:'';
	position:absolute;
	border-radius:50%;
	z-index:10;
}
.home-page .swiper-pagination-bullet-active {
	border:#198028 solid 1px;

}
.home-page .swiper-pagination-bullet-active::after {
	background:#198028;
}
.home-page .swiper-pagination-bullet-active::before {
	width:10px;
	height:10px;
	background:#198028;
	left:50%;
	top:50%;
	content:'';
	position:absolute;
	transform:translate(-50%,-50%);
	animation:showpage 2.8s linear infinite;
	border-radius:50%;
	z-index:1;
}
.home-page .swiper-pagination-bullet-active::after {
	z-index:10;
}
.home-page.white .swiper-pagination-bullet-active::before,.home-page.white .swiper-pagination-bullet::after {
	background:#198028;
}
.home-page.white .swiper-pagination-bullet-active {
	border:#198028 solid 1px;
}
@keyframes showpage {
	0% {
		opacity:0.8;
	}
	80% {
		width:40px;
		height:40px;
		opacity:0;
	}
	100% {
		opacity:0;
	}
}
#bananer_xxx .banaIndex{
	width:100%;
	height:100%;
	position:relative;
}
#bananer_xxx .banaIndex img,
#bananer_xxx .banaWap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.9;
	transition: all 1s cubic-bezier(0.7, 0.18, 0.53, 0.75);
	transform: scale(1, 1)
}
#bananer_xxx .swiper-slide-active img{
	opacity: 1;
	transform: scale(1.02, 1.02);
}
#head_xxx{
	width: 100%;
	position: fixed;
	left: 0;
	top:40px;
	height:85px;
	z-index: 99;
	transition: all 0.5s;
}
#head_xxx::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #ffffff;
	left: 0;
	top:-200%;
	transition: all 1.2s;
}
#head_xxx.fixedHead{
	top:0;
	box-shadow: 0 0 10px rgba(0,0,0,.05);
}
#head_xxx.fixedHead::before{
	top:0;
}
#head_xxx .header{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
#head_xxx .header .logoC{
	position: absolute;
	left: 0;
	width: 200px;
	height: 100%;
	display: flex;
	align-items: center;
	top:-200%;
	transition: all .8s;
}
#head_xxx .header .logoC img{
	max-width: 80%;
	max-height: 80%;
}
#head_xxx.fixedHead .logoC{
	top:0;
}
#head_xxx .logo{
	width: 200px;
	height: 100%;
	display: flex;
	align-items: center;
	transition: all .8s;
}
#head_xxx .logo img{
	max-height: 80%;
	max-width: 80%;
}
#head_xxx.fixedHead .logo{
	display: none;
}
#head_xxx .navBox{
	width: calc(100% - 200px);
	background: #f9be12;
	border-radius: 10px;
	height: 100%;
	display: flex;
}
#head_xxx .navLi{
	flex: 1;
	text-align: center;
	position: relative;
}
#head_xxx .navLi::before{
	width: 0;
	height: 3px;
	background: #198028;
	top:82px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	transition: all 1.2s;
}
#head_xxx .navLi:hover::before{
	width: 90px;
}
#head_xxx .navLi .tit{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #000000;
	transition: all .8s;
	position: relative;
}
#head_xxx .navLi .tit::after{
	position: absolute;
	height: 16px;
	width: 1px;
	right: 0;
	content: '';
	top:50%;
	transform: translateY(-50%);
	background: #198028;
}
#head_xxx .navLi:last-child .tit::after{
	display: none;
}
.navLi i { color:#FFF; font-size:16px;}
#head_xxx .navLi:hover .tit{
	color: #198028;
}
#head_xxx .navLi .levelUl{
	position: absolute;
	top:85px;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition:all 1.5s;
	height: 0;
	overflow: hidden;
	background: #ffffff;
	border-radius: 5px;
	border-top: #203063 solid 1px;
}
#head_xxx .navLi:hover .levelUl{
	height: auto;
	opacity: 1;
}
#head_xxx .leveltit i{
	position: relative;
	z-index: 9;
	display: block;
	min-width: 120px;
	padding: 0 20px;
	white-space: nowrap;
	line-height: 45px;
	color:#333333;
}
#head_xxx .leveltit{
	width: auto;
	background:#ffffff;
	text-align: center;
	height: 45px;
	display: block;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	line-height: 45px;
}
#head_xxx .leveltit::after{
	background:#198028;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	transition: all .5s;
}
#head_xxx .leveltit:hover::after{
	width: 100%;
}
#head_xxx .leveltit:hover i{
	color:#ffffff;
}
#head_xxx .navBtn{
	display: none;
	width: 70px;
	height:60px;
	float: right;
	cursor: pointer;
	position: relative;
	margin-right:20px;
}
#head_xxx .navBtn .span_0{
    position: absolute;
    width: 30px;
	right: 0;
	background: #333333;
	height: 3px;
    top: 40%;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
#head_xxx .navBtn.cur .span_0{
    top: 46%;
}
#head_xxx .navBtn.cur .span_0.span_1{
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}
#head_xxx .navBtn.cur .span_0.span_2{
    opacity: 0;
}
#head_xxx .navBtn.cur .span_0.span_3{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#head_xxx .navBtn .span_0.span_1{
    top: 35%;
}
#head_xxx .navBtn .span_0.span_2{
    top: 50%;
    width:30px;
}
#head_xxx .navBtn .span_0.span_3{
    top: 65%;
}
/* 右侧菜单 */
#head_xxx #menuClosed{
    position: absolute;
    right:15px;
    top:15px;
    font-size:25px;
    color: #262626;
	font-weight: bold;
}
#head_xxx .menu{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background:rgba(255, 255, 255, .96);
    z-index: 999999999;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s ease .4s,opacity .4s ease;
    transition: visibility 0s ease .4s,opacity .4s ease;
}
#head_xxx .menu.cur{
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .05s;
            transition-delay: .05s;
}
#head_xxx .menu-cnt{
	width:100%;
	height: 100%;
    right:0;
    top: 0;
    padding:60px 30px 30px 30px;
}
#head_xxx .menu-cnt.cur{
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}
#head_xxx .menu-item{
    border-bottom:#dfe0e1 1px solid;
	padding:10px 20px;
	height: auto;
	display: block;
}
#head_xxx .menu-list li .dropdown_menu{
	display: none;
}
#head_xxx .menu-list li.active .dropdown_menu{
	display:block;
}
#head_xxx .menu-list li .dropdown_menu a{
	display:block;
	height:28px;
	color:#198028;
	line-height:28px;
	font-size:14px;
	padding-left: 20px;
	box-sizing:border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#head_xxx .menu-list li .dropdown_menu a:last-child{
	border:none;
}
#head_xxx .menu-title{
    position: relative;
    font-size:16px;
    font-weight: 500;  
	cursor: pointer;
	font-weight: bold;
	display: block;
	line-height:40px;
	color:#333333;
}
#head_xxx .menu-title a{
	color:#333333;
}
#head_xxx .menu-item.up .menu-title{
	background: url(../img/HD00016_06.png) no-repeat right center;
	background-size: auto 10px;
}
#head_xxx .menu-item.up.active .menu-title{
	background: url(../img/HD00016_05.png) no-repeat right center;
	background-size: auto 10px;
}
#head_xxx .menu-list{
    height: 75%;
	overflow: auto;
	width: 100%;
}
#head_xxx .menu-contact{
	position: absolute;
	bottom:30px;
	background: url(../img/HD00016_07.png) no-repeat;
	width: 170px;
	height: 26px;
	background-size: 100%;
	padding-left:40px;
	color:#333333;
	font-style:italic;
	display: block;
	line-height: 26px;
	font-weight: bold;
	font-size: 14px;
}
#bananer_xxx .banaWap{
	display: none;
}
#bananer_xxx .slider-btn-prev {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: -81px;
    width: 81px;
    height: 81px;
    margin-top: -20px;
    background: url(../img/HD00016_03.png) 50% 50% no-repeat;
    transition: all 0.5s linear;
    cursor: pointer;
}
#bananer_xxx .swiper-container:hover .slider-btn-prev {
    left: 10%;
}
#bananer_xxx .swiper-container .slider-btn-next {
    position: absolute;
    z-index: 30;
    top: 50%;
    right: -81px;
    width: 81px;
    height: 81px;
    margin-top: -20px;
    background: url(../img/HD00016_04.png) 50% 50% no-repeat;
    transition: all 0.5s linear;
    cursor: pointer;
}
#bananer_xxx .swiper-container:hover .slider-btn-next {
    right: 10%;
    cursor: pointer;
}
#bananer_xxx .pagination{
	width: 100%;
	position: absolute;
	z-index: 10;
	text-align: center;
	bottom: 35px;
}
#bananer_xxx .swiper-pagination-bullet{
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #ffffff;
	margin: 0 10px;
	opacity: 1;
}
#bananer_xxx .swiper-pagination-bullet-active{
	background: #198028;
}
@media screen and (max-width: 1200px){
	#head_xxx .header{
		width: 100%;
	}
}
@media screen and (max-width: 1024px){
	#head_xxx{
		top:0;
		height: 60px;
		background: rgba(255, 255, 255, .98);
		box-shadow: 0 0 10px rgba(0,0,0,.1);
	}
	.indexSwiper{
		height: auto;
	}
	.indexSwiper .swiper-wrapper{
		height: auto;
		display: block;
	}
	.indexSwiper .swiper-slide{
		height: auto;
	}
	#bananer_xxx .banaWap{
		display: block;
		margin-top: 60px;
	}
	#bananer_xxx .banaIndex{
		display: none;
	}
	#head_xxx .navBox{
		display: none;
	}
	#head_xxx .header .logoC{
		top:0;
		left: 20px;
	}
	#head_xxx .logo{
		display: none;
	}
	#head_xxx .navBtn{
		display: block;
	}
	#bananer_xxx #wapBana .swiper-wrapper{
		height: 100%;
		display: flex;
	}
	#bananer_xxx .banaWap{
		height: 500px !important;
	}
	#bananer_xxx .swiper-pagination-bullet{
		width: 16px;
		height: 16px;
	}
}
@media screen and (max-width: 768px){
	#bananer_xxx .banaWap{
		height: 300px !important;
	}
}