/*
* @Author: Sun Jijing
* @Date:   2024-11-11 14:14:20
* @Last Modified by:   Sun Jijing
* @Last Modified time: 2024-11-11 15:15:10
*/
.zt_banner { }
.zt_banner img { display: block; width: 100%; }

.work2024_con { margin-top: 50px; margin-bottom: 50px; }
.work2024_left { width: 860px; box-shadow: #ccc 0px 0px 10px; padding: 20px; }
.work2024_right { width: 260px; }
.work2024_nav a { display: block; height: 50px; line-height: 50px; background: #ffdcb9; border-radius: 10px; margin-bottom: 15px; text-align: center; color: #333; font-size: 20px; }
.work2024_nav a.on { background: #f85833; color: #fff; font-weight: bold; }

.work2024_intrest .tit { font-size: 18px; font-weight: bold; color: #bd1b2d; margin-top: 20px; margin-bottom: 20px; }
.work2024_intrest_con { overflow: hidden; background: #fff6e8; padding: 20px; }
.work2024_intrest_con li { width: 33.33%; float: left; text-align: center; margin: 10px 0; }
.work2024_intrest_con li img { height: 40px; }
.work2024_intrest_con li p { font-size: 14px; color: #333; line-height: 2em; }

.work_tabItem { background: #fff7d9; margin-bottom: 30px; padding: 20px; }
.work_tabItem:last-child { -margin-bottom: 0; }
.work_tabItem .left { width: 150px; text-align: center; }
.work_tabItem .left img { width: 100px; margin-bottom: 10px; }
.work_tabItem .left p { font-size: 18px; font-weight: bold; color: #f93c1a; }
.work_tabItem .right { width: 670px; }
.work_tabList li { width: 183px; height: 90px; display: flex; justify-content: center; align-items: center; padding: 10px; float: left; background: #fff; box-shadow: #ccc 0px 0px 10px; border-radius: 6px; margin: 0 10px 20px; }
.work_tabList li a { font-size: 16px; line-height: 1.6em; color: #333; text-align: center; }
.work_tabList li:hover { box-shadow: #ea913f 0px 0px 10px; }
.work_tabList li:hover a { color: #f85833; }

@media screen and (max-width:1200px) {
	.work2024_left { width: 70%; padding: 0; box-shadow: none; }
	.work2024_right { width: 28%; }
	.work_tabItem { padding: 15px; display: flex; justify-content: space-between; }
	.work_tabItem::after { display: none; }
	.work_tabItem .left { width: 100px; flex-shrink: 0; }
	.work_tabItem .right { width: 100%; }
	.work_tabList { display: flex; flex-wrap: wrap; justify-content: space-evenly; }
	.work_tabList li { width: 31%; margin-right: 0; margin-left: 0; }
}
@media screen and (max-width:1024px) {
	.work2024_con { display: flex; flex-direction: column-reverse; }
	.work2024_left, .work2024_right { width: 100%; margin-bottom: 20px; }
	.work2024_intrest_con li { width: 20%; }
	.work_tabList li { width: 42%; }
}
@media screen and (max-width:768px) {
	.work2024_con { margin-top: 30px; margin-bottom: 30px; }
	.work_tabItem { flex-direction: column; align-items: center; margin-bottom: 20px; }
	.work_tabItem .left { width: auto; }
	.work_tabItem .left img { display: none; }
	.work_tabItem .left p { font-size: 24px; margin-bottom: 20px; }
	.work_tabList { justify-content: space-between; }
	.work_tabList::after { display: none; }
	.work_tabList li { width: 48%; }
	.work_tabList li a { font-size: 14px; }
	.work2024_intrest_con li img { height: 30px; }
}