﻿@charset "utf-8";
/* CSS Document */


.slider-item-brand {
    width: 100%;
    height: auto;
}

    .slider-item-brand img {
        width: 100%;
        height: auto;
        border: none;
    }

.swiper-container .swiper-pagination {
    position: unset;
    padding: 0.3rem 0;
}

    .swiper-container .swiper-pagination .swiper-pagination-bullet {
        width: 0.65rem;
        height: 0.04rem;
        background: #b9b9b9;
        display: inline-block;
        border-radius: 0;
        opacity: 1;
    }

    .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background: #bf0008;
    }

.project-slider {
    position: relative;
}

.project-slider-list {
    width: 100%;
    height: 10.8rem;
    position: relative;
}

.project-slider .slider-item {
    position: absolute;
    width: 100%;
    height: 10.8rem;
}

    .project-slider .slider-item .slider-item-pic {
        display: block;
        width: 100%;
        height: 100%;
    }

.project-slider .banner-dot {
    margin-top: 0.3rem;
    width: 100%;
    text-align: center;
    height: 0.4rem;
    line-height: 0.4rem;
    z-index: 800;
}

    .project-slider .banner-dot i {
        cursor: pointer;
        border-radius: 0.06rem;
        transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        position: relative;
        display: inline-block;
        margin: 0 0.03rem;
        width: 0.65rem;
        height: 0.03rem;
        background-color: #bfbfbf;
    }

        .project-slider .banner-dot i.on {
            background-color: #bf0008;
        }

.project-area-tabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 1.22rem;
    text-align: center;
}

.project-tabs-item {
    width: auto;
    height: 0.46rem;
    display: inline-block;
    text-align: center;
    font-size: 0.16rem;
    color: #4e4e4e;
    transition: color 0.8s;
    margin: 0 0.4rem;
    padding: 0 0.5rem;
}

    .project-tabs-item.on {
        color: #bf0008;
    }

    .project-tabs-item .chinese-txt {
        width: 100%;
        height: 20px;
        font-size: 16px;
        line-height: 1.7;
    }

    .project-tabs-item .english-txt {
        width: 100%;
        height: 0.23rem;
        font-size: 15px;
        line-height: 1.7;
    }

.project-area-list {
    width: 14.86rem;
    height: auto;
    margin: 0 auto;
    padding-top: 1.56rem;
    padding-bottom: 1rem;
}

.project-cont-list {
    width: 100%;
    height: auto;
}

    .project-cont-list .area-list-item {
        width: 4.84rem;
        height: 4.84rem;
        display: inline-block;
        position: relative;
        float: left;
        margin-left: 0.17rem;
        margin-bottom: 0.7rem;
    }

        .project-cont-list .area-list-item img {
            display: block;
            width: 100%;
            height: 100%;
            border: none;
        }

        .project-cont-list .area-list-item:nth-child(3n+1) {
            margin-left: 0;
        }

.area-list-pic {
    display: block;
    width: 5.3rem;
    height: 5.3rem;
}

.area-list-attach {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.list-attach-show {
    animation: projectAttachShow 0.8s forwards;
}

.list-attach-hide {
    animation: projectAttachHide 0.8s forwards;
}

.area-list-bg {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
}

.area-list-des {
    position: absolute;
    width: 100%;
    z-index: 9;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    font-size: 0.17rem;
    padding-top: 2.4rem;
}

    .area-list-des .ali-media {
        font-family: 'ali-regular';
        font-size: 0.16rem;
    }

    .area-list-des .list-des-view {
        font-size: 0.14rem;
        margin-top: 0.1rem;
    }

    .area-list-des .list-des-txt {
        font-size: 0.14rem;
    }

.project-detail-box .project-detail-pic01 {
    display: block;
    margin-bottom: 0.26rem;
}

    .project-detail-box .project-detail-pic01 img {
        display: block;
        width: 100%;
    }

.project-detail-pic02 img {
    width: 100%;
}

.project-detail-pic02 {
    width: 5.4rem;
    float: left;
}

.project-detail-pic03 {
    width: 5.4rem;
    float: right;
}

.project-detail-box1 {
    margin-bottom: 0.26rem;
    height: 7.14rem;
}

.project-detail-box {
    padding: 0 0 2.84rem 6.7rem;
}

.project-detail-txt {
    font-size: 16px;
    line-height: 30px;
    padding: 0.15rem 0;
    width: 10.93rem;
}

.txt-01 {
    padding-top: 0.89rem;
}

.txt-02 {
    padding-bottom: 1.15rem;
}

.project-detail-pic {
    width: 100%;
    height: 10.8rem;
    background: url(/images/project-detail-pic.jpg) center center no-repeat;
    background-size: 100% auto;
}
/****定义显示*****/
@keyframes projectAttachShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes projectAttachShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes projectAttachShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes projectAttachShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes projectAttachShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/****定义隐藏*****/
@keyframes projectAttachHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes projectAttachHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes projectAttachHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes projectAttachHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes projectAttachHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.product-detail-right img {
    display: block;
    width: 100%;
}
@media screen and (max-width:1024px){
    .project-tabs-item .chinese-txt {
        font-size: 15px;
        height: 20px;
    }

    .project-tabs-item .english-txt {
        font-size: 14px;
    }
}
@media screen and (max-width:760px){
    .project-tabs-item .chinese-txt {
        font-size: 11px;
        height: 20px;
    }

    .project-tabs-item .english-txt {
        font-size: 11px;
    }
}