123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230 |
- // 导航部分
- .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;
- }
- }
- }
- }
|