html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	position: relative;
}

.width1000 {
	width: 1000px;
	margin: 0 auto;
}
.top{
	width: 100%;
	position: fixed;
	background: #fff;
	top: 0;
	z-index: 2;
}
.topflex{
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.swiper{
	margin-top: 64px;
}
.top .left{
	width: 102px;
	height: 33px;
}
.top .right{
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #222222;
	border-radius: 6px;
	cursor: pointer;
}
.top .right a{
	text-decoration: none;
}
.slider img{
	width: 100%;
}
.introduce {
	padding-top: 60px;
	padding-bottom: 80px;
}
.introduce .title{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.introduce .title .biaoti{
	width: 18px;
	height: 12px;
	margin: 16px;
}
.introduce .title .a{
	height: 42px;
	font-size: 30px;
	font-weight: 500;
	color: #222222;
	line-height: 42px;
}
.introduce .content {
	width: 1000px;
	background: #f9f9f8;
	border-radius: 8px;
	padding: 30px;
	font-size: 16px;
	display: table-cell;
	color: #6d6d6d;
}

.introduce .content2{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.introduce .content2 .blueBg{
	width: 320px;
	height: 120px;
	background: linear-gradient(90deg,#49a3ff, #1399fc);
	border-radius: 12px;
	box-shadow: 0px 3px 10px 0px rgba(40,157,254,0.57); 
	display: flex;
	align-items: center;
	justify-content: center;
}
.introduce .content2 .blueBg .icon{
	width: 60px;
	margin-right: 30px;
}
.introduce .content2 .blueBg .text{}
.introduce .content2 .blueBg .text1{
	height: 25px;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	line-height: 25px;
	margin-bottom: 6px;
}
.introduce .content2 .blueBg .text2{
	height: 25px;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	line-height: 25px;
}

.bg1{
	background: #eff7fd;
	width: 100%;
	padding-top: 96px;
	padding-bottom: 83px;
	display: flex;
}
.bg1 .flex{
	display: flex;
}
.bg1 .bg1width{
	margin: 0 auto;
}
.bg1 .sj{
	width: 431px;
	height: 491px;
	margin-right: -10px;
	margin-left: -100px;
}
.bg1 .info{
	background: #ffffff;
	border-radius: 16px;
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	width: 624px;
}
.bg1 .info .infoImg{
	margin-right: 20px;
	width: 92px;
	height: 92px;
}
.bg1 .info .infoDetail{}
.bg1 .info .infoDetail .infoDetail-1{
	font-size: 22px;
	font-weight: 500;
	color: #222222;
	line-height: 30px;
	margin-bottom: 10px;
}
.bg1 .info .infoDetail .infoDetail-2{
	font-size: 16px;
	font-weight: 400;
	color: #6d6d6d;
	line-height: 22px;
}
.bg2{
	background-image: url(../image/pc/aboutus.png);
	background-size: 100%;
}
.bg2 .content{
	padding-top: 60px;
	padding-bottom: 80px;
}
.bg2 .content .title{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.bg2 .content .title .biaoti{
	width: 18px;
	height: 12px;
	margin: 16px;
}
.bg2 .content .title .a{
	height: 42px;
	font-size: 30px;
	font-weight: 500;
	color: #ffffff;
	line-height: 42px;
}
.bg2 .content .content {
	width: 800px;
	background: #74abff;
	border-radius: 8px;
	padding: 45px 99px;
	font-size: 16px;
	color: #ffffff;
	margin: 0 auto;
	position: relative;
	line-height: 22px;
}
.bg2 .content .content .yinhao{
	position: absolute;
	width: 46px;
	height: 43px;
	bottom: 30px;
	right: 30px;
}
.bg2 .content .content .yinhao2{
	position: absolute;
	width: 46px;
	height: 43px;
	top: 30px;
	left: 30px;
}
.swiper .swiper-pagination-bullet{
	width: 50px !important;
	border-radius: 5px !important;
	height: 5px !important;
	background: #5bacfe !important;
	opacity: 1 !important;
}
.swiper .swiper-pagination-bullet-active{
	background: #ffffff !important;
}
.online{
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 30px;
	background-color: #1399fc;
	z-index: 9999;
	border-radius: 4px 0 0 4px;
	padding: 10px 4px;
	color: #fff;
	border: 1px solid #fff;
	cursor: pointer;
}
.online a{
	display: block;
	color: #fff;
	text-decoration: none;
}
.online img{
	width: 20px;
	display: block;
	margin: 0 5px;
}
.online span{
	width: 20px;
	display: block;
	margin: 2px 5px;
}
.h5{
	display: none;
}
.pc{
	display: block;
}

@media (max-width:1050px) {
	.pc{
		display: none;
	}
	.h5{
		display: block;
	}
	.swiper .swiper-pagination-bullet{
		width: 25px !important;
	}
	.width1000{
		width: auto;
	}
	.top{
		padding-left: 15px;
		padding-right: 15px;
		width: calc(100% - 30px);
	}
	.topflex{
		height: 50px;
	}
	.top .right{
		width: 120px;
		height: 36px;
		line-height: 36px;
	}
	.top .left{
		width: 100px;
		height: 32px;
	}
	.swiper{
		margin-top: 50px;
	}
	.introduce{
		padding: 40px 15px;
	}
	.introduce .title{
		margin-bottom: 20px;
	}
	.introduce .title .a{
		font-size: 22px;
		font-weight: bold;
		line-height: 31px;
		height: 31px;
	}
	.introduce .title .biaoti{
		width: 14px;
		height: 9px;
	}
	.bg1{
		padding-top: 40px;
		padding-bottom: 0;
	}
	.bg1 .flex {
	    flex-direction: column-reverse;
	}
	.bg1 .info{
		width: calc(100% - 60px);
		margin-left: 15px;
		padding: 15px;
		border-radius: 8px;
		margin-bottom: 15px;
	}
	.bg1 .info .infoImg{
		margin-right: 15px;
	}
	.bg1 .info .infoDetail .infoDetail-1{
		font-size: 19px;
		margin-bottom: 5px;
		font-weight: bold;
	}
	.bg1 .info .infoDetail .infoDetail-2{
		font-size: 14px;
		line-height: 20px;
	}
	.bg1 .sj{
		width: 100%;
		height: auto;
		margin: 0;
		margin-bottom: -20px;
	}
	.bg2 .content{
		padding-top: 0;
		padding-bottom: 50px;
	}
	.bg2 .content .title{
		padding: 50px 15px 20px 15px;
	}
	.bg2 .content .title{
		margin-bottom: 0;
	}
	.bg2 .content .title .a{
		font-size: 22px;
		font-weight: bold;
		line-height: 31px;
		height: 31px;
	}
	.bg2 .content .title .biaoti{
		width: 14px;
		height: 9px;
	}
	.bg2 .content .content{
		width: calc(100% - 106px);
		margin-left: 15px;
		padding: 58px 38px;
		font-size: 14px;
		line-height: 20px;
	}
	.bg2 .content .content .yinhao{
		position: absolute;
		width: 32px;
		height: 30px;
		bottom: 15px;
		right: 15px;
	}
	.bg2 .content .content .yinhao2{
		position: absolute;
		width: 32px;
		height: 30px;
		top: 15px;
		left: 15px;
	}
	.introduce .content{
		border-radius: 4px;
		padding: 22px 16px;
		font-size: 14px;
		line-height: 20px;
	}
	.introduce .content2{
		margin-bottom: 10px;
		flex-wrap: wrap;
	}
	.introduce .content2 .blueBg{
		flex-direction: column;
		width: 100%;
		height: auto;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	.introduce .content2 .blueBg:last-child{
		margin-right: 0;
	}
	.introduce .content2 .blueBg .icon{
		width: 30px;
		margin-top: 15px;
		margin-bottom: 4px;
		margin-right: 0;
	}
	.introduce .content2 .blueBg .text1{
		font-size: 14px;
		text-align: center;
	}
	.introduce .content2 .blueBg .text2{
		font-size: 14px;
		text-align: center;
	}
}