.hengxian{
	background-color: #FFFF18;
	height: 2px;
	width: 50px;
	margin-top: 1rem;
}
.poster, .Product1, .Product2, .Product3, .Product4, .Product5, .Product6, .Product7, .Product8{
	position: relative;
	width: 100%;
}

.poster1{
	position: absolute;
	left: 50%;
}
.poster img{
	width: 100%;
}
.poster1 .hengxian{
	margin-top: 0;
}

.Product1, .Product2, .Product3, .Product4, .Product5, .Product6, .Product7 {
	background-position: 50% 0%;
}

.Product1Div, .Product2Div, .Product3Div, .Product4Div, .Product5Div, .Product6Div, .Product7Div {
	margin: 0 auto;
	width: 100%;
	max-width: 1420px;
	padding: 100px 10px;
}
.Product5Div h2 {
	font-size: 40px;
}
footer {
	padding-top: 100px;
}

.poster{
	position: relative;
	width: 100%;
}
.poster ul li {
	line-height: 0;
}
.poster1 {
	width: 100%;
	max-width: 1420px;
	box-sizing: border-box;
	padding: 0 10px;
	position: absolute;
	left: 50%;
	top: 0%;
	height: 100%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.poster>img {
	width: 100%;
}
.poster1 h1 {
	color: #fff;
	font-size: 72px;
	line-height: 1.3;
	letter-spacing: 2px;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
	margin-top: 5%;
}
.poster1 .al2h1{
	color: #FFFF18;
}
.poster1 .al3h1{
	color: #FFFF18;
}
.poster1 h1 strong {
	font-size: 72px;
	display: block;
	color: #fff;
}
.poster1 .al3h1 strong{
	font-size: 38px;
}
.poster1 h1:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #FCFF00;
	height: 2px;
	width: 60px;
}
.poster1 .Content {
	color: #fff;
	line-height: 2;
	margin-top: 30px;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	text-align: justify;
}
.poster1 ul{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 80px;
}
.poster1 ul li{
	margin-right: 120px;
}
.poster1 ul li img{
	max-width: 80px;
	display: block;
	margin: 0 auto;
}
.poster1 ul li p{
	font-size: 20px;
	color: #FFFF18;
	margin-top: 10px;
	text-align: center;
}

.Product1{
	
}

.Product1Div ul {
	margin-top: 4rem;
	display: flex;
	gap: 15px;
}
.Product1Div ul li {
	flex: 1;
	background-color: #EEF0F3;
	color: #333333;
	text-align: center;
	overflow: hidden;
	padding-bottom: 40px;
}
.Product1Div ul li>img{
	width: 100%;
	display: block;
}
.Product1Div ul li h3{
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	padding: 0 25px;
}
.Product1Div ul li p {
	margin-top: 20px;
	font-size: 16px;
	font-family: none;
	padding: 0 25px;
}
.Product1-two ul li p{
	padding: 0 60px;
}

.Product2 {
	background-size: 1920px auto;
	background-position: center;
	background-repeat: no-repeat;
}
.Product2Div dl{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 80px;
}
.Product2Div dl dt, .Product2Div dl dd{
	flex: 1;
	max-width: 44%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.Product2Div .content {
	color: #fff;
	font-size: 18px;
}
.Product2Div dl dt ul {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.Product2Div dl dt ul li {
	text-align: center;
	color: #fff;
	font-size: 24px;
}
.Product2Div dl dt ul li img {
	max-width: 55px;
	height: auto;
	margin-bottom: 0.8rem;
}

/* 视频播放样式 */
.video-container{
	position: relative;
}
.myVideo {
    width: 100%;
    height: auto;
    display: block;
	border-radius: 25px; /* 圆角 */
}
.playPauseButton {
    position: absolute;
	width: 15%;
	height: 0px;
	padding-bottom: 15%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    cursor: pointer;
    /* display: none; */
	color: #fff;
	font-size: 1.5rem;
	border: 2px solid #fff;
    z-index: 1;
	align-items: center;
	justify-content: center;
}
.playPauseButton i{
	position: absolute;
	padding-top: 100%;
	transform: translate(20%, 0);
}

/* 鼠标悬停时显示播放按钮 */
.video-container:hover .playPauseButton {
    display: flex;
}

.Product4 .Product4Div{
	max-width: 1920px;
	padding: 100px 0;
	padding-bottom: 0;
}
.Product4 .Product4Div .Product4-title{
	display: flex;
	flex-direction: row;
	max-width: 1420px;
	width: 100%;
	margin: 0 auto;
	margin-top: 80px;
	box-sizing: border-box;
	padding: 0 10px;
	justify-content: space-between;
}
.Product4 .Product4Div .Product4-title li{
	height: 70px;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 2px solid #285BDC00;
	font-size: 20px;
	cursor: pointer;
}
.Product4 .Product4Div .Product4-title li.active{
	border-bottom: 2px solid #285BDC;
	color: #285BDC;
}
.Product4 .Product4Div .cont{
	padding: 100px 0;
	background-position: center;
	background-size: 1920px auto;
	background-repeat: no-repeat;
}
.Product4 .Product4Div dl{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 1420px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 10px;
}
.Product4 .Product4Div dl dt, .Product4 .Product4Div dl dd{
	flex: 1;
	max-width: 44%;
	display: flex;
	flex-direction: column;
}
.Product4 .Product4Div dl dt ul li{
	display: none;
}
.Product4 .Product4Div dl dt ul li.active{
	display: block;
}
.Product4 .Product4Div dl dt h3{
	color: #FFFF18;
	font-size: 32px;
	font-family: 'OswaldHeavy', sans-serif;
}
.Product4 .Product4Div dl dt h4{
	color: #fff;
	font-size: 18px;
	font-family: none;
	font-weight: normal;
	margin-top: 10px;
}
.Product4 .Product4Div dl dt p{
	font-size: 18px;
	color: #fff;
	margin-top: 40px;
}
.Product4 .Product4Div dl dt p span{
	color: #FFFF18;
}

.Product5 {
	position: relative;
	padding-top: 56.25%;
}
.Product5 .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.Product5Div {
	color: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	height: 100%;
}
.Product5Div ul{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.Product5Div ul li{
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	box-sizing: border-box;
	padding: 2%;
}
.Product5Div ul li h3{
	color: #F0EA35;
	font-size: 20px;
}
.Product5Div ul li p{
	font-size: 16px;
	color: #fff;
	margin-top: 5px;
}
.Product5Div ul li:nth-child(1){
	width: 270px;
	left: 0%;
	top: 25%;
}
.Product5Div ul li:nth-child(2){
	width: 260px;
	left: 0%;
	bottom: 16%;
}
.Product5Div ul li:nth-child(3){
	width: 280px;
	left: 45%;
	bottom: 10%;
}
.Product5Div ul li:nth-child(4){
	width: 260px;
	right: 0%;
	top: 25%;
}
.Product5Div ul li:nth-child(5){
	width: 260px;
	right: 0%;
	bottom: 16%;
}
.Product5-two ul li:nth-child(1){
	width: 250px;
	left: 23%;
	top: 23%;
}
.Product5-two ul li:nth-child(2){
	width: 290px;
	left: 0%;
	top: 36%;
	bottom: auto;
}
.Product5-two ul li:nth-child(3){
	width: 260px;
	left: 11%;
	bottom: 15%;
}
.Product5-two ul li:nth-child(4){
	width: 290px;
	left: 32%;
	bottom: 10%;
	top: auto;
}


.scene{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.scene .sceneDiv{
	max-width: 1420px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 100px 10px;
}
.scene .sceneDiv ul{
	display: flex;
	flex-direction: row;
	gap: 40px;
	margin-top: 80px;
}
.scene .sceneDiv ul li{
	flex: 1;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}
.scene .sceneDiv ul li h3{
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 30px;
	color: #fff;
	font-weight: 500;
}

.productDisplay{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.productDisplay .productDisplayDiv{
	max-width: 1420px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 100px 10px;
}
.productDisplay .productDisplayDiv .pics{
	padding: 0 120px;
	margin-top: 80px;
	position: relative;
}
.productDisplay .productDisplayDiv .pics .swiper-container{
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 20px;
}
.productDisplay .productDisplayDiv .pics .swiper-slide{
	position: relative;
}
.productDisplay .productDisplayDiv .pics .swiper-slide img{
	display: block;
	width: 100%;
}
.productDisplay .productDisplayDiv .pics .swiper-slide .text{
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	z-index: 2;
	text-align: center;
	color: #fff;
}
.productDisplay .productDisplayDiv .pics .swiper-slide .text h3{
	font-size: 32px;
	font-weight: bold;
}
.productDisplay .productDisplayDiv .pics .swiper-slide .text p{
	font-size: 26px;
	font-family: none;
	margin-top: 10px;
}


.productDisplay .productDisplayDiv .pics .swiper-pagination{
	bottom: 40px;
}
.productDisplay .productDisplayDiv .pics .swiper-pagination-bullet{
	border: 1px solid #fff;
	background: none;
	opacity: 1;
}
.productDisplay .productDisplayDiv .pics .swiper-pagination-bullet-active{
	background: #fff;
}
.pptLeft, .pptRight {
	position: absolute;
	top: 40%;
	flex: 1;
	display: flex;
	align-items: center;
}
.pptLeft{
	left: 0;
}
.pptRight{
	right: 0;
}
.pptLeft button, .pptRight button {
	margin: auto;
	font-size: 30px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	border: 1px solid #0c48ff;
	color:#0c48ff;
	cursor: pointer;
}
.pptLeft button {
	margin-left: 10px;
}
.pptRight button {
	margin-right: 10px;
}
.pptLeft button:hover, .pptRight button:hover {
	color: #fff;
	background-color:#537CE3;
	border: 1px solid #537CE3;
}

.parameter{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.parameter .parameterDiv{
	max-width: 1420px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 100px 10px;
}
.parameter .parameterDiv ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 80px;
}
.parameter .parameterDiv ul li{
	width: calc(20% - (12px * 4) / 5);
	background-color: #fff;
	border-radius: 20px;
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.parameter .parameterDiv ul li p{
	font-size: 18px;
	color: rgba(0,0,0,.5);
	text-align: center;
	padding: 0 10px;
	margin-top: 30px;
}
.parameter .parameterDiv ul li p span{
	font-size: 16px;
}
.parameter .parameterDiv ul li strong{
	display: block;
	margin-top: 80px;
	padding: 0 10px;
	text-align: center;
	font-size: 20px;
	font-family: 'OswaldHeavy', sans-serif;
}
.parameter .parameterDiv ul li img{
	max-width: 400px;
}
.parameter .parameterDiv ul li:last-child{
	width: auto;
	flex: 1;
	padding-bottom: 0;
}

.advantage{
	
}
.advantage .advantageDiv{
	max-width: 1420px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 100px 10px;
}
.advantage .advantageDiv ul{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 30px;
	margin-top: 80px;
}
.advantage .advantageDiv ul li{
	flex: 1;
	background-color: #EEF0F3;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px;
	text-align: center;
}
.advantage .advantageDiv ul li h3{
	margin-top: 30px;
	font-size: 24px;
}
.advantage .advantageDiv ul li p{
	margin-top: 30px;
	font-size: 18px;
}

.added{
	background-color: #285BDC;
}
.added .addedDiv{
	max-width: 1420px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 100px 10px;
}
.added .addedDiv ul{
	display: flex;
	flex-direction: row;
	gap: 50px;
	align-items: center;
}
.added .addedDiv ul li{
	flex: 1;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	text-align: center;
	padding: 40px;
	color: #FFFF18;
}
.added .addedDiv ul li h3{
	font-size: 48px;
	font-style: italic;
}
.added .addedDiv ul li p{
	font-size: 18px;
	color: #fff;
	margin-top: 30px;
}

.Product7 {
	background-repeat: no-repeat;
	background-size: 1920px auto;
	background-position: center;
}
.Product7Div {
	padding-bottom: 100px;
	text-align: left;
	position: relative;
}
.Product7Div .parameter{
	margin-top: 80px;
}
.Product7Div ul {
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 40px 80px;
	margin-bottom: 30px;
	position: relative;
	display: flex;
	flex-direction: row;
}
.Product7Div ul li {
	flex: 1;
	vertical-align: top;
}
.Product7Div ul li:nth-of-type(3) {
	width: 9%;
}
.Product7Div ul li h3 {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 26px;
	font-weight: 500;
}
.Product7Div ul li h3 img {
	margin-right: 10px;
}
.Product7Div ul li p {
	font-size: 18px;
	margin-top: 10px;
	line-height: 40px;
}
.Product7Div ul li>img{
	position: absolute;
	right: -40px;
	top: 40px;
}
.Product7Div .contentNow{
	position: absolute;
	left: 0;
	bottom: -100px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 30px;
	height: 220px;
}
.Product7Div .contentNow .pic{
	position: absolute;
	left: -60px;
	top: -40px;
}
.Product7Div .contentNow dl{
	padding-left: 35%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.Product7Div .contentNow dl dt{
	flex: 1;
	display: flex;
	flex-direction: column;
}
.Product7Div .contentNow dl dt h3{
	font-size: 34px;
	color: #FFFF18;
	font-family: 'OswaldHeavy', sans-serif;
}
.Product7Div .contentNow dl dt p{
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
	font-weight: normal;
}
.Product7Div .contentNow dl dd{
	padding-right: 40px;
}
.Product7Div .contentNow dl dd a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 50px;
	border-radius: 17px;
	font-size: 20px;
}

.pCore{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pCore .pCoreDiv{
	max-width: 1420px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 100px 10px;
}
.pCore .pCoreDiv>ul{
	margin-top: 80px;
	display: flex;
	flex-direction: row;
	gap: 50px;
}
.pCore .pCoreDiv>ul>li{
	background-color: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	flex: 1;
	transition: background .5s;
}
.pCore .pCoreDiv>ul>li .img-box{
	overflow: hidden;
}
.pCore .pCoreDiv>ul>li .img-box img{
	width: 100%;
	max-width: none;
	display: block;
	transition: all .5s;
}
.pCore .pCoreDiv>ul>li .text{
	padding: 20px 45px;
}
.pCore .pCoreDiv>ul>li .text h3{
	font-size: 18px;
	font-weight: normal;
	color: #285BDC;
}
.pCore .pCoreDiv>ul>li .text h4{
	font-size: 24px;
	margin-top: 40px;
	color: #333;
	font-weight: bold;
}
.pCore .pCoreDiv>ul>li .text ul{
	margin-top: 40px;
}
.pCore .pCoreDiv>ul>li .text ul li{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 26px;
	color: #333;
}
.pCore .pCoreDiv>ul>li .text ul li:after{
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 21px;
	height: 21px;
	background-image: url('../_image/solution_pic18.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.pCore .pCoreDiv>ul>li:hover .img-box img{
	transform: scale(1.05);
}
.pCore .pCoreDiv>ul>li:hover{
	background-color: #285BDC;
}
.pCore .pCoreDiv>ul>li:hover .text h3{
	color: #fff;
}
.pCore .pCoreDiv>ul>li:hover .text h4{
	color: #fff;
}
.pCore .pCoreDiv>ul>li:hover .text ul li{
	color: #fff;
}
.pCore .pCoreDiv>ul>li:hover .text ul li:after{
	background-image: url('../_image/solution_pic18_2.webp');
}
.pCore2 .pCoreDiv>ul>li{
	border-radius: 0;
	text-align: center;
}
.pCore2 .pCoreDiv>ul>li .text{
	padding: 30px 31px;
}
.pCore2 .pCoreDiv>ul>li .text h3{
	color: #333;
	font-size: 24px;
	font-weight: bold;
}
.pCore2 .pCoreDiv>ul>li .text p{
	font-size: 18px;
	line-height: 32px;
	margin-top: 20px;
	text-align: justify;
}
.pCore2 .pCoreDiv .more{
	display: flex;
	width: 260px;
	height: 44px;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 50px;
	align-items: center;
	justify-content: center;
}
.pCore2 .pCoreDiv>ul>li:hover{
	background: #fff;
}
.pCore2 .pCoreDiv>ul>li:hover .text h3{
	color: #333;
}
.pCore2 .pCoreDiv .more i{
	font-size: 24px;
	margin-left: 10px;
}

.brain{
	
}
.brain .brainDiv{
	max-width: 1420px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 100px 10px;
}
.brain .brainDiv dl{
	margin-top: 80px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.brain .brainDiv dl dt{
	width: 43%;
}
.brain .brainDiv dl dt .img-box{
	overflow: hidden;
}
.brain .brainDiv dl dt .img-box img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.brain .brainDiv dl dt .img-box:hover img{
	transform: scale(1.05);
}
.brain .brainDiv dl dd{
	width: 43%;
}
.brain .brainDiv dl dd ul li h3{
	font-size: 24px;
	font-weight: bold;
	position: relative;
	padding-left: 29px;
}
.brain .brainDiv dl dd ul li{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #285BDC;
}
.brain .brainDiv dl dd ul li:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.brain .brainDiv dl dd ul li h3:after{
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 24px;
	height: 24px;
	background-image: url('../_image/solution_pic19.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.brain .brainDiv dl dd ul li p{
	font-size: 18px;
	line-height: 32px;
	margin-top: 10px;
	word-break: break-all;
}

@media screen and (max-width:1500px){
	.Product7Div .contentNow .pic{
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 400px;
	}
}
@media screen and (max-width:1300px){
	.poster1 h1{
		font-size: 58px;
	}
	.poster1 h1 strong{
		font-size: 58px;
	}
	.poster1 .Content{
		font-size: 16px;
		line-height: 28px;
	}
	
	.Product1Div ul li{
		padding-bottom: 20px;
	}
	.Product1Div ul li h3{
		font-size: 16px;
		margin-top: 20px;
	}
	
	.pCore .pCoreDiv>ul{
		gap: 20px;
	}
	.pCore .pCoreDiv>ul>li .text h3{
		font-size: 16px;
	}
	.pCore .pCoreDiv>ul>li .text h4{
		font-size: 20px;
		margin-top: 30px;
	}
	.pCore .pCoreDiv>ul>li .text ul{
		margin-top: 30px;
	}
	.pCore .pCoreDiv>ul>li .text ul li{
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.pCore .pCoreDiv>ul>li .text ul li:after{
		width: 18px;
		height: 18px;
	}
	
	.brain .brainDiv dl dt{
		width: 47%;
	}
	.brain .brainDiv dl dd{
		width: 47%;
	}
	.brain .brainDiv dl dd ul li h3{
		font-size: 22px;
	}
	.brain .brainDiv dl dd ul li h3:after{
		top: 6px;
		width: 20px;
		height: 20px;
	}
	.brain .brainDiv dl dd ul li p{
		font-size: 14px;
		line-height: 24px;
	}
	
	.pCore2 .pCoreDiv>ul>li .text h3{
		font-size: 20px;
	}
	.pCore2 .pCoreDiv>ul>li .text p{
		font-size: 16px;
		line-height: 28px;
	}
	
	.Product7Div{
		padding-bottom: 0px;
	}
	.Product7Div .contentNow dl dt h3{
		font-size: 27px;
	}
	.Product7Div .contentNow dl dt p{
		font-size: 16px;
	}
	.Product7Div .contentNow dl dd a{
		width: 136px;
		height: 40px;
		font-size: 16px;
	}
	.Product7Div .contentNow .pic{
		width: 320px;
	}
	.Product7Div .contentNow{
		height: 176px;
		bottom: -88px;
	}
}
@media screen and (max-width:1024px){
	.Product1Div, .Product2Div, .Product3Div, .Product4Div, .Product5Div, .Product6Div, .Product7Div{
		padding: 80px 10px;
	}
	
	.poster1 h1{
		font-size: 46px;
		margin-top: 0;
	}
	.poster1 h1 strong{
		font-size: 46px;
	}
	.poster1 .Content{
		font-size: 14px;
		line-height: 24px;
	}
	
	.Product1Div ul{
		flex-wrap: wrap;
		gap: 10px;
	}
	.Product1Div ul li{
		flex: none;
		width: calc(33.333% - (10px *2) / 3);
		padding-bottom: 40px;
	}
	.Product1Div ul li h3{
		font-size: 20px;
		margin-top: 30px;
	}
	
	
	.pCore .pCoreDiv>ul{
		gap: 10px;
	}
	.pCore .pCoreDiv>ul>li .text{
		padding: 20px;
	}
	.pCore .pCoreDiv>ul>li .text ul li{
		font-size: 14px;
		line-height: 22px;
	}
	.pCore .pCoreDiv>ul>li .text h4{
		font-size: 18px;
		margin-top: 15px;
	}
	.pCore .pCoreDiv>ul>li .text h3{
		font-size: 14px;
	}
	.pCore .pCoreDiv>ul>li .text ul li:after {
		width: 16px;
		height: 16px;
	}
	.pCore .pCoreDiv>ul>li .text ul{
		margin-top: 20px;
	}
	
	.pCore .pCoreDiv{
		padding: 80px 10px;
	}
	
	.brain .brainDiv{
		padding: 80px 10px;
	}
	
	.pCore2 .pCoreDiv>ul{
		flex-wrap: wrap;
	}
	.pCore2 .pCoreDiv>ul>li{
		width: calc(50% - 5px);
		flex: none;
	}
	.pCore2 .pCoreDiv>ul>li .text h3{
		font-size: 24px;
	}
	.pCore2 .pCoreDiv>ul>li .text p{
		font-size: 18px;
		line-height: 32px;
	}
	
	.productDisplay .productDisplayDiv{
		padding: 80px 10px;
	}
	
	.pptLeft, .pptRight{
		display: none;
	}
	.productDisplay .productDisplayDiv .pics{
		padding: 0;
	}
	
	.Product7Div{
		padding: 0 10px;
		padding-bottom: 40px;
	}
	.Product7Div .contentNow{
		position: relative;
		bottom: 0;
		width: 100%;
		left: 0;
	}
	.Product7Div .contentNow .pic{
		width: 280px;
	}
	.Product7Div .contentNow dl{
		padding-left: 40%;
	}
	.Product7Div .contentNow dl dt h3{
		font-size: 18px;
	}
	.Product7Div .contentNow dl dt p{
		font-size: 12px;
	}
	
	footer{
		padding-top: 0;
	}
}
@media screen and (max-width:768px){
	.Product1Div, .Product2Div, .Product3Div, .Product4Div, .Product5Div, .Product6Div, .Product7Div{
		padding: 40px 10px;
	}
	
	.poster1 h1{
		font-size: 36px;
		padding-bottom: 10px;
	}
	.poster1 h1 strong{
		font-size: 36px;
	}
	.poster1 .Content{
		font-size: 12px;
		line-height: 20px;
		margin-top: 15px;
	}
	
	.Product1Div ul{
		margin-top: 40px;
	}
	.Product1Div ul li{
		padding-bottom: 20px;
	}
	.Product1Div ul li h3{
		margin-top: 20px;
		font-size: 16px;
	}
	
	.pCore .pCoreDiv{
		padding: 40px 10px;
	}
	.pCore .pCoreDiv>ul{
		gap: 0;
		display: block;
		margin-top: 40px;
	}
	.pCore .pCoreDiv>ul>li{
		max-width: 500px;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	.brain .brainDiv{
		padding: 40px 10px;
	}
	.brain .brainDiv dl{
		margin-top: 40px;
		display: block;
	}
	.brain .brainDiv dl dt{
		width: auto;
	}
	.brain .brainDiv dl dd{
		width: auto;
		margin-top: 20px;
	}
	
	.pCore2 .pCoreDiv>ul>li{
		width: 100%;
		max-width: 500px;
	}
	
	.productDisplay .productDisplayDiv{
		padding: 40px 10px;
	}
	.productDisplay .productDisplayDiv .pics{
		margin-top: 40px;
	}
	
	.Product7Div{
		padding: 0 10px;
		padding-bottom: 40px;
	}
	.Product7Div .contentNow{
		height: auto;
		padding-bottom: 20px;
	}
	.Product7Div .contentNow .pic{
		position: static;
		width: 50%;
		transform: translateY(0);
	}
	.Product7Div .contentNow dl{
		padding-left: 10px;
	}
	.Product7Div .contentNow dl dd{
		padding-right: 10px;
	}
}
@media screen and (max-width:600px){
	.poster1 h1{
		font-size: 28px;
		padding-bottom: 10px;
	}
	.poster1 h1 strong{
		font-size: 28px;
	}
	.poster1 .Content{
		font-size: 0.625rem;
		line-height: 1.125rem;
	}
	
	.Product1Div ul li{
		width: calc(50% - 5px);
	}
	
}
@media screen and (max-width:480px){
	.poster1 h1{
		font-size: 24px;
		padding-bottom: 8px;
	}
	.poster1 h1 strong{
		font-size: 24px;
	}
	.poster1 .Content{
		font-size: 0.5rem;
		line-height: 14px;
		margin-top: 10px;
	}
	
	.Product7Div .contentNow dl dd a{
		width: 108px;
		height: 32px;
		font-size: 12px;
	}
	.Product7Div .contentNow dl dt h3{
		font-size: 14px;
	}
	.Product7Div .contentNow dl dt p{
		font-size: 0.5625rem;
	}
}