/*清除样式*/
html, body, div, img, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font-family: Helvetica;*/
    font-weight: normal;
    vertical-align: baseline;
    outline: none;
    box-sizing: border-box;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none;
    border: 0;
}

a:active, a:focus {
    outline: none;
    star: expression(this.onFocus=this.blur());
}

a:hover, a:link, a:visited, a:active {
    text-decoration: none;
}

input[type="button"], input[type="submit"], input[type="email"], input[type="text"], input[type="search"], input[type="password"], input[type="tel"], input[type="reset"], input[type="number"] {
    -webkit-appearance: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    padding: 0;
    border-radius: 0;
}

label {
    font-weight: normal;
}

input {
    outline: none !important;
}

/* 如果有输入内容IE会给输入框右边加一个大大的X */
input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

/* 去掉number输入框右边点击上下的小三角 */
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/* 去掉search搜索框右边小叉*/
::-webkit-search-cancel-button {
    display: none;
}

/* IE浏览器对输入控件有自己的font-family，需要统一 */
input,
textarea,
button {
    /*font-family: inherit;*/
}

/* IOS Safari在横屏的时候会放大字体，第二个属性让滑动更流畅 */
html {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    min-width: 1200px;
    line-height: 1;
    background: #fff;
    /*cursor: pointer;*/
}

/* Chrome浏览器会在输入控制聚集的时候添加一个蓝色的outline*/
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

/*去掉浏览器输入框黄色背景：*/
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

@-webkit-keyframes autofill {
    to {
        /*color: #fff;*/
        background: transparent;
    }
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
    padding-right: 14px;
}

select::-ms-expand {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pic_ratio {
    position: relative;
    height: 0;
    width: 100%;
}

.pic_ratio .pic {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.pic_ratio[style*="--aspect-ratio"] {
    padding-top: calc(100% / (var(--aspect-ratio)));
}

/*视频*/
.videoWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    /*min-width: 1200px;*/
    z-index: 2;
}

.videoWrap video {
    display: block;
    width: 100%;
   /* object-fit: fill;*/
    object-fit: cover;
    /*background: url("../img/video.png") no-repeat center top;*/
}

.borderCon {
    width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s ease;
    /*min-width: 1200px;*/
    z-index: 3;
}

.borderCon > div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    border: 0 solid #202020;
}

.iconCon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 50px solid transparent;
    display: none;
    cursor: pointer;
    z-index: 5;
}

.logoIndex.logo {
    width: 160px;
    height: 146px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -73px;
    margin-left: -80px;
    z-index: 11;
}

.iconCon .menu {
    position: absolute;
    right: 10px;
    top: -50px;
    color: #fff;
    z-index: 11;
}
.iconCon .menu a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}


.iconCon .menu .text {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(161, 128, 64, 1);
    line-height: 20px;
    margin-right: 10px;
}

.iconCon .menu img {
    /*margin-left: 10px;*/
}
.iconCon .menu .nav>div{
    height: 2px;
    background: #A18040;
    border-radius: 2px;
    transition: all 0.3s ease;
    margin: 4px 0;
}
.iconCon .menu .first{
    width: 22px;
}
.iconCon .menu .second{
    width: 12px;
}
.iconCon .menu .third{
    width: 17px;
}
.iconCon .menu a:hover .nav>div{
    width: 22px;
    transition: all 0.3s ease;
}
.footer {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

}

.iconCon .footer {
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 4;
}

.smallLogo {
    /*position: absolute;*/
    /*bottom:-50px;*/
    /*left: 4px;*/
    /*z-index: 11;*/
    height: 50px;
    display: flex;
    align-items: center;
}

.copyright .codePic {
    margin-left: 24px;
}

.copyright .codePic .code {
    position: fixed;
    right: 50px;
    bottom: 50px;
    padding: 10px;
    background: #fff;
    width: 93px;
    z-index: 100;
    margin-left: 0;
}

.copyright {
    /*right:8px;*/
    /*bottom:-50px;*/
    /*position: absolute;*/
    height: 50px;
    display: flex;
    align-items: center;

}

.copyright .codePic .code {
    display: none;
}

.copyright .codePic:hover .code {
    display: block;
}

.copyright img {
    /*margin-left: 24px;*/
    display: block;
}

.copyright .con {
    font-size: 12px;
    line-height: 17px;
    color: #777;
}

/*首页*/
.wrap {
    /*overflow-x: hidden;*/
    /*overflow-y: hidden;*/
}

.headIndex {
    background: #202020;
}

.headIndex .menu, .enter .menu {
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px;
}

.headIndex .menu .text, .enter .menu .text {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(161, 128, 64, 1);
    line-height: 20px;
    margin-right: 10px;
}

.headIndex .menu .text_a{
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
    margin-right: 10px;
}

.headIndex .menu img, .enter .menu img {
    margin-left: 10px;
}
.headIndex .menu .nav>div,.enter .menu .nav>div{
    height: 2px;
    background: #A18040;
    border-radius: 2px;
    transition: all 0.3s ease;
    margin: 4px 0;
}
.headIndex .menu a,.enter .menu a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.headIndex .menu .first,.enter .menu .first{
    width: 22px;
}
.headIndex .menu .second,.enter .menu .second{
    width: 12px;
}
.headIndex .menu .third,.enter .menu .third{
    width: 17px;
}
.headIndex .menu a:hover .nav>div,.enter .menu a:hover .nav>div{
    width: 22px;
    transition: all 0.3s ease;
}
.headIndex .logo {
    display: block;
    margin: 0 auto;
}

.headIndex .menuList {
    display: flex;
    align-items: center;
    justify-content:space-between;

    width: 800px;
    margin: 20px auto 0 auto;
}

.headIndex .menuList li {
    text-align: center;
    transition: all 0.3s ease;
    /*overflow: hidden;*/
    padding-bottom: 20px;
    position: relative;
}

.headIndex .menuList li a {
    color: #fff;
    transition: all 0.3s ease;
}

.headIndex .menuList li .title {
    font-size: 16px;
    line-height: 22px;
    margin: 0 20px;
    position: relative;
}

.headIndex .menuList li .small {
    font-size: 12px;
    line-height: 22px;
    transform: scale(0.75);
    text-transform: capitalize;
}

.headIndex .menuList li .title::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -42px;
    background: #A18040;
    transition: all 0.3s ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 50% 0;
}

.headIndex .menuList li:hover a {
    color: #A18040;
    transition: all 0.3s ease;
}

.headIndex .menuList li:hover .title::after {
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease;

}

.headIndex .menuList li.active .title:after {
    transform: scale3d(1, 1, 1);
}

.headIndex .menuList li .moreList {
    position: absolute;
    top: 64px;
    z-index: 1000000;
    left: 0px;
    background: rgba(0,0,0,.6);

    overflow: hidden;
    width: 104px;
    font-size: 12px;
    line-height: 20px;
    display: none;
    line-height: 50px;
    text-align: center;
}
.headIndex .menuList li .moreList a:hover{
    background: #A18040;
}
.headIndex .menuList li:nth-child(6) .moreList{
    width: 264px!important;
}
/*.headIndex .menuList li .moreList div {*/
    /*margin: 0 15px;*/
/*}*/

.headIndex .menuList li .moreList a {
    color: #fff;
    display: block;
    opacity: 0.6;
    width: 100%;
}

.headIndex .menuList li .moreList a:hover {
    opacity: 1;
}

.headIndex .menuList li .moreList div.active a {
    opacity: 1;
}

.footIndex {
    background: #202020;
    padding: 0 50px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    min-width:1200px;
}

.banner.swiper-container {
    height: calc(100% - 50px - 124px);
    position: absolute;
    top:124px;
    left: 0;
    width: 100%;
}

.banner.swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner .swiper-button-next, .banner .swiper-button-prev {
    opacity: 1 !important;
    width: 22px;
    height: 39px;
}

.banner .swiper-button-prev.swiper-button-white {
    background: url("../img/next.png") no-repeat;
}

.banner .swiper-button-next.swiper-button-white {
    background: url("../img/prev.png") no-repeat;
}

.banner .article {
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -600px;
    padding: 0 282px 0 123px;
    color: #fff;
}

.banner .article .title {
    font-size: 40px;
    line-height: 56px;
}

.banner .article .small {
    font-size: 20px;
    line-height: 30px;
}

.banner .article .content {
    width: 800px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    text-align: justify;
}

.banner .article .more {
    background: #fff;
    width: 73px;
    line-height: 20px;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    margin-top: 16px;
}

.banner .article .more a {
    color: #A18040;
    display: block;
}

.banner_page {
    width: 94%;
    position: absolute;
    left: 3%;
    top: 60%;
}

.header {
    border-bottom: 1px solid #A18040;
}

.header .logo {
    position: absolute;
    left: 8%;
    top: 10px;
    width: 115px;
}

.header .menuList {
    margin-top: 25px;
}

.bodyBg {
    background: #202020;
}

.wineryStyle {
    margin-top: 50px;
    padding-bottom: 50px;
}

.wineryBanner {
    width: 75%;
    min-width: 1200px;

}

.wineryBanner .swiper-slide {

}

.wineryBanner .swiper-button-next, .wineryBanner .swiper-button-prev {
    opacity: 1 !important;
    width: 15px;
    height: 30px;
}

.wineryBanner .swiper-button-prev.swiper-button-white {
    background: url("../img/left.png") no-repeat;
    left: 60px !important;
}

.wineryBanner .swiper-button-next.swiper-button-white {
    background: url("../img/right.png") no-repeat;
    right: 60px !important;
}

.wineryBanner .pic {
    border-radius: 10px;
}

.videoList {
    width: 75%;
    min-width: 1000px;
    margin: 5vh auto 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 5vh;
}

.videoList li {
    width: 32%;
    position: relative;
    background: #fff;
    margin-left: 2%;
    border-radius: 8px;
    overflow: hidden;
}

.videoList li:nth-child(3n+1) {
    margin-left: 0;
}

.videoList li .title {
    position: absolute;
    width: 100%;
    padding: 0 10px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    bottom: 8px;
    left: 0;
    z-index: 10;
}

.productList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    min-width: 1200px;
    /*padding-top: 10vh;*/
}

.productList li {
    width: 20%;
    margin: 0 2.5%
}

.productList li a {
    color: #A18040;
    transition: all 0.3s ease;
}

.productList li .box {
    border: 3px solid transparent;
    padding: 5px;
    border-radius: 100%;
    transition: all 0.4s ease;
    transform: scale(0.75);
}

.productList li .pic_ratio {
    border-radius: 100%;
    transition: all 0.3s ease;
    overflow: hidden;
}

.productList li .pic {
    border-radius: 100%;
}

.productList li .box .know {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('../img/mask.png') no-repeat center center;
    top: 0;
    left: 0;
    transform-origin: 50% 50%;
    transform: scale3d(0, 0, 0);
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.productList li .box .know .btn {
    background: #fff;
    font-size: 16px;
    line-height: 28px;
    padding: 5px 15px;
    border-radius: 30px;
    color: #A18040;
}

.productList .proTitle {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
}

.productList .small {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
}

.productList li:hover a {
    color: #fff;
}

.productList li:hover .box {
    border: 3px solid #fff;
    transition: all 0.4s ease;
    transform: scale(1);
}

.productList li:hover .pic_ratio {
    transition: all 0.3s ease;
}

.productList li:hover .know {
    transform: scale3d(1, 1, 1);
    transition: all 0.5s ease;
}

.proMore {
    width: 12%;
    margin: 14vh auto 0;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    padding: 0.8% 0;
    background: #A18040;
    border-radius: 50px;
    border: 1px solid #A18040;
    transition: all 0.3s ease;
}

.proMore a {
    color: #fff;
    display: block;
    transition: all 0.3s ease;
}

.proMore:hover {
    background: none;
    transition: all 0.3s ease;
}

.proMore:hover a {
    color: #A18040;
    transition: all 0.3s ease;
}

/*红酒课堂*/
.wineClass {
    width: 80%;
    min-width: 1200px;
}

.wineClass .swiper-slide {
    padding: 0 2%
}

.wineClass .swiper-slide .box {
    width: 60%;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.wineClass .swiper-slide .pic_ratio {
    transform: scale(0.75);
    transition: all 0.5s ease;
    overflow: hidden;
    border-radius: 100%;
}

.wineClass .swiper-slide.swiper-slide-active .pic_ratio {
    transform: scale(1);
    transition: all 0.3s ease;
}

.wineClass .swiper-slide .pic_ratio .pic {
    transition: all 0.5s ease;
}

.wineClass .con {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(119, 119, 119, 1);
    line-height: 20px;
    text-align: center;
    margin: 3vh auto 0;
    display: none;
    transition: all 0.3s ease;
}

.wineClass .swiper-slide.swiper-slide-active .con {
    display: block;
    transition: all 0.3s ease;
}

/*.wineClass .swiper-slide:hover .pic_ratio{*/
/*transform: scale(1);*/
/*transition: all 0.3s ease;*/
/*}*/

/*.wineClass .swiper-slide:hover .con{*/
/*color: #fff;*/
/*transition: all 0.3s ease;*/
/*}*/
.wineClass .title {
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
}

.wineClass .small {
    color: #A18040;
    text-align: center;
    font-size: 16px;
    line-height: 30px;

}

.wineClass .more {
    display: block;
    width: 40px;
    margin: 10px auto 0;
}

.wineClass_page {
    width: 40%;
    position: absolute;
    left: 30%;
    top: 32%;
}

.wineClass_page .swiper-button-next, .wineClass_page .swiper-button-prev {
    opacity: 1 !important;
    width: 15px;
    height: 30px;
}

.wineClass_page .swiper-button-prev.swiper-button-white {
    background: url("../img/left1.png") no-repeat;
}

.wineClass_page .swiper-button-next.swiper-button-white {
    background: url("../img/right1.png") no-repeat;
}

/*网上商城*/
.onlineShop {
    width: 100%;
    height: calc(100% - 410px);
}

.onlineShop .enter {
    position: relative;
    height: 100%;
}

.onlineShop .enter .title {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 70px;
    z-index: 5;
    top: 30%;

}

.onlineShop .enter .proMore {
    position: absolute;
    top: 60%;
    margin: 0 !important;
    left: 44%;
}

.onlineShop .enter .proMore:hover {
    background: #fff;
}

footer {
    width: 100%;
    height: 400px;
}

footer .headIndex {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #A18040;
    padding: 10px 0 0;
}

.footerCon {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 1px solid #A18040;
}

.footerCon .logo {
    margin: 0 20px;
    width: 180px;
}

.footerCon .list {
    overflow: hidden;
    flex: 1;
}

.footerCon .list li {
    float: left;
    width: 16.6%;
    text-align: center;
}

.footerCon .list li .title {
    margin-bottom: 1vw;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.footerCon .list li .item {
    font-size: 12px;
    line-height: 24px;

}

.footerCon .list li .item a {
    color: rgba(119, 119, 119, 1);
}

.footerCon .list li .icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 30%;
}

.footerCon .list li:last-child {
    text-align: left;
}

.footerCon .list li:last-child .title {
    padding: 0 20%;
}

.footerCon .list li .icon {
    padding: 0 20%;
}

.footerCon .list li .icon img {
    margin: 0 25px 0 0;
    width: 24px;
}

.footerCon .list li .codePic {
    width: 100%;
    padding: 0 20%;
    position: relative;
    z-index: 1;
    margin-top: 22px;
    height: 103px;
    overflow: hidden;

}

.footerCon .list li .codePic img {
    background: #fff;
    padding: 5px;
    width: 103px;
    display: none;
}

.footerCon .list li .codePic img.active {
    display: block;
}

footer .copy {
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(119, 119, 119, 1);
    line-height: 17px;
    padding: 30px 0;
    text-align: center;
    width: 100%;
}

.enter .menu {
    position: absolute;
    right: 10px;
    top: 0;
}

/*罗美雅集团*/
.mapCon {
    width: 68%;
    margin: 5vh auto;
    position: relative;
    min-width: 1200px;
}

.mapCon .map {
    width: 700px;
    position: absolute;
    left: 50%;
    margin-left: -350px;
    top: 20%;
    overflow: hidden;

}

.mapCon .map img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
}

.mapCon .map .mask {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale3d(1, 1, 1);
    transform-origin: 50% 50%;
}

/*.mapCon .map:hover{*/
/*cursor: pointer;*/
/*}*/
/*.mapCon .map:hover .maskPic{*/
/*transition: all 0.5s ease;*/
/*transform: scale3d(0, 0, 0);*/
/*transform-origin: 50% 50%;*/
/*}*/
.mapCon .map .mask .icon {
    position: absolute;
    width: 23px;
    top: 12px;
    left: 50%;
    margin-left: -12.5px;
}

.mapCon .map .mask .con {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    padding: 0.5vh 0;
    position: absolute;
    width: 84%;
    left: 8%;
    top: 20%;

}

.mapCon .map .mask .more {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    text-decoration: underline;
    position: absolute;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    color: #fff;
    bottom: 10%;
}

.mapCon .map .mask .more a {
    color: #fff;
}

.groupList {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #615030;
    padding: 30px 0;
    position: fixed;
    bottom: 0;
    min-width: 1200px;
    left: 0;
}

.groupList li {
    margin: 0 25px;
}

.groupList a {
    display: block;
}

.groupList img {
    display: block;
    margin: 0 auto;
}

.groupList .title {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-top: 5px;
    text-align: center;

}

/*酒庄风貌图片*/
.winePic {
    /*margin-top: 18vh!important;*/
}

.winePic .swiper-slide {
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.winePic .swiper-slide .pic_ratio {
    overflow: hidden;
}

.winePic .swiper-slide .pic_ratio .pic {
    transition: all 0.5s ease;
}

.winePic .swiper-slide .con {
    padding: 3% 0;
    text-align: center;
}

.winePic .swiper-slide .title {
    font-size: 20px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 28px;
    transition: all 0.5s ease;
}

.winePic .swiper-slide .small {
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(161, 128, 64, 1);
    line-height: 20px;
    margin-top: 5px;
    transition: all 0.5s ease;
}

/*.winePic .swiper-slide:hover .pic{*/
/*transition: all 0.5s ease;*/
/*transform: scale(1.2);*/
/*}*/
/*.winePic .swiper-slide:hover  .title{*/
/*color: #A18040;*/
/*transition: all 0.5s ease;*/
/*}*/
/*.winePic .swiper-slide:hover  .small{*/
/*color: #000;*/
/*transition: all 0.5s ease;*/
/*}*/
.winePic_page {
    width: 66%;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 17%;
}

.contactCon {
    padding-bottom: 50px;
}

.contactBanner {
    width: 100%;
    min-width: 1200px;
    position: relative;
}

.contactBanner .con {
    background: url("../img/mask2.png") no-repeat;
    height: 100%;
    padding-left: 10%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactBanner .con > div {
    width: 100%;
}

.contactBanner .con .title {
    font-size: 60px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 84px;
    margin-top: 1vw;
}

.contactBanner .con .text {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(155, 155, 155, 1);
    line-height: 20px;
    width: 550px;
    margin-top: 2vw;
    transition: all 0.3s ease;
}

.contactBanner .con .text a {
    color: #fff;
    text-decoration: underline;
}

.contactBanner .con .loc {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(161, 128, 64, 1);
    line-height: 20px;
    margin-top: 2vw;

}

.contactBanner .con .loc img {
    display: block;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.contactBanner .con:hover .text {
    color: #fff;
    transition: all 0.3s ease;
}

.contactBanner .con:hover .loc img {
    transform: scale(1.5);
    transition: all 0.3s ease;
}

.infoList {
    padding: 0 2% 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 1050px;
    width: 60%;
}

.infoList .info {
    width: 32%;
    border: 3px solid transparent;
    transition: all 0.5s ease;
    border-radius: 8px;
}

.infoList .info .article {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.infoList .info .article .con {
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
}

.info1{
    max-width: 350px;
    float: left;
    width: 40%;
    border: 3px solid transparent;
    transition: all 0.5s ease;
    border-radius: 8px;
}


.infoList .info .article .mt {
    margin-top: 2vw;
}

.infoList .info .article .mth {
    margin-top: 1vw;
}

.infoList .info .article .color {
    color: #A18040;
}

.infoList .info:hover {
    border-color: #A18040;
    transition: all 0.5s ease;
}

.contactInfo {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 2%;
}

.contactInfo .address {
    width: 30%;
    overflow: hidden;
}

.contactInfo .address li .title {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
    height: 20px;
}

.contactInfo .address li {
    margin-top: 44px;
}

.contactInfo .address li .title img {
    margin-right: 10px;
}

.contactInfo .address li .con {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(161, 128, 64, 1);
    line-height: 20px;
    margin-left: 20px;
    margin-top: 10px;
}

.contactInfo .infoText {
    width: 100%;
    padding-top: 20px;
}

.contactInfo .infoText .infoInput {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contactInfo .infoText .infoInput input {
    width: calc(32% - 44px);
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(155, 155, 155, 1);
    line-height: 17px;
    padding: 10px 22px;
    background: #efefef;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #A18040 !important;
}

.contactInfo .infoText .infoInput input:hover,
.contactInfo .infoText .infoInput input:focus,
.contactInfo .infoText textarea:hover,
.contactInfo .infoText textarea:focus {
    background: none;
    transition: all 0.3s ease;
}

.contactInfo .infoText textarea {
    width: calc(100% - 40px);
    height: 35px;
    resize: none;
    border: 1px solid #A18040 !important;
    transition: all 0.3s ease;
    background: #efefef;
    border-radius: 6px;
    padding: 7px 20px;
    margin-top: 10px;
    color: rgba(155, 155, 155, 1);
}

.contactInfo .infoText .ope {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.contactInfo .infoText .ope input {
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 18px;
    padding: 11px 0;
    width: 140px;
    text-align: center;
    border-radius: 5px;
    background: #A18040;
    border: 1px solid #A18040;
    transition: all 0.3s ease;
}

.contactInfo .infoText .ope input:hover, .contactInfo .infoText .ope input:focus {
    background: none;
    color: #A18040;
    transition: all 0.3s ease;
}

.contactInfo .infoText .ope img {
    margin-left: 10px;
}

.brandSwiper {
    position: absolute;
    width: 100%;
    top: 130px;
    left: 0;
    height: calc(100% - 130px);
    min-width: 1200px;
}

.brandSwiper .swiper-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.brandSwiper .line {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    /*animation: changeWidth 7s ease;*/
    animation-delay: 1s;
    animation-fill-mode: forwards;
}
.brandSwiper .line>div{
    width: 100vw;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brandSwiper .line img {
    width: 100vw;
    display: block;
    position: absolute;
    left: 0;
}

.brandSwiper .swiper-pagination-bullets {
    /*right:2%!important;*/
    /*top: 50%;*/
    /*left: auto!important;*/
    /*-webkit-transform: translate3d(0,-50%,0);*/
    /*transform: translate3d(0,-50%,0);*/
    /*width: 12px!important;*/
    /*height: 42px;*/
    bottom: 20px !important;
}

.brandSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid transparent;
    background: none;
    position: relative;
    opacity: 1 !important;
}

.brandSwiper .swiper-pagination-bullet::after {
    width: 6px;
    height: 6px;
    border-radius: 8px;
    background: #3b3b3b;
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: -3px;
}

.brandSwiper .swiper-pagination-bullet-active {
    border: 1px solid #A18040;
}

.brandSwiper .swiper-pagination-bullet-active:after {
    background: #A18040;
}

.brandSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brandSwiper .swiper-slide ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    position: relative;
    z-index: 2;
}

.brandSwiper .swiper-slide ul li {
    width: 28%;
    text-align: center;
}

.brandSwiper .swiper-slide ul li img {
    display: block;
    margin: 0 auto;
    transform: scale(0.9);
}

.brandSwiper .swiper-slide ul li .number {
    margin-top: 25px;
}

.brandSwiper .swiper-slide ul li .title {
    font-size: 30px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 42px;
    margin-top: 28px;
}

.brandSwiper .swiper-slide ul li .con {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(119, 119, 119, 1);
    line-height: 20px;
    width: 80%;
    margin: 20px auto 0;
    transition: all 0.3s ease;
}

.brandSwiper .swiper-slide ul li:hover .con {
    color: #fff;
    transition: all 0.3s ease;
}

.mt20 {
    margin-top: 20px !important;
}

/*代言人*/
.prolocutor {
    position: absolute;
    width: 100%;
    min-width: 1200px;
    height: calc(100% - 130px);
    top: 130px;
    left: 0;
    overflow: hidden;
}

.prolocutor .swiper-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}

.prolocutor .pic {
    display: block;
    width: 100%;
}

.prolocutor_page {
    margin-top: 18px;
}

.prolocutor .swiper-button-next, .wineClass_page .swiper-button-prev {
    opacity: 1 !important;
    width: 15px;
    height: 30px;
}

.prolocutor .swiper-button-prev.swiper-button-white {
    background: url("../img/prev2.png") no-repeat;
}

.prolocutor .swiper-button-next.swiper-button-white {
    background: url("../img/next2.png") no-repeat;
}

.prolocutor .swiper-slide {
    background: #202020;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.prolocutor .swiper-slide a {
    display: flex;
    align-items: flex-start;

}

.prolocutor .swiper-slide img {
    width: 110px;
    height: 110px;
    display: block;
}

/*.prolocutor .swiper-slide .con {*/
    /*flex: 1;*/
    /*padding: 10px 30px;*/
/*}*/

/*.prolocutor .swiper-slide .title {*/
    /*font-size: 16px;*/
    /*line-height: 24px;*/
    /*color: #fff;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
/*}*/

/*.prolocutor .swiper-slide .text {*/
    /*font-size: 12px;*/
    /*line-height: 20px;*/
    /*color: #777;*/
    /*margin-top: 8px;*/
    /*transition: all 0.3s ease;*/
/*}*/

/*.prolocutor .swiper-slide .text span {*/
    /*text-decoration: underline;*/
    /*margin-left: 5px;*/
/*}*/


/*.prolocutor .swiper-slide:hover .text {*/
    /*color: #fff;*/
    /*transition: all 0.3s ease;*/
/*}*/

.prolocutorInfo {
    width: 33%;
    top: 20%;
    right: 10%;
    position: absolute;
}

.prolocutorInfo .title {
    font-size: 3vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 5vw;
}

.prolocutorInfo .name {
    font-size: 20px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
    letter-spacing: 10px;
    margin: 10px 0;
}

.prolocutor .description {
    font-size: 0.7vw;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 2;
    text-align: justify;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.prolocutorInfo .list{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.prolocutorInfo .list li{
    width: 80px;
    margin-right: 20px;
}
.prolocutorInfo .list li a{
    display: block;
}
.prolocutorInfo .list li .pic{
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 80px;
    position: relative;
    overflow: hidden;

}
.prolocutorInfo .list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.prolocutorInfo .list li .pic::after{
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background: rgba(0,0,0,0.6032);
    content: '';
    opacity: 0;

}
.prolocutorInfo .list li:hover .pic::after{
    opacity:1 ;
}
.prolocutorInfo .list li .text{
    font-size: 14px;
    line-height: 2;
    text-align: center;
    color: #202020;
    margin-top: 10px;
}


.newList {
    padding: 10px 10% 20px;
    overflow: hidden;
}

.newList li {
    width: 50%;
    float: left;
    margin-top: 20px;
    position: relative;
}

.newList li::after {
    width: 4px;
    height: 4px;
    content: '';
    position: absolute;
    border-radius: 4px;
    left: -20px;
    top: 50%;
    margin-top: -2px;
    background: #777;
}

.newList li a {
    display: flex;
    align-items: center;
    color: #777;
    transition: all 0.3s ease;
}

.newList li a .time {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    line-height: 20px;
    margin: 0 100px 0 50px;
}

.newList li a .text {
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.newList li:hover a {
    color: #fff;
    transition: all 0.3s ease;
}

.wineVideo .swiper-slide {
    background: none;
}

.wineVideo .swiper-slide:hover .pic {
    transition: all 0.5s ease;
    transform: scale(1);
}

.wineVideo .swiper-slide .box {
    position: absolute;
    width: 82%;
    left: 8.9%;
    top: 7%;
    height: 86%;
}

.wineVideo .swiper-slide .board {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: none;
}

.wineVideo .swiper-slide-active .board {
    display: flex;
}

.videoTitle {
    text-align: center;
    width: 80%;
    font-size: 14px;
    line-height: 20px;
    bottom: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    left: 10%;
    color: #fff;
}

.wineVideo {
    /*margin-top: 10vh!important;*/
}

.wineVideo .swiper-slide .border {
    opacity: 0;
}

.wineVideo .swiper-slide-active .border {
    opacity: 1;
}

@media screen and (max-width: 1400px) {
    .prolocutorInfo {
        width: 40%;
    }

    .header .logo {
        left: 2%;
    }

    .prolocutor .swiper-container {
        bottom: 5vh
    }
}

.video-js {
    background: #fff !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0;
    left: 0;
}

.vjs-poster {
    background-size: auto 100% !important;
    background-position: center;
}

/*产品介绍*/
.productCon {
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    height: calc(100% - 130px);
    min-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
}

.productCon > div {
    width: 100%;
}

.mapMain {
    position: absolute;
    top: 130px;
    height: calc(100% - 130px - 104px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
}

.video-js .vjs-big-play-button {
    width: 95px !important;
    height: 95px !important;
    background: url("../img/play.png") no-repeat center center !important;
    position: absolute;
    left: 50% !important;
    margin-left: -47.5px;
    top: 50% !important;
    margin-top: -47.5px;
    border: none !important;
    outline: none !important;
}

.vjs-icon-placeholder {
    display: none;
}

/*红酒课堂详情页*/
.swiperDet .swiper-pagination-bullet {
    font-size: 12px;
    margin: 0 5px !important;
    opacity: 1 !important;
    background: none !important;
    color: #777;
}

.swiperDet .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #A18040;
}

.swiperDet .swiper-pagination {
    width: 1200px !important;
    left: 50% !important;
    margin-left: -600px;
    text-align: right !important;
    bottom: 15px !important;
}

.swiperDet .title {
    position: absolute;
    font-size: 40px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(161, 128, 64, 1);
    line-height: 1.5;
    top: 30%;
    left: 45%;
}

.swiperDet .title .tips {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 20px;
    font-weight: lighter;
}

.mainCon {
    width: 1140px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.conLeft {
    width: 300px;
}



.accordion {
    width: 100%;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 30px 7px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px;
    color: #4d4d4d;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.accordion .link div {
    background: url("../img/show.png") no-repeat center left;
    background-size: 14px 14px;
    padding-left: 30px;
    font-weight: 700;
    color: #A18040;

}

.accordion li.open .link div {
    background: url("../img/hide.png") no-repeat center left;
    background-size: 14px 14px;

}

.submenu {
    display: none;
    font-size: 14px;
}

.submenu li {
    font-size: 14px;
    line-height: 22px;
    padding: 15px 30px 15px 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #3B3B3B;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.submenu li:hover {
    background: #f7f7f7;
}
.submenu li.active{
    background: #f7f7f7;
}
.conRight {
    width: 816px;
    background: #fff;
}
.conRight article{
    padding: 40px;

}
.article{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;

}
.conRight article .title{
    font-size:16px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(161,128,64,1);
    line-height:22px;
    padding: 20px 0 40px;
    text-align: center;
    border-bottom: 1px solid #A18040;
}
.conRight article .con {
    font-size:14px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(119,119,119,1);
    line-height:37px;
    padding: 20px 30px;
    text-align: justify;
}
.conRight article .con div{
    text-indent: 28px;
    padding: 10px 0;
}
.newFoot{
    background: #202020;
    text-align: center;
    padding: 0;
    font-size:14px;
    font-weight:400;
    color:rgba(143,157,162,1);
    line-height:22px;
}
.newFoot a{
    color:rgba(143,157,162,1);
}
.newFoot div:first-child{
    margin-bottom: 7px;
}

/*产品介绍详情页*/
.swiperDet .news {
    position: absolute;
    font-size:40px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:56px;
    top: 30%;
    left: 40%;
}

.swiperDet .news .tips {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
}
.list_group{
    padding: 30px 15px;
    overflow: hidden;
}
.list_group li{
    width: 190px;
    padding-bottom: 10px;
    margin-bottom: 50px;
    margin-left: 8px;
    float: left;
    border:1px solid transparent;
    transition: all 0.3s ease;
}
.list_group li:nth-child(4n+1){
    margin-left: 0;
}
.list_group li img{
    width: 188px;
    height: 188px;
    display: block;
}
.list_group li .title{
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #3b3b3b;
    margin-top: 10px;
}
.list_group li .price{
    font-size: 10px;
    text-align: center;
    color: #3b3b3b;
}
.list_group li .price span{
    color: #A18040;
    font-size: 16px;

}
.list_group li:hover{
    border:1px solid #A18040;
    transition: all 0.3s ease;
}
.newsCon{
    width: 1078px;
    margin: 0 auto;
    padding: 26px 0;
}
.newsCon>div{
    background: #fff;
    padding: 67px 108px;
}
.newsCon .title{
    font-size:16px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(161,128,64,1);
    line-height:22px;
    text-align: center;
}
.newsCon .time{
    font-size:12px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(155,155,155,1);
    line-height:17px;
    text-align: center;
    margin-top: 34px;
}
.newsCon .con{
    font-size:14px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(119,119,119,1);
    line-height:37px;
    text-indent: 28px;
    margin-top: 20px;
}

@keyframes changeWidth {
    from{
        width: 0%;
    }
    to{
        width: 100%;
    }
}

.aaAccordion {
    width: 100%;
    margin: 0px auto;
    z-index: 5;
    position: relative;
}

.aaAccordion .content {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.aaAccordion .content ul {
    position: relative;
    /*!*left: 0;*!*/
    /*top: 0;*/
    padding: 0px;
    /*margin: 0 auto;*/
    list-style: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 120%;
    margin-left: -10%;
    transition: all 0.3s ease;

}
/*.aaAccordion .content ul.on{*/
/*width: 120%;*/
/*margin-left: -10%;*/
/*transition: all 0.3s ease;*/
/*}*/
.aaAccordion .content ul li {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0 0px 0 0;
    display: block;
    /* For IE 7 hack */
    zoom: 1;
    -webkit-box-shadow: -1px -1px 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -1px -1px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: -1px -1px 1px 1px rgba(0, 0, 0, 0.5);
    width: 26%;
    transition: all 0.3s ease;
}

.aaAccordion li a.full-img {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.aaAccordion li a.full-img div {
    display: block;
    border: none;
    width: 780px;
    height: 695px;
}

.aaAccordion li a.full-img .full-img-cvs {
    position: absolute;
    top: 0;
    left: 0;
}

.aaAccordion li div.caption {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.aaAccordion li div.caption h1 {
    font: 30px 'SpathaSans', Arial, sans-serif;
    letter-spacing: 0;
    color: #5f879f;
    font-size: 25px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 36px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.aaAccordion li div.caption p {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(161, 128, 64, 1);
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.aaAccordion li a.full-img .full-img-cvs{
    display: none!important;
    opacity: 0!important;
}
.aaAccordion li .board{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: rgba(0,0,0,0.5);
    opacity: 1;
    transition: all 0.3s ease

}
.aaAccordion li.on .board{
    opacity: 0;
    transition: all 0.3s ease;
    /*animation-fill-mode: forwards;*/
    /*animation: hide 0.3s ease;*/
    /*animation-delay: 0.3s;*/
}
.aaAccordion li.on{
    width: 40%!important;
    transition: all 0.3s ease;
}


.aaAccordion li:first-child.on{
    margin-left: 8%;
}
.aaAccordion li:last-child.on{
    margin-right: 8%;
}
@keyframes hide {
    from {
        display: block;
    }
    to {
        display: none;
    }
}

/*代言人出席活动*/
.activity_swiper{
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    height: calc(100% - 130px);
    min-width: 1600px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
    padding-top: 90px;

}
.activity_swiper .swiper-slide{
    padding: 0 8%;
}
.activity_swiper .content{
    width: 1400px;
    margin: 0 auto;
}
.activity_swiper .content h2{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    line-height: 2;
    color: #fff;
}

.mosaicTableContainer .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: rgba(0,0,0,0.8547);
    display: none;

}

.mosaicTableContainer .mosaiqueDiv > div:hover .mask{
    display: block;
}
.activity_swiper .swiper-button-next{
    right:0;
    width: 15px;
    height: 30px;
    background: url('../img/next1.png') no-repeat;
    background-size: 100% 100%;
    top:0!important;
    margin-top: 0!important;
}
.activity_swiper .swiper-button-prev{
    left:0;
    width: 15px;
    height: 30px;
    background: url('../img/prev1.png') no-repeat;
    background-size: 100% 100%;
    top:0!important;
    margin-top: 0!important;
}

.activity_swiper .page{
    position: absolute;
    width: 1400px;
    left:50%;
    margin-left: -700px;
    top:462px;
    z-index: 10;
}


.prolocutor_info{
    width: 30%;
    top: 30%;
    right: 10%;
    position: absolute;
}
.prolocutor_info .title{
    display: flex;

}
.prolocutor_info .title>div{
    font-size: 34px;
    line-height: 48px;
    color: #fff;
    background: #1d1d1d;
    text-align: center;
    min-width: 120px;
    padding: 10px;
}
.prolocutor_info .description{
    padding: 24px 28px;
    background: #1d1d1d;
    position: relative;

}
.prolocutor_info .description>div{
    text-align: justify;
    overflow : hidden;
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 3;*/
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    height: 86px;
}
.prolocutor_info input{
    background: #e5e5e5;
    color: #202020;
    font-size: 14px;
    line-height: 30px;
    width: 90px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: -30px;

}
.prolocutor_info .get{
    display: none;
}
.three-box{
    max-width: 1400px;
    margin: 20px auto 40px auto;
}