|
@@ -1620,7 +1620,7 @@ li.search .topSerach input[type=submit]:active{
|
|
|
color:#fff
|
|
|
}
|
|
|
.banner05{
|
|
|
- background:#f2f2f2
|
|
|
+ background:url(bigbanner05.png) no-repeat center center
|
|
|
}
|
|
|
.banner05 .learnMore {
|
|
|
background:#333;
|
|
@@ -2582,7 +2582,81 @@ border:none
|
|
|
color:#fff;
|
|
|
background:#FF6501;
|
|
|
}
|
|
|
-/*考试APP*/
|
|
|
+/*908*/
|
|
|
+/*网络版*/
|
|
|
+.banner-entry.banner-four {
|
|
|
+ background:#e36335 url(bing-banner04.jpg) center center
|
|
|
+}
|
|
|
+.banner-four .animation{
|
|
|
+ position:absolute;
|
|
|
+ opacity:0
|
|
|
+}
|
|
|
+.banner-four .images-1{
|
|
|
+ background:url(banner-ol.png) 0 0;
|
|
|
+ width:261px;
|
|
|
+ height:206px;
|
|
|
+ top:47px;
|
|
|
+ left:89px;
|
|
|
+ transition: all 0.8s ease-out 0s;
|
|
|
+ transform: translateY(-30px);
|
|
|
+}
|
|
|
+.banner-four .title-1{
|
|
|
+ background:url(banner-ol.png) -261px 0;
|
|
|
+ width:555px;
|
|
|
+ height:121px;
|
|
|
+ top:88px;
|
|
|
+ right:89px;
|
|
|
+ transition: all 0.8s ease-in 0s;
|
|
|
+ transform: translateY(-30px);
|
|
|
+}
|
|
|
+.banner-four .title-2{
|
|
|
+ background:url(banner-ol.png) 0 -206px;
|
|
|
+ width:634px;
|
|
|
+ height:69px;
|
|
|
+ top:290px;
|
|
|
+ left:215px;
|
|
|
+ transition: all 0.4s ease-in 0s;
|
|
|
+ transition-delay: 0.8s;
|
|
|
+ transform: translateY(-40px);
|
|
|
+}
|
|
|
+.banner-four.show .images-1{
|
|
|
+ transform: translateY(0px);
|
|
|
+ opacity:1;
|
|
|
+}
|
|
|
+.banner-four.show .title-1{
|
|
|
+ transform: translateY(0px);
|
|
|
+ opacity:1;
|
|
|
+}
|
|
|
+.banner-four.show .title-2{
|
|
|
+ transform: translateY(0px);
|
|
|
+ opacity:1;
|
|
|
+}
|
|
|
+.banner-four .more-button{
|
|
|
+ position:absolute;
|
|
|
+ top:405px;
|
|
|
+ left:475px;
|
|
|
+ z-index: 99;
|
|
|
+ opacity:0;
|
|
|
+ transition: all 0.4s ease-in 0s;
|
|
|
+ transform: translateY(-30px);
|
|
|
+ transition-delay: 0.8s;
|
|
|
+}
|
|
|
+.banner-four.show .more-button{
|
|
|
+ transform: translateY(0px);
|
|
|
+ opacity:1;
|
|
|
+}
|
|
|
+.banner-four .more-button a{
|
|
|
+ color:#fff;
|
|
|
+ border:1px solid #fff;
|
|
|
+ padding:15px 30px;
|
|
|
+ text-decoration: none;
|
|
|
+ font-size: 16px
|
|
|
+}
|
|
|
+.banner-four .more-button a:hover{
|
|
|
+ color:#cf4a3e;
|
|
|
+ background:#fff;
|
|
|
+}
|
|
|
+/*网络版*/
|
|
|
#banner-pointer {
|
|
|
position:absolute;
|
|
|
bottom:10px;
|