@import '../iconfont/iconfont.css';

.wrap {
	width: 88%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.ver>* {
	display: inline-block;
	vertical-align: middle;
}

.hv-scale {
	overflow: hidden;
}

.hv-scale img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.hv-scale:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.tran3 {
	transition: 0.3s;
}

.table-cell {
	display: table;
	width: 100%;
}

.table-cell>* {
	display: table-cell;
	vertical-align: middle;
}

.row-pv0 {
	margin-left: 0;
	margin-right: 0;
}

.row-pv0>* {
	padding-left: 0;
	padding-right: 0;
}

.mv0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.pv0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.pt0 {
	padding-top: 0px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mt0 {
	margin-top: 0 !important;
}

.bg-gray {
	background: #f5f5f5;
}

.c-base {
	color: #01b0ff;
}

.bg-base {
	background: #01b0ff;
}

.hv:hover {
	color: #01b0ff;
}

.hv-f:hover {
	color: #fff;
}

* {
	touch-action: none;
	touch-action: pan-y;
}

.w1400 {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
}

.panels {
	overflow: hidden;
}

/* .panels .hd {
	height: 15vh;
}

.panels .bd {
	position: relative;
}

@media (min-width: 769px) {
	.panels .bd {
		height: 85vh;
	}
} */

.panel {
	margin-bottom: 0;
	border: 0;
	box-shadow: none;
	border-radius: 0;
}

.paginations {
	position: fixed;
	right: 0.4rem;
	bottom: 0.5rem;
	z-index: 100;
}

@media (max-width: 768px) {
	.paginations {
		left: auto;
		right: 0.2rem;
		top: auto;
		bottom: auto;
		bottom: 10%;
	}
}

.paginations li {
	padding: 0.11rem;
}

.paginations a {
	display: block;
	width: 6px;
	height: 6px;
	background: #0071bc;
	border-radius: 50%;
	position: relative;
}

.paginations a::after {
	content: '';
	transition: 0.3s;
	width: 0rem;
	height: 0rem;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	border: 1px solid #0071bc;
}

.paginations a.active::after {
	width: 0.22rem;
	height: 0.22rem;
}

.index-banner {
	width: 88%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	height: 100vh;
	width: 100vw;
	position: relative;
	max-width: none;
}

.index-banner .swiper-pagination-bullet {
	background: none;
	opacity: 1;
	border: 1px solid #0071bc;
	transition: 0.3s;
	width: 10px;
	height: 10px;
}

.index-banner .swiper-pagination-bullet-active {
	background: #0071bc;
}

.index-banner .swiper-button-prev {
	left: 5%;
}

.index-banner .swiper-button-next {
	right: 5%;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
	border: 1px dashed #fff;
	color: #fff;
	transition: 0.3s;
	border-radius: 50%;
	width: 0.8rem;
	height: 0.8rem;
}

.index-banner .swiper-button-next::after,
.index-banner .swiper-button-prev::after {
	font-size: 0.3rem;
	font-weight: bold;
}

.index-banner .swiper-button-next:hover,
.index-banner .swiper-button-prev:hover {
	background-color: #ffffff;
	color: #333;
}

.index-banner .bg {
	display: block;
	height: 100%;
	transition: all 5.6s cubic-bezier(.04, .79, 1, 1) !important;
	transform: scale(1.3);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

/* .index-banner .swiper-slide img {
  visibility: hidden;
} */
.index-banner .swiper-slide-active .bg {
	transform: scale(1)
}

.index-banner .content {
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translateX(-50%);
	bottom: 0;
	width: 80%;
	max-width: 1200px;
}

@media (max-width: 768px) {
	.index-banner .swiper-pagination {
		bottom: 0.1rem;
	}
}

@media (max-width: 640px) {
	.index-banner .content {
		top: 50%;
		text-align: center;
	}

	.index-banner .swiper-slide {
		overflow: hidden;
	}
}

.mouse {
	position: fixed;
	left: 50%;
	margin-left: -17px;
	bottom: 0.4rem;
	z-index: 99;
}

.mouse .ic {
	width: 0.34rem;
	height: 0.63rem;
	background-image: url('../images/ic_mouse.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	display: block;
}


.panels2 {
	overflow: hidden;
	background: #f9f9f9;
	padding-top: 1rem;
}

.product_main_box {
	padding: .6rem 0 0;
}

.product_list {
	margin-left: -0.17rem !important;
	margin-right: -0.17rem !important;
	padding-bottom: .5rem
}

.product_list>* {
	padding-left: .17rem !important;
	padding-right: .17rem !important;
	/* margin-bottom: .34rem */
}

@media (max-width: 600px) {
	.product_list li {
		width: 100%
	}
}

.product_list .inner {
	background: #fff
}

.product_list .info {
	text-align: center;
	padding: .36rem 7%;
	position: relative;
	display: block
}

@media (max-width: 1440px) {
	.panels2 {
		padding-top: 80px;
	}

	.product_main_box {
		padding: .3rem 0 0;
	}

	.product_list .info {
		padding: .3rem 7%;
	}
}

@media (max-width: 768px) {
	.panels2 {
		padding-top: 60px;
	}

	.product_list>* {
		margin-bottom: .34rem
	}

	.product_main_box {
		padding: .8rem 0 0;
	}
}

@media (max-width: 480px) {
	.panels2 {
		padding-top: .6rem;
	}

	.product_main_box {
		padding: .6rem 0;
	}

	.product_list {
		padding-bottom: 0;
	}

	.product_list .info {
		padding: 24px 7%
	}
}

.product_list .info .tit {
	font-size: .24rem
}

@media (max-width: 992px) {
	.product_list .info .tit {
		font-size: 20px
	}
}

@media (max-width: 640px) {
	.product_list .info .tit {
		font-size: 19px
	}
}

.product_list .info .desc {
	font-size: 16px;
	color: #666;
	margin-top: 6px;
	overflow: hidden;
	/* white-space: nowrap; */
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.product_list .info .arr {
	width: .62rem;
	height: .62rem;
	line-height: .62rem;
	text-align: center;
	font-weight: bold;
	color: #fff;
	position: absolute;
	right: 7%;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0
}

.product_list .inner:hover .info {
	background-image: -webkit-linear-gradient(right, #146ab3, #0959B5);
	color: #fff;
	text-align: left;
}

.product_list .inner:hover .info .desc {
	color: #fff;
	margin-right: .7rem
}

.product_list .inner:hover .arr {
	opacity: 1
}

.product_arc_box {
	background: #fff;
	padding: .9rem 8%
}

@media (max-width: 480px) {
	.product_arc_box {
		width: 100vw;
		padding-left: 4vw;
		padding-right: 4vw
	}
}

.product_arc_box .arc {
	text-align: center;
	max-width: 900px;
	margin: 0 auto .6rem
}

.product_arc_box .arc h2 {
	font-size: .36rem;
	padding-bottom: .3rem;
	border-bottom: 1px solid #ececec;
	margin-bottom: .5rem
}

@media (max-width: 768px) {
	.product_arc_box .arc h2 {
		font-size: 24px
	}
}

@media (max-width: 640px) {
	.product_arc_box .arc h2 {
		font-size: 22px
	}
}

@media (max-width: 768px) {
	.product_arc_box .arc h2 {
		font-size: 26px
	}
}

.product_arc_box .arc .bd {
	font-size: 17px;
	line-height: 2
}

@media (max-width: 640px) {
	.product_arc_box .arc .bd {
		font-size: 16px;
		text-align: left
	}
}

.panels3 {
	padding: .9rem 0 0;
	background: url('../images/p3_bg.jpg') no-repeat center center;
	background-size: cover;
	text-align: center;
	position: relative;
}

.panels3 .w1400 {
	margin-top: .3rem;
	height: 100%;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.panels3 .w1400::after {
	content: '';
	display: block;
	position: absolute;
	background: linear-gradient(to bottom, rgba(49, 121, 189, .8), rgba(92, 194, 220, .8));
	width: 100%;
	left: 25%;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.panels3 .leftbox {
	width: 35%;
	position: absolute;
	top: 2.6rem;
	left: 0;
	z-index: 9;
}

.panels3 .leftbox .ab_tit {
	margin-left: .6rem;
	margin-top: -.8rem;
	margin-bottom: .6rem;
}


.panels3 .w1400 .rightbox {
	padding: .6rem 0;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin-left: 35%;
	z-index: 9;
}

.panels3 .w1400 .rightbox .item {
	display: flex;
	align-items: flex-start;
	margin-bottom: .4rem;
}

.panels3 .w1400 .rightbox .item img {
	width: .8rem;
	height: .8rem;
	margin-right: .55rem;
}

.panels3 .w1400 .rightbox .item p {
	font-size: 18px;
	color: #fff;
	line-height: 42px;
	text-align: left;
}

@media (max-width: 1440px) {
	.panels3 {
		padding: 80px 0 0;
	}

	.panels3 .w1400 .rightbox {
		padding: .8rem 0;
		margin-left: 38%;
	}

	.panels3 .w1400 .rightbox .item img {
		width: .6rem;
		height: .6rem;
		margin-right: .4rem;
	}

	.panels3 .w1400 .rightbox .item p {
		font-size: 18px;
		line-height: 32px;
	}
}

@media (max-width: 768px) {
	.panels3 {
		padding: 60px 0 0;
	}
}

@media (max-width: 480px) {
	.panels3 {
		padding: .6rem 0 0;
	}

	.panels3 .leftbox {
		display: none;
	}

	.panels3 .w1400 .rightbox {
		padding: .3rem 0;
		margin-left: 0;
	}

	.panels3 .w1400 .rightbox .item p {
		font-size: 16px;
		line-height: 32px;
	}
}

.panels4 {
	padding-top: 1rem;
	background: #fff;
	color: #fff;
}

.index_news {
	padding: .6rem 0
}

.index_news .row {
	padding-bottom: .5rem;
	margin-left: -0.17rem !important;
	margin-right: -0.17rem !important
}

.index_news .row>* {
	padding-left: .17rem !important;
	padding-right: .17rem !important
}

@media (max-width: 1440px) {
	.panels4 {
		padding-top: 80px;
	}

	.index_news {
		padding: .3rem 0
	}
}

@media (max-width: 768px) {
	.panels4 {
		padding-top: 60px;
	}

	.index_news {
		padding: .6rem 0
	}

	.index_news .row>* {
		margin-bottom: .34rem
	}
}

@media (max-width: 480px) {
	.panels4 {
		padding-top: .6rem;
	}

	.index_news .row {
		padding-bottom: .3rem;
	}

	.index_news_list li {
		width: 100%;
	}
}

.news_item {
	border-radius: .16rem;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.news_item .coverbox {
	border-radius: .12rem .12rem 0 0;
}

.news_item .info {
	background-color: #f5f9f7;
	border-radius: 0 0 .12rem .12rem;
	font-size: 16px;
	padding: .28rem .2rem .5rem
}

@media (max-width: 1440px) {
	.news_item .info {
		padding: .28rem .2rem .3rem
	}
}

@media (max-width: 480px) {
	.news_item .info {
		padding: 20px 4% 26px
	}
}

.news_item .info .tit {
	display: block;
	height: .6rem;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	font-size: .2rem;
	color: #444;
	font-weight: bold;
	margin-bottom: .18rem
}

.news_item .info .time {
	color: #999
}

@media (max-width: 768px) {
	.news_item .info .tit {
		height: .8rem;
		font-size: 17px
	}

	.news_item .info .time {
		font-size: 14px
	}
}

.news_item:hover .tit {
	color: #0062ac
}

.panels5 {
	background: url('../images/foot_indexbg.jpg') no-repeat center center;
	background-size: cover;
	height: 100vh;
	position: relative;
}

.panels5 .w1400 {
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
}

.panels5 .icon {
	background-image: url('../images/p5_txt.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 3.98rem;
	height: 0.96rem;
	display: block;
	margin-bottom: 0.3rem;
}

.panels5 h3 {
	font-size: 0.44rem;
	font-weight: bold;
	letter-spacing: 1px;
}

.panels5 .map {    
	width: 80%;
    margin-top: .2rem;
}

.panels5 .contact {
	margin-top: 0.3rem;
	color: #fff;
}

.panels5 .contact h2 {
	font-size: .18rem;
	font-weight: bold;
	padding-bottom: .16rem;
}

.panels5 .contact p {
	font-size: .32rem;
	padding: .5rem 0;
}

.panels5 .bottom {
	position: absolute;
	bottom: 3vh;
	left: 0;
	right: 0;
}

.panels5 .copyright {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	font-size: 14px;
	color: #fff;
	padding: .35rem 0 0;
	border-top: 1px solid #fff;
}

.panels5 .copyright a {
	color: #fff;
	display: inline-block;
	margin: 0 0.1rem;
}

.panels5 .copyright a:hover {
	color: #fff;
}

@media (max-width: 640px) {
	.panels5 .w1400 {
		top: 40%;
	}

	.panels5 h3 {
		margin-top: 0.2rem;
	}

	.panels5 .contact {
		margin-top: 0.5rem;
	}

	.panels5 .contact p {
		padding-bottom: .5rem;
	}

	.panels5 .copyright {
		line-height: 1.8;
	}

	.panels5 .copyright a {
		display: block;
		margin: 0;
	}
}


/* panels6-star */
.panels6 {
	padding: .9rem 0 0;
	background: url('../images/p6_bg.jpg') no-repeat center center;
	background-size: cover;
	text-align: center;
	position: relative;
}

.panels6 .areabox {
	position: relative;
	display: block;
	overflow: hidden
}

.panels6 .coverimg {	
	background-color:rgba(0, 0, 0, .02);
	width: 100%;
	border-radius: .16rem;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.panels6 .coverimg .info {
	height: 400px;
	text-align: center;
	padding: 1.36rem 7%;
	position: relative;
	display: block
}

.panels6 .coverimg .info .bg1 {
	background: url('../images/panels6_ico1.png') no-repeat center center;
	height: 100px;
	display: block
}
.panels6 .coverimg .info .bg2 {
	background: url('../images/panels6_ico2.png') no-repeat center center;
	height: 100px;
	display: block
}
.panels6 .coverimg .info .bg3 {
	background: url('../images/panels6_ico3.png') no-repeat center center;
	height: 100px;
	display: block
}
.panels6 .coverimg .info .bg4 {
	background: url('../images/panels6_ico4.png') no-repeat center center;
	height: 100px;
	display: block
}
.panels6 .coverimg .info .bg5 {
	background: url('../images/panels6_ico5.png') no-repeat center center;
	height: 100px;
	display: block
}

.panels6 .coverimg .info .desc {
	display: none;
	/* visibility: hidden; */
	color: #fff;
	font-size: 16px;
	color: #666;
	margin-top: 16px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.panels6 .coverimg:hover .info {
	/* background-image: -webkit-linear-gradient(right, #146ab3, #0959B5); */
	width: 100%;
	height: 400px;
	padding: .36rem 7%;
	background: rgba(9, 89, 181, .8);
	border-radius: .16rem;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	color: #fff;
	text-align: center;
}

.panels6 .coverimg:hover .info .bg1 {
	background: url('../images/panels6_ico1_.png') no-repeat center center;
	height: 100px;
	display: block
}
.panels6 .coverimg:hover .info .bg2 {
	background: url('../images/panels6_ico2_.png') no-repeat center center;
	height: 100px;
	display: block
}
.panels6 .coverimg:hover .info .bg3 {
	background: url('../images/panels6_ico3_.png') no-repeat center center;
	height: 100px;
	display: block
}
.panels6 .coverimg:hover .info .bg4 {
	background: url('../images/panels6_ico4_.png') no-repeat center center;
	height: 100px;
	display: block
}
.panels6 .coverimg:hover .info .bg5 {
	background: url('../images/panels6_ico5_.png') no-repeat center center;
	height: 100px;
	display: block
}

.panels6 .coverimg:hover .info .desc {
	display: block;
	color: #fff;
	margin-top: 16px;
	margin-right: 0;
}

.panels6 .coverimg:hover .arr {
	opacity: 1
}

.panels6 .areabox .coverimg.cover {
	background-size: cover
}

@media (min-width: 993px) {
	.panels6 .areabox.scale:hover .cover-tip {
		opacity: 1;
		filter: alpha(opacity=1)
	}

	.panels6 .areabox.scale:hover .coverimg {
		transform: scale(1.05, 1.05)
	}

	.panels6 .areabox.scale:hover .icon-bofang1 {
		font-size: .6rem
	}
}

@media (max-width: 1440px) {
	.panels6 {
		padding: 80px 0 0;
	}
}

@media (max-width: 768px) {
	.panels6 {
		padding: 60px 0 0;
	}
}

@media (max-width: 480px) {
	.panels6 {
		padding: .6rem 0 0;
	}	
}
/* panels6-end */


/* panels-star */

.panels7 {
	padding: .9rem 0 0;
	/* background: url('../images/p7_bg.jpg') no-repeat center center;
	background-size: cover;
	text-align: center;
	position: relative; */
}
@media (min-width:1200px) {
	.panels7 .top {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-box-align: flex-start;
		box-align: flex-start;
		-webkit-box-pack: justify;
		box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}

	.panels7 .top .content,
	.panels7 .top .img {
		width: 47%;
	    margin-top: .3rem
	}
}

.panels7 .top h2 {
	margin-bottom: .3rem
}

.panels7 .top .txt {
	font-size: 16px;
	line-height: 2.1;
	color: #666
}

.panels7 .top .txt p+p {
	margin-top: 1em
}

@media (max-width:1360px) {
	.panels7 .top .txt {
		font-size: 15px;
		line-height: 1.8
	}
}

@media (max-width:1199px) {
	.panels7 .top .txt {
		margin-bottom: .5rem
	}
}

.panels7 .datas {
	display: flex;
	margin-top: .4rem;
	align-items: center
}

@media (min-width:640px) {
	.panels7 .datas {
		justify-content: space-between
	}

	.panels7 .datas .line {
		width: 1px;
		height: .76rem;
		background: #f8f8f8;
		display: block
	}
}

@media (max-width:639px) {
	.panels7 .datas {
		flex-wrap: wrap
	}

	.panels7 .datas .item {
		width: 48%;
		margin-bottom: .3rem
	}

	.panels7 .datas .item .val {
		margin-bottom: 4px
	}
}

.panels7 .datas .item .val {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	color: #0861CE;
	font-weight: bold;
	font-size: .4rem
}

.panels7 .datas .item .val em {
	font-size: .7rem
}

.panels7 .datas .item .val span {
	padding-left: 3px
}

.panels7 .datas .item .val * {
	display: block
}

.panels7 .datas .item .tit {
	font-size: 18px;
	padding-left: 4px
}

@media (max-width:640px) {
	.panels7 .datas .item .tit {
		font-size: 16px
	}
}


/* panels7-end */

.panelb1 {
	position: relative;
}

.panelb1 .index-banner .swiper-button-next,
.panelb1 .index-banner .swiper-button-prev {
	width: 0.5rem;
	height: 0.5rem;
	background-color: rgba(255, 255, 255, 0.8);
	color: #333;
}

.panelb1 .index-banner .swiper-button-next::after,
.panelb1 .index-banner .swiper-button-prev::after {
	font-size: 0.2rem;
}

.panelb1 .content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	width: 88%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	z-index: 55;
	width: 60vw;
	max-width: 1000px;
	padding-top: 5vh;
}

.panelb1 h5 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 16px;
}

.panelb1 .textbox {
	max-width: 920px;
	margin: 0 auto 1.25rem;
	color: #fff;
	line-height: 1.6;
	font-size: 18px;
}

.panelb1 .data {
	text-align: center;
	color: #01b0ff;
}

.panelb1 .data li {
	width: 20%;
	float: left;
}

.panelb1 .data .ic {
	width: 0.56rem;
	height: 0.56rem;
	display: block;
	margin: 0 auto 10px;
}

.panelb1 .data .ic1 {
	background-image: url('../images/ic_data_1.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.panelb1 .data .ic2 {
	background-image: url('../images/ic_data_2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.panelb1 .data .ic3 {
	background-image: url('../images/ic_data_3.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.panelb1 .data .ic4 {
	background-image: url('../images/ic_data_4.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.panelb1 .data .ic5 {
	background-image: url('../images/ic_data_5.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.panelb1 .data b {
	font-size: 0.48rem;
	display: block;
	font-family: medium;
}

.panelb1 .data p {
	font-size: 16px;
	font-family: medium;
}

@media (max-width: 992px) {
	.panelb1 h5 {
		font-size: 30px;
	}

	.panelb1 .textbox {
		font-size: 14px;
	}

	.panelb1 .data li {
		width: 33.33%;
	}
}

@media (max-width: 640px) {
	.panelb1 .content {
		width: 80vw;
	}

	.panelb1 h5 {
		font-size: 26px;
	}

	.panelb1 .data li {
		width: 33.33%;
		margin-bottom: 0.4rem;
	}

	.panelb1 .data .ic {
		margin-bottom: 0.1rem;
	}

	.panelb1 .data b {
		font-size: 20px;
	}

	.panelb1 .data p {
		font-size: 12px;
	}
}

.panelb2 {
	height: 100vh;
	overflow: hidden;
}

.panelb2 .swiper-about {
	height: 100vh;
}

.panelb2 li {
	position: relative;
}

.panelb2 .txt {
	padding: 0.36rem;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	z-index: 5;
	font-size: 18px;
	transform: translateY(100%);
	transition: 0.3s;
}

.panelb2 .pnextbox {
	width: auto;
	left: 4vw;
	top: 50%;
	right: 3vw;
	bottom: auto;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.panelb2 .pnextbox .pnext {
	border-radius: 50%;
}

@media (min-width: 641px) {
	.panelb2 li:Hover .txt {
		transform: translateY(0);
	}
}

@media (max-width: 992px) {
	.panelb2 .txt {
		font-size: 16px;
	}
}

@media (max-width: 640px) {
	.panelb2 .txt {
		font-size: 14px;
		transform: translateY(0);
	}

	.panelb2 li::after {
		display: none;
	}
}

.panelb3 .box img {
	visibility: hidden;
}

.panelb3 .box2 {
	position: relative;
}

.panelb3 .box2 .content {
	position: absolute;
	left: 5%;
	right: 5%;
	bottom: 5%;
	background: #01b0ff;
	color: #fff;
	padding: 0.2rem;
	text-align: center;
	transition: 0.3s;
}

.panelb3 .box2 h5 {
	font-size: 22px;
	margin-bottom: 0.16rem;
}

@media (min-width: 769px) {
	.panelb3 {
		display: table;
	}

	.panelb3 .box {
		display: table-cell;
	}

	.panelb3 .box .item,
	.panelb3 .box .iitem {
		overflow: hidden;
	}

	.panelb3 .filter::after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 100vh;
		left: 0;
		top: 0;
		background-color: rgba(0, 0, 0, 0.5);
		transition: 0.3s;
		z-index: 1;
	}

	.panelb3 .filter:hover::after {
		background: none;
	}

	.panelb3 .box1 {
		width: 24vw;
		height: 100%;
		position: relative;
	}

	.panelb3 .box1 .item {
		position: absolute;
		width: 100%;
	}

	.panelb3 .box1 .item1 {
		height: 30%;
		top: 0;
	}

	.panelb3 .box1 .item2 {
		height: 70%;
		bottom: 0;
	}

	.panelb3 .box2 {
		width: 30vw;
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.panelb3 .box2:hover .content {
		transform: scale(0);
	}

	.panelb3 .boxitem .iitem {
		width: 50%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.panelb3 .boxitem .iitem:nth-child(2) {
		left: 50%;
	}

	.panelb3 .box3 {
		width: 46vw;
		position: relative;
	}

	.panelb3 .box3 .item {
		position: absolute;
		width: 100%;
	}

	.panelb3 .box3 .item1 {
		height: 65%;
		top: 0;
	}

	.panelb3 .box3 .item2 {
		height: 35%;
		bottom: 0;
	}

	.panelb3 .item {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.panelb3 .item img {
		visibility: hidden;
	}
}

@media (max-width: 768px) {
	.panelb3 {
		background: #000;
	}

	.panelb3 .box2 {
		height: 70vh;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.panelb3 .box2 .content {
		padding: 0.3rem;
	}

	.panelb3 .filter {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 40vh;
		margin-bottom: 2px;
	}
}

.panelb4 {
	background: url('../images/b12.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
}

.panelb4 .content {
	background: url('../images/b13.jpg') no-repeat center center;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 35%;
	color: #fff;
	transition: ease-in-out 0.5s;
}

.panelb4 .content::before {
	content: '';
	display: block;
	position: absolute;
	background: rgba(1, 172, 251, 0.8);
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	transition: 0.3s;
}

.panelb4 .content .inner {
	position: relative;
	z-index: 2;
}

.panelb4 .content h5 {
	font-size: 0.36rem;
	margin-bottom: 0.16rem;
	font-weight: bold;
}

.panelb4 .content .info {
	font-size: 18px;
	line-height: 2;
}

.panelb4 .content .info p {
	margin-top: 0.3rem;
}

@media (min-width: 769px) {
	.panelb4 .content {
		padding: 0.3rem;
	}

	.panelb4 .content .inner {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		z-index: 5;
		width: 80%;
		transition: 0.3s;
	}

	.panelb4 .content:hover {
		background: url('../images/b13.jpg') no-repeat center center;
		background-size: cover;
	}

	.panelb4 .content:hover::before {
		opacity: 0;
	}

	.panelb4 .content:hover .inner {
		opacity: 0;
	}
}

@media (max-width: 992px) {
	.panelb4 .content {
		width: 40%;
	}

	.panelb4 .content .info {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.panelb4 {
		height: 100vh;
	}

	.panelb4 .content {
		width: 100%;
		left: 0;
		bottom: 0;
		top: auto;
	}

	.panelb4 .content .inner {
		width: 88%;
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto;
		padding: 0.4rem 0;
	}

	.panelb4 .content .info {
		font-size: 14px;
		line-height: 1.76;
	}

	.panelb4 .content .info p {
		margin-top: 0.1rem;
	}
}


@media (min-width: 769px) {
	.panelb5 {
		display: flex;
	}

	.panelb5 .inner {
		margin: auto;
		width: 88%;
		margin-left: auto;
		margin-right: auto;
		max-width: 1400px;
		display: table;
	}

	.panelb5 .box {
		display: table-cell;
		width: 50%;
		position: relative;
	}
}

.panelb5 .boxitem {
	display: table;
	position: absolute;
	width: 100%;
	top: 0;
	height: 40%;
}

.panelb5 .boxitem>* {
	display: table-cell;
}

.panelb5 .box1 .text {
	color: #fff;
}

.panelb5 .box1 h4 {
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 1;
}

.panelb5 .box1 p {
	font-size: 0.18rem;
	margin: 0.2rem 0;
	line-height: 1.8;
	margin-right: 0.2rem;
}

.panelb5 .box1 .imgcover {
	transition: 0.3s;
}

.panelb5 .box1 .imgcover:hover {
	opacity: 0.8;
}

.panelb5 .boxitem .img {
	width: 65%;
	transition: 0.3s;
}

.panelb5 .boxitem .img:hover {
	opacity: 0.8;
}

.panelb5 .boxitem .txt {
	width: 35%;
	background: radial-gradient(#ba976f, #84643f);
	color: #fff;
	position: relative;
	font-size: 0.24rem;
}

.panelb5 .boxitem .txt .icon {
	display: block;
	margin: 0 auto 10px;
	width: 0.6rem;
}

.panelb5 .boxitem .txt .tinner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	text-align: center;
}

.panelb5 .boxitem2 {
	top: 40%;
}

.panelb5 .boxitem2 .txt {
	background: radial-gradient(#c8b574, #a2935e);
}

.panelb5 .boxitem3 {
	top: 80%;
	color: #fff;
	padding: 0.3rem 0.5rem;
	font-size: 0.18rem;
	line-height: 1.8;
}

.panelb5 .box2 {
	position: relative;
}

.panelb5 .box2-inner {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
}

@media (max-width: 768px) {
	.panelb5 .inner {
		width: 88%;
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto;
	}

	.panelb5 .box {
		height: 50vh;
		position: relative;
	}

	.panelb5 .box1 .text {
		padding: 0.4rem 0 0.2rem;
	}

	.panelb5 .box1 p {
		font-size: 14px;
		margin-top: 0.2rem;
		line-height: 1.6;
	}

	.panelb5 .boxitem2 {
		width: 100%;
		height: 20vh;
	}
}

.panelb6 {
	position: relative;
}

@media (min-width: 641px) {
	.panelb6 .content {
		position: absolute;
		height: 100%;
		width: 100%;
		background: url('../images/b18.jpg') no-repeat center center;
		background-size: cover;
	}

	.panelb6 .item {
		display: none;
	}
}

@media (max-width: 640px) {
	.panelb6 {
		height: 100vh;
		background: #333;
	}

	.panelb6 .content {
		padding-top: 1vh;
	}

	.panelb6 .content .item {
		height: 48vh;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
	}

	.panelb6 .content .txt {
		position: absolute;
		bottom: 10%;
		background: #36373b;
		right: 0;
		border-radius: 3px;
		padding: 0.2rem 0.4rem;
		color: #fff;
		font-size: 26px;
	}

	.panelb6 .content .item:nth-child(2) {
		margin-top: 5px;
	}

	.panelb6 .content .item:nth-child(2) .txt {
		background: #01b0ff;
		right: auto;
		left: 0;
	}
}

* {
	touch-action: pan-y;
}

* {
	touch-action: none;
}

/*# sourceMappingURL=index.css.map */
