@charset "utf-8";
.bananr img{
    max-width: 100%;
    height: auto;
}
header{
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    background: rgba(0, 0, 0, .4);
    padding: 12px 0;
}
header .h_nav ul,
header .h_nav li,
header .h_nav {
    display: inline-block;
    vertical-align: middle;
    line-height: 94px;
    font-size: 16px;
    color: #f8f8f8;
}
header .h_nav li:hover a,
header .h_nav li.on a{
    color: #bcbaba
}

header .h_nav li{
    margin-right: 50px;
}
header .h_nav li:last-of-type{
    margin-right: 0;
}
header .h_nav li a{
    color: #f8f8f8;
}
header .h_phone{
    line-height: 94px;
}
header .h_phone span{
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
header .h_phone .wx{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 10px;
    height: 20px;
}
header .h_phone .wx > div{
    position: absolute;
    width: 100px;
    height: 0;
    overflow: hidden;
    transition: all .5s;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;

}
header .h_phone .wx:hover > div{
    height: 100px;
    opacity: 1;
}
header .h_phone .wx > div img{
    width: 100%;
    height: auto;
}
header .h_phone .wx i{
    width: 24px;
    height: 20px;
    background: url('../images/h-wx.png') no-repeat center;
    display: block
}
.zj-set1{
    width: 100%;
    background: url('../images/zj-set1-bj.jpg') no-repeat;
    background-size: 100% 100%;
    padding: 120px 0;
}
.zj-set1-tes{
    width: 50%;
    padding-top: 20px;
}
.zj-set1-tes .ts h3{
    font-size: 48px;
    color: #000;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: bold;
}
.zj-set1-tes .ts span{
    color: #8c734a;
    font-size: 14px;
}
.zj-set1-tes i{
    width: 27px;
    height: 14px;
    display: block;
    margin: 40px 0;
    background: url('../images/zj-set1-ico.png') no-repeat center;
}
.zj-set1-tes h6{
    font-size: 20px;
    color: #3e3a39;
    margin-bottom: 20px;
}
.zj-set1-tes .cont{
    font-size: 16px;
    color: #6c6c6c;
    line-height: 2;
}
.zj-set1-tes a{
    width: 180px;
    display: block;
    font-size: 20px;
    margin-top: 52px;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    position: relative;
}
.zj-set1-tes a::before{
    width:0;
    height:0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 7px solid #fff;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)

}
.zj-set1-tes a:hover{
    border-bottom: 1px solid #795c2c;
}
.zj-set1-v{
    width: 50%;
    position: relative;
    overflow: hidden;
}
.zj-set1-v i{
    width: 40px;
    height: 42px;
    border-radius: 50%;
    position: absolute;
    background: url('../images/zj-set1-vimg.png') no-repeat center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    cursor: pointer;
}
.zj-set1-cont{
    position: relative;
    margin-top: 120px !important;
}
.zj-set1-cont::before{
    width: 96%;
    height: 1px;
    background: #c4c5c4;
    content: '';
    display: block;
    position: absolute;
    left: 2%;
    top: 114px;
}
.zj-set1-cont li{
    text-align: center;
}
.zj-set1-cont li h3{
    font-size: 60px;
    color: #fff;
    font-weight: bold;
}
.zj-set1-cont li i{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 20px auto;
    border: 1px solid #fafbfb
}
.zj-set1-cont li h6{
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 18px;
}
.zj-set1-cont li .cont{
    font-size: 14px;
    color: #f3f3f3;
    box-sizing: border-box;
    width: 94%;
    margin: 0 auto;
}
.zj-set1 .swiper-button-next, .zj-set1 .swiper-button-prev{
    background: none !important;
    font-family: '宋体';
    top: 119px; 
    font-size: 20px;
    cursor: pointer;
}
.zj-set1-cont li.swiper-slide-active i{
    background: #fff
}
.zj-set2{
    padding: 100px 0;
    background: #f2f2f2
}
.zj-title{
    text-align: center;
    width: 65%;
    margin: 0 auto 80px;
} 
.zj-title h3{
    font-size: 48px;
    color: #000;
    font-weight: bold;
    margin-bottom: 6px;
}
.zj-title span{
    font-size: 14px;
    color: #8c734a
}
.zj-title p{
    margin-top: 6px;
    font-size: 16px;
    color: #6f6f6f
}
.zj-set2-cont ul{
    display: flex;
    justify-content: space-between;
}
.zj-set2-cont ul li{
    flex: 1
}
.zj-set2-cont ul li .imgd{
    width: 100%;
    overflow: hidden;
}
.zj-set2-cont ul li .imgd img{
    width: 100%;
    height: auto;
    transition: all .5s;
}
.zj-set2-cont ul li:hover .imgd img{
    transform: scale(1.1)
}
.zj-set2-cont ul li .text{
    padding: 40px 12%;
}
.zj-set2-cont ul li:nth-of-type(1) .text{
    background: #2d363d
}
.zj-set2-cont ul li:nth-of-type(2) .text{
    background: #735f61
}
.zj-set2-cont ul li:nth-of-type(3) .text{
    background: #4f6a7f
}
.zj-set2-cont ul li:nth-of-type(4) .text{
    background: #1f191b
}
.zj-set2-cont ul li .text h6{
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}
.zj-set2-cont ul li .text p{
    color: #fff;
    opacity: .4;
    font-size: 13px;
    min-height: 70px;
}
.zj-set3{
    background: #f2f2f2;
    
}
.zj-set3-cont{
    width: calc(50% + 800px);
    background: url('../images/zj-set3-bj.jpg') no-repeat;
    background-size: 100% 100%;
    padding: 108px 0 82px;
}
.zj-set3-cont .w1600{
    margin-left: 0;
}
.zj-set3-left{
    width: 44.5%;
    padding-left: 6%;
    padding-right: 9%;
}
.zj-set3-left .ts h3{
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 16px;
}
.zj-set3-left .ts span{
    color: #fff;
}
.zj-set3-left i{
    width: 27px;
    height: 14px;
    display: block;
    margin: 40px 0;
    background: url('../images/zj-set3-i.png') no-repeat center;
}
.zj-set3-left .cont{
    margin-bottom: 26px;
}
.zj-set3-left .cont h6{
    font-size: 20px;
    color: #dddee0;
    line-height: 1.7;
    margin-bottom: 14px;
}
.zj-set3-left .cont p{
    font-size: 16px;
    color: #dddee0
}
.zj-set3-rigth{
    width: 55.5%;
    padding-top: 42px;
}
.zj-set3-rigth .zj-set3-views{
    padding-bottom: 70px;
}
.zj-set3-rigth .swiper-pagination-progressbar{
    top: calc(100% - 10px)
    /* z-index: 1; */
}
.zj-set3-rigth .swiper-pagination-progressbar-fill{
    /* top: calc(100% - 4px); */
    background: #95785d
}
.zj-set3-rigth li p{
    text-align: center;
    color: #fff;
    margin-top: 12px;
    font-size: 16px;
}
.zj-set4{
    background: #f2f2f2;
    padding: 116px 0;
}
.zj-set4-cont{
    width: 100%;
}
.zj-set4-cont ul{
    display: flex;
    flex-wrap: wrap;
}
.zj-set4-cont ul li{
    width: 24%;
    margin-right: 1.333%;
    margin-bottom: 20px;
}
.zj-set4-cont ul li:nth-of-type(4n){
    margin-right: 0;
}
.zj-set4-cont ul li .imgd{
    width: 100%;
    overflow: hidden;
    height: 296px;
}
.zj-set4-cont ul li .imgd img{
    width: 100%;
    height: auto;
    transition: all .5s
}
.zj-set4-cont ul li:hover .imgd img{
    transform: scale(1.1)
}
.zj-set4-cont ul li > a{
    display: block;
    position: relative;
    height: 296px;
}
.zj-set4-cont ul li > h6{
    text-align: center;
    font-size: 16px;
    color: #333;
    padding-top: 8px;
}
.zj-set4-cont ul li .text{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/zj-set4-bj.jpg') no-repeat;
    background-size: 100% 100%;
    padding: 63px 10%;
    transition: all .5s;
    opacity: 0;
    transform: scale(0)
}
.zj-set4-cont ul li .text h6{
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.zj-set4-cont ul li .text p{
    font-size: 14px;
    color: #d5d5d5
}
.zj-set4-cont ul li:hover .text{
    opacity: 1;
    transform: scale(1)
}
.zj-set5{
    padding: 112px 0;
    background: #ebebeb
}
.zj-set5-cont{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.zj-set5-cont ul,
.zj-set5-cont .zj-set5-d{
    width: 49.5%;
}
.zj-set5-cont ul{
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}
.zj-set5-cont ul li{
    width: 49%;
}
.zj-set5-page{
    width: 100%;
    position: relative;
    /* height:; */
}
.zj-set5-page .imgd{
    overflow: hidden;
}
.zj-set5-page .imgd img{
    width: 100%;
    height: auto;
    transition: all .5s
}
.zj-set5-page:hover img{
    transform: scale(1.1)
}
.zj-set5-page .text{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5%;
    z-index: 1;
    padding: 0 6%;
}
.zj-set5-page a::before{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0),rgba(0, 0, 0, 0),rgba(0, 0, 0, 1));
    left: 0;
    top: 0;
    z-index: 1;
    content: '';
}
.zj-set5-page .text h6{
    font-size: 18px;
    color: #fff
}
.zj-set5-page .text p{
    font-size: 18px;
    color: #fff
}
.zj-set6{
    width: 100%;
    padding: 98px 0;
    background: #f2f2f2
}
.zj-set6-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
.zj-set6-nav .txt h3{
    font-weight: bold;
    color: #333;
    font-size: 48px;
}
.zj-set6-nav .txt p{
    font-size: 14px;
    color: #8c734a
}
.zj-set6-nav a{
    display: inline-block;
    padding: 6px 20px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.zj-set6-nav a.on{
    border: 2px solid #333;
}
.zj-set6-page{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.zj-set6-s{
    width: 50%;
    position: relative
}
.zj-set6-s .txt{
    width: 90%;
    position: absolute;
    left: 5%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid #ffffff
}
.zj-set6-s .txt p{
    font-size: 18px;
    color: #fff;
}
.zj-set6-s .txt span{
    font-size: 16px;
    color: #fff;
}
.zj-set6-s .txt span::after{
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 7px solid #fff;
    content: '';
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle
}
.zj-set6-page ul{
    width: 47%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.zj-set6-page ul li{
    flex: 1;
    border-bottom: 2px solid #d1c4a5;
    padding-top: 50px;
    
}
.zj-set6-page ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zj-set6-page ul li .ls{
    width: 80%;
}
.zj-set6-page ul li .timer{
    width: 20%;
    text-align: right;
}
.zj-set6-page ul li .ls h6{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}
.zj-set6-page ul li .ls p{
    font-size: 14px;
    color: #666;
}
.zj-set6-page ul li .timer span{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}
.zj-set6-page ul li .timer span::before{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: #333;
    margin-right: 20px;
}
.zj-set6-page ul li .timer p{
    color: #333;
    font-size: 16px;
}
footer{
    background: #1a1a1a
}
.foot_t{
    display: flex;
   border-bottom: 1px solid #484848;
   justify-content: space-between;
   align-items: center;
   padding: 40px 0;
}
.foot_t .ds-qq{
    display: flex;
}
.foot_t .ds-qq> div{
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    cursor: pointer;
}
.foot_t .ds-qq> div  img{
    opacity: 0.5;
}
.foot_t .ds-qq> div:hover img{
    opacity: 1;
}
.foot-d{
    padding: 43px 0 65px;
}
.foot-d ul{
    display: flex;
    justify-content: space-between;
    color: #5b5b5b;
}
.foot-d li a{
    color: #5b5b5b;
    font-size: 16px;
}
.foot-d li a:hover{
    color: #fff !important
}
.foot-d li span a,
.foot-d li span{
    font-size: 20px;
    color: #5b5b5b;
}
.foot-d li h6{
    font-size: 36px;
    color: #5b5b5b;
    font-weight: bold;
    margin-bottom: 20px;
}
.foot-d li .f_cont{
    font-size: 14px;
    line-height: 2;
}
.foot-d li dd{
    display: inline-block;
    vertical-align: text-top;
    margin-right: 134px;
}
.foot-d li dd:last-of-type{
    margin-right: 0;
}
.foot-d li dd span{
    display: block;
    margin-bottom: 20px;
   
}
.foot-d li dd span a{
    font-size: 20px;
}
.foot-d li dd a{
    display: block;
    font-size: 16px;
    margin-bottom: 16px;
}
.foot-d li h4{
    font-size: 16px;
    text-align: center;
    margin-top: 16px;
}
.foot-b{
    display: flex;
    justify-content: space-between;
    line-height: 60px;
    font-size: 16px;
    color: #5b5b5b;
}
.foot-b a{
    color: #5b5b5b;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.foot-b a:hover{
    color: #fff;
}
.ab-nav{
    width: 100%;
    bottom: 8%;
    left: 0;
    position: absolute;
    z-index: 1;
}
.ab-nav .ab-nav-a{
    width: 35%;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.ab-nav .ab-nav-a a{
    display: block;
    width: 30%;
    font-size: 24px;
    color: #fff;
    margin-bottom: 16px;
    margin-right: 5%;
}
.ab-nav .ab-nav-a a:nth-of-type(3n){
    margin-right: 0;
}
.ab-nav .ab-nav-a a:hover{
    color: #ba935c
}
.ab-nav .ab-nav-a a.on::before{
    background: #ba935c
}
.ab-nav .ab-nav-a a::before{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: #ffffff;
    margin-right: 12px;
}
.ab-mb{
    padding-top: 58px;
    padding-bottom: 58px;
}
.rw-set1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 82px;
}
.rw-set1 .img{
    width: 34.8%;
}
.rw-set1 .txt{
    width: 52.8%;
    padding-right: 10%;
}
.rw-set1 .txt h4{
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 28px;
}
.rw-set1 .txt h6{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 38px;
}
.rw-set1 .txt .cont{
    color: #666;
    margin-bottom: 72px;
}
.rw-set1 .txt ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rw-set1 .txt ul li{
    width: 50%;
    margin-bottom: 30px;
}
.rw-set1 .txt ul li strong{
    font-size: 65px;
    line-height: 1.1;
    color: #333333
}
.rw-set2{
    padding-bottom: 80px;
}
.rw-set2 .rw-set2-page{
    width: 100%;
    padding: 85px;
    background: #fafafa;
}
.rw-set2 .rw-set2-page:nth-of-type(2n){
    background: #ebebeb
}
.rw-set2 .rw-set2-page .text{
    float: left;
    width: 61%;
    padding-top: 30px;
}
.rw-set2 .rw-set2-page .img{
    width: 37.4%;
    float: right
}
.rw-set2 .rw-set2-page:nth-of-type(2n) .text{
    float: right;
    text-align: right
}
.rw-set2 .rw-set2-page:nth-of-type(2n) .text .cont{
    margin-left: auto;
}
.rw-set2 .rw-set2-page:nth-of-type(2n) .img{
    float: left;
}
.rw-set2 .rw-set2-page .text .txt{
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 16px;
    margin-bottom: 28px;
}
.rw-set2 .rw-set2-page .text .txt h6{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}
.rw-set2 .rw-set2-page .text .txt h4{
    color: #333;
    font-size: 30px;
    font-weight: bold;
}
.rw-set2 .rw-set2-page .text .cont{
    width: 60%;
}
.ppgs-set1{
    background: #fff;
}
.ppgs-set1-cont{
    text-align: center;
    padding-bottom: 92px;
}
.ppgs-set1-cont h4{
    font-size: 48px;
    color: #333333;
    font-weight: bold;
}
.ppgs-set1-cont h6{
    font-size: 60px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 38px;
}
.ppgs-set1-cont .cont{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.ppgs-set2{
    padding-top: 120px;
    padding-bottom: 120px;
}
.ppgs-set2-v{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ppgs-set2-v .img{
    width: 59.2%;
}
.ppgs-set2-v .txt{
    width: 36%;
}
.ppgs-set2 .txt{
    padding-left: 30px;
}
.ppgs-set2 .txt h6{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}
.ppgs-set2 .txt h6::before{
    width: 19px;
    height: 15px;
    content: '';
    display: block;
    background: url('../images/ppgs-ico.png') no-repeat center;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%)
}
.ppgs-set2 .cont{
    margin-bottom: 30px;
}
.ppgs-set2-l{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 110px;
}
.ppgs-set2-l .ppgs-set2-cont{
    width: 53%;
}
.ppgs-set2-l .img{
    width: 40%;
}
.fzlc-cont{
    padding-bottom: 68px;
    background: url('../images/fzlc-cont-bj.jpg');
    background-size: 100% 100%
}
.ppgs-set2-s{
    display: flex;
    justify-content: space-between;
    padding-top: 110px;
    margin-bottom: 110px;
}
.ppgs-set2-s .txt{
    width: 36%;
}
.ppgs-set2-s .conts{
    width: 60%;
}
.ppgs-set2-s .conts h5{
    font-size: 24px;
    color: #333;font-weight: bold;
    text-decoration:underline;
    margin-bottom: 20px;
}
.fzlc-views{
    width: 1034px;
    margin: 0 auto;
    position: relative;
    padding-top: 110px;
}
.fzlc-views::before{
    width: 1px;
    left: 50%;
    top: 0;
    height: 100%;
    content: '';
    position: absolute;
    background: #cecece;
    transform: translateX(-50%)
}
.fzlc-views .img,
.fzlc-views .text{
    width: 420px;
}
.fzlc-views li {
    margin-bottom: 110px;
    position: relative;
}
.fzlc-views li::before{
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    display: block;
    position: absolute;
    background: #333;
    left: 50%;
    margin-left: -3px;
    top: 0px
}
.fzlc-views li:last-of-type{
    margin-bottom: 0;
}
.fzlc-views li .text{
    float: left;
    text-align: right
}
.fzlc-views li .text h6{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1;
}
.fzlc-views li .img{
    float: right;
}
.fzlc-views li:nth-of-type(2n) .text{
    float: right;
    text-align: left
}
.fzlc-views li:nth-of-type(2n) .img{
    float: left
}
.sjry-cont-views{
    width: 100%;
}
.sjry-cont-views li{
    width: 24%;
    margin-right: 1.333%;
    float: left;
    margin-bottom: 68px;
}
.sjry-cont-views li:nth-of-type(4n){
    margin-right: 0;
}
.sjry-cont-views li .imgd{
    margin: 0 auto 70px;
    width: 187px;
    height: 265px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.sjry-cont-views li h6{
    text-align: center;
    padding: 20px 0;
    border-top: 2px solid #c3c3c3;
    border-bottom: 2px solid #c3c3c3
}
.yszt-cont{
    width: 100%;
    padding-bottom: 20px;
}
.yszt-view {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 54px 0;
}
.yszt-view .cot{
    width: 80%;
}
.yszt-view .cot h6{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
}
.yszt-view a{
   width: 14%;
   display: block;
   text-align: center;
   padding-bottom: 10px;
   border-bottom: 2px solid #333;
   color: #333;
   font-weight: bold;
}
.yszt-view a::after{
    width: 47px;
    height: 15px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 28px;
    background: url('../images/zj-jt.png') no-repeat center;
}
.qyfc-cont-view{
    width: 100%;
    padding-bottom: 62px;
}
.qyfc-cont-view li{
    width: 32%;
    float: left;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 20px;
}
.qyfc-cont-view li:nth-of-type(3n){
    margin-right: 0;
}
.qyfc-cont-view li img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
}
.qyfc-cont-view li:hover img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    
    filter: grayscale(0%);
}
.qyfc-cont-view li h6{
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 15px 0;
}
.product{
    margin-top: 120px;
    /* padding-bottom: 62px; */
}
.product li{
    width: 50%;
    float: left;
}
.product li a{
    width: 100%;
    display: block;
    position: relative
}
.product li a .txt{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    transition: all .5s
}
.product li:hover a .txt{
    background: rgba(0, 0, 0, .8);
}
.product li a .txt .t h6{
    font-size: 24px;
    color: #fff;
}
.product li a .txt .t p{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.product li a .txt .t-cont{
    margin: 0px auto 0;
    width: 50%;
    height: 0;
    overflow: hidden;
    transition: all .5s;
    opacity: 0;
}
.product li:hover .txt .t-cont{
    height: 165px;
    margin-top: 20px;
    opacity: 1;
}
.product li a .txt .t-cont .cont{
    font-size: 16px;
    color: #fff;
    height: 125px;
}
.product li a .txt .t-cont .bt{
    width: 178px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    font-size: 16px;
    transition: all .5s
}
.product li a .txt .t-cont .bt i{
    width: 29px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background: url('../images/jt-b.png') no-repeat center;
    margin-left: 12px;
    transition: all .5s
}
.product li a .txt .t-cont .bt:hover{
    color: #ba935c;
    border-color: #ba935c;
}
.product li a .txt .t-cont .bt:hover i{
    margin-left: 30px;
}
.more-bj{
    padding: 50px;
    text-align: center;
}
.prodef{
    margin-top: 120px;
    padding-bottom: 62px;
}
.prodef-nav{
    display: flex;
    justify-content: space-around;
    line-height: 80px;
    border-bottom: 2px solid #c3c3c3
}
.prodef-nav a{
    color: #333;
    
}
.prodef-nav a::before{
    width: 0;
    height: 10px;
    border-radius: 50%;
    content: '';
    background: #ba935c;
    display: inline-block;
    vertical-align: middle
}
.prodef-nav a:hover{
    color: #ba935c
}
.prodef-nav a.on::before{
    width: 10px;
}
.prodef .ab-mb{
    padding-top: 35px;
    padding-bottom: 34px;
}
.prodef-cont{
    min-height: 300px
}
.prodef-cont h3{
    text-align: center;
    font-size: 36px;
    color: #333;
    margin-bottom: 52px;
    font-weight: bold;
}
.prodef-ds{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #c3c3c3;
    padding-top: 32px;
}
.prodef-ds p{
    margin-bottom: 10;
}
.prodef-ds .gr-back{
    width: 150px;
    text-align: center;
    border: 1px solid #000000;
    color: #333;
    font-size: 16px;
    line-height: 2.5;
}
.case-cont-views{
    width: 100%;
    padding-bottom: 42px;
}
.case-cont-views li{
    width: 32%;
    float: left;
    margin-right: 2%;
}
.case-cont-views li:nth-of-type(3n){
    margin-right: 0;
}
.case-cont-views li h6{
    text-align: center;
    font-size: 16px;
    padding: 18px 0;
}
.case-cont-views li:hover h6{
    color: #ba935c;
}
.ytxy-set1{
    width: 100%;
    padding-bottom: 68px;
}
.ytxy-set1 h6{
    font-size: 36px;
    color: #333;
    text-align: center;
    margin-bottom: 42px;
}
.ytxy-set1 .cont{
    width: 68%;
    margin: 0 auto 68px;
}
.ytxy-set1 .cont p{
    margin-bottom: 20px;
}
.ytxy-set1 ul{
    display: flex;
    justify-content: space-between
}
.ytxy-set1 ul li{
    width: 49%;
    position: relative;
}
.ytxy-set1 ul li .txt{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, .3);
  text-align: center;
}
.ytxy-set1 ul li .txt p{
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
}
.ytxy-set1 ul li .txt .bt{
    width: 160px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    font-size: 16px;
    transition: all .5s
}
.ytxy-set1 ul li .txt .bt i{
    width: 29px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background: url('../images/jt-b.png') no-repeat center;
    margin-left: 12px;
    transition: all .5s
}
.ytxy-set2{
    background: #fff;
    text-align: center;
    padding: 120px 0;
}
.ytxy-set2 h5{
    font-size: 36px;
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
}
.ytxy-set2 p{
    font-size: 16px;
    line-height: 2;
}
.ytxy-set2 h6{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-top: 30px;
}
.ytxy-set2 h4{
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
.ytxy-set3{
    width: 100%;
    padding-bottom: 68px;
}
.ytxy-set3 h6{
    font-size: 36px;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding: 60px 0;
}
.ytxy-set3 ul{
    display: flex;
    flex-wrap: wrap;
}
.ytxy-set3 ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 26px;
}
.ytxy-set3 ul li:nth-of-type(3n){
    margin-right: 0;
}
.sjvr-cont-view{
    width: 100%;
}
.sjvr-cont-view ul{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 52px;
}
.sjvr-cont-view ul li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 26px;
}
.sjvr-cont-view ul li:nth-of-type(2n){
    margin-right: 0;
}
.sjvr-cont-view ul li .txt{
    padding: 24px 0;
    position: relative;
}
.sjvr-cont-view ul li .txt::before{
    width: 47px;
    height: 15px;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    /* top: -7px; */
    background: url('../images/zj-jt.png') no-repeat center;
}
.sjvr-cont-view ul li .txt h6{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 4px;
}
.sjvr-cont-view ul li .txt p{
    font-size: 16px;
    color: #666
}
.new-cont-views{
    width: 100%;
    padding-bottom: 42px;
}
.new-cont-views li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #d8d8d8

}
.new-cont-views li .img{
    width: 18.6%;
}
.new-cont-views li .text{
    width: 76.8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-cont-views li .text .txt{
    width: 86%;
    transition: all .5s
}
.new-cont-views li:hover .text .txt{
    transform: translateX(10px)
}
.new-cont-views li .text .timer{
    width: 100px;
    text-align: right;
}
.new-cont-views li:hover .text .txt h6{
    color: #795c2c
}
.new-cont-views li .text .txt h6{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
}
.new-cont-views li .text .txt p{
    font-size: 14px;
    color: #666;
}
.new-cont-views li .text .timer span{
    font-size: 36px;
    color: #333;
    font-weight: bold;
    line-height: 1.1;
}
.new-cont-views li .text .timer span::before{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3e3e3e;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}
.new-cont-views li .text .timer p{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.cont-cont{
    width: 100%;
    /* background:  */
}
.cont-set1{
    text-align: center;
    padding-bottom: 92px;
}
.cont-set1 h6{
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 88px;
}
.cont-set1 ul{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.cont-set1 ul li span{
    display: block;
    margin-top: 28px;
    font-size: 18px;
    font-weight: bold;
}
.cont-f{
    text-align: center;
    padding: 88px 0;
}
.cont-f h3{
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 62px;
}
.cont-f ul{
    display: flex;
    justify-content: space-between;
}
.cont-f ul li{
    width: 49%;
    border: 1px solid #e2e2e2;
    text-align: left;
    background: #ffffff;
    padding: 15px;
}
.cont-f ul li span{
    font-size: 16px;
    color: #707070;
    margin-right: 10px;
}
.cont-f ul li span sup{
    color: #ff0000;
    font-weight: bold;
}
.cont-f ul li label{
    display: flex;
}
.cont-f ul li input{
    width: 80%;
}
.cont-f textarea{
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 20px;
    font-size: 16px;
    margin-top: 28px;
    height: 280px;
}
.cont-f .submit{
    width: 100%;
    color: #fff;
    display: block;
    background: #313131;
    line-height: 52px;
    margin-top: 24px;
    font-size: 16px;
    cursor: pointer;
}
.cont-list{
    width: 100%;
}
.cont-list ul{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 52px;
}
.cont-list ul li{
    width: 32%;
    margin-right: 2%;
    background: #fff;
    margin-bottom: 28px;
}
.cont-list ul li:nth-of-type(3n){
    margin-right: 0;
}
.cont-list ul li .txt{
    width: 100%;
    padding: 32px 10%;
}
.cont-list ul li .txt h6{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 8px;
}
.zsjm{
    width: 100%;
    margin-top: 120px;
}
.zsjm-set1{
    width: 100%;
    position: relative;
}
.zsjm-set1-cont{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 15%
}
.zsjm-set1-cont span{
    font-size: 18px;
    color: #fff;
}
.zsjm-set1-cont h6{
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    padding: 12px 0 28px;
}
.zsjm-set1-cont div{
    font-size: 14px;
    color: #fff;
}
.zsjm-set2{
    width: 100%;
    background: url('../images/zsjm-set2-bj.jpg') no-repeat;
    background-size: 100% 100%;
    padding: 160px 0 120px;
}
.zsjm-set2-bj{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zsjm-set2-cont{
    width: 580px;
}
.zsjm-set2-e{
    text-align: center;
    width: 580px;
}
.zsjm-set2-cont .tit{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #fff;
}
.zsjm-set2-cont .tit span{
    font-size: 72px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    display: block;
    margin-bottom: -10px;
    margin-bottom: -34px;
    font-family: Arial, Helvetica, sans-serif
}
.zsjm-set2-cont .tit h6{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}
.zsjm-set2-cont .cont{
    color: #fff;
}
.zsjm-set2-cont .cont p{
    margin-bottom: 28px;
}
.zsjm-set2-e h5{
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    margin: 28px 0 20px;
}
.zsjm-set2-e h6{
    font-size: 24px;
    color: #fff
}
.zsjm-set3{
    width: 100%;
    padding-bottom: 106px;
}
.zsjm-set3-title{
    padding: 80px 0 72px;
    text-align: center;
}
.zsjm-set3-title span{
    font-size: 18px;
    color: #666666;
    /* margin-bottom: 8px; */
}
.zsjm-set3-title h3{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 6px;
}
.zsjm-set3-cont{
    width: 100%;
}
.zsjm-set3-cont ul{
    display: flex;

}
.zsjm-set3-cont ul li{
    flex: 1;
    background: #ffffff;
    padding: 96px 3%;
    border-right: 2px solid #f4f4f4
}
.zsjm-set3-cont ul li:last-of-type{
    border-right: 0
}
.zsjm-set3-cont ul li .tit{
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}
.zsjm-set3-cont ul li h6{
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    white-space: nowrap
}
.zsjm-set3-cont ul li .tit::after{
    width: 40%;
    height: 1px;
    content: '';
    background: #795c2c;
    margin-top: 10px;
}
.zsjm-set3-cont ul li .cont{
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    height: 128px;
}
.zsjm-set4{
    width: 100%;
    padding: 90px 0 60px;
    background: url('../images/zsjm-set4-bi.jpg') no-repeat;
    background-size: 100% 100%;
}
.zsjm-set4-cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zsjm-set4-tit > span{
    font-size: 18px;
    color: #fff;
}
.zsjm-set4-tit h3{
    font-size: 72px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 80px;
}
.zsjm-set4-tit .cont h6{
    font-size: 24px;
    color: #fff;
    margin-bottom: 18px;
}
.zsjm-set4-tit .cont p{
    color: #fff;
}
.zsjm-set4-ul{
    width: 569px;
    
}
.zsjm-set4-ul ul{
    display: flex;
    justify-content: space-between;
}
.zsjm-set4-ul ul li{
    width: 230px;
}
.zsjm-set4-ul ul li .txt{
    padding: 20px 0 20px;
}
.zsjm-set4-ul ul li .txt h6{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.zsjm-set4-ul ul li .txt span{
    font-size: 28px;
    color: #fff;
}
.zsjm-set4-ul ul li .txt p{
    color: #fff;
    font-size: 14px;
}
.zsjm-set5{
    width: 100%;
    padding-bottom: 132px;
}
.zsjm-set5 h3{
    padding: 98px 0;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.zsjm-set5-cont{
    width: 100%;
}
.zsjm-set5-cont ul{
    display: flex;
    justify-content: space-between;
}
.zsjm-set5-cont ul li{
    width: 32.5%;
    overflow: hidden;
    position: relative
}
.zsjm-set5-cont ul li img{
    width: 100%;
    height: auto;
}
.zsjm-set5-cont ul li .licont{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 46px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    left: 0;
    top: 0
}
.zsjm-set5-cont ul li .licont .tit{
    color: #fff;
}
.zsjm-set5-cont ul li .licont .tit h6{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.zsjm-set5-cont ul li .licont .dst{
    color: #fff;
}
.zsjm-set5-cont ul li .licont .dst p::before{
    width: 25px;
    height: 2px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    margin-right: 6px;
}
.zsjm-set6{
    width: 100%;
    background: #fff;
    padding-bottom: 110px;
}
.zsjm-set6 h3{
    padding: 98px 0;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.zsjm-set6-cont{
    display: flex;
    justify-content: space-between;
    align-content: flex-start
}
.zsjm-set6-cont .sjm-set6-t{
    width: 49.5%;
}
.zsjm-set6-cont ul{
    width: 49.5%;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap
}
.zsjm-set6-cont ul li{
    width: 49%;
    position: relative;
}
.zsjm-set6-cont a{
    display: block;
    position: relative;
}
.zsjm-set6-cont a h6{
    position: absolute;
    width: 100%;
    bottom: 4%;
    left: 0;
    text-align: center;
    color: #fff;
}
.zsjm-set6-cont .sjm-set6-t a h6{
    text-align: left;
    padding: 0 6%;
}
.zsjm-set7{
    width: 100%;
    background: url('../images/zsjm-set7-bj.jpg') no-repeat center;
    background-size: 100% auto;
    padding: 120px 0 145px;
}
.zsjm-set7 h3{
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 42px;
}
.zsjm-set7-cont{
  width: 520px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff
}
.zsjm-set7-cont i{
    width: 39px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    background: url('../images/jis-cont.png') no-repeat center;
    text-align: center;
    line-height: 38px;
    color: #f1f1f1
}
.zsjm-set7-cont li{
    margin-bottom: 20px;
}
.zsjm-set8{
    width: 100%;
    background: #f4f4f4;
    padding-bottom: 120px;
}
.zsjm-set8 h3{
    padding: 98px 0;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.zsjm-set8-cont ul{
    display: flex;
    justify-content: space-between;
}
.zsjm-set8-cont ul li{
    width: 153px;
    height: 141px;
    background: url('../images/zsjm-set8-bj.jpg') no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #333333
}
.zsjm-set8-more{
    width: 180px;
    margin: 68px auto 0;
    text-align: center;
    display: block;
    padding-bottom: 10px;
    border-bottom: 2px solid #333333;
    font-size: 16px;
}
.zsjm-set8-more::after{
    width: 47px;
    height: 15px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('../images/zj-jt.png') no-repeat center;
    margin-left: 18px;
}
.phone-set1 ul{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 52px;
}
.phone-set1 ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 16px;
}
.phone-set1 ul li:nth-of-type(3n){
    margin-right: 0;
}
.phone-set1 ul li h6{
    font-size: 16px;
    text-align: center;
    padding: 16px 0;
    color: #666
}