.product{
	
}
.product .series{

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product .series .outer{
	width: 560px;
	display: flex;
	
}
.product .series .series-text{
	width: 235px;
	height: 300px;
	font-size: 15px;
	font-weight: 500;
	color: #FFFFFF;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding:30px 15px;
	line-height: 1.8;
}
.product .series .series-img{
	width: 325px;
	height: 300px;
}
.product .series .series-text .series-title{
	font-size: 23px;
	font-weight: bold;
	color: #FFFFFF;
}
.product .series .series-text .xian{
	width: 46px;
	height: 4px;
	background: #FFFFFF;
	margin-top: 8px;
	margin-bottom: 30px;
}
.product .bright{
	margin-top: 20px;
	width: 100%;
	height: 194px;
	background: #E9F6FF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 55px;
}
.product .bright .item{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 115px;
	font-size: 19px;
	font-weight: 400;
	color: #0F0F0F;
}
.product .bright .item .bright-icon{
	width: 89px;
	height: 89px;
	margin-bottom: 14px;
}
.bazaar{
	padding-bottom:66px ;
}
.bazaar .bazaar-reminder{
	text-align: right;
	font-size: 11px;
	font-weight: 400;
	color: #B4B4B4;
	margin-top:15px ;
}
.bazaar .bazaar-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bazaar .bazaar-item{
	width: 270px;
	height: 340px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	cursor:pointer;
}
.bazaar .bazaar-item .float-img{
	position: absolute;
	z-index: 5;
	width: 270px;
	height: 340px;
	top: 50%;
	left: 50%;
	margin-top: -170px;
	margin-left: -135px;
	transition: all 0.5s;
	
	/* transform: translate(0%, -50%); */
}
.bazaar-item:hover .float-img{
	transition: all 0.5s;
	transform: scale(1.5);
}
.bazaar .bazaar-item .bazaar-item-outer{
	width: 270px;
	height: 340px;
	position: relative;
	z-index: 8;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.bazaar .bazaar-item .bazaar-item-outer .bazaar-item-icon{
	width: 89px;
	height: 89px;
	margin-bottom: 15px;
	transition: all 0.5s;
}
.bazaar .bazaar-item .bazaar-item-icon:hover{
	transition: all 0.25s;
	transform: scale(1.2);
}
.bazaar .bazaar-item .bazaar-item-outer .text-sun{
	font-size: 34px;
	font-weight: bold;
}

.reason{
	width: 100%;
	background: #EBF7FF;
	padding-bottom: 70px;
}
.reason .reason-cont{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reason .reason-cont .reason-item{
	padding: 10px 15px;
	width: 361px;
	height: 171px;
	background: #FFFFFF;
	border-radius: 8px;
	margin-bottom: 28px;
	display: flex;
	
}
.reason .reason-item .reason-img{
	height: 150px;
	width: 150px;
}
.reason .reason-item .reason-text{
	padding-left: 25px;
	padding-top: 25px;
}
.reason .reason-item .reason-text .item-title{
	font-size: 27px;
	font-weight: 500;
	color: #0F0F0F;
}
.reason .reason-item .reason-text .item-subtitle{
	font-size: 13px;
	font-weight: 400;
	color: #0F0F0F;
}

.provider .provider-cont{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 90px;
}
.provider .provider-letf{
	width: 732px;
}
.provider .provider-right{
	width: 390px;
}
.provider .recruit-form {
	width: 100%;
	height: 456px;
	margin-left: 20px;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	position: relative;
	align-items: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 140px;
	border-radius: 10px;
	box-shadow:
	  0.3px 2.3px 10px rgba(0, 0, 0, 0.035),
	  2px 18px 80px rgba(0, 0, 0, 0.07)
	;
}
.provider .recruit-form .input-use {
	width: 80%;
	height: 44px;
	border-radius: 8px;
	border: 1px solid #3370FF;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.provider .input-use .input-title {
	font-size: 14px;
	font-weight: 400;
	color: #3F4042;
	width: 84px;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #3370FF;
}

.provider .input-use .input-view {
	flex: 1;
	height: 100%;
	border: none;
	border-radius: 0 8px 8px 0;
}

.provider .form-butt {
	width: 80%;
	height: 50px;
	background: #3370FF;
	border-radius: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	border: none;
}
.provider .provider-ad-1{
	width: 100%;
	border-radius: 10px;
	height: 219px;
}
.provider .provider-ad-2{
	width: 100%;
	height: 219px;
	border-radius: 10px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: #5E87FC;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 20px;
	margin-top: 20px;
	padding-right: 70px;
}

.provider .provider-ad-2 .ad-title{
	width: 400px;
	text-align: center;
	font-size: 29px;
	font-weight: normal;
	color: #A4F5FF;
	margin-top: 34px;
}
.provider .provider-ad-2 .swiper{
	width: 350px;
	height: 100px;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	margin: 0 ;
}


.ms-show-block{
	padding:0 3vw  3vw 3vw ;
}
.ms-ad-swiper{
	width: 100%;
}
.ms-ad{
	width: 44vw;
	height: 45vw;
}
.ms-recruit-form{
	flex: 1;
	height: 45vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top:10vw ;
	background-size: 100% auto;
	background-position: top left; 
	background-repeat: no-repeat;
	background-color: #fff;
}
.ms-recruit-form .ms-input-use{
	width: 45vw;
	height: 6vw;
	border-radius: 3vw;
	display: flex;
	align-items: center;
	border: 1px solid rgba(211,211,211,0.48);
	overflow: hidden;
	margin-bottom:2.5vw ;
}
.ms-recruit-form .ms-input-use .ms-input-title{
	width: 16vw;
	height: 6vw;
	background-color: rgba(234,234,234,0.4);
	border-radius: 3vw 0px 0px 3vw;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 400;
	color: #3F4042;
}
.ms-recruit-form .ms-input-use .ms-input-view{
	width: 28vw;
	height: 6vw;
	border: none;
}
.ms-recruit-form .ms-form-butt{
	width: 45vw;
	height: 6vw;
	background-color: #3370FF;
	border-radius: 3vw;
	border: none;
	font-size: 3vw;
	font-weight: 500;
	color: #FFFFFF;
	margin: 0 auto 0 auto ;
}
.ms-ad-swiper{
	background-size: 100% auto;
	background-position: top left; 
	background-repeat: no-repeat;
	margin-bottom: 3vw;
	width: 100%;
	height: 28vw;
	color: #fff;
	padding:4vw ;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.ms-ad-swiper .ad-title{
	width: 50vw;
}
.ms-ad-swiper .ms-Swiper{
	width: 80%;
	height:14vw ;
	font-size: 3vw;
	margin:2vw 0 0 0;
}
.ms-ad-swiper .swiper-slide{
	text-align: right;
}
.service-view{
	position: relative;
	padding-bottom:200px ;
	background-color: #EBF7FF;
}
.service-view .service-nei{
	width: 830px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.service-view .service-nei .service-item{
	width: 262px;
	height: 125px;
	background: #FFFFFF;
	box-shadow: 0px 4px 13px 0px rgba(196,196,196,0.3);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 500;
	color: #0F0F0F;
	text-shadow: 0px 4px 13px rgba(196,196,196,0.3);
	position: relative;
	z-index: 10;
}
.service-view .service-nei .service-item .icon{
	width: 53px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
}
.service-view .service-img{
	width: 631px;
	height:auto;
	position: absolute;
	right: 0;
	top: -100px;
	z-index: 1;
}
.application .application-img{
	width: 100%;
	height: auto;
}
.application .product-title{
	font-size: 24px;
	font-weight: 500;
	color: #000000;
	width: 400px;
	padding-bottom: 11px;

	margin-top: 50px;
}
.about-title{
	font-size: 24px;
	font-weight: 700;
	color: #0F0F0F;
	margin-bottom: 30px;
	text-align: center;
	margin-top: 80px;
}
.good{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 60px;
}
.good .good-tiem{
	padding: 0 30px;
	width: 560px;
	height: 121px;
	background: #E9F6FF;
	border-radius: 8px;
	
	display: flex;
	align-items: center;
	
	margin-bottom: 20px;
}
.good .good-tiem:nth-child(7){
	width: 100% !important;
}

.good .good-tiem .sun{
	width: 49px;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 20px;
	color: #fff;
	background-color: #3370FF;
	margin-right: 15px;
}
.good .good-tiem .good-title{
	font-size: 20px;
	font-weight: 700;
	color: #0F0F0F;
}
.good .good-tiem .good-text{
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #0F0F0F;
}
.product .prod-set{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product .prod-set .prod-set-img{
	width: 560px;
	height: auto;
}

@media only screen and (max-width: 768px) {
	.product .prod-set .prod-set-img{
		width: 100%;
		height: auto;
		margin-bottom: 3vw;
	}
	.good{
		padding-bottom: 6vw;
	}
	.good .good-tiem{
		width: 45vw;
		height: 21vw;
		background: #E9F6FF;
		border-radius: 1vw;
		padding: 0 0 0 10vw;
		position: relative;
		margin-bottom: 4vw;
	}
	.good .good-tiem .sun{
		position: absolute;
		top: 0;
		left: 0;
		width: 8vw;
		height: 8vw;
		background: #3370FF;
		border-radius: 1vw 0 5vw 0;
	}
	.good .good-tiem .good-title{
		font-size: 3.5vw;
		font-weight: 500;
		color: #0F0F0F;
	}
	.good .good-tiem .good-text{
		font-size: 3.2vw;
		font-weight: 400;
		color: #0F0F0F;
		margin-top: 1vw;
	}
	.about-title{
		font-size: 4vw;
		font-weight: 700;
		color: #0E1C3F;
		margin-top: 5vw;
		margin-bottom: 4vw;
	}
	.product .series .outer{
		width: 100%;
		margin-bottom: 4vw;
	}
	.product .series .series-text{
		width: 43vw;
		height: 43vw;
		padding: 3vw;
		font-size: 3vw;
	}
	.product .series .series-img{
		width: 50vw;
		height: 43vw;
	}
	
	.product .series .series-text .series-title{
		font-size: 4vw;
	}
	.product .series .series-text .xian{
		margin-top: 2vw;
		height: 1vw;
		margin-bottom: 4vw;
	}
	
	
	.container{
		padding: 0 3vw;
	}
	
	.product .bright{
		margin-top: 4vw;
		margin-left: -3vw;
		width: 100vw;
		height: auto;
		padding: 4vw 0 0 0;
		flex-wrap: wrap;
		
	}
	.product .bright .item{
		width: 33.3%;
		height: auto;
		font-size: 3vw;
		font-weight: 400;
		color: #0F0F0F;
		margin-bottom: 4vw;
	}
	.product .bright .item .bright-icon{
		width: 16vw;
		height: auto;
		margin-bottom: 2vw;
	}
	.bazaar{
		padding-bottom: 7vw;
	}
	.bazaar .bazaar-item{
		width: 46vw;
		height: 56vw;
		margin-bottom: 3vw;
	}
	.bazaar .bazaar-item .bazaar-item-outer{
		width: 46vw;
		height: 56vw;
		font-size: 3vw;
	}
	.bazaar .bazaar-item .bazaar-item-outer .bazaar-item-icon{
		width: 15vw;
		height: 15vw;
	}
	.bazaar .bazaar-item .bazaar-item-outer .text-sun{
		font-size: 8vw;
	}
	.reason{
		padding-bottom: 7vw;
	}
	.reason .reason-cont{
		padding: 0 0.5vw;
	}
	.reason .reason-cont .reason-item{
		width: 45vw;
		height: 25vw;
		border-radius: 1vw;
		padding: 0;
		align-items: center;
		margin-bottom: 3vw;
	}
	.reason .reason-item .reason-img{
		width: 18vw;
		height: 18vw;
	}
	.reason .reason-item .reason-text{
		padding:2vw 0 0 0;
		height: 100%;
	}
	.reason .reason-item .reason-text .item-title{
		font-size: 3.5vw;
	}
	.reason .reason-item .reason-text .item-subtitle{
		font-size: 2.8vw;
	}
	
	.swiper-view .slideshow{
		width: 100vw;
	}
	
	.w-100vw{
		width: 100vw;
	}
	
	.service-view{
		padding-bottom: 7vw;
	}
	.service-view .service-nei{
		width: 100%;
	}
	.service-view .service-img{
		display: none;
	}
	.service-view .service-nei .service-item{
		width: 30vw;
		height: 14vw;
		font-size: 3vw;
		font-weight: 500;
		color: #0F0F0F;
	}
	.service-view .service-nei .service-item .icon{
		width: 7vw;
		height: 6vw;
	}
	.application .application-img{
		margin-bottom: 3vw;
	}
	.application .product-title{
		margin-top: 4vw;
		margin-bottom: 3vw;
		font-size: 4vw;
	}
}




















