|
|
|
@ -788,7 +788,14 @@ box-shadow: 4px 4px 10px #f9f9f9;} |
|
|
|
|
.service_132 .title h2:nth-child(3){ font-size: 36px; color: #fff;margin-bottom: 40px;} |
|
|
|
|
.service_132 .wrap img{ width: 100%; /*opacity: 0; */} |
|
|
|
|
.service_132 .wrap img.active{ width: 100%; opacity: 1; } |
|
|
|
|
.service_132 .wrap .intro { position: absolute; bottom: 5%; padding: 0 25px;} |
|
|
|
|
.service_132 .wrap .intro { |
|
|
|
|
position: absolute; |
|
|
|
|
top: 30%; |
|
|
|
|
left: 50%; |
|
|
|
|
transform: translate(-50%, 0); |
|
|
|
|
padding: 0 25px; |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
.service_132 .wrap .intro p{ font-size: 30px; color: #fff;margin-bottom: 20px; } |
|
|
|
|
.service_132 .wrap .intro ul{ padding: 0px; } |
|
|
|
|
.service_132 .wrap .intro ul li{ font-size: 18px; color: #fff;line-height: 30px; } |
|
|
|
@ -1399,20 +1406,28 @@ li.small_li2_sitemap{float: left; padding-left: 20px;} |
|
|
|
|
|
|
|
|
|
footer{ background-color: #f8f8f8; color:#666; |
|
|
|
|
padding:30px 0px 20px 0px; font-size:16px;border-top: 1px solid #ddd;} |
|
|
|
|
footer .wrap{ |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: row; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
align-items: stretch; |
|
|
|
|
align-content: flex-start; |
|
|
|
|
flex-wrap: nowrap; |
|
|
|
|
} |
|
|
|
|
footer .wrap .right{ |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
align-content: space-between; |
|
|
|
|
align-items: flex-end; |
|
|
|
|
flex-wrap: nowrap; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
footer .wrap .left .line_1{ display: flex; align-items: flex-end; margin-bottom: 20px;} |
|
|
|
|
footer .wrap .left .line_1 img{ width: 8%;height: 8%; } |
|
|
|
|
footer .wrap .left .line_1 p{ margin: 0; } |
|
|
|
|
footer .wrap .left .line_1 .phone{ margin: 0 50px 0 20px; } |
|
|
|
|
footer .wrap .left .line_1 .phone p:first-child{ } |
|
|
|
|
footer .wrap .left .line_1 .phone p:nth-child(2){ font-size: 24px; color: #134BA1; } |
|
|
|
|
footer .wrap .left .line_1 img.code{ width: 10%;height: 10%; } |
|
|
|
|
|
|
|
|
|
footer .wrap .left .line_2 p{ font-size: 14px; } |
|
|
|
|
|
|
|
|
|
footer .wrap .left img{ width: 25%; } |
|
|
|
|
footer .wrap .right .line_2 p{ font-size: 14px; } |
|
|
|
|
footer .wrap .right select{ |
|
|
|
|
height: 40px; |
|
|
|
|
width: 100%; |
|
|
|
|
height: 40px; |
|
|
|
|
width: 50%; |
|
|
|
|
background-color: #eaeaea; |
|
|
|
|
border: 0; |
|
|
|
|
font-size: 16px; |
|
|
|
|