@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0; padding:0;}
table{ border-collapse:collapse; border-spacing:0;}
fieldset,img,abbr,acronym{ border:0;}
address,caption,cite,code,dfn,em,strong,th,var{ font-style:normal; font-weight:normal;}
ol,ul,li{ list-style:none;}
caption,th{ text-align:left;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
input{ border:none; -webkit-appearance:none; outline:none; border-radius: 0; }
i{font-style:normal}
*{box-sizing:border-box; -webkit-box-sizing:border-box; -webkit-tap-highlight-color:rgba(255,255,255,0);
// pointer-events: none;
}
a, img {
    -webkit-touch-callout: none;
    text-decoration:none;
}
html, body {
    line-height:1;
    height: 100%;
    -webkit-user-select: none;
    -webkit-touch-callout:none;
    user-select: none;
    font-family: "microsoft yahei",Verdana,Arial,Helvetica,sans-serif;
    -webkit-font-smoothing:antialiased;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    text-rendering: optimizelegibility;
}
select{-webkit-appearance:none;}
textarea{-webkit-appearance:none; }
::-webkit-scrollbar{
    display: none; width: 0;height: 0;
}
::-webkit-scrollbar-thumb{
    background-color:transparent;
}
::-webkit-scrollbar-track{
    background-color:transparent;
}

::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

div,span{ -webkit-tap-highlight-color: rgba(255,255,255,0); }
* { margin: 0 auto; padding: 0;}
body { font: 16px/1.8 "Microsoft Yahei",verdana;}
a { color: #fff; text-decoration: none;}
li{ list-style: none;}
img{ border: none;}
.w980{ width: 980px;}
.fl{ float: left;}
.fr{ float: right;}
.clearfix:after { content: ""; display: table; clear: both;}

/* 顶部导航 */
.ml-nav { position: fixed; top: 0; left: 0; z-index: 10000; zoom: 1; width: 100%; padding: 15px 0; background:black;}
.center-wrap { position: relative; z-index: 1; width: 1040px; height: 100%; margin: 0 auto;}
.ml-logo { float: left; width: 171px; height: 48px; margin: 4px 0; font-size: 0; background-image: url(../img/logo.png);background-size: 100% 100%;}
.nav { position: relative; float: right; margin-right: 262px;}
.nav>li { float: left; padding: 2px 0 2px 0;
    position: relative;}
.nav>li>a { display: block; width:100px; font-size: 14px; color: #ffffff; line-height: 58px; letter-spacing: 5px; text-align:center;}
.nav>li .line{
    display: none;
    position: absolute;
    bottom:0;
    width:100px;
    height:10px;
    background:url(../img/line.png) 0 0 no-repeat;
    -webkit-background-size:100%;
    background-size:100%;
    left:50%;
    margin-left:-50px;
}


.nav a:hover{ color: #dab96e;}
.nav>li>a>span{ display: inline-block; /* float: right; */ margin-left: 22px; color: #fff;}
.nav>li:hover>.list{ display: block; }
.list{ display: none; position: absolute; top: 30px; z-index: 1000;}
.list li{ border-top: 1px dashed #a9b8cc; }
.list a{ display: block; width: 70px; text-align: center; font-size: 12px; line-height: 30px; }
.buy-now { position: absolute; right: 0; top: 0; width: 180px; height: 58px; line-height: 58px; text-align: center; color: #dab96e; }
.buy-now img{ width: 20px; vertical-align: middle; margin-right: 5px; }

.nav .on>a{
    color:#bfa87d;
}
.nav .on .line{
    display: block;
}

.headLine{
    position: absolute;
    top:150px;
    left:0;
    width:100%;
    height:80px;
    border-bottom:1px solid #e7d8b4 ;
    overflow: hidden;
}

.headLine .mainText{

    line-height:80px;
    width:1040px;
    margin:0 auto;
    display: block;
}

.headLine .mainText span{
    color:#dab96e;
    font-size:26px;
    display: inline-block;
    position: relative;
}

.headLine .mainText span em{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:2px;
    background:#dab96e;
}

.headLine .mainText i{
    color:#dab96e;
    font-size:14px;
    display: inline-block;
}


.footer{
    width:100%;
    height:340px;
    background:#151515;
}



.footer .top{
    height:260px;
    border-bottom:1px solid #bfa87d;

}


.footer .top .main{
    width:1040px;
    height:100%;
    margin:0 auto;
    position: relative;
}

.footer .top .main .left{
    position: absolute;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width:400px;
    display: inline-block;
    border-right:1px dotted #dab96e;
}

.footer .top .main .right{
    width:640px;
    position: absolute;
    padding-left:40px;
    right:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer .top .main .left .item{
    float:left;
    color:#dab96e;
}

.footer .top .main .left .item1{
    width:120px;
}

.footer .top .main .left .item2{
    width:140px;
}

.footer .top .main .left .item3{
    width:100px;
}

.footer .top .main .left .item li{
    font-size:15px;
}

.footer .top .main .left .item .Htxt{
    font-size:17px;
}

.footer .top .main .right p{
    color:#dab96e;
    font-size:16px;
    padding-bottom:20px;
}

.footer .top .main .right .ma{
    position: absolute;;
    top:10px;
    right:0;

}

.footer .top .main .right .ma>img{
    width:80px;
    height:auto;
}

.footer .top .main .right .ma p{
    color:#dab96e;
    font-size:16px;
}


.footer .bottom{
    height:80px;

}

.footer .bottom .main{
    width:1040px;
    height:100%;
    margin:0 auto;
    line-height:80px;
    color:#dab96e;
    font-size:16px;
}

/*产品介绍*/
.introduceBox{
    padding:450px 0 50px;
    position: relative;
    width:1040px;
    margin:0 auto;

}

.introduceBox .pic{
    width:200px;
    margin:0 auto;
}
.introduceBox .pic>img{
    width:100%;
    height:auto;
}



.introduceBox .pay{
    position: absolute;
    width:100px;
    left:150px;
    top:55%;
}
.introduceBox .pay>img{
    width:100%;
    height:auto;
}

.introduceBox .pay .icon1{
    position: absolute;
    width:100px;
    left:-120px;
    top:-50px;
}

.introduceBox .pay .icon1>img{
    width:100%;
    height:auto;
}

.introduceBox .pay .icon2{
    position: absolute;
    width:100px;
    left:10px;
    top:-120px;
}

.introduceBox .pay .icon2>img{
    width:100%;
    height:auto;
}

.introduceBox .pay .icon3{
    position: absolute;
    width:100px;
    right:-150px;
    top:-20%;
}

.introduceBox .pay .icon3>img{
    width:100%;
    height:auto;
}

.introduceBox .operating{
    position: absolute;
    width:100px;
    right:100px;
    top:55%;
}
.introduceBox .operating>img{
    width:100%;
    height:auto;
}

.introduceBox .operating .icon1{
    position: absolute;
    width:100px;
    left:-150px;
    top:-50px;
}

.introduceBox .operating .icon1>img{
    width:100%;
    height:auto;
}

.introduceBox .operating .icon2{
    position: absolute;
    width:100px;
    left:0;
    top:-134px;
}

.introduceBox .operating .icon2>img{
    width:100%;
    height:auto;
}

.introduceBox .operating .icon3{
    position: absolute;
    width:70px;
    right:-150px;
    top:-67px;
}

.introduceBox .operating .icon3>img{
    width:100%;
    height:auto;
}

.introduceBox .operating .icon4{
    position: absolute;
    width:90px;
    right:-200px;
    top:30px;
}

.introduceBox .operating .icon4>img{
    width:100%;
    height:auto;
}

.introduceBox .operating .icon5{
    position: absolute;
    width:95px;
    right:-50px;
    top:150px;
}

.introduceBox .operating .icon5>img{
    width:100%;
    height:auto;
}


.introduceBox .operating .icon6{
    position: absolute;
    width:100px;
    left:-150px;
    top:100px;
}


.introduceBox .operating .icon6>img{
    width:100%;
    height:auto;
}


/*新闻动态*/
.newBox{
    padding-top:280px;

}

.newBox .main{
    width:1040px;
    margin:0 auto;
}
.newBox .main .item{
    width:100%;
    position: relative;
    height:100px;
    font-size:0;
    border-bottom:1px solid #dfe0e1;
    cursor: pointer;
}

.newBox .main .item a{
    display: block;
}

.newBox .main .item .title{
    position: relative;
    width:80px;
    display: inline-block;
    vertical-align: top;
}

.newBox .main .item .title .num1{
    color:#aaabac;
    font-size:54px;
    position: absolute;
    left:0;
    top:-12px;

}

.newBox .main .item .title .num2{
    color:#aaabac;
    font-size:14px;
    position: absolute;
    left:0;
    top:60px;
}

.newBox .main .item .txt{
    width:940px;
    display: inline-block;
    vertical-align: top;
}

.newBox .main .item .txt>h2{
    color:#333333;
    font-size:20px;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-top:5px;
}

.newBox .main .item .txt>p{
    color:#aaabac;
    font-size:14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newBox .main .page{
    padding:56px 0 50px;
    margin:0 auto;
    position: relative;
}

.newBox .main .page .start{
    position: absolute;
    top:0;
    left:-55px;
    width:49px;
    height:36px;
    line-height:36px;
    color:#fff;
    font-size:20px;
    background:#dab96e;
    text-align:center;

}

.newBox .main .page .end{
    position: absolute;
    top:0;
    right:-55px;
    width:49px;
    height:36px;
    line-height:36px;
    color:#fff;
    font-size:20px;
    background:#dab96e;
    text-align:center;
}
.newBox .main .page{
    text-align:center;
}

.newBox .main .page .num{
    display: inline-block;
    position: relative;
}

.newBox .main .page .num span{
    display: inline-block;
    width:49px;
    height:36px;
    line-height:36px;
    color:#aaabac;
    font-size:25px;
    text-align:center;

}

/*关于我们*/
.usBox{
    padding:300px 0 200px;

}

.usBox .main{
    width:1040px;
    margin:0 auto;
    position: relative;
}

.usBox .main .left{
    width:600px;
}


.usBox .main .left img{
    width:100%;
    height:auto;
}

.usBox .main .right .txt{
    position: absolute;
    left:550px;
    width:571px;
    background:#fff;
    box-shadow: 5px 5px 20px rgba(191,168,125,0.21);
    padding:20px;
    /*top:20px;*/
    top:120px;
}
.usBox .main .right .txt>h2{
    color:#0a0a0a;
    font-size:16px;
    padding-bottom:20px;
}

.usBox .main .right .txt>p{
    color:#aaabac;
    font-size:12px;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 4;*/
    overflow: hidden;
}

.usBox .main .right .cyc li{
    position: absolute;
    width:80px;
    height:80px;
    color:#aaabac;
    font-size:14px;
    text-align:center;
    line-height:80px;
    border-radius:50%;
    border:1px solid #2e2c2b;
    cursor: pointer;
}
.usBox .main .right .cyc li:hover{
    border:1px solid #dab96e;
    color:#dab96e;
}

.usBox .main .right .cyc1{
    left:650px;
    /*top:220px;*/
    top:20px;
}

.usBox .main .right .cyc2{
    left:800px;
    /*top:220px;*/
    top:20px;
}

.usBox .main .right .cyc3{
    left:950px;
    /*top:220px;*/
    top:20px;
}

.usBox .main .right .cyc .on{
    border:1px solid #dab96e;
    color:#dab96e;
}



/*品牌案例*/
.caseBox{
    padding:260px 0 50px;
}

.caseBox .main{
    width:1040px;
    margin:0 auto;
}

.caseBox .main .title{
    padding-bottom:35px;
    text-align:center;

}

.caseBox .main .title .part{
    display: inline-block;
    cursor: pointer;

}

.caseBox .main .title .part li{
    width:141px;
    height:41px;
    text-align:center;
    line-height:41px;
    display: inline-block;
    color:#58667f;
}

.caseBox .main .title .part li:hover{
    background:#58667f;
    color:#fff;
}

.caseBox .main .title .part .on{
    background:#58667f;
    color:#fff;
}

.caseBox .main .pic{

}

.caseBox .main .pic .class1{
    /*display: none;*/
}
.caseBox .main .pic .class1 .item{
    float: left;
    display: inline-block;
    width:240px;
    margin-right:140px;
    margin-bottom:20px;
    position: relative;
    cursor: pointer;
}

.caseBox .main .pic .class1 .item:nth-child(3n){
    margin-right:0;
}

.caseBox .main .pic .class1 .item .shaowBox{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.77);
    display: none;
}

.caseBox .main .pic .class1 .item .shaowBox .txt{
    padding-top: 100px;
    font-size:16px;
    color:#fff;
    text-align:center;
}

.caseBox .main .pic .class1 .item>img{
    width:100%;
    height:auto;
}


.caseBox .main .pic .class1 .item:hover .shaowBox{
    display: block;
}

.caseBox .main .pic .class2 .item{
    vertical-align: top;
    display: inline-block;
    width: 220px;
    margin-right: 154px;
    margin-bottom:30px;
    position: relative;
    font-size:0;
    cursor: pointer;
}

.caseBox .main .pic .class2 .item:nth-child(3n){
    margin-right:0;
}

.caseBox .main .pic .class2 .item img{
    width:100%;
}


.pop_box{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    z-index:10001;
}


.pop_box .main_box{
    position: absolute;
    width:440px;
    height:435px;
    top:150px;
    left:50%;
    margin-left:-200px;
}
.pop_box .main_box1{
    height:480px;
}
.pop_box .main_box .left{
    width:250px;
    height:100%;
    background:#fff;
    padding:15px;
}

.pop_box .main_box .left .title{
    width:100%;
    height:30px;
    line-height:30px;
    background:#58667f;
    margin-bottom:10px;
    color:#fff;
}

.pop_box .main_box .left .img{
    width:100%;

}

.pop_box .main_box .left .img>img{
    width:100%;
}

.pop_box .main_box .right .ma1{
    position: absolute;
    right:20px;
    width:150px;
    height:150px;
    top:0;
    background:#fff;
    text-align:center;
}
.pop_box .main_box .right .ma1>img{
    width:110px;
    height:110px;
    margin-top:10px;
}

.pop_box .main_box .right .ma1 p{
    color:#3a3a3a;
    font-size:13px;
    margin-top:-10px;
}

.pop_box .main_box .right .text1{
    position: absolute;
    right:20px;
    width:150px;
    height:275px;
    top:160px;
    background:#fff;
    padding:10px;

}

.pop_box .main_box .right .text2{
    height:319px;
}

.pop_box .main_box .right .text1>p{
    width:100%;
    height:100%;
    overflow: scroll;
    color:#3a3a3a;
    font-size:13px;
    text-align:justify;
    text-justify:inter-ideograph";
}

.pop_box .main_box .closeBtn{
    width:100px;
    height:100px;
    position: absolute;
    right:-100px;
    top:0;
    text-align:center;
    cursor: pointer;
}
.pop_box .main_box .closeBtn>img{
    width:30px;
    height:30px;
}


.caseBox .main .pic .class3 div{
    display: inline-block;
    float:left;
    margin-bottom:20px;
    cursor: pointer;
}

.caseBox .main .pic .class3 .item1{
    width:490px;
    margin-right:30px;
}

.caseBox .main .pic .class3 .item1 img{
    width:100%;
}



.caseBox .main .pic .class3 .item2{
    width:316px;
    margin-right:30px;
}

.caseBox .main .pic .class3 .item2 img{
    width:100%;
}

.caseBox .main .pic .class4 .item{
    display: inline-block;
    width:250px;
    margin-right:120px;
    margin-bottom:20px;
    position: relative;
    float:left;
    cursor: pointer;
}

.caseBox .main .pic .class4 .item:nth-child(3n){
    margin-right:0;
}

.caseBox .main .pic .class4 .item img{
    width:100%;
}

