|
|
@@ -7,15 +7,13 @@ ul,li{
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
.business .banner{
|
|
|
- width: 100%;
|
|
|
- height: 676px;
|
|
|
- margin: 0 auto;
|
|
|
- background: url("/images/activity/business-banner.jpg") no-repeat center;
|
|
|
+ height: 630px;
|
|
|
+ margin-top: -47px;
|
|
|
+ background: url("/images/activity/business-banner.png") no-repeat center;
|
|
|
}
|
|
|
@media screen and (max-width: 1366px) {
|
|
|
.business .banner{
|
|
|
- height: 560px;
|
|
|
- background-size: 100% 100%;
|
|
|
+ height: 630px;
|
|
|
}
|
|
|
}
|
|
|
.business .session{
|
|
|
@@ -27,14 +25,21 @@ ul,li{
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
.business .introduction{
|
|
|
- margin-top: 75px;
|
|
|
+ margin-top: 45px;
|
|
|
}
|
|
|
.business h3{
|
|
|
text-align: center;
|
|
|
font-size: 30px;
|
|
|
margin: 0;
|
|
|
}
|
|
|
+.business .introduction .theme{
|
|
|
+ width: 60px;
|
|
|
+ height: 11px;
|
|
|
+ border-top:2px solid #ff8400;
|
|
|
+ margin: 0 auto;
|
|
|
+}
|
|
|
.business .introduction .text{
|
|
|
+ text-indent: 2em;
|
|
|
font-size: 16px;
|
|
|
color: #666;
|
|
|
line-height: 35px;
|
|
|
@@ -96,6 +101,11 @@ ul,li{
|
|
|
margin: 0 10px;
|
|
|
overflow: hidden;
|
|
|
position: relative;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.business .advantage .advantage-list ul li img{
|
|
|
+ margin-top: 25px;
|
|
|
+ margin-bottom: 10px;
|
|
|
}
|
|
|
.business .advantage .advantage-list ul li:hover{
|
|
|
cursor: pointer;
|
|
|
@@ -104,26 +114,29 @@ ul,li{
|
|
|
transform:scale(1.2);
|
|
|
}
|
|
|
.business .advantage .advantage-list ul li:hover p.title{
|
|
|
- background: #61d2f3;
|
|
|
- height: 70px;
|
|
|
- line-height: 70px;
|
|
|
- color: #fff;
|
|
|
+ height: 40px;
|
|
|
+ line-height: 40px;
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
+.business .advantage .advantage-list ul li:hover img{
|
|
|
+ margin-top: 15px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+}
|
|
|
.business .advantage .advantage-list ul li:hover p:last-child{
|
|
|
color: #333;
|
|
|
}
|
|
|
.business .advantage .advantage-list ul li p{
|
|
|
display: inline-block;
|
|
|
width: 100%;
|
|
|
+ text-align: left;
|
|
|
+ margin-top: -20px;
|
|
|
}
|
|
|
.business .advantage .advantage-list ul li p.title{
|
|
|
- height: 58px;
|
|
|
- line-height: 58px;
|
|
|
- background: #e1eafc;
|
|
|
+ height: 28px;
|
|
|
+ line-height: 28px;
|
|
|
text-align: center;
|
|
|
- font-size: 14px;
|
|
|
- color: #666;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #333;
|
|
|
}
|
|
|
.business .advantage .advantage-list ul li p:last-child{
|
|
|
padding: 16px 20px;
|
|
|
@@ -132,7 +145,7 @@ ul,li{
|
|
|
line-height: 20px;
|
|
|
}
|
|
|
.business .advantage .join{
|
|
|
- margin-top: 85px;
|
|
|
+ margin-top: 75px;
|
|
|
}
|
|
|
.business .style{
|
|
|
height: 700px;
|
|
|
@@ -140,6 +153,12 @@ ul,li{
|
|
|
.business .style h3{
|
|
|
padding-top: 80px;
|
|
|
}
|
|
|
+.business .style .theme{
|
|
|
+ width: 80px;
|
|
|
+ height: 11px;
|
|
|
+ border-top:2px solid #ff8400;
|
|
|
+ margin: 0 auto;
|
|
|
+}
|
|
|
.business .style .style-list{
|
|
|
width: 100%;
|
|
|
margin: 0 auto;
|
|
|
@@ -150,19 +169,20 @@ ul,li{
|
|
|
width: 96%;
|
|
|
margin: 0 auto;
|
|
|
display: inline-block;
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
|
.business .style .style-list ul li{
|
|
|
float: left;
|
|
|
width: 25%;
|
|
|
text-align: center;
|
|
|
}
|
|
|
-.business .style .style-list ul li:hover img{
|
|
|
+.business .style .style-list ul li:hover img {
|
|
|
transform: scale(1.01);
|
|
|
}
|
|
|
/*.business .style .style-list ul li:hover p{
|
|
|
color: #5078cb;
|
|
|
}*/
|
|
|
-.business .style .style-list ul li img{
|
|
|
+.business .style .style-list ul li img {
|
|
|
width: 108px;
|
|
|
height: 108px;
|
|
|
}
|
|
|
@@ -173,16 +193,15 @@ ul,li{
|
|
|
margin-bottom: 20px;
|
|
|
}
|
|
|
.business .style .join{
|
|
|
- margin-top: 15px;
|
|
|
+ margin-top: 25px;
|
|
|
}
|
|
|
.business .join-us{
|
|
|
background: #64c7f2;
|
|
|
height: 630px;
|
|
|
- margin-bottom: 40px;
|
|
|
}
|
|
|
.business .join-us h3{
|
|
|
color: #fff;
|
|
|
- padding-top: 55px;
|
|
|
+ padding-top: 75px;
|
|
|
}
|
|
|
.business .join-us .content{
|
|
|
height: 660px;
|
|
|
@@ -214,12 +233,89 @@ ul,li{
|
|
|
color: #fff;
|
|
|
}
|
|
|
.business .join-us .join{
|
|
|
- margin-top: 90px;
|
|
|
+ margin-top: 50px;
|
|
|
}
|
|
|
.business .join a:hover{
|
|
|
transform: scale(1.1);
|
|
|
transition: transform .2s ease-out;
|
|
|
}
|
|
|
+.business .contact-us{
|
|
|
+ background: url("/images/activity/contact01.png") no-repeat center;
|
|
|
+ height: 630px;
|
|
|
+ margin-top: -50px;
|
|
|
+}
|
|
|
+.business .contact-us h3{
|
|
|
+ color: #fff;
|
|
|
+ padding-top: 100px;
|
|
|
+ margin-bottom: 70px;
|
|
|
+}
|
|
|
+.business .contact-us .contact-step{
|
|
|
+ background-color: #fff;
|
|
|
+ width: 900px;
|
|
|
+ height: 300px;
|
|
|
+ margin: 0 auto;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+.business .contact-us .contact-step img{
|
|
|
+ float: left;
|
|
|
+ padding: 90px 0px 0px 50px;
|
|
|
+}
|
|
|
+.business .contact-us .contact-step div {
|
|
|
+ float: right;
|
|
|
+ border-left: 1px solid #ccc;
|
|
|
+ height: 250px;
|
|
|
+ width: 470px;
|
|
|
+ padding: 75px 35px 0px 45px;
|
|
|
+ margin: 30px 0px 30px 0px;
|
|
|
+}
|
|
|
+.business .contact-us .contact-step .list-one {
|
|
|
+ background: url("/images/activity/contact03.png") no-repeat 2% 70%;
|
|
|
+ padding: 10px 0px 5px 50px;
|
|
|
+ font-size: 15px;
|
|
|
+}
|
|
|
+.business .contact-us .contact-step .list-two {
|
|
|
+ background: url("/images/activity/contact04.png") no-repeat 2% 70%;
|
|
|
+ padding: 10px 0px 5px 50px;
|
|
|
+ font-size: 15px;
|
|
|
+}
|
|
|
+.business .contact-us .contact-step .list-three {
|
|
|
+ background: url("/images/activity/contact05.png") no-repeat 2% 70%;
|
|
|
+ padding: 10px 0px 5px 50px;
|
|
|
+ font-size: 15px;
|
|
|
+}
|
|
|
+.business .function-hinting{
|
|
|
+ height: 200px;
|
|
|
+ margin: -30px 0px 35px 0px;
|
|
|
+}
|
|
|
+.business .function-hinting .hinting-list{
|
|
|
+ width: 100%;
|
|
|
+ margin: 0 auto;
|
|
|
+ display: inline-block;
|
|
|
+ margin-top: 55px;
|
|
|
+}
|
|
|
+.business .function-hinting .hinting-list ul{
|
|
|
+ width: 96%;
|
|
|
+ margin: 0 auto;
|
|
|
+ display: inline-block;
|
|
|
+}
|
|
|
+.business .function-hinting .hinting-list ul li{
|
|
|
+ float: left;
|
|
|
+ width: 25%;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.business .function-hinting .hinting-list ul li img{
|
|
|
+ width: 108px;
|
|
|
+ height: 108px;
|
|
|
+}
|
|
|
+.business .function-hinting .hinting-list ul li p{
|
|
|
+ font-size: 16px;
|
|
|
+ color: #333;
|
|
|
+ line-height: 70px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
/*
|
|
|
.business .join{
|
|
|
animation:come_on 2s infinite;
|