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.
271 lines
5.7 KiB
271 lines
5.7 KiB
|
|
.footer {
|
|
background-color: #262a36;
|
|
padding-top: 76px;
|
|
}
|
|
|
|
.footer .w1400 .left {
|
|
width: calc(100% - (380/1400*100%));
|
|
}
|
|
|
|
.footer .w1400 .left .footerTitle {
|
|
font-size: 24px;
|
|
color: #fff;
|
|
}
|
|
|
|
.footer .w1400 .left .content {
|
|
width: 100%;
|
|
padding-top: 62px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
padding-bottom: 64px;
|
|
}
|
|
|
|
.footer .w1400 .left .content .list {
|
|
width: calc(450/1020*100%);
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin-bottom: 44px;
|
|
}
|
|
|
|
.footer .w1400 .left .content .list .img {
|
|
width: 52px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
margin-right: 26px;
|
|
}
|
|
|
|
.footer .w1400 .left .content .list .img img {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.footer .w1400 .left .content .list .cont {
|
|
padding-top: 4px;
|
|
}
|
|
|
|
.footer .w1400 .left .content .list .cont p {
|
|
font-size: 18px;
|
|
color: #fff;
|
|
}
|
|
|
|
.footer .w1400 .left .content .list .cont div {
|
|
font-size: 14px;
|
|
color: rgba(255, 255, 255, 0.7);
|
|
margin-top: 13px;
|
|
}
|
|
|
|
.footer .w1400 .right {
|
|
width: calc(380/1400*100%);
|
|
}
|
|
|
|
.footer .w1400 .right .footerTitle {
|
|
font-size: 24px;
|
|
color: #fff;
|
|
}
|
|
|
|
.footer .w1400 .right .content {
|
|
margin-top: 82px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.footer .w1400 .right .content .img {
|
|
font-size: 0;
|
|
min-height: 142px;
|
|
}
|
|
|
|
.footer .w1400 .right .content .cont {
|
|
margin-left: calc(30/380*100%);
|
|
}
|
|
|
|
.footer .w1400 .right .content .cont p {
|
|
font-size: 15px;
|
|
color: #fff;
|
|
}
|
|
|
|
.footer .w1400 .right .content .cont a {
|
|
font-size: 18px;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
margin-top: 14px;
|
|
display: block;
|
|
}
|
|
|
|
.footer .w1400 .right .content .cont .tel {
|
|
font-size: 26px;
|
|
font-family: number;
|
|
white-space: nowrap;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.footer .w1400 .company {
|
|
display: none;
|
|
}
|
|
|
|
.beian {
|
|
background-color: #1d202a;
|
|
}
|
|
|
|
.beian .w1400 {
|
|
line-height: 50px;
|
|
color: #fff;
|
|
font-size: 14px;
|
|
opacity: .55;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.beian .w1400 a {
|
|
font-size: 14px;
|
|
color: #fff;
|
|
}
|
|
|
|
.beian .mob {
|
|
display: none;
|
|
}
|
|
|
|
@media (max-width: 1200px) {
|
|
|
|
.footer .w1400 .right .content {
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-box-align: start;
|
|
-ms-flex-align: start;
|
|
align-items: flex-start;
|
|
margin-top: 40px;
|
|
}
|
|
.footer .w1400 .right .content .cont {
|
|
margin-left: 0;
|
|
margin-top: 30px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 750px) {
|
|
|
|
|
|
.footer {
|
|
padding-top: 40px;
|
|
}
|
|
.footer .w1400 {
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
.footer .w1400 .left {
|
|
display: none;
|
|
}
|
|
.footer .w1400 .right {
|
|
width: 100%;
|
|
text-align: center;
|
|
padding-bottom: 40px;
|
|
}
|
|
.footer .w1400 .right .footerTitle {
|
|
font-size: 7vw;
|
|
}
|
|
.footer .w1400 .right .content {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
.footer .w1400 .right .content .cont {
|
|
text-align: left;
|
|
margin-top: 0;
|
|
margin-left: 50px;
|
|
}
|
|
.footer .w1400 .right .content .cont p {
|
|
font-size: 3vw;
|
|
}
|
|
.footer .w1400 .right .content .cont a {
|
|
font-size: 3vw;
|
|
margin-top: 12px;
|
|
}
|
|
.footer .w1400 .right .content .cont a:last-child {
|
|
font-size: 3vw;
|
|
}
|
|
.footer .w1400 .right .content .cont a.tel {
|
|
margin-bottom: 15px;
|
|
}
|
|
.footer .w1400 .company {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
|
padding: 30px 0;
|
|
}
|
|
.footer .w1400 .company .list {
|
|
display: block;
|
|
width: calc(100%/3);
|
|
text-align: center;
|
|
padding: 20px 0;
|
|
}
|
|
.footer .w1400 .company .list .img {
|
|
font-size: 0;
|
|
-webkit-filter: grayscale(100%) brightness(800%);
|
|
filter: grayscale(100%) brightness(800%);
|
|
}
|
|
.footer .w1400 .company .list p {
|
|
font-size: 14px;
|
|
color: #fff;
|
|
margin-top: 15px;
|
|
margin-bottom: 12px;
|
|
}
|
|
.footer .w1400 .company .list span {
|
|
font-size: 12px;
|
|
color: #b1b1b1;
|
|
}
|
|
.beian .w1400 {
|
|
display: none;
|
|
}
|
|
.beian .mob {
|
|
display: block;
|
|
padding: 15px 0;
|
|
}
|
|
.beian .mob p {
|
|
font-size: 12px;
|
|
color: #b1b1b1;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
.beian .mob p a {
|
|
font-size: 12px;
|
|
color: #b1b1b1;
|
|
}
|
|
}
|