.ruanwendaixies{
	.topBG{
		img{
			width: 100%;
			    display: block;
		}
	}
	.whychoose{
		.soft_why{
			width: 1200px;
			margin: 40px auto 60px auto;
			.idx_titbox{
				text-align: center;
				h5{
					color: #000;
					font-size: 64px;
					letter-spacing: 3px;
					em{
						font-weight: bold;
					}
				}
				h6{
					font-size: 20px;
					color: #7a8799;
					text-align: center;
					margin-top: 20px;
				}
			}
			.whyChoose{
				margin: 50px 0;
				display: flex;
				justify-content: space-around;
				align-items: center;
				flex-wrap: wrap; 
				.right-why{
					div{
						text-align: center;
						margin-bottom: 35px;
						p:first-child{
							font-size: 20px;
							color: #333;
							margin-bottom: 20px!important;
						}
						p:last-child{
							font-size: 14px;
							color: #666;
						}
					}
				}
			}
		}
	}
	.daixieshows{
		padding: 30px 0 25px;
		background: url(/static/site/img/index/daixieBG1.png) no-repeat;
		background-size: cover;
		box-sizing: border-box;
		height: 740px;
		box-sizing: border-box;
		.soft_ser{
			.idx_titbox{
				h5{
					text-align: center;
					font-size: 64px;
					letter-spacing: 3px;
					color: #fff;
				}
			}
			.detail{
				.desc{
					text-align: center;
					width: 780px;
					padding-top: 38px;
					font-size: 14px;
					color: #fff;
					p:last-child{
						margin-top: 12px;
					}
				}
			}
			.newDaiXieLists{
				display: flex;
				justify-content: space-between;
				width: 1200px;
				margin: 30px auto;
				flex-wrap: wrap;
				li{
					width: 373px;
					height: 394px;
					.brief {
					    margin: 220px 0 0 30px;
						p{
							margin-bottom: 6px;
						}
						p>span:first-child {
						    margin-right: 20px;
						    font-size: 48px;
						    font-weight: bold;
						    font-stretch: normal;
						    letter-spacing: 0px;
						    color: #ffffff;
						    text-shadow: 0px 0px 8px #6cb8ff;
						    vertical-align: baseline;
						}
						p>span:last-child {
							font-size: 20px;
						}
					}
				}
			}
		}
	}
	.cases{
		background: url(/static/site/img/index/daixieBG2.png) no-repeat;
		background-size: cover;
		box-sizing: border-box;
		padding-top: 38px;
		.soft_price{
			.idx_titbox{
				text-align: center;
				h5{
					color: #333;
					font-size: 20px;
					em{
						color: #79bcfb;
						font-size: 30px;
						font-weight: bold;
					}
				}
				h6{
					font-size: 16px;
					color: #7a8799;
					text-align: center;
					margin-top: 25px;
				}
			}
			.table{
				border-collapse: collapse;
				    border-spacing: 0;
				width: 1200px;
				margin: 0 auto;
				margin-top: 60px;
				box-shadow: 0px 0px 32px 0px rgb(108 184 255 / 27%);
				tr:nth-child(even) td {
				    background: #f7fafc;
				}
				th{
					background: #eaf6ff;
					font-size: 18px;
					color: #666666;
					line-height: 25px;
					padding: 18px 0;
					font-weight: normal;
					position: relative;
					text-align: center;
				}
				td{
					font-size: 14px;
					color: #58687f;
					padding: 20px 0;
					line-height: 20px;
					text-align: center;
				}
			}
			.details{
				width: 1200px;
				margin: 40px auto;
				text-align: center;
				.explain{
					margin-bottom: 40px;
					.title{
						font-size: 20px;
						color: #79bcfb;
						margin-bottom: 12px;
					}
					.box{
						p{
							font-size: 14px;
							color: #333;
							line-height: 30px;
						}
					}
				}
			}
		}
	}
	
}


.yinxiaoschool{
	background: #f2f7fa;
	.topBG{
		img{
			width: 100%;
		}
	}
	.articleLists{
		padding-bottom: 40px;
		.articleList{
			width: 1200px;
			margin: 40px auto;
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
			.leftItem{
				ul{
					width: 240px;
					li{
						padding: 0 10px;
						height: 70px;
						margin-bottom: 5px;
						a{
							display: block;
							height: 70px;
							font-size: 20px;
							color: #666666;
							line-height: 70px;
							background-repeat: no-repeat;
							background-position: 45px center;
							background-size: 30px;
							padding-left: 60px;
							background-color: #fff;
						}
						a.active,a:hover{
							background: url(/static/site/img/index/mar_05.jpg) no-repeat center;
							background-size: cover;
							transition: all 0s;
							color: #fff;
						}
					}
					
				}
			}
			.rightItem{
				flex: 1;
				h2{
					background-color: #fff;
					width: 100%;
					height: 60px;
					line-height: 60px;
					text-align: center;
					font-weight: bold;
					color: #333;
					font-size: 24px;
				}
				section{
					ul{
						li{
							padding: 12px;
							box-sizing: border-box;
							margin-top: 15px;
							background-color: #fff;
							display: flex;
							align-items: center;
							justify-content: space-between;
							div{
								p{
									display: flex;
									justify-content: space-between;
									margin-bottom: 20px;
									span{
										display: flex;
										justify-content: center;
										align-items: center;
									}
								}
							}
							div:last-child{
								flex: 1;
								padding: 0 35px;
								box-sizing: border-box;
								.title{
									font-size: 22px;
									color: #333;
								}
								.content{
									color: #666;
									font-size: 14px;
								}
							}
						}
					}
				}
			}
		}
	}
}


.aboutUSVal{
	.aboutusImgs{
		position: relative;
		z-index: 0;
		p{
			display: none;
			img{
				width: 100%;
				height: 500px;
			}
		}
		p.active{
			display: block;
		}
	}
	.choose_type_val{
		position: relative;
		z-index: 1;
		width: 100%;
		height: 60px;
		background-color: rgba(0, 0, 0, 0.3);
		margin-top: -60px;
		text-align: center;
		display: flex;
		justify-content: center;
		p{
			width: 400px;
			height: 60px;
			line-height: 60px;
			text-align: center;
			font-size: 20px;
			color: #fff;
			cursor: pointer;
			background-color: rgba(0, 0, 0, 0);
			border: none;
		}
		p.active{
			background-color: rgba(0, 0, 0, 0.5);
		}
	}
	.jianjieval{
		section{
			display: none;
			width: 1200px;
			margin: 50px auto;
			h2{
				font-size: 32px;
				text-align: center;
				font-weight: bold;
			}
			.contentshow{
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
				.profile {
				    padding-bottom: 100px;
				    color: #373232;
				    font-size: 16px;
				    line-height: 2;
				}
			}
			.fetures{
				margin: 40px 0;
				display: flex;
				align-items: self-start;
				justify-content: space-around;
				text-align: center;
				.texts{
					color: #373232;
					font-size: 16px;
					margin-top: 16px;
					line-height: 2;
				}
			}
			.callphone{
				text-align: center;
				p{
					font-size: 16px;
					color: #333;
				}
				p:last-child{
					display: block;
					width: 180px;
					height: 40px;
					line-height: 40px;
					border-radius: 3px;
					border: solid 1px #df5151;
					text-align: center;
					margin: auto;
					color: #df5151;
					font-size: 16px;
					margin-top: 10px;
				}
			}
			.lianxiwomens{
				display: flex;
				justify-content: center;
				margin-top: 40px;
				p{
					margin-bottom: 10px;
					font-size: 16px;
					span{
						font-weight: bold;
					}
				}
			}
		}
		section.active{
			display: block;
		}
	}
}


@media only screen and (max-width:767px) {
	.jianjieval{
		section{
			width: 100%!important;
		}
	}
	#logo img{
		width: 140px!important;
	}
	.aboutUSVal .aboutusImgs p img{
		height: 200px!important;
	}
	.aboutUSVal .jianjieval section .fetures{
		
	}
	.contentshow>.profile{
		width: 100%;
		table{
			display: none!important;
		}
	}
	.articleLists{
		.articleList{
			width: 100%!important;
			display: block!important;
			.leftItem{
				ul{
					width: 100%!important;
				}
			}
			.rightItem{
				section ul li div:last-child{
					padding: 0 5px!important;
				}
			}
		}
	}
	#weibocontents{
		.shows_goods{
			width: 100%!important;
			.daqiehuanChild{
				.list.active{
					display: flex!important;
				}
			}
		}
	}
	.whychoose{
		.soft_why{
			width: 100%!important;
			.idx_titbox{
				h5.cn{
					font-size: 34px;
				}
				h6.t_font{
					font-size: 16px;
				}
			}
		}
	}
	.daixieshows{
		height: auto!important;
		.newDaiXieLists{
			width: 100%!important;
			justify-content: center!important;
		}
	}
	.cases{
		.soft_price{
			overflow-x: auto;
			table{
				width: 100%!important;
			}
		}
	}
	.ruanwendaixies .cases .soft_price .details{
		width: 100%!important;
	}
}
