body { overflow-x: hidden; } /* 顶部导航 */ /* element滚动条组件 隐藏水平滚动条 */ .soucecontent .el-scrollbar__wrap { overflow-x: hidden; } .el-scrollbar__thumb, .el-scrollbar__thumb:hover { background-color: #adcdde; } .topheader { width: 100%; background: center no-repeat; height: 330px; background-size: 100% 100%; } header { width: 100%; position: fixed; top: 0; left: 0; z-index: 9; background: transparent; } header .main { height: 80px; line-height: 80px; display: flex; justify-content: space-between; } header .main img { width: 206px; margin-top: 10px; } header .main ul { margin-left: 20px; } header .main ul li { display: inline-block; color: #fff; padding: 0 12px; } header .main ul .active span, header .main ul li span { position: relative; } header .main ul li span::before { position: absolute; bottom: -10px; left: 50%; content: ''; width: 0; height: 2px; background: #fff; transition: all ease-in-out 0.5s; } header .main ul .active span::before, header .main ul li:hover span::before { width: 100%; left: 0%; } .header-scroll { background: #fff; box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%); } .header-scroll .main ul li span { color: #221815; } .header-scroll .main .loginbox { color: #221815; } .header-scroll .main ul li span::before { background: currentcolor; } header .loginbox { min-width: 130px; display: flex; align-items: center; color: #fff; justify-content: space-between; /* font-size: 18px; */ } header .loginbox .searchlogo { width: 18px; height: 18px; vertical-align: middle; margin: 0; } /* 侧边客服 */ nav { position: fixed; top: 25%; right: 1.5%; z-index: 9; } nav ul li { margin-top: 5px; position: relative; text-align: center; } nav ul li .hover { display: none; } nav ul li:hover .hover { width: 125px; height: 115px; display: block; position: absolute; top: -20px; left: -100px; } nav ul li img { width: 80px; height: 80px; } nav ul li .znkfimg { width: 160px; height: 160px; } nav ul li .kfinfo { width: 300px !important; height: 90px; } /* 16地市平台 */ .cityplatform { position: fixed; top: 22%; left: 35px; z-index: 9; } .cityplatform .citylogo { width: 82px; height: 200px; } .platdialog .el-dialog { background: center no-repeat; background-size: 100% 100%; } .platdialog .el-dialog__header { padding: 0; } .platdialog .plattitle { color: #1b6fe3; text-shadow: 0px 2px 4px rgba(38, 140, 248, 0.46); font-size: 36px; font-weight: 600; font-style: italic; text-align: center; } .platdialog .platcitylist { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; padding: 20px 80px; } .platcitylist .platitem { width: 12.5%; text-align: center; margin-bottom: 15px; cursor: pointer; position: relative; } .platcitylist .cityimg { width: 100px; height: 100px; vertical-align: middle; } .platcitylist .cityimgmask { width: 100px; height: 100px; border-radius: 50%; position: absolute; top: 0; left: 50%; transform: translatex(-50%); background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%); z-index: 2; } .platcitylist .cityname { color: #373858; font-size: 18px; font-weight: 600; letter-spacing: 1.08px; } .tip-slide { position: fixed; bottom: 50px; left: 0; z-index: 9; } .tip-slide img { width: 90px; } .swiper-container { width: 100%; height: 100%; margin-left: auto; margin-right: auto; } .pos-mid { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .common-ul li { padding: 10px 0 12px 20px; position: relative; border-bottom: 1px solid rgba(196, 223, 255, 0.66); } .common-ul li::before { width: 8px; height: 8px; background: #1489ee; border-radius: 50%; position: absolute; top: 17px; left: 5px; content: ''; } .common-ul li h2 { color: #333; font-size: 16px; width: 85%; display: inline-block; } .common-ul li p { color: #999; font-size: 14px; margin: 15px 0; } .common-ul li span { font-size: 14px; color: #999999; line-height: 24px; } .common-ul li:hover h2 { color: #1391df; } .menu-input { width: 140px; margin-right: 10px; } .menu-input .el-input__inner { height: 38px; padding: 0 20px; background: #ffffff; border: 1px solid #39a0ef; border-radius: 23px; } .menu-input .el-input__inner::placeholder { color: #fff; } .menu-input .el-input__suffix { top: 0; right: 10px; } .menu-input .el-input__suffix img { width: 20px; cursor: pointer; margin-top: 0; margin-bottom: 40px; } .menu-input .input-hot { color: #fff; font-size: 16px; margin-top: 15px; } .menu-input .input-hot span { font-size: 14px; color: #cd260f; } /* 要闻 */ #fullpage .headlines { width: 100%; height: 139px; background: center no-repeat; background-size: 100% 100%; box-sizing: border-box; } #fullpage .headlines .topline { display: flex; align-items: center; height: 100%; color: #fff; } #fullpage .headlines .newstitle { width: 154px; height: 93px; vertical-align: middle; margin-right: 40px; } #fullpage .headlines .topline h2 { font-size: 24px; font-weight: 600; line-height: 36px; } #fullpage .headlines .topline p { line-height: 24px; } #fullpage .newscontent { height: 450px; width: 100%; background: center no-repeat; background-size: 100% 100%; padding-top: 24px; } .newscontent .list-item { width: 100%; height: 400px; width: 100%; } .newscontent .news-swiper .swiper-wrapper .swiper-slide { height: 100%; width: 100%; cursor: pointer; } .newscontent .news-swiper .swiper-wrapper .swiper-slide img { width: 100%; height: 100%; } .newscontent .news-swiper .swiper-wrapper .swiper-slide .swiper-text { position: absolute; bottom: 0; left: 0; width: 100%; height: 50px; line-height: 50px; padding: 0 15px; color: #fff; background: rgba(13, 96, 190, 0.82); } .newscontent .news-swiper .swiper-pagination { left: initial; right: 0; bottom: 15px; width: 85px; } .newscontent .news-swiper .swiper-pagination-bullet-active { background: #43fbff !important; } .newscontent .news-swiper .swiper-pagination-bullet { background: #fff; opacity: 0.62; } .newscontent .list-item .el-tabs { padding: 20px 20px 20px 40px; } .newscontent .list-item .el-tabs__content { height: 316px; } .newscontent .list-item .el-tabs__item { color: #2e200c; font-size: 20px; font-weight: 600; line-height: 26px; } .newscontent .list-item .el-tabs__item::after { content: "|"; position: absolute; left: -6px; top: 0; width: 100%; height: 20px; } .newscontent .list-item .el-tabs__item.is-active { color: #1b6fe3; font-size: 20px; font-weight: 600; line-height: 26px; } .newscontent .list-item .el-tabs__active-bar { height: 8px; background: center no-repeat; background-size: 100% 100%; } .newscontent .list-item .el-tabs__nav-wrap::after { background-color: rgba(196, 223, 255, 0.66); } .newscontent .list-item .list-more { position: absolute; top: 20px; right: 30px; color: #378efd; font-size: 18px; line-height: 26px; z-index: 3; } .newscontent .list-item ul { height: 100%; width: 100%; } .newscontent .list-item ul li { padding: 8px 0; } .newscontent .list-item ul li a { display: flex; align-items: center; } .newscontent .list-item .texticon1 { width: 10px; height: 10px; background: #ffbe31; margin-right: 10px; } .newscontent .list-item .texticon { width: 10px; height: 10px; background: #0c62c3; margin-right: 10px; } .newscontent .list-item ul li:hover .text { color: #1391df; } .newscontent.list-item ul li .date p { font-size: 26px; } .newscontent .list-item ul li span { color: #999; font-size: 14px; } .newscontent .list-item ul li .text { flex: 9; color: #221815; font-size: 16px; line-height: 28px; } .newscontent .list-item .newicon { width: 40px; vertical-align: middle; } /* 粒子动画 */ #fullpage #num_0 #particles { position: absolute; bottom: 0; left: 0; z-index: 1; width: 100%; height: 600px; overflow: hidden; } /* 政策字典 */ #fullpage #num_1 { background: no-repeat center; background-size: 100% 100%; } #fullpage #num_1 .num-title { color: #373858; font-size: 26px; font-weight: 600; line-height: 26px; margin-top: 16px; } #fullpage #num_1 .num-title .more { color: #378efd; font-size: 18px; font-weight: 400; } #fullpage #num_1 .policy-tab { width: 100%; height: 110px; margin-top: 30px; background: center no-repeat; background-size: 100% 100%; display: flex; align-items: center; color: #fff; line-height: 34px; } #fullpage #num_1 .policy-tab .tab { width: 50%; padding-left: 20%; box-sizing: border-box; cursor: pointer; } #fullpage #num_1 .policy-tab .tabtitle { font-size: 22px; font-weight: 600; } #fullpage #num_1 .projectcontent { padding-left: 40px; } .policylist .tag-item { position: absolute; color: #ffffff; cursor: pointer; width: 140px; height: 140px; border-radius: 70px; padding: 10px; font-size: 20px; text-align: center; } .tag-item .small { width: 200px; height: 200px; font-size: 18px; } .tag-item .big { width: 180px; height: 180px; text-align: center; border-radius: 115px; font-size: 22px; } .tag-itemdiv { position: absolute; top: 50%; left: 30px; right: 30px; text-align: center; transform: translatey(-50%); width: 100%; } .tag-itemdiv .score { font-size: 22px; } .tag-itemdiv .label { font-size: 14px; margin-top: 5px; } .policylist { width: 100%; height: 100%; position: relative; overflow: hidden; } .policylist .tag-item:nth-child(n) { width: 110px; height: 110px; background: linear-gradient(180deg, rgba(250, 216, 84, 0.80) 0%, rgba(255, 120, 36, 0.80) 100%); } .policylist .tag-item:nth-child(2n) { width: 110px; height: 110px; background: linear-gradient(180deg, rgba(25, 214, 255, 0.80) 0%, rgba(44, 131, 255, 0.80) 100%); } .policylist .tag-item:nth-child(3n) { width: 96px; height: 96px; background: linear-gradient(180deg, rgba(110, 206, 219, 0.80) 0%, rgba(99, 214, 138, 0.80) 100%); } /* 人才工程 */ #num_1 .projectcontent .projectlist { width: 100%; /* height: 204px; */ height: 350px; margin-top: 30px; background: center no-repeat; background-size: 100% 100%; cursor: pointer; display: flex; align-items: flex-end; padding-bottom: 60px; box-sizing: border-box; } #num_1 .projectcontent .projectlist .openapply { width: 150px; height: 50px; margin-right: 20px; margin-left: 30px; } #num_1 .projectcontent .projectlist .getapplybook { width: 110px; height: 50px; } .projectlist .proitem { color: #fff; text-shadow: 0px 2px 4px rgba(91, 153, 247, 0.54); font-size: 26px; font-weight: 600; font-style: italic; } .projectcontent .jzppbg { width: 100%; height: 130px; background: center no-repeat; background-size: 100% 100%; margin-top: 10px; } /* 一站式服务平台 */ #fullpage #num_2 { background: #f2f2f2; position: relative; height: 720px; background: no-repeat center; background-size: 100% 100%; } @keyframes leftbottom { from { transform: translate(-500px, 600px); } to { transform: translate(0, 0); } } @keyframes righttop { from { transform: translate(500px, -600px); } to { transform: translate(0, 0); } } @keyframes righttopline { from { transform: translate(1620px, -600px) rotate(-20deg); } to { transform: translate(0, 0) rotate(-24deg); } } @keyframes leftbottomline { from { transform: translate(-500px, 150px) rotate(-23deg); } to { transform: translate(0, 0) rotate(-23deg); } } #fullpage #num_2 .alliance { position: absolute; bottom: 0; left: 0; width: 50%; height: 290px; background: no-repeat left bottom; background-size: contain; cursor: pointer; } #fullpage #num_2 .alliance img { position: absolute; top: 80px; right: 0; width: 380px; } #fullpage #num_2 .alliance img:last-child { top: 178px; right: 80px; width: 300px; } #fullpage #num_2 .main { padding: 0 20px 20px; overflow: hidden; position: relative; height: 100%; } #fullpage #num_2 .main .leftbottom { animation: leftbottom 1s ease-in-out; animation-fill-mode: forwards; position: absolute; top: 0; left: 0; width: 75%; height: 55%; background: no-repeat center; background-size: 100% 100%; } #fullpage #num_2 .main .main-item { background: no-repeat; background-size: 100% 100%; padding: 15px; width: 245px; height: 225px; position: absolute; top: 25%; left: 2%; } #fullpage #num_2 .main .main-item h2 { color: #fff; font-size: 20px; font-weight: bold; text-align: center; } #fullpage #num_2 .main .main-item p { color: #fff; font-size: 16px; text-align: center; margin: 10px 0; } #fullpage #num_2 .main .main-item .btn-t { display: inline-block; vertical-align: top; padding: 20px 0px; } #fullpage #num_2 .main .main-item .btn-t .btn { cursor: pointer; width: 90px; height: 35px; line-height: 35px; background: linear-gradient(180deg, #2cc5fd 0%, #108ffd 100%); border-radius: 17px; color: #fff; font-size: 14px; text-align: center; } #fullpage #num_2 .main .main-item .btn-t .btn img { width: 20px; vertical-align: middle; } #fullpage #num_2 .main .main-item .btn-t .btn1 { background: linear-gradient(180deg, #69b649, #0f8673); margin-top: 20px; } #fullpage #num_2 .main .item1 { background: no-repeat; background-size: 100% 100%; top: -39px; left: 24%; padding: 90px 0; transform: rotate(23deg); width: 260px; height: 300px; box-shadow: 2px 9px 4px rgba(187, 200, 218, 0.5); cursor: pointer; } #fullpage #num_2 .main .item1::before { width: 100%; height: 10px; position: absolute; top: 40px; right: -18px; content: ''; background: #fff; transform: rotate(-19.5deg); } #fullpage #num_2 .main .item1 h2, #fullpage #num_2 .main .item1 p { color: #1b6fe3; } #fullpage #num_2 .main .item1 img { width: 200px; margin-left: 40px; } #fullpage #num_2 .main .line { border: 2px solid #bae1f9; width: 1200px; position: absolute; z-index: 2; } #fullpage #num_2 .main .left-line { top: 23%; right: 5%; animation: righttopline 2s ease-in-out; animation-fill-mode: forwards; } #fullpage #num_2 .main .right-line { width: 320px; bottom: 5%; right: 25%; animation: leftbottomline 2s ease-in-out; animation-fill-mode: forwards; } #fullpage #num_2 .main .righttop { animation: righttop 1s ease-in-out; animation-fill-mode: forwards; position: absolute; bottom: 0; right: 0; width: 500px; } #fullpage #num_2 .main .righttop img { width: 100%; } #fullpage #num_2 .main .main-title { color: #fff; font-size: 20px; font-weight: bold; padding: 20px 0 10px 0; /* font-style: italic; */ position: relative; z-index: 1; } #fullpage #num_2 .main .mar-title { position: absolute; top: 0; right: 0; width: 160px; overflow: hidden; color: #373858; font-size: 26px; font-weight: 600; line-height: 52px; } #fullpage #num_2 .main .mar-title a { text-align: right; } #fullpage #num_2 .main .mar-title a:hover span { animation: arrmove 1s infinite ease-in-out; } @keyframes arrmove { 0% { transform: translatey(-15px) rotate(90deg); } 100% { transform: translatey(15px) rotate(90deg); } } #fullpage #num_2 .main .mar-title span { color: #adcdde; position: absolute; top: 5px; transform: rotate(90deg); } #fullpage #num_2 .main .mar-title div { width: 160px; } #fullpage #num_2 .main .market-list { width: 50%; position: absolute; top: 80px; right: 0; } #fullpage #num_2 .main .el-tabs--left .el-tabs__header.is-left { background: no-repeat; background-size: 100% 100%; box-sizing: border-box; padding-top: 30px; width: 160px; } #fullpage #num_2 .main .el-tabs__item { color: #fff; height: 50px; overflow: hidden; line-height: 50px; text-overflow: ellipsis; width: 100%; text-align: center; } #fullpage #num_2 .el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev, #fullpage #num_2 .el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next { color: #fff; font-size: 22px; z-index: 2; } #fullpage #num_2 .main .el-tabs__item.is-active { z-index: 10; color: #4f8bdb; background: #e7f4ff; box-shadow: 2px 4px 4px rgba(79, 139, 219, 0.25); } #fullpage #num_2 .main .el-tabs__nav-wrap::after { height: 0; } #fullpage #num_2 .main .el-tabs__active-bar { /* background: url(/uploads/image/rcrriimage2024/img_m_a.png) no-repeat; background-size: 100% 100%; */ background-color: transparent; width: 130px; height: 35px !important; z-index: 2; left: 5px; } #fullpage #num_2 .main .el-tabs__nav-wrap, #fullpage #num_2 .main .el-tabs__nav-scroll { overflow: initial; } #fullpage #num_2 .main ul { padding: 10px; } #fullpage #num_2 .main ul li { border-bottom: 1px dashed rgba(121, 138, 175, 0.66); padding: 5px 10px; } #fullpage #num_2 .main ul li:last-child { border-bottom: none; } #fullpage #num_2 .main ul li:hover { /* background: #f3f3f3; */ } #fullpage #num_2 .main ul li h2 { color: #333; font-size: 16px; font-weight: bold; height: 23px; } #fullpage #num_2 .main ul li p { color: #333; font-size: 14px; margin: 10px 0; } #fullpage #num_2 .main ul li p img { width: 20px; vertical-align: middle; } /* 选择山东 */ #fullpage #num_3 .gccimg { width: 100%; height: 140px; } #fullpage #num_3 { position: relative; background: #f2f8fd; padding: 5px 0; } #fullpage #num_3 .main { margin: 30px auto; } #fullpage #num_3 .more { color: #378efd; font-size: 18px; line-height: 26px; font-weight: 400; } #fullpage #num_3 .main .map { height: 470px; background: no-repeat; background-size: cover; margin-top: 20px; padding: 20px; } #fullpage #num_3 .main .map h3 { color: #221815; font-size: 20px; font-weight: bold; } #fullpage #num_3 .main .map .zxl { background: no-repeat; background-size: cover; height: 110px; color: #fff; font-size: 16px; padding-top: 75px; text-align: center; margin: 10px 0; cursor: pointer; } #fullpage #num_3 .main .map .hot-demand { color: #333; font-size: 16px; font-weight: bold; line-height: 52px; } #fullpage #num_3 .main .cai { background: #fff; } /* 双创空间 */ #fullpage #num_4 { /* background: #f3f3f3; */ background: center no-repeat; background-size: 100% 100%; } #fullpage #num_4 .trade-zone { background: no-repeat; background-size: cover; cursor: pointer; } #fullpage #num_4 .trade-zone h2 { color: #fff; font-size: 26px; font-weight: bold; font-style: italic; margin: 10px 0; } #fullpage #num_4 .trade-zone img { transition: all ease-in 0.5s; } #fullpage #num_4 .trade-zone img:hover { transform: rotatey(-360deg); } #fullpage #num_4 .main { padding: 20px; position: relative; } #fullpage #num_4 .main .img-more { position: absolute; top: 35px; right: 30px; z-index: 2; color: #378efd; font-size: 18px; } #num_4 .soucecontent { width: 100%; padding-top: 20px; } #num_4 .soucecontent .main { background: #fff; } #num_4 .soucecontent .sourcetabbox { width: 100%; background: center no-repeat; background-size: 100% 100%; } #fullpage #num_4 .soucecontent .el-tabs__item { font-size: 20px; color: #221815; } #fullpage #num_4 .soucecontent .el-tabs__item.is-active { font-weight: bold; color: #1b6fe3; } #fullpage #num_4 .soucecontent .el-tabs__active-bar { background: center no-repeat; background-size: 100% 100%; height: 8px; } #fullpage #num_4 .soucecontent .el-tabs__item::after { content: "|"; position: absolute; left: -6px; top: 0; width: 100%; height: 20px; } #fullpage #num_4 .soucecontent .el-tabs__nav-wrap::after { background: rgba(196, 223, 255, 0.66); } #fullpage #num_4 .main .space { padding: 20px; } #fullpage #num_4 .resource { position: relative; width: 100%; height: 360px; background: center no-repeat; background-size: 100% 100%; } #fullpage #num_4 .main .btn-pp { position: absolute; bottom: 40px; left: 50%; transform: translatex(-50%); width: 139px; height: 33px; line-height: 33px; background: #0072ff; color: #fff; text-align: center; cursor: pointer; } #fullpage #num_4 .main .space .space-tab { width: 100%; height: 79px; line-height: 79px; color: #373858; padding: 0 20px; cursor: pointer; font-size: 16px; font-weight: 600; font-style: italic; } #fullpage #num_4 .main .space .space-tab-a { color: #ffff; background: no-repeat; background-size: cover; cursor: pointer; } #fullpage #num_4 .main .space ul { background: #fff; padding: 0 15px; } #fullpage #num_4 .main .space ul li { height: 90px; border-bottom: 1px solid rgba(196, 223, 255, 0.66); padding: 10px; box-sizing: border-box; } #fullpage #num_4 .main .space ul li img { width: 80px; height: 65px; margin-right: 15px; } #fullpage #num_4 .main .space ul li:hover .li-text h2 { color: #1391df; } #fullpage #num_4 .main .space ul li .li-text { width: 350px; display: inline-block; vertical-align: top; } #fullpage #num_4 .main .space ul li img { width: 15px; height: 15px; vertical-align: middle; } #fullpage #num_4 .main .space ul li .li-text h2 { color: #373858; font-size: 17px; font-weight: 600; line-height: 36px; } #fullpage #num_4 .main .space ul li .li-text p { color: #373858; line-height: 30px; } #fullpage #num_4 .main .talent-style { height: 264px; position: relative; } #fullpage #num_4 .main .talent-style .swiper-container { width: 100%; height: 300px; margin-left: auto; margin-right: auto; } #fullpage #num_4 .main .talent-style .swiper-slide { background-size: cover; background-position: center; } #fullpage #num_4 .main .talent-style .swiper-slide img { width: 34%; height: 100%; margin-right: 10px; } #fullpage #num_4 .main .talent-style .swiper-button-prev { background: url(/uploads/image/rcrriimage2024/arr_left.png) no-repeat; } #fullpage #num_4 .main .talent-style .swiper-button-next { background: url(/uploads/image/rcrriimage2024/arr_right.png) no-repeat; } #fullpage #num_4 .main .talent-style .swiper-button-next, #fullpage #num_4 .main .talent-style .swiper-button-prev { top: 140%; z-index: 11; } #fullpage #num_4 .main .talent-style .swiper-pagination { width: 100%; bottom: -10px; } #fullpage #num_4 .main .talent-style .swiper-pagination-bullet { width: 14px; height: 14px; margin: 0 5px; } #fullpage #num_4 .main .talent-style .gallery-top { height: 100%; width: 100%; } #fullpage #num_4 .main .talent-style .gallery-thumbs { height: 35%; width: 65%; position: absolute; bottom: 100px; right: 0; z-index: 1; padding: 5px 0; } #fullpage #num_4 .main .talent-style .gallery-thumbs .content-gallery-top h2 { font-size: 16px; } #fullpage #num_4 .main .talent-style .gallery-thumbs-container { position: absolute; bottom: 40px; left: 65%; transform: translate(-50%); width: 25%; z-index: 1; } #fullpage #num_4 .main .talent-style .gallery-thumbs .swiper-slide { box-shadow: 0 0 5px #cfcece; height: 100%; padding: 10px; } #fullpage #num_4 .main .talent-style .content-gallery-top { display: inline-block; width: 59%; vertical-align: top; } #fullpage #num_4 .main .talent-style .content-gallery-top h2 { font-size: 18px; color: #333; margin: 6px 0; } #fullpage #num_4 .main .talent-style .content-gallery-top h2 span { margin: 0 10px; } #fullpage #num_4 .main .talent-style .content-gallery-top h2 span, #fullpage #num_4 .main .talent-style .content-gallery-top p { font-size: 14px; color: #999; line-height: 24px; } /* 活动集市 */ #certify { position: relative; } #certify .swiper-slide { width: 456px; height: 317px; background: #fff; box-shadow: 0 8px 30px #ddd; } #certify .swiper-slide img { display: block; width: 100%; height: 100%; } #certify .swiper-slide p { text-align: center; color: #fff; font-size: 16px; background: rgba(0, 0, 0, 0.5); padding: 10px 20px; position: absolute; width: 100%; bottom: 0; left: 0; } #certify .swiper-button-prev { background: no-repeat; } #certify .swiper-button-next { background: no-repeat; } /* 友情链接 */ #fullpage #num_5 { position: relative; padding: 25px 0; } #fullpage #num_5 .main { padding: 25px; margin: auto; } #fullpage #num_5 .main .el-tabs__nav-wrap { padding-bottom: 10px; } #fullpage #num_5 .main .el-tabs__nav-wrap::after { /* background-color: #efefef; */ height: 0; } #fullpage #num_5 .main .el-tabs__active-bar { height: 0; } #fullpage #num_5 .main .el-tabs__item.is-active, #fullpage #num_5 .main .el-tabs__item:hover { color: #1b6fe3; font-weight: bold; } #fullpage #num_5 .main .el-tabs__item { color: #333; font-size: 18px; height: auto; line-height: normal; border-right: 1px solid #333; } #fullpage #num_5 .main .el-tabs__item:last-child { border-right: none; } #fullpage #num_5 .main ul li { display: inline-block; font-size: 14px; color: #333333; padding: 10px 20px; } #fullpage #num_5 .main ul li:hover { color: #1391df; } #fullpage #num_5 .fp-tablecell { position: relative; } .platdialog .el-dialog__headerbtn .el-dialog__close { color: #fff; font-size: 30px; } @keyframes rotate360 { from { transform: rotate(0); -ms-transform: rotate(0); /* ie 9 */ -webkit-transform: rotate(0); /* safari and chrome */ } to { transform: rotate(360deg); -ms-transform: rotate(360deg); /* ie 9 */ -webkit-transform: rotate(360deg); /* safari and chrome */ } } /* 才聚齐鲁 */ .pubdemand { text-align: center; width: 100%; margin: 14px 0; font-size: 18px; color: #fff; line-height: 47px; font-weight: 600; cursor: pointer; border-radius: 6px; border: 1px solid #3782f9; background: linear-gradient(180deg, #3782f9 0%, #619dff 100%); }