.conferenceTablet {
	width: 1200px;
	/* height: 700px; */
	margin: 120px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.conferenceTablet>h2 {
	width: 100%;
	height: 50px;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	color: #282844;
	margin: 0;
}

.conferenceTablet>p {
	width: 100%;
	height: 30px;
	font-size: 18px;
	color: #707888;
	line-height: 30px;
	text-align: center;
}

.conferenceTablet_buttom {
	width: 100%;
	height: 600px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.conferenceTablet_buttom_img {
	width: 50%;
	height: 100%;
}

.conferenceTablet_buttom_img {
	/* width: 500px;
	height: 480px; */
}
/* ---------------------------------- */
/* .conferenceTablet_buttom_img—div{
	overflow: hidden;
} */
.conferenceTablet_buttom_img—div img {
	width: 100%;
	height: auto;
	transition: all .3s;
}
.conferenceTablet_buttom_img—div:hover.conferenceTablet_buttom_img—div>img{
	transform: scale(1.1);
}
/* ---------------------------------------- */
.conferenceTablet_buttom_img>img {
	width: 100%;
	height: 100%;
}

.conferenceTablet_buttom_right {
	width: 45%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
/* ---------------------------------- */
.conferenceTablet_buttom_right—img{
	overflow: hidden;
}
.conferenceTablet_buttom_right—img img {
	width: 100%;
	height: auto;
	transition: all .3s;
}
.conferenceTablet_buttom_right>div:hover .conferenceTablet_buttom_right—img>img{
	transform: scale(1.1);
}
/* ---------------------------------------- */
.conferenceTablet_buttom_right>div {
	width: 180px;
	height: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}
.conferenceTablet_buttom_right>div>p{
	color:#707888 ;
}

/* 会议平板功能 */
.conferenceTablet_div {
	width: 100%;
	height: 700px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.conferenceTablet_div_top {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
}

.conferenceTablet_div_top>div {
	width: 385px;
	height: 310px;
}

.conferenceTablet_div_top>div>div {
	width: 385px;
	height: 240px;
}

.conferenceTablet_div_top>div>div>img {
	width: 100%;
	height: 100%;
}
/* ---------------------------------- */
.conferenceTablet_div_top_img{
	overflow: hidden;
	border-radius: 10px;
}
.conferenceTablet_div_top_img img {
	width: 100%;
	height: auto;
	transition: all .3s;
}
.conferenceTablet_div_top_img :hover{
	transform: scale(1.1);
}
/* ---------------------------------------- */
.conferenceTablet_div_top>div>h5 {
	width: 100%;
	height: 40px;
	margin: 0;
	line-height: 40px;
	text-align: center;
	color: #282844;
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
}

.conferenceTablet_div_top>div>p {
	width: 100%;
	height: 20px;
	margin: 0;
	line-height: 20px;
	text-align: center;
	color: #A8B4BA;
	font-size: 14px;
}

.conferenceTablet_div_buttom {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	height: 400px;
}

.conferenceTablet_div_buttom>div {
	width: 280px;
	height: 255px;
}

.conferenceTablet_div_buttom>div>div {
	width: 280px;
	height: 180px;

}

.conferenceTablet_div_buttom>div>div>img {
	width: 100%;
	height: 100%;
}
/* ---------------------------------- */
.conferenceTablet_div_buttom_img{
	overflow: hidden;
	border-radius: 10px;
}
.conferenceTablet_div_buttom_img img {
	width: 100%;
	height: auto;
	transition: all .3s;
}
.conferenceTablet_div_buttom_img :hover{
	transform: scale(1.1);
}
/* ---------------------------------------- */
.conferenceTablet_div_buttom>div>h5 {
	width: 100%;
	height: 40px;
	margin: 0;
	line-height: 40px;
	text-align: center;
	color: #282844;
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
}

.conferenceTablet_div_buttom>div>p {
	width: 100%;
	height: 20px;
	margin: 0;
	line-height: 20px;
	text-align: center;
	color: #A8B4BA;
	font-size: 14px;
}

/* 选购建议 */
#purchaseSuggestions {
	width: 1200px;
	/* height: 480px; */
	display: flex;
	flex-direction: column;
	align-items: center;
	/* background-color: darkcyan; */
	margin: 0 auto;
	margin-bottom: 60px;
}

#purchaseSuggestions>h2 {
	width: 100%;
	height: 50px;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	color: ##282844;
	margin: 0;
	margin-bottom: 30px;
}

.purchaseSuggestions_coment {
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.purchaseSuggestions_coment>div {
	width: 16px;
	height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.purchaseSuggestions_coment>p {
	height: 16px;
	margin: 0;
	line-height: 16px;
	color: #707888;
	font-size: 16px;
}

table {
	width: 1200px;
	height: 270px;
	border: 1px solid #fff;
	border-radius: 20px;
}

th {
	background-color: #55BC7E;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border: 1px solid #fff;
}

td {
	background-color: #F2F5F3;
	color: #000000;
	font-size: 18px;
	text-align: center;
	border: 1px solid #fff;
}

table tr:first-child th:first-child {
	border-top-left-radius: 15px;
	/* 设置table左上圆角 */
}

table tr:first-child th:last-child {
	border-top-right-radius: 15px;
	/* 设置table右上圆角 */
}

table tr:last-child td:first-child {
	border-bottom-left-radius: 15px;
	/* 设置table左下圆角 */
}

table tr:last-child td:last-child {
	color: #55BC7E;
	font-size: 18px;
	font-weight: 600;
	border-bottom-right-radius: 15px;
	/* 设置table右下圆角 */
}

/* 视频会议设备 */
.videoConferencingEquipment_S {
	width: 100%;
	background-color: #F2F5F3;
	padding-bottom: 50px;
}

#videoConferencingEquipment {
	width: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
}

#videoConferencingEquipment>h2 {
	width: 100%;
	height: 50px;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	color: ##282844;
	margin: 50px 0;
}

.videoConferencingEquipment_img {
	width: 100%;
	height: 360px;
}

.videoConferencingEquipment_img {
	width: 100%;
	height: 100%;
}

.videoConferencingEquipment_buttom {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.videoConferencingEquipment_buttom>div {
	width: 282px;
	height: 250px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
	margin-top: 20px;
}
.videoConferencingEquipment_buttom>div>div {
	margin-bottom: 15px;
}
/* ---------------------------------- */
.videoConferencingEquipment_buttom_img{
	overflow: hidden;
}
.videoConferencingEquipment_buttom_img img {
	width: 100%;
	height: auto;
	transition: all .3s;
}
.videoConferencingEquipment_buttom>div:hover .videoConferencingEquipment_buttom_img{
	transform: scale(1.1);
}
/* ---------------------------------------- */
.videoConferencingEquipment_buttom>div>h4 {
	color: #707888;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}

.videoConferencingEquipment_buttom>div>p {
	color: #707888;
	font-size: 16px;
	text-align: center;
}

/* 智能会议室音响 */
#intelligentConferenceRoomSound {
	width: 1200px;
	height: 640px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 50px auto;
	background-color: #F2F5F3;
	border-radius: 10px;
}

.intelligentConferenceRoomSound_lest {
	width: 210px;
	height: 450px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.intelligentConferenceRoomSound_lest>h2 {
	margin: 0;
	color: #282844;
	font-size: 30px;
	font-weight: 600;
}

.intelligentConferenceRoomSound_lest_coment {
	width: 100%;
	height: 370px;
}

.intelligentConferenceRoomSound_lest_coment>div {
	margin-bottom: 25px;
}

.intelligentConferenceRoomSound_lest_coment>div>h3 {
	color: #282844;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}

.intelligentConferenceRoomSound_lest_coment>div>p {
	color: #A8B4BA;
	font-size: 14px;
}

.intelligentConferenceRoomSound_right {
	width: 800px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
/* ---------------------------------- */
.intelligentConferenceRoomSound_right_img{
	overflow: hidden;
	border-radius: 10px;
}
.intelligentConferenceRoomSound_right_img img {
	width: 100%;
	height: auto;
	transition: all .3s;
}
.intelligentConferenceRoomSound_right_img :hover{
	transform: scale(1.1);
}
/* ---------------------------------------- */
.intelligentConferenceRoomSound_right_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.intelligentConferenceRoomSound_right_top>div {
	width: 180px;
	height: 205px;
}
