.header_m{
    background: #1d1c1e;
    height: 1rem;
    position: fixed; 
    left: 0;
    top: 0;
    width: 100%;
    right: 0;
    z-index: 999;
}
.header_m h1{
    width: 50%;
    margin: 0 auto;
   line-height:1rem;
   text-align: center;
   background: #1d1c1e;
   height: 100%;
   color: #fff;
   font-size: 20px
}
.header_m h1 img{
    height: .6rem;
}
.header_m .header-r{
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
    height: 100%;
    background: #2d2d2d;
    text-align: center;
    line-height: 1rem;
}
.header_m .h_fh{
    width: 10%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    border-right: 1px solid #4d4d4d;
    background: url(../images/fh.png) no-repeat center;
    background-size: 15px
}

.head_master {
    position: fixed;
    top: 1rem;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999;
}

.head_master .head_master_con{
    background: #ffffff;
    padding: 15px;
    width: 100%;
}
.head_master .head_master_con h2{
    font-size: 14px;
    position: relative;
    line-height: 20px;
    padding-left: 15px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 8px
}
.head_master .head_master_con h2 a{
    color: #666666;
    display: block;
}
.head_master .head_master_con h2::before{
    content: '';
    display: block;
    width: 4px;
    height: 20px;
    background: #333333;
    border-radius: 30px;
    position: absolute;
    left: 0;

}
.head_master .head_master_con .header-list{
    padding: 0.4rem 0
}
.head_master .head_master_con .header-list li{
    width: 25%;
    text-align: center;
    float: left;
    margin-bottom: 0.4rem;
}
.head_master .head_master_con .header-list li a{
    display: block;
}
.head_master .head_master_con .header-list li h4{
    color: #666666;
    line-height: 35px;
}
.head_master .head_master_con .header-list li a img{
    width: 50%;
    
}

.header-box .head_master .head_master_con{
    padding-top: 20px
}


.banner{
    margin-top: 1rem!important;
}
.banner .swiper-pagination-bullet{
    border-radius: 0;
    height: 3px;
    width: 5%;
    opacity: 1;
    background: #ffffff;
}
.banner .swiper-pagination-bullet-active{
    background: #e1be7e
}

.idx-tit{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding: 20px;
    position: relative;
}
.idx-tit b{
    color: #caa63b;
}



#fiveSwiper{
    height: 3.71rem;
    padding-bottom: 20px
}
#fiveSwiper .swiper-slide{
    border-radius: 10px;
    height: 100%;
    position: relative;
    width: 45%!important;
    margin: 0 6px!important
}
#fiveSwiper .swiper-slide img{
    height: 100%;
    /* width: 3.69rem; */
    width: 100%;
}
#fiveSwiper .swiper-slide .five-ctn{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    padding: 0 10px;
    color: #ffffff
}
#fiveSwiper .swiper-slide .five-ctn h3{
    margin: 20px 0 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding-top: 15px;
    position: relative;
}
#fiveSwiper .swiper-slide .five-ctn h3::after{
    content: '';
    display: block;
    width: 20%;
    height: 2px;
    background: #caa63b;
    position: absolute;
    left: 0;
    top: 0;
}
#fiveSwiper .swiper-slide .five-ctn .txt{
    line-height: 23px;
}

.bg-color{
    height: 10px;
    background: #ededed
}

.idx-tit a{
    display: block;
    position: absolute;
    right: 15px;
    color: #caa63b;
    line-height: normal;
    font-size: 14px;
    font-weight: normal;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

#caseSwiper {
    padding-bottom: 20px;
}
#caseSwiper .swiper-slide{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 10px!important
}
#caseSwiper .swiper-slide img{
    width: 100%;
}
#caseSwiper .swiper-slide a{
    display: block;
}

#caseSwiper .swiper-slide .ctn{
    padding: 5px 10px 0;
    position: relative;
}
#caseSwiper .swiper-slide h3 a{
    color: #333333;
    width: 75%; 
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
    line-height: 30px;
    font-size: 15px
}
#caseSwiper .swiper-slide .sjs-a{
    width: 70%;
    color: #999999;    
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
#caseSwiper .swiper-slide .view-more{
    width: 20%;
    background: #cca768;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    right: 10px;
    height: 30px;
    line-height: 30px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 12px
}

#sjsSwiper .swiper-slide{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
#sjsSwiper a{
    display: block;
}
#sjsSwiper a .ctn{
    padding: 10px;
    background: #ffffff
}
#sjsSwiper a .ctn h3{
    color: #333333;
    line-height: 26px;
}
#sjsSwiper a .ctn h4{
    color: #666666;
    font-size: 12px;
    line-height: 23px;
}

.idx-form{
    margin: 25px auto 20px;
    width: 80%;
    text-align: center;
}
.idx-form input{
    display: inline-block;
}
.idx-form .form-txt{
    width: 70%;
    height: 40px;
    background: #f1f1f1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 1em;
    font-size: 14px;
}
.idx-form .form-btn{
    width: 30%;
    background: #cca768;
    height: 40px;
    float: right;
    color: #fff;
    border-top-right-radius:5px;
    border-bottom-right-radius: 5px;
    font-size: 13px;
}

#lpSwiper .swiper-slide {
    margin: 0 5px!important
}
#lpSwiper .swiper-slide a{
    display: block;
}
#lpSwiper .swiper-slide .lp-img{
    border-radius: 5px;
    overflow: hidden;
}
#lpSwiper .swiper-slide img{
    width: 100%;
}

#lpSwiper .swiper-slide h3 a{
    color: #333333;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
    line-height: 30px;
}
#lpSwiper .swiper-slide .lp-ctn {
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
#lpSwiper .swiper-slide .lp-ctn a{
    color: #999999;
    font-size: 12px;
    display: inline-block
}

.zxzx-list{
    padding:0 15px 30px
}
.zxzx-list li{
    width: 25%;
    text-align: center;
    display: inline-block;
    float: left;
    color: #666666;
}
.zxzx-list li a{
    display: block;
    color: #666666;
}
.zxzx-list li img{
    width: 80%;
}


.zxzx-item.selected{
    display: block;
}
.zxzx-item {
    display: none
}
.zxzx-item .swiper-slide{
    padding: 0 10px
}
.zxzx-item .swiper-slide ul li{
    margin-bottom: 20px
}
.zxzx-item .swiper-slide ul li a{
    display: block
}
.zxzx-item .swiper-slide ul li a .time{
    width: 20%;
    background: #cca768;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 80px;
}
.zxzx-item .swiper-slide ul li a .time h3{
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px
}
.zxzx-item .swiper-slide ul li a .data{
    width: 76%;
    float: right;
    height: 80px;
}
.zxzx-item .swiper-slide ul li a .data h2{
    color: #333333;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
    font-size: 16px;
    border-bottom: 1px solid #c7c8c8;
    padding-bottom: 10px;
}
.zxzx-item .swiper-slide ul li a .data .txt{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #9d9e9e;
    line-height: 23px;
    padding-top: 6px
}

.main9-img{
    width: 90%;
    margin: 30px auto 20px
}

.concact-a{
    width: 90%;
    margin: 0 auto 40px
}
.concact-a a{
    display: block;
    width: 100%;
    padding: 20px;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.concact-a a::after{
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height:30px;
    background: url(../images/dh.jpg) no-repeat center;
    right: 15px;
    background-size: 100%;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-size: 100% 100%
}
.concact-a a h3{
    color: #333333;
    font-size: 18px;
}
.concact-a a span{
    color: #666666;
    line-height: 30px;
}

.inside-main{
    margin-top: 1rem;
    background: #ededed;
    overflow: hidden;
}

#inside-nav{
    /* height: 0.8rem; */
    line-height:40px;
    border-bottom: 1px solid #ededed;
    background: #fff;
    /* margin-top: 0.1rem; */
    position: fixed;
    left: 0;
    right: 0;
    top: 1rem;
    border-top: 5px solid #ededed;
    z-index: 9;
}
#inside-nav .swiper-slide a{
    display: block;
    text-align: center;
    color: #333333;
    font-size: 16px
}
#inside-nav .swiper-slide a.on{
    font-weight: bold;
    border-bottom: 1px solid #cca768;
}


.n_nav {
    background: #fff;
    line-height: 40px;
    position: fixed;
    left: 0;
    right: 0;
    top: 92px;
    z-index: 99;
}
.n_nav ul>li{
    float: left;
    width: 33%;
    display: inline-block;
    color: #333333;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #ededed;
}

.n_nav ul>li::after{
    content: '';
    display: block;
    height: 58%;
    width: 1px;
    background: #ededed;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)

}
.n_nav ul>li:last-child::after{
   background: none

}
.n_nav ul>li::before{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    background: url(../images/down.png) no-repeat center;
    background-size: 60%;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}
.n_nav ul>li.on{
    color: #cca768;
}
.n_nav ul>li.on::before{
    background-image: url(../images/down-on.png);
    color: #cca768;
}
.n_nav_list{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background:rgba(0, 0, 0, 0.5);
    top: 130px;
    display: none;
    /* height: 200%; */
    z-index: 999;
}
.n_nav_list .n_nav_box{
    background: #fff;
    padding: 20px;
}
.n_nav_list .n_nav_box {
    -webkit-flex-wrap:wrap;
    -webkit-box-lines:multiple;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
}
.n_nav_list .n_nav_box::after{
    content: '';
    width: 30%;
}
.n_nav_list .n_nav_box li{
    width: 30%;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin-bottom: 15px;
    line-height: 40px;
}
.n_nav_list .n_nav_box li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #333333;
}
.n_nav_list .n_nav_box li:hover{
    background: #cca768;
    border-color: #cca768;
}
.n_nav_list .n_nav_box li:hover a{
    color: #fff
}
.n_nav_list .n_nav_box li a.on{
    color: #fff;
    background: #cca768;
    border-color: #cca768;
}

.case-box{
    background: #fff;
    padding: 110px 20px 30px
}
.case-list li{
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
}
.case-list li a{
    display: block;
}
.case-list li .ctn{
    box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
    padding: 15px 10px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.case-list li .ctn h3 a{
    color: #333333;
    font-size: 16px;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
   
}
.case-list li .ctn .ctn-infor{
    color: #999999;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
    margin-top: 10px
}
.case-list li .ctn .fl{
    width: 75%;
}
.case-list li .ctn a.fr{
    line-height: 35px;
    text-align: center;
    color: #fff;;
    padding: 0 15px;
    background: #cca768;
    border-radius: 5px;
    width: 25%;
    font-size: 12px;

}
.case-list li .pic-box{
    position: absolute;
    right: 10px;
    top: 15px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.3);
    line-height: 26px;
    padding: 0 15px
}
.case-list li .pic-box a{
    display: inline-block;
    color: #fff;
    padding-left: 17px;
}
.case-list li .pic-box a.icon1{
    background: url(../images/pic.png) no-repeat left center;
    background-size: 15px
}
.case-list li .pic-box a.icon2{
    background: url(../images/message.png) no-repeat left center;
    background-size: 15px
}

.caseinfor{
    background: #ededed;
    min-height: 500px;
}

.caseinfor{
    margin-top: 50px
}
.caseinfor .topimg{
    background: #000000;
    position: relative;
}
.caseinfor .topimg img{
    opacity: 0.76;
}

.caseinfor .topimg .txt{
    color: #fff;
    position: absolute;
    bottom: 60px;
    line-height: 24px;
    left: 20px;
    width: 88%;
    padding-bottom: 15px
}
.caseinfor .topimg .txt .txt-a a{
    color: #fff;
}


.caseinfor-box{
    background: #fff;
}
.case-sjs{
    width: 92%;
    position: absolute;
    background: #fff;
    padding: 5px 10px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-radius: 10px;
    max-width: 750px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
   margin-top: -50px;
}
.case-sjs a{
    display: block;
}
.case-sjs a.fl{
    width: 25%;
    border-radius: 8px;
    text-align: center
}
.case-sjs a.fl img{
    height:2rem
}
.case-sjs .sjx-infor{
    width: 75%;
    padding: 0px 15px 5px
}
.case-sjs .sjx-infor .sjs-name{
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}
.case-sjs .sjx-infor .sjs-name span{
    color: #878787;
    font-size: 14px;
    display: inline-block;
    margin-left: 5px
}
.case-sjs .sjx-infor .sjs-name b{
    font-weight: normal;
    display: inline-block;
    border-bottom: 1px solid #e5d3b3;
}
.case-sjs .sjx-infor h3{
    color: #cca768;
    margin: 10px 0
}
.case-sjs .sjx-infor .txt{
    color: #878787;
    font-size: 12px;
    line-height: 20px;
}
.case-sjs .sjx-infor .find-sjs{
    position: absolute;
    right: 3%;
    top: 20px;
    line-height: 35px;
    text-align: center;
    background: #cca768;
    color: #fff;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 12px;
}

.sjln{
    padding:20px;
    background: #fff;
    padding-top: 80px
}
.sjln h3{
    color: #cca768;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 15px;
    margin-bottom: 10px
}

.caseinfor-ctn{
    padding:20px 15px;
    background: #fff;
}
.caseinfor-item{
    margin-bottom: 30px
}
.caseinfor-item h2{
    color: #333333;
    font-size: 16px;
    padding-left: 12px;
    position: relative;
    margin-bottom: 10px
}
.caseinfor-item h2::after{
    content: '';
    display: block;
    width: 3px;
    border-radius: 40px;
    height: 100%;
    background: #cca768;
    position: absolute;
    left: 0;
    top: 0
}
.caseinfor-item h3{
    color: #666666;
    margin-top: 15px;
    font-size: 12px;
    text-align: center;
}
.caseinfor-main9{
    margin-top: 20px;
    background: #fff;
    padding: 0px 20px 0;
    overflow: hidden;
}
.caseinfor-main9 .main9-img{
    width: 100%;
}

.n_form{
    padding: 20px 20px 15px;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 100px;
}
.n_form form{
    height: 40px;
    background: #fbfbfb;
    padding: 0
}
.n_form form .select{
    display: inline-block;
    width: 20%;
    position: relative;
    float: left;
    border: 1px solid #ebecec;
    border-right: 0 none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.n_form form .select h3{
    text-align: center;
    position: relative;
    line-height: 38px;
}
.n_form form .select h3::after{
    content: '';
    display: block;
    background: url(../images/down.png) no-repeat center;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    background-size: 10px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)

}
.n_form form .select ul{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: normal;
    display: none;
    border: 1px solid #ebecec;
    background: #fff;
    margin-top: -1px;
    border-top: 0 none;
    border-bottom: 0 none;
}

.n_form form .select ul.on{
    display: block
}

.n_form form .select ul li{
    line-height: 28px;;
    border-bottom: 1px solid #ebecec;
    float: inherit;
    width: 100%;
    display: block;
    font-size: 12px
}
.n_form form .select ul li::before{
    display: none
}
.n_form form .select ul li::after{
    display: none;
}

.n_form form input{
    display: inline-block;
    font-size: 14px;
}

.n_form form .n_form-txt{
    width: 69%;
    text-indent: 2em;
    position: relative;
    height: 100%;
    background: none;
    margin: 0;
    padding: 0;
    float: left;
    border: 1px solid #ebecec;
    border-left: 0 none;
    border-right: 0 none;
}

.n_form form .n_form_btn{
    width: 11%;
    height: 99%;
    background: #cca768 url(../images/sousuo.png) no-repeat center;
    background-size: 15px;
    float: right;
    border: 1px solid #cca768;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

}



.zsgd-box{
  padding: 20px;
  padding-bottom: 30px;
}

.zsgd-item{
    margin-bottom: 20px;
    background: #fff;
}
.zsgd-item a{
    display: block;
}
.zsgd-item .ctn{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding-bottom: 10px
}
.zsgd-item .ctn h3 a{
    color: #cca768;
    font-size: 16px;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
    padding: 0 15px;
    margin: 15px 0
}
.zsgd-item .ctn .list1 {
    padding: 0 15px
}
.zsgd-item .ctn .list1 li{
    display: inline-block;
    margin-bottom: 10px;
    color: #9fa0a0;
    width: 38%;
    font-size: 12px;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
.zsgd-item .ctn .list1 li:nth-child(2){
    width: 60%;
}

.zsgd-item .ctn h4{
    color: #666666;
    font-weight: bold;
    font-size: 15px;
    margin: 5px 0;
    padding-left: 15px
}

.list2{
    background: url(../images/line.png) repeat-x left 15px;
    height: 50px;
}
.list2 li{
    display: inline-block;
    padding-top: 33px;
    text-align: center;
    position: relative;
    float: left;
    color: #666666;
    width: 14%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    line-height: 18px;
}
.list2 li.on::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #cca768;
    position: absolute;
    left: 0;
    top: 15px;
}
.list2 li::after{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/wjx.png) no-repeat center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 7px;
}
.list2 li.on::after{
    background-image: url(../images/wjx-on.png);
}

.inside-form {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 60px;
    padding: 0 20px;
    background: #fff;
    z-index: 999;
}
.inside-form .idx-form{
    width: 100%;
}
.inside-form .idx-form .form-txt{
    border: 1px solid #dcdddd;
    background: #fbfbfb
}


.zsgd-boxinfor{
    padding: 0;
    background: #ededed;
    padding-bottom: 25px
}
.zsgd-boxinfor .zsgd-iteminfor{
    margin-bottom: 10px
}

.infor-box{
    position: relative;
}
.infor-box .ctn{
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/rgba.png) no-repeat;
    padding-top: 10px;
    width: 100%;
    background-size: 100% 100%
}

.zsgd-item .ctn2{
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 20px
}
.zsgd-item .ctn2 h4 {
    color: #666666;
    font-weight: bold;
    font-size: 15px;
    margin: 5px 0;
    padding-left: 15px;
}
.zsgd-iteminfor .ctn h3{
    color: #cca768;
    font-size: 16px;
    padding: 0 15px;
    font-size: 15px;
    margin-bottom: 6px;
    line-height: 20px;
}
.zsgd-iteminfor .list1{
    color: #cccccc;
}
.zsgd-boxinfor .zsgd-iteminfor .ctn .list1 li{
    margin-bottom: 0;
    margin-top: 5px
}
.zsgd-iteminfor .list1 span{
    color: #fff;
}
.zsgd-item .ctn2 .list2 li{
    padding-left: 8px;
    padding-right: 8px;
}
.jcjl{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    padding: 20px 33px;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #f2f2f2
}
.jcjl::after{
    content: '';
    display: block;
    height: 40%;
    width: 4px;
    background: #cca768;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 30px
}


.jcjl-box{
    overflow: hidden;
    background: #fff
}
.jcjl-list{
    padding: 0 20px 10px;
    background: url(../images/line2.png) repeat-y 20px center;
    margin-top: 20px
}

.jcjl-list>li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 30px
}
.jcjl-list>li h3{
    border-radius: 30px;
    padding: 0 20px;
    color: #f4455a;
    background: #f7e8e8;
    display: inline-block;
    line-height: 25px;
    margin-bottom: 20px
}
.jcjl-list>li .jcjl-list2 li{
    width: 30%;
    display: inline-block;
    margin-right: 12px;
}
.jcjl-list>li .jcjl-list2 li:last-child{
    margin-right: 0;
}
.jcjl-list>li::after{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 0;
    background: #e6e6e6
}

.sjs-list2{
    padding: 15px 20px 20px;
    background: #fff;    
    -webkit-flex-wrap:wrap;
    -webkit-box-lines:multiple;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;

}
.sjs-list2::after{
    content: '';
    width: 30%;
}
.sjs-list2 li{
    width: 30%;
    text-align: center;
    border-radius: 8px;
}
.sjs-list2 li a{
    display: block;
}
.sjs-list2 li .sjs-name{
    box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
    padding: 10px 0 6px
}
.sjs-list2 li .sjs-name h3{
    color: #333333;
}
.sjs-list2 li .sjs-name h4{
    color: #666666;
    font-size: 12px;
    line-height: 24px;
}

.sg-page{
    background: #fff;
    padding: 15px 0 15px;
    margin: 15px 0 0px;
}
.sg-page a{
    display: inline-block;
    width: 49%;
    text-align: center;
    color: #333333
}
.zsgdinfor-form{
    background: #fff;
    padding: 5px 20px 0px;
    margin-top: 15px
}

.sjs-box .n_form .select{
    width: 27%;
}
.sjs-box .n_form .n_form-txt{
    width: 61%;
}

.sjs-box #inside-nav .swiper-slide a{
    font-size: 13px
}

.fwtd{
    padding: 20px;
    background: #ededed;
    padding-bottom: 30px
}

.fwtd-item{
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px
   
}
.fwtd-item .fwtd-item-img{
    width: 25%;
}

.fwtd-item .fwtd-item-r{
    width: 75%;
    padding:0 15px
}
.fwtd-item .fwtd-item-r h3{
    line-height: 25px;
    color: #878787;
    font-size: 12px
}
.fwtd-item .fwtd-item-r h3 b{
    color: #000000;
    font-weight: normal;
    font-size: 14px;
    border-bottom: 1px solid #cca768;
    display: inline-block;
    margin-right: 10px
}
.fwtd-item .fwtd-item-r .txt p{
    display: inline-block;
    color: #878787;
    margin:10px 0 5px;
    font-size: 12px
}
.fwtd-item .fwtd-item-r .txt p:first-child{
    padding-right: 7px;
    border-right: 1px solid #969696;
}
.fwtd-item .fwtd-item-r .txt p:last-child{
    padding-left: 6px
}
.fwtd-item .fwtd-item-r .txt p em{
    color: #cca768;
}
.fwtd-item .fwtd-item-r .txt p span{
    color: #282828;
}

.fwtd-item .fwtd-item-r .infor{
    color: #878787;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.fwtd-item .fwtd-item-r .infor span{
    display: inline-block;
    color: #282828
}
.fwtd-item .fwtd-item-r .fwtd-item-a{
    margin-top: 5px
}
.fwtd-item .fwtd-item-r .fwtd-item-a a{
    line-height: 26px;
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    width: 45%;
    text-align: center
}
.fwtd-item .fwtd-item-r .fwtd-item-a a.a1{
    background: #1d1c1e;
}
.fwtd-item .fwtd-item-r .fwtd-item-a a.a2{
    background: #cca768;
}

.rmlp-box{
    background: #ededed;
    padding: 30px 20px 30px
}

.rmlp-item{
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px
}
.rmlp-item .rmlp-item-img{
    width: 35%;
    border-radius: 5px;
    overflow: hidden;
    display: block;
}
.rmlp-item .rmlp-item-r{
    width: 65%;
    padding-left: 15px;
    position: relative;
}
.rmlp-item .rmlp-item-r h3{
    color: #cca768;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
    width: 62%;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
.rmlp-item .rmlp-item-r .rmlp-item-list{
    margin-top: 15px;
}
.rmlp-item .rmlp-item-r .rmlp-item-list li{
    display: inline-block;
    font-size: 12px;
    width: 48%;
    color: #999999;
    line-height: 18px;
}
.rmlp-item .rmlp-item-r .rmlp-item-list li a{
    color: #333333;
}
.rmlp-item .rmlp-item-r .add{
    color: #999999;
    font-size: 12px;
    background: url(../images/dz.png) no-repeat left center;
    background-size: 10px;
    padding-left: 15px;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
    margin-top: 10px
}
.rmlp-item .rmlp-item-r .view-a{
    font-size: 12px;
    padding: 0 8px;
    border-radius: 30px;
    line-height: 24px;
    background: #fbf7f7;
    color: #f4455a;
    margin-top: 12px;
    display: inline-block
}
.rmlp-item .rmlp-item-r .view-case{
    color: #ffffff;
    border-radius: 5px;
    background: #1d1c1e;
    padding: 0 13px;
    display: inline-block;
    float: right;
    margin-top: 10px;
    font-size: 12px;
    line-height: 26px;
}
.rmlp-item .rmlp-item-r .liulan{
    display: block;
    position: absolute;
    right: 2px;
    top: 0px;
    padding-left: 18px;
    background: url(../images/view.png) no-repeat left center;
    color: #999999;
    background-size: 15px
}
.lp-infor{
    margin-top: 1rem;
    padding-bottom: 0px;
}

.lp-infor-box{
    position: relative;
}
/* .lp-infor-box .lp-infor-box-img{
    text-align: center;
} */
.lp-infor-box .lp-infor-box-img img{
    height: 8.3rem;
}
.lp-infor-box .ctn{
    padding: 20px;
    background:url(../images/rgba.png) no-repeat center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-size: 100% 100%
}
.lp-infor-box .ctn h3{
    color: #cca768;
    font-weight: bold;
    font-size: 16px;;
    margin-bottom: 15px;
}
.lp-infor-box .ctn .lp-infor-box-list li{
    color: #fff;
    display: inline-block;
    width: 40%;
    line-height: 25px;
}

.lp-infor-box2 {
    padding: 15px;
    background: #fff;
}
.lp-infor-box2 .add{
    background: url(../images/dz.png) no-repeat left 3px;
    color: #999999;
    padding-left: 15px;
    background-size: 10px;
    line-height: 23px;
    margin-bottom: 10px;
}
.lp-infor-box2 .add a{
    color: #666666;
}
.lp-infor-box2 h4{
    color: #666666;
    font-size: 15px;
    margin-bottom: 10px
}
.lp-infor-box2 .txt{
    margin:20px 0;
}
.lp-infor-box2 .txt em{
    display: inline-block;
    color: #f4455a;
    line-height: 30px;
    padding:0 10px;
    border-radius: 30px;
    background: #fbf7f7;
}
.lp-infor-box2 .txt span{
    display: inline-block;
    margin-left: 10px;
    color: #999999;
    background: url(../images/dh2.png) no-repeat right center;
    background-size: 18px;
    padding-right: 28px;
    line-height: 20px;
}
.lp-infor-box2 h5{
    color: #999999;
    font-size: 16px;
    padding-left: 22px;
    background: url(../images/fangzi.png) no-repeat left center;
    background-size: 18px;
    line-height: 22px;
    margin-bottom: 10px
}

.common-detail{
    position: relative;
}
.common-detail .common-detail-txt{
    color: #999999;
    line-height: 22px;
    height: 90px;
    padding-bottom: 15px;
    overflow: hidden;
}
.common-detail .xiala{
    width: 25px;
    height: 25px;
    background:#fff url(../images/xiala.png) no-repeat center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -27px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-size: 15px;
}
.common-detail .xiala.on{
    background-image: url(../images/xiala-on.png)
}
.common-detail .common-detail-txt.on{
    height: auto;
}

.ab-case{
    background: #fff;
    padding: 20px;
    margin-top: 18px
}
.inside-h2{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-left: 10px;
    margin-bottom: 20px
}
.inside-h2::after{
    content: '';
    display: block;
    width: 3px;
    background: #cca768;
    border: 30px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.inside-height{
    height: 20px;
    background: #ededed;
    clear: both;
}


.sjs-detail-box{
    margin-top: 1rem;
    padding-bottom: 15px;
}

.sjs-detail1{
    background: #ededed;
    padding-bottom: 20px;
    min-height: 460px;
}

.sjs-detail2{
    margin-top: -90px
}
.sjs-detail2-box{
    width: 93%;
    margin: 0px auto 0;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0px;
}

.sjs-detail2-box .sjs-detail2-box-l{
    width: 36%;
    display: block;
}
.sjs-detail2-box .sjs-detail2-box-r{
    width: 64%;
    padding-left: 15px
}
.sjs-detail2-box .sjs-detail2-box-r .ctn{
    line-height: 30px;
    font-size: 12px
}
.sjs-detail2-box .sjs-detail2-box-r .ctn em{
    display: inline-block;
    color: #878787;
    border-bottom: 1px solid #cca768;
    font-size: 14px
}
.sjs-detail2-box .sjs-detail2-box-r .ctn span{
    color: #878787;
    display: inline-block;
    margin: 0 5px
}
.sjs-detail2-box .sjs-detail2-box-r .ctn b{
    font-weight: normal;
    color: #cca768;
}
.sjs-detail2-box .sjs-detail2-box-r h4{
    color: #878787;
    margin: 15px 0;
    font-size: 12px
}
.sjs-detail2-box .sjs-detail2-box-r .ctn2 p{
    display: inline-block;
    color: #878787;
    font-size: 12px
}
.sjs-detail2-box .sjs-detail2-box-r .ctn2 p a{
    color: #282828
}
.sjs-detail2-box .sjs-detail2-box-r .ctn2 p:last-child{
    padding-left: 10px
}

.sjs-detail2-box .sjs-detail2-box-r .ctn3{
    color: #282828;
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px
}
.sjs-detail2-box .sjs-detail2-box-r .ctn3 span{
    color: #878787;
}

.sjs-detail2-box h2{
    color: #cca768;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 15px;
    padding-left: 10px;
    border-bottom: 1px solid #ededed;
}
.sjs-detail2-box .txt1{
    color: #282828;
    line-height: 18px;
    padding: 10px
}
.sjs-detail2-box .txt1 span{
    color: #878787;
}
.sjs-detail2-box .txt2{
    padding: 10px;
    background: #fff
}
.sjs-detail2-box .txt2 h4{
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfc8a1;
    color: #000000
}
.sjs-detail2-box .txt2 .common-detail{
    padding-top: 10px;
    z-index: 99;
}

.gz_info_header_bg{
    background: #cca768;
    height: 120px;
    padding-top: 30px
}

.zxzn{
    margin-top: 1rem;
    padding-top: 25px
}

.zxzn-box{
    padding: 15px;
}
.zxzn-item{
    margin-bottom: 30px
}
.zxzn .zxzx-list{
    padding-bottom: 20px
}
.zxzn-h2{
    position: relative;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    border-bottom: 1px solid #c7c8c8;
    padding-bottom: 10px;
    margin-bottom: 20px
}
.zxzn-h2 a{
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    right: 0;
    color: #caa63b;
    top: 0
}

.zxzn-list li{
    padding: 0 5px;
    margin-bottom: 15px;
}
.zxzn-list li a{
    display: block;
}
.zxzn-list li .zxzn-img{
    width: 35%;
}
.zxzn-list li .zxzn-img img{
    width: 100%;
    height: 1.7rem;
}
.zxzn-list li .zxzn-r{
    width: 65%;
    padding-left: 10px
}
.zxzn-list li .zxzn-r h3 a{
    color: #333333;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px
}
.zxzn-list li .zxzn-r .txt a{
    color: #9d9e9e;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
}
.zxzn-list li .zxzn-r .time{
    color: #9d9e9e;
    padding-bottom: 8px;
    border-bottom: 1px solid #d5d6d6;
    margin-top: 10px;
}

.zxznlist2-box{
    background: #fff
}
.zxznlist2{
    margin-top: 1rem;
    padding: 20px 15px
}

.dygy{
    background: #fff;
}
.dygy-banner{
    margin-top: 41px
}

.dygy-ctn{
    padding: 20px 0
}
.dygy-tit{
    text-align: center;
}
.dygy-tit h3{
    font-family:Arial;
    color: #727171;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 12px;
}
.dygy-tit h2{
    font-size: 20px;
    font-weight: bold;
    color: #cca768;
    line-height: 30px;
}
.dygy-tit span{
    color: #727171;
    font-size: 12px;
    line-height: 20px;
}
.dygy-ctn .dygy-img{
    margin: 10px 0 20px
}

.dygy-ctn3{
    padding: 20px 0;
}
.dygy-ctn3 .swiper-container{
    padding-left: 20px;
    margin-top: 18px
}
.dygy-ctn3 .swiper-slide{
    position: relative;
}
.dygy-ctn3 .swiper-slide::before{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 25%;
    background: url(../images/vs.png) no-repeat center;
    position: absolute;
    background-size: 100% 100%;
    z-index: 99;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%)


}
.dygy-ctn3 .swiper-slide h3{
    color: #fff;
    line-height: 30px;
    text-align: center
}
.dygy-ctn3 .swiper-slide h3.color1{
    background: #cca768
}
.dygy-ctn3 .swiper-slide h3.color2{
    background: #878787
}
.dygy-ctn3 .swiper-slide .fl{
    width: 49%;
    position: relative;
}
.dygy-ctn3 .swiper-slide .txt{
    height: 80px;
    border: 1px solid #c8c9c9;
    font-size: 12px;
    overflow-y: scroll;
    padding: 5px;
    line-height: 18px;
}
.dygy-ctn3 .swiper-slide .txt.fcolor1{
    color: #666666;
}
.dygy-ctn3 .swiper-slide .txt.fcolor2{
    color: #999999;
}
.dygy-ctn3 .swiper-slide .fl::after{
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/dui.png) no-repeat center;
    left: 5px;
    top: 40%;
    position: absolute;
    background-size: 100% 100%
}
.dygy-ctn3 .swiper-slide .fr{
    width: 49%;
    position: relative;
}
.dygy-ctn3 .swiper-slide .fr::after{
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/cuo.png) no-repeat center;
    right:5px;
    top: 40%;
    position: absolute;
    background-size: 100% 100%
}
.ppgs-list{
    margin-top: 10px;
    text-align: center;
}

.ppgs-list li{
    display: inline-block;
    text-align: center;
    width: 31%;
    font-size: 12px;
    margin-bottom: 20px;
}
.ppgs-list li h4{
    margin-top: 10px;
    line-height: 20px;
    overflow: hidden; /*自动隐藏文字*/
text-overflow: ellipsis;/*文字隐藏后添加省略号*/
white-space: nowrap;/*强制不换行*/
}
.ppgs-list li img{
    height: 0.9rem;
}

.service-box{
    background: #f9f9f9;
    padding: 20px 15px;
}

.service-img{
    margin: 20px 0
}

.service-box2{
    background: #fff;
    padding: 20px 0
}

.service2-img{
    margin: 18px 0 0
}

.service-box3{
    background: #f9f9f9;
    padding: 20px 15px 30px;
}

.service-ul2 li{
  margin-top: 20px;
}
.service-ul2 li .rz-img{
    width: 40%;
    /* height: 105px; */
    overflow: hidden;
    display: inline-block
   
}
.service-ul2 li .rz-img img{
    height: 2.8rem;
}
.service-ul2 li .rz-r{
    width: 60%;
    background: #6b6b6b;
    padding:8px 10px ;
    font-size: 12px;
    color: #eeeeee;
    height: 105px;
    line-height: 18px;
    display: inline-block;
    height: 2.8rem;
    position: relative;
}
.service-ul2 li .rz-r h2{
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
    line-height: normal;
    margin-bottom: 8px;
    position: relative;
}
.service-ul2 li .rz-r h2::before{
    content: '';
    display: block;
    height: 1px;
    width: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0
}
.service-ul2 li .rz-r::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 12px solid;
    border-color: transparent #6b6b6b transparent transparent;
    position: absolute;
    left: -23px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)

}
.service-ul2 li:nth-child(2) .rz-r::after{
   border: 0 none
}
.service-ul2 li:nth-child(2) .rz-r::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 12px solid;
    border-color: transparent transparent transparent #6b6b6b;
    position: absolute;
    right:-23px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}
.service-ul2 li:nth-child(2) div{
    line-height: 20px
}
.concact-box{
    position: relative;
}
.concact-ctn{
    width: 95%;
    padding: 20px 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    top: 2.26rem;
    /*height: 200px;*/
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%)


}
.concact-ctn .fl{
    width: 50%;
    position: relative;
}
.concact-ctn .fl:nth-child(1)::before{
    content: '';
    display: block;
    height: 105%;
    width: 1px;
    background: #e5e5e5;
    position: absolute;
    right: -8px;
    top: 0
}
.concact-ctn h3{
    color: #333333;
    text-align: center;
    font-size: 16px;
    position: relative;
    line-height: 30px;
    padding-bottom: 5px
}
.concact-ctn h3::after{
    content: '';
    display: block;
    height: 1px;
    width: 20%;
    background: #cca768;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}
.concact-ctn .txt{
    color: #666666;
    margin-top: 10px;
    line-height: 28px;
    text-align: center;
    font-size: 13px
}
.concact-ctn .txt span{
    font-size: 12px
}

.concact-ctn ul li{
    color: #666666;
    margin-top: 10px;
    line-height: 18px;
    text-align: center
}
.concact-ctn ul li span{
    font-size: 12px
}
.concact-img{
    margin-bottom: 235px
}
.concact-ctn .weixin-r{
    width: 60%;
    margin:8px auto 0;
    text-align: center;
}
.concact-ctn .weixin-r img{
    height: 1.5rem;
}
.concact-ctn h4{
    text-align: center;
    color: #666666;
    font-size: 12px;
    line-height: 18px;
}

.concact-box2 h2{
    color: #000000;
    text-align: center;
    font-size: 16px;
}
.concact-box2 h3{
    color: #999999;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
}
.concact-box2 form{
    padding: 20px 15px 15px
}
.concact-box2 form div{
    margin-bottom: 20px
}
.concact-box2 form div input[type='text']{
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    text-indent: 1em;
    font-size: 14px
}
.concact-box2 form div .concact-btn{
    display: block;
    background: #cc3333;
    color: #fff;
    text-align: center;
    line-height: 40px;
    width: 40%;
    margin: 0 auto;
    border-radius: 5px
}


.ppgs-box{
    padding: 20px;
    background: url(../images/ppgs-bg.png) no-repeat right 20px;
    background-size: 75px;
    margin-bottom: 50px
}

.ppgs-box h2{
    text-align: center;
    color: #333333;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}
.ppgs-box h3{
    color: #666666;
    text-align: center;
    margin: 0 auto;
}
.ppgs-box h3 b{
    font-size: 20px;
    font-weight: bold;
    color: #333
}

.ppgs-box2{
    background: #f9f3ee;
    padding: 0 15px;
    position: relative;
    padding-bottom: 230px;
    margin-bottom: 145px
}

.ppgs-box2 .ppgs-list2 {
   transform: translateY(-50px);
   /* position: absolute */
}
.ppgs-box2 .ppgs-list2 li{
    width: 28%;
    text-align: center;
    float: left;
    margin-right: 8%;
}
.ppgs-box2 .ppgs-list2 li div{
    padding: 65px 15px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.ppgs-box2 .ppgs-list2 li:last-child{
    margin-right: 0
}
.ppgs-box2 .ppgs-list2 li div.icon1{
    background: #d7bb8c url(../images/ppgs-icon1.png) no-repeat center 15px;
    background-size: 40px;
}
.ppgs-box2 .ppgs-list2 li div.icon2{
    background: #d7bb8c url(../images/ppgs-icon2.png) no-repeat center 15px;
    background-size: 30px;
}
.ppgs-box2 .ppgs-list2 li div.icon3{
    background: #d7bb8c url(../images/ppgs-icon3.png) no-repeat center 15px;
    background-size: 35px;
}
.ppgs-box2 .ppgs-list2 li h5{
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    margin-top: 5px;
}

.ppgs-box2 .ppgs-box2-txt{
    position: absolute;
    top: 100px;
    color: #666666;
    line-height: 20px;
    text-indent: 1em
}
.ppgs-box2 .ppgs-box2-img{
    width: 85%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 0px;
    margin-bottom: -100px;
    text-align: center
}
.ppgs-box2 .ppgs-box2-img img{
    height: 3.53rem;
}



.fzlc{
    background: url(../images/fzlc-bg.png) no-repeat 0 0;
    padding-top: 30px;
    margin-bottom: 30px;
    background-size: cover;
    padding-bottom: 50px
}
.fzlc .dygy-tit h3{
    color: #fff
}
.fzlc .dygy-tit span{
    color: #dbdcdc;
}

.fzlc-list{
    background: url(../images/line3.png) repeat-y 55px center;
    position: relative;
    padding-left: 50px;
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;

}
.fzlc-list li{
    height: 1rem;
    line-height: 18px;
}
.fzlc-list li span{
    color: #ceb57a;
    font-weight: bold;
    display: block;
    position: absolute;
    left: 0;
    padding-right: 10px
}
.fzlc-list li .txt{
    color: #fff;
    position: absolute;
    font-size: 12px;
    padding-left: 20px
}
.fzlc-list li::after{
    content: '';
    display: block;
    background: url(../images/yuan.png) no-repeat center;
    position: absolute;
    left: 48px;
    width: 15px;
    height: 15px;
    background-size: 100% 100%
}

.topimg .share{
    width: 20px;
    height: 20px;
    background: url(../images/share.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    bottom: 10px;
    display: block;

}
.layui-m-layershade{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 999999;
    display: none
}
.layui-m-layer-footer{
    position: fixed;
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -300px;
    background: 0 0;
    z-index: 10000000;
}
.my-share-box{
    position: relative;
    display: inline-block;
    text-align: left;
    background-color: #fff;
    font-size: 14px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.8);
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.bdsharebuttonbox a:last-child{
    margin-right: 0!important;
}
#bdshare_weixin_qrcode_dialog_bg{
    z-index: 10000000;
}
.bd_weixin_popup{
    z-index: 10000000!important;
}
.layui-m-layerbtn{
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    padding: 20px 0;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    color: #40AFFE;
    margin-top: 10px
}
.bdsharebuttonbox a.bds_qzone{
  background: url(../images/qq2.png) no-repeat center;
}
.bdsharebuttonbox a.bds_tsina{
    background: url(../images/qq3.png) no-repeat center
}
.bdsharebuttonbox a.bds_weixin{
    background: url(../images/qq4.png) no-repeat center
}
.bdsharebuttonbox a{
    display: inline-block;
    float: initial!important;
    width: 45px;
    height: 45px!important;
    margin: 0!important;
    padding: 0!important;
    margin-right: 20px!important;
    background-size: 100% 100%!important;
}


.qgbj{
    padding: 0 15px
}
.qgbj .ji{
    text-align: center;
}
.qgbj .qgbj-txt{
    color: #666666;
    width: 90%;
    margin: 10px auto 0;
    padding-left: 20px;
    background: url(../images/dz2.png) no-repeat left top;
    background-size: 13px;
    line-height: 20px;
    padding-bottom: 70px
}

.pp-honors{
    background: #d7bb8c;
    padding: 20px 15px;
    height: 150px;
}
.pp-honors .dygy-tit span{
    color: #fff;
}
.pp-honors .dygy-tit{
    margin-top: -70px;
}
.pp-honors .swiper-container{
    background: #fff;
    padding: 15px 0px;
    margin-top: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.pp-honors .swiper-container .swiper-slide{
    text-align: center;
}
.pp-honors .swiper-container .swiper-slide img{
    height: 1.95rem;
}
.pp-honors .swiper-container .swiper-slide h4{
    color: #333333;
    margin-top: 5px;
}

.cctv-box{
    background: url(../images/cctv-bg.jpg) no-repeat center;
    padding-top: 70px;
    overflow: hidden;
}
.cctv-box .cctv-img{
    width: 70%;
    margin: 20px auto 15px;
    text-align: center
}

.cctv-list {
    width: 80%;
    margin: 0 auto;
}
.cctv-list li{
    display: inline-block;
    font-size: 12px;
    padding-left:10px;
    margin-bottom: 10px;
    position: relative;
    margin-right: 30px
}
.cctv-list li::after{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #666666;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)

}
.cctv-list li:nth-child(2n){
    margin-right: 0
}


.zxzninfor-box{
    background: #ededed;
}
.zxzn-tit{
    text-align: center;
    margin-top: 1rem;
    padding-top: 25px;
    background: #fff;
}
.zxzn-tit h2{
    color: #333;
    margin-bottom: 5px;
    line-height: 20px;
}
.zxzn-tit .zxzn-tit-ctn{
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
    color: #999999;
    position: relative;
    line-height: 20px;
}
.zxzn-tit .zxzn-tit-ctn span{
    display: inline-block;
    color: #666666
}
.zxzn-tit .zxzn-tit-ctn span:first-child{
    margin-right: 10px
}
.zxzn-tit .zxzn-tit-ctn a.share2{
    display: inline-block;
    width: 13px;
    height: 13px;   
    position: absolute;
    right: 0;
    background: url(../images/share2.png) no-repeat center;
    background-size: 100% 100%;
    top: 50%;    
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)

}

.zxzninfor-ctn{
    padding: 20px 20px 50px;
    background: #fff;
    line-height: 23px;
    color: #666666;
}

.zxzninfor-ctn img{
    height: auto!important;
}








.footer{
    background: #333333;
    text-align: center;
    padding: 20px;
    color: #989898;
    line-height: 25px;
}
.footer a{
    display: inline-block;
    color: #989898;
}
.footer .footer-t a{
    padding: 0 8px;
    position: relative;
}
.footer .footer-t a:first-child::after{
    content: '';
    display: block;
    height: 70%;
    width: 1px;
    background: #989898;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}
.footer .footer-t a:hover{
    color: #cca768
}
.footer .footer-t a.on{
    color: #cca768
}
.footer-fixed{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    height: 60px;
    border-top: 1px solid #dcdcdc;
    background: #ededed;
    padding-bottom: 20px
}

.footer-fixed li{
    width: 32%;
    text-align: center;
    display: inline-block;
}
.footer-fixed li a{
    display: block;
    color: #333333;
    font-size: 15px;
    padding-top: 10px;
    overflow: hidden;
}
.footer-fixed li a:hover{
    color: #cca768;
}

.footer-fixed li a.icon1{
    background: url(../images/footer-lingk1.png) no-repeat center 8px;
    background-size: 25px
}
.footer-fixed li a.icon1:hover{
    background-image: url(../images/footer-lingk1-on.png);
}

.footer-fixed li a.icon2{
    background: url(../images/footer-lingk2.png) no-repeat center 8px;
    background-size: 25px
}
.footer-fixed li a.icon2:hover{
    background-image: url(../images/footer-lingk2-on.png);
}

.footer-fixed li a.icon3{
    background: url(../images/footer-lingk3.png) no-repeat center 6px;
    background-size: 25px
}
.footer-fixed li a.icon3:hover{
    background-image: url(../images/footer-lingk3-on.png);
}

.footer-fixed li a h3{
    margin-top: 25px;
}
.bg-color2{
    height: 95px;
    background: #ededed
}

.inside-footer .footer{
    margin-bottom: 50px;
}

#caseSwiper .swiper-slide .sjs-a a{
	display:inline-block;
}

.case-list li .ctn .ctn-infor a{
	display:inline-block;
}


/*页码代码*/
.pages { margin-top: 15px; font-size: 12px; font-weight: bold; line-height: 22px; text-align: center; }
.pages a { text-decoration: none; color: #cca768; background: #fff; border: 1px solid #cca768;/*外框颜色*/ -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 3px 6px; padding-bottom: 2px; margin-right: 3px }
.pages a.active { background: #cca768; border: 1px solid #cca768; color: #fff }/*激活状态颜色*/
.pages a:hover {  background: #cca768; border: 1px solid #cca768; color: #fff; text-decoration: none;  }/*鼠标经过颜色*/

.huodong_i1_c img{ max-width:100%; height:auto !important;}

