|
@@ -1,3 +1,14 @@
|
|
|
+
|
|
|
+/*
|
|
|
+ update:2018.10.19
|
|
|
+ */
|
|
|
+ @font-face {
|
|
|
+ font-family: pangmen;
|
|
|
+ src:url('../../../../fonts/pangmen.woff'),
|
|
|
+ url('../../../../fonts/pangmen.woff2'),
|
|
|
+ url('../../../../fonts/pangmen.ttf'),
|
|
|
+ url('../../../../fonts/pangmen.eot'); /* IE9 */
|
|
|
+ }
|
|
|
body{
|
|
|
background: #2b1052;
|
|
|
}
|
|
@@ -23,12 +34,15 @@ body{
|
|
|
.topList ul li{
|
|
|
width: 270px;
|
|
|
height: 170px;
|
|
|
- padding-left: 70px;
|
|
|
- padding-top: 36px;
|
|
|
color: #fff;
|
|
|
}
|
|
|
.topList ul li a{
|
|
|
color: #fff;
|
|
|
+ display: inline-block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ padding-left: 70px;
|
|
|
+ padding-top: 36px;
|
|
|
}
|
|
|
.topList ul li:nth-child(1){
|
|
|
background: url(../../../../img/load/invR_11.png) no-repeat;
|
|
@@ -57,7 +71,7 @@ body{
|
|
|
}
|
|
|
.topList li a h1 span{
|
|
|
font-size: 40px;
|
|
|
- width: 100px;
|
|
|
+ width: 105px;
|
|
|
display: inline-block;
|
|
|
text-align: center;
|
|
|
}
|
|
@@ -67,6 +81,15 @@ body{
|
|
|
margin-left:5px;
|
|
|
font-weight: normal
|
|
|
}
|
|
|
+.topList li a p{
|
|
|
+ font-size: 12px;
|
|
|
+ width: 150px;
|
|
|
+ overflow: hidden;
|
|
|
+ white-space:nowrap;
|
|
|
+ text-overflow:ellipsis;
|
|
|
+ -o-text-overflow:ellipsis;
|
|
|
+ margin-top: 4px;
|
|
|
+}
|
|
|
.invTitle{
|
|
|
margin-top: 90px;
|
|
|
margin-bottom: 50px;
|
|
@@ -170,12 +193,14 @@ body{
|
|
|
display: inline-block;
|
|
|
width: 100%;
|
|
|
color: #fff;
|
|
|
+ height: 100%;
|
|
|
}
|
|
|
.hot_InvR ul li div{
|
|
|
height:256px;
|
|
|
background: #9e7ff9;
|
|
|
}
|
|
|
.hot_InvR ul li div p{
|
|
|
+ font-family: pangmen;
|
|
|
margin: 0;
|
|
|
padding: 40px 50px 0px;
|
|
|
font-size: 64px;
|
|
@@ -199,13 +224,22 @@ body{
|
|
|
-o-text-overflow:ellipsis;
|
|
|
}
|
|
|
.hot_InvR ul li a h4{
|
|
|
- font-size: 48px;
|
|
|
+ font-family: pangmen;
|
|
|
+ font-size: 24px;
|
|
|
color: #69a7f0;
|
|
|
- background: linear-gradient(to right, #69a7f0, #f20a9f);
|
|
|
+ background: linear-gradient(to right, #69a7f0 20%,#b26cec , #f20a9f);
|
|
|
-webkit-background-clip: text;
|
|
|
color: transparent;
|
|
|
+ height: 80px;
|
|
|
+}
|
|
|
+.hot_InvR ul li a h4 img{
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: bottom;
|
|
|
+ margin-bottom: 16px;
|
|
|
+ margin-right: 8px;
|
|
|
}
|
|
|
.hot_InvR ul li a h4 span{
|
|
|
+ font-family: pangmen;
|
|
|
font-size: 74px;
|
|
|
}
|
|
|
.invR_junM ul li div p{
|
|
@@ -232,51 +266,71 @@ body{
|
|
|
margin-top: 186px;
|
|
|
}
|
|
|
.FcList_wrap{
|
|
|
- position: relative;
|
|
|
+ /* position: relative; */
|
|
|
width: 100%;
|
|
|
- height: 1200px;
|
|
|
+ /* height: 1200px; */
|
|
|
+ overflow: hidden;
|
|
|
background: url(../../../../img/load/invR_JunBj.png)no-repeat;
|
|
|
background-position-y: 380px;
|
|
|
}
|
|
|
.FcList {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 50%;
|
|
|
width: 1200px;
|
|
|
- margin-left: -600px;
|
|
|
+ margin: 0 auto;
|
|
|
}
|
|
|
.FcList ul li{
|
|
|
width: 100%;
|
|
|
height: 320px;
|
|
|
background: url(../../../../img/load/invR_111.png)no-repeat;
|
|
|
background-size:100% 100%;
|
|
|
- padding-top: 50px;
|
|
|
+
|
|
|
}
|
|
|
.FcList ul li a{
|
|
|
+ padding-top: 50px;
|
|
|
display: flex;
|
|
|
display: -webkit-flex;
|
|
|
justify-content: space-around;
|
|
|
color: #fff;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
}
|
|
|
.FcList ul li a p{
|
|
|
+ font-family: pangmen;
|
|
|
font-size: 56px;
|
|
|
margin-top: 30px;
|
|
|
width: 600px;
|
|
|
text-align: center;
|
|
|
+ overflow: hidden;
|
|
|
+ white-space:nowrap;
|
|
|
+ text-overflow:ellipsis;
|
|
|
+ -o-text-overflow:ellipsis;
|
|
|
}
|
|
|
.FcList ul li a div{
|
|
|
width:490px;
|
|
|
}
|
|
|
-.FcList ul li a div span{
|
|
|
+.FcList ul li a div>span{
|
|
|
+ width: 440px;
|
|
|
+ overflow: hidden;
|
|
|
+ white-space:nowrap;
|
|
|
+ text-overflow:ellipsis;
|
|
|
+ -o-text-overflow:ellipsis;
|
|
|
font-size: 32px;
|
|
|
display: inline-block;
|
|
|
|
|
|
}
|
|
|
.FcList ul li a div h4{
|
|
|
- font-size: 48px;
|
|
|
+ font-family: pangmen;
|
|
|
+ font-size: 28px;
|
|
|
+ height: 80px;
|
|
|
font-weight: normal
|
|
|
}
|
|
|
+.FcList ul li a div h4 img{
|
|
|
+ display: inline-block;
|
|
|
+ margin-bottom: 17px;
|
|
|
+ margin-right: 8px;
|
|
|
+ vertical-align: bottom;
|
|
|
+}
|
|
|
.FcList ul li a div h4 span{
|
|
|
+ font-family: pangmen;
|
|
|
font-size: 76px;
|
|
|
}
|
|
|
.FcList ul li:last-child{
|
|
@@ -337,7 +391,7 @@ body{
|
|
|
left: 50%;
|
|
|
margin-left: -600px;
|
|
|
height:450px;
|
|
|
- background: url(../../../../img/load/invR_555.png)no-repeat;
|
|
|
+ background: url(../../../../img/load/invR_wang.png)no-repeat;
|
|
|
background-size:100% 100%;
|
|
|
padding-left: 177px;
|
|
|
padding-top:70px;
|
|
@@ -350,28 +404,37 @@ body{
|
|
|
padding-left: 40px;
|
|
|
color: #fff;
|
|
|
}
|
|
|
+.advantageTxt ul{
|
|
|
+ width: 865px;
|
|
|
+}
|
|
|
.advantageTxt ul li{
|
|
|
color: #fff;
|
|
|
font-size: 24px;
|
|
|
padding-left: 44px;
|
|
|
- margin-top: 62px
|
|
|
+ margin-top: 40px;
|
|
|
+ height: 60px;
|
|
|
+ line-height: 60px;
|
|
|
+ width: 100%;
|
|
|
+ background: url(../../../../img/load/invR_YOUSHI.png)no-repeat;
|
|
|
+ background-size:100% 100%;
|
|
|
}
|
|
|
.consultation{
|
|
|
width: 1300px;
|
|
|
margin: 50px auto 200px;
|
|
|
height: 350px;
|
|
|
background: url(../../../../img/load/invR_777.png)no-repeat;
|
|
|
- background-size:100% 100%;
|
|
|
+ background-size:99% 100%;
|
|
|
text-align: center;
|
|
|
- background-position-x: 10px
|
|
|
+ background-position-x: 13px
|
|
|
}
|
|
|
-.consultation p{
|
|
|
+.consultation a{
|
|
|
+ width: 390px;
|
|
|
font-size: 60px;
|
|
|
color: #fff;
|
|
|
- line-height: 200px;
|
|
|
+ line-height: 206px;
|
|
|
margin-left: 22px;
|
|
|
}
|
|
|
-.consultation p:hover{
|
|
|
+.consultation a:hover{
|
|
|
cursor: pointer;
|
|
|
color: #69a7f0;
|
|
|
}
|