.grid_box_4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	width: 100%;
	/* grid-gap: 18rpx; */
	grid-row-gap: 20px;
	grid-column-gap: 15px;
}

.grid_item_product {
	width: 285px;
	height: 280px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(121, 148, 193, 0.0600);
	opacity: 1;
	border-radius: 4px;
	padding: 20px 20px 20px;
	cursor: pointer;
	transition: all .5s ease-in-out;
}

.grid_product_bg {
	background-image: url('../images/product_header_bg.png');
	background-repeat: no-repeat;
	background-size: 205px 95px;
	background-position: right top;
	box-shadow: 0px 5px 20px rgba(121, 148, 193, 0.0600);
	transform: translateY(-15px);
}

.pro_header {
	border-bottom: 1px solid #eee;
}

.pro_header img {
	height: 45px;
	height: 45px;
	margin-right: 12px;
}

.pro_header .title {
	height: 25px;
	font-size: 17px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #333333;
}
.grid_item_title {
	font-size: 13px;
	font-family: PingFang SC;
	color: #999;
}
.pro_header .badge {
	width: 56px;
	height: 19px;
	border: 1px solid #2A7EFB;
	border-radius: 2px;
	font-size: 12px;
	font-family: PingFang SC;
	line-height: 12px;
	color: #2A7EFB;
	margin-left: 6px;
}

.pro_body .picture {
	width: 245px;
	height: 148px;
	background-color: #DFEAFC;
	border-radius: 2px;
}

.pro_body .picture img {
	width: 245px;
	height: 148px;
	border-radius: 2px;
}

.pro_body .grid_item_info {
	width: 245px;
	height: 170px;
}

.pro_body .grid_item_info .title {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
}

.pro_body .grid_item_info .desc {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 24px;
	color: #888888;
}

.pro_body .grid_item_info .btn {
	width: 90px;
	height: 34px;
	border: 1px solid #2A7EFB;
	border-radius: 3px;
	font-size: 13px;
	color: #2A7EFB;
}
.pro_body .grid_item_info .btn a{
	color: #2A7EFB;
}
.pro_body .grid_item_info .btn_active {
	background-color: #2A7EFB;
	color: #fff;
}

.grid_box_6 {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: auto;
	width: 100%;
	grid-gap: 10px;
}

.section1 {
	height: 800px;
	background-image: url('../images/index_banner.png');
	position: relative;
}

.swiper {
	--swiper-pagination-color: #fff;
}

.mySwiper .swiper-pagination {
	/* width: 20% !important; */
	bottom: 80px !important;
	/* left: 20% !important; */
}

.mySwiper .swiper-pagination-bullet {
	width: 40px !important;
	height: 6px !important;
	background-color: #E6F0FF !important;
	border-radius: 0 !important;
}
.mySwiper .swiper-pagination-bullet:active{
	box-shadow: none;
	outline: none;
}
.mySwiper img{
	width: 100%;
}
.swiper-container{
	height: 430px;
}
.swiper-container img{
	width: 218px;
	height: 390px;
}
.swiper-container .swiper-pagination {
	bottom: -3px !important;
}
.swiper-container .swiper-pagination-bullet{
	width: 4px !important;
	height: 4px !important;
	border-radius: 50% !important;
	background: #fff!important;
}
.ad_box {
	position: absolute;
	width: 1200px;
	height: 104px;
	background: #fff;
	border-radius: 4px;
	left: 0;
	right: 0;
	margin: auto;
	top: -52px;
	z-index: 8;
	/* padding-left: 50px; */
}

.center_line {
	position: relative;
}

.center_line ::after {
	content: '';
	width: 1px;
	height: 57px;
	background: #eee;
	position: absolute;
	top: 4px;
	right: 0;
}

.ad_box_item {
	width: 50%;
}

.ad_box_item img {
	width: 70px;
}

.ad_title {
	font-size: 17px;
	font-family: PingFang SC;
	font-weight: 500;
	line-height: 22px;
	color: #333333;
}
.ad_box_item{
	transition: all .7s;
}
.ad_box_item:hover{
	transform: translateY(-5px);
}
.ad_text {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 18px;
	color: #999999;
	margin-top: 8px;
}
.ad_text a{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 18px;
	color: #999999;
	margin-right: 5px;
}
.ad_title:hover{
	color: #2A7EFB;
}
.ad_text a:hover{
	color: #2A7EFB;
}
.ad_text div ~ div{
	margin-left: 5px;
}
.section2s {
	/* height: 896px; */
	background-image: url('../images/section2_bg.png');
	position: relative;
}

