|
@@ -48,17 +48,19 @@
|
|
height: auto;
|
|
height: auto;
|
|
min-width: 1200px;
|
|
min-width: 1200px;
|
|
min-height: 100vh;
|
|
min-height: 100vh;
|
|
- background: url(/images/pc/banner@2x.jpg) center 0px no-repeat, url(/images/pc/bgTwo.jpg) no-repeat center 710px;
|
|
|
|
|
|
+ background: url(/images/pc/banner.png) center 0px no-repeat, url(/images/pc/bgTwo.jpg) no-repeat center 610px;
|
|
background-size: 1920px auto;
|
|
background-size: 1920px auto;
|
|
position: relative;
|
|
position: relative;
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
#index .title {
|
|
#index .title {
|
|
|
|
+ line-height: 49px;
|
|
color: #fff;
|
|
color: #fff;
|
|
font-size: 42px;
|
|
font-size: 42px;
|
|
text-align: center;
|
|
text-align: center;
|
|
- padding-top: 150px;
|
|
|
|
|
|
+ padding-top: 120px;
|
|
|
|
+ letter-spacing: 3px;
|
|
}
|
|
}
|
|
|
|
|
|
#index .search{
|
|
#index .search{
|
|
@@ -66,7 +68,7 @@
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
#index .search form{
|
|
#index .search form{
|
|
- padding-top: 36px;
|
|
|
|
|
|
+ padding-top: 24px;
|
|
text-align: center;
|
|
text-align: center;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
@@ -131,21 +133,21 @@ font-size: 14px;
|
|
#index .search .btn {
|
|
#index .search .btn {
|
|
position: absolute;
|
|
position: absolute;
|
|
right: 50%;
|
|
right: 50%;
|
|
- top: 36px;
|
|
|
|
|
|
+ top: 24px;
|
|
margin-right: -310px;
|
|
margin-right: -310px;
|
|
- width: 64px;
|
|
|
|
- height: 42px;
|
|
|
|
- border-radius: 0 21px 21px 0;
|
|
|
|
- border: none;
|
|
|
|
- background:#2CB7CA url(/images/pc/index-searchicon.png) center center no-repeat;
|
|
|
|
- background-size: 20px 20px;
|
|
|
|
- cursor: pointer;
|
|
|
|
|
|
+ width: 64px;
|
|
|
|
+ height: 42px;
|
|
|
|
+ border-radius: 0 21px 21px 0;
|
|
|
|
+ border: none;
|
|
|
|
+ background:#2CB7CA url(/images/pc/index-searchicon.png) center center no-repeat;
|
|
|
|
+ background-size: 20px 20px;
|
|
|
|
+ cursor: pointer;
|
|
}
|
|
}
|
|
#index .search .tips{
|
|
#index .search .tips{
|
|
display: inline-block;
|
|
display: inline-block;
|
|
width: 620px;
|
|
width: 620px;
|
|
text-align: left;
|
|
text-align: left;
|
|
- margin-top: 20px;
|
|
|
|
|
|
+ margin-top: 14px;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
color: rgba(255, 255, 255, 0.8);
|
|
color: rgba(255, 255, 255, 0.8);
|
|
position: relative;
|
|
position: relative;
|
|
@@ -177,14 +179,14 @@ font-size: 14px;
|
|
#index .projectList{
|
|
#index .projectList{
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
- margin-top: 108px;
|
|
|
|
|
|
+ margin-top: 48px;
|
|
}
|
|
}
|
|
#index .projectList ul{
|
|
#index .projectList ul{
|
|
display: flex;
|
|
display: flex;
|
|
background: #fff;
|
|
background: #fff;
|
|
box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.08);
|
|
box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.08);
|
|
width: 1200px;
|
|
width: 1200px;
|
|
- height: 112px;
|
|
|
|
|
|
+ height: 96px;
|
|
border-radius: 6px;
|
|
border-radius: 6px;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -229,7 +231,7 @@ font-size: 14px;
|
|
#index .jy-banner{
|
|
#index .jy-banner{
|
|
width: 1200px;
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
- margin-top: 56px;
|
|
|
|
|
|
+ margin-top: 24px;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
}
|
|
}
|
|
@@ -264,7 +266,7 @@ font-size: 14px;
|
|
|
|
|
|
#index .jy-area{
|
|
#index .jy-area{
|
|
width: 1200px;
|
|
width: 1200px;
|
|
- margin: 58px auto 0;
|
|
|
|
|
|
+ margin: 34px auto 0;
|
|
}
|
|
}
|
|
#index .jy-area .tab-header{
|
|
#index .jy-area .tab-header{
|
|
display: flex;
|
|
display: flex;
|
|
@@ -296,10 +298,10 @@ font-size: 14px;
|
|
color: #2CB7CA;
|
|
color: #2CB7CA;
|
|
}
|
|
}
|
|
#index .jy-area .tab-content{
|
|
#index .jy-area .tab-content{
|
|
- height: 450px;
|
|
|
|
|
|
+ height: 442px;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
border-radius: 6px;
|
|
border-radius: 6px;
|
|
- margin-top: 40px;
|
|
|
|
|
|
+ margin-top: 26px;
|
|
padding: 24px 4px;
|
|
padding: 24px 4px;
|
|
}
|
|
}
|
|
#index .jy-area .tab-content .tab-content-area{
|
|
#index .jy-area .tab-content .tab-content-area{
|
|
@@ -364,7 +366,7 @@ font-size: 14px;
|
|
}
|
|
}
|
|
|
|
|
|
#index .newNotice{
|
|
#index .newNotice{
|
|
- margin-top: 80px;
|
|
|
|
|
|
+ margin-top: 112px;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 580px;
|
|
height: 580px;
|
|
background: #fff;
|
|
background: #fff;
|
|
@@ -378,7 +380,7 @@ font-size: 14px;
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
text-align: center;
|
|
text-align: center;
|
|
line-height: 36px;
|
|
line-height: 36px;
|
|
- padding-top: 56px;
|
|
|
|
|
|
+ /* padding-top: 56px; */
|
|
}
|
|
}
|
|
#index .newNotice .newNotice-header{
|
|
#index .newNotice .newNotice-header{
|
|
display: flex;
|
|
display: flex;
|
|
@@ -747,7 +749,7 @@ font-size: 14px;
|
|
.jy-partners{
|
|
.jy-partners{
|
|
width: 1204px;
|
|
width: 1204px;
|
|
height: 450px;
|
|
height: 450px;
|
|
- margin: 0 auto 70px;
|
|
|
|
|
|
+ margin: 0 auto 40px;
|
|
}
|
|
}
|
|
.jy-partners h3{
|
|
.jy-partners h3{
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
@@ -1179,3 +1181,63 @@ body{
|
|
color: #1d1d1d;
|
|
color: #1d1d1d;
|
|
background-color: #ececec;
|
|
background-color: #ececec;
|
|
}
|
|
}
|
|
|
|
+#index .list-msg {
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ width: 1200px;
|
|
|
|
+ height: 80px;
|
|
|
|
+ margin: auto;
|
|
|
|
+ border-radius: 8px;
|
|
|
|
+ border: 1px solid #2CB7CA;
|
|
|
|
+ margin-top: 56px;
|
|
|
|
+ padding: 0 16px;
|
|
|
|
+}
|
|
|
|
+#index .noActive {
|
|
|
|
+ margin-top: 56px;
|
|
|
|
+}
|
|
|
|
+#index .list-msg .l-msg .words {
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: initial;
|
|
|
|
+ align-items: center;
|
|
|
|
+}
|
|
|
|
+#index .list-msg .l-msg .words:nth-child(2) {
|
|
|
|
+ margin-top: 8px;
|
|
|
|
+}
|
|
|
|
+#index .list-msg .r-msg {
|
|
|
|
+ width: 20px;
|
|
|
|
+ height: 20px;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+}
|
|
|
|
+#index .list-msg .l-msg .words i {
|
|
|
|
+ width: 6px;
|
|
|
|
+ height: 6px;
|
|
|
|
+ background: #FF3A20;
|
|
|
|
+ border: 1px solid #FFFFFF;
|
|
|
|
+ border-radius: 50%;
|
|
|
|
+ margin-right: 9px;
|
|
|
|
+}
|
|
|
|
+#index .list-msg .l-msg .words h3 {
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ color: #2CB7CA;
|
|
|
|
+ line-height: 24px;
|
|
|
|
+}
|
|
|
|
+#index .list-msg .l-msg .words span {
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ color: #1D1D1D;
|
|
|
|
+ line-height: 22px;
|
|
|
|
+ margin: 0 16px;
|
|
|
|
+}
|
|
|
|
+#index .list-msg .l-msg .words span:hover {
|
|
|
|
+ color: #2CB7CA;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+}
|
|
|
|
+#index .list-msg .l-msg .words p {
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ color: #999999;
|
|
|
|
+ line-height: 18px;
|
|
|
|
+}
|
|
|
|
+#index .list-msg .l-msg .words .isActive {
|
|
|
|
+ margin-left: 15px;
|
|
|
|
+}
|