﻿/*底部样式*/

.footer {
    background-size: cover;
    background-color: #f1f1f1;
}

.footerBox {
    max-width: 1700px;
    padding: 120px 50px 10px;
    margin: 0 auto;
}

.footerMid {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    align-items: center;
}

.footerPhone span {
    font-size: 14px;
    color: #767676;
}

.footerPhone p {
    margin-top: 5px;
}

.footerPhone p a {
    font-size: 26px;
    color: #767676;
    font-weight: 600;
    font-family: Montserrat-Bold;
}

.footerLogo a img {
    height: 45px;
    /* width: 100%; */
    object-fit: contain;
}

.footerCode {
    display: flex;
    width: 100px;
    justify-content: space-between;
    margin-top: 20px;
}

.footerCode .item {
    position: relative;
    cursor: pointer;
}

.footerCode .item .showCode {
    position: absolute;
    width: 110px;
    height: 110px;
    left: 50%;
    margin-left: -60px;
    bottom: 30px;
    opacity: 0;
    transition: all 0.5s;
}

.footerCode .item:hover .showCode {
    opacity: 1;
    transition: all 0.5s;
}

.footerCode .item:hover .footerIcon {
    filter: brightness(100);
}

.footerLogo {
    width: 135px;
}

.copyLink {
    display: flex;
    justify-content: space-between;
    color: #767676;
    font-size: 14px;
    border-top: 1px solid #262626;
    padding: 20px 0;
    flex-wrap: wrap;
}

.copyLink .friendLink {
    width: 100%;
    margin-top: 10px;
}

.copyLink a:hover {
    color: #fff
}

.copyRight a {
    /* padding-left: 20px;
    margin-left: 20px; */
    position: relative;
}

.copyRight a::after {
    /* content: '';
    position: absolute;
    width: 1px;
    height: 60%;
    background: #424242;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; */
}

.copyLink a {
    color: #767676;
    font-size: 14px;
}

.footerTop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}

.footerAdd {
    margin-top: 40px;
}

.footerAdd .item {
    margin-top: 20px;
}

.footerAdd .item span {
    font-size: 14px;
    color: #767676;
    display: block;
    margin-bottom: 5px;
}

.footerAdd .item p,
.footerAdd .item a {
    font-size: 16px;
    color: #767676;
}

.footerMenu {
    display: flex;
    justify-content: space-between;
    flex: 1;
    padding-left: 50px;
}

.footerMenu .item {
    /* margin-left: 110px; */
}

.footerMenu .item a {
    font-size: 16px;
    color: #767676;
    display: block;
}

.footerMenu .secondMenu a:hover {
    color: #767676;
}

.footerMenu .secondMenu {
    margin-top: 20px;
}

.footerMenu .secondMenu a {
    color: #767676;
    margin-bottom: 10px;
}

@media screen and (max-width: 1440px) {
    /*通用*/
    .detailText .sub {
        font-size: 32px;
    }
    .detailText .title {
        font-size: 24px;
    }
    .products,
    .application,
    .about,
    .news {
        padding-left: 50px;
    }
    /*通用*/
    /*产品*/
    .product-swiper {
        width: 60%;
    }
    /*产品*/
    .footerTop {
        margin-bottom: 150px;
    }
}

@media screen and (max-width: 1280px) {
    /*导航*/
    .language {
        padding-left: 15px;
    }
    .menuBox ul li a {
        font-size: 14px;
        margin-left: 15px;
        margin-right: 15px;
    }
    /*导航*/
    /*通用*/
    .detailText .sub {
        font-size: 24px;
    }
    .detailText .title {
        font-size: 18px;
    }
    /*通用*/
    .appLeft {
        top: 40px;
    }
    .proSummary {
        margin-top: 10%
    }
    .applicationText-swiper .item .summary {
        font-size: 14px;
        -webkit-line-clamp: 2;
        margin-top: 10px;
    }
    .applicationText-swiper .viewMore {
        margin-top: 20px;
    }
    .viewMore a {
        font-size: 14px;
    }
    .news-swiper .item .title {
        font-size: 14px;
        min-height: 46px;
    }
    .engineering-swiper .title {
        font-size: 16px;
    }
    .footerMenu .item a,
    .footerMenu a {
        font-size: 14px;
    }
    .footerMenu .item {
        margin-left: 40px;
    }
}

@media screen and (max-width: 1000px) {
    /*底部样式*/
    .footerBox {
        padding: 50px 20px;
        margin-bottom: 60px;
    }
    .footerTop {
        flex-direction: column;
        margin-bottom: 0;
    }
    .footerMenu {
        display: none;
    }
    .footerAdd {
        margin-top: 0;
    }
    .footerMid {
        padding-top: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    .footerAdd .item p,
    .footerAdd .item a {
        font-size: 14px;
    }
    .footerCode .item .showCode {
        left: 0;
        margin-left: 0;
    }
    .copyLink {
        flex-direction: column;
        align-items: flex-start;
        line-height: 2;
        padding-bottom: 0;
    }
    .copyRight a {
        display: block;
        margin-left: 0;
        padding-left: 0;
    }
    .copyRight a::after {
        display: none;
    }
    /*底部样式*/
}

@media only screen and (min-width: 769px) {}