|
@@ -0,0 +1,572 @@
|
|
|
+:root {
|
|
|
+ --one-icon-image: url("../images/navTwoIcon.png");
|
|
|
+ --one-hover-icon-image: url("../images/navTwoIconHover.png");
|
|
|
+
|
|
|
+ --two-icon-image: url("../images/navSevenIcon.png");
|
|
|
+ --two-hover-icon-image: url("../images/navSevenIconHover.png");
|
|
|
+
|
|
|
+ --three-icon-image: url("../images/navSevenIcon.png");
|
|
|
+ --three-hover-icon-image: url("../images/navSevenIconHover.png");
|
|
|
+
|
|
|
+ --four-icon-image: url("../images/navThreeIcon.png");
|
|
|
+ --four-hover-icon-image: url("../images/navThreeIconHover.png");
|
|
|
+
|
|
|
+ --five-icon-image: url("../images/navOneIcon.png");
|
|
|
+ --five-hover-icon-image: url("../images/navOneIconHover.png");
|
|
|
+
|
|
|
+ --six-icon-image: url("../images/navFourIcon.png");
|
|
|
+ --six-hover-icon-image: url("../images/navFourIconHover.png");
|
|
|
+
|
|
|
+ --seven-icon-image: url("../images/navSixIcon.png");
|
|
|
+ --seven-hover-icon-image: url("../images/navSixIconHover.png");
|
|
|
+
|
|
|
+ --eight-icon-image: url("../images/navFiveIcon.png");
|
|
|
+ --eight-hover-icon-image: url("../images/navFiveIconHover.png");
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+/* 左边第一个 */
|
|
|
+.NavLinkContent1 {
|
|
|
+ width: 780px;
|
|
|
+ height: 185px;
|
|
|
+ background-image: url("../images/navOne.png");
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: contain;
|
|
|
+ cursor: pointer;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.NavLinkContent1:hover {
|
|
|
+ background-image: url("../images/navOneHover.png");
|
|
|
+}
|
|
|
+
|
|
|
+.NavLinkContent1:hover .ShowContent .LeftPart {
|
|
|
+ background-image: var(--one-hover-icon-image);
|
|
|
+}
|
|
|
+
|
|
|
+.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: var(--one-icon-image);
|
|
|
+ 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: 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;
|
|
|
+}
|
|
|
+
|
|
|
+.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: var(--two-hover-icon-image);
|
|
|
+}
|
|
|
+
|
|
|
+.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: var(--two-icon-image);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: contain;
|
|
|
+ margin-right: 28px;
|
|
|
+}
|
|
|
+
|
|
|
+.NavLinkContent2 .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;
|
|
|
+}
|
|
|
+
|
|
|
+.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;
|
|
|
+ cursor: pointer;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.NavLinkContent3:hover {
|
|
|
+ background-image: url("../images/navThreeHover.png");
|
|
|
+}
|
|
|
+
|
|
|
+.NavLinkContent3:hover .ShowContent .LeftPart {
|
|
|
+ background-image: var(--three-hover-icon-image);
|
|
|
+}
|
|
|
+
|
|
|
+.NavLinkContent3:hover .ShowContent .RightPart .RightPart_TopPart {
|
|
|
+ color: #ffa622;
|
|
|
+}
|
|
|
+
|
|
|
+.NavLinkContent3 .ShowContent {
|
|
|
+ display: flex;
|
|
|
+ flex-flow: row nowrap;
|
|
|
+ align-items: center;
|
|
|
+ height: 185px;
|
|
|
+ position: absolute;
|
|
|
+ left: 166px;
|
|
|
+}
|
|
|
+
|
|
|
+.NavLinkContent3 .ShowContent .LeftPart {
|
|
|
+ width: 88px;
|
|
|
+ height: 88px;
|
|
|
+ background-image: var(--three-icon-image);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: contain;
|
|
|
+ margin-right: 28px;
|
|
|
+}
|
|
|
+
|
|
|
+.NavLinkContent3 .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;
|
|
|
+}
|
|
|
+
|
|
|
+.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: var(--four-hover-icon-image);
|
|
|
+}
|
|
|
+
|
|
|
+.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: var(--four-icon-image);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: contain;
|
|
|
+ margin-right: 28px;
|
|
|
+}
|
|
|
+
|
|
|
+.NavLinkContent4 .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;
|
|
|
+}
|
|
|
+
|
|
|
+.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: pointer;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.NavLinkContent5:hover {
|
|
|
+ background-image: url("../images/navFiveHover.png");
|
|
|
+}
|
|
|
+
|
|
|
+.NavLinkContent5:hover .ShowContent .LeftPart {
|
|
|
+ background-image: var(--five-hover-icon-image);
|
|
|
+}
|
|
|
+
|
|
|
+.NavLinkContent5:hover .ShowContent .RightPart .RightPart_TopPart {
|
|
|
+ color: #ffa622;
|
|
|
+}
|
|
|
+
|
|
|
+.NavLinkContent5 .ShowContent {
|
|
|
+ display: flex;
|
|
|
+ flex-flow: row nowrap;
|
|
|
+ align-items: center;
|
|
|
+ height: 185px;
|
|
|
+ position: absolute;
|
|
|
+ left: 196px;
|
|
|
+}
|
|
|
+
|
|
|
+.NavLinkContent5 .ShowContent.custom-content {
|
|
|
+ /* left: 300px; */
|
|
|
+}
|
|
|
+
|
|
|
+.NavLinkContent5 .ShowContent .LeftPart {
|
|
|
+ width: 88px;
|
|
|
+ height: 88px;
|
|
|
+ background-image: var(--five-icon-image);
|
|
|
+ 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: 330px;
|
|
|
+ height: 36px;
|
|
|
+ font-size: 36px;
|
|
|
+ /* font-family: PangMenZhengDao-3, PangMenZhengDao;
|
|
|
+ font-weight: normal; */
|
|
|
+ color: #ffffff;
|
|
|
+ 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: var(--six-hover-icon-image);
|
|
|
+}
|
|
|
+
|
|
|
+.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: var(--six-icon-image);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: contain;
|
|
|
+ margin-right: 28px;
|
|
|
+}
|
|
|
+
|
|
|
+.NavLinkContent6 .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;
|
|
|
+}
|
|
|
+
|
|
|
+.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: var(--seven-hover-icon-image);
|
|
|
+}
|
|
|
+
|
|
|
+.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: var(--seven-icon-image);
|
|
|
+ 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: var(--eight-hover-icon-image);
|
|
|
+}
|
|
|
+
|
|
|
+.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: var(--eight-icon-image);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: contain;
|
|
|
+ margin-right: 28px;
|
|
|
+}
|
|
|
+
|
|
|
+.NavLinkContent8 .ShowContent .RightPart .RightPart_TopPart {
|
|
|
+ width: 290px;
|
|
|
+ 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;
|
|
|
+}
|
|
|
+
|
|
|
+.RightPart_TopPart {
|
|
|
+ /* font-family: PangMenZhengDao-3, PangMenZhengDao; */
|
|
|
+ font-weight: bold;
|
|
|
+}
|