.swiper{
	/* max-width: 1900px;
	margin: 0 auto; */
	/* padding:0 15%; */
	height:480px;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: flex-start;
}
.swiper-slide img{
	width: 100%;
	height: 480px;
}
.bodybox{
	/* padding:0 15%; */
}
.bodytitle{
	text-align: center;
	color: #151515;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 4px;
	height: 140px;
	line-height: 140px;
}
.body1{
	display: flex;
	justify-content: center;
}
.body11{
	width: 25%;
	display: flex;
	flex-direction: column;
}
.body11 img{
	width:100%;
	cursor: pointer;
}
.body12 img{
	height:100%;
}
.more1{
	background-color: #F5F5F5;
	height: 100px;
}
.more1 span{
	background-color: #3BB8FD;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding:0 30px;
	border-radius: 5px;
	font-size: 14px;
	cursor: pointer;
}
.more1 span:hover{
	background-color: #919ffd;
}
.body2{
	display: flex;
	justify-content: center;
}
.body21{
	width: 33.3%;
	text-align: center;
}
.body21 img{
	width: 80%;
}
.body2-new{
	justify-content: space-around;
}
.body21-new{
	width: 48%;
	height: 460px;
	background-color: #fff;
	border-radius: 20px;
	position: relative;
	padding-top: 10px;
	cursor: pointer;
}
.body21-new-title{
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 0 40px;
	/* display: flex; */
}
.body21-new-title span{
	position: relative;
	font-size: 20px;
	background-color: rgba(0,0,0,0);
}
.body21-new-title span::after{
	content:'';
	position: absolute;
	bottom:15px;
	left: 5%;
	width: 100%;
	height: 8px;
	background-color: #F7F202;
	z-index: -1;
	opacity: 1;
}
.body21-new-content{
	height: 99px;
	line-height: 33px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 40px;
	color: #999!important;
	overflow:hidden; 
}
.body21-new-content img{
	opacity: 0;
}
.body21-new-img{
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 300px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
}
.body21-new-img img{
	width: 100%;
	height: 100%;
}
.body3{
	display: flex;
}
.body31{
	width:500px;
}
.body31 img{
	width:500px;
	height:400px
}
.body32{
	flex:1;
	margin-left: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.body321{
	height:30%;
	border-bottom: 1px solid #D7D7D7;
}
.body3211{
	height: 50px;
	font-weight: bold;
	color: #3BB8FD;
	position: relative;
}
.body3211::before{
	content: '';
	position: absolute;
	width:36px;
	height: 3px;
	background-color: #3BB8FD;
	bottom:10px;
	left:0;
}
.body3212{
	line-height: 30px;
}
.body4{
	position: relative;
}
.body4 .left{
	position: absolute;
	width: 60px;
	height: 60px;
	top:50%;
	transform: translateY(-50%);
	left:15%;
	background-color: #96D4F7;
	border-radius: 50%;
	cursor: pointer;
}
.body4 .right{
	position: absolute;
	width: 60px;
	height: 60px;
	top:50%;
	transform: translateY(-50%);
	right:15%;
	background-color: #96D4F7;
	border-radius: 50%;
	cursor: pointer;
}
.body4 .left img,.body4 .right img{
	width: 46px;
	height: 46px;
}
.body4 .swiper{
	width: 84%;
	margin: 0 auto;
	height: 500px;
}
.body4 .swiper img{
	width: 100%;
	height: 100%;
}
.body5{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.body51{
	width: calc(50% - 10px);
}
.body51 img{
	width: 100%;
}
.body52{
	margin-top: 20px;
	width: calc(25% - 10px);
}

.body52 img{
	width: auto;
	max-width: 100%;
}
.footer1{
	height:600px;
	position: relative;
}
.footerimg{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.footerimg img{
	width: 100%;
	height: 100%;
}
.footer12{
	box-sizing: border-box;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0,0,0,0.8);
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.footer121{
	width: 35%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 350px;
	padding-bottom: 100px;
}
.footer121 .colorfff{
	font-size: 40px;
	height: 200px;
}
.footer122{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 450px;
}
.footer122 .sendmessage{
	background-color: #3BB8FD;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	cursor: pointer;
	padding:0 30px;
	border-radius: 25px;
}
.footer122 .sendmessage:hover{
	background-color: #7784fd;
}
.footer122 input,.footer122 textarea{
	background-color: rgba(0,0,0,0);
	outline: none;
	border:1px solid #757575;
	padding:12px 10px;
	color:#fff;
	border-radius: 3px;
	font-size: 18px;
}
.footer122 textarea{
	resize: none;
}
.footer122 input::-webkit-input-placeholder {
    /* 修改字体颜色 */
    color: #fff;
    /* 修改字号，默认继承input */
    font-size: 13px;
    /* 设置背景色 */
    /* background: #8ac6d1; */
}
.footer122 textarea::-webkit-input-placeholder {
    /* 修改字体颜色 */
    color: #fff;
    /* 修改字号，默认继承input */
    font-size: 13px;
    /* 设置背景色 */
    /* background: #8ac6d1; */
}
.footer2{
	background-color: #121212;
	height: 80px;
	line-height: 80px;
	color: #999999;
	text-align: center;
}
.product{
	padding-top:20px;
	height: 1030px;
	display: flex;
}
.product1{
	width: 250px;
}
.product11{
	font-size: 30px;
	font-weight: bold;
	height: 80px;
	position: relative;
}
.product11 span{
	position: absolute;
	z-index: 3;
}
.product11::before{
	content: '';
	position: absolute;
	width:45%;
	height:12px;
	border-radius: 6px;
	background-color: #FEEE02;
	top:26px;
	left: 31px;
	z-index: 2;
}
.product11::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #E8E7E7;
	bottom:20px;
	left: 0;
}
.product12{
	background-color: #F0F0EE;
	height: 950px;
	overflow-y: auto;
}
.product12>div{
	transition: all 0.4s;
}
.product120{
	max-height: 47px;
	overflow: hidden;
}
.product1200{
	max-height: 500px;
}
.product121{
	background-color: #F8F8F8;
	color: #666;
}
.product12 div div{
	line-height: 25px;
	border-top:1px solid transparent;
	border-right:1px solid transparent;
	border-left:1px solid transparent;
	border-bottom:1px solid #ffffff;
	padding:10px 20px;
	cursor: pointer;
}
.product12 .active{
	/* color: #000000; */
}
.product12 .active2{
	background-color: #fff;
	border:1px solid #00ACEE;
	color: #00ACEE;
}
.product2{
	flex:1;
	padding-top: 52px;
	margin-left: 30px;
}
.product20{
	height: 978px;
	overflow-y: auto;
}
.product21{
	height: 340px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.product21::after{
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: #E9E9E9;
	bottom:20px;
	left: 0;
}
.product211{
	width: 220px;
	height: 300px;
}
.product211 img{
	width: 220px;
	height: 300px;
}
.product212{
	width: calc(100% - 240px);
}
.product2121{
	height: 60px;
	font-size: 22px;
	color: #282828;
}
.product2122{
	height: 160px;
	font-size: 14px;
	color: #5C5C5B;
	overflow-y: auto;
}
.product2123{
	display: flex;
	flex-wrap: wrap;
}
.product2123 span{
	margin-right: 10px;
	margin-bottom: 10px;
	color: #fff;
	background-color: #9DDBFE;
	padding:6px 16px;
	border-radius: 3px;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.product ::-webkit-scrollbar
{
    width: 0px;
    height: 0px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.product ::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.product ::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
/* 小屏幕电脑 */
@media screen and (max-width: 1440px) {
    .plr15b{
    	padding: 0 5%;
    }
		.header1, .header2, .header3 {
		    padding: 0 5%;
		}
		.body4 .left{
			left:5%;
		}
		.body4 .right{
			right:5%;
		}
}
.header-mobile,.footer1220,.footer1221,.product0,.body110,.body30,.body20,.swiper-pagination0,.body33,.mobileswiper{
	display: none;
}
/* 移动端样式自适应 */
@media screen and (max-width: 600px) {
	.pcswiper{
		display: none;
	}
	.mobileswiper{
		display: block;
	}
	.mobileswiper img{
		width: 100%;
	}
	.bodybox img{
		max-width: 100%!important;
	}
	#app{
		padding-top: 50px;
	}
	#toast {
		padding: 0 20px;
	}
	#toast_text{
		padding: 20px 20px;
	}
	.header{
		display: none;
	}
	.header-mobile{
		position: fixed;
		top:0;
		left: 0;
		z-index: 10;
		background-color: #fff;
		width: 100%;
		display: flex;
		height: 50px;
		justify-content: space-between;
	}
	.header-mobile .img{
		height:50px;
		width: calc(100% - 50px);
		overflow: hidden;
		padding-left: 15px;
		box-sizing: border-box;
	}
	.header-mobile .img img{
		height:50px;
	}
	.header-mobile .menu{
		width: 50px;
		height:50px;
	}
	.header-mobile .menu img{
		height:25px;
	}
	.menumark{
		position: fixed;
		z-index: 9;
		top:50px;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.5);
	}
	.menubox{
		position: fixed;
		top:50px;
		left: 0;
		width: 100%;
		height: 0;
		z-index: 10;
		background-color: #fff;
		overflow: hidden;
		transition: all 0.2s;
	}
	.menuboxAct{
		height: 150px;
	}
	.menubox div{
		box-sizing: border-box;
		color: #999999;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		padding-left: 15px;
		border-top:1px solid #DDDDDD;
	}
	.menubox div.active{
		color: #02A9F3;
	}
	.swiper{
		height:auto;
	}
	.swiper-slide img{
		height: auto;
	}
	.bodytitle{
		height: 80px;
		line-height: 80px;
		font-size: 28px;
	}
	.body1{
		flex-direction: column;
	}
	.body11{
		width: 100%;
		justify-content: center;
		align-items: center;
		align-content: center;
	}
	.body11 img{
		width: 50%;
	}
	.body110{
		width: 80%;
		background-color: #FBFBFB;
		display: block;
		text-align: center;
		padding:20px 0;
		line-height: 36px;
		font-size: 30px;
	}
	.more1{
		background-color: #fff;
	}
	.bodytitle2{
		background-color: #F5F5F5;
	}
	.backF9-m{
		background-color: #fff;
	}
	.body3{
		flex-direction: column;
	}
	.body30{
		margin-top: 20px;
		display: block;
		width: 100%;
	}
	.body30 img{
		width: 100%;
	}
	.body31,.body32{
		display: none;
	}
	.body33{
		display: block;
	}
	.body321{
		height: auto;
		border: none;
	}
	.body3211::before{
		left: calc(50% - 8px);
	}
	.body4 .swiper{
		width: 100%;
		height: auto;
	}
	.body4 .swiper img{
		height: auto;
	}
	.body4 .right,.body4 .left{
		display: none;
	}
	.swiper-pagination0{
		display: block;
		margin-top: 15px;
		height: 40px;
		position: relative;
		width: 100%;
		text-align: center;
		z-index: 1;
	}
	.swiper-pagination0 .swiper-pagination-bullet{
		margin-right: 10px;
		background: #fff;
		box-sizing: border-box;
		border:1px solid #00ACEE;
	}
	.swiper-pagination0 .swiper-pagination-bullet-active{
		background: #00ACEE;
	}
	.body51,.body52{
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}
	.body2{
		display: none;
	}
	.body20{
		padding: 0 20px;
		display: block;
	}
	.body20 .swiper-slide{
		border-radius: 10px;
	}
	.body20 .body21-new{
		width: 100%;
		border-radius: 20px;
		height: 240px;
	}
	.body20 .body21-new-title{
		height: 30px;
		line-height: 30px;
	}
	.body20 .body21-new-content{
		height: 50px;
		line-height: 25px;
		overflow:hidden; 		text-overflow:ellipsis;		display:-webkit-box; 		-webkit-box-orient:vertical;		-webkit-line-clamp:2; 
	}
	.body20 .body21-new-img{
		height: 150px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		overflow: hidden;
	}
	.product{
		border-top:1px solid #DDDDDD;
		flex-direction: column;
	}
	.product.plr15b{
		padding: 0;
	}
	.product0{
		display: block;
	}
	.product01,.product02{
		height: 40px;
		display: flex;
		overflow-x: auto;
	}
	.product01 div{
		white-space: nowrap;
		height: 40px;
		line-height: 40px;
		padding:0 15px;
	}
	.product02{
		padding:0 15px;
	}
	.product02 div{
		white-space: nowrap;
		padding:0 15px;
		margin-right: 15px;
		height: 30px;
		line-height: 30px;
		border-radius: 15px;
		border:1px solid #EDEDEB;
		box-sizing: border-box;
	}
	.product02 .active2{
		background-color: #02A9F3;
		color: #fff;
		border:1px solid #02A9F3;
	}
	.product01 .acvive{
		color: #02A9F3;
		position: relative;
	}
	.product01 .acvive::after{
		content: '';
		position: absolute;
		bottom:0;
		width:50%;
		left: 25%;
		height: 3px;
		border-radius: 3px;
		background-color: #02A9F3;
	}
	.product1{
		display: none;
	}
	.product2{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.product21{
		padding: 10px;
		height: 200px;
	}
	.product211{
		width: 125px;
		height: 170px;
	}
	.product211 img{
		width: 125px;
		height: 170px;
	}
	.product212{
		width: calc(100% - 135px);
	}
	.product2121 {
		height: 40px;
		font-size: 18px;
		line-height: 20px;
		color: #282828;
	}
	.product2122{
		height: 80px;
	}
	.product2123 span {
		margin-right: 8px;
		margin-bottom: 5px;
		color: #fff;
		background-color: #9DDBFE;
		padding: 2px 6px;
		border-radius: 2px;
		font-size: 12px;
	}
	.body5{
		padding-bottom: 20px;
	}
	.footerimg{
		overflow: hidden;
	}
	.footerimg img{
		width: auto;
		height: 100%;
		position: relative;
		left: -388%;
	}
	.footer1{
		height: 860px;
	}
	.footer121{
		display: none;
	}
	.footer122{
		width: 100%;
		height: 800px;
	}
	.footer1220{
		display: block;
		text-align: center;
		font-size: 28px;
		margin-bottom: 10px;
		padding: 0 30px;
	}
	.footer1221{
		display: block;
		text-align: center;
		margin-bottom: 10px;
		padding: 0 30px;
	}
	.footer2{
		font-size: 12px;
		line-height: 24px;
	}
	.footer2>div{
		display: flex;
		flex-direction: column;
	}
	.footer2>div .mr20{
		margin-right: 0!important;
	}
}
