|
@@ -14,6 +14,7 @@
|
|
position: absolute;
|
|
position: absolute;
|
|
left: 50%;
|
|
left: 50%;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
|
|
+ -webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
font-size: 34px;
|
|
font-size: 34px;
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
@@ -61,11 +62,21 @@
|
|
z-index: 2;
|
|
z-index: 2;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ display: -ms-flexbox;
|
|
display: flex;
|
|
display: flex;
|
|
|
|
+ -webkit-box-pack: center;
|
|
|
|
+ -ms-flex-pack: center;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
|
+ -webkit-box-align: center;
|
|
|
|
+ -ms-flex-align: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
|
+ -webkit-box-direction: normal;
|
|
|
|
+ -ms-flex-direction: column;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
|
+ -webkit-transition: opacity 0.4s;
|
|
transition: opacity 0.4s;
|
|
transition: opacity 0.4s;
|
|
}
|
|
}
|
|
.main .container.our-brand .content .item .active .title {
|
|
.main .container.our-brand .content .item .active .title {
|
|
@@ -88,7 +99,11 @@
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
.main .container.brand-activity .content {
|
|
.main .container.brand-activity .content {
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ display: -ms-flexbox;
|
|
display: flex;
|
|
display: flex;
|
|
|
|
+ -webkit-box-pack: center;
|
|
|
|
+ -ms-flex-pack: center;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
.main .container.brand-activity .content .item {
|
|
.main .container.brand-activity .content .item {
|
|
@@ -96,7 +111,9 @@
|
|
width: 280px;
|
|
width: 280px;
|
|
height: 600px;
|
|
height: 600px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
|
+ -ms-flex-negative: 0;
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
|
|
+ -webkit-transition: all 0.4s;
|
|
transition: all 0.4s;
|
|
transition: all 0.4s;
|
|
}
|
|
}
|
|
.main .container.brand-activity .content .item a {
|
|
.main .container.brand-activity .content .item a {
|
|
@@ -108,6 +125,7 @@
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 0;
|
|
top: 0;
|
|
left: 50%;
|
|
left: 50%;
|
|
|
|
+ -webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
display: block;
|
|
display: block;
|
|
width: 640px;
|
|
width: 640px;
|
|
@@ -131,8 +149,10 @@
|
|
height: 280px;
|
|
height: 280px;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
left: 0;
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding-left: 24px;
|
|
padding-left: 24px;
|
|
|
|
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.88)), to(rgba(0, 0, 0, 0)));
|
|
background: linear-gradient(to top, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0));
|
|
background: linear-gradient(to top, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0));
|
|
}
|
|
}
|
|
.main .container.brand-activity .content .item .active .title {
|
|
.main .container.brand-activity .content .item .active .title {
|
|
@@ -158,6 +178,7 @@
|
|
.main .container.brand-activity .content .item .active::after {
|
|
.main .container.brand-activity .content .item .active::after {
|
|
position: absolute;
|
|
position: absolute;
|
|
content: "01";
|
|
content: "01";
|
|
|
|
+ background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.2)));
|
|
background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.2));
|
|
background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.2));
|
|
-webkit-background-clip: text;
|
|
-webkit-background-clip: text;
|
|
color: transparent;
|
|
color: transparent;
|
|
@@ -171,11 +192,13 @@
|
|
height: 160px;
|
|
height: 160px;
|
|
padding-top: 32px;
|
|
padding-top: 32px;
|
|
padding-left: 32px;
|
|
padding-left: 32px;
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-top-left-radius: 32px;
|
|
border-top-left-radius: 32px;
|
|
right: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
background: linear-gradient(166deg, #0688d2 25%, rgba(32, 155, 212, 0.8));
|
|
background: linear-gradient(166deg, #0688d2 25%, rgba(32, 155, 212, 0.8));
|
|
|
|
+ -webkit-transition: opacity 0.4s;
|
|
transition: opacity 0.4s;
|
|
transition: opacity 0.4s;
|
|
}
|
|
}
|
|
.main .container.brand-activity .content .item .hover-active .title {
|
|
.main .container.brand-activity .content .item .hover-active .title {
|
|
@@ -209,6 +232,7 @@
|
|
.main .container.brand-activity .content .item .hover-active::after {
|
|
.main .container.brand-activity .content .item .hover-active::after {
|
|
position: absolute;
|
|
position: absolute;
|
|
content: "01";
|
|
content: "01";
|
|
|
|
+ background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.2)));
|
|
background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.2));
|
|
background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.2));
|
|
-webkit-background-clip: text;
|
|
-webkit-background-clip: text;
|
|
color: transparent;
|
|
color: transparent;
|
|
@@ -224,6 +248,7 @@
|
|
width: 390px;
|
|
width: 390px;
|
|
margin-right: 15px;
|
|
margin-right: 15px;
|
|
margin-bottom: 15px;
|
|
margin-bottom: 15px;
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
@@ -231,6 +256,7 @@
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
opacity: 1;
|
|
opacity: 1;
|
|
|
|
+ -webkit-transition: all 0.4s;
|
|
transition: all 0.4s;
|
|
transition: all 0.4s;
|
|
}
|
|
}
|
|
.main .container.company-values .content .item.no-mb {
|
|
.main .container.company-values .content .item.no-mb {
|
|
@@ -243,6 +269,7 @@
|
|
width: 795px;
|
|
width: 795px;
|
|
}
|
|
}
|
|
.main .container.company-values .content .item:hover img {
|
|
.main .container.company-values .content .item:hover img {
|
|
|
|
+ -webkit-transform: scale(1.2);
|
|
transform: scale(1.2);
|
|
transform: scale(1.2);
|
|
}
|
|
}
|
|
.main .container.company-values .content .item:nth-child(2) .cover, .main .container.company-values .content .item:nth-child(3) .cover, .main .container.company-values .content .item:nth-child(7) .cover {
|
|
.main .container.company-values .content .item:nth-child(2) .cover, .main .container.company-values .content .item:nth-child(3) .cover, .main .container.company-values .content .item:nth-child(7) .cover {
|
|
@@ -269,9 +296,18 @@
|
|
top: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ display: -ms-flexbox;
|
|
display: flex;
|
|
display: flex;
|
|
|
|
+ -webkit-box-pack: center;
|
|
|
|
+ -ms-flex-pack: center;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
|
+ -webkit-box-direction: normal;
|
|
|
|
+ -ms-flex-direction: column;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
|
+ -webkit-box-align: center;
|
|
|
|
+ -ms-flex-align: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
background: rgba(0, 0, 0, 0.5);
|
|
}
|
|
}
|
|
@@ -280,6 +316,7 @@
|
|
position: absolute;
|
|
position: absolute;
|
|
left: 50%;
|
|
left: 50%;
|
|
top: 50%;
|
|
top: 50%;
|
|
|
|
+ -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
|
|
transform: translate(-50%, -50%) rotateZ(-45deg);
|
|
transform: translate(-50%, -50%) rotateZ(-45deg);
|
|
}
|
|
}
|
|
.main .container.company-values .content .item .cover .line::after, .main .container.company-values .content .item .cover .line::before {
|
|
.main .container.company-values .content .item .cover .line::after, .main .container.company-values .content .item .cover .line::before {
|
|
@@ -313,21 +350,30 @@
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
.main .container.friendly_link .content .row {
|
|
.main .container.friendly_link .content .row {
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ display: -ms-flexbox;
|
|
display: flex;
|
|
display: flex;
|
|
}
|
|
}
|
|
.main .container.friendly_link .content .row:last-child {
|
|
.main .container.friendly_link .content .row:last-child {
|
|
|
|
+ -webkit-box-orient: horizontal;
|
|
|
|
+ -webkit-box-direction: reverse;
|
|
|
|
+ -ms-flex-direction: row-reverse;
|
|
flex-direction: row-reverse;
|
|
flex-direction: row-reverse;
|
|
|
|
+ -webkit-animation: 20s rowup-right linear infinite normal;
|
|
animation: 20s rowup-right linear infinite normal;
|
|
animation: 20s rowup-right linear infinite normal;
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
}
|
|
.main .container.friendly_link .content .row:first-child {
|
|
.main .container.friendly_link .content .row:first-child {
|
|
|
|
+ -webkit-animation: 20s rowup-left linear infinite normal;
|
|
animation: 20s rowup-left linear infinite normal;
|
|
animation: 20s rowup-left linear infinite normal;
|
|
}
|
|
}
|
|
.main .container.friendly_link .content .item {
|
|
.main .container.friendly_link .content .item {
|
|
|
|
+ -ms-flex-negative: 0;
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
position: relative;
|
|
position: relative;
|
|
width: 232px;
|
|
width: 232px;
|
|
height: 100px;
|
|
height: 100px;
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border: 1px solid #d8d8d8;
|
|
border: 1px solid #d8d8d8;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
@@ -342,5 +388,6 @@
|
|
position: absolute;
|
|
position: absolute;
|
|
left: 0;
|
|
left: 0;
|
|
top: 50%;
|
|
top: 50%;
|
|
|
|
+ -webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
}
|
|
}
|