/* 业态解决方案 */

/* 业态解决方案-桌面端 */
.index_ytjjfa_container {
	height: 660px;
	margin-top: 30px;
	background-image: url(../img/index_ytjjfa_background01.png);
	background-repeat: no-repeat;
}

.index_ytjjfa_container_tab {
	margin: 0 auto;
	padding-top: 75px;
	display: flex;
	justify-content: center;
}

.index_ytjjfa_container_tab div {
	margin: 0 40px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 5px solid #F3F9FF;
}

.index_ytjjfa_container_tab div p {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 3px;
}

.index_ytjjfa_container_content {
	margin: 0 auto;
	padding-top: 60px;
	display: flex;
	justify-content: center;
}

.index_ytjjfa_container_content_left {
	height: 400px;
	padding-top: 30px;
}

.index_ytjjfa_container_content_left div:nth-of-type(1) {}

.index_ytjjfa_container_content_left div:nth-of-type(1) p {
	font-size: 22px;
	font-weight: 600;
}

.index_ytjjfa_container_content_left div:nth-of-type(2) {
	width: 420px;
	margin-top: 40px;
}

.index_ytjjfa_container_content_left div:nth-of-type(2) p {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 30px;
}

.index_ytjjfa_container_content_left div:nth-of-type(3) {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index_ytjjfa_container_content_left div:nth-of-type(3) a {
	margin-left: 10px;
	padding: 8px 16px;
	font-size: 12px;
	font-weight: 600;
	color: #2977F9;
	border: 1px solid #2977F9;
	border-radius: 10px;
}

.index_ytjjfa_container_content_left div:nth-of-type(3) p:nth-of-type(1) {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: initial;
	border: none;
}

.index_ytjjfa_container_content_left div:nth-of-type(4) {
	margin: 40px auto 0;
	width: 120px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../img/index_ytjjfa_background02.png);
	background-repeat: no-repeat;
}

.index_ytjjfa_container_content_left div:nth-of-type(4) a {
	font-size: 18px;
	letter-spacing: 2px;
	color: #2977F9;
	transform: translate(-16px, -32px);
}

.index_ytjjfa_container_content_right {
	height: 400px;
	margin-left: 20px;
}

.index_ytjjfa_container_content_right div {
	width: 650px;
}

.index_ytjjfa_container_content_right div img {
	width: 100%;
	height: 380px;
	box-shadow: 5px 5px 10px #aaa;
}

/* 业态解决方案-移动端 */
.mobile_index_ytjjfa_container {
	height: 52vw;
	margin-top: 3vw;
	padding: 3vw;
	position: relative;
	background-image: url(../img/index_ytjjfa_background03.png);
	background-size: 100%;
}

.mobile_index_ytjjfa_container_up {
	width: 77vw;
	margin: 1vw auto 0;
	transform: translate(1vw, 0);
}

.mobile_index_ytjjfa_container_up p:nth-of-type(1) {
	font-size: 4.5vw;
	font-weight: 600;
}

.mobile_index_ytjjfa_container_up p:nth-of-type(2) {
	margin-top: 4vw;
	font-size: 3.4vw;
	line-height: 5.5vw;
}

.mobile_index_ytjjfa_container_down {
	width: 77vw;
	height: 9vw;
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: absolute;
	left: 50%;
	bottom: 2vw;
	transform: translate(-50%, 0);
	background-color: #111;
	border-radius: 2vw;
}

.mobile_index_ytjjfa_container_down_box {
	width: 12vw;
	height: 6vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 1vw;
}

.mobile_index_ytjjfa_container_down_box p {
	font-size: 3.8vw;
	font-weight: 600;
}

.mobile_index_ytjjfa_container_left {
	position: absolute;
	left: 2vw;
	top: 50%;
	transform: translate(0, -50%);
}

.mobile_index_ytjjfa_container_left img {
	width: 5vw;
}

.mobile_index_ytjjfa_container_right {
	position: absolute;
	top: 50%;
	right: 2vw;
	transform: translate(0, -50%);
}

.mobile_index_ytjjfa_container_right img {
	width: 5vw;
}


/* 场景解决方案 */

/* 场景解决方案-桌面端 */
.index_cjjjfa_container {
	margin-top: 30px;
}

.index_cjjjfa_container_describe {
	text-align: center;
}

.index_cjjjfa_container_describe p {
	font-size: 20px;
	letter-spacing: 4px;
}

.index_cjjjfa_container_floor {
	display: flex;
	justify-content: center;
}

.index_cjjjfa_container_floor_box {
	width: 260px;
	margin: 0 20px;
	transition: 0.5s;
}

.index_cjjjfa_container_floor_box:hover {
	transform: translate(0, -20px);
}

.index_cjjjfa_container_floor_box div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.index_cjjjfa_container_floor_box div:nth-of-type(1) {
	height: 250px;
}

.index_cjjjfa_container_floor_box div:nth-of-type(1) img {
	width: 100%;
	height: 100%;
}

.index_cjjjfa_container_floor_box div:nth-of-type(2) {
	height: 60px;
	background: linear-gradient(to bottom, #fff, #EEF4FF);
}

.index_cjjjfa_container_floor_box div:nth-of-type(2) p {
	font-size: 18px;
	font-weight: 600;
	color: #111;
}

.index_cjjjfa_container_floor:nth-of-type(2) {
	margin-top: 60px;
}

.index_cjjjfa_container_floor:nth-of-type(3) {
	margin-top: 40px;
}

/* 场景解决方案-移动端 */
.mobile_index_cjjjfa_container {
	margin-top: 3vw;
	padding: 3vw;
}

.mobile_index_cjjjfa_container_describe {
	text-align: center;
}

.mobile_index_cjjjfa_container_describe p {
	font-size: 4.5vw;
	letter-spacing: 0.5vw;
}

.mobile_index_cjjjfa_container_describe p:nth-of-type(2) {
	margin-top: 1vw;
}

.mobile_index_cjjjfa_container_floor {
	margin-top: 5vw;
	display: flex;
	justify-content: space-between;
}

.mobile_index_cjjjfa_container_floor_box {
	width: 45vw;
	display: flex;
	flex-direction: column;
	border: 0.1vw solid #ccc;
}

.mobile_index_cjjjfa_container_floor_box div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile_index_cjjjfa_container_floor_box div:nth-of-type(1) {}

.mobile_index_cjjjfa_container_floor_box div:nth-of-type(1) img {
	width: 100%;
}

.mobile_index_cjjjfa_container_floor_box div:nth-of-type(2) {
	height: 10vw;
}

.mobile_index_cjjjfa_container_floor_box div:nth-of-type(2) p {
	font-size: 4vw;
	font-weight: 600;
	color: #111;
}


/* 全景智慧食堂 */

/* 全景智慧食堂-桌面端 */
.index_qjzhst_container {
	margin-top: 30px;
	height: 730px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../img/index_qjzhst_background01.png);
}

.index_qjzhst_container_inner {
	width: 1200px;
	height: 600px;
	position: relative;
	background-image: url(../img/index_qjzhst_background02.png);
}

.index_qjzhst_container_inner_link {
	position: absolute;
	right: 160px;
	bottom: 122px;
}

.index_qjzhst_container_inner_link a {
	font-size: 18px;
	color: #fff
}

/* 全景智慧食堂-移动端 */
.mobile_index_qjzhst_container {
	height: 76vw;
	margin-top: 3vw;
	position: relative;
	background-image: url(../img/mobile_index_qjzhst_background01.png);
	background-size: 100%;
}

.mobile_index_qjzhst_container a {
	width: 26vw;
	height: 9vw;
	position: absolute;
	left: 40vw;
	bottom: 5vw;
	z-index: 9;
}


/* 新闻动态 */

/* 新闻动态-桌面端 */
.index_xwdt_container {
	margin-top: 30px;
}

.index_xwdt_container_floor {
	display: flex;
	justify-content: center;
}

.index_xwdt_container_floor>div {
	width: 600px;
	margin: 0 20px;
}

.index_xwdt_container_floor_left_first {
	
}

.index_xwdt_container_floor_left_first_item {
	
}

.index_xwdt_container_floor_left_first_item_up {
	height: 200px;
	overflow: hidden;
}

.index_xwdt_container_floor_left_first_item_up img {
	width: 100%;
}

.index_xwdt_container_floor_left_first_item_down {
	height: 80px;
	display: flex;
	align-items: center;
}

.index_xwdt_container_floor_left_first_item_down p:nth-of-type(1) {
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	background-color: #2C9CFE;
}

.index_xwdt_container_floor_left_first_item_down p:nth-of-type(2) {
	margin-left: 10px;
	font-size: 18px;
}

.index_xwdt_container_floor_left_second {
	height: 150px;
}

.index_xwdt_container_floor_left_second_item{
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index_xwdt_container_floor_left_second_item p {
	font-size: 16px;
	color: #555;
}

.index_xwdt_container_floor_left_second_item p:nth-of-type(1) {
	width: 100px;
	color: #2C9CFE;
}

.index_xwdt_container_floor_left_second_item p:nth-of-type(2) {
	width: 380px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index_xwdt_container_floor_left_second_item p:nth-of-type(3) {
	width: 100px;
	margin-left: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index_xwdt_container_floor_right {
	position: relative;
}

.index_xwdt_container_floor_right_first {
	
}

.index_xwdt_container_floor_right_first_item {
	display: flex;
}

.index_xwdt_container_floor_right_first_item_left {
	height: 100px;
}

.index_xwdt_container_floor_right_first_item_left img {
	width: 200px;
	height: 100%;
}

.index_xwdt_container_floor_right_first_item_right {
	margin-left: 10px;
	display: flex;
	flex-direction: column;
}

.index_xwdt_container_floor_right_first_item_right p:nth-of-type(1) {
	width: 380px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index_xwdt_container_floor_right_first_item_right p:nth-of-type(2) {
	margin-top: 20px;
	font-size: 14px;
}

.index_xwdt_container_floor_right_second {
	height: 310px;
	margin-top: 20px;
}

.index_xwdt_container_floor_right_second_item {
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index_xwdt_container_floor_right_second_item p {
	font-size: 16px;
	color: #555;
}

.index_xwdt_container_floor_right_second_item p:nth-of-type(1) {
	width: 100px;
	color: #2C9CFE;
}

.index_xwdt_container_floor_right_second_item p:nth-of-type(2) {
	width: 380px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index_xwdt_container_floor_right_second_item p:nth-of-type(3) {
	width: 100px;
	margin-left: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index_xwdt_container_floor_right_position {
	position: absolute;
	bottom: -10px;
}

.index_xwdt_container_floor_right_position a{
	padding: 5px 40px;
	color: #fff;
	background-color: #2C9CFE;
	border-radius: 40px;
}

/* 新闻动态-移动端 */
.mobile_index_xwdt_container {}