|
@@ -4,75 +4,115 @@
|
|
width: 287px;
|
|
width: 287px;
|
|
height: 50px;
|
|
height: 50px;
|
|
background: #536BF5;
|
|
background: #536BF5;
|
|
- box-shadow: 0 3px 13px 0 rgba(0,82,255,.5);
|
|
|
|
|
|
+ box-shadow: 0 3px 13px 0 rgba(0, 82, 255, .5);
|
|
border-radius: 25px;
|
|
border-radius: 25px;
|
|
color: #fff;
|
|
color: #fff;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
+
|
|
.white-btn {
|
|
.white-btn {
|
|
background: #fff;
|
|
background: #fff;
|
|
color: #000;
|
|
color: #000;
|
|
}
|
|
}
|
|
|
|
|
|
.swiper {
|
|
.swiper {
|
|
- height: 734px;
|
|
|
|
|
|
+ height: 700px;
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
+
|
|
.swiper .slide-item {
|
|
.swiper .slide-item {
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-size: cover;
|
|
background-position: center;
|
|
background-position: center;
|
|
- height: 734px;
|
|
|
|
|
|
+ height: 700px;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
+
|
|
.swiper .slide-item-act {
|
|
.swiper .slide-item-act {
|
|
background-image: url('../img/index/banner-yuandan.png');
|
|
background-image: url('../img/index/banner-yuandan.png');
|
|
}
|
|
}
|
|
|
|
+
|
|
.btn-act {
|
|
.btn-act {
|
|
width: 334px;
|
|
width: 334px;
|
|
margin-top: 520px;
|
|
margin-top: 520px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.swiper .slide-item-1 {
|
|
.swiper .slide-item-1 {
|
|
background-image: url('../img/index/banner-1.png');
|
|
background-image: url('../img/index/banner-1.png');
|
|
}
|
|
}
|
|
|
|
+
|
|
.swiper .slide-item-2 {
|
|
.swiper .slide-item-2 {
|
|
background-image: url('../img/index/banner-2.png');
|
|
background-image: url('../img/index/banner-2.png');
|
|
}
|
|
}
|
|
|
|
+
|
|
.swiper .slide-item-3 {
|
|
.swiper .slide-item-3 {
|
|
background-image: url('../img/index/banner-3.png');
|
|
background-image: url('../img/index/banner-3.png');
|
|
}
|
|
}
|
|
|
|
+
|
|
.swiper .slide-item-4 {
|
|
.swiper .slide-item-4 {
|
|
background-image: url('../img/index/banner-4.png');
|
|
background-image: url('../img/index/banner-4.png');
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.swiper .slide-item-5 {
|
|
|
|
+ background-image: url('../img/index/banner-5.png');
|
|
|
|
+}
|
|
|
|
+
|
|
.swiper .slide-item .banner-wrap {
|
|
.swiper .slide-item .banner-wrap {
|
|
width: 1200px;
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
text-align: left;
|
|
text-align: left;
|
|
}
|
|
}
|
|
|
|
+
|
|
.swiper .slide-item p.title {
|
|
.swiper .slide-item p.title {
|
|
font-size: 64px;
|
|
font-size: 64px;
|
|
font-weight: bolder;
|
|
font-weight: bolder;
|
|
- margin: 220px 0 50px;
|
|
|
|
|
|
+ margin: 220px 0 20px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.swiper .slide-item p {
|
|
.swiper .slide-item p {
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
- margin-bottom: 112px;
|
|
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.swiper .slide-item .feature {
|
|
|
|
+ margin-bottom: 48px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.swiper .slide-item .feature .item {
|
|
|
|
+ line-height: 34px;
|
|
|
|
+ height: 34px;
|
|
|
|
+ position: relative;
|
|
|
|
+ padding-left: 40px;
|
|
|
|
+ margin-right: 28px;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.swiper .slide-item .feature .item svg {
|
|
|
|
+ position: absolute;
|
|
|
|
+ left: 0;
|
|
|
|
+ top: 50%;
|
|
|
|
+ transform: translateY(-50%);
|
|
|
|
+}
|
|
|
|
+
|
|
.swiper .slide-item .btn-orange {
|
|
.swiper .slide-item .btn-orange {
|
|
float: left;
|
|
float: left;
|
|
display: block;
|
|
display: block;
|
|
- width: 280px;
|
|
|
|
- height: 50px;
|
|
|
|
- border-radius: 25px;
|
|
|
|
- font-size: 18px;
|
|
|
|
color: #fff;
|
|
color: #fff;
|
|
- background: linear-gradient(160deg, #F9C333, #F79346);
|
|
|
|
- margin: -60px auto 70px;
|
|
|
|
|
|
+ background: linear-gradient(93.76deg, #31FCFF -10.35%, #0AA5FF 85.34%);
|
|
|
|
+ margin: 0px auto 70px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
|
+ width: 280px;
|
|
|
|
+ height: 50px;
|
|
|
|
+ border-radius: 8px;
|
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
|
+ font-weight: 700;
|
|
|
|
+ font-size: 20px;
|
|
|
|
+ line-height: 24px;
|
|
|
|
+ text-shadow: 0px 2px 4px rgba(16, 61, 139, 0.49);
|
|
}
|
|
}
|
|
|
|
+
|
|
.swiper .swiper-pagination {
|
|
.swiper .swiper-pagination {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -80,6 +120,7 @@
|
|
left: 50%;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
}
|
|
}
|
|
|
|
+
|
|
.swiper .swiper-pagination .swiper-pagination-bullet {
|
|
.swiper .swiper-pagination .swiper-pagination-bullet {
|
|
width: 8px;
|
|
width: 8px;
|
|
height: 8px;
|
|
height: 8px;
|
|
@@ -87,127 +128,339 @@
|
|
margin: 0 4px;
|
|
margin: 0 4px;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
|
|
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
|
|
background: #fff;
|
|
background: #fff;
|
|
}
|
|
}
|
|
|
|
|
|
.icons {
|
|
.icons {
|
|
- width: 1200px;
|
|
|
|
- margin: 16px auto;
|
|
|
|
|
|
+ width: 1290px;
|
|
|
|
+ max-width: 100vw;
|
|
|
|
+ min-width: 1200px;
|
|
|
|
+ margin: -60px auto 0px;
|
|
|
|
+ z-index: 1;
|
|
|
|
+ position: relative;
|
|
}
|
|
}
|
|
|
|
+
|
|
.icons ul {
|
|
.icons ul {
|
|
display: flex;
|
|
display: flex;
|
|
- justify-content: space-between;
|
|
|
|
|
|
+ justify-content: center;
|
|
margin-bottom: 30px;
|
|
margin-bottom: 30px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.icons ul.icon-list {
|
|
.icons ul.icon-list {
|
|
- width: 1000px;
|
|
|
|
margin: 0 auto 30px;
|
|
margin: 0 auto 30px;
|
|
|
|
+ box-shadow: 0px 4px 20px 0px rgba(142, 142, 142, 0.12);
|
|
|
|
+ background: rgba(255, 255, 255, 1);
|
|
|
|
+ width: 1290px;
|
|
|
|
+ max-width: 100vw;
|
|
|
|
+ min-width: 1200px;
|
|
|
|
+ height: 140px;
|
|
|
|
+ border-radius: 12px;
|
|
|
|
+ align-items: center;
|
|
}
|
|
}
|
|
|
|
+
|
|
.icons ul.icon-list li {
|
|
.icons ul.icon-list li {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
|
+ position: relative;
|
|
|
|
+ padding: 11px 48px 0 131px;
|
|
|
|
+ height: 70px;
|
|
|
|
+ /* width: 305px; */
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.icons ul.icon-list a {
|
|
|
|
+ border-right: 1px solid rgba(227, 234, 245, 1);
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.icons ul.icon-list a:last-child {
|
|
|
|
+ border-right: unset;
|
|
|
|
+}
|
|
|
|
+
|
|
.icons ul.icon-list li img {
|
|
.icons ul.icon-list li img {
|
|
- width: 224px;
|
|
|
|
- box-shadow: 0 0 5px 5px rgba(234, 234, 234, .6);
|
|
|
|
|
|
+ width: 60px;
|
|
|
|
+ /* box-shadow: 0 0 5px 5px rgba(234, 234, 234, .6); */
|
|
|
|
+ position: absolute;
|
|
|
|
+ left: 47px;
|
|
|
|
+ top: 5px;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.icons ul.icon-list li .p1 {
|
|
|
|
+ color: rgba(21, 21, 21, 1);
|
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
|
+ font-weight: 700;
|
|
|
|
+ font-size: 18px;
|
|
|
|
+ line-height: 22px;
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.icons ul.icon-list li .p2 {
|
|
|
|
+ color: rgba(118, 144, 181, 1);
|
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ line-height: 14px;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+
|
|
.icons ul.icon-text {
|
|
.icons ul.icon-text {
|
|
padding: 30px 0;
|
|
padding: 30px 0;
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
box-shadow: 0 0 5px 5px rgba(234, 234, 234, .6);
|
|
box-shadow: 0 0 5px 5px rgba(234, 234, 234, .6);
|
|
}
|
|
}
|
|
|
|
+
|
|
.icons ul.icon-text li {
|
|
.icons ul.icon-text li {
|
|
display: none;
|
|
display: none;
|
|
width: 1200px;
|
|
width: 1200px;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
+
|
|
.icons p {
|
|
.icons p {
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
+
|
|
.sign {
|
|
.sign {
|
|
width: 1200px;
|
|
width: 1200px;
|
|
- margin: 140px auto 80px;
|
|
|
|
|
|
+ margin: 120px auto 80px;
|
|
|
|
+ background-color: #ffffff;
|
|
}
|
|
}
|
|
|
|
+
|
|
.sign .title {
|
|
.sign .title {
|
|
display: block;
|
|
display: block;
|
|
- width: 582px;
|
|
|
|
- height: 92px;
|
|
|
|
- margin: 0 auto 30px;
|
|
|
|
|
|
+ width: 449px;
|
|
|
|
+ height: 60px;
|
|
|
|
+ margin: 0 auto 70px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.sign ul {
|
|
.sign ul {
|
|
display: flex;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ margin-bottom: 30px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.sign ul li {
|
|
.sign ul li {
|
|
- display: flex;
|
|
|
|
- width: 45%;
|
|
|
|
- padding-left: 5%;
|
|
|
|
- margin: 40px 0;
|
|
|
|
|
|
+ width: 280px;
|
|
|
|
+ height: 260px;
|
|
|
|
+ border-radius: 12px;
|
|
|
|
+ background-color: rgba(247, 249, 251, 1);
|
|
|
|
+ /* background-color: rgb(203 229 255); */
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ padding-left: 32px;
|
|
|
|
+ padding-top: 30px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.sign ul li img {
|
|
.sign ul li img {
|
|
display: block;
|
|
display: block;
|
|
- width: 200px;
|
|
|
|
- height: 200px;
|
|
|
|
- margin-right: 64px;
|
|
|
|
|
|
+ width: 96px;
|
|
|
|
+ height: 96px;
|
|
|
|
+ margin-left: -16px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.sign ul li .sign-info {
|
|
.sign ul li .sign-info {
|
|
- padding-top: 40px;
|
|
|
|
|
|
+ padding-top: 12px;
|
|
}
|
|
}
|
|
-.sign ul li .sign-info > div {
|
|
|
|
- color: #999;
|
|
|
|
- line-height: 2;
|
|
|
|
- margin-top: 20px;
|
|
|
|
|
|
+
|
|
|
|
+.sign ul li .sign-info>div {
|
|
|
|
+ margin-top: 14px;
|
|
|
|
+ color: rgba(118, 144, 181, 1);
|
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
|
+ font-weight: 500;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ line-height: 22px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.sign ul li p {
|
|
.sign ul li p {
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
- color: #000;
|
|
|
|
font-weight: bolder;
|
|
font-weight: bolder;
|
|
|
|
+ color: rgba(21, 21, 21, 1);
|
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
|
+ font-weight: 700;
|
|
|
|
+ font-size: 20px;
|
|
|
|
+ line-height: 22px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.sign-buttom {
|
|
|
|
+ background: url(../img/index/sign-buttom.png) no-repeat center;
|
|
|
|
+ background-size: cover;
|
|
|
|
+ width: 1200px;
|
|
|
|
+ height: 160px;
|
|
|
|
+ padding: 46px 0 0 122px;
|
|
|
|
+ position: relative;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.sign-buttom .p1 {
|
|
|
|
+ text-shadow: 0px 4px 4px rgba(0, 81, 119, 0.16);
|
|
|
|
+ color: rgba(255, 255, 255, 1);
|
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
|
+ font-weight: 700;
|
|
|
|
+ font-size: 22px;
|
|
|
|
+ line-height: 34px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.sign-buttom a {
|
|
|
|
+ position: absolute;
|
|
|
|
+ width: 144px;
|
|
|
|
+ height: 40px;
|
|
|
|
+ border-radius: 4px;
|
|
|
|
+ border-width: 1px;
|
|
|
|
+ background-color: rgba(255, 255, 255, 0.05);
|
|
|
|
+ border: 1px solid rgba(255, 255, 255, 1);
|
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
|
+ font-weight: 500;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ line-height: 38px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ vertical-align: middle;
|
|
|
|
+ color: rgba(255, 255, 255, 1);
|
|
|
|
+ top: 50%;
|
|
|
|
+ transform: translateY(-50%);
|
|
|
|
+ right: 122px;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.step-area {
|
|
|
|
+ background-color: rgb(247, 249, 251);
|
|
|
|
+ padding: 70px 0 110px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.step-area .step {
|
|
|
|
+ width: 1200px;
|
|
|
|
+ margin: 0 auto;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.step-area .contain {
|
|
|
|
+ width: 1109px;
|
|
|
|
+ height: 272px;
|
|
|
|
+ background: url(../img/index/step.png) no-repeat center;
|
|
|
|
+ background-size: cover;
|
|
|
|
+ margin: 0 auto;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.step-area .step .title {
|
|
|
|
+ display: block;
|
|
|
|
+ width: 200px;
|
|
|
|
+ height: 64px;
|
|
|
|
+ margin: 0 auto 90px;
|
|
|
|
+}
|
|
|
|
+
|
|
.web-area {
|
|
.web-area {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
background: url(../img/index/web-bg.png) no-repeat center;
|
|
background: url(../img/index/web-bg.png) no-repeat center;
|
|
background-size: cover;
|
|
background-size: cover;
|
|
- height: 900px;
|
|
|
|
|
|
+ height: 742px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.web {
|
|
.web {
|
|
width: 1200px;
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
|
|
+
|
|
.web .title {
|
|
.web .title {
|
|
display: block;
|
|
display: block;
|
|
- width: 678px;
|
|
|
|
- height: 95px;
|
|
|
|
- margin: 100px auto 50px;
|
|
|
|
|
|
+ width: 331px;
|
|
|
|
+ height: 63px;
|
|
|
|
+ margin: 70px auto 50px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.web ul {
|
|
.web ul {
|
|
color: #fff;
|
|
color: #fff;
|
|
- margin-left: 60%;
|
|
|
|
- margin-top: 80px;
|
|
|
|
|
|
+ margin-left: 58%;
|
|
|
|
+ margin-top: 110px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.web ul li p {
|
|
.web ul li p {
|
|
|
|
+ margin-bottom: 12px;
|
|
|
|
+ position: relative;
|
|
|
|
+ color: rgba(255, 255, 255, 1);
|
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
|
+ font-weight: 700;
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
- font-weight: bolder;
|
|
|
|
- margin-bottom: 20px;
|
|
|
|
|
|
+ line-height: 34px;
|
|
}
|
|
}
|
|
-.web ul li > div {
|
|
|
|
- color: #ccc;
|
|
|
|
- margin-bottom: 45px;
|
|
|
|
|
|
+
|
|
|
|
+.web ul li p::after {
|
|
|
|
+ position: absolute;
|
|
|
|
+ content: '';
|
|
|
|
+ background: rgba(255, 255, 255, 1);
|
|
|
|
+ width: 6px;
|
|
|
|
+ height: 19px;
|
|
|
|
+ top: 9px;
|
|
|
|
+ left: -18px;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.web ul li>div {
|
|
|
|
+ margin-bottom: 40px;
|
|
|
|
+ color: rgba(255, 255, 255, 0.7);
|
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ line-height: 20px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.platform-advantage {
|
|
|
|
+ background-color: rgb(254, 254, 254);
|
|
|
|
+ padding: 120px 0 140px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.platform-advantage .title {
|
|
|
|
+ display: block;
|
|
|
|
+ width: 314px;
|
|
|
|
+ height: 64px;
|
|
|
|
+ margin: 0 auto 90px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.platform-advantage ul {
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ width: 1200px;
|
|
|
|
+ margin: 0 auto;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.platform-advantage ul li {
|
|
|
|
+ text-align: center;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.platform-advantage ul li img {
|
|
|
|
+ width: 70px;
|
|
|
|
+ height: 70px;
|
|
|
|
+ margin-bottom: 10px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.platform-advantage ul li p {
|
|
|
|
+ color: rgba(21, 21, 21, 1);
|
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
|
+ font-weight: 700;
|
|
|
|
+ font-size: 18px;
|
|
|
|
+ line-height: 22px;
|
|
|
|
+ margin-bottom: 10px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.platform-advantage ul li>div {
|
|
|
|
+ color: rgba(118, 144, 181, 1);
|
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
|
+ font-weight: 500;
|
|
|
|
+ font-size: 15px;
|
|
|
|
+ line-height: 20px;
|
|
|
|
+}
|
|
|
|
+
|
|
.dispatch {
|
|
.dispatch {
|
|
margin-bottom: 100px;
|
|
margin-bottom: 100px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.dispatch .title {
|
|
.dispatch .title {
|
|
display: block;
|
|
display: block;
|
|
- width: 888px;
|
|
|
|
- height: 92px;
|
|
|
|
|
|
+ width: 315px;
|
|
|
|
+ height: 64px;
|
|
margin: 100px auto 50px;
|
|
margin: 100px auto 50px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.dispatch ul {
|
|
.dispatch ul {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
justify-content: space-around;
|
|
width: 1350px;
|
|
width: 1350px;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
|
|
+
|
|
.dispatch ul li {
|
|
.dispatch ul li {
|
|
width: 415px;
|
|
width: 415px;
|
|
height: 497px;
|
|
height: 497px;
|
|
@@ -216,40 +469,49 @@
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-position: center;
|
|
}
|
|
}
|
|
|
|
+
|
|
.dispatch ul li.dispatch-1 {
|
|
.dispatch ul li.dispatch-1 {
|
|
background-image: url(../img/index/dispatch-1.png);
|
|
background-image: url(../img/index/dispatch-1.png);
|
|
}
|
|
}
|
|
|
|
+
|
|
.dispatch ul li.dispatch-2 {
|
|
.dispatch ul li.dispatch-2 {
|
|
background-image: url(../img/index/dispatch-2.png);
|
|
background-image: url(../img/index/dispatch-2.png);
|
|
}
|
|
}
|
|
|
|
+
|
|
.dispatch ul li.dispatch-3 {
|
|
.dispatch ul li.dispatch-3 {
|
|
background-image: url(../img/index/dispatch-3.png);
|
|
background-image: url(../img/index/dispatch-3.png);
|
|
}
|
|
}
|
|
|
|
+
|
|
.dispatch ul li p {
|
|
.dispatch ul li p {
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
color: #000;
|
|
color: #000;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
margin: 60px 0 10px;
|
|
margin: 60px 0 10px;
|
|
}
|
|
}
|
|
-.dispatch ul li > div {
|
|
|
|
|
|
+
|
|
|
|
+.dispatch ul li>div {
|
|
color: #999;
|
|
color: #999;
|
|
}
|
|
}
|
|
|
|
+
|
|
.shelf-area {
|
|
.shelf-area {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
background: url(../img/index/shelf-bg.png) no-repeat center;
|
|
background: url(../img/index/shelf-bg.png) no-repeat center;
|
|
background-size: cover;
|
|
background-size: cover;
|
|
height: 750px;
|
|
height: 750px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.shelf {
|
|
.shelf {
|
|
width: 1200px;
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
|
|
+
|
|
.shelf .title {
|
|
.shelf .title {
|
|
display: block;
|
|
display: block;
|
|
width: 726px;
|
|
width: 726px;
|
|
height: 92px;
|
|
height: 92px;
|
|
margin: 90px auto 30px;
|
|
margin: 90px auto 30px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.shelf .shelf-note {
|
|
.shelf .shelf-note {
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
font-weight: bolder;
|
|
font-weight: bolder;
|
|
@@ -257,41 +519,116 @@
|
|
margin-top: 80px;
|
|
margin-top: 80px;
|
|
line-height: 3;
|
|
line-height: 3;
|
|
}
|
|
}
|
|
|
|
+
|
|
.gain {
|
|
.gain {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- height: 430px;
|
|
|
|
- background: linear-gradient(135deg, #1C7EE1 0%, #9775E5 70%);
|
|
|
|
|
|
+ height: 300px;
|
|
|
|
+ background: linear-gradient(180deg, #4687FF 0%, #2267E8 100%);
|
|
color: #fff;
|
|
color: #fff;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
-.gain > p {
|
|
|
|
|
|
+
|
|
|
|
+.gain>p {
|
|
|
|
+ margin: 50px 0 60px;
|
|
|
|
+ color: rgba(255, 255, 255, 1);
|
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
|
+ font-weight: 700;
|
|
font-size: 36px;
|
|
font-size: 36px;
|
|
- font-weight: bolder;
|
|
|
|
- margin: 100px 0 70px;
|
|
|
|
|
|
+ line-height: 40px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.gain ul {
|
|
.gain ul {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
- width: 1000px;
|
|
|
|
|
|
+ width: 1200px;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
|
|
+
|
|
.gain ul li h3 {
|
|
.gain ul li h3 {
|
|
- font-size: 60px;
|
|
|
|
- padding: 0;
|
|
|
|
- margin: 0;
|
|
|
|
|
|
+ color: rgba(255, 255, 255, 1);
|
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
|
+ font-weight: 700;
|
|
|
|
+ font-size: 36px;
|
|
|
|
+ line-height: 52px;
|
|
|
|
+ margin-bottom: 8px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.gain ul li p {
|
|
.gain ul li p {
|
|
- font-size: 24px;
|
|
|
|
|
|
+ color: rgba(255, 255, 255, 1);
|
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ line-height: 20px;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.contact-us {
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ background: url(../img/index/contact-bg.png) no-repeat center;
|
|
|
|
+ background-size: cover;
|
|
|
|
+ padding: 78px 0 78px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.contact-us .title {
|
|
|
|
+ color: rgba(255, 255, 255, 1);
|
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
|
+ font-weight: 700;
|
|
|
|
+ font-size: 30px;
|
|
|
|
+ line-height: 40px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ margin-bottom: 56px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.contact-us .contact-info .item {
|
|
|
|
+ margin: 0 auto 18px;
|
|
|
|
+ display: flex;
|
|
|
|
+ width: 691px;
|
|
|
|
+ height: 73px;
|
|
|
|
+ border-radius: 3px;
|
|
|
|
+ background-color: rgba(255, 255, 255, 1);
|
|
|
|
+ padding-left: 20px;
|
|
|
|
+ align-items: center;
|
|
|
|
+ line-height: 29px;
|
|
|
|
+ color: rgba(21, 21, 21, 1);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.contact-us .contact-info .item img {
|
|
|
|
+ width: 50px;
|
|
|
|
+ height: 50px;
|
|
|
|
+ margin-right: 12px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.contact-us .contact-info .item p {
|
|
|
|
+ color: rgba(21, 21, 21, 1);
|
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
|
+ font-weight: 700;
|
|
|
|
+ font-size: 20px;
|
|
|
|
+ width: 402px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.contact-us .contact-info .item a {
|
|
|
|
+ width: 200px;
|
|
|
|
+ height: 62px;
|
|
|
|
+ line-height: 60px;
|
|
|
|
+ color: #ffffff;
|
|
|
|
+ text-align: center;
|
|
|
|
+ border-radius: 3px;
|
|
|
|
+ background: rgba(58, 195, 76, 1);
|
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
|
+ font-weight: 700;
|
|
|
|
+ font-size: 18px;
|
|
|
|
+}
|
|
|
|
+
|
|
.cooperate {
|
|
.cooperate {
|
|
padding-bottom: 100px;
|
|
padding-bottom: 100px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.cooperate .title {
|
|
.cooperate .title {
|
|
display: block;
|
|
display: block;
|
|
width: 632px;
|
|
width: 632px;
|
|
height: 92px;
|
|
height: 92px;
|
|
margin: 100px auto 30px;
|
|
margin: 100px auto 30px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.cooperate ul {
|
|
.cooperate ul {
|
|
width: 1200px;
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
@@ -299,9 +636,11 @@
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
}
|
|
}
|
|
|
|
+
|
|
.cooperate ul li {
|
|
.cooperate ul li {
|
|
margin: 50px 20px;
|
|
margin: 50px 20px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.cooperate ul li img {
|
|
.cooperate ul li img {
|
|
width: 197px;
|
|
width: 197px;
|
|
height: 197px;
|
|
height: 197px;
|