You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
1.7 KiB
86 lines
1.7 KiB
.footer_nav {
|
|
|
|
.col {
|
|
width: 150px;
|
|
height: auto;
|
|
float: left;
|
|
box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
padding: 0px 20px 20px 20px;
|
|
}
|
|
.hr {
|
|
border: 1px solid #8E8E93;
|
|
background-color:#8E8E93;
|
|
color: #8E8E93;
|
|
display: flow-root list-item;
|
|
margin-top: 20px;
|
|
margin-bottom: 50px;
|
|
height: 1px;
|
|
width: 100%;
|
|
}
|
|
|
|
.footer_nav .col p {
|
|
margin: 0;
|
|
padding: 0;
|
|
display: block;
|
|
font-family: inherit;
|
|
padding: 20px 0px 5px 0px;
|
|
font-style: normal;
|
|
font-size: 20px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.footer_nav .col ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.col p {
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-size: 20px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.
|
|
.footer_nav .col ul li {
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: inherit;
|
|
margin: 14px 0px;
|
|
cursor: pointer;
|
|
display: block;
|
|
list-style-type: none;
|
|
}
|
|
|
|
.footer_nav ul li {
|
|
display: inline-block;
|
|
padding-right: 5px !important;
|
|
}
|
|
|
|
.footer_nav .col ul li:hover {
|
|
transition: .1s;
|
|
-webkit-transition: .1s;
|
|
-moz-transition: .1s;
|
|
}
|
|
|
|
.clearfix {
|
|
clear: both;
|
|
}
|
|
|
|
.telephone{
|
|
min-width: 200px;
|
|
height: auto;
|
|
float: inline-end;
|
|
box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
padding: 0px 60px 20px 0px;
|
|
}
|
|
|
|
.contain_left{
|
|
/* width: 50%; */
|
|
margin-left: 50px;
|
|
}
|
|
} |