|
@@ -84,7 +84,7 @@ body{
|
|
|
z-index:10
|
|
z-index:10
|
|
|
}
|
|
}
|
|
|
.width1200{
|
|
.width1200{
|
|
|
- width: 1200px;
|
|
|
|
|
|
|
+ max-width: 1200px;
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
|
}
|
|
}
|
|
|
.logoCon{
|
|
.logoCon{
|
|
@@ -113,17 +113,25 @@ body{
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
|
}
|
|
}
|
|
|
.bannerBox{
|
|
.bannerBox{
|
|
|
- height: 950px;
|
|
|
|
|
|
|
+ height: 900px;
|
|
|
background: rgba(245, 247, 253, 1);
|
|
background: rgba(245, 247, 253, 1);
|
|
|
}
|
|
}
|
|
|
.banner{
|
|
.banner{
|
|
|
position: relative;
|
|
position: relative;
|
|
|
- height: 950px;
|
|
|
|
|
- background: url(img/image_banner_01.png) no-repeat right -110px;
|
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ max-height: 950px;
|
|
|
|
|
+ /*background: url(img/image_banner_01.png) no-repeat right -110px;*/
|
|
|
|
|
+}
|
|
|
|
|
+.banner .lottie{
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ z-index: 50;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 100%;
|
|
|
}
|
|
}
|
|
|
.bannerTitleBox{
|
|
.bannerTitleBox{
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- top: 300px;
|
|
|
|
|
|
|
+ top: 30%;
|
|
|
|
|
+ z-index: 60;
|
|
|
}
|
|
}
|
|
|
.bannerTitle{
|
|
.bannerTitle{
|
|
|
font-size: 64px;
|
|
font-size: 64px;
|
|
@@ -131,22 +139,29 @@ body{
|
|
|
}
|
|
}
|
|
|
.bannerTitle1{
|
|
.bannerTitle1{
|
|
|
color: rgba(47, 84, 235, 1);
|
|
color: rgba(47, 84, 235, 1);
|
|
|
|
|
+ transition: all 0.4s ease-in 0s;
|
|
|
|
|
+ transform: translateX(-400px);
|
|
|
}
|
|
}
|
|
|
.bannerTitle2{
|
|
.bannerTitle2{
|
|
|
color: rgba(0, 0, 0, 0.8);
|
|
color: rgba(0, 0, 0, 0.8);
|
|
|
|
|
+ transition: all 0.8s ease-in 0s;
|
|
|
|
|
+ transform: translateX(-600px);
|
|
|
}
|
|
}
|
|
|
.bannerTitle3{
|
|
.bannerTitle3{
|
|
|
color: rgba(0, 0, 0, 0.5);
|
|
color: rgba(0, 0, 0, 0.5);
|
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
|
|
|
+ transition: all 1.2s ease-in 0s;
|
|
|
|
|
+ transform: translateX(-600px);
|
|
|
}
|
|
}
|
|
|
.btnHand{
|
|
.btnHand{
|
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
|
padding: 16px 32px;
|
|
padding: 16px 32px;
|
|
|
|
|
+ transition: all 1.6s ease-in 0s;
|
|
|
|
|
+ transform: translateX(-400px);
|
|
|
}
|
|
}
|
|
|
.moreBox{
|
|
.moreBox{
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- bottom: 30px;
|
|
|
|
|
}
|
|
}
|
|
|
.moreBox h4{
|
|
.moreBox h4{
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
@@ -183,12 +198,12 @@ body{
|
|
|
background: #f5f7fd;
|
|
background: #f5f7fd;
|
|
|
}
|
|
}
|
|
|
.videoLeft{
|
|
.videoLeft{
|
|
|
- width: 843px;
|
|
|
|
|
|
|
+ max-width: 843px;
|
|
|
height: 474px;
|
|
height: 474px;
|
|
|
/*background: #000 url(img/image_video_cover_07.png) no-repeat;*/
|
|
/*background: #000 url(img/image_video_cover_07.png) no-repeat;*/
|
|
|
}
|
|
}
|
|
|
.videoRight{
|
|
.videoRight{
|
|
|
- width: 357px;
|
|
|
|
|
|
|
+ max-width: 357px;
|
|
|
height: 474px;
|
|
height: 474px;
|
|
|
}
|
|
}
|
|
|
.videoRight .vjs-playlist{
|
|
.videoRight .vjs-playlist{
|
|
@@ -234,6 +249,9 @@ body{
|
|
|
.product{
|
|
.product{
|
|
|
position: relative;
|
|
position: relative;
|
|
|
}
|
|
}
|
|
|
|
|
+.productOne{
|
|
|
|
|
+ height: 800px !important;
|
|
|
|
|
+}
|
|
|
.productOne,.productTwo{
|
|
.productOne,.productTwo{
|
|
|
height: 730px;
|
|
height: 730px;
|
|
|
border-left: 2px solid rgba(0, 0, 0, 0.1);
|
|
border-left: 2px solid rgba(0, 0, 0, 0.1);
|
|
@@ -297,16 +315,22 @@ body{
|
|
|
transform: translateX(200px);
|
|
transform: translateX(200px);
|
|
|
}
|
|
}
|
|
|
.productOneImg{
|
|
.productOneImg{
|
|
|
- background: url(img/css_sprites.png) no-repeat 0 0;
|
|
|
|
|
- transition-delay: 0.2s;
|
|
|
|
|
|
|
+ /*background: url(img/css_sprites.png) no-repeat 0 0;*/
|
|
|
|
|
+ /*transition-delay: 0.2s;*/
|
|
|
|
|
+}
|
|
|
|
|
+#productOneImg,#productTwoImg,#productThreeImg{
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ z-index: 50;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 100%;
|
|
|
}
|
|
}
|
|
|
.productTwoImg{
|
|
.productTwoImg{
|
|
|
- background: url(img/css_sprites.png) no-repeat 0 -224px;
|
|
|
|
|
- transition-delay: 0.2s;
|
|
|
|
|
|
|
+ /*background: url(img/css_sprites.png) no-repeat 0 -224px;
|
|
|
|
|
+ transition-delay: 0.2s;*/
|
|
|
}
|
|
}
|
|
|
.productThreeImg{
|
|
.productThreeImg{
|
|
|
- background: url(img/css_sprites.png) no-repeat 0 -448px;
|
|
|
|
|
- transition-delay: 0.2s;
|
|
|
|
|
|
|
+ /*background: url(img/css_sprites.png) no-repeat 0 -448px;
|
|
|
|
|
+ transition-delay: 0.8s;*/
|
|
|
}
|
|
}
|
|
|
.productRImg{
|
|
.productRImg{
|
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -325,6 +349,7 @@ body{
|
|
|
background: url(img/image_cpgn_02_01.png) no-repeat;
|
|
background: url(img/image_cpgn_02_01.png) no-repeat;
|
|
|
box-shadow: -20px -20px 40px -15px rgba(0, 0, 0, 0.24);
|
|
box-shadow: -20px -20px 40px -15px rgba(0, 0, 0, 0.24);
|
|
|
transition-delay: 0.2s;
|
|
transition-delay: 0.2s;
|
|
|
|
|
+ transform: translateX(200px);
|
|
|
}
|
|
}
|
|
|
.productTwoRImg2{
|
|
.productTwoRImg2{
|
|
|
top: 64px;
|
|
top: 64px;
|
|
@@ -333,7 +358,8 @@ body{
|
|
|
height: 496px;
|
|
height: 496px;
|
|
|
background: url(img/image_cpgn_02_02.png) no-repeat;
|
|
background: url(img/image_cpgn_02_02.png) no-repeat;
|
|
|
box-shadow: -20px -20px 40px -10px rgba(0, 0, 0, 0.24);
|
|
box-shadow: -20px -20px 40px -10px rgba(0, 0, 0, 0.24);
|
|
|
- transition-delay: 0.4s;
|
|
|
|
|
|
|
+ transition-delay: 1.2s;
|
|
|
|
|
+ transform: translateX(600px);
|
|
|
}
|
|
}
|
|
|
.productTwoRImg3{
|
|
.productTwoRImg3{
|
|
|
top: 180px;
|
|
top: 180px;
|
|
@@ -342,14 +368,15 @@ body{
|
|
|
height: 380px;
|
|
height: 380px;
|
|
|
background: url(img/image_cpgn_02_03.png) no-repeat;
|
|
background: url(img/image_cpgn_02_03.png) no-repeat;
|
|
|
box-shadow: -20px -20px 40px -10px rgba(0, 0, 0, 0.24);
|
|
box-shadow: -20px -20px 40px -10px rgba(0, 0, 0, 0.24);
|
|
|
- transition-delay: 0.6s;
|
|
|
|
|
|
|
+ transition-delay: 1.8s;
|
|
|
|
|
+ transform: translateX(600px);
|
|
|
/*box-shadow: 0px 13.3px 53.3px rgba(0, 0, 0, 0.24);*/
|
|
/*box-shadow: 0px 13.3px 53.3px rgba(0, 0, 0, 0.24);*/
|
|
|
}
|
|
}
|
|
|
.productThreeRImg1{
|
|
.productThreeRImg1{
|
|
|
width: 843px;
|
|
width: 843px;
|
|
|
height: 600px;
|
|
height: 600px;
|
|
|
background: url(img/image_cpgn_0103_bg.png) no-repeat;
|
|
background: url(img/image_cpgn_0103_bg.png) no-repeat;
|
|
|
- transition-delay: 0.2s;
|
|
|
|
|
|
|
+ transition-delay: 0.4s;
|
|
|
}
|
|
}
|
|
|
.productThreeRImg2{
|
|
.productThreeRImg2{
|
|
|
top: 107px;
|
|
top: 107px;
|
|
@@ -358,7 +385,7 @@ body{
|
|
|
height: 386px;
|
|
height: 386px;
|
|
|
background: url(img/iamge_cpgn_03.png) no-repeat;
|
|
background: url(img/iamge_cpgn_03.png) no-repeat;
|
|
|
box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.24);
|
|
box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.24);
|
|
|
- transition-delay: 0.4s;
|
|
|
|
|
|
|
+ transition-delay: 0.8s;
|
|
|
}
|
|
}
|
|
|
.productOneR1{
|
|
.productOneR1{
|
|
|
transition-delay: 0.4s;
|
|
transition-delay: 0.4s;
|