@charset "utf-8"; .h_body { /* 设置页面整体宽度 */ width: 1920px; margin: 0 auto; background-color: #fff; /* 头部样式 */ /* 头部第一行样式 */ /* 登录图标样式 */ /* 登录和注册链接样式 */ /* 头部第二行样式,修改为 flex 布局 */ /* 大 logo 样式 */ /* 搜索框和按钮容器样式 */ /* 搜索框样式 */ /* 搜索按钮样式 */ /* 搜索按钮图标样式 */ /* 导航栏样式 */ /* 导航栏项目样式 */ /* 导航栏图标样式 */ /* 分隔线样式 */ /* 整体容器样式 */ /* 幻灯片容器样式 */ /* 幻灯片标题和分页容器样式 */ } .h_body header { height: 485px; /* 修改背景图片路径,使用平铺 */ background-image: ; background-repeat: repeat; background-size: 100% 100%; display: flex; flex-direction: column; justify-content: space-between; color: white; padding: 10px 0; } .h_body .header-top { margin: 0 auto; width: 1480px; display: flex; justify-content: flex-end; align-items: center; padding: 0 20px; } .h_body .login-icon { width: 20px; height: 20px; margin-right: 5px; } .h_body .login-link, .h_body .register-link { text-decoration: none; margin-left: 10px; font-weight: 400; font-size: 18px; color: #0063c9; line-height: 25px; text-align: left; font-style: normal; } .h_body .h_line { width: 1px; height: 15px; background: #0063c9; margin-left: 6px; } .h_body .header-bottom { display: flex; flex-direction: column; align-items: center; } .h_body .main-logo { width: 640px; /* 根据实际情况调整宽度 */ height: 250px; /* 根据实际情况调整高度 */ margin-top: 34px; } .h_body .search-container { width: 708px; height: 58px; display: flex; justify-content: center; margin-top: 11px; background: #ffffff; border-radius: 6px; position: relative; } .h_body .search-box { width: 100%; border: 0px solid #ccc; /* 1px 内边框 */ height: 58px; line-height: 58px; padding: 5px; margin-left: 10px; margin-bottom: 20px; /* 下方间隔 20px */ box-sizing: border-box; font-weight: 400; font-size: 18px; color: #49607a; line-height: 25px; text-align: left; font-style: normal; } .h_body .search-box:focus { outline: none; /* 去掉默认的外边框 */ border-color: transparent; /* 去掉边框颜色 */ } .h_body .search-button { /* background-image: ; */ /* 蓝色背景图,需替换为实际图片 */ border: none; padding: 5px 10px; margin-left: 5px; display: flex; align-items: center; width: 121px; height: 48px; background: #0063c9; border-radius: 6px; position: absolute; top: 5px; right: 5px; font-weight: 500; font-size: 22px; color: #ffffff; line-height: 30px; text-align: center; font-style: normal; } .h_body .search-icon { width: 22px; height: 22px; margin-right: 6px; margin-left: 12px; } .h_body .nav-bar { margin-top: 97px; width: 100%; background-color: #0063c9; height: 64px; display: flex; align-items: center; line-height: 64px; } .h_body .w_1460 { width: 1200px; display: flex; justify-content: space-between; margin: 0 auto; align-items: center; } .h_body .nav-item { display: flex; align-items: center; color: white; text-decoration: none; margin-right: 20px; font-weight: 500; font-size: 22px; color: #ffffff !important; line-height: 30px; text-align: left; font-style: normal; } .h_body .nav-icon { width: 22px; height: 22px; margin-right: 9px; } .h_body .separator { width: 1px; height: 28px; background: #ffffff; opacity: 0.34; } .h_body .white { width: 100%; height: 214px; background: #ffffff; } .h_body .container { width: 1398px; display: flex; gap: 22px; margin: 0 auto; margin-top: -100px; } .h_body .swiper-container { width: 790px; height: 445px; background-color: #ccc; } .h_body .swiper-slide, .h_body .swiper-slide img { width: 790px; height: 445px; } .h_body .s_title { position: absolute; bottom: 12px; left: 21px; font-weight: 400; font-size: 18px; color: #ffffff; line-height: 25px; text-align: right; font-style: normal; position: absolute; bottom: 0; left: 0; width: 100%; background-color: rgba(0, 0, 0, 0.3); color: white; display: flex; justify-content: space-between; align-items: center; padding: 10px; box-sizing: border-box; height: 50px; line-height: 50px; z-index: 99; } .h_body .swiper-pagination { text-align: right; bottom: 16px !important; padding-right: 25px; box-sizing: border-box; } .h_body .swiper-pagination-bullet { width: 20px; height: 6px; background: #ffffff; opacity: 0.35; border-radius: 0; } .h_body .swiper-pagination-bullet-active { opacity: 1; } .h_body .tab-news { width: 588px; } .h_body .tab-news .tabs { display: flex; height: 48px; } .h_body .tab-news .tabs .tab-item { font-family: "outter-fonts"; flex: 1; text-align: center; position: relative; height: 48px; font-weight: 500; font-size: 20px; color: #333333; line-height: 48px; background-color: #edeff2; cursor: pointer; } .h_body .tab-news .tabs .tab-item.active { color: #fff; background-color: #006cc3; } .h_body .tab-news .tabs .tab-item::after { content: " "; width: 2px; height: 20px; background: #d8d8d8; opacity: 0.73; position: absolute; right: 0px; top: 50%; transform: translate(0, -50%); } .h_body .tab-news .tabs .tab-item.active::after { display: none; } .h_body .tab-news .tabs .tab-item:nth-last-child(1)::after { display: none; } .h_body .tab-news .news-item { display: flex; align-items: center; overflow: hidden; margin-top: 18px; } .h_body .tab-news .news-item .title { font-weight: 400; font-size: 18px; color: #222222; line-height: 20px; flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .h_body .tab-news .news-item .time { width: 108px; font-weight: 400; font-size: 18px; color: rgba(0, 0, 0, 0.45); line-height: 24px; text-align: left; margin-left: 13px; } .h_body .tab-news .tabs02 { display: flex; justify-content: space-between; margin-top: 22px; } .h_body .tab-news .tabs02 .tab02-item { font-family: "outter-fonts"; flex: 1; min-width: 0; height: 48px; font-weight: 500; font-size: 20px; color: #333333; line-height: 48px; cursor: pointer; display: flex; align-items: center; justify-content: center; } .h_body .tab-news .tabs02 .tab02-item::before { content: ""; display: inline-block; padding-top: 18px; padding-left: 12px; line-height: 0; background: 0 0 no-repeat; background-size: 12px 18px; margin-right: 8px; } .h_body .tab-news .tabs02 .tab02-item.active, .h_body .tab-news .tabs02 .tab02-item:hover { color: #006cc3; } .h_body .news-item { display: flex; align-items: center; overflow: hidden; margin-top: 22px; } .h_body .news-item .title { font-weight: 400; font-size: 20px; color: #222222; line-height: 24px; flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .h_body .news-item .time { width: 108px; font-weight: 400; font-size: 18px; color: rgba(0, 0, 0, 0.45); line-height: 24px; text-align: left; margin-left: 13px; } .h_body .flex { display: flex; justify-content: space-between; align-items: center; } .h_body .notice_box { margin: 0 auto; width: 1398px; height: 76px; background: #e2f3ff; border-radius: 8px; margin-top: 26px; } .h_body .notice_box .notice_box_l { width: 124px; height: 42px; } .h_body .notice_box .notice_box_l img { width: 124px; height: 42px; margin-left: 16px; } .h_body .notice_box .notice_box_r { width: 1220px; margin-right: 20px; } .h_body .notice_box .notice_box_r .tempwrap { width: 1220px !important; } .h_body .notice_box .notice_box_r .infolist { overflow: hidden; display: flex; zoom: 1; } .h_body .notice_box .notice_box_r .infolist a { max-width: 400px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; height: 30px; font-size: 16px; } .h_body .notice_box .notice_box_r .infolist li { min-width: 400px; height: 42px; background: #ffffff; border-radius: 4px; margin-right: 20px; float: left; line-height: 42px; text-align: left; display: inline; padding: 0 80px 0 26px; position: relative; box-sizing: border-box; } .h_body .notice_box .notice_box_r .infolist li span { font-weight: 400; font-size: 16px; color: #777777; line-height: 22px; text-align: left; font-style: normal; position: absolute; right: 16px; top: 8px; } .h_body .notice_box .notice_box_r .infolist li::before { content: ""; width: 6px; height: 6px; background: #66a1df; position: absolute; top: 18px; left: 16px; border-radius: 50%; } .h_body .w_1398 { width: 1398px; margin: 0 auto; } .h_body .w_100 { width: 100%; } .h_body .img_box { margin-top: 28px; } .h_body .img_box img { width: 342px; height: 160px; } .h_body .w_1460 { width: 1460px; } .h_body .gongkai_box { margin-top: 38px; background-image: ; background-repeat: no-repeat; background-size: 100% 100%; height: 529px; padding-top: 35px; } .h_body .gongkai_box .gongkai_title_box { display: flex; align-items: center; justify-content: center; } .h_body .gongkai_box .gongkai_title_box .line_l { width: 550px; height: 1px; background: #006cc3; opacity: 0.3; margin-right: 17px; } .h_body .gongkai_box .gongkai_title_box .line_r { width: 550px; height: 1px; background: #006cc3; opacity: 0.3; margin-left: 17px; } .h_body .gongkai_box .gongkai_title_box img { width: 16px; height: 24px; } .h_body .gongkai_box .gongkai_title_box span { font-weight: 500; font-size: 26px; color: #333333; line-height: 37px; text-align: left; font-style: normal; margin: 0 34px; } .h_body .gongkai_box .gongkai_main { height: 393px; background: #ffffff; border-radius: 4px; margin-top: 22px; padding: 27px 30px; } .h_body .gongkai_box .gongkai_main .section { position: relative; } .h_body .gongkai_box .gongkai_main .section .section-container { width: 1417px; margin: 0 auto; position: relative; } .h_body .gongkai_box .gongkai_main .tabs { height: 52px; display: flex; border-bottom: solid 1px #999; position: relative; margin-bottom: 20px; } .h_body .gongkai_box .gongkai_main .tabs .more { font-size: 16px; color: #333333; line-height: 40px; position: absolute; right: 0; top: 50%; transform: translatey(-50%); } .h_body .gongkai_box .gongkai_main .tabs .tab-item { font-weight: 400; font-size: 24px; color: #333333; line-height: 32px; text-align: left; font-style: normal; cursor: pointer; position: relative; } .h_body .gongkai_box .gongkai_main .tabs .tab-item .tab-item { margin-left: 40px; } .h_body .gongkai_box .gongkai_main .tabs .tab-item:hover { color: #006cc3; } .h_body .gongkai_box .gongkai_main .tabs .tab-item.active { color: #006cc3; border-color: #006cc3; } .h_body .gongkai_box .gongkai_main .tabs .tab-item.choose { color: #006cc3; border-color: #006cc3; } .h_body .gongkai_box .gongkai_main .tabs .tab-item.choose::after { content: " "; width: 92px; height: 4px; background: #006cc3; position: absolute; left: 0; bottom: 0; } .h_body .gongkai_box .gongkai_main .section01 { padding-top: 14px; } .h_body .gongkai_box .gongkai_main .section01 .section-container { display: flex; align-items: flex-start; justify-content: space-between; } .h_body .gongkai_box .gongkai_main .section01 .leftbox { width: 921px; } .h_body .gongkai_box .gongkai_main .section01 .rightbox { margin-top: 14px; width: 460px; display: flex; flex-flow: row wrap; } .h_body .gongkai_box .gongkai_main .section01 .rightbox .imgbox { margin-left: 14px; margin-bottom: 18px; width: 213px; height: 146px; background-repeat: no-repeat; background-size: 100% 100%; text-align: center; } .h_body .gongkai_box .gongkai_main .section01 .rightbox .imgbox > a { text-align: center; } .h_body .gongkai_box .gongkai_main .section01 .rightbox .imgbox > a img { width: 59px; height: 57px; margin-left: 4px; margin-top: 29px; margin-bottom: 9px; } .h_body .gongkai_box .gongkai_main .section01 .rightbox .imgbox .gongkai_img_t { font-weight: 400; font-size: 20px; color: #000000; line-height: 28px; font-style: normal; } .h_body .gongkai_box .gongkai_main .section01 .rightbox .imgbox:hover { scale: 1.05; } .h_body .gongkai_box .gongkai_main .section01 .rightbox .img01 { background-image: ; } .h_body .gongkai_box .gongkai_main .section01 .rightbox .img02 { background-image: ; } .h_body .gongkai_box .gongkai_main .section01 .rightbox .img03 { background-image: ; } .h_body .gongkai_box .gongkai_main .section01 .rightbox .img04 { background-image: ; } .h_body .gongkai_box .gongkai_main .list01 { width: 100%; } .h_body .gongkai_box .gongkai_main .list01 .item { display: flex; align-items: center; font-size: 18px; color: #333333; line-height: 44px; justify-content: space-between; } .h_body .gongkai_box .gongkai_main .list01 .item a { width: 767px; height: 46px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-line-clamp: 1; align-items: center; } .h_body .gongkai_box .gongkai_main .list01 .item a img { float: left; width: 78px; height: 23px; margin-right: 4px; margin-top: 12px; } .h_body .gongkai_box .gongkai_main .list01 .item::before { content: ""; width: 6px; height: 6px; border-radius: 50%; margin-right: 13px; background-color: #4458bd; } .h_body .gongkai_box .gongkai_main .list01 .item .title { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .h_body .gongkai_box .gongkai_main .list01 .item .time { text-align: right; margin-left: 70px; color: #777; } .h_body .hudong_box { width: 1398px; margin: 42px auto 0; } .h_body .hudong_box .hudong_box1 { width: 442px; } .h_body .hudong_box .hudong_box1 .hudong_box_title_box { margin-bottom: 16px; height: 42px; line-height: 42px; position: relative; } .h_body .hudong_box .hudong_box1 .hudong_box_title_box .hudong_box_title { width: 200px; padding-left: 18px; font-weight: 500; font-size: 26px; color: #000000; line-height: 37px; text-align: left; font-style: normal; } .h_body .hudong_box .hudong_box1 .hudong_box_title_box > img { width: 150px; } .h_body .hudong_box .hudong_box1 .hudong_box_title_box > img:hover { scale: 1.05; } .h_body .hudong_box .hudong_box1 .hudong_box_title_box::after { content: " "; width: 8px; height: 26px; background: #0063c9; position: absolute; left: 0; top: 10px; } .h_body .hudong_box .hudong_box1 .hudong { background-image: ; background-repeat: no-repeat; background-size: 100% 100%; text-align: center; width: 442px; height: 382px; } .h_body .hudong_box .hudong_box1 .hudong > img { width: 298px; height: 96px; margin-top: 15px; } .h_body .hudong_box .hudong_box1 .hudong .rightbox { margin-top: 25px; width: 460px; display: flex; flex-flow: row wrap; justify-content: center; } .h_body .hudong_box .hudong_box1 .hudong .rightbox .imgbox { background-color: #fff; margin-right: 12px; margin-bottom: 10px; width: 164px; height: 94px; background-repeat: no-repeat; background-size: 100% 100%; text-align: center; } .h_body .hudong_box .hudong_box1 .hudong .rightbox .imgbox > a { text-align: center; } .h_body .hudong_box .hudong_box1 .hudong .rightbox .imgbox > a img { width: 26px; height: 26px; margin-top: 17px; margin-bottom: 11px; } .h_body .hudong_box .hudong_box1 .hudong .rightbox .imgbox .gongkai_img_t { font-weight: 400; font-size: 20px; color: #333333; line-height: 28px; text-align: center; font-style: normal; } .h_body .hudong_box .hudong_box1 .hudong .rightbox .imgbox:hover { scale: 1.05; } .h_body .hudong_box .hudong_box1 .zixun_box .zixun { width: 442px; height: 56px; background: #e7eaee; display: flex; align-items: center; justify-content: space-between; position: relative; margin-bottom: 8px; padding-left: 64px; } .h_body .hudong_box .hudong_box1 .zixun_box .zixun .logo { position: absolute; width: 32px; height: 32px; top: 12px; left: 21px; } .h_body .hudong_box .hudong_box1 .zixun_box .zixun > div { font-weight: 400; font-size: 20px; color: #222222; line-height: 46px; text-align: left; font-style: normal; } .h_body .hudong_box .hudong_box1 .zixun_box .zixun .zixun_r { width: 20px; height: 20px; margin-right: 30px; } .h_body .hudong_box .hudong_box1 .zixun_box .zixun:hover { scale: 1.03; } .h_body .hudong_box .hudong_box1 .zhuanti_box { height: 382px; } .h_body .hudong_box .hudong_box1 .zhuanti_box > img { width: 442px; height: 180px; margin-bottom: 14px; } .h_body .hudong_box .hudong_box1 .zhuanti_box .zhuanti_list { font-weight: 400; font-size: 18px; color: #222222; line-height: 28px; text-align: left; font-style: normal; padding-left: 17px; max-height: 56px; position: relative; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin-bottom: 4px; } .h_body .hudong_box .hudong_box1 .zhuanti_box .zhuanti_list::after { content: " "; width: 6px; height: 6px; background: #c0d8eb; border-radius: 50%; position: absolute; left: 0; top: 12px; } /*# sourcemappingurl=index.css.map */