@charset "utf-8";
/* CSS Document */

/*****版块样式*****/
.section-block {
    padding-bottom: 100px;
}
.section-block:after {
    display: table;
    content: '';
    clear: both;
}
.section-block .section-head {
    position: relative;
    margin-bottom: 40px;
    padding: 110px 0 17px;
    text-align: center;
}
.section-block .section-head:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    margin-left: -20px;
    border-top: 2px solid #e62129;
    content: '';
}
.section-block .section-head .title {
    position: relative;
    z-index: 1;
    font-size: 36px;
    color: #1d1d1d;
    font-weight: 400;
    line-height: 46px;
}
.section-block .section-head .info {
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 100%;
    font-size: 100px;
    font-weight: 700;
    color: #eee;
    line-height: 1;
    font-family: 'Times New Roman';
    text-transform: uppercase;
}
@media screen and (max-width: 539px) {
    .section-block {
        padding-bottom: 50px;
    }
    .section-block .section-head {
        margin-bottom: 30px;
        padding: 50px 0 10px;
    }
    .section-block .section-head:before {
        width: 30px;
        margin-left: -15px;
    }
    .section-block .section-head .title {
        font-size: 20px;
        line-height: 30px;
    }
    .section-block .section-head .info {
        bottom: -3px;
        font-size: 50px;
    }
}


/*****查看更多按钮*****/
.more-btn-box {
    padding-top: 50px;
}
@media screen and (max-width: 540px) {
    .more-btn-box {
        padding-top: 30px;
    }
}
.more-btn {
    display: inline-block;
    padding: 0 40px;
    border: 1px solid #1d1d1d;
    border-radius: 24px;
    font-size: 14px;
    line-height: 46px;
    color: #1d1d1d;
    transition: all .3s;
}
.more-btn.white {
    border-color: #fff;
    color: #fff;
}
.more-btn:after {
    padding-left: 8px;
    font-family: '宋体';
    content: '>>'
}
.more-btn:hover {
    background: #e62129;
    border-color: #e62129;
    color: #fff;
}
@media screen and (max-width: 540px) {
    .more-btn {
        padding: 0 30px;
        line-height: 40px;
    }
}


/***** banner *****/
.banner {
    position: relative;
}
.banner .ms-slide {
    overflow: hidden;
}
.banner .ms-slide .pic-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.1);
}
.banner .switch-box {
    position: absolute;
    right: 100px;
    bottom: 60px;
    padding: 15px 40px;
    line-height: 30px;
}
.banner .switch-box:before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-size: 25px;
    color: rgba(255, 255, 255, .5);
    content: '/'
}
.banner .switch-box i {
    position: relative;
    font-size: 25px;
    font-style: normal;
    color: rgba(255, 255, 255, .5);
}
.banner .switch-box .curr-index {
    top: -15px;
    margin-right: 12px;
    color: #fff;
}
.banner .switch-box .total-num {
    bottom: -15px;
}
.banner .switch-box .arrow-btn {
    position: absolute;
    color: rgba(255, 255, 255, .5);
    transition: color .3s;
    font-size: 30px;
}
.banner .switch-box .arrow-btn:hover {
    color: #fff;
}
.banner .switch-box .prev-btn {
    top: 0;
    left: 0;
}
.banner .switch-box .next-btn {
    bottom: 0;
    right: 0;
}

.banner .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner .con {
    position: absolute;
    right: 100px;
    top: 35%;
    color: #fff;
    text-align: right;
}
.banner .con .title {
    position: relative;
    margin-bottom: 15px;
    opacity: 0;
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    text-shadow: 2px 3px 5px #020001;
}
.banner .con .info {
    position: relative;
    opacity: 0;
    font-size: 24px;
    line-height: 1;
    text-shadow: 2px 3px 5px #020001;
}

.banner .ms-slide-container .ms-sl-selected .title,
.banner .ms-slide-container .ms-sl-selected .info {
    animation: fadeInDown 1s ease 0s 1 forwards;
}
.banner .ms-slide-container .ms-sl-selected .pic-bg {
    animation: picScale1 4s ease 0s 1 forwards;
}
@keyframes picScale1 {
    from { transform: scale(1.1); }
    to { transform: scale(1); }
}
@-webkit-keyframes picScale1 {
    from { transform: scale(1.1); }
    to { transform: scale(1); }
}

@media screen and (max-width: 540px) {
    .banner .ms-view {
        height: auto !important;
    }
    .banner .ms-view .ms-slide-container:before {
        display: block;
        padding-bottom: 80%;
        content: '';
        pointer-events: none;
    }
    .banner .ms-view .ms-mask-frame {
        top: 0;
        height: 100% !important;
    }
    .banner .ms-view .ms-slide {
        height: 100% !important;
    }
    .banner .switch-box {
        right: 30px;
        bottom: 20px;
    }
    .banner .con {
        right: 0;
        width: 100%;
        text-align: center;
    }
    .banner .con .title {
        margin-bottom: 10px;
        font-size: 32px;
    }
    .banner .con .info {
        font-size: 16px;
    }
}


/*****新闻列表*****/
.news-list-container {
    max-width: 1750px;
}
@media screen and (min-width: 900px) {
    .news-list-container .news-cell {
        width: 25%;
    }
}
@media screen and (max-width: 540px) {
    .news-list-container .news-cell:nth-child(1) .whole-pic {
        float: none;
        width: 100%;
    }
    .news-list-container .news-cell:nth-child(1) .content-box {
        width: 100%;
        padding: 5px 0 0;
    }
}


/***** type-banner *****/
.type-banner {
    position: relative;
    background: url(../img/type-banner.jpg) center center no-repeat;
    background-size: cover;
}
.type-banner:before {
    display: block;
    padding-bottom: 41.66%;
    content: '';
}
.type-banner .pic-list {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.type-banner .pic-list li {
    padding: 0 10%;
}
.type-banner .pic-list li .item-box {
    float: left;
    width: 50%;
    padding: 6.5% 0;
}
.type-banner .pic-list li .img-box {
    height: 100%;
    text-align: center;
}
.type-banner .pic-list li .img-box img {
    max-height: 100%;
}
.type-banner .pic-list li .content-box {
    padding-left: 5%;
    color: #eee;
}
.type-banner .pic-list li .content-box .title {
    position: relative;
    padding-bottom: 20px;
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
}
.type-banner .pic-list li .content-box .title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    border-top: 2px solid #fff;
    content: '';
}
.type-banner .pic-list li .content-box .sub-title {
    margin-top: 18px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
	font-weight: 700;
}
.type-banner .pic-list li .content-box .info {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 2;*/
    overflow: hidden;
}
.type-banner .pic-list li .content-box .type-cells {
    margin: 35px 0 50px;
    font-size: 18px;
    line-height: 38px;
    font-weight: 700;
}
.type-banner .pic-list li .content-box .type-cells .type-cell {
    margin-right: 40px;
}
.type-banner .pic-list li .content-box .type-cells .type-cell:last-child{
    margin: 0;
}
.type-banner .pic-list li .content-box .type-cells .label {
    color: #e62129;
}
.type-banner .switch-box {
    position: absolute;
    top: 50%;
    left: 100px;
    right: 100px;
    height: 0;
    margin-top: -28px;
}
.type-banner .arrow-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
    transition: all .36s;
}
.type-banner .arrow-btn:hover {
    background: #e62129;
}
.type-banner .btn-box {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
}
.type-banner .btn-box span {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    border-radius: 7px;
    background: rgba(245, 245, 245, .6);
    cursor: pointer;
    transition: all .36s;
}
.type-banner .btn-box .active {
    width: 34px;
    background: #e62129;
}
@media screen and (max-width: 540px) {
    .type-banner:before {
        padding-bottom: 128%;
    }
    .type-banner .pic-list li {
        display: block;
    }
    .type-banner .pic-list li .item-box {
        float: none;
        width: 100%;
        height: auto;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .type-banner .pic-list li .img-box {
        height: calc(100% - 180px);
        padding: 40px 0;
    }
    .type-banner .pic-list li .content-box .title {
        font-size: 30px;
        line-height: 40px;
    }
    .type-banner .pic-list li .content-box .title:before {
        display: none;
    }
    .type-banner .switch-box {
        left: 5%;
        right: 5%;
    }
    .type-banner .btn-box {
        bottom: 20px;
    }
    .type-banner .btn-box span {
        width: 10px;
        height: 10px;
        border-radius: 5px;
        overflow: hidden;
    }
    .type-banner .btn-box span.active {
        width: 24px;
    }
}


/*****关于我们*****/
.about-container .about-block {
    margin-right: -50px;
}
.about-container .about-section {
    position: relative;
    width: 50%;
    padding-right: 50px;
}
.about-container .video-section .bg {
    display: block;
    width: 50%;
    border: 10px solid #cdcfd7;
}
.about-container .video-section .bg:before {
    display: block;
    padding-bottom: 162.5%;
    content: '';
}
.about-container .video-section .video {
    position: absolute;
    left: 10%;
    left: calc(10% - 5px);
    right: 50px;
    top: 50%;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate3d(0, -50%, 0);
}
.ie .about-container .video-section .video {
    margin-top: -200px;
}
.about-container .video-section .video:before {
    display: block;
    padding-bottom: 66.6%;
    background: rgba(0, 0, 0, .1);
    content: '';
}
.about-container .video .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
    cursor: pointer;
}
.about-container .video .icon:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    content: '';
    animation: pulse-border 1500ms ease-out infinite;
}
.about-container .video .icon a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #e62129;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    text-align: center;
}
.about-container .video .icon a:after {
    position: relative;
    left: 3px;
    font-family: 'iconfont';
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    color: #fefefe;
    content: '\e711';
}
.about-container .content-section {
    padding-top: 60px;
    color: #666
}
.about-container .content-section .title {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    color: #1d1d1d;
}
.about-container .content-section .sub-title {
    position: relative;
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 38px;
}
.about-container .content-section .sub-title:before {
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 40px;
    border-top: 2px solid #e62129;
    content: '';
}
.about-container .content-section .info {
    font-size: 16px;
    line-height: 30px;
}
.about-container .content-section .go-to-box {
    padding-top: 30px;
}
@media screen and (max-width: 539px) {
    .about-container {
        padding: 0;
    }
    .about-container .about-block {
        margin: 0;
    }
    .about-container .about-section {
        float: none;
        width: 100%;
    }
    .about-container .video-section {
        margin-bottom: -50px;
        padding: 0;
    }
    .about-container .video-section .bg {
        display: none;
    }
    .about-container .video-section .video {
        position: relative;
        left: auto;
        right: auto;
        top: 0;
        transform: translate3d(0, 0, 0);
    }
    .about-container .content-section {
        padding: 0 5% 30px;
    }
    .about-container .content-section .title {
        font-size: 20px;
    }
    .about-container .content-section .sub-title {
        margin: 0 0 30px;
        font-size: 14px;
        line-height: 24px;
    }
    .about-container .content-section .sub-title:before {
        bottom: -10px;
    }
    .about-container .content-section .info {
        font-size: 14px;
        line-height: 22px;
    }
    .about-container .content-section .go-to-box {
        padding-top: 20px;
        text-align: center;
    }
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}


/*****酒文化*****/
.culture-list-container {
    position: relative;
}
.culture-list-container:before {
    display: block;
    padding-bottom: 42%;
    content: '';
}
.culture-list-container .culture-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.culture-list-container .culture-bg .column-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(1.2);
    opacity: 0;
    transition: all 1s;
}
.culture-list-container .culture-bg .column-bg.on {
    transform: scale(1);
    opacity: 1;
}
.culture-list-container .culture-list-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.culture-list-container .culture-cell {
    position: relative;
    float: left;
    width: 16.66%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, .5);
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
}
.culture-list-container .culture-cell:last-child {
    border: none;
}
.culture-list-container .culture-cell .culture-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, .5);
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    transition: background .3s;
    color: #fff;
}
.culture-list-container .culture-cell .culture-content:before {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    padding-top: 93.75%;
    background: url(../img/people.png) center no-repeat;
    background-size: contain;
    pointer-events: none;
    content: '';
}
.culture-list-container .culture-cell.on .culture-content:before {
    transition: bottom .5s;
    bottom: 0;
}
.culture-list-container .culture-cell.on .culture-content {
    background-color: rgba(230, 33, 41, .5);
    /*background-image: url(../img/people.png);*/
}
.culture-list-container .culture-cell .title {
    position: relative;
    font-size: 36px;
    line-height: 46px;
    transition: transform .65s;
}
.culture-list-container .culture-cell .info {
    position: relative;
    margin-top: 10px;
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 24px;
    transition: transform .65s;
}
.culture-list-container .culture-cell .link-btn {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    line-height: 40px;
    opacity: 0.5;
    transition: opacity .65s, transform .65s;
    transform: rotate(45deg);
}
.culture-list-container .culture-cell.on .title,
.culture-list-container .culture-cell.on .info,
.culture-list-container .culture-cell.on .link-btn {
    transform: translateY(-10px);
}
.culture-list-container .culture-cell.on .link-btn {
    opacity: 1;
    transform: translateY(-10px) rotate(225deg);
}
@media screen and (max-width: 540px) {
    .culture-list-container:before {
        display: none;
    }
    .culture-list-container .culture-list-block {
        position: relative;
    }
    .culture-list-container .culture-cell {
        width: 50%;
        height: auto;
        border-right: 1px solid rgba(0, 0, 0, .5);
        border-bottom: 1px solid rgba(0, 0, 0, .5);
    }
    .culture-list-container .culture-cell:nth-child(2n) {
        border-right: none;
    }
    .culture-list-container .culture-cell:before {
        display: block;
        padding-bottom: 66%;
        content: '';
    }
    .culture-list-container .culture-cell.on .culture-content {
        background: rgba(230, 33, 41, .5);
    }
    .culture-list-container .culture-cell .title {
        font-size: 20px;
        line-height: 30px;
    }
    .culture-list-container .culture-cell .info {
        margin-top: 5px;
        margin-bottom: 15px;
        font-size: 12px;
        line-height: 20px;
    }
    .culture-list-container .culture-cell .link-btn {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 28px;
        border-width: 1px;
    }
}


/*****服务中心*****/
.service-list-container {
    max-width: 1750px;
}
.service-list-container .service-list-block {
    margin-top: -10px;
    margin-right: -40px;
}
.service-list-container .service-cell {
    float: left;
    width: 33.33%;
    padding: 10px 40px 0 0;
}
.service-list-container .service-content {
    position: relative;
    border-radius: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #eee;
    text-shadow: 1px 1px 1px #020001;
    overflow: hidden;
}
.service-list-container .service-content:before {
    display: block;
    padding-bottom: 66.7%;
    content: '';
}
.service-list-container .service-content:hover .img {
    transform: scale(1.05);
}
.service-list-container .service-content .title,
.service-list-container .service-content .bottom {
    position: absolute;
    left: 50px;
    right: 50px;
}
.service-list-container .service-content .title {
    top: 45px;
    padding-bottom: 25px;
    font-size: 36px;
    line-height: 46px;
}
.service-list-container .service-content .title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    border-top: 2px solid #fff;
    content: '';
}
.service-list-container .service-content .bottom {
    bottom: 45px;
}
.service-list-container .service-content .link {
    margin-right: 15px;
    font-size: 18px;
    color: #eee;
    text-decoration: underline;
    line-height: 28px;
    text-underline-offset: 5px;
}
.service-list-container .service-content .link:last-child {
    margin: 0;
}
.service-list-container .service-content .link:hover {
    color: #e62129;
}
.service-list-container .service-content .tel {
    margin-bottom: 5px;
    font-size: 36px;
    line-height: 46px;
}
.service-list-container .service-content .min-text {
    font-size: 16px;
    line-height: 26px;
}
.service-list-container .service-content .link-box {
    float: left;
    width: 75px;
    margin-right: 40px;
    padding: 15px 12px 12px;
    border: 1px solid #fff;
    font-size: 24px;
    line-height: 30px;
    color: #eee;
    text-align: center;
}
.service-list-container .service-content .link-box span {
    display: inline-block;
    transition: all .5s;
}
.service-list-container .service-content .link-box:after {
    display: block;
    margin-top: 20px;
    content: '+';
    transition: all .5s;
}
.service-list-container .service-content .link-box:hover span {
    transform: translateY(-4px);
}
.service-list-container .service-content .link-box:hover:after {
    transform: translateY(-4px) rotate(360deg);
}
/* .service-list-container .service-content .link:hover,
.service-list-container .service-content .link-box:hover {
    color: #e62129;
    border-color: #e62129;
} */
@media screen and (max-width: 900px) {
    .service-list-container .service-list-block {
        margin-right: -10px;
    }
    .service-list-container .service-cell {
        width: 50%;
        padding-right: 10px;
    }
    .service-list-container .service-content .title,
    .service-list-container .service-content .bottom {
        left: 25px;
        right: 25px;
    }
    .service-list-container .service-content .title {
        top: 20px;
    }
    .service-list-container .service-content .bottom {
        bottom: 20px;
    }
    .service-list-container .service-content .link-box {
        margin-right: 20px;
    }
}
@media screen and (max-width: 540px) {
    .service-list-container .service-cell {
        width: 100%;
    }
    .service-list-container .service-content {
        border-radius: 12px;
    }
    .service-list-container .service-content .title,
    .service-list-container .service-content .tel {
        font-size: 20px;
        line-height: 30px;
    }
    .service-list-container .service-content .title {
        padding-bottom: 10px;
    }
    .service-list-container .service-content .title:before {
        width: 30px;
        border-top-width: 1px;
    }
    .service-list-container .service-content .link {
        margin-right: 8px;
        font-size: 13px;
        line-height: 23px;
    }
    .service-list-container .service-content .min-text {
        font-size: 12px;
        line-height: 1;
    }
    .service-list-container .service-content .link-box {
        width: 50px;
        padding: 7px 5px;
        font-size: 16px;
        line-height: 22px;
    }
    .service-list-container .service-content .link-box:after {
        margin-top: 7px;
    }
}

