123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698 |
- /* 左边第一个 */
- .NavLinkContent1 {
- width: 780px;
- height: 185px;
- background-image: url("../images/navOne.png");
- background-repeat: no-repeat;
- background-size: contain;
- cursor: default;
- position: relative;
- }
- .NavLinkContent1:hover {
- background-image: url("../images/navOneHover.png");
- }
- /* .NavLinkContent1:hover .ShowContent .LeftPart {
- background-image: url("../images/navSevenIconHover.png");
- }
- .NavLinkContent1:hover .ShowContent .RightPart .RightPart_TopPart {
- color: #ffa622;
- } */
- .NavLinkContent1 .ShowContent {
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- height: 185px;
- position: absolute;
- left: 250px;
- }
- .NavLinkContent1 .ShowContent.custom-content {
- left: 180px;
- }
- .NavLinkContent1 .ShowContent .LeftPart {
- width: 88px;
- height: 88px;
- background-image: url("../images/icon-map.png");
- background-repeat: no-repeat;
- background-size: contain;
- margin-right: 28px;
- }
- .NavLinkContent1:hover .ShowContent .LeftPart {
- width: 88px;
- height: 88px;
- background-image: url("../images/icon-map-hover.png");
- background-repeat: no-repeat;
- background-size: contain;
- margin-right: 28px;
- }
- .NavLinkContent1 .ShowContent .LeftPart.custom-img {
- /* width: 100px;
- height: 100px; */
- margin-bottom: 6px;
- }
- .NavLinkContent1 .ShowContent .RightPart .RightPart_TopPart {
- width: 300px;
- /* height: 36px; */
- font-size: 36px;
- font-family: PangMenZhengDao-3, PangMenZhengDao;
- font-weight: normal;
- color: #2bb5eb;
- /* line-height: 41px;
- margin-bottom: 16px; */
- text-align: start;
- }
- .NavLinkContent1 .ShowContent .RightPart .RightPart_BottomPart {
- width: 214px;
- height: 34px;
- font-size: 12px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #ff9c27;
- line-height: 17px;
- text-align: start;
- }
- /* 左边第二个 */
- .NavLinkContent2 {
- width: 780px;
- height: 185px;
- background-image: url("../images/navTwo.png");
- background-repeat: no-repeat;
- background-size: contain;
- cursor: pointer;
- position: relative;
- }
- .NavLinkContent2:hover {
- background-image: url("../images/navTwoHover.png");
- }
- .NavLinkContent2:hover .ShowContent .LeftPart {
- background-image: url("../images/navTwoIconHover.png");
- }
- .NavLinkContent2:hover .ShowContent .RightPart .RightPart_TopPart {
- color: #ffa622;
- }
- .NavLinkContent2 .ShowContent {
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- height: 185px;
- position: absolute;
- left: 166px;
- }
- .NavLinkContent2 .ShowContent .LeftPart {
- width: 88px;
- height: 88px;
- background-image: url("../images/navTwoIcon.png");
- background-repeat: no-repeat;
- background-size: contain;
- margin-right: 28px;
- }
- .NavLinkContent2 .ShowContent .RightPart .RightPart_TopPart {
- width: 180px;
- height: 36px;
- font-size: 36px;
- font-family: PangMenZhengDao-3, PangMenZhengDao;
- font-weight: normal;
- color: #2bb5eb;
- line-height: 41px;
- margin-bottom: 16px;
- text-align: start;
- }
- .NavLinkContent2 .ShowContent .RightPart .RightPart_BottomPart {
- width: 214px;
- height: 34px;
- font-size: 12px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #ff9c27;
- line-height: 17px;
- text-align: start;
- }
- /* 左边第三个 */
- .NavLinkContent3 {
- width: 780px;
- height: 185px;
- background-image: url("../images/navThree.png");
- background-repeat: no-repeat;
- background-size: contain;
- background-position: 4px center;
- cursor: pointer;
- position: relative;
- }
- .NavLinkContent3:hover {
- background-image: url("../images/navThreeHover.png");
- }
- .NavLinkContent3:hover .ShowContent .LeftPart {
- background-image: url("../images/navSevenIconHover.png");
- }
- .NavLinkContent3:hover .ShowContent .RightPart .RightPart_TopPart {
- color: #ffa622;
- }
- .NavLinkContent3 .ShowContent {
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- height: 185px;
- position: absolute;
- left: 88px;
- }
- .NavLinkContent3 .ShowContent .LeftPart {
- width: 88px;
- height: 88px;
- background-image: url("../images/navSevenIcon.png");
- background-repeat: no-repeat;
- background-size: contain;
- margin-right: 28px;
- }
- .NavLinkContent3 .ShowContent .RightPart .RightPart_TopPart {
- width: 250px;
- height: 36px;
- font-size: 36px;
- font-family: PangMenZhengDao-3, PangMenZhengDao;
- font-weight: normal;
- color: #2bb5eb;
- line-height: 41px;
- /* margin-bottom: 16px; */
- text-align: start;
- }
- .NavLinkContent3 .ShowContent .RightPart .RightPart_BottomPart {
- width: 214px;
- height: 34px;
- font-size: 12px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #FF9C27;
- line-height: 17px;
- text-align: start;
- }
- /* 左边第四个 */
- .NavLinkContent4 {
- width: 780px;
- height: 185px;
- background-image: url("../images/navFour.png");
- background-repeat: no-repeat;
- background-size: contain;
- cursor: pointer;
- position: relative;
- }
- .NavLinkContent4:hover {
- background-image: url("../images/navFourHover.png");
- }
- .NavLinkContent4:hover .ShowContent .LeftPart {
- background-image: url("../images/navFourIconHover.png");
- }
- .NavLinkContent4:hover .ShowContent .RightPart .RightPart_TopPart {
- color: #ffa622;
- }
- .NavLinkContent4:hover .ShowContent .RightPart .RightPart_BottomPart {
- color: #ffa622;
- }
- .NavLinkContent4 .ShowContent {
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- height: 185px;
- position: absolute;
- left: 250px;
- }
- .NavLinkContent4 .ShowContent .LeftPart {
- width: 88px;
- height: 88px;
- background-image: url("../images/navFourIcon.png");
- background-repeat: no-repeat;
- background-size: contain;
- margin-right: 28px;
- }
- .NavLinkContent4 .ShowContent .RightPart .RightPart_TopPart {
- width: 180px;
- height: 36px;
- font-size: 36px;
- font-family: PangMenZhengDao-3, PangMenZhengDao;
- font-weight: normal;
- color: #2bb5eb;
- line-height: 41px;
- margin-bottom: 16px;
- text-align: start;
- }
- .NavLinkContent4 .ShowContent .RightPart .RightPart_BottomPart {
- width: 214px;
- height: 34px;
- font-size: 12px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #FF9C27;
- line-height: 17px;
- text-align: start;
- }
- /* 右边第一个 */
- .NavLinkContent5 {
- width: 780px;
- height: 185px;
- background-image: url("../images/navFive.png");
- background-repeat: no-repeat;
- background-size: contain;
- cursor: default;
- position: relative;
- }
- .NavLinkContent5:hover {
- background-image: url("../images/navFiveHover.png");
- }
- /* .NavLinkContent5:hover .ShowContent .LeftPart {
- background-image: url("../images/navTwoIconHover.png");
- }
- .NavLinkContent5:hover .ShowContent .RightPart .RightPart_TopPart {
- color: #ffa622;
- } */
- .NavLinkContent5 .ShowContent {
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- height: 185px;
- position: absolute;
- left: 216px;
- }
- .NavLinkContent5 .ShowContent.custom-content {
- /* left: 300px; */
- }
- .NavLinkContent5 .ShowContent .LeftPart {
- width: 88px;
- height: 88px;
- background-image: url("../images/icon-users.png");
- background-repeat: no-repeat;
- background-size: contain;
- margin-right: 28px;
- }
- .NavLinkContent5:hover .ShowContent .LeftPart {
- width: 88px;
- height: 88px;
- background-image: url("../images/icon-users-hover.png");
- background-repeat: no-repeat;
- background-size: contain;
- margin-right: 28px;
- }
- .NavLinkContent5 .ShowContent .LeftPart.custom-img {
- /* width: 100px;
- height: 100px; */
- }
- .NavLinkContent5 .ShowContent .RightPart .RightPart_TopPart {
- width: 265px;
- /* height: 36px; */
- font-size: 36px;
- font-family: PangMenZhengDao-3, PangMenZhengDao;
- font-weight: normal;
- color: #2bb5eb;
- /* line-height: 41px;
- margin-bottom: 16px; */
- text-align: start;
- }
- .NavLinkContent5 .ShowContent .RightPart .RightPart_BottomPart {
- width: 214px;
- height: 34px;
- font-size: 12px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #ff9c27;
- line-height: 17px;
- text-align: start;
- }
- /* 右边第二个 */
- .NavLinkContent6 {
- width: 780px;
- height: 185px;
- background-image: url("../images/navSix.png");
- background-repeat: no-repeat;
- background-size: contain;
- cursor: pointer;
- position: relative;
- }
- .NavLinkContent6:hover {
- background-image: url("../images/navSixHover.png");
- }
- .NavLinkContent6:hover .ShowContent .LeftPart {
- background-image: url("../images/navThreeIconHover.png");
- }
- .NavLinkContent6:hover .ShowContent .RightPart .RightPart_TopPart {
- color: #ffa622;
- }
- .NavLinkContent6:hover .ShowContent .RightPart .RightPart_BottomPart {
- color: #ffa622;
- }
- .NavLinkContent6 .ShowContent {
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- height: 185px;
- position: absolute;
- left: 286px;
- }
- .NavLinkContent6 .ShowContent .LeftPart {
- width: 88px;
- height: 88px;
- background-image: url("../images/navThreeIcon.png");
- background-repeat: no-repeat;
- background-size: contain;
- margin-right: 28px;
- }
- .NavLinkContent6 .ShowContent .RightPart .RightPart_TopPart {
- width: 180px;
- height: 36px;
- font-size: 36px;
- font-family: PangMenZhengDao-3, PangMenZhengDao;
- font-weight: normal;
- color: #ffffff;
- line-height: 41px;
- margin-bottom: 16px;
- text-align: start;
- }
- .NavLinkContent6 .ShowContent .RightPart .RightPart_BottomPart {
- width: 214px;
- height: 34px;
- font-size: 12px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #ff9c27;
- line-height: 17px;
- text-align: start;
- }
- /* 右边第三个 */
- .NavLinkContent7 {
- width: 780px;
- height: 185px;
- background-image: url("../images/navSeven.png");
- background-repeat: no-repeat;
- background-size: contain;
- cursor: pointer;
- position: relative;
- }
- .NavLinkContent7:hover {
- background-image: url("../images/navSevenHover.png");
- }
- .NavLinkContent7:hover .ShowContent .LeftPart {
- background-image: url("../images/navSixIconHover.png");
- }
- .NavLinkContent7:hover .ShowContent .RightPart .RightPart_TopPart {
- color: #ffa622;
- }
- .NavLinkContent7 .ShowContent {
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- height: 185px;
- position: absolute;
- left: 286px;
- }
- .NavLinkContent7 .ShowContent .LeftPart {
- width: 88px;
- height: 88px;
- background-image: url("../images/navSixIcon.png");
- background-repeat: no-repeat;
- background-size: contain;
- margin-right: 28px;
- }
- .NavLinkContent7 .ShowContent .RightPart .RightPart_TopPart {
- width: 230px;
- height: 36px;
- font-size: 36px;
- font-family: PangMenZhengDao-3, PangMenZhengDao;
- font-weight: normal;
- color: #ffffff;
- line-height: 41px;
- /* margin-bottom: 16px; */
- text-align: start;
- }
- .NavLinkContent7 .ShowContent .RightPart .RightPart_BottomPart {
- width: 214px;
- height: 34px;
- font-size: 12px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #ff9c27;
- line-height: 17px;
- text-align: start;
- }
- /* 右边第四个 */
- .NavLinkContent8 {
- width: 780px;
- height: 185px;
- background-image: url("../images/navEight.png");
- background-repeat: no-repeat;
- background-size: contain;
- cursor: pointer;
- position: relative;
- }
- .NavLinkContent8:hover {
- background-image: url("../images/navEightHover.png");
- }
- .NavLinkContent8:hover .ShowContent .LeftPart {
- background-image: url("../images/navEightIconHover.png");
- }
- .NavLinkContent8:hover .ShowContent .RightPart .RightPart_TopPart {
- color: #ffa622;
- }
- .NavLinkContent8 .ShowContent {
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- height: 185px;
- position: absolute;
- left: 196px;
- }
- .NavLinkContent8 .ShowContent .LeftPart {
- width: 88px;
- height: 88px;
- background-image: url("../images/navEightIcon.png");
- background-repeat: no-repeat;
- background-size: contain;
- margin-right: 28px;
- }
- .NavLinkContent8 .ShowContent .RightPart .RightPart_TopPart {
- width: 180px;
- height: 36px;
- font-size: 36px;
- font-family: PangMenZhengDao-3, PangMenZhengDao;
- font-weight: normal;
- color: #ffffff;
- line-height: 41px;
- margin-bottom: 16px;
- text-align: start;
- }
- .NavLinkContent8 .ShowContent .RightPart .RightPart_BottomPart {
- width: 214px;
- height: 34px;
- font-size: 12px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #ff9c27;
- line-height: 17px;
- text-align: start;
- }
- [class*="NavLinkContent"] .ShowContent .RightPart .RightPart_TopPart{
- color: #2bb5eb;
- }
- [class*="NavLinkContent"]:hover .ShowContent .RightPart .RightPart_TopPart{
- color: #ffffff;
- }
- .sub-nav{
- display: none;
- height: auto;
- width: 470px;
- position: absolute;
- top: 100%;
- right: 0;
- }
- [class*="NavLinkContent"]:hover > .sub-nav{
- display: block;
- }
- .sub-nav-item{
- height: 42px;
- color: #2bb5eb;
- line-height: 40px;
- padding: 1px 10px;
- font-size: 36px;
- margin-top: 10px;
- background-repeat: no-repeat;
- background-image: url("../images/sub-nav-bg.png");
- background-position: center;
- text-align: center;
- cursor: pointer;
- position: relative;
- font-family: PangMenZhengDao-3, PangMenZhengDao;
- }
- .sub-nav-item + .sub-nav-item{
- margin-top: 15px;
- }
- .sub-nav-item:hover{
- color: #ffffff;
- }
- .sub-nav-item.is-disabled{
- color: #2bb5eb;
- }
- .NavLinkContent1 .sub-nav, .NavLinkContent3 .sub-nav{
- left: 99px;
- right: auto;
- }
- .NavLinkContent3 .sub-nav{
- left: 107px;
- }
- .NavLinkContent1 .sub-nav .sub-nav-item{
- background-position: right center;
-
- }
- .NavLinkContent1:hover .sub-nav-item, .NavLinkContent3:hover .sub-nav-item{
- animation: slide-left 1.5s 0s ease-in-out;
- }
- .NavLinkContent1 .sub-nav .sub-nav-item:nth-child(1){
- width: 446px;
- background-image: url("../images/sub-nav-01.png");
- }
- .NavLinkContent1 .sub-nav .sub-nav-item:nth-child(2){
- width: 421px;
- background-image: url("../images/sub-nav-02.png");
- }
- .NavLinkContent1 .sub-nav .sub-nav-item:nth-child(3){
- width: 408px;
- background-image: url("../images/sub-nav-03.png");
- }
- .NavLinkContent3 .sub-nav .sub-nav-item:nth-child(1){
- width: 480px;
- background-image: url("../images/sub-nav-04.png");
- }
- .NavLinkContent3 .sub-nav .sub-nav-item:nth-child(2){
- width: 536px;
- background-image: url("../images/sub-nav-05.png");
- }
- .NavLinkContent3 .sub-nav .sub-nav-item:nth-child(3){
- width: 631px;
- background-image: url("../images/sub-nav-06.png");
- }
- .NavLinkContent5 .sub-nav{
- right: 102px;
- overflow: hidden;
- }
- .NavLinkContent5 .sub-nav .sub-nav-item, .NavLinkContent7 .sub-nav .sub-nav-item{
- background-position: left center;
- float: right;
- animation: slide-right 1.5s 0s ease-in-out;
- }
- .NavLinkContent5 .sub-nav .sub-nav-item:nth-child(1){
- width: 442px;
- background-image: url("../images/sub-nav-07.png");
- }
- .NavLinkContent5 .sub-nav .sub-nav-item:nth-child(2){
- width: 417px;
- background-image: url("../images/sub-nav-08.png");
- }
- .NavLinkContent5 .sub-nav .sub-nav-item:nth-child(3){
- width: 403px;
- background-image: url("../images/sub-nav-09.png");
- }
- .NavLinkContent7 .sub-nav{
- right: 102px;
- overflow: visible;
- }
- .NavLinkContent7 .sub-nav .sub-nav-item:nth-child(1){
- width: 480px;
- background-image: url("../images/sub-nav-10.png");
- }
- .NavLinkContent7 .sub-nav .sub-nav-item:nth-child(2){
- width: 536px;
- background-image: url("../images/sub-nav-11.png");
- }
- .NavLinkContent7 .sub-nav .sub-nav-item:nth-child(3){
- width: 631px;
- background-image: url("../images/sub-nav-12.png");
- }
- @keyframes slide-left{
- 0%{
- transform: translateX(-100%) rotateX(90deg);
- }
- 100%{
- transform: translateX(0%) rotateX(0deg);
- }
- }
- @keyframes slide-right{
- 0%{
- transform: translateX(100%) rotateX(90deg);
- }
- 100%{
- transform: translateX(0%) rotateX(0deg);
- }
- }
|