@charset "utf-8";
/** Generated by FG **/
@font-face {
    font-family: 'Conv_COPGOTHN';
    src: url('/html/css/fonts/copgothn/COPGOTHN_1.eot');
    src: local('?'), url('/html/css/fonts/copgothn/COPGOTHN_1.woff') format('woff'), 
    url('/html/css/fonts/copgothn/COPGOTHN_1.ttf') format('truetype'), 
    url('/html/css/fonts/copgothn/COPGOTHN_1.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/** Generated by FG **/
@font-face {
    font-family: 'Conv_BELL';
    src: url('/html/css/fonts/bell/BELL.eot');
    src: local('?'), 
    url('/html/css/fonts/bell/BELL.woff') format('woff'), 
    url('/html/css/fonts/bell/BELL.ttf') format('truetype'), 
    url('/html/css/fonts/bell/BELL.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'didot';
    src: url('/html/css/fonts/didot/DidotHTFB06Bold.eot');
    src: local('?'), 
    url('/html/css/fonts/didot/DidotHTFB06Bold.woff') format('woff'), 
    url('/html/css/fonts/didot/DidotHTFB06Bold.ttf') format('truetype'), 
    url('/html/css/fonts/didot/DidotHTFB06Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/** Generated by FG **/
@font-face {
    font-family: 'Conv_tahoma';
    src: url('/html/css/fonts/tahoma/tahoma.eot');
    src: local('?'), url('/html/css/fonts/tahoma/tahoma.woff') format('woff'), 
    url('/html/css/fonts/tahoma/tahoma.ttf') format('truetype'), 
    url('/html/css/fonts/tahoma/tahoma.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_ARTLOOKINONETYPE';
    src: url('/html/css/fonts/artlookin/ARTLOOKINONETYPE.eot');
    src: local('?'), url('/html/css/fonts/artlookin/ARTLOOKINONETYPE.woff') format('woff'), 
    url('/html/css/fonts/artlookin/ARTLOOKINONETYPE.ttf') format('truetype'), 
    url('/html/css/fonts/artlookin/ARTLOOKINONETYPE.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Conv_DIN_Black';
    src: url('/html/css/fonts/dinblack/DIN-Black.eot');
    src: local('?'), url('/html/css/fonts/dinblack/DIN-Black.woff') format('woff'), 
    url('/html/css/fonts/dinblack/DIN-Black.ttf') format('truetype'), 
    url('/html/css/fonts/dinblack/DIN-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_CopperplateGothicLight';
    src: url('/html/css/fonts/copperplategothicLight/CopperplateGothicLight.eot');
    src: local('?'), url('/html/css/fonts/copperplategothicLight/CopperplateGothicLight.woff') format('woff'), 
    url('/html/css/fonts/copperplategothicLight/CopperplateGothicLight.ttf') format('truetype'), 
    url('/html/css/fonts/copperplategothicLight/CopperplateGothicLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


html,
body {
    width: 100%;
    font: 14px/22px "微软雅黑", "\5b8b\4f53", Arial, sans-serif;
    color: #666;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /*修正手持设备字体变化*/
}

/* 导航 */
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 92px;
    background: #000;
}
header .logo{
    float: left;
    width: 232px;
    position: relative;
    margin-top: 22px;
    margin-left: 72px;
}
header .logo h1{
    position: absolute;
    left: -100%;
}
header .rowR{
    float: right;
    position: relative;
}
header nav ul{
    position: relative;
    overflow: hidden;
}
header nav ul .move{
    height: 3px;
    width: 84px;
    border-top: 3px solid #a29488;/*只需要将上边显示出来*/
    position: absolute;
    bottom: 0;
    left:-84px;
    transition: left .2s ease-in-out 0s;/*包含四个过度属性：执行变换属性、执行时间、速率、延迟*/
    -webkit-transition: left .2s ease-in-out 0s;/*chrome和safari*/
    -moz-transition: left .2s ease-in-out 0s;/*firefox*/
    -o-transition: left .2s ease-in-out 0s;/*opera*/
}
header nav li{
    float: left;
    height: 92px;
    line-height: 92px;
    /* margin:0 38px; */
    padding:0 68px;
}
header nav li:nth-child(1),
header nav li:nth-child(2){
    opacity: 0;
}
header nav li:nth-child(even){
    padding:0;
    margin: 0;
}
header nav li:nth-child(1).hover~ .move{    /*li元素的父元素的第一个子元素，当鼠标停留其上时，move元素的left属性改变*/
    left: 38px;
}
header nav li:nth-child(3).hover~ .move{
    left: 262px;
}
header nav li:nth-child(5).hover~ .move{
    left: 452px;
}
header nav li:nth-child(7).hover~ .move{
    left: 622px;
}
header nav li:nth-child(9).hover~ .move{
    left: 792px;
}
header nav li:nth-child(11).hover~ .move{
    left: 964px;
}
header nav li:nth-child(13).hover~ .move{
    left: 1154px;
}


header nav li:nth-child(1):hover~ .move{    /*li元素的父元素的第一个子元素，当鼠标停留其上时，move元素的left属性改变*/
    left: 38px;
}
header nav li:nth-child(3):hover~ .move{
    left: 262px;
}
header nav li:nth-child(5):hover~ .move{
    left: 452px;
}
header nav li:nth-child(7):hover~ .move{
    left: 622px;
}
header nav li:nth-child(9):hover~ .move{
    left: 792px;
}
header nav li:nth-child(11):hover~ .move{
    left: 964px;
}
header nav li:nth-child(13):hover~ .move{
    left: 1154px;
}

header nav li:nth-child(1):hover~ .move{    /*li元素的父元素的第一个子元素，当鼠标停留其上时，move元素的left属性改变*/
    opacity: 0;
}

header nav a{
    color: #a29488;
    font-size: 16px;
}
header.scrollheadtop{
    top: 0;
}
@keyframes scrollheadtop
{
    from {top:-35px;} 
    to {top:0;}
}
header.scrollhead{
    position: fixed;
    z-index: 99999;
    animation-name: scrollhead;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;/*规定动画完成一个周期所花费的秒或毫秒*/
    animation-timing-function: linear;/*规定动画的速度曲线。默认是 "ease"。*/
    animation-delay: 0s;/*    规定动画何时开始。默认是 0。*/
    animation-iteration-count: 1;/*规定动画被播放的次数。默认是 1。 infinite 无限次*/
    animation-direction: alternate;/*规定动画是否在下一周期逆向地播放。默认是 "normal"。 alternate   动画应该轮流反向播放。  normal 默认值。动画应该正常播放。*/
}
header.scrollhead .logo{
    margin-top: 38px;
}
header.scrollhead nav li{
    height: 62px;
    line-height: 62px;
    margin-top: 30px;
}
header.scrollhead nav ul .move{
    height: 3px;
}
@keyframes scrollhead
{
    from {top:-80px;}
    to {top:-30px;}
}
/* header.scrollhead .logo {
    margin-top: 15px;
} */
header.scrollhead .rowR p {
    display: none;
}
/* header.scrollhead nav li {
    height: 80px;
    line-height: 80px;
    padding: 0 48px;
} */

/* 底部 */
footer{
    position: relative;
}
.hexagon{
    margin:38px 0 28px;
    text-align: center;
}
.hexagon .homeicon{
    display: inline-block;
    width: 129px;
    height: 146px;
    line-height: 146px;
    background: url(/html/images/home.png);
    color: #a29488;
    font-size: 16px;
    font-family: 'didot';
}

footer .hcontact{
    /* overflow: hidden; */
}
footer .hcontact::after{
    content: '';
    display: block;
    clear: both;
}
footer .hcontact .item{
    float: left;
    position: relative;
    width: 50%;
    height: 215px;
    background-color: #d0cfc8;
}
footer .hcontact .item:last-child{
    background-color: #a29488;
}
footer .hcontact .item .con{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:432px;
    padding:64px 20px 60px;
    text-align: center;
    color: #a29488;
}
footer .hcontact .item .con h2{
    position: relative;
    padding-bottom: 10px;
    font-size: 18px;
    letter-spacing: 5px;
    word-spacing: 5px;
}
footer .hcontact .item .con h2::after{
    content: '';
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width: 30px;
    height: 1px;
    background-color: #a29488;
}
footer .hcontact .item .con h3{
    opacity: .56;
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 1.5px;
    word-spacing: 1.5px;
}
footer .hcontact .item .con p{
    position: relative;
    margin-top: 25px;
}
footer .hcontact .item .con p img:last-child{
    position: absolute;
    bottom:40px;
    left:50%;
    transform: translateX(-50%);
    display:none;
    width: 120px;
}
footer .hcontact .item .con p:hover img:last-child{
    display: block;
}
footer .icp{
    line-height: 62px;
    padding:0 84px;
    color: #a1a1a1;
    font-size: 14px;
}
footer .icp .rowL{
    float: left;
}
footer .icp .rowR{
    float: right;
    text-transform: uppercase;
}
footer .icp a{
    color: #a1a1a1;
} 


.errorFeed{
    margin-top:10px;
}
.diamond{
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 1px solid #bbb1a8;
    transform: rotate(45deg);
}

/*首页广告图*/
.add {
  position: relative;
  width: 100%;
  margin-top: 92px;
}
.add .bk {
    display: block;
    width: 100%;
  }
.add .swiper-container {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%; 
}
.add .swiper-slide {
    height: 100%;
    background-size: auto 100%;
    background-position: center center; 
}

/*内容*/
.main{
    width:77.5%;
    margin: 92px auto 0;
}
.main.full-main{
    width: 100%;
}
.full-main .main-tit{
    width:77.5%;
    margin: 0 auto;
}
.main-tit{
    position: relative;
    padding: 62px 0 26px;
    border-bottom: 1px solid #e9e6e4;;
    text-align: center;
}
.main-tit .top{
    height: 12px;
}
.main-tit .top::before,
.main-tit .top::after{
    content: '';
    display: block;
    width: 21px;
    height: 3px;
    margin: 0 auto;
    background-color: #a0948a;
}
.main-tit .top::after{
    margin-top: 6px;
}
.main-tit h2{
    margin-top: 28px;
    color:#a29488;
    font-size: 28px;
}
.main-tit h3{
    margin-top: 8px;
    color: #cdc7c3;
    font-size: 16px;
    font-family: 'didot';
    text-transform: uppercase;
}
.main-tit .diamondbox{
    position: absolute;
    left:50%;
    bottom:-12px;
    transform: translateX(-50%);
    width: 65px;
    background-color: #fff;
    text-align: center;
}
.main-tit .diamondbox::after{
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border:1px solid #b9b1a9;
    transform: rotate(45deg);
}

/*首页*/
.hbrand{
    padding:70px 0;
    color:#a29488;
    text-align: center;
}
.hbrand h2{
    font-size: 28px;
    letter-spacing: 5px;
    word-spacing: 5px;
}
.hbrand h3{
    margin-top: 8px;
    color: #cec7c2;
    font-size: 16px;
    font-family: 'didot';
    letter-spacing: 1.5px;
    word-spacing: 1.5px;
}
.hbrand p{
    line-height: 28px;
    margin-top: 48px;
    font-size: 16px;
}
.hbrand p:nth-child(4){
    margin-top: 10px;
    color: #d3cec9;
    text-transform: uppercase;
}
.hbrand a{
    display: inline-block;
    width: 139px;
    height: 44px;
    line-height: 42px;
    margin-top: 48px;
    border:1px solid #b4a89e;
    color: #a29488;
    font-size: 16px;
    transition: all .3s;
}
.hbrand a:hover{
    background: #b4a89e;
    color:#fff;
}
.hart{
    overflow: hidden;
}
.hart .item{
    float: left;
    position: relative;
    width: 49.9%;
}
.hart .item:first-child{
    margin-right: 0.05%;
}
.hart .item:last-child{
    margin-left: 0.05%;
}
.hart .item img{
    display: block;
    width: 100%;
}
.hart .item .con{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:432px;
    padding:64px 20px 60px;
    background-color: rgba(162, 148, 136, .45);
    text-align: center;
}
.hart .item .con h2{
    color: #fff;
    font-size: 28px;
    letter-spacing: 5px;
    word-spacing: 5px;
}
.hart .item .con h3{
    margin-top: 5px;
    opacity: .56;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1.5px;
    word-spacing: 1.5px;
}
.hart .item .con p{
    display: flex;
    height: 106px;
    justify-content: center;
    align-items: center;
    line-height: 28px;
    color: #fff;
    font-size: 16px;

}
.hart .item .con a{
    display: inline-block;
    width: 139px;
    height: 44px;
    line-height: 42px;
    border:1px solid #fff;
    color: #fff;
    font-size: 16px;
    transition: all .3s;
}
.hart .item .con a:hover{
    background: #fff;
    color:#a29488;
}
.hnews .item{
    width: 100%;
}
.hnews .item .con{
    position: absolute;
    top:50%;
    left:25%;
    transform: translate(-50%,-50%);
}

/*关于MG不朽情缘*/
.about-main .item1 {
    position: relative;
    margin-top: 45px;
}
.about-main .item1 img{
    display: block;
    width: 100%;
}
.about-main .item1 .con{
    position: absolute;
    right:11.25%;
    width: 503px;
    background-color: rgba(160,148,138,.8);
}
.about-main .item1 .con1{
    bottom: 0;
    padding:32px 22px;
    text-align: center;
}
.about-main .item1 .con2{
    top: 100%;
    padding:0 22px 32px;
    text-transform: uppercase;
}
.about-main .item1 .con .diamond{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-bottom: 10px;
    border:1px solid #fff;
    transform: rotate(45deg);
}
.about-main .item1 .con p{
    line-height: 42px;
    color: #fff;
    font-size: 17px;
}
.about-main .item1 .con2 p{
    line-height: 28px;
    opacity: .5;
    color: #fff;
    font-size: 12px;
}
.about-main .warp{
    position: relative;
    z-index: 1;
    width: 77.5%;
    margin:0 auto;
}
.about-main .warp .bk{
    position: absolute;
    left:0;
    top:50%;
    z-index: 0;
    transform: translateY(-50%);
    width: 110%;
}
.about-main .item{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.about-main .item img{
    width: 69%;
}
.about-main .item .con{
    position: absolute;
    width: 556px;
    height: 162px;
    line-height: 28px;
    background-color: #9e948b;
    display: flex;    /*实现垂直居中*/
    align-items: center;    /*实现水平居中*/
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.about-main .item.item2{
    margin-top: 366px;
}
.about-main .warp .item:nth-child(2) .con{
    right:11.25%;
    bottom: 21%;
}
.about-main .item{
    margin-top: 80px;
}
.about-main .item3{
    margin-top: 80px;
}
.about-main .warp .item:last-child .con{
    left:11.25%;
    bottom: 21%;
}

/*品牌故事*/
.brand-main .item1{
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
}
.brand-main .item1 img{
    display: block;
    width: 100%;
}
.brand-main .item1 video{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.brand-main .item1 .icon{
    position: absolute;
    top:50%;
    left:50%;
    z-index: 100;
    transform: translate(-50%,-50%);
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background-color: rgba(162,148,136,.8);
}
.brand-main .item1 .icon::after{
    content: '';
    position: absolute;
    top:50%;
    left:50%;
    z-index: 100;
    transform: translate(-30%,-50%);
    border-left: 50px solid #fff;
    border-top:35px solid transparent;
    border-bottom:35px solid transparent;
}
.brand-main .item2{
    margin-top: 10px;
    text-align: center;
}
.brand-main .item2 .arrow{
    display:inline-block;
    width: 40px;
    height: 40px;
    border-bottom:1px solid #a29488;
    border-right:1px solid #a29488;
    transform: rotate(45deg);
}
.brand-main .item2 .diamond{
    margin-top: 62px;
}
.brand-main .item2 p{
    line-height: 40px;
    color:#a29488;
    font-size: 17px;
}
.brand-main .item2 p:nth-child(4){
    margin-top: 50px;
}
.brand-main .item2 p:nth-child(5){
    line-height: 30px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #d3cec9;
    font-size: 12px;
}
.brand-main .item2 p:nth-child(6){
    margin-top: 100px;
}
.brand-main .item2 p:nth-child(7){
    margin-top: 10px;
}

/*热点*/
.news-main .cate-tit{
    position: relative;
    top:-13px;
    text-align: center;
}
.news-main .cate-tit .con{
    display:inline-block;
}
.news-main .cate-tit a{
    display: inline-block;
    padding-bottom: 6px;
    background-color: #fff;
    color: #a29488;
    font-size: 16px;
}
.news-main .cate-tit a.hover,
.news-main .cate-tit a:hover{
    border-bottom: 1px solid #a29488;
}
.news-main .cate-tit a:first-child{
    padding-right: 10px;
    padding-left:10px;
    margin-right: 35px;
}
.news-main .cate-tit a:last-child{
    padding-left: 10px;
    padding-right:10px;
    margin-left: 35px;
}
.news-main ul{
    margin-top: 24px;
}
.news-main ul li{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f6f4f3;
}
.news-main ul li:nth-child(even) .column:first-child{
    margin-left: 49.75%;
}
.news-main ul li:nth-child(odd) .column:last-child{
    right:0;
}
.news-main ul li:nth-child(even) .column:last-child{
    left:0;
}
.news-main ul li .column:first-child{
    width: 50.25%;
    overflow: hidden;
}
.news-main ul li .column:last-child{
    position: absolute;
    top:0;
    width: 49%;
    height: 100%;
}
.news-main ul li img{
    display: block;
    width: 100%;
    transition: all 1s;
}
.news-main ul li .con{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    padding: 0 38px 0 26px;
    color: #a29488;
}
.news-main ul li .column h2{
    line-height: 46px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfd9d5;
    font-size: 28px;
}
.news-main ul li .column p{
    margin-top: 28px;
    line-height: 26px;
    font-size: 16px;
}
.news-main ul li .column h6{
    width: 139px;
    height: 44px;
    line-height: 42px;
    margin-top: 62px;
    border: 1px solid #b2a69c;
    text-align: center;
    font-family: 'didot';
}
.news-main ul li:hover .column h6{
    background-color: #fff;
}
.news-main ul li:hover .column img{
    transform: scale(1.05);
}

/*空间*/
.space-main .space-box{
    position: relative;
}
.space-main .swiper-container-space{
    margin-top: 28px;
}
.space-main .swiper-container-space img{
    display: block;
    width: 100%;
}
.space-main .swiper-button-next, 
.space-main .swiper-button-prev{
    position: absolute;
    top: 50%;
    width: 44px;
    margin-top: -12px;
    z-index: 10;
    cursor: pointer;
    background-image: none;
}
.space-main .swiper-button-prev{
    left:-62px;
}
.space-main .swiper-button-next{
    right:-62px;
}
.space-main .swiper-button-next::before, 
.space-main .swiper-button-prev::before{
    content: '';
    position: absolute;
    top: 0;
    left:0;
    width: 44px;
    height: 1px;
    background-color: #a29488;
}
.space-main .swiper-button-next::after, 
.space-main .swiper-button-prev::after{
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-top: 1px solid #a29488;
    border-left: 1px solid #a29488;
}
.space-main .swiper-button-prev::after{
    transform: rotate(-45deg);
    top:-7px;
    left:0;
}
.space-main .swiper-button-next::after{
    transform: rotate(135deg);
    top:-7px;
    right:0;
}
.space-main .text-box{
    padding:45px 135px 75px;
    background-color: #f0eeec;
    color: #a29488;
}
.space-main .text-box h2{
    font-size: 28px;
}
.space-main .text-box .diamond{
    margin: 32px 0 10px 14px;
}
.space-main .text-box p{
    line-height: 48px;
    font-size: 16px;
}

/*产品*/
.product-main ul{
    overflow: hidden;
    margin-top: 28px;
}
.product-main ul li{
    float: left;
    position: relative;
    width: 33%;
    overflow: hidden;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
    cursor: pointer;
}
.product-main ul li:nth-child(3n){
    margin-right: 0;
}
.product-main ul li img{
    display: block;
    width: 100%;
    transition: all .5s ease-in-out
}
.product-main ul li:hover img{
    transform: scale(1.05);
}
.product-main ul li em{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background-color: rgba(0,0,0,0.4);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.product-main ul li em::before,.product-main ul li em::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.product-main ul li em::before{
    width: 0;
    height: 1px;
}
.product-main ul li em::after{
    width: 1px;
    height: 0;
}
.product-main ul li:hover em{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.product-main ul li:hover em::before{
    width: 40px;
}
.product-main ul li:hover em::after{
    height: 40px;
}


.product-main .cate-box{
    position: absolute;
    left:42px;
    top:50%;
    transform: translateY(-50%);
    width: 232px;
    max-height: 100%;
    overflow-y: auto;
}
.product-main .cate-box .item{
    margin-bottom:50px;
    color: #a29488;
}
.product-main .cate-box .item.hover{
    margin-bottom:25px;
}
.product-main .cate-box .item h3{
    position: relative;
    font-size: 20px;
    text-indent: 42px;
}
.product-main .cate-box .item h3::before {
    content: '';
    position: absolute;
    top:7px;
    left:2px;
    width: 8px;
    height: 8px;
    border: 1px solid #b9b1a9;
    transform: rotate(45deg);
}
.product-main .cate-box .item h3 span {
    position: absolute;
    top:7px;
    right:14px;
    cursor: pointer;
}
.product-main .cate-box .item h3 span::before,
.product-main .cate-box .item h3 span::after {
    content: '';
    position: absolute;
    background-color: #a29488;
}
.product-main .cate-box .item h3 span::before{
    left:0;
    top:6px;
    width: 14px;
    height: 2px;
}
.product-main .cate-box .item h3 span::after{
    left:6px;
    top:0;
    width: 2px;
    height: 14px;
}
.product-main .cate-box .item.hover h3 span::after{
    display: none;
}
.product-main .cate-box .sub-box{
    display: none;
    padding-left: 74px;
    margin-top:10px;
}
.product-main .cate-box .item.hover .sub-box{
    display: block;
}
.product-main .cate-box .sub-box a{
    display: block;
    line-height: 45px;
    color: #b7ada4;
    font-size: 16px;
}

/*工艺*/
.process-main .item1{
    position: relative;
    margin-top: 72px;
}
.process-main .item1 .bot{
    width: 72%;
    height: 182px;
}
.process-main .item1 .bot{
    position: absolute;
    bottom:-68px;
    left:8%;
    z-index: 0;
    width: 72%;
    height: 182px;
    background-color: #a29488;
}
.process-main .item1 .bot .column1{
    position: absolute;
    bottom: 0;
    left:29px;
    line-height: 68px;
    color: #fff;
    font-size: 28px;
}
.process-main .item1 .bot .column2{
    position: absolute;
    bottom: 33px;
    left:122px;
    width: 40px;
    height: 1px;
    background-color: #bbb1a8;
}
.process-main .item1 .bot .column3{
    position: absolute;
    bottom: 0;
    left:192px;
    line-height: 68px;
    color: #fff;
    font-size: 16px;
}

.process-main .swiper-container-process{
    z-index: 10;
    margin-top: 28px;
}
.process-main .swiper-container-process img{
    display: block;
    width: 100%;
}
.process-main .swiper-button-next, 
.process-main .swiper-button-prev{
    position: absolute;
    bottom: 0;
    top:auto;
    width: 44px;
    z-index: 10;
    cursor: pointer;
    background-image: none;
}
.process-main .swiper-button-prev{
    left:72%;
}
.process-main .swiper-button-next{
    left:75%;
}
.process-main .swiper-button-next::after, 
.process-main .swiper-button-prev::after{
    content: '';
    position: absolute;
    top:0;
    z-index: 10;
    width: 14px;
    height: 14px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
}
.process-main .swiper-button-prev::after{
    transform: rotate(-45deg);
    left:0;
}
.process-main .swiper-button-next::after{
    transform: rotate(135deg);
    right:0;
}
.process-main .item1 img{
    display: block;
    width: 71%;
}
.process-main .item1 .txt{
    position: absolute;
    top:50%;
    right:0;
    z-index: 1;
    transform: translateY(-50%);
    margin-top: -68px;
    width: 29%;
    padding:0 10px 0 30px;
    color: #a29488;
    text-align: center;
}
.process-main .item1 .txt h2{
    font-size: 28px;
}
.process-main .item1 .txt .diamond{
    margin: 32px auto 10px;
}
.process-main .item1 .txt p{
    line-height: 32px;
    text-align: left;
    font-size: 16px;
    color: #b7ada4;
}
.process-main .warp{
    position: relative;
    z-index: 1;
}
.process-main .item{
    position: relative;
    z-index: 1;
}
.process-main .item img{
    width: 71%;
    margin-left: 29%;
}
.process-main .warp .item:last-child img{
    margin-left: 0;
}
.process-main .item .con{
    position: absolute;
    width: 37%;
    height: 100%;
    line-height: 28px;
    background-color: #9e948b;
    color: #fff;
    font-size: 16px;
}
.process-main .item .txt{
    position: absolute;
    top:50%;
    right:0;
    z-index: 1;
    transform: translateY(-50%);
    width: 100%;
    padding:0 30px;
    color: #fff;
    text-align: center;
}
.process-main .item .txt h2{
    font-size: 28px;
}
.process-main .item .txt .diamond{
    margin: 32px auto 10px;
    border-color: #e0dcd9;
}
.process-main .item .txt p{
    line-height: 32px;
    text-align: left;
    font-size: 16px;
    color: #e0dcd9;
}
.process-main .warp .item:nth-child(2) .con{
    left:0;
    bottom: 12%;
}
.process-main .item{
    margin-top: 80px;
}
.process-main .item3{
    margin-top: 80px;
}
.process-main .warp .item:last-child .con{
    right:0;
    bottom: 12%;
}
.process-main .line-diamond:nth-child(1){
    margin:136px 0 106px;
}
.process-main .line-diamond:nth-child(3){
    margin:76px 0 126px;
}
.process-main .line-diamond{
    position: relative;
    border-bottom: 1px solid #e9e6e4;;
    text-align: center;
}
.process-main .line-diamond .diamondbox{
    position: absolute;
    left:50%;
    bottom:-12px;
    transform: translateX(-50%);
    width: 65px;
    background-color: #fff;
    text-align: center;
}
.process-main .line-diamond .diamondbox::after{
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border:1px solid #b9b1a9;
    transform: rotate(45deg);
}

/*联系MG不朽情缘*/
.contact-main .contact{
    position: relative;
    margin-top: 28px;
}
.contact-main .contact .img{
    display: block;
    width: 100%;
}
.contact-main .contact .con{
    position: absolute;
    top:8%;
    right: 4%;
    width: 44%;
    height: 84%;
    line-height: 28px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
}
.contact-main .contact .txt{
    position: absolute;
    top:50%;
    z-index: 1;
    transform: translateY(-50%);
    padding:0 30px;
}
.contact-main .contact .txt h2{
    color: #a29488;
    font-size: 24px;
    letter-spacing: 2px;
    word-spacing: 2px;
}
.contact-main .contact .txt h3{
    color: #c7bfb8;
    font-size: 16px;
    letter-spacing: 1px;
    word-spacing: 1px;
}
.contact-main .contact .txt .diamond{
    margin: 32px auto 10px;
    border-color: #e0dcd9;
}
.contact-main .contact .txt p{
    line-height: 46px;
    margin-top: 24px;
    text-align: left;
    font-size: 16px;
    color: #a29488;
}
.contact-main .contact .txt p span{
    float: left;
    line-height: 32px;
    margin-top: 10px;
}
.contact-main .contact .txt p .ewm{
    float: left;
    margin-top: 10px;
}

.contact-main .feedback{
    position: relative;
    margin-top: 82px;
}
.contact-main .feedback .img{
    display: block;
    width: 100%;
}
.contact-main .feedback .con{
    position: absolute;
    top:8%;
    left: 4%;
    width: 44%;
    height: 84%;
    line-height: 28px;
    background-color: #fff;
}
.contact-main .feedback .txt{
    position: absolute;
    top:50%;
    z-index: 1;
    transform: translateY(-50%);
    width: 100%;
    padding:0 30px;
}
.contact-main .feedback .txt h2{
    color: #a29488;
    font-size: 24px;
    letter-spacing: 2px;
    word-spacing: 2px;
}
.contact-main .feedback .txt h3{
    color: #c7bfb8;
    font-size: 16px;
    letter-spacing: 1px;
    word-spacing: 1px;
}
.contact-main .feedback .warp{
    margin-top: 22px;
}
.contact-main .feedback .txt .row{
    width: 100%;
    margin-bottom: 20px;
}
.contact-main .feedback .txt input{
    width: 100%;
    line-height: 50px;
    background: #f6f4f3;
    padding-left:12px;
}
.contact-main .feedback .txt textarea{
    width: 100%;
    height: 282px;
    line-height: 50px;
    background: #f6f4f3;
    padding-left:12px;
    resize: none;
}
.contact-main .feedback .txt button{
    width: 100%;
    line-height: 50px;
    background: #a29488;
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.contact-main .network{
    margin-top: 82px;
}
.shrowR{
    position:relative;
    margin-top: 25px;
}
.shrowR .mobileTit{
    display:none;
    margin-bottom:24px;
    text-align:center;
}
.shrowR .shrowR-left{
    width:100%;
    overflow:hidden;
    padding:30px 22px;
    background: rgba(162,148,136,1);
}
.contact-main .shrowR .rowL{
    float:left;
    width:360px;
    margin-left:20px;
}
.contact-main .shrowR .rowL .k1{
    float:left;
    width:24px;
    margin-top:9px;
}
.contact-main .shrowR .rowL .k2{
    float:left;
    width:200px;
    margin-left:25px;
    margin-top:17px;
}
.contact-main .shrowR .rowL h3{
    float:left;
    line-height:42px;
    margin-left:25px;
    color:#fff;
    font-size:18px;
    letter-spacing:2px;
    word-spacing:2px;
}
.contact-main .shrowR .row{
    float:right;
    width:460px;
    font-size:14px;  
}
.contact-main .shrowR .row select{
    float:left;
    position:relative;
    display:block;
    width:48%;
    height:28px;
    line-height:26px;
    padding-left:10px;
    /*background:#bbb1a8;*/
    padding-right: 14px;   
    background:#bbb1a8 url(/images/arrowdown.png) no-repeat right 10px center;
    background-size:8px;
    border:1px #bbb1a8 solid;
    border-radius:0;
    color:#fff;
  appearance:none;   
  -moz-appearance:none;   
  -webkit-appearance:none;   
}

.contact-main .shrowR .row select:first-child{
    width:38%;
}
.contact-main .shrowR .row select:last-child{
    width:58%;
}
.contact-main .shrowR .row select option{
    color:#555;
}
.contact-main .shrowR .row select#cmbCity{
    float:right;
}

.contact-main .shrowR .shop{
    height: 472px;
    margin-top:15px;
    max-height:570px;
    overflow-x:hidden;
    overflow-y:auto;
}
.contact-main .shrowR .shop p{
    line-height:24px;
    padding:12px 0;
    border-bottom:1px #bbb solid;
    color: #fff;
    font-size:12px;
    cursor:pointer;
}
.contact-main .shrowR #map{
    width:100%;
    height: 640px;
}

.contact-main .manpower{
    margin-top: 72px;
}
.contact-main .manpower .tit{
    position: relative;
    margin-bottom: 62px;
    text-align: center;
}
.contact-main .manpower .tit h2{
    color:#a29488;
    font-size: 28px;
}
.contact-main .manpower .tit h3{
    margin-top: 8px;
    color: #cdc7c3;
    font-size: 16px;
    font-family: 'didot';
    text-transform: uppercase;
}
.contact-main .manpower .con{
    width: 1204px;
    margin: 0 auto;
}
.contact-main .manpower .con ul{
    overflow: hidden;
}
.contact-main .manpower .con li{
    float: left;
    width: 179px;
    line-height: 50px;
    margin-right: 26px;
    margin-bottom: 26px;
    border: 1px dashed #a29488;
    text-align: center;
    color: #a29488;
    font-size: 16px;
}
.contact-main .manpower .con li:nth-child(6n){
    margin-right: 0;
}
.contact-main .manpower .con li.hover{
    background-color: #a29488;
    color: #fff;
}
.contact-main .manpower .item{
    position: relative;
    padding:36px 30px 30px;
    background-color: #f6f4f3;
}
.contact-main .manpower .txt{
    color: #a29488;
}
.contact-main .manpower .txt .job{
    display: inline-block;
    text-align: center;
}
.contact-main .manpower .txt h2{
    display: inline-block;
    font-size: 28px;
}
.contact-main .manpower .txt .diamond{
    margin: 25px auto 15px;
    border-color: #a29488;
}
.contact-main .manpower .txt .txtdeatil{
    line-height: 48px;
    text-align: left;
    font-size: 16px;
}
