|
@@ -1,34 +1,36 @@
|
|
|
-*{
|
|
|
+* {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
box-sizing: border-box;
|
|
|
font-family: "Microsoft YaHei";
|
|
|
}
|
|
|
|
|
|
-html,body{
|
|
|
+html,
|
|
|
+body {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
-li{
|
|
|
+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');
|
|
|
+ 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{
|
|
|
+
|
|
|
+.indexb {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
-.index-list{
|
|
|
+.index-list {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
width: 10%;
|
|
@@ -36,7 +38,7 @@ li{
|
|
|
background-color: #F1F1F1;
|
|
|
}
|
|
|
|
|
|
-.index-list .index-item{
|
|
|
+.index-list .index-item {
|
|
|
flex: 1;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
@@ -44,35 +46,38 @@ li{
|
|
|
flex-direction: column;
|
|
|
font-size: 14px;
|
|
|
color: #696969;
|
|
|
- border-bottom: 1px solid rgba(147,147,147,0.5);
|
|
|
+ border-bottom: 1px solid rgba(147, 147, 147, 0.5);
|
|
|
}
|
|
|
|
|
|
-.index-list .index-item:last-child{
|
|
|
+.index-list .index-item:last-child {
|
|
|
border-bottom: none;
|
|
|
}
|
|
|
|
|
|
-.index-list .index-item>i{
|
|
|
+.index-list .index-item>i {
|
|
|
font-size: 20px;
|
|
|
margin-bottom: 5px;
|
|
|
}
|
|
|
|
|
|
-.index-item-act{
|
|
|
+.index-item-act {
|
|
|
color: #2A8DCF !important;
|
|
|
background-color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
/* 内容区域 */
|
|
|
-.content{
|
|
|
+
|
|
|
+.content {
|
|
|
width: 90%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
-.content>div{
|
|
|
+.content>div {
|
|
|
position: relative;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
/* 历史沿革 */
|
|
|
.lsyg-box{
|
|
|
width: 100%;
|
|
@@ -83,7 +88,8 @@ li{
|
|
|
position: relative;
|
|
|
height: 100%;
|
|
|
}
|
|
|
-.time-line .center-line{
|
|
|
+
|
|
|
+.time-line .center-line {
|
|
|
position: absolute;
|
|
|
bottom: 20%;
|
|
|
width: 100%;
|
|
@@ -91,13 +97,13 @@ li{
|
|
|
background-color: #0451A3;
|
|
|
}
|
|
|
|
|
|
-.time-line img{
|
|
|
+.time-line img {
|
|
|
position: fixed;
|
|
|
- bottom: 20%;
|
|
|
+ bottom: 22.5%;
|
|
|
left: 50%;
|
|
|
}
|
|
|
|
|
|
-.time-top{
|
|
|
+.time-top {
|
|
|
position: relative;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
@@ -107,7 +113,7 @@ li{
|
|
|
overflow-y: scroll;
|
|
|
}
|
|
|
|
|
|
-.time-top .time-item{
|
|
|
+.time-top .time-item {
|
|
|
position: relative;
|
|
|
bottom: -5%;
|
|
|
min-width: 200px;
|
|
@@ -116,7 +122,7 @@ li{
|
|
|
box-sizing: content-box;
|
|
|
}
|
|
|
|
|
|
-.time-top .time-item::after{
|
|
|
+.time-top .time-item::after {
|
|
|
content: "";
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
@@ -125,18 +131,18 @@ li{
|
|
|
background-color: #0451A3;
|
|
|
}
|
|
|
|
|
|
-.time-top .time-item:nth-of-type(1){
|
|
|
+.time-top .time-item:nth-of-type(1) {
|
|
|
padding-left: 40px;
|
|
|
}
|
|
|
|
|
|
-.time-item .flag{
|
|
|
+.time-item .flag {
|
|
|
position: absolute;
|
|
|
width: 5px;
|
|
|
height: 100%;
|
|
|
background-color: #0451A3;
|
|
|
}
|
|
|
|
|
|
-.flag>i{
|
|
|
+.flag>i {
|
|
|
position: absolute;
|
|
|
top: 5px;
|
|
|
display: inline-block;
|
|
@@ -145,19 +151,19 @@ li{
|
|
|
border-left: 90px solid #0451A3;
|
|
|
}
|
|
|
|
|
|
-.time-item .contan-box{
|
|
|
+.time-item .contan-box {
|
|
|
position: absolute;
|
|
|
top: 30%;
|
|
|
margin-left: 14px;
|
|
|
}
|
|
|
|
|
|
-.contan-box .item-title{
|
|
|
+.contan-box .item-title {
|
|
|
font-size: 36px;
|
|
|
font-weight: 550;
|
|
|
color: #0451A3;
|
|
|
}
|
|
|
|
|
|
-.contan-box .item-cont{
|
|
|
+.contan-box .item-cont {
|
|
|
/* font-family: "黑体"; */
|
|
|
font-size: 18px;
|
|
|
font-weight: 500;
|
|
@@ -165,12 +171,13 @@ li{
|
|
|
padding-right: 20px;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
/* 机构设置 */
|
|
|
.jgsz-box{
|
|
|
padding: 1%;
|
|
|
}
|
|
|
|
|
|
-.jg-title{
|
|
|
+.jg-title {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
width: 100%;
|
|
@@ -178,14 +185,14 @@ li{
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
|
|
|
-.jg-container{
|
|
|
+.jg-container {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
width: 100%;
|
|
|
height: 90%;
|
|
|
}
|
|
|
|
|
|
-.jg-content{
|
|
|
+.jg-content {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
@@ -193,17 +200,17 @@ li{
|
|
|
padding: 0 5%;
|
|
|
}
|
|
|
|
|
|
-.jg-content .top-box{
|
|
|
+.jg-content .top-box {
|
|
|
width: 100%;
|
|
|
height: 40%;
|
|
|
}
|
|
|
|
|
|
-.jg-content .top-box .jg-top{
|
|
|
+.jg-content .top-box .jg-top {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
|
|
|
-.jg-top .top-item{
|
|
|
+.jg-top .top-item {
|
|
|
text-align: center;
|
|
|
line-height: 35px;
|
|
|
height: 35px;
|
|
@@ -212,31 +219,31 @@ li{
|
|
|
background-color: #D5E8F6;
|
|
|
}
|
|
|
|
|
|
-.jg-top:nth-child(1){
|
|
|
+.jg-top:nth-child(1) {
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
justify-content: space-around;
|
|
|
}
|
|
|
|
|
|
-.jg-top:nth-child(1) .top-item{
|
|
|
+.jg-top:nth-child(1) .top-item {
|
|
|
width: 45%;
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
|
|
|
-.jg-top:nth-child(2){
|
|
|
+.jg-top:nth-child(2) {
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
|
|
|
-.jg-top:nth-child(2) .top-item{
|
|
|
+.jg-top:nth-child(2) .top-item {
|
|
|
width: 30%;
|
|
|
}
|
|
|
|
|
|
-.jg-content .bottom-box{
|
|
|
+.jg-content .bottom-box {
|
|
|
width: 100%;
|
|
|
height: 70%;
|
|
|
}
|
|
|
|
|
|
-.bot-text{
|
|
|
+.bot-text {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
width: 100%;
|
|
@@ -244,7 +251,7 @@ li{
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
|
|
|
-.jg-bottom{
|
|
|
+.jg-bottom {
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
justify-content: space-between;
|
|
@@ -252,7 +259,7 @@ li{
|
|
|
padding: 1%;
|
|
|
}
|
|
|
|
|
|
-.jg-bottom .bottom-item{
|
|
|
+.jg-bottom .bottom-item {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
text-indent: 0.5em;
|
|
@@ -264,7 +271,7 @@ li{
|
|
|
background-color: #D5E8F6;
|
|
|
}
|
|
|
|
|
|
-.jg-bottom .bottom-item>i{
|
|
|
+.jg-bottom .bottom-item>i {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
@@ -276,7 +283,7 @@ li{
|
|
|
background-color: #2D8FCE;
|
|
|
}
|
|
|
|
|
|
-.jg-img{
|
|
|
+.jg-img {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
@@ -284,19 +291,47 @@ li{
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
-.jg-img>img{
|
|
|
+.jg-img>img {
|
|
|
width: 90%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
/* 工作掠影 */
|
|
|
-.gzly-box{
|
|
|
+
|
|
|
+.gzly-box {
|
|
|
+ position: relative;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
-.gzly-box .cont-imgs{
|
|
|
+.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%;
|
|
|
+}
|
|
|
+
|
|
|
+.gzly-box .cont-imgs {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
width: 100%;
|
|
@@ -305,22 +340,22 @@ li{
|
|
|
top: 13%;
|
|
|
}
|
|
|
|
|
|
-.cont-imgs .const-item{
|
|
|
+.cont-imgs .const-item {
|
|
|
min-width: 30%;
|
|
|
height: 100%;
|
|
|
margin-right: 3%;
|
|
|
}
|
|
|
|
|
|
-.cont-imgs .const-item:nth-child(1){
|
|
|
+.cont-imgs .const-item:nth-child(1) {
|
|
|
margin-left: 2%;
|
|
|
}
|
|
|
|
|
|
-.const-item>img{
|
|
|
+.const-item>img {
|
|
|
width: 100%;
|
|
|
height: 85%;
|
|
|
}
|
|
|
|
|
|
-.const-item>p{
|
|
|
+.const-item>p {
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
flex-direction: column;
|
|
@@ -332,14 +367,14 @@ li{
|
|
|
color: #434343;
|
|
|
}
|
|
|
|
|
|
-.play{
|
|
|
+.play {
|
|
|
text-align: center;
|
|
|
width: 100%;
|
|
|
position: relative;
|
|
|
top: 25%;
|
|
|
}
|
|
|
|
|
|
-.play>img{
|
|
|
+.play>img {
|
|
|
width: 5%;
|
|
|
}
|
|
|
|
|
@@ -375,25 +410,28 @@ li{
|
|
|
|
|
|
.ryjp-box>ul>li>span{
|
|
|
margin-top: 5px;
|
|
|
+ font-size: 18px;
|
|
|
}
|
|
|
|
|
|
-.jp-three .three-item:nth-child(5)>.img-box{
|
|
|
+.jp-three .three-item:nth-child(5)>.img-box {
|
|
|
width: 80%;
|
|
|
- box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
|
|
|
+ box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
|
|
|
}
|
|
|
|
|
|
-.jp-three .three-item:nth-child(5)>.img-box>img{
|
|
|
+.jp-three .three-item:nth-child(5)>.img-box>img {
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
|
|
|
/* 大厅 */
|
|
|
-.dt-box{
|
|
|
+
|
|
|
+.dt-box {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
-.title-dt{
|
|
|
+
|
|
|
+.title-dt {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
@@ -401,16 +439,16 @@ li{
|
|
|
height: 10%;
|
|
|
}
|
|
|
|
|
|
-.title-dt .title-box{
|
|
|
+.title-dt .title-box {
|
|
|
width: 26%;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
-.title-box>i{
|
|
|
+.title-box>i {
|
|
|
font-size: 25px;
|
|
|
}
|
|
|
|
|
|
-.describe{
|
|
|
+.describe {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
@@ -419,15 +457,15 @@ li{
|
|
|
height: 20%;
|
|
|
}
|
|
|
|
|
|
-.describe>p{
|
|
|
+.describe>p {
|
|
|
padding: 0.5% 0;
|
|
|
}
|
|
|
|
|
|
-.describe>p>i{
|
|
|
+.describe>p>i {
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
|
|
|
-.img-show{
|
|
|
+.img-show {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-around;
|
|
@@ -435,7 +473,7 @@ li{
|
|
|
height: 60%;
|
|
|
}
|
|
|
|
|
|
-.img-show .item-show{
|
|
|
+.img-show .item-show {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
@@ -443,20 +481,52 @@ li{
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
-.item-show>img{
|
|
|
+.item-show>img {
|
|
|
width: 100%;
|
|
|
height: 90%;
|
|
|
}
|
|
|
|
|
|
-.item-show>span{
|
|
|
+.item-show>span {
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
/* 工作目标 */
|
|
|
-.mb-box{
|
|
|
+
|
|
|
+.mb-box {
|
|
|
padding: 0% 3%;
|
|
|
}
|
|
|
-.mb-box>img{
|
|
|
+
|
|
|
+.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;
|
|
|
}
|