|
@@ -48,13 +48,14 @@ top:-10px;left:1080px;text-align:center;}
|
|
|
.process_btn>a{width: 150px;height: 40px;display: inline-block;color: #ffffff;font-size: 16px;
|
|
|
line-height: 40px;text-align: center;background: #ffb200;letter-spacing: 2px;}
|
|
|
.process_btn>a:nth-child(1){margin-right:30px;}
|
|
|
-
|
|
|
+.process_btn>a:hover{background:#f9bb73;}
|
|
|
|
|
|
.services{width:100%;height:670px;margin:0 auto;position:relative;background:url(../../../img/assessMent11.png) no-repeat center center;}
|
|
|
.services>div{width:1200px;height:670px;margin:0 auto;position:relative;}
|
|
|
.services_left{width:420px;height:620px;position:absolute;top:90px;left:0;}
|
|
|
.services_left>div{width:420px;height:165px;margin-bottom:20px;position:relative;
|
|
|
-background:url(../../../img/assessMent20.png);}
|
|
|
+background:url(../../../img/assessMent20.png);transition:all 400ms linear;}
|
|
|
+.services_left>div:hover{transform-origin: 50% 50%;transform:scale(1.05);}
|
|
|
.services_title{position: absolute;width:25px;height:165px;top:10px;left:25px;
|
|
|
color:#fff;font-size:18px;}
|
|
|
.services_p{width:350px;height:140px;position: absolute;top:4px;
|
|
@@ -70,18 +71,14 @@ left:61px;padding:15px;letter-spacing: 1px;line-height:22px;color:#5F5E5E;}
|
|
|
.services_title3{position: absolute;width:25px;height:165px;top:10px;left:32px;
|
|
|
color:#fff;font-size:18px;line-height:22px;}
|
|
|
.services_center{width:343px;height:620px;position:absolute;top:90px;left:430px;}
|
|
|
-.services_center_p{width:325px;height:185px;background:url(../../../img/assessMent21.png);margin: 0 auto;}
|
|
|
+.services_center_p{width:325px;height:185px;background:url(../../../img/assessMent21.png);margin: 0 auto;transition:all 400ms linear;}
|
|
|
+.services_center_p:hover{transform-origin: 50% 50%;transform:scale(1.05);}
|
|
|
.services_center_img{width:343px;height:275px;margin-top:60px;
|
|
|
background: url(../../../img/assessMent22.png);}
|
|
|
.services_right{width:420px;height:620px;position:absolute;top:90px;right:0;}
|
|
|
.services_right>div{width:420px;height:165px;margin-bottom:20px;position:relative;
|
|
|
-background:url(../../../img/assessMent20.png);}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+background:url(../../../img/assessMent20.png);transition:all 400ms linear;}
|
|
|
+.services_right>div:hover{transform-origin: 50% 50%;transform:scale(1.05);}
|
|
|
|
|
|
.policies{width:1200px;height:720px;margin:0 auto;position:relative;}
|
|
|
.policies_title{width:1200px;height:100px;margin-top:20px;
|
|
@@ -92,18 +89,19 @@ background:url(../../../img/assessMent12.png);}
|
|
|
.cont_p{width:580px;height:315px;position: absolute;top:20px;right:0;}
|
|
|
.cont_p h5{letter-spacing: 1px;color:#888686;}
|
|
|
.policies .line{width:30px;height:3px;background:#FFB200;}
|
|
|
-.cont_p h4{letter-spacing: 1px;color:#444;margin:10px 0;font-weight:bold;
|
|
|
-text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 1;}
|
|
|
+.cont_p h4{letter-spacing: 1px;color:#444;margin:10px 0;font-weight:bold;line-height: 25px;
|
|
|
+text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 2;}
|
|
|
.cont_p p{letter-spacing: 1px;color:#888686;line-height: 22px;
|
|
|
-text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 7;}
|
|
|
+text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 6;}
|
|
|
.more{width:200px;height:50px;position: absolute;bottom:0;right:0;background:#2F83CE;
|
|
|
text-align: center;line-height: 50px;color:#fff;}
|
|
|
.more>span:nth-child(1){font-size:26px;cursor: pointer;}
|
|
|
.more>span:nth-child(2){font-size:18px;cursor: pointer;}
|
|
|
.more>span:nth-child(2)>a{color:#fff;}
|
|
|
.policies_bot{width:1200px;height:180px;margin-top:50px;}
|
|
|
-.bot{width:370px;height:180px;margin-left:40px;padding: 15px;
|
|
|
+.bot{width:370px;height:180px;margin-left:40px;padding: 15px;transition:all 300ms linear;
|
|
|
background: #F8F8F8;display: inline-block;vertical-align: top;}
|
|
|
+.bot:hover{box-shadow:0 0 5px 3px #ddd ;}
|
|
|
.policies_bot>a:nth-child(1)>.bot{margin-left: 0;;}
|
|
|
.bot h5{letter-spacing: 1px;color:#888686;}
|
|
|
.bot h4{letter-spacing: 1px;color:#444;margin:10px 0;font-weight:bold;font-size:15px;
|