*{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none; color:#666;
}

ul{
    list-style: none;
}

.clear{
    clear: both;
    margin: 0 auto;
}

.wapper{
    width: 100%;
	max-width:1200px;
    margin: 0 auto;
}

/* 本例子css */
.slideBox{ width:100%; overflow:hidden; position:relative;}
.slideBox .hd{display: none;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd ul{height:100%;}
.slideBox .bd li{ zoom:1; vertical-align:middle; height:100%;}
.slideBox .bd li a>img{
    width:100%;
    height:100%;
    display:block;
    animation: suofang 3s;
}

@keyframes suofang {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1.0);
    }
}


.SUOFANG{
    animation: suofang 3s;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{
    position:absolute;
    left:3%;
    font-size: 40px;
    font-family: 宋体;
    color: #f0d6bf;
    display:block;
    width:32px;
    height:40px;
    line-height: 40px;
    text-align: center;
    bottom: 100px;
}
.slideBox .next{left:5%; }


.slideBox .bd li>a{
    position: relative;
    display: block;
    height: 100%;
}

.bannerCon{
    position: absolute;
    top: 30%;
    left: 10%;
    width: 80%;
    height: fit-content;
    z-index: 11100;
    animation:bannerDH 1s;
}


@keyframes  bannerDH {
    0%{
        margin-left: 150px;
    }

    100%{
        margin-left: 0;
    }
}

.banTxt1{
    font-size: 80px;
    color: #d0b372;
    line-height: 100px;
    padding-bottom: 20px;
    font-weight: normal;
}

.banTxt2{
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    padding-bottom: 40px;
}

.banTxt3{
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    padding-bottom: 5px;
    font-weight: normal;
}


.banTxt4{
    font-size: 20px;
    color: #777878;
    line-height: 24px;
    font-weight: normal;
}


.headbg{
    height: 99px;
    border-bottom: 1px solid rgba(235, 235, 235, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.logo{
    height: 74px;
    float: left;
    margin-top: 12.5px;
    margin-left: 8%;
}

.logo a{
    display: block;
    height: 74px;
}

.logo a img{
    display: block;
    height: 74px;
}


.Bottom{
    width: 20px;
    height: 30px;
    border: 2px solid #fff;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;
    cursor: pointer;
}

.dian{
    width: 2px;
    height: 8px;
    margin:2px auto;
    background: #fff;
    animation: dianD 5s infinite;
}

@keyframes dianD {
    0% {
        margin-top: 2px;
    }

    100% {
        margin-top: 18px;
    }
}

.Menu{
    height: 99px;
    float: right;
    margin-right: 100px;
}

.Menu li{
    height: 99px;
    float: left;
    width: 110px;
    margin-left: 10px;
    position: relative;
}


.yiji{
    display: block;
    height: 99px;
    width: 100%;
    cursor: pointer;
}

.yiji span{
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 99px;
    height: 99px;
    text-align: center;
    cursor: pointer;
}

.yiji label{
    display: none;
    color: #fff;
    font-size: 16px;
    line-height: 99px;
    height: 99px;
    text-align: center;
    cursor: pointer;
}

.Menu li dl{
    width: 136px;
    padding: 20px 0;
    background: #fff;
    position: absolute;
    top: 99px;
    left: -8px;
    display: none;
    z-index: 999;
    box-shadow: 0 0 16px -4px rgba(0, 0, 0, .3);
}

.Menu li dl dd{
    height: 36px;
    transition: 500ms;
}

.Menu li dl dd a{
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 15px;
    color: #000;
}

.Menu li dl dd:hover{
    background: #f4f4f4;
}

.Menu li dl dd:hover a{
    color: #cfb477;
}

.Menu li dl:before{
    content: '';
    position: absolute;
    width: 30px;
    height: 5px;
    background:  #cfb477;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.Menu li:hover dl{
    display: block;
}

.wxtyg{
    float: right;
    height: 99px;
    margin-right: 10px;
}

.wxtyg li{
    float: left;
    height: 99px;
    margin-right: 10px;
    position: relative;
}

.wxtyg li>a{
    display: block;
    height: 99px;
    cursor: pointer;
}

.wxtyg li>a>img{
    line-height: 99px;
    margin-right: 10px;
    outline: none;
    vertical-align: sub;
    cursor: pointer;
}

.wxtyg li>a>label{
    font-size: 15px;
    color: #888888;
    line-height: 99px;
    transition: 500ms;
    cursor: pointer;
}

.wxtyg li:hover>a>label{
    color: #cfb477;
}

.WXTc{
    width: 248px;
   
    position: absolute;
    top: 99px;
    right: 0;
  
    display: none;
}

.WXTc img{
    display: block;
    width: 248px;
 
}

.wxtyg li:hover>.WXTc{
    display: block;
}

.head2Bg{
    height: 40px;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 1201;
}


.logo2{
    height: 40px;
    margin-left: 2%;
    float: left;
}

.logo2 a{
    display: block;
    height: 40px;
}

.logo2 a img{
    display: block;
    height: 40px;
}

.pcBtn{
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    margin-right: 2%;
    cursor: pointer;
}

.ME{
    height: 40px;
    width: fit-content;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 999999999999;
}

.ME li{
    width: 100px;
    height: 40px;
    float: left;
    margin-right: 10px;
}

.ME li>a{
    color: #888;
    font-size: 18px;
    line-height: 40px;
    display: block;
    height: 40px;
    transition: 500ms;
    text-align: center;
}

.ME li:last-child{
    margin-right: 0;
}

.ME li:hover>a{
    color: #cfb477;
}

.con1bg{
    position: relative;
    z-index: 999;
}

.con1bg:before{
    content: '';
    width: 1px;
    height: 100%;
    background: #dcdcdc;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.fl{
    float: left;
}

.fr{
    float: right;
}

.con1{
    width: 36.8%;
    margin: 0 6.6%;
    height: 412px;
}

.con1>h3{
    font-size: 24px;
    color: #221815;
    padding-top: 60px;
    padding-bottom: 20px;
    font-weight: normal;
}

.con1>label{
    display: block;
    font-size: 16px;
    color: #999;
    padding-bottom: 20px;
}

.con1M{
    height: 200px;
    overflow: hidden;
    position: relative;
}


.con1M>a{
    display: block;
    width: 100%;
    height: 100%;
}

.con1M>a>img{
    display: block;
    width: 100%;
    height: 200px;
    transition: 500ms;
}

.con1M:hover>a>img{
    transform: scale(1.05);
}

.con1MC{
    position: absolute;
    width: calc(100% - 100px);
    height: 140px;
    padding: 30px 50px;
    left: 0;
    top: 0;
}

.con1MC h3{
    font-size: 36px;
    line-height: 40px;
    color: #bb9f5f;
    font-weight: normal;
}

.con1MC label{
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #bb9f5f;
    color:  #bb9f5f;
    font-size: 20px;
    font-family: 宋体;
    font-weight: bolder;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
    border-radius: 50%;
    transition: 500ms;
}

.con1M:hover .con1MC label{
    background: #bb9f5f;
    color: #fff;
}

.con2bg{
    position: relative;
}

.con2Title{
    background: #ececec;
    padding: 60px 0;
}

.con2Title h1{
    font-size: 28px;
    color: #444;
    font-weight: normal;
    line-height: 28px;
    text-align: center;
    padding-bottom: 28px;
    position: relative;
}

.con2Title h2{
    font-size: 28px;
    color: #444;
    font-weight: normal;
    line-height: 28px;
    text-align: center;
    padding-top: 18px;
}

.con2Title h1:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background-color: #dabea5;
}

/*.con2{*/
    /*padding: 140px 0;*/
    /*position: relative;*/
/*}*/

/*.c2t{*/
    /*height: 60px;*/
/*}*/



/*.c2t h1{*/
    /*font-weight: normal;*/
    /*font-size: 24px;*/
    /*line-height: 40px;*/
    /*color:  #fff;*/
    /*text-align: center;*/
/*}*/

/*.c2t span{*/
    /*display: block;*/
    /*font-weight: normal;*/
    /*font-size: 14px;*/
    /*line-height: 20px;*/
    /*color:  #bb9f5f;*/
    /*text-align: center;*/
/*}*/


/*.C2Img{*/
    /*width: 42px;*/
    /*height: 59px;*/
    /*display: block;*/
    /*margin: 40px auto;*/
    /*transition: 500ms;*/
/*}*/

/*.con2:hover .C2Img{*/
    /*margin: 15px auto;*/
/*}*/

/*.moreA{*/
    /*display: block;*/
    /*padding: 0 20px;*/
    /*height: 41px;*/
    /*line-height: 41px;*/
    /*background: rgba(0, 0, 0, 0.5);*/
    /*border: 1px solid #d0b372;*/
    /*color: #d0b372;*/
    /*font-size: 15px;*/
    /*width: fit-content;*/
    /*margin: 0 auto;*/
    /*transition: 500ms;*/
    /*position: relative;*/
    /*z-index: 10;*/
    /*cursor: pointer;*/
    /*font-style: normal;*/
/*}*/

/*.moreA span{*/
    /*font-family: 宋体;*/
    /*font-weight: bolder;*/
    /*position: relative;*/
    /*z-index: 999;*/
    /*cursor: pointer;*/
/*}*/
/*.moreA label{*/
    /*position: relative;*/
    /*z-index: 999;*/
    /*cursor: pointer;*/
/*}*/

/*.moreA:hover{*/
    /*color: #fff;*/
/*}*/

/*.moreA:after{*/
    /*content: '';*/
    /*height: 41px;*/
    /*width: 0;*/
    /*background: #d0b372;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*transition: 500ms;*/
    /*z-index: 1;*/
/*}*/

/*.moreA:hover:after{*/
    /*width: 100%;*/
/*}*/


/*.c2_1{*/
    /*position: relative;*/
    /*z-index: 333;*/
/*}*/

/*.c2_2{*/
    /*background: rgba(0,0,0,.3);*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*z-index: 332;*/
    /*transition: 500ms;*/
/*}*/

/*.con2:hover .c2_2{*/
    /*background: rgba(0,0,0,.0);*/
/*}*/

/*.con2>a{*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/


/*.con2:before{*/
    /*content: '';*/
    /*width: 1px;*/
    /*height: 0;*/
    /*background: #fff;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*z-index: 999;*/
    /*transition: 500ms;*/
/*}*/

/*.con2:hover:before{*/
    /*height: 100px;*/
/*}*/


/*.con2:after{*/
    /*content: '';*/
    /*width: 1px;*/
    /*height: 0;*/
    /*background: #fff;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*z-index: 999;*/
    /*transition: 500ms;*/
/*}*/

/*.con2:hover:after{*/
    /*height: 100px;*/
/*}*/


.con2{
    /*padding: 140px 0;*/
    position: relative;
}

.con2>img{
    display: block;
    width: 100%;
    filter:grayscale(100%);
    transition: 500ms;
}

.con2:hover>img{
    filter:grayscale(0);
}


.c2t{
    height: 60px;
    margin-bottom: 40px;
    transition: 500ms;
}

.con2:hover .c2t{
    margin-bottom: 20px;
    margin-top: 20px;
}

.c2t h1{
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
    color:  #fff;
    text-align: center;
}

.c2t span{
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color:  #bb9f5f;
    text-align: center;
}


.C2Img{
    width: 42px;
    height: 59px;
    display: block;
    /*margin: 40px auto;*/
    margin: auto;
    transition: 500ms;
}

/*.con2:hover .C2Img{*/
/*margin: 15px auto;*/
/*}*/

.moreA{
    display: block;
    padding: 0 20px;
    height: 41px;
    line-height: 41px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #d0b372;
    color: #d0b372;
    font-size: 15px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    transition: 500ms;
    position: relative;
    z-index: 10;
    cursor: pointer;
    font-style: normal;
}
.moreA a{color: #d0b372;}
.moreA a{ color:#fff;}
.con2:hover .moreA{
    margin-top: 20px;
}

.moreA span{
    font-family: 瀹嬩綋;
    font-weight: bolder;
    position: relative;
    z-index: 999;
    cursor: pointer;
}
.moreA label{
    position: relative;
    z-index: 999;
    cursor: pointer;
}

.moreA:hover{
    color: #fff;
}

.moreA:after{
    content: '';
    height: 41px;
    width: 0;
    background: #d0b372;
    position: absolute;
    left: 0;
    top: 0;
    transition: 500ms;
    z-index: 1;
}

.moreA:hover:after{
    width: 100%;
}


.c2_1{
    position: absolute;
    z-index: 333;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.c2_2{
    background: rgba(0,0,0,.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 332;
    transition: 500ms;
}

/*.con2:hover .c2_2{*/
/*background: rgba(0,0,0,.0);*/
/*}*/

.con2>a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.con2:before{
    content: '';
    width: 1px;
    height: 0;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    transition: 500ms;
}

.con2:hover:before{
    height: 70px;
}


.con2:after{
    content: '';
    width: 1px;
    height: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    transition: 500ms;
}

.con2:hover:after{
    height: 70px;
}


.con3bg{
    padding: 60px 0;
}

.con3{
    width: 78%;
    margin: 0 auto;
}

.con3 h1{
    font-weight: normal;
    font-size: 52px;
    color: #bb9f5f;
    line-height: 60px;
    padding-bottom: 40px;
    position: relative;
}

.con3 h1:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 43px;
    height: 4px;
    background-color: #3f3a39;
}

.con3 dl{
    margin-top: 15px;
    overflow: hidden;
}

.con3 dl dt{
    width: 300px;
    float: left;
}

.con3 dl dt>label{
    font-size: 28px;
    color: #fff;
    line-height: 30px;
    padding: 25px 0;
    display: block;
}

    .con3 dl dt > span {
        display: block;
        font-size: 14px;
        color: #e3e2e2;
        line-height: 30px;
    }

.seeA{
    display: block;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d9bba2;
    color: #db9d67;
    width: fit-content;
    margin-top: 30px;
    position: relative;
}

.seeA label{
    font-size: 14px;
    line-height: 30px;
    color: #d9bba2;
    transition: 500ms;
    position: relative;
    z-index: 999;
}

.seeA span{
    font-size: 14px;
    line-height: 30px;
    color: #d9bba2;
    transition: 500ms;
    position: relative;
    z-index: 999;
}

.seeA:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 30px;
    background: #db9d67;
    transition: 500ms;
}

.seeA:hover:before{
    width: 100%;
}


.seeA:hover label{
    color: #fff;
}

.seeA:hover span{
    color: #fff;
}

.con3 dl dd{
    width:fit-content;
    float: left;
    padding-top: 380px;
}

.con3 dl dd img{
    display: block;
}

.con4bg{
    padding: 60px 0;
    position: relative;
}

.con4bg:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #dcdcdc;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.con4{
    width: 36.8%;
    margin: 0 6.6%;
    height: 250px;
}

.con4 a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}


.tuDiv{
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.tuDiv img{
    width: 100%;
    height: 250px;
    overflow: hidden;
    transition: 500ms;
}

.con4:hover .tuDiv img{
    transform: scale(1.05);
}

.con4Txt{
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 100px);
    height: calc(100% - 60px);
    padding: 30px 50px;
}

.con4Txt h3{
    font-size: 16px;
    font-weight: normal;
    color: #d0b372;
    padding-bottom: 22px;
    position: relative;
}

.con4Txt h3:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 1px;
    background-color: #626262;
}

.con4Txt h2{
    font-weight: normal;
    font-size: 16px;
    color: #888;
    padding-bottom: 7px;
    margin-top: 25px;
}

.con4Txt h4{
    font-weight: normal;
    position: relative;
    font-size: 24px;
    color: #eaeaea;
    padding-bottom: 20px;
}

.con4Txt label {
    display: block;
    width: 30px;
    height: 30px;
    color: rgb(187, 159, 95);
    font-size: 20px;
    font-family: 宋体;
    font-weight: bolder;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
    border: 2px solid rgb(187, 159, 95);
    border-radius: 50%;
    transition: 500ms;
}

.con4:hover .con4Txt label{
    background: rgb(187, 159, 95);
    color: #fff;
}


.shipin {
    padding: 80px 0;
    background: #000;
}

.SPvideo {
    display: block;
    width: 800px;
    height: 450px;
    margin: 0 auto;
    border: 1px solid #fff;
}

.con5bg{
    padding: 60px 0;
}

.T2{
}

.T2 label{
    display: block;
    font-size: 24px;
    color: #bb9f5f;
    line-height: 24px;
    text-align: center;
    padding-bottom: 28px;
    position: relative;
}

.T2 label:after{
    content: '';
    width: 30px;
    height: 3px;
    background-color: #dabea5;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.T2 span{
    display: block;
    position: relative;
    font-size: 24px;
    color: #fff;
    padding-top: 28px;
    text-align: center;
}

.con5T{
    border-top: 1px solid #6f6f77;
    width: 100%;
	max-width:1200px;
    margin: 65px auto 0;
}

.con5T a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.C5tuDiv{
    width: 276px;
    height: 196px;
    overflow: hidden;
    float: left;
}

.C5tuDiv img{
    display: block;
    width: 100%;
    height: 100%;
    transition: 500ms;
}

.con5T:hover .C5tuDiv img{
    transform: scale(1.05);
}

.C5Div2{
    width: 550px;
    height: 196px;
    overflow: hidden;
    margin-left: 40px;
    float: left;
}

.C5Div2 label{
    display: block;
    transition: 0.3s;
    font-size: 18px;
    font-weight: lighter;
    color: #e6e6e6;
    padding-top: 30px;
}

.con5T:hover .C5Div2 label{
    color: #bb9f5f;
}

.C5Div2 span{
    display: block;
    max-height: 72px;
    overflow: hidden;
    font-size: 14px;
    color: #d2d2d2;
    line-height: 25px;
    padding-top: 25px;
}


.goDiv{
    width: 65px;
    height: 65px;
    float: left;
    margin-top: 65px;
    margin-left: 80px;
}

.goDiv img{
    display: block;
    width: 65px;
    height: 65px;
    animation:spin 6s infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.con5B{
    width: 100%;
	max-width:1200px;
    margin: 0 auto;
}

.con5B li{
    height: 82px;
    border-top:1px solid #6f6f77;
    padding-left: 30px;
    transition: 0.3s;
    background: url(../images/index_img3.png) no-repeat 1083px center;
    line-height: 82px;
}

.con5B li a{
    display: block;
    font-size: 14px;
    color: #d2d2d2;
    width: 80%;
    line-height: 82px;
    float: left;
}

.con5B li:hover{
    padding-left: 45px;
}


.con5B li:hover  a{
    color: #bb9f5f;
}

.con5B li span{
    display: block;
    font-size: 14px;
    margin-right: 11%;
    color: #bdbdbd;
    float: right;
}


.ljgdA{
    display: block;
    padding: 0 30px;
    height: 42px;
    line-height: 42px;
    color: #000;
    width: fit-content;
    margin: 30px auto 0;
    position: relative;
    background: #fff;
}

.ljgdA label{
    font-size: 14px;
    line-height: 42px;
    color: #000;
    transition: 500ms;
    position: relative;
    z-index: 999;
}

.ljgdA span{
    font-size: 14px;
    line-height: 42px;
    color: #000;
    transition: 500ms;
    position: relative;
    z-index: 999;
}

.ljgdA:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 42px;
    background: #db9d67;
    transition: 500ms;
}

.ljgdA:hover:before{
    width: 100%;
}


.ljgdA:hover label{
    color: #fff;
}

.ljgdA:hover span{
    color: #fff;
}

.ftbg{
    padding: 60px 0;
    background: #000;
}

.ft1{
    padding: 30px 0;
    border-bottom: 1px solid #888;
}

.ftMenu{
    height: 20px;
    overflow: hidden;
    float: left;
}

.ftMenu li{
    border-right: 1px solid #888;
    height: 20px;
    float: left;
}

.ftMenu li:last-child{
    border-right: none;
}

.ftMenu li>a{
    display: block;
    font-size: 16px;
    color:  #888;
    line-height: 20px;
    padding: 0 36px;
}


.ftMenu li:first-child>a{
    padding-left: 0;
}

.ftMenu li:hover a{
    color: #bb9f5f;
}

.ft1 dl{
    float: right;
    height: 34px;
    overflow: hidden;
}

.ft1 dl dt{
    float: left;
    height: 34px;
    margin-right: 60px;
}

.ft1 dl dt label{
    font-size: 14px;
    line-height: 34px;
    color: #888;
}

.ft1 dl dt span{
    font-size: 20px;
    color: #f0d6bf;
    line-height: 34px;
}

.ft1 dl dd{
    float: left;
    height: 32px;
    border: 1px solid #f0d6bf;
    padding-left: 55px;
    padding-right: 28px;
    background: url(../images/index_img4.png) no-repeat 18px center;
    line-height: 32px;
    font-size: 14px;
    color: #f0d6bf;
    cursor: pointer;
    transition: 500ms;
}

.ft1 dl dd:hover{
    background: #cfb477 url(../images/index_img4.png) no-repeat 18px center;
    color: #fff;
}

.ft2{
    padding: 30px 0;
}

.ft2Dl{
    float: left;
    max-width: 900px;

}

.ft2Dl dt{
    height: 32px;
}

.ft2Dl dt label{
    display: block;
    line-height: 32px;
    margin-right: 15px;
    font-size: 16px;
    color: #888;
    float: left;
}

.wxmap{
    width: fit-content;
    height: 32px;
    float: left;

}

.WM{
    margin-right: 10px;
    width: 30px;
    height: 30px;
    float: left;
    border: 1px solid #f0d6bf;
    transition: 500ms;
    position: relative;
}

.WM:hover{
    background: #cfb477;
}

.WM>img{
    position: absolute;
    max-width: 30px;
    max-height: 30px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
}

.dbWxDiv{
    width: 248px;
   
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 32px;
    display: none;
}

.WM:hover .dbWxDiv{
    display: block;
}

.dbWxDiv img{
    display: block;
    width: 248px;
    
}

.ft2Dl dd{
    margin-top: 10px;
    overflow: hidden;
}

.ft2Dl dd label{
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #888;
    float: left;
}


.ft2Dl dd a{
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #888;
    float: left;
    white-space: nowrap;
    margin: 0 10px;
}

.ft2Dl dd a:hover{
    color: #bb9f5f;
}


.ft2 ul{
    float: right;
}

.ft2 ul li{
    padding-bottom: 12px;
    font-size: 14px;
    color: #888888;
    line-height: 14px;
}

.ft2 ul li a{
    padding-bottom: 12px;
    font-size: 14px;
    color: #888888;
    line-height: 14px;
}

.ft2 ul li a:hover{
    color: #bb9f5f;
}

.zxly-maxk{
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1301;
    display: none;
}

.zxly-pop{
    width: 900px;
    padding: 30px 50px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
    border-radius: 3px;
    height: fit-content;
    z-index: 1302;
    display: none;
}

.GB{
    display: block;
    width: 24px;
    height: 40px;
    position: absolute;
    top: -50px;
    right: -30px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.zxly-pop h1{
    font-size: 30px;
    color: #333;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: normal;
}

.inpText{
    line-height: 42px;
    overflow: hidden;
}

.inpText input{
    display: block;
    width: calc(32% - 10px);
    height: 42px;
    padding: 0 5px;
    background: #eeeeef;
    float: left;
    margin-right: 2%;
    border: none;
    outline: none;
}

.inpText input:last-child{
    margin-right: 0 !important;
}

.zxly-pop textarea{
    display: block;
    width: calc(100% - 30px);
    height: 210px;
    padding: 15px;
    background: #eeeeef;
    margin-top: 20px;
    border: none;
    outline: none;
}

.zxly-pop input[type="button"]{
    display: block;
    margin: 20px auto;
    background: #666666;
    width: 145px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    transition: 500ms;
    cursor: pointer;
    border: none;
    outline: none;
}

.zxly-pop input[type="button"]:hover{
    background: #cfb477;
}

.KEFU{
    width: 53px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1201;
}

.KEFU li{
    width: 53px;
    height: 47px;
    background: rgba(153, 153, 153, 0.8);
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.KEFU li>a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.KEFU li>a>img{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.KEFU li>img{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.KEFU li:last-child{
    cursor: pointer;
}


.KEFU li:hover{
    background: #bb9f5f;
}

.KEFU li>a>span{
    padding: 5px 12px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    display: none;
}


.KEFU li:hover>a>img{
    display: none;
}


.KEFU li:hover>a>span{
    display: block;
}

.kefu_tc{
    position: absolute;
    right: 60px;
    bottom: 0;
    width: 120px;
    background: rgba(153, 153, 153, 0.8);
    padding: 15px;
    display: none;
}

.KEFU li:nth-child(4):hover .kefu_tc{
    display: block;
}

.kefu_tc span{
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #fff;

}


/*PC不显示-------------------------------*/

.sjMeDiv{
    display: none;
}

.wx_code{
    display: none;
}

.sjKeFu{
    display: none;
}
/*PC不显示-------------------------------*/

/*inside*/
.inside{
    min-height: 400px;
    margin: 30px auto;
}
/*inside*/


/*service---------------------------------------------*/
.insBanner{
    overflow: hidden;
    position: relative;
}

.insBanner>img{
    display: block;
    width: 100%;
}

.dqwz{
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    margin: auto;
    width: 85%;
}

.dqwz h1{
    color: #fff;
    font-size: 48px;
    font-weight: normal;
    line-height: 60px;
}

.dqwz span{
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
}

.ser1{
    background: #f4f4f4;
    margin: 100px auto;
    overflow: hidden;
}

.ser1 dt{
    float: left;
    width: 50%;
    overflow: hidden;
}

.ser1 dt img{
    transition: 500ms;
    width: 100%;
    display: block;
}

.ser1 dt:hover img{
    transform: scale(1.3);
}


.ser1 dd{
    float: right;
    width: 26%;
    margin-right: 10%;
    overflow: hidden;
    background:url("../images/serImg02.png") no-repeat bottom center;
    padding-bottom: 155px;
}


.ser1 dd h1{
    font-weight: normal;
    font-size: 32px;
    line-height: 36px;
    padding-top: 60px;
    text-align: center;
}

.ser1 dd span{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #999;
    line-height: 35px;
    padding-top: 25px;
}

.ser2{
    padding: 100px 0;
}

.font1{
    font-size: 25px !important;
}

.col1{
    color: #fff !important;
}

.ser2 ul {
    padding-bottom: 100px;
    margin-top: 120px;
    margin-left: 300px;
}

.ser2 ul li{
    width: 15%;
    float: left; padding:0px 10px;
}

.ser2 ul li a{
    display: block;
    width: 100%;
    height: 100%;
}

.ser2 ul li a>img{
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    transition: 500ms;
}

.ser2 ul li a h2{
    font-size: 22px;
    text-align: center;
    color: #fff;
    padding-top: 50px;
    line-height: 40px;
    font-weight: normal;
    transition: 500ms;
}

.ser2 ul li a label{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding-bottom: 37px;
    transition: 500ms;
}

.ser2 ul li a div{
    border: 1px solid #d7b99f;
    border-radius: 50%;
    color: #d7b99f;
    font-size: 16px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    font-weight: bolder;
    font-family: 宋体;
}

.ser2 ul li:hover h2{
    color:#d7b99f;
}

.ser2 ul li:hover div{
    color: #fff;
    background:#d7b99f;
}

.ser2 ul li:hover img{
    margin-top: -15px;
}

.ser3{
    padding: 100px 0;

}

.ser3 ul{
    margin-top: 60px;
    overflow: hidden;
}

.ser3 ul li{
    width: 23.7%;
    float: left;
    margin-right: 1.7%;
    position: relative;
}

.ser3 ul li:last-child{
    margin-right: 0;
}

.ser3Tu{
    overflow: hidden;
}

.ser3Tu img{
    display: block;
    width: 100%;
    transition: 500ms;
}

.ser3 ul li:hover .ser3Tu img{
    transform: scale(1.3);
}

.ser3Txt{
    position: absolute;
    left: 0;
    top: 0;
    padding: 50px;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
}

.ser3Txt h1{
    font-size: 26px;
    font-weight: normal;
    color: #fff;
    line-height: 50px;
}

.ser3Txt h3{
    font-weight: normal;
    line-height: 40px;
    font-size: 16px;
    color: #cdcdcd;
}



.ljgdb{
    display: block;
    padding: 0 30px;
    height: 42px;
    line-height: 42px;
    color: #000;
    width: fit-content;
    margin: 30px auto 0;
    position: relative;
    background: #333;
}

.ljgdb label{
    font-size: 14px;
    line-height: 42px;
    color: #d0b372;
    transition: 500ms;
    position: relative;
    z-index: 999;
}

.ljgdb span{
    font-size: 14px;
    line-height: 42px;
    color: #d0b372;
    transition: 500ms;
    position: relative;
    z-index: 999;
}

.ljgdb:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 42px;
    background: #d0b372;
    transition: 500ms;
}

.ljgdb:hover:before{
    width: 100%;
}


.ljgdb:hover label{
    color: #fff;
}

.ljgdb:hover span{
    color: #fff;
}

.ser4{
    padding: 100px 0;
    background:#f4f3f3;
}

.ser4 ul{
    overflow: hidden;
    margin-top: 60px;
}

.ser4 ul li{
    width: 30%;
    margin-right: 5%;
    float: left;
}

.ser4 ul li a{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ser4Img01{
    display: block;
    width: 100%;
    transition: 500ms;
}

.ser4 ul li:hover .ser4Img01{
    transform: scale(1.3);
}

.ser4 ul li span{
    display: block;
    line-height: 60px;
    height: 60px;
    color: #000;
    text-align: center;
    font-size: 16px;
}

.ser4 ul li:last-child{
    margin-right: 0;
}

.ser4Img02{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 47px;
    height: 47px;
    display: block;
}

/*service---------------------------------------------*/


/*dynamic----------------------------------------------*/

.dynamic01{
    margin: 70px auto !important;
    overflow: hidden;
}

.dynamic01 dt{
    width: 482px;
    padding: 63px 10%;
    float: left;
	    background-color: #f3f3f3;
		height: 330px;
}

.dynamic01 dt h2{
    font-size: 26px;
    font-weight: normal;
    color: #000;
    padding-top: 100px;
    line-height: 30px;
}


.dynamic01 dt h3{
    font-size: 14px;
    line-height: 25px;
    color: #666;
    font-weight: normal;
    padding-top: 27px;
    margin-bottom: 30px;
}

.riqi1{
    display: block;
    font-size: 18px;
    color: #d8baa0;
    padding-bottom: 20px;
}

.readM{
    display: inline-block;
    transition: 0.6s;
    border-bottom: 1px solid #666;
    position: relative;
    margin-top: 20px;
    font-size: 16px;
    color: #333;
    padding-bottom: 7px;
}

.readM:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width:0;
    height: 1px;
    background:#d8baa0;
    transition: 0.6s;
}

.readM:hover:after{
    width: 100%;
}

.readM:hover{
    color: #d8baa0;
}


.dynamic01 dd{
    float: right;
    width: 50%;
}

.dynamic01 dd a{
    display: block;
    width: 100%;
    overflow: hidden;
}

.dynamic01 dd a img{
    display: block;
    width: 809px;
    transition: 1.6s;
	height: 454px;
}

.dynamic01 dd:hover img{
    transform: scale(1.1);
}


.dynamic02{
    margin: 30px auto !important;
    overflow: hidden;
}

.dynamic02T{
    height: 85px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.dynamic02T li {
    position: relative;
    height: 85px;
    line-height: 85px;
    float: left;
    margin: 0 55px;
}

.dynamic02T li a{
    font-size: 20px;
    color: #999;
    display: block;
    height: 85px;
    line-height: 85px;
    transition: 0.6s;
}

.dynamic02T li:hover a{
    color: #000;
}

.dynamic02T li a:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 30px;
    height: 5px;
    background: #d8baa0;
    opacity: 0;
    transition: 0.6s;
}

.dynamic02T li a:hover:after{
    opacity: 1;
}

.dynamic02B{
}

.dynamic02B li{
    height: 194px;
    padding: 40px 0;
    border-bottom: 1px dashed #e5e5e5;
    overflow: hidden;
}

.dynamic02B li a{
    display: block;
    width: 100%;
    height: 100%;
}

.dynatua{
    width: 17%;
    float: left;
    height: 100%;
    overflow: hidden;
}

.dynatua img{
    display: block;
    width: 100%;
    height: 100%;
    transition: 500ms;
}

.dynamic02B li:hover .dynatua img{
    transform: scale(1.3);
}

.dynatinfo{
    float: left;
    height: 100%;
    width: 49%;
    margin-left: 5%;
}

.RIQI{
    display: block;
    font-size: 48px;
    color: #d8baa0;
    padding-right: 15px;
    line-height: 194px;
    height: 194px;
    transition: 0.6s;
    float: right;
}

.dynamic02B li:hover .RIQI{
    padding-right: 45px;
}

.dynatinfo h2{
    font-size: 18px;
    color: #333;
    padding-top: 28px;
    font-weight: normal;
}

.dynatinfo span{
    display: block;
    font-size: 14px;
    color: #666;
    padding-top: 28px;
    margin-bottom: 15px;
    line-height: 25px;
}


/*contact------------------------*/
.contact01{
    margin: 70px auto !important;
}

.contact01 ul{
    overflow: hidden;
    margin-top: 100px;
}

.contact01 ul li{
    width: 46%;
    position: relative;
    overflow: hidden;
}

.biaoti{
    position: absolute;
    left: 10%;
    top: 10%;
    transition: 500ms;
}

.biaoti label{
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
}

.contact01 ul li:hover .biaoti{
    left: 15%;
    top: 15%;
}

.contact01 ul li img{
    display: block;
    width: 100%;
    transition: 0.6s;
}

.contact01 ul li:hover img{
    transform: scale(1.3);
}


.contact01 ul li dl{
    width:90%;
    padding:30px 0 30px 10%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
}

.contact01 ul li dl dt{
    width: calc(70% - 50px);
    float: left;
    padding-right: 50px;
    position: relative;
}

.contact01 ul li dl dt:after{
    position: absolute;
    right: 25px;
    top: 0;
    content: '';
    width: 1px;
    transform: rotateZ(30deg);
    height: 60px;
    background: #fff;
}


.contact01 ul li dl dt label{
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.contact01 ul li dl dd{
    float: right;
    width: 30%;
}

.contact01 ul li dl dd label{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    display: block;
}

.contact01 ul li dl dd h2{
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

.contact02{
    padding: 100px 0;
    /*background: url("../images/contact02Img.jpg") no-repeat center center;
    background-size: cover;*/
}

.col2{
    color: #fff !important;
}

.contact02 ul{
    overflow: hidden;
    margin-top: 260px;
}

.contact02 ul li{
    width: calc(23% - 80px);
    padding: 40px;
    background: rgba(56, 53, 56, 0.9);
    float: left;
    margin-right: 2.6%;
}


.contact02 ul li:last-child{
    margin-right: 0 !important;
}

.contact02 ul li h2{
    color: #fff;
    font-weight: normal;
    font-size: 28px;
    padding-bottom: 45px;
    position: relative;
}

.contact02 ul li h2:before{
    position: absolute;
    content: '';
    left: 10px;
    bottom: 0;
    width: 1px;
    height: 30px;
    transform: rotate(30deg);
    background: #bb9f5f;
}


.contact02 ul li label{
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}



/*zxly01----------------------------------------------*/
.zxly01{
    margin: 70px auto !important;
}


.zxly01dv{
    overflow: hidden;
    margin-top: 80px;
}

.zxly01dv dt{
    overflow: hidden;
    width: 62%;
    float: left;
}

.zxly01dv dt img{
    display: block;
    width: 100%;
    transition: 500ms;
}

.zxly01dv dt:hover img{
    transform: scale(1.3);
}

.zxly01dv dd{
    width: 32%;
    height: 300px;
    float: right;
}

.zxly01dv dd ul{
}

.zxly01dv dd ul li{
    line-height: 48px;
    margin-bottom: 20px;
}


.zxly01dv dd ul li input[type="text"]{
    display: block;
    height: 46px;
    border: 1px solid #ccc;
    padding: 0 20px;
    width: calc(100% - 42px);
    outline: none;
}

.zxly01dv dd ul li textarea{
    display: block;
    border: 1px solid #ccc;
    width: calc(100% - 42px);
    padding: 10px 20px;
    height: 90px;
    outline: none;
}

.zxly01dv dd ul li input[type="button"]{
    display: block;
    height: 30px;
    border:none;
    float: left;
    padding: 0 20px;
    width: 106px;
    cursor: pointer;
    margin-right: 20px;
    background: #707071;
    transition: 500ms;
    outline: none;
    color: #fff;
    font-size: 14px;
}

.zxly01dv dd ul li input[type="button"]:hover{
    background: #dc9e6d;
}





/*jrwm------------------------------------------*/
.jrwm01{
    margin: 70px auto !important;
}

.jrwmDv{
    margin-top: 70px;
}

.jrwmTitle{
    height: 70px;
    width: calc(100% - 200px);
    margin: 0 auto;
    background: #eeeeef;
    padding: 0 100px;
}

.jrwmTitle li{
    float: left;
    width: 25%;
    height: 70px;
    font-size: 20px;
    color: #666;
    text-align: center;
    line-height: 70px;
}

.jrwmDvT{

}

.jrwmDvT>li{
    line-height: 70px;
}



.one>ul{
    height: 70px;
    width: calc(100% - 200px);
    margin: 0 auto;
    cursor: pointer;
    padding: 0 100px;
    position: relative;
}

.fuhao{
    display: block;
    height: 70px;
    color: #666;
    font-size: 20px;
    font-weight: bolder;
    line-height: 70px;
    position: absolute;
    right: 70px;
    top: 0;
}

.backg1{
    background: #baa064 !important;
}

.one>ul li{
    float: left;
    width: 25%;
    line-height: 70px;
    font-size: 20px;
    color: #666;
    text-align: center;
}

.jrwmDvCon{
    width: calc(100% - 200px);
    padding: 50px 100px;
    background: #f6f6f6;
    display: none;
}

/*brand---------------------------------------------*/
.inside{
}

.nyul{
    height: 60px;
}

.nyul li{
    float: left;
    width: 16.66%;
    height: 60px;
}

.nyul li>a{
    display: block;
    color: #fff;
    text-align: center;
    line-height: 60px;
    background: #333333;
    transition: 500ms;
}

.nyul li>a:hover{
    background: #bb9f5f;
}

.pa1{
    padding:10px;
}

.BRCon01{
    width: 1200px;
    height: fit-content;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.BRConImg01{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.BRCon01 h2{
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    line-height: 60px;
}

.BRCon01 span{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding: 20px 0;
    max-width: 690px;
    margin: 0 auto;
}

.wrap1{
    width: 85%;
    margin: 0 auto;
}

.bra1bg{
    background:url(../images/jtbj_bg1.jpg) no-repeat center center;
    padding-top: 105px;
    padding-bottom: 125px;
}

.bra1{
    overflow: hidden;
}

.bra1L{
    float: left;
    width: 28%;
    overflow: hidden;
}


.bra1L img{
    display: block;
    width: 100%;
    transition: 500ms;
}

.bra1L:hover img{
    transform: scale(1.3);
}

.bra1M{
    float: left;
    width: 64%;
    overflow: hidden;
    margin-left: 8%;
    padding-top: 0px;
}


.bra1M h1{
    font-size: 30px;
    color: #000;
    line-height: 60px;
    font-weight: normal;
}

.bra1M span{
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    padding-bottom: 25px;
}

.bra1R{
    float: right;
    width: 23%;
    padding-top: 425px;
}

.bra1R dt{
    height: 70px;
    position: relative;
    font-size: 15px;
    color: #000;
    line-height: 70px;
}

.bra1R dt:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 170px;
    height: 1px;
    background: #000;
    content: '';
}

.bra1R dd{
    width: 100%;
}

.bra1R dd img{
    display: block;
    width: 100%;
}

.bra2bg{
    padding: 80px 0;
}

.bra2{
    width: 77%;
    margin: 0 auto;
}

.tit{
}

.tit h1{
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    color: #000;
    line-height: 60px;
}

.tit label{
    display: block;
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}

.bra2Img{
    display: block;
    width: 100%;
    margin-top: 30px;
}

/*brand---------------------------------------------*/



/*product---------------------------------------------*/
.cpDiv{
    min-height: 400px;
    margin-top: 100px;
}

.cpT{
    padding: 30px 0;
}

.cpT ul{
    position: relative;
    width: fit-content;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    overflow: hidden;
}

.cpT ul li{
    margin-right: 120px;
    width: 100px;
    float: left;
}

.cpT ul li:last-child{
    margin-right: 0;
}

.tuDIvImg{
    width: 100px;
    height: 110px;
    position: relative;
}

.tuDIvImg img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.sImg{
    display: block;
}

.hImg{
    display: none;
}

.cpT a>label{
    display: block;
    font-size: 20px;
    color: #333;
    padding-bottom: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.cpT a>label:after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #bb9f5f;
    width: 36px;
    height: 7px;
    display: none;
}

.cpT li:hover a>label:after{
    display: block;
}


.cpDiv>ul{
}

.cpDiv>ul>li{
    padding: 50px 0;
}


.cpliCon{
}

.cpliL{
    width: 550px;
    height: 490px;
    overflow: hidden;
}


.swiper-container {
    width: 100%;
    height:436px;
}

.swiper-slide>img{
    display: block;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    position: relative;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.cpliR{
   width: 600px;
   padding-top: 120px;
}

.cpliR h2{
    font-size: 32px;
    color: #fff;
    font-weight: normal;
    line-height: 40px;
}

.cpliR h1{
    font-size: 48px;
    color: #bb9f5f;
    line-height: 48px;
    padding: 27px 0;
    font-weight: normal;
}

.cpliR ul{
}


.cpliR ul li{
    line-height: 40px;
    margin-bottom: 10px;
}

.cpliR ul li img{
    margin-right: 15px;
    line-height: 40px;
    vertical-align: middle;
}

.cpliR ul li label{
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}

.fl ul li label {
    color: #666 !important;
}

.cpDiv>h1{
    text-align: center;
    line-height: 30px;
    padding: 80px 0;
    color: #333;
    font-size: 24px;
    font-weight: normal;
}

/*product---------------------------------------------*/



/*2019-06-16  修改与添加*/
   .banImg{
       display: block;
       margin: 0 auto;
       /*width: 403px;
       height: 282px;*/
   }

   .b3sp{
       font-size: 24px;
       text-align: center;
       padding: 20px 0;
       margin: 15px auto;
       width: fit-content;
       line-height: 30px;
       display: block;
       color: #fff;
   }

   .b3la{
       display: block;
       border-radius: 50px;
       height: 50px;
       color: #fff;
       width: fit-content;
       font-size: 24px;
       margin: 10px auto;
       line-height: 50px;
       padding: 0 30px;
       background: rgba(0,0,0,.6);
   }

.b3h2{
    font-size: 50px;
    font-weight: normal;
    text-align: center;
    color: #d0b372;
    padding-bottom: 50px;
}

/*2019-06-16  修改与添加*/



/*自适应---------------------------------------------*/
@media screen and (max-width: 767px) {
    .wapper{
        width: 100%;
        margin: 0 auto;
    }

    .Bottom{
        display: none;
    }

    .headbg{
        display: none;
    }

    .head2Bg{
        display: none !important;
    }

    .slideBox{
        height: 250px !important;
        margin-top: 60px;
    }

    .slideBox .prev{
        display: none;
    }

    .slideBox .next{
        display: none;
    }

    .bannerCon {
        top: 50%;
        transform: translateY(-50%);
    }

    .bannerCon h1 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 10px;
    }

    .bannerCon span {
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 20px;
    }

    .bannerCon h2 {
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 5px;
    }

    .bannerCon label {
        font-size: 14px;
    }

    .slideBox .hd{display: block; height:10px; overflow:hidden; position:absolute; right:0; bottom:10px; z-index:1;width: 100%; }
    .slideBox .hd ul{ overflow:hidden; zoom:1;
        height: 10px;
        position: absolute;
        left: 50%;
        width: fit-content;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }
    .slideBox .hd ul li{ float:left; margin-right:5px;  width:10px; height:10px; line-height:10px; text-align:center; background:#fff; cursor:pointer;border-radius: 50%; }
    .slideBox .hd ul li.on{ background:#bb9f5f; color:#fff; }


    .sjMeDiv{
        display: block;
        height: 40px;
        padding: 10px 0;
        background: #fff;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1201;
    }

    .logo3{
        height: 40px;
        margin-left: 2%;
        float: left;
    }

    .logo3 a{
        display: block;
        height: 40px;
    }

    .logo3 a img{
        display: block;
        height: 40px;
    }

    .sjBtn {
        display: block;
        width: 40px;
        height: 40px;
        float: right;
        margin-right: 2%;
        cursor: pointer;
    }

    .sjMeDiv ul{
        position: absolute;
        width: 80%;
        right: 0;
        top: 60px;
        background: #fff;
        display: none;
    }

    .sjMeDiv ul li{
        height: auto;
        border-top: 1px solid #eee;
        padding-left: 15px;
    }
	.nyul li{ width:auto;}
    .sjMeDiv ul li a{
        display: block;
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        color: #666;
    }

    .sjMeDiv ul li:hover{
        background: #bb9f5f;
    }

    .sjMeDiv ul li:hover a{
        color: #fff;
    }

    .con1bg:before {
      display: none;
    }

    .con1{
      float: none !important;
      width: 95%;
      margin: 10px auto;
      height: auto;
    }

    .con2 {
        padding: 30px 0;
    }

    .c2t {
        height: auto;
    }

    .c2t h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .C2Img {
        width: auto;
        height: 36px;
        margin: 10px auto;
    }

    .moreA {
        padding: 0 10px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }

    .con3 dl dd {
       display: none;
        float: none;
    }

    .con3bg {
        padding: 30px 0;
    }

    .con3 h1 {
        font-size: 30px;
        line-height: 36px;
        text-align: center;
        padding-bottom: 18px;
    }

    .con3 h1:after {
       display: none;
    }

    .con3 {
        width: 95%;
    }

    .con3 dl {
        margin-top: 0;
    }

    .con3 dl dt {
        width: 100%;
        float: none;
    }

    .con3 dl dt>label {
        text-align: center;
    }

    .con3 dl dt>span {
        text-align: center;
        line-height: 24px;
    }

    .seeA {
        margin: 30px auto;
    }

    .con4bg {
        padding: 30px 0;
    }

    .con4bg:before {
       display: none;
    }

    .con4 {
        width: 95%;
        margin: 10px auto;
        height: 250px;
        float: none !important;
    }

    .con5bg{
        background: #f6f6f6 !important;
    }

    .T2 label {
        font-size: 24px;
        line-height: 24px;
        padding-bottom: 14px;
    }

    .T2 span {
        font-size: 20px;
        color: #666;
        padding-top: 10px;
    }

    .con5T{
        display: none;
    }

    .con5B {
        width: 100%;
        margin-top: 15px;
    }
.con5B li:hover{  padding-left: 0;}
    .con5B li a {
        font-size: 14px;
        width: 70%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 48px;
    }

    .con5B li span {
        font-size: 14px;
        margin-right: 24px;
    }

    .con5B li {
        height: 48px;
        padding-left: 10px;
        background: url(../images/index_img3.png) no-repeat right 5px center;
        line-height: 48px;
    }

    .ftMenu{
        display: none;
    }

    .ftbg {
        padding: 30px 0;
    }

    .ft1{
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
    }

    .ft1 dl {
        float: left;
        height: auto;
        width: fit-content;
    }

    .ft1 dl dt {
        float: none;
        height: 34px;
        margin-right: 0;
    }

    .ft1 dl dd {
        float: none;
        width: fit-content;
    }

    .zxly-pop {
        width: calc(95% - 20px);
        padding: 10px;
    }

    .GB {
        right: 0;
    }

    .inpText input {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .zxly-pop textarea {
        height: 48px;
        margin-top: 0;
    }

    .ft1 dl dt label {
        font-size: 12px;
    }

    .ft1 dl dt span {
        font-size: 18px;
    }

    .wx_code{
        display: block;
        width: 100px;
        height: 100px;
        float: right;
    }

    .ft2Dl{
        display: none;
    }

    .ft2 ul {
        float: none;
        margin: 0 auto;
        width: 95%;
    }

    .ft2 ul li {
        text-align: center;
    }


    .insBanner {
        overflow: hidden;
        margin-top: 60px;
    }

    /*产品页*/
    .cpDiv {
        margin-top: 60px;
    }

    .cpT ul li {
        margin-right: 15px;
    }

    .cpliL {
        width: 550px;
        height: 490px;
        float: none !important;
    }

    .cpliR {
        width: 95%;
        height: auto;
        margin: 0 auto;
        padding-top: 30px;
        float: none !important;
    }

    .cpliL{
        width: 95%;
        margin: 0 auto;
        height:380px;
        overflow: hidden;
    }


    .swiper-container {
        width: 100%;
        height:330px;
    }


    .sjKeFu{
        padding: 15px 0;
        height: 14px;
        overflow: hidden;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        background: #353535;
        display: block;
        z-index: 1000;
    }

    .sjKeFu li{
        width: calc(33.3% - 1px);
        float: left;
        height: 16px;
        border-right: 1px solid #fff;
    }

    .sjKeFu li:last-child
    {
        border-right: none;
    }

    .sjKeFu li a{
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        text-align: center;
    }

    .sjKeFu li a img{
        width: 16px;
        height: 16px;
        vertical-align: top;
        line-height: 16px;
        margin-right: 5px;
    }

    .sjKeFu li a span{
        color: #fff;
        font-size: 14px;
        line-height: 16px;
        vertical-align: top;
    }
}
/*自适应---------------------------------------------*/

@media screen and (max-width: 1200px){
	.C5tuDiv{ width:250px;}
	.C5Div2{ width:530px;}
	.ftMenu{ width:100%; margin-bottom:10px;}
	.ft1 dl{}
	.nyul li>a{ padding:0 10px;}
	.dynamic02B li{ width:100%; height:auto;}
	.dynatua{ width:100%;}
	.dynatinfo{ width:100%;}
	.dynamic02B li:hover .RIQI{
		padding-left:0;}
	}

