|
|
@ -672,8 +672,8 @@ a:active{ |
|
|
|
.footer .title { |
|
|
|
.footer .title { |
|
|
|
font-size: 18px; |
|
|
|
font-size: 18px; |
|
|
|
font-family: Microsoft YaHei; |
|
|
|
font-family: Microsoft YaHei; |
|
|
|
font-weight: 400; |
|
|
|
font-weight: bold; |
|
|
|
color: #333333; |
|
|
|
color: #72747a; |
|
|
|
line-height: 72px; |
|
|
|
line-height: 72px; |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
} |
|
|
@ -681,9 +681,13 @@ a:active{ |
|
|
|
font-size: 15px; |
|
|
|
font-size: 15px; |
|
|
|
font-family: Microsoft YaHei; |
|
|
|
font-family: Microsoft YaHei; |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
color: #777777 !important; |
|
|
|
color: #72747a !important; |
|
|
|
line-height: 30px; |
|
|
|
line-height: 30px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.footer a:hover{ |
|
|
|
|
|
|
|
color: #fff !important; |
|
|
|
|
|
|
|
transition: all .4s;; |
|
|
|
|
|
|
|
} |
|
|
|
.footer ul{ |
|
|
|
.footer ul{ |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
padding: 0; |
|
|
|
padding: 0; |
|
|
@ -721,7 +725,7 @@ a:active{ |
|
|
|
font-size: 16px; |
|
|
|
font-size: 16px; |
|
|
|
font-family: Microsoft YaHei; |
|
|
|
font-family: Microsoft YaHei; |
|
|
|
font-weight: 300; |
|
|
|
font-weight: 300; |
|
|
|
color: #666666; |
|
|
|
color: #72747a; |
|
|
|
line-height: 24px; |
|
|
|
line-height: 24px; |
|
|
|
margin-top:30px; |
|
|
|
margin-top:30px; |
|
|
|
} |
|
|
|
} |
|
|
@ -777,11 +781,18 @@ a:active{ |
|
|
|
transition: all 0.3s ease-out 0s; |
|
|
|
transition: all 0.3s ease-out 0s; |
|
|
|
} |
|
|
|
} |
|
|
|
/* 底部 */ |
|
|
|
/* 底部 */ |
|
|
|
|
|
|
|
.footer-top{ |
|
|
|
|
|
|
|
background: #2c3038; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.footer-bottom{ |
|
|
|
|
|
|
|
background: #30343c; |
|
|
|
|
|
|
|
} |
|
|
|
.contactUs a{ |
|
|
|
.contactUs a{ |
|
|
|
color: #666; |
|
|
|
color: #72747a; |
|
|
|
} |
|
|
|
} |
|
|
|
.contactUs a:hover{ |
|
|
|
.contactUs a:hover{ |
|
|
|
color: #134BA1; |
|
|
|
color: #fff; |
|
|
|
|
|
|
|
transition: all .4s;; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 1600px){ |
|
|
|
@media only screen and (max-width: 1600px){ |
|
|
|