123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574 |
- * {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- font-family: "Microsoft YaHei";
- }
- html,
- body {
- width: 100%;
- height: 100%;
- }
- li {
- list-style: none;
- }
- @font-face {
- font-family: 'iconfont';
- src: url('../font/iconfont.woff2?t=1649485663505') format('woff2'), url('../font/iconfont.woff?t=1649485663505') format('woff'), url('../font/iconfont.ttf?t=1649485663505') format('truetype');
- }
- /* 首页 */
- .indexb {
- display: flex;
- align-items: center;
- width: 100%;
- height: 100%;
- }
- .index-list {
- display: flex;
- flex-direction: column;
- width: 10%;
- height: 100%;
- background-color: #F1F1F1;
- }
- .index-list .index-item {
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- font-size: 14px;
- color: #696969;
- border-bottom: 1px solid rgba(147, 147, 147, 0.5);
- }
- .index-list .index-item:last-child {
- border-bottom: none;
- }
- .index-list .index-item>i {
- font-size: 20px;
- margin-bottom: 5px;
- }
- .index-item-act {
- color: #2A8DCF !important;
- background-color: #FFFFFF;
- }
- /* 内容区域 */
- .content {
- width: 90%;
- height: 100%;
- }
- .content>div {
- position: relative;
- width: 100%;
- height: 100%;
- background: url(../img/bg.png) bottom center no-repeat;
- background-size: cover;
- }
- /* 历史沿革 */
- .yg-box {
- width: 100%;
- height: 100%;
- }
- .yg-box .time-line {
- position: relative;
- width: 100%;
- height: 100%;
- display: flex;
- align-items: center;
- overflow-x: scroll;
- /* background: url(../img/licheng.png) top left no-repeat;
- background-size: 100% 100%; */
- }
- .one {
- min-width: 100%;
- height: 100%;
- background: url(../img/licheng.png) top left no-repeat;
- background-size: 100% 100%;
- }
- .two {
- min-width: 100%;
- height: 100%;
- background: url(../img/licheng1.png) top left no-repeat;
- background-size: 100% 100%;
- }
- .time-line>div {
- position: relative;
- }
- .time-line>div>div {
- position: absolute;
- width: 17%;
- height: 40%;
- }
- .o-one {
- top: 32%;
- left: 6%;
- }
- .o-two {
- top: 32%;
- left: 25%;
- }
- .o-there {
- top: 31%;
- left: 44%;
- }
- .o-four {
- height: 52% !important;
- top: 26%;
- left: 63%;
- }
- .o-five {
- top: 10%;
- left: 82%;
- }
- .t-one {
- top: 15%;
- left: 6%;
- }
- .t-two {
- top: 24%;
- left: 25%;
- }
- .t-there {
- top: 35%;
- left: 44%;
- }
- .t-four {
- top: 28%;
- left: 63%;
- }
- .t-five {
- top: 27%;
- left: 82%;
- }
- .flag {
- position: absolute;
- width: 7px;
- height: 100%;
- background-color: #0451A3;
- }
- .flag>i {
- position: absolute;
- top: 0px;
- display: inline-block;
- border-top: 20px solid transparent;
- border-bottom: 20px solid transparent;
- border-left: 40px solid #0451A3;
- }
- .contan-box {
- position: absolute;
- top: 15%;
- margin-left: 14px;
- }
- .contan-box .item-title {
- font-size: 36px;
- font-weight: 550;
- color: #0451A3;
- }
- .contan-box .item-cont {
- /* font-family: "黑体"; */
- font-size: 18px;
- font-weight: 500;
- color: #333;
- padding-right: 20px;
- }
- /* 机构设置 */
- .jg-box {
- padding: 1%;
- }
- .jg-title {
- display: flex;
- align-items: center;
- width: 100%;
- height: 10%;
- font-size: 18px;
- }
- .jg-container {
- display: flex;
- justify-content: center;
- width: 100%;
- height: 90%;
- }
- .jg-content {
- display: flex;
- flex-direction: column;
- align-items: center;
- width: 80%;
- padding: 0 5%;
- }
- .jg-content .top-box {
- width: 100%;
- height: 40%;
- }
- .jg-content .top-box .jg-top {
- display: flex;
- justify-content: space-between;
- }
- .jg-top .top-item {
- text-align: center;
- line-height: 35px;
- height: 35px;
- border-radius: 5px;
- color: #297CC2;
- background-color: #D5E8F6;
- }
- .jg-top:nth-child(1) {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-around;
- }
- .jg-top:nth-child(1) .top-item {
- width: 45%;
- margin-top: 10px;
- }
- .jg-top:nth-child(2) {
- margin-top: 10px;
- }
- .jg-top:nth-child(2) .top-item {
- width: 30%;
- }
- .jg-content .bottom-box {
- width: 100%;
- height: 70%;
- }
- .bot-text {
- display: flex;
- align-items: center;
- width: 100%;
- height: 18%;
- font-size: 18px;
- }
- .jg-bottom {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- width: 100%;
- padding: 1%;
- }
- .jg-bottom .bottom-item {
- display: flex;
- align-items: center;
- text-indent: 0.5em;
- width: 100%;
- height: 35px;
- margin-bottom: 10px;
- border-radius: 5px;
- color: #297CC2;
- background-color: #D5E8F6;
- }
- .jg-bottom .bottom-item>i {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 5%;
- height: 100%;
- border-radius: 5px;
- font-style: normal;
- color: #FFFFFF;
- background-color: #2D8FCE;
- }
- .jg-img {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 20%;
- height: 100%;
- }
- .jg-img>img {
- width: 90%;
- height: 100%;
- }
- /* 工作掠影 */
- .ly-box {
- position: relative;
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- .pre,
- .next {
- width: 7%;
- position: absolute;
- top: 50%;
- z-index: 999;
- transform: translateY(-50%);
- }
- .pre {
- left: 5%;
- }
- .pre>img {
- width: 100%;
- }
- .next {
- right: 5%;
- }
- .next>img {
- width: 100%;
- }
- .ly-box .cont-imgs {
- display: flex;
- align-items: center;
- width: 100%;
- height: 35%;
- position: relative;
- top: 13%;
- }
- .cont-imgs .const-item {
- min-width: 30%;
- height: 100%;
- margin-right: 3%;
- }
- .cont-imgs .const-item:nth-child(1) {
- margin-left: 2%;
- }
- .const-item>img {
- width: 100%;
- height: 85%;
- }
- .const-item>p {
- display: flex;
- flex-wrap: wrap;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 100%;
- height: 15%;
- font-size: 16px;
- color: #434343;
- }
- .play {
- text-align: center;
- width: 100%;
- position: relative;
- top: 25%;
- }
- .play>img {
- width: 5%;
- }
- /* 荣誉奖项 */
- .jp-box {
- display: flex;
- flex-direction: column;
- flex-wrap: wrap;
- justify-content: center;
- }
- .jp-box>ul:nth-child(1) {
- height: 35%;
- }
- .jp-box>ul {
- display: flex;
- justify-content: space-around;
- align-items: center;
- width: 100%;
- height: 30%;
- }
- .jp-box>ul>li {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .jp-box>ul>li>img {
- width: 75%;
- }
- .jp-box>ul>li>span {
- margin-top: 5px;
- font-size: 18px;
- }
- .jp-three .three-item:nth-child(5)>.img-box {
- width: 80%;
- box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
- }
- .jp-three .three-item:nth-child(5)>.img-box>img {
- width: 100%;
- }
- /* 大厅 */
- .dt-box {
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .title-dt {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 10%;
- }
- .title-dt .title-box {
- width: 26%;
- text-align: center;
- }
- .title-box>i {
- font-size: 25px;
- }
- .describe {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 100%;
- height: 20%;
- }
- .describe>p {
- padding: 0.5% 0;
- }
- .describe>p>i {
- font-size: 20px;
- }
- .img-show {
- display: flex;
- align-items: center;
- justify-content: space-around;
- width: 100%;
- height: 60%;
- }
- .img-show .item-show {
- display: flex;
- flex-direction: column;
- align-items: center;
- width: 30%;
- height: 100%;
- }
- .item-show>img {
- width: 100%;
- height: 90%;
- }
- .item-show>span {
- margin-top: 10px;
- }
- /* 工作目标 */
- .mb-box {
- padding: 0% 3%;
- }
- .mb-box>img {
- width: 100%;
- height: 100%;
- }
- /* 新样式 */
- .swiper {
- width: 90%;
- height: 90%;
- }
- .swiper-slide {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .swiper-slide>img {
- width: 80%;
- max-width: 80%;
- }
- .swiper-slide>p {
- width: 80%;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- font-size: 18px;
- text-align: center;
- margin-top: 2%;
- }
|