@charset "utf-8";
.xmly
{
    background-image:url(/images/xmly-2.jpg);
    background-repeat:no-repeat;
    background-size:100% 100%;
}

.pro-more
{
    background-color:#fff;
    height:400px;
    overflow:auto;
    width:100%;
    text-align:center;
    color:#000;
    padding-bottom:20px;
}

.pro-more .row
{
    text-align:left;
    margin-left:15px;
    margin-right:15px;
    margin-top:120px;
}


/* 首页购买弹窗样式 */
.shopping {
    display: none;
}
.shopping .wrap {
    padding: 10px 10%;
    font-family: MyriadPro, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.shopping h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.8em;
    border-bottom: 1px solid gray;
}
.shopping .item {
    margin-bottom: 20px;
}
.shopping .item .item-box {
    padding: 30px 0;
}
.shopping .item-box .col-1 {
    margin-bottom: 10px;
}
.shopping .item-box .col-1 a {
    display: inline-block;
}
.shopping .item-box .col-1 img {
    max-height: 50px;
    width: auto;
    transition: all .2s ease-in-out;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.shopping .item-box .col-1 img:hover{
    transform: scale(1.1,1.1);
    border: 1px solid #666;
}
@media screen and (max-width: 767px) {
    .shopping h3 {
        font-size: 16px;
        font-weight: normal;
    }
    .shopping .item {
        margin-bottom: 10px;
    }
    .shopping .item .item-box {
        padding: 10px 0;
        margin: 0;
    }
    .shopping .item-box .col-1 {
        padding: 0 4px;
    }
    div.product-content ul li{
        margin-bottom: 40px;
    }
}

#part-1 .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 10px;
}
#part-1 {
    position: relative;
    /*height: 560px;*/
}
#tab-1 .item a {
    display: block;
    /*height: 560px;*/
}
#tab-1 .item a {
    display: block;
    /*height: 560px;*/
}
#tab-1 .shop-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 17.7%;
    color: #fff;
    text-align: left;
    font-family: MyriadPro, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#tab-1 .shop-info h2 {
    font-size: 48px;
    font-family: Avant, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic;
    margin-bottom: 10px;
}
#tab-1 .shop-info p {
    font-size: 18px;
    font-weight: 100;
    line-height: 1em;
}
#tab-1 .shop-info .parameter {
    margin-bottom: 15px;
}
#tab-1 .shop-info .price {
    font-size: 48px;
    color: #0066cc;
}
#tab-1 .shop-info .price .span1 {
    font-size: 24px;
}
#tab-1 .shop-info .price .span2 {
    font-size: 20px;
    color: #fff;
    text-decoration: line-through;
}
#tab-1 .shop-info .link a {
    display: inline-block;
    margin-right: 10px;
    font-size: 32px;
    font-family: calibril, Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 16px 0;
    width: 200px;
    text-align: center;
    line-height: 1em;
}
#tab-1 .shop-info .link .buy {
    background: #0066cc;
    color: #fff;
}

#tab-1 .shop-info .link .buy:hover {
    background: #e3af09;
}
#tab-1 .shop-info .link .more {
    background: #fff;
    color: #0066cc;
}
#tab-1 .shop-info .link .more:hover {
    color: #e3af09;
}

#part-2 {}
#part-2 .wrap {
    max-width: 1750px;
    padding: 30px 14px;
    border: 1px solid;
}
#part-2 .wrap h2 {
    font-size: 64px;
    font-style: italic;
}
#part-2 .wrap p {
    font-size: 24px;
    line-height: 1.5em;
}
#part-2 .wrap .more {
    margin-top: 10px;
}
#part-2 .wrap .more a {
    background: #0066cc;
    display: inline-block;
    font-size: 32px;
    line-height: 1em;
    padding: 14px 20px;
    color: #fff;
}
#part-2 .wrap .more a:hover {
    background: #e3af09;
}

#part-3 {
    background: #f0f0f0;
    margin-bottom: 40px;
}
#part-3 .wrap {
    max-width: 1174px;
    margin: 0 auto;
}
#news {
    margin: 50px -15px;
}
#news .news {
    padding: 0 15px;
    margin-bottom: 40px;
}
#news .news .img {
    position: relative;
}
#news .news .img img {
    display: block;
    margin: 0 auto;
}
#news .news .news-wrap {
    position: relative;
    -webkit-box-shadow: 0 4px 10px 2px rgba(0,0,0,.1);
    box-shadow: 0 4px 10px 2px rgba(0,0,0,.1);
    transition: transform .2s ease-in-out;
}
#news .news .news-wrap:hover {
    transform: translateY(-10px);
    -webkit-box-shadow: 0 4px 10px 6px rgba(0,0,0,.15);
    box-shadow: 0 4px 10px 6px rgba(0,0,0,.15);
}

#news .news .img a {
    display: block;
}
#news .news .img a img {
    display: block;
    margin: 0 auto;
}
#news .news .text {
    color: #000;
    text-align: left;
    padding: 20px 10px;
}
#news .news .text h3 {
    font-size: 32px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#news .news .text p {
    font-size: 24px;
    font-style: italic;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
    color: #333;
}
#news .news .text .more {
    margin-top: 26px;
}
/*修改*/
#news .news .text .more a {
    background: #0066cc;
    display: inline-block;
    font-size: 14px;
    line-height: 1em;
    padding: 12px 20px;
    color: #fff;
}
#news .news .text .more a:hover {
    background: #0359b0;
}

#part-4 {
    background: #f0f0f0;
    padding: 40px 0;
}
#part-4 .wrap {
    max-width: 1174px;
    margin: 0 auto;
    position: relative;
}
#part-4 .left {}
#part-4 .left .box {
    padding: 0;
}
#part-4 .left .box a {
    display: block;
}
#part-4 .left .box a img {
    margin: 0 auto;
}
#part-4 .left .box h3 {
    font-size: 26px;
    color: black;
    margin: 30px 0 10px;
    text-align: left;
}
#part-4 .left .box .price {
    font-size: 26px;
    color: red;
    line-height: 1em;
    font-weight: bold;
    text-align: left;
}
#part-4 .left .box .price span {
    font-size: .78em;
    color: gray;
    text-decoration: line-through;
    font-weight: normal;
}
#count {
    margin-top: 40px;
}
#count .count-wrap {
    margin: 0;
}
#count .count-wrap .time {
    padding: 0 6px;
}
#count .count-wrap .time .p1 {
    background: #434343;
    color: white;
    font-size: 26px;
    border-radius: 6px;
    padding: 4px 10px;
}
#count .count-wrap .time .p2 {
    color: black;
    font-size: 14px;
    margin-top: 10px;
}

#part-4 .right {}
#part-4 .right .box {
    margin-bottom: 40px;
}
#part-4 .right .box .box-wrap {}
#part-4 .right .box .item {}
#part-4 .right .box .item .item-wrap {
    display: block;
    padding: 20px;
    background: white;
    text-align: left;
    cursor: pointer;
}
#part-4 .right .box .item .img {}
#part-4 .right .box .item .img img {
    margin: 0 auto;
}
#part-4 .right .box .item h4 {
    font-size: 20px;
    line-height: 1.8em;
    margin-top: 20px;
    color: black;
    text-align: center;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
#part-4 .right .box .item .price {
    font-size: 18px;
    line-height: 1.2em;
    color: red;
    text-align: center;
    margin-bottom: 12px;
}
#part-4 .right .box .item .price span {
    font-size: .6em;
    text-decoration: line-through;
    color: black;
}
#part-4 .right .box .item .add {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2em;
    width: 70%;
    border-radius: 6px;
    background: red;
    color: #fff;
    text-align: center;
}
#part-4 .right .box .item .add:hover {
    background: #e00;
}

.es #part-4 .right .box .item .add,
.ru #part-4 .right .box .item .add{
    width: 85%;
}
#tab-2 {
    position: relative;
}
#tab-2 .item a {
    display: block;
}
#tab-2 .left {
    margin: 0 !important;
}
/* 新增样式*/
.homepage.section-video {
    height: 700px;
    background: url(../img/home/bj-video.jpg) center no-repeat ;
    background-size: 100% 100%;
    position: relative;
}
.homepage.section-video .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    opacity: 0;
}
.homepage.section-video .container, .homepage.section-video .container .row {
    height: 100%;
    position: relative;
}
.homepage.section-video .container .row .content {
    width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.homepage.section-video .container .row .content p {
    font-size: 16px;
}
.homepage.section-video .container .row .content button:hover {
    color: #fff;
    background-color: #EEAA00;
    border: none;
}
.homepage.section-video .container .row .content button {
    width: 80px;
    height: 80px;
    margin-top: 15px;
    padding: 0;
    color: #fff;
    border:2px solid #fff;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
}
.homepage.section-video .container .row .content button span {
    margin-left: 3px;
    font-size: 34px;
    color: #fff;
}
#part-3 .text-center .btn{
     color: #333;
     background: none;
     border-color: #666;
     padding: 6px 25px 6px;
     border-radius: 20px;
     line-height: 0;
}
#part-3 .text-center .btn:hover{
    color: #fff;
    border-color: #EEAA00 !important;
    background-color: #EEAA00 !important;
}
#part-3 .text-center .btn em{
    line-height: 17px;
}
#part-3 .text-center .btn .glyphicon{
    margin-left: 6px;
    font-size: 12px;
}
#part-4 .text-center .btn{
    color: #333;
    background: none;
    border-color: #666;
    padding: 6px 25px 6px;
    border-radius: 20px;
    line-height: 0;
}
#part-4 .text-center .btn:hover{
    color: #fff;
    border-color: #EEAA00 !important;
    background-color: #EEAA00 !important;
}
#part-4 .text-center .btn em{
    line-height: 17px;
}
#part-4 .text-center .btn .glyphicon{
  margin-left: 6px;
  font-size: 12px;
}
/* 自适应 */
@media screen and (max-width: 767px) {

    /* 新增样式*/
    .homepage.section-video {
        height: 260px;
        background: url(../img/home/bj-video.jpg) center no-repeat ;
        background-size: 100% 100%;
    }
    .main-article {
        padding-top: 91px;
    }
    #part-1 .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin: 0 6px;
        border-radius: 10px;
    }
    #tab-1 .shop-info {
        top: 10%;
        left: 50%;
        transform: translate(-50%,0);
        width: auto;
        text-align: center;
    }
    #tab-1 .shop-info .parameter, #tab-1 .shop-info .text1 {
        display: none;
    }
    #tab-1 .shop-info h2 {
        font-size: 30px;
    }
    #tab-1 .shop-info p {
        font-size: 16px;
    }
    #tab-1 .shop-info .price {
        font-size: 24px;
        margin-bottom: 10px;
    }
    #tab-1 .shop-info .price .span1 {
        font-size: 12px;
    }
    #tab-1 .shop-info .price .span2 {
        font-size: 12px;
    }
    #tab-1 .shop-info .link a {
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
        font-size: 20px;
        padding: 14px 0;
        width: 150px;
    }
    #part-2 .wrap {
        padding: 30px 10px;
    }
    #part-2 .wrap h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    #part-2 .wrap p {
        font-size: 16px;
        text-align: left;
    }
    #part-2 .wrap .item .text h3 {
        font-size: 24px;
    }
    #part-2 .wrap .item .text p {
        font-size: 18px;
    }

    #part-2 .wrap .more a, #news .news .text .more a {
        display: block;
        text-align: center;
    }
    #news {
        padding-top: 40px;
        /*border-top: 1px solid #ccc;*/
        margin: 0;
    }
    #news .news {
        padding: 0;
    }
    #news .news .text h3 {
        font-size: 24px;
    }
    #news .news .text p {
        font-size: 14px;
    }

    #part-4 .left .box h3 {
        text-align: center;
    }
    #part-4 .left .box .price {
        text-align: center;
    }
    #count {
        margin-top: 30px;
    }
    #count .count-wrap .time {
        padding: 0 6px;
        margin-bottom: 20px;
    }
    #part-4 .right .box .item {
        margin-top: 30px;
    }
    #part-4 .right .box .item h4 {
        font-size: 24px;
        line-height: 1.5em;
        padding-left: 0;
        margin-top: 10px;
        text-align: center;
    }
    #part-4 .right .box .item .price {
        font-size: 18px;
        line-height: 1.2em;
        padding-left: 0;
        text-align: center;
    }
    div.top-banner h5{
        font-size: 26px;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    div.list-menu{
        padding: 30px 0;
    }
    div.top-banner p{
        width: 100%;
        padding-left: 20px;
        font-size: 13px;
        padding-right: 20px;
    }
    div.list-menu ul li a,
    div.warning-message p,
    div.product-content p{
        font-size: 13px;
    }
    div.product-content a{
        font-size: 12px;
        display: block;
        padding: 2px 4px;
    }
    div.product-content h5{
        font-size: 18px;
    }
    div.product-content p{
        margin-bottom: 14px;
    }
    div.warning-message{
        padding-bottom: 60px;
    }
    footer#footer .copy .media{
        width: 50%;
    }

}
@media screen and (max-width: 340px) {
    .main-article {
        padding-top: 121px;
    }
    #tab-1 .shop-info {
        top: 4%;
    }
}
@media screen and (min-width: 768px) {
    /*新增样式*/
    .homepage.section-video .container .row .content h2 {
        font-size: 32px;
    }
    #tab-1 .shop-info {
        left: 10%;
    }
    #tab-1 .shop-info h2 {
        font-size: 38px;
    }
    #tab-1 .shop-info .price {
        font-size: 38px;
    }
    #tab-1 .shop-info .price .span1 {
        font-size: 16px;
    }
    #tab-1 .shop-info .price .span2 {
        font-size: 16px;
    }
    #tab-1 .shop-info .link a {
        margin-right: 10px;
        font-size: 20px;
        padding: 10px 0;
        width: 120px;
    }

    #part-2 .wrap {
        padding: 30px 30px;
    }
    #part-2 .wrap p {
        font-size: 20px;
        text-align: left;
    }
    #news {
        padding-top: 30px;
        border-top: 1px solid #ccc;
    }
    #news .news .text {
        max-width: 620px;
        margin: 0 auto;
    }
    /*修改*/
    #news .news .text h3 {
        font-size: 14px;
    }
    /*修改*/
    #news .news .text p {
        font-size: 12px;
    }
    #news .news .text .more {
        text-align: center;
    }
    #part-4 .left {
        margin-bottom: 40px;
    }
    #part-4 .left .box h3 {
        text-align: center;
    }
    #part-4 .left .box .price {
        text-align: center;
    }
    #count .count-wrap{
        margin: 0 auto;
        width: 60%;
    }
    .es #count .count-wrap, .ru #count .count-wrap{
        width: 80%;
    }
    #count .count-wrap .time .p1 {
        display: inline-block;
        font-size: 30px;
        padding: 4px 16px;
    }
    #count .count-wrap .time .p2 {
        font-size: 20px;
    }
}
@media screen and (min-width: 992px) {
    /*新增样式*/
    #part-3 {
        margin-bottom: 60px;
    }
    #news {
        padding: 0 20px;
        border: none;
    }
    #news .news .text .more {
        text-align: left;
    }
    #news .news .img img {
        display: block;
        margin: 0 auto;
        max-height: 202px;
        width: auto;
    }

    #count .count-wrap{
        width: 100%;
    }
    .es #count .count-wrap, .ru #count .count-wrap{
        width: 100%;
    }
    #count .count-wrap .time .p1 {
        font-size: 26px;
        padding: 4px 10px;
    }
}
@media screen and (min-width: 1200px) {
    #tab-1 .shop-info {
        left: 17.7%;
    }
    #tab-1 .shop-info h2 {
        font-size: 48px;
    }
    #tab-1 .shop-info .price {
        font-size: 48px;
    }
    #tab-1 .shop-info .price .span1 {
        font-size: 24px;
    }
    #tab-1 .shop-info .price .span2 {
        font-size: 21px;
    }
    #tab-1 .shop-info .link a {
        font-size: 28px;
        padding: 16px 14px;
        width: 200px;
    }

    #part-2 .wrap {
        padding: 30px 14px;
    }
    #part-2 .wrap p {
        font-size: 24px;
        text-align: center;
    }

    #news .news .news-wrap:before {
        display: block;
    }
}
@media screen and (min-width: 1800px) {
    #tab-1 .shop-info {
        left: 19.7%;
    }
    #news .news .img {
        width: auto;
    }
    #news .news .text h3 {
        font-size: 24px;
    }
    #news .news .text p {
        font-size: 16px;
    }
}
/*主要特征*/
.marketing{
    padding-bottom: 30px;
}
.marketing .row{
    padding-top:20px;
    padding-bottom: 20px; 
}
.marketing .row h3{
    text-align: center;
    padding-top:15px; 
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.marketing .row .fea{
    padding-top:30px; 
}
.marketing .row .fea h4{
    padding-bottom: 15px;
    padding-top:15px ;
    font-weight: bold;
}
/*首页产品*/
.product{
    background-color:#E1E1E1;
    text-align:center;
    color:#000;
    padding-top:30px; 
    padding-bottom:30px;
}
.product .row{
    text-align:center;
    margin-left:15px;
    margin-right:15px;
    padding:15px 0px 15px 0px 
}
.product .row h3{
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.product .row ul li{
    list-style:none;
}
.product .row ul li h4{
    font-weight: bold;
    padding-bottom: 5px;
}
.nouveaute-home{
    line-height:100%;
    width:40%;
    font-size:100%;
    text-transform:uppercase;
    color:#fff;
    background-color:#CB8713;
    border-radius:0px 15px 0px 15px;
    text-align:center;
    margin:10px auto 0;
    padding:10px 20px;
}
/*品牌*/
#banner{
    margin:0 auto;
}
#banner .wrap{
    position:relative;
}
.features{
    background-image:url(/images/8.jpg);
    background-repeat:no-repeat;
    background-size:100% 100%;
}
.features .margin-b-lg{
    padding-bottom: 80px;
}
.features .margin-b-lg h1{
    height: 50px;line-height: 50px;
}
.features .features-list{
    padding: 60px;
}
.features .features-list h2{
    font-size: 25px;color: #fff
}
.features .features-list h3 p{
    font-weight: bold;color: #fff 
}
/*新闻*/
.news {
    /*border: 1px solid red*/
}
.news .row{
    padding: 0px 0 30px 0
}
.news .row h2{
    color: black;
    font-weight: bold;
    text-align: center;
    padding:20px 0 20px 0;
    text-transform: uppercase;
}
.news .row ul li{
    list-style: none;
    text-align: left
}
.news .row ul li h4{
    color: black;
    font-weight: bold;
    padding: 30px 0 5px 0
}
.news .row ul li p{
    text-align: left;
    padding-bottom: 10px;
    color: #333333;
}
.news .row ul li span{
    margin-top: 10px;
    margin-bottom: 25px;
    display:inline-block;
    background-color: black;
    color: #fff;
    padding:5px 10px 5px 10px
}
.email{
    background-color: #E1E1E1;
    padding-bottom: 60px;
    padding-top:60px;
} 
.email .container {
    text-align: center;
}
.email .container h4{
    color: black;
    padding:20px 0 20px 0 
}
.email .container button{
    margin-left:5px;
    background-color: black;
    color: #fff;
}
.top-banner{
    background-image: url('/img/top-banner.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    height: 420px;
    object-fit: cover;
}
.top-banner h5{
    font-size: 36px;
    color: #fff;
    width: 60%;
    margin: 60px 0 40px 0;
}
.top-banner p{
    font-size: 16px;
    color: #fff;
    width: 60%;
    text-align: left;
}
.list-menu{
    padding: 60px 0;
    /*border: 1px solid red;*/
}
.list-menu ul{
    height: auto;
    overflow: auto;
}
.list-menu ul li{
    margin-bottom: 10px;
}
.list-menu ul li a{
    /*border: 1px solid red;*/
    background-color: #f3f3f3;
    font-weight: bold;
    color: #000;
    display: block;
    padding: 10px 0px;
    font-size: 15px;
}
.list-menu ul li a.visted{
    background-color: #000;
    color: #fff;
}
.warning-message{
    padding: 60px 0 80px 0;
    /*border: 1px solid red;*/
}
.warning-message .container{
    background-color: #FCEAEB;
    border: 1px solid red;
    padding: 20px 0;
}
.warning-message p{
    color: #000;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}
.product-content{
    padding: 60px 0;
    /*border: 1px solid red;*/
    background-color: #f3f3f3;
}
.product-content .lists{
    margin-bottom: 60px;
}
.product-content ul{
    height: auto;
    overflow: auto;
}
.product-content ul li{
    margin-bottom: 40px;
}
.product-content h5{
    font-size: 28px;
    color: #000;
    font-weight: bold;
    line-height: 1.2;
    padding:0 12px;
}
.product-content img{
    width: 100%;
}
.product-content p{
    font-size: 16px;
    color: #171717;
    margin-top: 10px;
    margin-bottom: 30px;
    padding:0 12px;
}
.product-content a{
    font-size: 14px;
    color: #fff;
    background-color: #000;
    padding: 10px 10px;
}