// 导航部分 .partOne { width: 100%; height: 60px; line-height: 60px; background-color: #dd7d18; font-size: 20px; font-family: PingFang SC-Semibold; .inner { width: 1200px; height: 60px; margin: 0 auto; position: relative; .home { width: 120px; height: 68px; line-height: 68px; font-family: Microsoft YaHei, Microsoft YaHei; font-weight: bold; font-size: 20px; letter-spacing: 2px; text-align: center; color: #fff; background-color: #d2600f; position: absolute; top: -8px; left: 0; z-index: 100; em { display: inline-block; width: 0; height: 0; border-top: 4px solid transparent; border-left: 8px solid transparent; border-bottom: 4px solid #803804; border-right: 8px solid #803804; position: absolute; top: 0px; left: -16px; } a { color: #fff; } } .partOneTitle { width: 1050px; height: 60px; position: absolute; top: 0; left: 150px; display: flex; justify-content: space-between; .titleList1 { font-family: Microsoft YaHei, Microsoft YaHei; font-weight: bold; font-size: 16px; color: #FFFFFF; a { color: #fff; } } .titleList111 { font-family: Microsoft YaHei, Microsoft YaHei; font-weight: 400; font-size: 16px; color: #FFFFFF; a { color: #fff; } } .titleList111:hover { font-weight: 600; } } } } .partTwo { width: 100%; height: 133px; box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.1); // margin-bottom: 50px; .inner { width: 1200px; height: 133px; line-height: 60px; padding-top: 5px; display: flex; justify-content: space-between; .navleft { width: 100px; text-align: center; font-family: Microsoft YaHei, Microsoft YaHei; font-weight: bold; font-size: 16px; color: #333333; } .navlist { width: 1000px; height: 65px; font-family: Microsoft YaHei, Microsoft YaHei; font-weight: 400; font-size: 16px; color: #333333; /*display: flex; justify-content: space-between; flex-wrap: wrap;*/ .navListItem { float: left; width: 97px; text-align: center; font-family: Microsoft YaHei, Microsoft YaHei; font-weight: 400; font-size: 16px; color: #333333; a { color: #333333; } } .navListItem:hover { a { color: #e39543; } } } .navright { margin-left: 20px; width: 115px; height: 75px; font-size: 16px; margin-top: 25px; background: url(https://img.bjzxtw.org.cn/master/www/nmw/img/nav_bg.png) no-repeat; .nav111 { width: 98px; height: 30px; line-height: 44px; text-align: center; font-family: Microsoft YaHei, Microsoft YaHei; font-weight: bold; font-size: 16px; a { font-weight: bold; background: linear-gradient(to bottom, #FFF6B1 0%, #F5BC38 100%); -webkit-background-clip: text; color: transparent; } } } } } //小导航 .littleNav { width: 100%; height: 88px; margin-top: 30px; .inner { width: 1200px; height: 88px; line-height: 88px; margin: 0 auto; display: flex; border: 1px solid #D3D5D8; background-color: #fafafa; img { width: 138px; height: 38px; margin-top: 22px; margin-left: 25px; } .leftPart { margin-left: 40px; margin-right: 10px; } .leftPart, .rightPart { width: 470px; height: 78px; margin-top: 5px; display: flex; align-items: center; justify-content: space-between; padding: 0 10px; border-bottom: 3px solid #A01C0E; .navList { a { font-family: Microsoft YaHei, Microsoft YaHei; font-weight: bold; font-size: 16px; color: #333333; line-height: 19px; } } .navList:hover a { color: #A01C0E; } } } }