@import 'common.css';
@import 'inner.css';
@import 'innerextra.css';
@import 'swiper.min.css';
.container{
    width: 1200px;
    margin: 0 auto;
}

/* 头部 */
.header-all{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
}
.header-content{
    width: 100%;
}
.header-c-logo-contact{
    padding: 30px 0;
    color: var(--primary-text-color);
    transition: .2s ease-in-out;
}
.header-c-logo-contact.hider{
    padding: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
}
.header-c-logo{

}
.header-c-logo img{
    height: 48px;
    margin-right: 12px;
}
.header-c-logo .tit{

}
.header-c-logo .tit .lg-tit{
    font-size: 20px;
    font-weight: bold;
    color: inherit;
}
.header-c-logo .tit .lil-tit{
    font-size: 15px;
    font-weight: normal;
    opacity: .5;
    color: inherit;
}
.header-c-contact{

}
.header-c-contact .contact-s{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 40px;
}
.header-c-contact .contact-s .content{

}
.header-c-contact .contact-s .content .tit{
    font-size: 14px;
    opacity: .5;
    color: inherit;
    text-align: right;
}
.header-c-contact .contact-s .content .num{
    font-size: 16px;
    color: inherit;
    text-align: right;
}
.header-c-contact .contact-s .img img{
    width: 48px;
    height: 48px;
    margin-left: 4px;
}

/* navs */
.header-c-nav-all{
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding: 20px 0;
    color: var(--primary-text-color);
}
.header-c-nav-all .nav-s{
    flex: 1;
    border-right: 1px solid rgba(255, 255, 255, .15);
    color: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    transition: .2s ease-in-out;
}
.header-c-nav-all .nav-s.active::before{
    content: '';
    background-color: var(--primary-color);
    width: 100%;
    height: 6px;
    position: absolute;
    top: -24px;
    left: 0;
    transition: .2s ease-in-out;
}
.header-c-nav-all .nav-s:last-child{
    border-right: none;
}
.header-c-nav-all .nav-s:hover{
    color: var(--primary-color);
}
.header-c-nav-all .nav-s .lg-tit{
    color: inherit;
    font-size: 16px;
    font-weight: bold;
}
.header-c-nav-all .nav-s .lil-tit{
    color: inherit;
    font-size: 12px;
    margin-top: 4px;
    opacity: .5;
    text-transform: uppercase;
}

/* banner */
.banner-all{
    width: 100%;
    height: 100vh;
    position: relative;
}
.banner-word-all{
    position: absolute;
    width: 100%;
    transform: translate(-50%, -50%);
    /* height: 100%; */
    top: 50%;
    left: 50%;
    z-index: 2;
    max-width: 1200px;
}
.banner-word-content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    color: var(--primary-text-color);
}
.banner-word-content .lg-tit{
    font-size: 60px;
    font-weight: bold;
    color: inherit;
    margin: 0 0 32px 0;
}
.banner-word-content .lil-tit{
    font-size: 28px;
    color: inherit;
    margin: 0 0 12px 0;
    opacity: 1;
}
.banner-word-content .a-tit{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: inherit;
    transition: .2s ease-in-out;
    margin: 48px 0 0 0;
}
.banner-word-content .a-tit:hover{
    color: var(--primary-color);
    background-color: #ffffff;
}
.banner-word-content .a-tit .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 48px;
    border: 1px solid #ffffff;
    color: inherit;
    font-size: 16px;
}
.banner-word-content .a-tit .decoration{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 48px;
    border: 1px solid #ffffff;
    border-left: none;
    color: inherit;
}

/* 产品 */
.product-all{
    width: 100%;
    padding: 120px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #f0f0f0;
}
.product-content-all{
    width: 100%;
    height: 700px;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
}
.product-content-l{
    width: 25%;
    height: 100%;
    border-right: 1px solid #f2f2f2;
}
.product-content-l-tit{
    padding: 48px 0 48px 30px;
}
.product-content-l-tit .tit{
    font-size: 30px;
    color: var(--secondary-text-color);
    font-weight: bold;
}
.product-content-l-tit .en-tit{
    font-size: 48px;
    font-family: 'Impact';
    color: var(--secondary-text-color);
    opacity: .1;
    text-transform: uppercase;
    margin-top: -24px;
}
.product-content-nav-all{

}
.product-content-nav-s{
    width: 100%;
    padding: 20px 0 20px 30px;
    margin: 8px 0;
    font-size: 16px;
    color: var(--secondary-text-color);
    cursor: pointer;
    box-sizing: border-box;
}
.product-content-nav-s.active{
    color: var(--primary-text-color);
    background-color: var(--primary-color);
    position: relative;
}
.product-content-nav-s.active::after{
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 100%;
    background-color: var(--primary-color);
}
.product-content-nav-s.active::before{
    content: '';
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-color: var(--primary-dark-color) var(--primary-dark-color) transparent transparent;
    border-width: 10px;
    box-sizing: border-box;
}


.product-content-r{
    width: 75%;
    height: 100%;
}
.product-content-pros-all{
    width: 100%;
    height: 600px;
}
.product-content-pros{
    width: 33.33%;
    height: 300px;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    background-color: #f9f9f9;
}
.product-content-pros:nth-child(3n){
    border-right: none;
}
.product-content-pros-img{
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.product-content-pros-img img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: .2s ease-in-out;
}
.product-content-pros:hover .product-content-pros-img img{
    transform: scale(1.05);
}
.product-content-pros-btn{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary-text-color);
    font-size: 14px;
    font-weight: bold;
    padding: 0 24px;
    box-sizing: border-box;
    text-align: center;
    transition: .2s ease-in-out;
}
.product-content-pros:hover .product-content-pros-btn{
    color: var(--primary-color);
}
.product-content-pros-more{
    width: 100%;
    height: 100px;
    box-sizing: border-box;
}
.product-content-pros-more a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 17px;
    font-weight: bold;
    color: var(--secondary-text-color);
}
.product-content-pros-more a:hover{
    background-color: var(--primary-color);
    color: #ffffff;
    transition: .2s ease-in-out;
}

/* 关于 */
.about-all{
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #f0f0f0;
}
.about-content-all{
    width: 100%;

}
.about-content-intro-all{
    width: 100%;
}
.about-content-intro-img{
    width: 560px;
    height: 600px;
}
.about-content-intro-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-content-intro-con-all{
    width: 560px;
    height: 600px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.about-content-tit{
    padding: 0;
}
.about-content-tit .tit{
    font-size: 30px;
    color: var(--secondary-text-color);
    font-weight: bold;
}
.about-content-tit .en-tit{
    font-size: 48px;
    font-family: 'Impact';
    color: var(--secondary-text-color);
    opacity: .1;
    text-transform: uppercase;
    margin-top: -24px;
}
.about-content-btn{
    width: 120px;
    height: 48px;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 15px;
    font-family: 'Impact';
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s ease-in-out;
}
.about-content-btn:hover{
    opacity: .9;
}
.about-content-con{
    width: 100%;
}
.about-content-con-slogan{
    font-size: 17px;
    font-weight: bold;
    color: var(--secondary-text-color);
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 3px solid var(--primary-color);
}
.about-content-con-text{
    width: 100%;
    font-size: 14px;
    color: #666666;
    text-align: justify;
    line-height: 26px;
}
.about-content-advan-all{
    width: 100%;
    height: 160px;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    margin-top: 60px;
}
.about-content-advan-s{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid #f2f2f2;
    cursor: pointer;
}
.about-content-advan-s:last-child{
    border-right: none;
}
.about-content-advan-s img{
    width: 80px;
    margin-bottom: 0;
    transition: .2s ease-in-out;
}
.about-content-advan-s:hover img{
    transform: translateY(-4px);
}
.about-content-advan-s-text{
    font-size: 16px;
    color: var(--secondary-text-color);
}

/* 新闻 */
.news-all{
    width: 100%;
    padding: 60px 0;
    background-color: #fafafa;
}
.news-content-all{
    width: 100%;
}
.tit-navs-all .tit-nav-s{
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    margin-left: 40px;
}
.tit-navs-all .tit-nav-s.active{
    color: var(--primary-color);
}
.news-content-con-all{
    width: 100%;
    margin-top: 60px;
}
.news-content-con-l{
    width: 560px;
}
.news-solo-all{
    width: 100%;
}
.news-solo-all .img{
    width: 100%;
    height: 360px;
    overflow: hidden;
    margin-bottom: 40px;
}
.news-solo-all .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s ease-in-out;
}
.news-solo-all .img:hover img{
    transform: scale(1.05);
}
.news-solo-text{
    width: 100%;
    color: var(--secondary-text-color);
}
.news-solo-text .tit{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: inherit;
    display: block;
    transition: .2s ease-in-out;
}
.news-solo-text .tit:hover{
    color: var(--primary-color);
}
.news-solo-text .text{
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    color: inherit;
    opacity: .8;
}
.news-solo-text .info{
    margin: 20px 0;
    font-size: 13px;
    color: inherit;
    opacity: .4;
}
.news-solo-text .info a{
    color: inherit;
}
.news-solo-text .info a:hover{
    color: var(--primary-color);
}
.news-more-btn{
    width: 160px;
    height: 48px;
    background-color: var(--primary-color);
    color: var(--primary-text-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    transition: .2s ease-in-out;
}
.news-more-btn:hover{
    opacity: .9;
}

.news-content-con-r{
    width: 560px;
}
.news-content-news-s{
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}
.news-content-news-s:last-child{
    margin-bottom: 0;
}

/* footer */
.footer-all{
    width: 100%;
    padding: 60px 0 20px 0;
    background-color: #24292d;
}
.footer-content-all{
    width: 100%;
}
.ewm-img{
    font-size: 0;
}
.footer-content-contact{
    color: #ffffff;
}
.footer-content-contact p{
    font-size: 14px;
    margin-bottom: 16px;
    color: inherit;
    opacity: .5;
    transition: .2s ease-in-out;
    cursor: pointer;
}
.footer-content-contact p:last-child{
    margin-bottom: 0;
}
.footer-content-contact p:hover{
    opacity: 1;
}
.footer-content-contact p a{
    color: inherit;
    text-decoration: underline;
}
.footer-content-nav{
    
}
.footer-content-nav a{
    font-size: 16px;
    color: #ffffff;
    margin-left: 20px;
    opacity: .7;
    transition: .2s ease-in-out;
}
.footer-content-nav a:hover{
    opacity: 1;
}
.footer-copyright-all{
    margin: 40px 0 0;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 -1px 0 rgb(0 0 0 / 30%);
}

.footer-copyright-all .copyright{
    font-size: 14px;
    color: var(--primary-text-color);
    opacity: .3;
}
.footer-copyright-all .copyright a{
    color: inherit;
    text-decoration: underline;
}
