
a:link{
    text-decoration: none;
}

.container-fluid{
    max-width: 1160px;
}
.no-margin{
    margin: 0;
    padding: 0;
}
#btn{
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    color: #704405;
    height: 20px;
    cursor: pointer;
}

.Phone_nav{
    position: relative;
}
.Phone_nav #nav{
    position: absolute;
    width: 150px;
    right: 0;
    top: 0;
    display: none;
    z-index: 9999;
}
.Phone_nav #nav li{
    line-height: 40px;
    background: #704405;
    text-align: center;
    margin-bottom: 1px;
}
.Phone_nav #nav li a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
.Phone_nav #nav li:hover{
    background: #975e0e;
}



header .top{
    height: 27px;
    background: #1a1816;
}
header .top2 .img{
    line-height: 97px;
    width: 50%;
    text-align: right;
    padding-right: 112px;
}

header .top2 .Phone{
    height: 97px;
    width: 50%;
    color: #fff;
    padding-left: 153px;
    padding: 23px 0 0 153px;
    background: url("../images/phone.png") no-repeat 109px center;
}
header .top2 .Phone h6{
    font-size: 12px;
    color: #cfa887;
    line-height: 20px;
}

header .top2 .Phone h4{
    font-size: 22px;
    font-weight: bold;
    font-family: "Arial";
}

header{
    background: #282522;
    position: relative;
}
header>img{
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -88.5px;
    z-index: 999;
    max-width: 100%;
}

header .nav ul{
    width: 50%;
    border-top: 1px solid #3e3b39;
    position: relative;
}

header .nav ul li{
    line-height: 90px;
    width: 25%;
    text-align: center;
}
header .nav ul:first-child{
    padding: 0 108px 0 28px;
}
header .nav ul:first-child:after{
    content: "";
    position: absolute;
    right: 87px;
    height: 2px;
    background: #282522;
    top:-1px;
    width: 5px;
}

header .nav ul:last-child:before{
    content: "";
    position: absolute;
    left: 87px;
    height: 2px;
    background: #282522;
    top:-1px;
    width: 5px;
}

header .nav ul:last-child{
    padding: 0 28px 0 108px;
}
header .nav ul >li >a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
header .nav ul >li:hover>a{
    background: #1a1816;
    color: #ffd6b3;
}
header .nav ul >li.active>a{
    background: #1a1816;
    color: #ffd6b3;
}


/*第一板块*/
.floor1 a{
    color: #cfa887;
}
.floor1{
    padding: 90px 0px 60px 0px;
    background: #282522;
    color: #cfa887;

}
.floor1 .row{
    margin: 0;
}
.floor1 .row .col-md-6{
    padding: 0;
}
.floor1 .box{
    padding: 0 43px;
}
.floor1 .box.box1 .text h4{
    padding-top: 68px;
    line-height: 83px;
    font-size: 22px;
    font-weight: bold;
    background: url("../images/title_line.png") no-repeat center bottom;
    margin-bottom: 14px;
}
.floor1 .box.box1 .text div{
    line-height: 24px;
    height: 72px;
    overflow: hidden;

}
.floor1 .box.box1 .text{
    padding-bottom: 60px;
}
.floor1 .box .imgs{
    position: relative;
}
.floor1 .box .imgs div.mb{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    text-align: center;
    padding-top: 15%;
    display: none;
    transition: all 0.1s;
}
.floor1 .box2 .imgs div.mb{
    padding-top: 40%;
}
.floor1 .box .imgs:hover div.mb{
    display: block;
}


.floor1 .box .imgs div.mb div h4{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.floor1 .box .imgs div.mb div{
    display: inline-block;

}
.floor1 .box .imgs div.mb div h6{
    font-size:12px;
    line-height: 21px;
    font-family: "Arial";
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.floor1 .box .imgs div.mb div h6:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 20px;
    height: 2px;
    background: #aba9a4;
    margin-left: -10px;
}
.floor1 .box .imgs div.mb div span{
    display: inline-block;
    padding: 0 12px;
    line-height: 23px;
    border: 1px solid #68655c;
}

.floor1 .box .imgs div.mb>span{
    position: absolute;
    background: #aba9a3;
}
.floor1 .box .imgs div.mb .span1{
    width: 1px;
    left: 3%;
    top: 3%;
}
.floor1 .box .imgs div.mb .span2{
    width: 1px;
    right: 3%;
    top: 3%;
}

.floor1 .box .imgs div.mb .span3{
    height: 1px;
    right: 3%;
    top: 3%;
}
.floor1 .box .imgs div.mb .span4{
    height: 1px;
    right: 3%;
    bottom: 3%;
}
.floor1 .box{
    margin-bottom: 40px;
}

/*第一板块*/

/*第二板块关于我们*/
.About{
    background: url("../images/bg01.jpg") 50% 50%;
    background-size:cover;
    padding: 80px 0 106px 0;
    color:#cfa887;
}
.About .About_left{
    float: left;
    width: 475px;
}
.About .About_left .img{
    overflow: hidden;
}
.About .About_left .img:hover img{
    transform: scale(1.1);
}
.About .About_left .img img{
    transition: all 0.5s;
}
.About .About_left .text div{
    line-height: 24px;
    height: 120px;
    overflow: hidden;
}
.About .About_left .text h4{
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;
    padding-top: 17px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.About .About_right{
    margin-left: 505px;
}
.About .About_right .row{
    margin: 0 -4px;
}
.About .About_right .row .col-xs-6{
    padding: 0 4px;
}
.About .About_right .img{
    margin-bottom: 8px;
    overflow: hidden;
}
.About .About_right .img div{
    transition: all 0.5s;
}
.About .About_right .img:hover div{
    transform: scale(1.1);
}
/*第二板块*/

/*资讯热线*/
.call{
    height: 190px;
    background: #732d00;
}
.call .box{
    position: relative;
    padding-left: 400px;
}
.call .box>img{
    position: absolute;
    left: 0;
    top: -50px;
}
.call .box .Phone{
    height: 190px;
    padding-top: 30px;
}
.call .box .Phone p{
    transform: rotateZ(-10deg);
    color: #ffb97d;
    font-size: 20px;
    position: relative;
    margin-top: -20px;
}
.call .box .Phone p b{
    font-family: "Arial";
    font-weight: bold;
    font-size: 30px;
}
.call .box .Tel{
    height: 190px;
    padding: 67px 90px 0 126px;
    background:url("../images/phone2.png") no-repeat 43px center #5b2100;
    position: relative;
}
.call .box .Tel:after{
    content: url("../images/hand.png");
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -23px;
    transition: all 0.5s;
}
.call .box .Tel:hover:after{
    top:45%;
}
.call .box .Tel h3{
    color: #cfa887;
    font-size: 30px;
    font-weight: bold;
}
.call .box .Tel h5{
    font-size: 16px;
    font-family: "Arial";
    color: #9c7154;
}
/*资讯热线*/
.title{
    padding-top: 75px;
}
.title h3{
    font-size: 30px;
    font-weight: bold;
    color: #cfa887;
    position: relative;
    line-height: 80px;
}
.title h3:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
    height: 3px;
    width: 40px;
    background: #cfa887;
}

/*优势*/
.Youshi{
    padding: 0 0 85px 0;
}
.Youshi img.ditu{
    opacity: 0;
}
.Youshi .title+h6{
    font-size: 12px;
    color: #826b57;
    line-height: 24px;
    padding-top: 40px;
    display: inline-block;
    position: relative;
    padding-bottom: 60px;
}
.Youshi .title+h6:before{
    content:url("../images/left.png");
    position: absolute;
    left: 44px;
    top:20px;
}
.Youshi .title+h6:after{
    content:url("../images/right.png");
    position: absolute;
    right: 50px;
    bottom:30px;
}
.Youshi .six{
    position: relative;
    display: inline-block;
}
.Youshi .six img{
    max-width: 100%;
    position: absolute;
}
.Youshi .six img:nth-child(1){
    position: static;
}
.Youshi .six div{
    position: absolute;
    transition: all 0.15s;
}
.Youshi .six div.middle{
    left: 50%;
    top: 50%;
    margin-left: -166px;
    margin-top: -191px;
    z-index: 666;
}
.Youshi .six div.middle2{
    left: 50%;
    top: 50%;
    margin-left: -112px;
    margin-top: -117px;
    z-index: 667;
}

.Youshi .six div.ys_02{
    right: 48px;
    top: 9px;
    z-index: 1;
}
.Youshi .six div.ys_02:hover{
    right: 30px;
    top:-15px;
}

.Youshi .six div.ys_04{
    right:38px;
    top:50%;
    margin-top: -170px;
    z-index: 1;
}
.Youshi .six div.ys_04:hover{
    right: -5px;
}
.Youshi .six div.ys_06{
     right:51px;
     bottom: 36px;
     z-index: 1;
 }
.Youshi .six div.ys_06:hover{
    right:35px;
    bottom: 4px;
}
.Youshi .six div.ys_05{
     left:35px;
     bottom: 35px;
     z-index: 1;
 }
.Youshi .six div.ys_05:hover{
    left:22px;
    bottom: 9px;
}


.Youshi .six div.ys_01{
    left:34px;
    top: 9px;
    z-index: 1;
}
.Youshi .six div.ys_01:hover{
    left:22px;
    top:-17px;
}
.Youshi .six div.ys_03{
    left:24px;
    top: 177px;
    z-index: 1;
}
.Youshi .six div.ys_03:hover{
    left:-10px;

}
.Youshi .container-fluid{
    position: relative;
}
.Youshi .container-fluid img.jiu{
    position: absolute;
    right: 238px;
    bottom: 0;
    z-index: 999;
    transition: all 0.5s;
    display: block;
}


/*优势*/

/*案例展示*/
.Case{
    background: #1a1613;
    padding-bottom: 100px;
}
.Case .tabs{
    font-size: 0;
    padding: 45px 0 60px 0
}
.Case .tabs a{
    color: #745e4b;
    font-size: 12px;
    display: inline-block;
    padding: 0 22px;
    line-height: 12px;
    height: 12px;
}
.Case .tabs a:first-child{
    border-right: 2px solid #745e4b;
}
.Case .row{
    margin: 0;
}
.Case .row .col-md-6,.Case .row .col-xs-6{
    padding: 0;
}
.Case .img img{
    display: block;
    margin:0 auto;
    width: 100%;
    transition: all 0.5s;
}

.Case .img a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.Case .img a .text{
    position: absolute;
    width: 94%;
    padding: 27px 20px 26px 20px;
    bottom: 3%;
    left: -100%;
    background: rgba(26,22,19,.8);
    transition: all 0.15s;
}
.Case .img a .text h4{
    font-size: 18px;
    font-weight: bold;
    color: #cfa887;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.Case .img a .text h6{
    font-size: 12px;
    line-height: 22px;
    color: #cfa887;
}
.Case .img a .text h5{
    font-size: 14px;
    font-family: "Arial";
    color: #cfa887;
    padding-top: 10px;
    line-height: 22px;
}
.Case .img:hover img{
    transform: scale(1.1);
}
.Case .img:hover .text{
    left: 3%;
}
.Case .img{
    overflow: hidden;
}
/*案例展示*/

.News{
    background: #282522;
}

.News .News_left{
    width: 307px;
    float: left;
    background: #1a1613;
    color: #cfa887;
    text-align: center;
    padding: 103px 0 0 0;
    position: relative;
}
.News .News_left img{
    position: absolute;
    left: 58px;
    top: 277px;
    transition: all 0.8s;
    display: block;
}
.News .News_left img:hover{
    transform: translateY(-10px);
}
.News .News_left h4{
    font-size: 18px;
    font-family: "Arial";
    line-height: 28px;
}
.News .News_left h3{
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 228px;
}
.News .News_left h3 span{
    display: inline-block;
    padding: 0 5px;
    background: #cfa887;
    color: #1a1613;
}
.News .News_left .more{
    padding: 107px 0 82px 0;
    background: #251f1b;
}
.News .News_left .more a{
    display: inline-block;
    padding: 0 25px;
    background: #1a1613;
    line-height: 32px;
    color: #cfa887;
}

.News .News_right{
    margin-left: 338px;
    padding-top: 102px;
}
.News .News_right .border{
    padding-right: 44px;
}
.News .News_right .border div{
    height: 415px;
    border: 5px solid #cfa887;
    position: relative;
}
.News .News_right .row{
    margin: 0;
}
.News .News_right .row .col-md-6{
    padding: 0;
}
.News .News_right .border img{
    position: absolute;
    left: 25px;
    top: 23px;
    max-width: 100%;
}
.News .News_right .list{
    padding-top: 18px;
    padding-left: 44px;
}
.News .News_right .list li h6{
    color: #cfa887;
    font-size: 12px;
    font-family: "Arial";
    line-height: 24px;
}
.News .News_right .list li h4{
    font-size: 14px;
    font-weight: bold;
    color: #cfa887;
    line-height: 38px;
}
.News .News_right .list li div{
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #69513d;
    font-size: 12px;
}

.News .News_right .list li{
    padding-bottom: 12px;
    border-bottom: 1px solid #5a4d40;
    margin-bottom: 24px;
}

.News .News_right .list li:last-child{
    border-bottom: none;
}

.News .News_right .list li:hover h4,.News .News_right .list li:hover h6,.News .News_right .list li:hover div{
    color: #732d00;
}


/*合作伙伴*/

.Add{
    background: #1a1613;
    padding-bottom: 80px;
}

.Add .box{
    position: relative;
    overflow: hidden;
}
.Add .box:hover .text{
    left: 0;
}
.Add .box .text{
    transition: all 0.15s;
    position: absolute;
    left:-100%;
    top: 0;
    width: 100%;
    height:100%;
    text-align: center;
    color:#fff;
    background: rgba(0,0,0,.5)
}
/*合作伙伴*/

.Add .picture24{
    margin-top: 60px;
}
.Add .picture24{
    margin: 60px  -5px  0 -5px;
}
.Add .picture24 .item{
    margin: 0 5px;
}


.picture24 .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.picture24 .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.picture24 .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.picture24 .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.picture24 .owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.picture24 .owl-carousel .owl-item {
    float: left
}

.picture24 .owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.picture24 .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

/*.grabbing{cursor:url(../img/grabbing.png) 8 8,move}*/
.picture24 .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.picture24 .owl-theme .owl-controls {
}

.picture24 .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 47px;
    height: 100%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.picture24 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -70px;
    background: url(../images/yjt.png) no-repeat left;
    transition: all 0.5s;
}

.picture24 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -70px;
    background: url(../images/zjt.png) no-repeat right;
    transition: all 0.5s;
}

/*.picture24 .owl-theme .owl-controls .owl-buttons div.owl-prev:hover{ background:url(../images/yjt.png) no-repeat right;}*/
/*.picture24 .owl-theme .owl-controls .owl-buttons div.owl-next:hover{ background:url(../images/zjt.png) no-repeat left;}*/
.picture24 .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.picture24 .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.picture24 .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.picture24 .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.picture24 .owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}



/*在线留言*/
.Form{
    background: #282522;
    padding-bottom: 95px;
    text-align: center;
}
.Form .title{
    padding-bottom: 60px;
}
.Form form{
    display: inline-block;
}
.Form form .form_list{
    position: relative;
    padding-left: 128px;
    margin-bottom: 18px;
}
.Form form .form_list input{
    display: block;
    width: 270px;
    border: none;
    background: #3e3b39;
    height: 28px;
    color: #cfa887;
}
.Form form .form_list .slider{
    width: 270px;
    background:url("../images/down.png") no-repeat right #3e3b39;
    height: 28px;
    position: relative;
    cursor: pointer;
    color: #cfa887;
    text-align: left;
    line-height: 28px;
    padding-left: 10px;
}
.Form form .form_list .slider+ul{
    position: absolute;
    left: 128px;
    top: 30px;
    width: 270px;
    color: #cfa887;
    z-index: 9999;
    display:none;

}
.Form form .form_list .slider+ul li{
    line-height: 28px;
    background: #3e3b39;
    cursor:pointer;
}
.Form form .form_list .slider+ul li:hover{
    color: #5b2100;
}




.Form form .form_list span{
    position: absolute;
    left: 0;
    top: 0;
    width: 128px;
    color: #cfa887;
    line-height: 28px;
    text-align: left;
}
.Form form .form_list:last-child button{
    border: none;
    background: none;
    color: #fff;
    padding-left: 42px;
    text-align: left;
}
/*在线留言*/


.footer{
    background: #1a1613;
    color: #69513d;
    padding: 82px 0 87px 0;
}
.footer a{
    color: #69513d;
}
.footer ul{
    width: 20%;
}
.footer ul li{
    line-height: 40px;
}
.footer ul li:first-child{
    color: #cfa887;
    line-height: 54px;
}
.footer ul li a:hover{
    text-decoration: underline;
    color: #704405;
}
.footer ul:last-child li{
    text-align: center;
}


footer{
    background: #282522;
    color: #81807f;
    padding: 52px 0;
    line-height: 30px;
}
footer a{
    color: #81807f;
}
footer a:hover{
    color: #81807f;
    text-decoration: underline;
}



@media screen and (max-width: 991px){
    header{
        height: 40px;
    }
    header>img{
        height: 160px;
        margin-left: -15px;
        left: 15px;
    }


    .floor1{
        padding: 40px 0;
    }

    .floor1 .box{
        padding: 0 15px;
    }



    /*第二板块关于我们*/
    .About{
        padding: 40px 0 ;
    }
    .About .About_left{
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .About .About_left .text div{
        height: auto;
    }


    .About .About_right{
        margin-left:0;
    }

    /*第二板块*/




    .News .News_right{
        margin-left:0;
        padding-top:0;
    }
    .News .News_right .border{
        padding-right: 0;
    }
    .News .News_right .border div{
        height:auto;
        border: none;
    }

    .News .News_right .border img{
        position: static;
        display: block;
        margin: 0 auto;
        border: 5px solid #cfa887;
    }
    .News .News_right .list{
        padding-top:0;
        padding-left: 0;
    }
















}

@media screen and (max-width: 767px){

    header>img{
        height: 100px;
        margin-left:0;
    }
    .Youshi img.ditu{
        opacity: 1;
    }


    .Youshi .title+h6:before{
        display: none;
    }
    .Youshi .title+h6:after{
      display: none;
    }





    /*在线留言*/
    .Form{
        padding-bottom: 30px;
    }
    .Form .title{
        padding-bottom: 30px;
    }
    .Form form{
        display: block;
    }
    .Form form .form_list{
        padding-left: 80px;
    }
    .Form form .form_list input{
        width: 100%;
    }
    .Form form .form_list input.slider{
        width: 100%;
    }
    .Form form .form_list input.slider+ul{
        left: 80px;
        width:75%;
    }


    .Form form .form_list span{
        width: 80px;
    }

    /*在线留言*/
     footer{
         padding: 15px 0;
     }


}