|
|
@@ -2,7 +2,7 @@ html,
|
|
|
body {
|
|
|
width: 100% !important;
|
|
|
/* width: 6145px !important; */
|
|
|
- min-height: 2592px;
|
|
|
+ /* min-height: 2592px; */
|
|
|
height: 100%;
|
|
|
font-size: 20px;
|
|
|
color: #fff;
|
|
|
@@ -68,6 +68,7 @@ a {
|
|
|
.box_item_title span {
|
|
|
font-size: 72px;
|
|
|
font-weight: bold;
|
|
|
+ margin-bottom: 35px;
|
|
|
background: linear-gradient(-3deg, #99eeff 0%, #99eeff 30%, #ffffff 91%);
|
|
|
-webkit-background-clip: text;
|
|
|
-webkit-text-fill-color: transparent;
|
|
|
@@ -106,9 +107,9 @@ a {
|
|
|
.left_item {
|
|
|
width: 100%;
|
|
|
height: calc(25% - 15px);
|
|
|
- background: url("../images/lb-back.png") no-repeat;
|
|
|
+ /* background: url("../images/lb-back.png") no-repeat; */
|
|
|
background-size: 100% 100%;
|
|
|
- padding: 10px 40px 30px;
|
|
|
+ /* padding: 10px 40px 30px; */
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
@@ -142,26 +143,38 @@ a {
|
|
|
width: 700px;
|
|
|
height: 700px;
|
|
|
transform-origin: center top;
|
|
|
- transform: rotateX(70deg) scale(1.75);
|
|
|
+ transform: rotateX(65deg) scale(1.6);
|
|
|
text-align: center;
|
|
|
position: absolute;
|
|
|
- bottom: -379px;
|
|
|
- left: 255px;
|
|
|
+ bottom: -345px;
|
|
|
+ left: 19%;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.svg_box_item_else {
|
|
|
+ width: 700px;
|
|
|
+ height: 700px;
|
|
|
+ transform-origin: center top;
|
|
|
+ transform: rotateX(73deg) scale(1.7);
|
|
|
+ text-align: center;
|
|
|
+ position: absolute;
|
|
|
+ bottom: -479px;
|
|
|
+ left: 19%;
|
|
|
|
|
|
}
|
|
|
|
|
|
.main_item {
|
|
|
width: 100%;
|
|
|
- height: calc(20% - 10px);
|
|
|
- background: url("../images/lb-back.png") no-repeat;
|
|
|
+ height: calc(30% - 10px);
|
|
|
+ /* background: url("../images/lb-back.png") no-repeat; */
|
|
|
background-size: 100% 100%;
|
|
|
- padding: 30px;
|
|
|
+ /* padding: 30px; */
|
|
|
box-sizing: border-box;
|
|
|
z-index: 999;
|
|
|
}
|
|
|
|
|
|
.title {
|
|
|
- width: 200px;
|
|
|
+ width: 300px;
|
|
|
height: 65px;
|
|
|
font-size: 35px;
|
|
|
font-weight: bolder;
|
|
|
@@ -173,18 +186,27 @@ a {
|
|
|
}
|
|
|
|
|
|
.title_else {
|
|
|
- width: 102%;
|
|
|
- height: 65px;
|
|
|
- font-size: 35px;
|
|
|
+ width: 70%;
|
|
|
+ height: 85px;
|
|
|
+ font-size: 50px;
|
|
|
font-weight: bolder;
|
|
|
- line-height: 65px;
|
|
|
- text-indent: 120px;
|
|
|
+ line-height: 75px;
|
|
|
+ text-indent: 95px;
|
|
|
box-sizing: border-box;
|
|
|
+ color: #3699ff;
|
|
|
border-radius: 10px;
|
|
|
margin-bottom: 10px;
|
|
|
position: relative;
|
|
|
- background: url("../images/newImage/tit_bg.png") no-repeat;
|
|
|
- background-size: 100% 100%;
|
|
|
+ /* background: url("../images/newImage/tit_bg.png") no-repeat; */
|
|
|
+ background: url("../images/s_title.png") no-repeat;
|
|
|
+ background-size: 55% 100%;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.title_else span:nth-child(1) {
|
|
|
+ background: linear-gradient(-3deg, #99eeff 0%, #99eeff 30%, #ffffff 91%);
|
|
|
+ -webkit-background-clip: text;
|
|
|
+ -webkit-text-fill-color: transparent;
|
|
|
}
|
|
|
|
|
|
.icon_tit {
|
|
|
@@ -193,17 +215,17 @@ a {
|
|
|
z-index: 9999;
|
|
|
position: absolute;
|
|
|
top: -10px;
|
|
|
- right: 8%;
|
|
|
+ right: -35%;
|
|
|
}
|
|
|
|
|
|
.left_main {
|
|
|
width: 100%;
|
|
|
- height: calc(100% - 65px);
|
|
|
+ height: calc(100% - 85px);
|
|
|
}
|
|
|
|
|
|
.left_main_else {
|
|
|
width: 100%;
|
|
|
- height: calc(100% - 65px);
|
|
|
+ height: calc(100% - 85px);
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: space-between;
|
|
|
@@ -261,12 +283,12 @@ a {
|
|
|
justify-content: center;
|
|
|
align-items: flex-start;
|
|
|
position: relative;
|
|
|
- padding-left: 330px;
|
|
|
+ padding-left: 300px;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
.text_box img {
|
|
|
- width: 25%;
|
|
|
+ width: 20%;
|
|
|
height: 65%;
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
@@ -292,13 +314,13 @@ a {
|
|
|
|
|
|
.left_user_main {
|
|
|
width: 100%;
|
|
|
- height: calc(43% - 10px);
|
|
|
+ height: calc(45% - 10px);
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
|
|
|
.left_user_main_item {
|
|
|
- width: calc(33% - 10px);
|
|
|
+ width: calc(33% - 5px);
|
|
|
height: 100%;
|
|
|
padding: 20px;
|
|
|
box-sizing: border-box;
|
|
|
@@ -312,7 +334,7 @@ a {
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
-.mark_none{
|
|
|
+.mark_none {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
position: absolute;
|
|
|
@@ -364,7 +386,7 @@ a {
|
|
|
.right_item {
|
|
|
width: 100%;
|
|
|
height: calc(25% - 10px);
|
|
|
- background: url("../images/lb-back.png") no-repeat;
|
|
|
+ /* background: url("../images/lb-back.png") no-repeat; */
|
|
|
background-size: 100% 100%;
|
|
|
/* background-color: var(--bg); */
|
|
|
padding: 10px 45px 20px;
|
|
|
@@ -385,16 +407,16 @@ a {
|
|
|
.right_user_box {
|
|
|
width: 100%;
|
|
|
height: calc(25% - 10px);
|
|
|
- background: url("../images/lb-back.png") no-repeat;
|
|
|
+ /* background: url("../images/lb-back.png") no-repeat; */
|
|
|
background-size: 100% 100%;
|
|
|
- padding: 10px 45px 20px;
|
|
|
+ /* padding: 10px 45px 20px; */
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
.right_item_item_top {
|
|
|
width: 100%;
|
|
|
height: 100px;
|
|
|
- background-color: blueviolet;
|
|
|
+ background-color: rgb(139, 45, 226);
|
|
|
}
|
|
|
|
|
|
.right_item_item_btm {
|
|
|
@@ -406,7 +428,7 @@ a {
|
|
|
|
|
|
|
|
|
.right_item_item {
|
|
|
- width: calc(100% - 10px);
|
|
|
+ width: calc(50% - 10px);
|
|
|
height: 100%;
|
|
|
background-color: var(--bg);
|
|
|
/* background: url("../images/rt-back.png") no-repeat;
|
|
|
@@ -531,7 +553,7 @@ a {
|
|
|
}
|
|
|
|
|
|
.image_box {
|
|
|
- width: calc(50% - 10px);
|
|
|
+ width: calc(60% - 10px);
|
|
|
height: 70%;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
@@ -644,7 +666,12 @@ a {
|
|
|
}
|
|
|
|
|
|
.right_item_item_else_title img {
|
|
|
- width: 32%;
|
|
|
+ width: 40%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.w_100_right_box {
|
|
|
+ width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
@@ -681,15 +708,15 @@ a {
|
|
|
|
|
|
.echarts_else_top {
|
|
|
width: 100%;
|
|
|
- height: calc(20%px);
|
|
|
+ height: calc(25%);
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
align-items: center;
|
|
|
}
|
|
|
|
|
|
.echarts_else_top_item {
|
|
|
- width: calc(50% - 120px);
|
|
|
- height: 100%;
|
|
|
+ padding: 5px 20px;
|
|
|
+ box-sizing: border-box;
|
|
|
background: rgba(0, 179, 254, 0.25);
|
|
|
border: 1px solid #69C0FF;
|
|
|
border-radius: 10px;
|
|
|
@@ -699,8 +726,8 @@ a {
|
|
|
}
|
|
|
|
|
|
.echarts_else_top_item_on {
|
|
|
- width: calc(50% - 120px);
|
|
|
- height: 100%;
|
|
|
+ padding: 5px 20px;
|
|
|
+ box-sizing: border-box;
|
|
|
background: rgba(0, 254, 199, 0.25);
|
|
|
border: 1px solid #00ffff;
|
|
|
border-radius: 10px;
|
|
|
@@ -723,14 +750,14 @@ a {
|
|
|
}
|
|
|
|
|
|
.item_right_t div:nth-child(1) {
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 24px;
|
|
|
font-family: Source Han Sans CN;
|
|
|
font-weight: 400;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
.item_right_t div:nth-child(2) {
|
|
|
- font-size: 26px;
|
|
|
+ font-size: 28px;
|
|
|
font-family: HelveticaNeueLT;
|
|
|
font-weight: bolder;
|
|
|
color: #69C0FF;
|
|
|
@@ -778,7 +805,7 @@ img {
|
|
|
|
|
|
.icon_title {
|
|
|
width: 100%;
|
|
|
- height: calc(100% - 10px);
|
|
|
+ height: calc(100%);
|
|
|
z-index: 999;
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
@@ -834,7 +861,7 @@ img {
|
|
|
|
|
|
.w_100_right {
|
|
|
width: 100%;
|
|
|
- height: calc(100% - 60px);
|
|
|
+ height: calc(100% - 85px);
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
@@ -967,8 +994,8 @@ img {
|
|
|
}
|
|
|
|
|
|
.mark_centter {
|
|
|
- width: 1300px;
|
|
|
- height: 600px;
|
|
|
+ width: 2300px;
|
|
|
+ height: 1000px;
|
|
|
/* margin: 1500px 1000px 0; */
|
|
|
z-index: 999999999999999999;
|
|
|
background: url("../images/markBG.png") no-repeat;
|
|
|
@@ -984,12 +1011,11 @@ img {
|
|
|
|
|
|
.mark_title {
|
|
|
width: 100%;
|
|
|
- height: 50px;
|
|
|
+ height: 150px;
|
|
|
text-align: center;
|
|
|
- line-height: 50px;
|
|
|
+ line-height: 150px;
|
|
|
font-size: 35px;
|
|
|
font-weight: bolder;
|
|
|
- margin-top: 5px;
|
|
|
}
|
|
|
|
|
|
.mark_main {
|
|
|
@@ -998,7 +1024,7 @@ img {
|
|
|
}
|
|
|
|
|
|
.mark_pdf {
|
|
|
- width: 2300px;
|
|
|
+ width: 2176px;
|
|
|
height: 1500px;
|
|
|
background: url("../images/markBG.png") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
@@ -1035,12 +1061,12 @@ img {
|
|
|
|
|
|
.f_item span:nth-child(2) {
|
|
|
width: 95%;
|
|
|
- height: 84px;
|
|
|
+ height: 160px;
|
|
|
text-indent: 50px;
|
|
|
opacity: 0.7;
|
|
|
display: -webkit-box;
|
|
|
/* 将元素作为弹性伸缩盒子展示 */
|
|
|
- -webkit-line-clamp: 2;
|
|
|
+ -webkit-line-clamp: 4;
|
|
|
/* 限制显示的行数 */
|
|
|
-webkit-box-orient: vertical;
|
|
|
/* 设置垂直方向 */
|
|
|
@@ -1048,6 +1074,36 @@ img {
|
|
|
/* 隐藏超出部分 */
|
|
|
}
|
|
|
|
|
|
+.right_item_main_header {
|
|
|
+ width: 100%;
|
|
|
+ height: 80px;
|
|
|
+ position: relative;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+.right_item_main_header img {
|
|
|
+ width: 50%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.right_item_main_header .right_text {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 30px;
|
|
|
+ line-height: 70px;
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.right_text span {
|
|
|
+ font-size: 40px;
|
|
|
+ font-weight: bolder;
|
|
|
+ color: rgb(69, 218, 209);
|
|
|
+}
|
|
|
|
|
|
.echarts_6 {
|
|
|
width: 100%;
|
|
|
@@ -1103,15 +1159,16 @@ img {
|
|
|
}
|
|
|
|
|
|
.echarts_top img {
|
|
|
- width: 65%;
|
|
|
+ width: 100%;
|
|
|
height: 100%;
|
|
|
+ transform: translateX(-15%);
|
|
|
}
|
|
|
|
|
|
.echarts_btm {
|
|
|
width: 100%;
|
|
|
height: 30%;
|
|
|
position: relative;
|
|
|
- margin-top: -20px;
|
|
|
+ margin-top: -30px;
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -1153,12 +1210,12 @@ img {
|
|
|
}
|
|
|
|
|
|
.echarts_else .img {
|
|
|
- width: 370px;
|
|
|
- height: 370px;
|
|
|
+ width: 360px;
|
|
|
+ height: 360px;
|
|
|
z-index: 99999;
|
|
|
position: absolute;
|
|
|
- left: 80px;
|
|
|
- top: calc(50% - 183px);
|
|
|
+ left: -15px;
|
|
|
+ top: calc(50% - 185px);
|
|
|
animation: fadenum 8s infinite linear;
|
|
|
}
|
|
|
|
|
|
@@ -1193,29 +1250,161 @@ img {
|
|
|
border-radius: 10px;
|
|
|
}
|
|
|
|
|
|
+.mark_main_item {
|
|
|
+ position: absolute;
|
|
|
+ bottom: 15%;
|
|
|
+ left: 50%;
|
|
|
+ transform: translateX(-50%);
|
|
|
+ width: 2300px;
|
|
|
+ height: 1000px;
|
|
|
+ z-index: 999999999999999999;
|
|
|
+ background: url("../images/markBG.png") no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ padding: 20px 40px 30px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ align-items: center !important;
|
|
|
+}
|
|
|
+
|
|
|
+.mark_main_item .main_item_center {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
|
|
|
+.right_flex_item {
|
|
|
+ width: 100%;
|
|
|
+ height: calc(50% - 10px);
|
|
|
+}
|
|
|
|
|
|
+.item-tl-item {
|
|
|
+ width: calc(33% - 10px);
|
|
|
+ height: 50%;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
|
|
|
+.item_main {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
|
|
|
+.item_main_top {
|
|
|
+ width: calc(140px * 2);
|
|
|
+ height: 80%;
|
|
|
+ margin: -40px auto 0;
|
|
|
+}
|
|
|
|
|
|
+.item_title {
|
|
|
+ width: 100%;
|
|
|
+ font-size: 35px;
|
|
|
+ text-align: center;
|
|
|
+ position: absolute;
|
|
|
+ top: 25%;
|
|
|
+}
|
|
|
|
|
|
+.item_main_main {
|
|
|
+ width: 100%;
|
|
|
+ height: 70px;
|
|
|
+ background: url("../images/count.png") no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ margin: 15px auto 0;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
|
|
|
+.flex_center {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
|
|
|
+.item_main_text {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ font-size: 30px;
|
|
|
+ font-weight: bolder;
|
|
|
+ font-family: HelveticaNeue LT 107 XBlkCn;
|
|
|
+ font-style: italic;
|
|
|
+}
|
|
|
|
|
|
+.item_main_text img {
|
|
|
+ width: calc(31px * 2);
|
|
|
+ height: calc(31px * 2);
|
|
|
+}
|
|
|
|
|
|
|
|
|
|
|
|
+.icon_box {
|
|
|
+ width: 100px;
|
|
|
+ height: 100px;
|
|
|
+ position: absolute;
|
|
|
+ right: 50px;
|
|
|
+ top: 70px;
|
|
|
+ z-index: 9999;
|
|
|
+}
|
|
|
|
|
|
+.echarts_mark_view {
|
|
|
+ width: 4000px;
|
|
|
+ height: 1250px;
|
|
|
+ background: url("../images/markBG.png") no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ padding: 55px 85px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ position: absolute;
|
|
|
+ top: 30%;
|
|
|
+ left: 50%;
|
|
|
+ transform: translateX(-50%);
|
|
|
|
|
|
+}
|
|
|
|
|
|
+.echarts_box {
|
|
|
+ width: 100%;
|
|
|
+ height: calc(100% - 85px);
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
|
|
|
+/* .mark_view_else{
|
|
|
+ width: calc(60% - 10px);
|
|
|
+ height: 100%;
|
|
|
+ background-color: var(--bg);
|
|
|
+ padding: 20px 0 0;
|
|
|
+ box-sizing: border-box;
|
|
|
+} */
|
|
|
+
|
|
|
+.echarts_main {
|
|
|
+ width: 100%;
|
|
|
+ height: calc(100% - 80px);
|
|
|
+}
|
|
|
|
|
|
+.mark_view {
|
|
|
+ width: calc(30% - 10px);
|
|
|
+ height: 100%;
|
|
|
+ background-color: var(--bg);
|
|
|
+ padding: 20px 0 0;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
+circle {
|
|
|
+ r: 5px !important;
|
|
|
+ fill: #B2CBE2;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+polyline {
|
|
|
+ stroke-width: 5px !important;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
@keyframes fadenum {
|
|
|
100% {
|
|
|
transform: rotate(360deg);
|