﻿

.brand-container {
    width: 100%;
    display: flex;
    background-color: #F9F5F2;
    flex-direction: column;
    align-items: center;
}

.brand-container-carousel {
    width: 100%;
    max-width: 1903px;
    height: 400px;
}

.brand-container-header {
    width: 1200px;
    /* max-width: 1200px; */
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #333333;
    border-bottom: 1px #f0efe9 solid;
}



    .brand-container .brand-container-header-breadcrum {
        position: absolute;
        left: 0;
    }

    .brand-container .brand-container-header-breadcrum a {
        text-decoration: none;
        color: #333;
        font-size: 12px;
    }

        .brand-container .brand-container-header-breadcrum a:hover {
            color: #ed808f;
        }

.brand-container-header-nav {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.brand-container-header-nav-margin {
    margin-left: 250px;
}

.brand-container-header-nav-a {
    display: flex;
    height: 100%;
    width: 96px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-left: 4px;
    color: #333;
}

    .brand-container-header-nav-a:hover, .brand-container-header-nav-active {
        background: #ed808f;
        color: #fff;
    }

.brand-container-header-subnav {
    display: flex;
    height: 50px;
    margin-top: 10px;
}

.brand-container-header-subnav a{
    display: block;
    line-height: 50px;
    color: #333333;
    margin: 0 10px;
}

    .brand-container-header-subnav a:hover, .brand-container-header-subnav .brand-container-header-subnav-active {
        color: #ed808f;
    }

.brand-container .brand-container-content {
    width: 1200px;
    margin: 50px 0;
    /* font-size: .5em; */
    line-height: 30px;
    display: flex;
    max-height: 100%;
}



.container-content-left {
    width: 600px;
    height: 420px;
}

    .container-content-left h3 {
        font-size: 18px;
        font-weight: bold;
        border-bottom: 2px #c1c1c1 dotted;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .container-content-left p {
        margin-top: 10px;
        font-size: 16px;
    }

        .container-content-left p i {
            margin-right: 6px;
        }


.container-content-right {
    margin-left: 20px;
    width: 600px;
    height: 420px;
}




.compony-desc-container {
    width: 1200px;
    max-height: 100%;
    margin: 100px auto;
    line-height: 26px;
    text-indent: 28px;
}

.vedio-container-content {
    width: 1200px;
    margin: 100px auto;
    margin-top: 50px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    position: relative;
    background-color: black;
}

    .vedio-container-content .vedio {
        display: block;
        cursor: pointer;
    }

.vedio-container-content-btn {
    font-size: 3em;
    display: block;
    z-index: 2;
    position: absolute;
    width: 4em;
    height: 2.6em;
    left: 50%;
    top: 50%;
    margin-left: -2em;
    margin-top: -1.3em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    background-color: #07141e;
    background-color: rgba(7, 20, 30, 0.7);
    border: 0.1em solid #3b4249;
    -webkit-border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    border-radius: 0.8em;
    -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

    .vedio-container-content-btn::before {
        content: "\e6bb";
        color: white;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.news-container-content {
    width: 1200px;
    margin: 20px auto;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.news-container-content-item {
    width: 400px;
    height: 450px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    color: #a6a6a6;
    /* background-color: red; */
}

    .news-container-content-item img {
        display: block;
        width: 360px;
        height: 200px;
    }

.news-container-content-item-title {
    width: 100%;
    display: block;
    color: #333;
    padding: 20px 0;
    border-bottom: 1px #eae8df solid;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .news-container-content-item-title:hover {
        color: #ed808f;
    }

.news-container-content-item span {
    display: block;
    margin: 15px 0;
}

.news-container-content-item p {
    height: 72px;
    letter-spacing: 1px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-container-content-item-link {
    display: inline-block;
    width: 80px;
    height: 40px;
    color: #FFF;
    background-color: #5F5D5D;
    text-align: center;
    line-height: 40px;
    margin: 14px 0;
}

    .news-container-content-item-link:hover {
        background-color: #ed808f;
        color: #fff;
    }


/* 公司新闻列表轮播 */
.notice-content-list .news-carousel {
    width: 1200px;
    height: 225px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}

.news-carousel ul {
    display: flex;

}

.news-carousel .news-carousel-item {
    display: none;
    
}

.news-carousel .news-carousel-item-active {
    display: flex;
    animation: ncarousel 2s ease-in;
}

@keyframes ncarousel {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.news-carousel-item .news-carousel-item-left {
    display: block;
    width: 480px;
    height: 225px;
}
.news-carousel-item-left img {
    width: 480px;
    height: 225px;
    display: block;
}

.news-carousel-item .news-carousel-item-right {
    width: 680px;
    height: 152.2px;
    margin-left: 40px;
    padding-right: 30px;
    font-size: 14px;
    color: #333;
    
}

.news-carousel-item-right .news-carousel-item-right-title {
    font-size: 18px;
}

.news-carousel-item-right-title a {
    color: #333;
}

.news-carousel-item-right-title a:hover {
    color: #ed808f;
}

.news-carousel-item-right p {
    margin: 20px 0;
    /* letter-spacing: 3px; */
    line-height: 25px;
}

/* 公司新闻小圆点 */
.news-carousel .news-carousel-point {
    position: absolute;
    height: 40px;
    right: 20px;
    bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-carousel-point .news-carousel-point-item {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
}

.news-carousel-point .news-carousel-point-item-active {
    background-color: #ed808f;
}

/* 左右按钮 */
.news-carousel .news-carousel-btns-left {
    width: 21px;
    height: 42px;
    position: absolute;
    top: calc(50% - 21px);
    cursor: pointer;
    opacity: .5;
}

.news-carousel-btns-left:hover {
    opacity: 1;
}

.news-carousel .news-carousel-btns-right {
    width: 21px;
    height: 42px;
    position: absolute;
    top: calc(50% - 21px);
    right: 0;
    cursor: pointer;
    opacity: .5;
}

.news-carousel-btns-right:hover {
    opacity: 1;
}


/**通知公告内容*/
.brand-container .notice-content-list {
    width: 1200px;
    margin: 20px auto;
    margin-top: 50px;
}

.notice-content-list .notice-content-list-item {
    width: 100%;
    height: 30px;
    margin: 20px 0;
    padding: 0 50px 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notice-content-list-item a {
    display: block;
    padding: 0px 50px;
    background: url(../images/list_px.gif) no-repeat 19px -27px;
    color: #333;
}

    .notice-content-list-item a:hover {
        background-position: 19px -98px;
        color: #ed808f;
    }

.notice-content-list-item span {
    color: #A6A6A6;
}



/*商品列表*/
.product-list {
    width: 1200px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* justify-content: space-around; */
    /* flex-wrap: wrap; */
    grid-column-gap: 10px;
    grid-row-gap: 50px;
    margin-bottom: 80px;
    margin-top: 50px;
    justify-items: center;
}

/* 商品明细 */
.product-detail {
    width: 1200px;
    margin: 50px auto;
}

    .product-detail .product-detail-head {
        width: 100%;
        display: flex;
    }

.product-detail-head .product-detail-head-left {
    width: 600px;
}

.product-detail-head-left-up {
    width: 100%;
    height: 450px;
    border: 1px #e8e6d7 solid;
}

    .product-detail-head-left-up img {
        display: block;
        height: 100%;
        /* width: 450px; */

        margin: 0 auto;
    }

.product-detail-head-left-down {
    width: 100%;
    height: 104px;
    margin: 10px 0 40px 0;
    display: flex;
    /* justify-content: space-between; */
}

.product-detail-head-left-down-arrow {
    width: 27px;
    text-align: center;
    line-height: 104px;
    cursor: pointer;
    color: #e8e6d7;
    font-size: 24px;
    border: 1px #e8e6d7 solid;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.product-detail-head-left-down-middle {
    width: 534px;
    height: 100%;
    display: flex;
    margin: 0 auto;
    overflow: hidden;
}

    .product-detail-head-left-down-middle .middle-img-item {
        width: 102.8px;
        height: auto;
        border: 1px solid #e8e6d7;
        flex-shrink: 0;
        margin-right: 5px;
        cursor: pointer;
    }

.middle-img-item-active {
    border: 1px solid red !important;
}

.middle-img-item-hide {
    display: none;
}

.middle-img-item img {
    display: block;
    /* width: 67.95px; */
    height: 102px;
    margin: 0 auto;
}


.product-detail-head .product-detail-head-right {
    width: 600px;
    padding: 0 0 0 50px;
    /* background-color: blue; */
}

.product-detail-head-right p {
    font-size: 14px;
    color: #000;
    margin: 14px 0;
}

.product-detail-head-right span {
    font-weight: bold;
}

.product-detail-head-right .product-detail-head-right-title {
    font-size: 26px;
    font-weight: normal;
    color: #ed808f;
    margin-bottom: 40px;
}

.product-detail-head-right .product-detail-head-right-desc {
    min-height: 264px;
    line-height: 28px;
}

.product-detail-head-right .product-detail-head-right-link {
    margin-top: 10px;
    font-size: 18px;
}

.product-detail-head-right-link .product-detail-head-right-link-tmall {
    padding: 12px 35px;
    border: 3px #ed808f solid;
    color: #ed808f;
    font-weight: normal;
}

.product-detail-head-right-link .product-detail-head-right-link-jd {
    padding: 12px 35px;
    border: 3px #ed808f solid;
    background-color: #ed808f;
    color: #fff;
    font-weight: normal;
}

.product-detail-body {
    width: 100%;
    display: flex;
}

    .product-detail-body .product-detail-body-left {
        width: 230px;
    }

.product-detail-body-left .product-detail-body-left-title {
    padding: 15px 0;
    text-align: center;
    background-color: #5f5d5d;
    color: #fff;
    font-size: 16px;
}

.product-detail-body-left .product-detail-body-left-item {
    border: 1px #e8e6d7 solid;
    text-align: center;
    font-weight: bold;
    padding-bottom: 30px;
    border-top: none;
}

.product-detail-body-left-item a {
    display: block;
    color: #000;
}

    .product-detail-body-left-item a:hover {
        color: #ed808f;
    }


    .product-detail-body-left-item a img {
        display: block;
        width: 154px;
        height: 230px;
        margin: 0 auto;
    }


.product-detail-body .product-detail-body-right {
    width: 950px;
    margin-left: 20px;
}

.product-detail-body-right .product-detail-body-right-title {
    padding: 15px 0 15px 20px;
    background-color: #5f5d5d;
    color: #fff;
    font-size: 16px;
}

.product-detail-body-right .product-detail-body-right-content {
    padding: 50px 50px 20px 50px;
    line-height: 26px;
}

.product-detail-body-right-content img {
    margin: 20px 0;
}

/*内容明细*/
.brand-container .content-detail {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    line-height: 24px;
    max-height: 100%;
}

.content-detail img{
    margin: 15px 0;
}

.content-detail p {
    margin: 15px 0;
}

.content-detail .content-detail-title {
    font-size: 20px;
    font-weight: bold;
}

.content-detail .content-detail-date {
    font-size: 16px;
    margin: 20px 0;
}

.content-detail .content-detail-summary {
    font-size: 14px;
    margin: 20px 0;
}
.content-detail .content-detail-content {
    margin-bottom: 50px;
}

.store-container-content {
    width: 1200px;
}

.store-container-content .map {
    width: 100%;
    height: 650px;
    margin: 50px auto;
}

.store-container-content .store-container-content-down {
    width: 100%;
    /* margin-top: 50px; */
    margin-bottom: 50px;

}

.store-container-content-down .title {
    background: url(/images/arrow-right2.gif) no-repeat 0 center;
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.store-list {
    width: 100%;
}

.store-list .store-item {
    display: flex;
    margin-top: 50px;

    /* background-color: red; */
}

.store-item:hover .store-item-img > img {
    border: 3px solid #ed808f;
}

.store-item .store-item-img {
    width: 300px;
    height: 190px;
    /* background-color: red; */
    /* padding: 1px; */
}

.store-item .store-item-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 40px;
}

.store-item .store-item-img > img {
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid #e0e0e0;
}

.store-item .store-item-content > h4 {
    margin: 5px;
    font-size: 16px;
}





.job-container {
    width: 1200px;
    margin: 100px auto;
    line-height: 26px;
    text-indent: 28px;
}

.job-container .job-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    
}

.job-item-bg {
    background-color: #f6f1ed;
}

.job-item h4, .job-item h2 {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
}

.job-item-detail {
    display: none;
    /* min-height: 100px; */
    background-color: white;
}

.item-li {
    cursor: pointer;
}

.job-item-detail-show {
    display: block;
    animation: ncarousel .3s ease-in;
}









