.poster, .Product1, .Product2, .Product3, .Product4, .Product5, .Product6, .Product7, .Product8{
	position: relative;
	width: 100%;
}
.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;
}

.hengxian{
	background-color: #FFFF18;
	height: 2px;
	width: 50px;
	margin-top: 1rem;
}
.poster1{
	position: absolute;
	left: 50%;
}
.poster img{
	width: 100%;
}
.poster1 .hengxian{
	margin-top: 0;
}
.poster{
	position: relative;
	width: 100%;
}
.poster ul li {
	line-height: 0;
}
.poster1 {
	width: 100%;
	max-width: 1440px;
	box-sizing: border-box;
	padding: 0 20px;
	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;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
}
.poster1 .al2h1{
	color: #FFFF18;
}
.poster1 h1 strong {
	font-size: 80px;
	display: block;
	color: #fff;
	font-weight: bold;
}
.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: 34px;
	font-weight: bold;
}
.poster1 .Content span{
	font-size: 52px;
	color: #FCFF00;
	margin: 0 10px;
	font-family: none;
	font-weight: 500;
}

.Product1Div ul {
	display: flex;
	flex-direction: row;
	gap: 10px;
	margin-top: 80px;
	justify-content: space-between;
}
.Product1Div ul li {
	background-color: #EEF0F3;
	color: #333333;
	text-align: center;
	overflow: hidden;
	flex: 1;
}
.Product1Div ul li img{
	width: 100%;
}
.Product1Div ul li p {
	font-size: 20px;
	line-height: 32px;
	padding: 30px;
	padding-bottom: 40px;
}

.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;
	line-height: 32px;
	text-align: justify;
}
.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;
}
.Product2Div dl dt ul li p{
	font-size: 24px;
	font-weight: 500;
}

.Product9 {
	background-color: #EEF0F3;
}
.Product9Div {
	max-width: 1420px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	padding: 100px 10px;
}
.Product9Div ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px;
}
.Product9Div ul{
	margin-top: 80px;
}
.Product9Div ul li .img-box{
	overflow: hidden;
}
.Product9Div ul li .img-box img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.Product9Div ul li:hover .img-box img{
	transform: scale(1.05);
}
.Product9Div ul li{
	width: calc(25% - (30px * 3) / 4);
}
.Product9Div ul li h3{
	text-align: center;
	height: 50px;
	line-height: 50px;
	background-color: #285BDC;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

.Product4 .Product4Div{
	max-width: 1920px;
	padding: 100px 0;
	padding-bottom: 0;
	position: relative;
}
.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;
	font-weight: bold;
}
.Product4 .Product4Div .Product4-title li.active{
	border-bottom: 2px solid #285BDC;
	color: #285BDC;
	font-weight: bold;
}
.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: 43%;
	display: flex;
	flex-direction: column;
}
.Product4 .Product4Div dl dd{
	position: relative;
}
.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;
	line-height: 32px;
	color: #fff;
	margin-top: 40px;
	text-align: justify;
}
.Product4 .Product4Div .Product4-prev, .Product4 .Product4Div .Product4-next{
	color: #285BDC;
	position: absolute;
	z-index: 2;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	cursor: pointer;
	background-color: rgba(255,255,255,0.6);
	width: 26px;
	height: 26px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.Product4 .Product4Div .Product4-prev{
	padding-right: 2px;
}
.Product4 .Product4Div .Product4-next{
	padding-left: 2px;
	left: auto;
	right: 5px;
}
.Product4 .Product4Div .Product4-prev .fa, .Product4 .Product4Div .Product4-next .fa{
	font-size: 22px;
}

.Product7 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.Product7Div {
	padding-bottom: 130px;
	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;
	padding-right: 10px;
}
.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: bold;
}
.Product7Div ul li h3 img {
	margin-right: 10px;
}
.Product7Div ul li p {
	font-size: 18px;
	margin-top: 10px;
	line-height: 40px;
	font-weight: normal;
}
.Product7Div .contentNow dl dt p br{
	display: none;
}
.Product7Div ul li p strong{
	font-weight: normal;
}
.Product7Div ul li>img{
	width: auto;
	height: 270px;
	position: absolute;
	right: -40px;
	top: 40px;
}
.Product7Div .contentNow{
	position: absolute;
	left: 10px;
	width: calc(100% - 20px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 30px;
	height: 220px;
	bottom: 0;
	transform: translateY(50%);
}
.Product7Div .contentNow .pic{
	width: auto;
	height: 270px;
	position: absolute;
	left: -40px;
	top: -40px;
}
.Product7Div .contentNow dl{
	padding-left: 45%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}
.Product7Div .contentNow dl dt{
	flex: 1;
	display: flex;
	flex-direction: column;
}
.Product7Div .contentNow dl dt h3{
	font-size: 34px;
	color: #FFFF18;
	font-weight: bold;
}
.Product7Div .contentNow dl dt p{
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
}
.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;
}

.Product5Div h2 {
	font-size: 40px;
}
.Product5 {
	position: relative;
	height: 1080px;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.Product5 .bg{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	max-width: none;
	top: 0;
	width: 1920px;
	z-index: 1;
}
.Product5Div {
	color: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	height: 100%;
	background-size: cover;
	background-position: center;
}
@media (min-width:769px){
	.Product5Div{
		background-image: none !important;
	}
}
.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%;
	text-align: justify;
}
.Product5Div ul li h3{
	color: #F0EA35;
	font-size: 20px;
	font-weight: bold;
}
.Product5Div ul li .fa{
	display: none;
	margin-right: 8px;
	color: #285BDC;
}
.Product5Div ul li p{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin-top: 5px;
}
.Product5-1 .top-list li:nth-child(1){
	width: 270px;
	left: 39%;
	top: 7%;
}
.Product5-1 .top-list li:nth-child(2){
	width: 260px;
	left: 19%;
	top: 15%;
}
.Product5-1 .top-list li:nth-child(3){
	width: 240px;
	left: 0%;
	top: 30%;
}
.Product5-1 .top-list li:nth-child(4){
	width: 310px;
	left: 3%;
	top: 50%;
}
.Product5-1 .bottom-list li:nth-child(1){
	width: 300px;
	left: 12%;
	bottom: 12%;
}
.Product5-1 .bottom-list li:nth-child(2){
	width: 280px;
	left: 40%;
	bottom:7%;
}
.Product5-1 .bottom-list li:nth-child(3){
	width: 270px;
	right: 12%;
	bottom: 5%;
}
.Product5-1 .bottom-list li:nth-child(4){
	width: 270px;
	right: 0%;
	bottom: 12%;
}
.Product5-2 .top-list li:nth-child(1){
	width: 250px;
	left: 42%;
	top: 11%;
}
.Product5-2 .top-list li:nth-child(2){
	width: 260px;
	left: 23%;
	top: 15%;
}
.Product5-2 .top-list li:nth-child(3){
	width: 270px;
	left: 3%;
	top: 25%;
}
.Product5-2 .top-list li:nth-child(4){
	width: 300px;
	left: 0%;
	top: 43%;
}
.Product5-2 .top-list li:nth-child(5){
	width: 260px;
	left: 4%;
	bottom: 22%;
}
.Product5-2 .bottom-list li:nth-child(1){
	width: 240px;
	left: 19%;
	bottom:5%;
}
.Product5-2 .bottom-list li:nth-child(2){
	width: 260px;
	right: 43%;
	bottom:5%;
}
.Product5-2 .bottom-list li:nth-child(3){
	width: 230px;
	right: 23%;
	bottom:5%;
}
.Product5-2 .bottom-list li:nth-child(4){
	width: 290px;
	right: 0%;
	bottom:20%;
}

@media screen and (max-width:1600px){
	.Product5{
		height: 900px;
	}
	.Product5 .bg{
		width: 1600px;
	}
	.Product5Div ul li h3{
		font-size: 16px;
	}
	.Product5Div ul li p{
		font-size: 13px;
		line-height: 20px;
	}
	.Product5-1 .top-list li:nth-child(1) {
		width: 224px;
		left: 42%;
		top: 10%;
	}
	.Product5-1 .top-list li:nth-child(2) {
		width: 215px;
		left: 22%;
		top: 18%;
	}
	.Product5-1 .top-list li:nth-child(3) {
		width: 200px;
		left: 3%;
		top: 33%;
	}
	.Product5-1 .top-list li:nth-child(4) {
		width: 257px;
		left: 6%;
		top: 51%
	}
	.Product5-1 .bottom-list li:nth-child(1) {
		width: 250px;
		left: 14%;
		bottom: 15%
	}
	.Product5-1 .bottom-list li:nth-child(2) {
		width: 232px;
		left: 40%;
		bottom: 10%;
	}
	.Product5-1 .bottom-list li:nth-child(3) {
		width: 224px;
		right: 14%;
		bottom: 8%;
	}
	.Product5-1 .bottom-list li:nth-child(4) {
		width: 224px;
		right: 3%;
		bottom: 15%;
	}
	.Product5-2 .top-list li:nth-child(1){
		width: 207px;
		left: 42%;
		top: 11%;
	}
	.Product5-2 .top-list li:nth-child(2){
		width: 215px;
		left: 23%;
		top: 15%;
	}
	.Product5-2 .top-list li:nth-child(3){
		width: 224px;
		left: 3%;
		top: 25%;
	}
	.Product5-2 .top-list li:nth-child(4){
		width: 250px;
		left: 0%;
		top: 43%;
	}
	.Product5-2 .top-list li:nth-child(5){
		width: 215px;
		left: 4%;
		bottom: 22%;
	}
	.Product5-2 .bottom-list li:nth-child(1){
		width: 200px;
		left: 17%;
		bottom:5%;
	}
	.Product5-2 .bottom-list li:nth-child(2){
		width: 215px;
		right: 45%;
		bottom:5%;
	}
	.Product5-2 .bottom-list li:nth-child(3){
		width: 190px;
		right: 25%;
		bottom:5%;
	}
	.Product5-2 .bottom-list li:nth-child(4){
		width: 240px;
		right: 3%;
		bottom:20%;
	}
}
@media screen and (max-width:1500px){
	.Product7Div ul li>img{
		position: relative;
		right: 0;
		top: 0;
		height: auto;
		width: 90%;
		display: block;
		margin: 0 auto;
	}
}
@media screen and (max-width:1470px){
	.Product7Div .contentNow{
		width: calc(100% - 20px);
		left: 10px;
	}
	.Product7Div .contentNow .pic{
		left: 0px;
		top: 0px;
		height: 260px;
	}
}
@media screen and (max-width:1300px){
	.poster1 h1{
		font-size: 58px;
	}
	.poster1 h1 strong{
		font-size: 64px;
	}
	.poster1 .Content{
		font-size: 26px;
	}
	
	.Product1Div ul li p{
		font-size: 16px;
		line-height: 26px;
		padding: 20px 30px;
		padding-bottom: 30px;
	}
	
	.Product2Div dl dt ul li img{
		max-width: 44px;
	}
	.Product2Div dl dt ul li p{
		font-size: 19px;
	}
	
	.Product9Div ul li h3{
		font-size: 16px;
	}
	
	.Product4 .Product4Div .Product4-title li{
		font-size: 18px;
	}
	
	.Product7Div{
		padding-bottom: 88px;
	}
	.Product7Div ul li h3 img{
		width: 20px;
	}
	.Product7Div ul li h3{
		font-size: 20px;
	}
	.Product7Div ul li p{
		font-size: 14px;
	}
	.Product7Div .contentNow dl dt h3{
		font-size: 28px;
	}
	.Product7Div .contentNow dl dt p{
		font-size: 16px;
	}
	.Product7Div .contentNow dl dd a{
		width: 136px;
		height: 40px;
		font-size: 16px;
	}
	.Product7Div .contentNow .pic{
		height: 220px;
	}
	.Product7Div .contentNow{
		height: 176px;
	}
}
@media screen and (max-width:1200px){
	.Product5Div{
		padding: 60px 10px;
	}
	.hengxian{
		width: 40px;
	}
	.Product5Div h2{
		font-size: 26px;
	}
	.Product5{
		height: 675px;
	}
	.Product5 .bg{
		width: 1200px;
	}
	.Product5Div ul li h3{
		font-size: 12px;
	}
	.Product5Div ul li p{
		font-size: 0.5625rem;
		line-height: 0.9375rem;
	}
	.Product5-1 .top-list li:nth-child(1){
		width: 168px;
		left: 38%;
	}
	.Product5-1 .top-list li:nth-child(2){
		width: 161px;
		top: 17%;
		left: 19%;
	}
	.Product5-1 .top-list li:nth-child(3){
		width: 150px;
		left: 3%;
		top: 30%;
	}
	.Product5-1 .top-list li:nth-child(4){
		width: 192px;
		left: 6%;
	}
	.Product5-1 .bottom-list li:nth-child(1){
		width: 187px;
		left: 13%;
		bottom: 12%;
	}
	.Product5-1 .bottom-list li:nth-child(2){
		width: 174px;
		left: 40%;
		bottom: 6%;
	}
	.Product5-1 .bottom-list li:nth-child(3){
		width: 168px;
		right: 14%;
	}
	.Product5-1 .bottom-list li:nth-child(4){
		width: 168px;
		right: 11%;
	}
	.Product5-2 .top-list li:nth-child(1){
		width: 155px;
	}
	.Product5-2 .top-list li:nth-child(2){
		width: 161px;
	}
	.Product5-2 .top-list li:nth-child(3){
		width: 168px;
		left: 4%;
	}
	.Product5-2 .top-list li:nth-child(4){
		width: 187px;
		left: 2%;
	}
	.Product5-2 .top-list li:nth-child(5){
		width: 161px;
		left: 5%;
		bottom: 18%;
	}
	.Product5-2 .bottom-list li:nth-child(1){
		width: 150px;
		left: 24%;
	}
	.Product5-2 .bottom-list li:nth-child(2){
		width: 161px;
		right: 41%;
	}
	.Product5-2 .bottom-list li:nth-child(3){
		width: 142px;
		right: 23%;
	}
	.Product5-2 .bottom-list li:nth-child(4){
		width: 180px;
	}
}
@media screen and (max-width:1024px){
	.Product1Div, .Product2Div, .Product3Div, .Product4Div, .Product5Div, .Product6Div, .Product7Div{
		padding: 80px 10px;
	}
	
	.poster1 h1{
		font-size: 46px;
	}
	.poster1 h1 strong{
		font-size: 50px;
	}
	.poster1 .Content{
		font-size: 20px;
	}
	
	.Product1Div ul li p{
		font-size: 14px;
		line-height: 22px;
	}
	
	.Product2Div .content{
		font-size: 14px;
		line-height: 24px;
	}
	.Product2Div dl dt ul{
		margin-top: 20px;
	}
	.Product2Div dl dt ul li p{
		font-size: 15px;
	}
	.Product2Div dl dt, .Product2Div dl dd{
		max-width: 47%;
	}
	
	.Product9Div{
		padding: 80px 10px;
	}
	.Product9Div ul{
		gap: 10px;
	}
	.Product9Div ul li{
		width: calc(25% - (10px * 3) / 4);
	}
	
	.Product4 .Product4Div{
		padding: 80px 0;
		padding-bottom: 0;
	}
	.Product4 .Product4Div .Product4-title{
		margin-top: 20px;
	}
	.Product4 .Product4Div .cont{
		padding: 80px 0;
	}
	.Product4 .Product4Div .Product4-title li{
		font-size: 13px;
	}
	.Product4 .Product4Div dl dt h3{
		font-size: 26px;
	}
	.Product4 .Product4Div dl dt h4{
		font-size: 16px;
	}
	.Product4 .Product4Div dl dt p{
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px;
	}
	
	.Product7{
		background-size: cover;
	}
	.Product7Div{
		padding-bottom: 88px;
	}
	.Product7Div ul{
		padding: 20px 40px;
	}
	.Product7Div .contentNow .pic{
		height: 176px;
	}
	
	.Product5{
		height: 575px;
	}
	.Product5Div{
		padding: 40px 10px;
	}
	.Product5 .bg{
		width: 1024px;
	}
	.Product5Div ul li h3{
		font-size: 10px;
	}
	.Product5Div ul li p{
		font-size: 0.45rem;
		line-height: 12px;
	}
	.Product5-1 .top-list li:nth-child(1){
		width: 143px;
		left: 40%;
	}
	.Product5-1 .top-list li:nth-child(2){
		width: 137px;
		left: 20%;
		top: 18%;
	}
	.Product5-1 .top-list li:nth-child(3){
		width: 128px;
		left: 2%;
		top: 32%;
	}
	.Product5-1 .top-list li:nth-child(4){
		width: 163px;
	}
	.Product5-1 .bottom-list li:nth-child(1){
		width: 150px;
		left: 12%;
		bottom: 14%;
	}
	.Product5-1 .bottom-list li:nth-child(2){
		width: 138px;
		left: 38%;
	}
	.Product5-1 .bottom-list li:nth-child(3){
		width: 143px;
		right: 18%;
	}
	.Product5-1 .bottom-list li:nth-child(4){
		width: 143px;
		right: 6%;
	}
	.Product5-2 .top-list li:nth-child(1){
		width: 132px;
		left: 43%;
	}
	.Product5-2 .top-list li:nth-child(2){
		width: 137px;
		left: 24%;
	}
	.Product5-2 .top-list li:nth-child(3){
		width: 143px;
	}
	.Product5-2 .top-list li:nth-child(4){
		width: 159px;
	}
	.Product5-2 .top-list li:nth-child(5){
		width: 137px;
	}
	.Product5-2 .bottom-list li:nth-child(1){
		width: 128px;
	}
	.Product5-2 .bottom-list li:nth-child(2){
		width: 120px;
	}
	.Product5-2 .bottom-list li:nth-child(3){
		width: 121px;
	}
	.Product5-2 .bottom-list li:nth-child(4){
		width: 153px;
	}
}
@media screen and (max-width:768px){
	.Product1Div, .Product2Div, .Product3Div, .Product4Div, .Product5Div, .Product6Div, .Product7Div{
		padding: 40px 10px;
	}
	
	.poster1{
		justify-content: flex-start;
	}
	.poster1 h1{
		font-size: 46px;
		padding-bottom: 15px;
		text-align: center;
		margin-top: 15%;
	}
	.poster1 h1:after{
		left: 50%;
		transform: translateX(-50%);
	}
	.poster1 h1 strong{
		font-size: 28px;
	}
	.poster1 .Content{
		margin-top: 20px;
		text-align: center;
		font-size: 14px;
		line-height: 20px;
	}
	
	.Product1Div ul{
		margin-top: 40px;
		flex-wrap: wrap;
	}
	.Product1Div ul li{
		flex: none;
		width: calc(50% - 5px);
	}
	.Product1Div ul li p{
		font-size: 20px;
		line-height: 32px;
		padding: 30px 40px;
		padding-bottom: 40px;
	}
	
	.Product2Div dl{
		display: block;
		margin-top: 40px;
	}
	.Product2Div dl dt, .Product2Div dl dd{
		max-width: none;
	}
	.Product2Div dl dt{
		padding: 0 10px;
	}
	.Product2Div dl dd{
		margin-top: 20px;
	}
	.Product2Div dl dt ul li p{
		font-size: 14px;
	}
	
	.Product9Div{
		padding: 40px 10px;
	}
	.Product9Div ul{
		margin-top: 40px;
	}
	.Product9Div ul li{
		width: calc(50% - (10px * 3) / 4);
	}
	
	.Product4 .Product4Div{
		padding: 40px 0;
		padding-bottom: 0;
	}
	.Product4 .Product4Div .cont{
		padding: 40px 0;
		margin-top: 20px;
	}
	.Product4 .Product4Div dl{
		display: block;
	}
	.Product4 .Product4Div dl dt, .Product4 .Product4Div dl dd{
		max-width: none;
	}
	.Product4 .Product4Div dl dd{
		margin-top: 20px;
	}
	.Product4 .Product4Div .Product4-title{
		flex-wrap: wrap;
		justify-content: flex-start;
		display: none;
	}
	.Product4 .Product4Div .Product4-title li{
		width: 33.333%;
		border-bottom: none;
		height: 40px;
	}
	.Product4 .Product4Div .Product4-title li.active{
		border-bottom: none;
	}
	.Product4 .Product4Div .Product4-prev, .Product4 .Product4Div .Product4-next{
		display: flex;
	}
	
	.Product7Div{
		padding-bottom: 15%;
	}
	.Product7Div .parameter{
		margin-top: 40px;
	}
	.Product7Div ul{
		display: block;
	}
	.Product7Div ul li{
		display: block;
		width: auto;
		margin-top: 20px;
	}
	.Product7Div ul li:nth-of-type(3){
		width: auto;
	}
	.Product7Div ul li>img{
		position: static;
		width: 50%;
		margin: 0;
	}
	.Product7Div .contentNow{
		height: auto;
		display: flex;
		flex-direction: row;
		border-radius: 15px;
		justify-content: space-between;
	}
	.Product7Div .contentNow .pic{
		position: relative;
		width: 50%;
		height: auto;
	}
	.Product7Div .contentNow dl{
		height: auto;
		padding-left: 0px;
		margin-right: 20px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		padding: 10px 0;
	}
	.Product7Div .contentNow dl dt{
		flex: none;
	}
	.Product7Div .contentNow dl dd{
		margin-top: 20px;
	}
	.Product7Div .contentNow dl dt h3{
		font-size: 24px;
	}
	.Product7Div .contentNow dl dt p{
		font-size: 16px;
	}
	.Product7Div .contentNow dl dd{
		margin-top: 10px;
	}
	.Product7Div .contentNow dl dt p br{
		display: block;
	}
	
	.Product5{
		position: relative;
		height: auto;
	}
	.Product5Div{
		padding: 40px 0;
		position: relative;
		z-index: 2;
		left: 0;
		transform: translateX(0);
	}
	.Product5 .bg{
		display: none;
	}
	.Product5 .Product5Div ul{
		position: static;
		height: auto;
		padding: 0 10%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		margin-top: 60px;
	}
	.Product5-1 .Product5Div ul{
		padding-bottom: 80px;
	}
	.Product5Div h2{
		font-size: 24px;
		color: #0D49FF;
		text-align: center;
	}
	.hengxian{
		margin: 0 auto;
		margin-top: 10px;
		background-color: #FEFF2B;
	}
	.Product5 .Product5Div .top-list li, .Product5 .Product5Div .bottom-list li{
		position: static;
		width: 45%;
		height: auto;
		margin-top: 20px;
		padding: 30px;
	}
	.Product5-1 .Product5Div .bottom-list{
		margin-top: 500px;
	}
	.Product5-2 .Product5Div .bottom-list{
		margin-top: 450px;
		padding-bottom: 50px;
	}
	.Product5Div ul li h3{
		font-size: 18px;
	}
	.Product5 .Product5Div ul li p{
		font-size: 14px;
		line-height: 20px;
	}
}
@media screen and (max-width:700px){
	.Product5 .Product5Div ul{
		margin-top: 30px;
	}
	.Product5-1 .Product5Div ul{
		padding-bottom: 0px;
	}
	.Product5-2 .Product5Div ul{
		padding-bottom: 50px;
	}
	.Product5 .Product5Div ul li{
		margin-top: 10px;
	}
	.Product5-1 .Product5Div .bottom-list{
		margin-top: 400px;
		padding-bottom: 50px;
	}
	.Product5-2 .Product5Div .bottom-list{
		margin-top: 300px;
		padding-bottom: 0;
	}
}
@media screen and (max-width:600px){
	.Product1Div ul li p{
		font-size: 16px;
		line-height: 26px;
		padding: 20px 30px;
		padding-bottom: 30px;
	}
	
	.Product7Div .contentNow dl dt h3{
		font-size: 18px;
	}
	.Product7Div .contentNow dl dt p{
		font-size: 12px;
		margin-top: 5px;
	}
	.Product7Div .contentNow dl dd a{
		width: 100px;
		height: 30px;
		font-size: 12px;
	}
	
	.Product5Div{
		padding: 30px 0;
	}
	.Product5Div ul li h3{
		font-size: 14px;
	}
	.Product5 .Product5Div ul li p{
		font-size: 10px;
		line-height: 16px;
	}
	.Product5 .Product5Div ul{
		margin-top: 20px;
	}
	.Product5-1 .Product5Div ul{
		padding: 0 4%;
	}
	.Product5-2 .Product5Div ul{
		padding: 0 8%;
	}
	.Product5 .Product5Div .top-list li, .Product5 .Product5Div .bottom-list li{
		padding: 20px;
		margin-top: 5px;
		width: 47%;
	}
}
@media screen and (max-width:480px){
	.Product1Div, .Product2Div, .Product3Div, .Product4Div, .Product5Div, .Product6Div, .Product7Div{
		padding: 20px 10px;
	}
	
	.poster1 h1{
		font-size: 30px;
		padding-bottom: 10px;
	}
	.poster1 h1 strong{
		font-size: 20px;
	}
	.poster1 h1:after{
		width: 30px;
	}
	.poster1 .Content{
		font-size: 14px;
		margin-top: 15px;
		margin-top: 10px;
	}
	.poster1 .Content span{
		font-size: 20px;
	}
	
	.Product1Div ul{
		margin-top: 20px;
	}
	.Product1Div ul li p{
		font-size: 14px;
		line-height: 20px;
		padding: 10px;
	}
	
	.Product2Div dl{
		margin-top: 20px;
	}
	
	.Product9Div{
		padding: 20px 10px;
	}
	.Product9Div ul{
		margin-top: 20px;
	}
	
	.Product4 .Product4Div{
		padding: 20px 0px;
		padding-bottom: 0;
	}
	.Product4 .Product4Div .cont{
		padding: 20px 0;
	}
	.Product4 .Product4Div .Product4-title li{
		width: 50%;
		box-sizing: border-box;
		padding-right: 5%;
	}
	
	.Product7Div{
		padding-bottom: 15%;
	}
	.Product7Div .parameter{
		margin-top: 20px;
	}
	.Product7Div ul{
		padding: 10px 20px;
	}
	.Product7Div ul li{
		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: 10px;
	}
	.Product7Div .contentNow dl dd a{
		height: 22px;
		width: 70px;
		font-size: 10px;
	}
	
	.Product5Div{
		padding-bottom: 50px;
	}
	.Product5Div ul li h3{
		font-size: 12px;
	}
	.Product5 .Product5Div ul li p{
		font-size: 10px;
		line-height: 14px;
	}
	.Product5 .Product5Div ul{
		padding-bottom: 0;
		padding: 0 4%;
	}
	.Product5 .Product5Div .top-list li, .Product5 .Product5Div .bottom-list li{
		width: 49%;
	}
	.Product5-1 .Product5Div .bottom-list{
		margin-top: 300px;
		padding-bottom: 0;
	}
	.Product5-2 .Product5Div .bottom-list{
		margin-top: 250px;
	}
	
	footer {
		padding-top: 70px;
	}
}