/* * @author: lminjuan * @date: 2022-01-18 14:17:13 * @last modified by: lminjuan * @last modified time: 2022-01-18 15:02:52 */ /* 功能模块 */ .function { margin: 32px -23px 0 0; /* padding-left: 101px; */ } .function-list { margin-right: 23px; width: 180px; height: 200px; box-shadow: 0px 10px 20px 0px rgba(19, 92, 195, 0.12); border-radius: 10px; box-sizing: border-box; text-align: center; transition: all 0.5s; } .function-content { display: inline-block; margin-top: 125px; width: 125px; word-break: break-all; text-align: center; font-size: 18px; height: 58px; color: #333; overflow: hidden; } .function-list:hover { border: solid 1px #6aafff; margin-top: -15px; overflow: hidden; } .function-list:hover .function-content { width: 134px; color: #2779e5; font-size: 22px; font-weight: bold; } .sincerity { margin-top: 109px; height: auto; } .function .function-list:nth-child(1) { background: #fff 34px 35px no-repeat; } .function .function-list:nth-child(2) { background: #fff 34px 35px no-repeat; } .function .function-list:nth-child(3) { background: #fff 34px 35px no-repeat; } .function .function-list:nth-child(4) { background: #fff 34px 35px no-repeat; } .function .function-list:nth-child(5) { background: #fff 34px 35px no-repeat; } .function .function-list:nth-child(6) { background: #fff 34px 35px no-repeat; } .sincerity-search { margin: 0 auto; margin-top: 12px; width: 160px; height: 30px; background-color: #e6f2ff; border-radius: 6px; } .sincerity-search input { margin-left: 11px; height: 30px; width: 90px; border-radius: 6px 0 0 6px; background-color: #e6f2ff; cursor: pointer; } .sincerity-search button { width: 50px; height: 30px; background-color: #e6f2ff; border-radius: 0 6px 6px 0; background: 26px 6px no-repeat; cursor: pointer; } .sincerity-search input::-webkit-input-placeholder { font-size: 13px; color: #889cb6; } .sincerity-search input::-moz-placeholder { font-size: 13px; color: #889cb6; } .sincerity-search input:-ms-input-placeholder { font-size: 13px; color: #889cb6; } .sincerity-search input::placeholder { font-size: 13px; color: #889cb6; } /* 诚信体系区域 */ .data { margin-top: 46px; } .integrity-system { margin-top: 10px; width: 588px; height: 265px; background-color: #fff; box-shadow: 0px 10px 20px 0px rgba(19, 92, 195, 0.1); border-radius: 8px; overflow: hidden; } .subtitle { border-bottom: 1px solid rgba(16, 128, 204, 0.2); height: 39px; background-color: rgba(32, 31, 31, 0.178); background: 0 0 no-repeat; box-sizing: border-box; } .subtitle-text { display: inline-block; margin-left: 39px; height: 39px; line-height: 22px; font-size: 22px; font-weight: bold; color: #333; box-sizing: border-box; border-bottom: 3px solid #2b83e7; } .negative { background: 0 0 no-repeat; } /* 表格信息 */ .data-info-table { width: 100%; table-layout: fixed; overflow: hidden; border-radius: 6px 6px 0 0; } .data-info-table th { text-align: center; font-size: 16px; line-height: 40px; color: #fff; border: 0; } .first { background: 0 0 no-repeat; } .th1 { width: 315px; } .th2 { width: 173px; } .th3 { width: 100px; } .data-info-table td { text-align: center; line-height: 42px; font-size: 16px; color: #666; border: 0; cursor: pointer; } .data-info-table td span { display: block; margin: 0 auto; width: 90%; } .data-info-table tbody tr:hover td { color: #2779e5; background-color: #ecf4fe; } .more { margin-top: 14px; font-size: 15px; color: #999; } .image { display: block; margin-top: 33px; /* height: 126px; */ border-radius: 8px; } .image:hover { opacity: 0.9; } .scroll { position: relative; margin-top: 21px; } .gateway { margin-top: 31px; background: 0 0 no-repeat; background-size: 100% 100%; overflow: hidden; } .gateway-tab { margin-top: 40px; } .gateway-hd { height: 39px; box-sizing: border-box; border-bottom: 1px solid rgba(16, 128, 204, 0.2); } .gateway-hd li { padding-left: 33px; height: 39px; line-height: 22px; font-size: 18px; text-align: center; color: #333; box-sizing: border-box; cursor: pointer; } .hd-item { display: inline-block; height: 36px; } .gateway-hd li.active { font-size: 22px; font-weight: bold; } .gateway-hd li:nth-child(1) { width: 210px; margin-right: 69px; background: 0 0 no-repeat; } .gateway-hd li:nth-child(2) { width: 254px; margin-right: 74px; background: 0 0 no-repeat; } .gateway-hd li:nth-child(3) { background: 0 0 no-repeat; } .gateway-hd li:nth-child(1).active { background: 0 0 no-repeat; } .gateway-hd li:nth-child(2).active { background: 0 0 no-repeat; } .gateway-hd li:nth-child(3).active { background: 0 0 no-repeat; } .gateway-hd li.active span { border-bottom: 3px solid rgb(43, 131, 231); } .list { padding-bottom: 38px; } .gateway-bd { padding: 36px 0 0 24px; box-sizing: border-box; } .list ul li { position: relative; float: left; margin-left: 32px; } .list li a { display: block; font-size: 15px; line-height: 36px; color: #666; overflow: hidden; white-space: nowrap; text-overflow: clip; width: 180px; } .list li a:hover { color: #2779e5; } .list li::before { position: absolute; content: ''; left: 0; top: 50%; width: 4px; height: 4px; background-color: #2779e5; border-radius: 50%; } .gateway-list { padding-left: 11px; } .list ul:nth-child(1) { margin-right: 55px; } .list ul:nth-child(2) { margin-right: 66px; } .list ul:nth-child(3) { margin-right: 65px; } .list ul:nth-child(4) { margin-right: 58px; } /* 多图轮播 */ .swiper-wrapper { padding-top: 10px; } .swiper-slide { width: 282px; height: 106px; background: #fff; /* center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; transition: all 0.3s; border-radius: 8px; } .swiper-slide:hover { margin-top: -10px; } .swiper-slide > a { display: block; width: 100%; height: 100%; border-radius: 8px; } .swiper-button-prev, .swiper-button-next { position: absolute; top: 50%; width: 24px; height: 25px; border-radius: 50%; cursor: pointer; background-position: center; background-repeat: no-repeat; z-index: 999; } .swiper-button-prev { top: 74px; left: -50px; background: 0 0 no-repeat; } .swiper-button-prev:hover { background: 0 0 no-repeat; } .swiper-button-next { top: 74px; right: -50px; background: 0 0 no-repeat; } .swiper-button-next:hover { background: 0 0 no-repeat; } .number { display: block; margin-left: 115px; font-size: 34px; line-height: 30px; font-weight: bold; } .slide1 { color: #5a95e2; background: 0 0 no-repeat; } .slide2 { color: #eaaa54; background: 0 0 no-repeat; } .slide3 { color: #7e83ed; background: 0 0 no-repeat; } .slide4 { color: #f27171; background: 0 0 no-repeat; } .slide-text { display: block; margin: 25px 0 9px 114px; font-size: 16px; line-height: 22px; color: #666; } .news-items { line-height: 25px; font-size: 14px; padding: 20px 22px; } .news-items > li { position: relative; line-height: 42px; vertical-align: top; /* border-bottom: 1px dashed #ddd; */ color: rgb(102, 102, 102); font-size: 16px; } .news-items > li > a { display: block; margin-right: 120px; height: 42px; line-height: 42px; color: #333; transition: all 0.3s; } .news-time { position: absolute; right: 0; top: 0; color: #999; } .news-items > li:hover a { color: #3278d5; text-indent: 20px; } /* 1128 */ .tab-hd{ display: flex; justify-content: center; padding-top: 10px; } .tab-hd-item{ margin-left: 20px; } .tab-hd-item:first-child{ margin-left: 0; } .tab-hd-item a{ display: block; height: 27px; border: 1px solid #999; border-radius: 13px; line-height: 25px; box-sizing: border-box; font-size: 16px; color: #999; padding: 0 12px; } .tab-hd-item.active a{ border-color: #2b83e7; color: #2b83e7; } .news-items{ padding: 5px 22px 0; }