.nav_danghao ul li:nth-child(1){
    background:url(/blgy/lib/images/ewm-y.png) no-repeat;
    background-size:cover
}
.nav_danghao ul li:nth-child(1) img{
    display:none;
}

.blgy_warp{
    background:none;
    border-bottom:1px solid rgba(0,0,0,.1);
}
.blgy_banner{
    width:100%;
    position:relative;
}
.blgy_banner img{
   width:100%;
}
.banner-con{
    position:absolute;
    width:1400px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    margin: 0 auto;
}
.banner-con h1{
    font-size:48px;
    line-height:70px;
}
.banner-con span{
    font-size:20px;
    line-height:23px;
text-transform: uppercase;
}
.nav_li li a{
        color:#333;
}

.blgy_menu {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height:100px;
}

.menu-contain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
    width: 89%;
    margin: 0 auto;
}

.menu-path {
    color: #666;
    display: flex;
    align-items: center;
}

.menu-path a {
    font-size: 16px;
    color: #999;
}

.menu-path a:last-child {
    color: #666;
}

.menu-path:before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background: url(/blgy/lib/images/path-icon.png) no-repeat center rgba(197, 146, 45,.1);
    margin-right: 20px;
}

.menu-right ul {
    display: flex;
    height: 50px;
    line-height: 50px;
    flex-wrap:wrap;
}

.menu-right ul li {
    margin-left: 75px;
    height: 50px;
}

.menu-right ul li a {
    font-size: 20px;
    color: #666461;
    transition:all .3s;
}

.menu-right ul li.active {
    border-bottom: 4px solid #C5922D;
}

.menu-right ul li.active a {
    color: #333;
    font-weight:bold;
}
.menu-right ul li:hover a{
     color: #333;
}

.blgy_content{
    background:url(/blgy/lib/images/ej-bg.png) no-repeat bottom;
    background-size:100%;
    padding-bottom:200px;
    padding-top:60px;
}
.second-wid{
    width:1400px;
    margin:0 auto;
}
.second-title span{
    font-size:20px;
    color:#666461;
    line-height:23px;
 text-transform: uppercase;
}
.second-title h2{
    color:#1A1917;
    font-size:30px;
    line-height:43px;
}
.second-gsjj{
    display:flex;
    justify-content:space-between;
}
.gsjj-contain{
    width:56.5%;
}
.gsjj-img{
    width:32%;
}
.gsjj-img img{
    width:100%;
    height:auto;
}
.gsjj-title{
    font-size:40px;
    color:#666461;
    line-height:32px;
    margin:50px 0px;
}
.gsjj-sum{
    font-size:16px;
    color:#666461;
    line-height:32px;
    
}
.gsjj-sum p{
    margin-bottom:26px;
}
.blgy_xwdt{
    background:#f5f5f5;
}
.second-xwdt{
    margin-top:40px;
}
.news-item{
    width:100%;
    height:250px;
    padding:50px;
    box-sizing:border-box;
    background:#fff;
    margin-bottom:30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-item-contain{
    width: 90%;
}
.news-item-date{
    color:#C5922D;
    font-size:16px;
    line-height:23px;
}
.news-item-title{
    font-size:24px;
    margin-top:20px;
    font-weight: bold;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news-item-title a{
    color:#333;
    transition: all .4s;
}
.news-item-sum{
    font-size:18px;
    color:#999;
    line-height: 34px;
    margin-top:20px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news-item-more a{
    width:60px;
    height:60px;
    border-radius:4px;
    background:url(/blgy/lib/images/more-grey.png) no-repeat center #EFEFEF;
    display: inline-block;
    transition: all .4s;
}
.news-item:hover .news-item-more a{
    background:url(/blgy/lib/images/more-white.png) no-repeat center #C5922D;
}
.news-item:hover .news-item-title a{
    color:#C5922D;
}
.blgy_detail{
  padding:40px 0px 80px 0px;;
}
.second-detail{
    width:1000px;
    margin:0 auto;
}
.detail-top{
    padding:40px 0px;
    border-bottom:2px solid #E6CFA1;
    margin-bottom:40px;
}
.detail-top span{
    font-size:26px;
    line-height:38px;
    color:#C5922D;
    font-weight:bold;
}
.detail-top h2{
    font-size:30px;
    line-height:43px;
    font-weight:bold;
    margin-top:20px;
}
.detail-content{
    font-size:20px;
    line-height:34px;
    color:#999;
    
}
.detail-content p,.detail-content div{
    margin-bottom:20px;
    text-indent:2em;
}
.detail-content img{
    width:60%;
    display:block;
   margin:0 auto;
}

.second-zzry ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
}
.second-zzry ul:after{
    content:'';
    display:block;
    flex:auto;
}
.second-zzry ul li{
    width:23.3%;
    height:160px;
    background:url(/blgy/lib/images/zzry-icon.png) no-repeat right #F5F1E9;
    margin-top:30px;
    padding:30px;
    text-align:center;
    box-sizing:border-box;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right: 1.7%;
}
.second-zzry ul li span{
    font-size:20px;
    line-height:29px;
    color:#996B3D;
}

.blgy_fzlc{
    background:url(/blgy/lib/images/ej-bg.png) no-repeat bottom #F5F1E9;
    padding-bottom:340px;
}

.fzlc-sum{
    font-size:16px;
    line-height:32px;
    margin:40px 0px;
}
.swiper-fzlc{
    width:100%;
    margin-top:80px;
    position:relative;
}
.swiper-fzlc .swiper-slide{
    width:100%;
    height:280px;
    background:#fff;
}
.fzlc-item{
    display:flex;
    padding:40px;
    background:url(/blgy/lib/images/fzlc-icon.png) no-repeat right 10px center;
}
.fzlc-img{
    width:260px;
    height:200px;
    margin-right:3%;
}
.fzlc-img img{
    width:100%;
    height:100%;
}
.fzlc-contain h2{
    font-size:30px;
    line-height:36px;
}
.fzlc-contain div{
    font-size:16px;
    line-height:32px;
    color:#666461;
    margin-top:20px;
}
.swiper-fzlcThumb .swiper-slide{
    width: 15.85%;
}
.swiper-fzlcThumb{
    width:100%;
    margin-top:100px;
    border-top: 1px solid rgb(230, 207, 161);
}
.fzlcThumb-title{
    padding-top: 30px;
    color:#E6CFA1;
    font-size:18px;
}
.swiper-fzlcThumb .fzlcThumb-item span{
    display:inline-block;
    width:14px;
    height:14px;
    border-radius:50%;
    background:#E6CFA1;
    margin-top: -12px;
}
.fzlcThumb-item{
    width:100%;
    text-align:center;
    margin-top:-6px;
}

.swiper-slide-thumb-active .fzlcThumb-item{
    margin-top:-1px;
}

.swiper-slide-thumb-active .fzlcThumb-item span{
   border:6px solid #E6CFA1;
    background:#C5922D;
    position:relative;

}
.swiper-slide-thumb-active .fzlcThumb-item span:before{
    content:'';
    display:block;
    position:absolute;
    width:36px;
    height:44px;
    background:url(/blgy/lib/images/fzlc-add.png) no-repeat;
    bottom: 20px;
    left: -11px;
}
.swiper-slide-thumb-active .fzlcThumb-item .fzlcThumb-title{
    color:#C5922D;
    font-size:20px;
    padding-top:22px;
}
.swiper-button-prev-fzlc {
    width: 50px;
    height: 50px;
    background: url(/blgy/lib/images/fzlc-left.png) no-repeat center #E5E5E6;
    position: absolute;
    bottom: 40px;
    right: 100px;
    z-index: 99;
    cursor: pointer;
}

.swiper-button-next-fzlc {
    width: 50px;
    height: 50px;
    background: url(/blgy/lib/images/fazlc-right.png) no-repeat center #C5922D;
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    cursor: pointer;
}

.blgy_ywly{
    background:#fff;
    padding-bottom:60px;
}
.zyjh-title{
    font-size:40px;
    line-height:32px;
    color:#666461;
    font-weight:400;
    margin:40px 0px;
}
.zyjh-sum{
    font-size:16px;
    line-height:32px;
}
.zyjh-sum p{
    margin-bottom:60px
}
.zyjh-sum p img{
    width:100%;
}

.jyfwpt-top{
    margin:45px 0px;
    width:100%;
}
.jyfwpt-top img{
    width:100%;
}
.jyfwpt-center{
    display:flex;
    justify-content:space-between;
}
.jyfwpt-center-left{
    font-size:40px;
    line-height:58px;
    color:#666461;
   margin-top:40px;
}
.jyfwpt-center-right{
    
}
.jyfwpt-center-right p{
    font-size:16px;
    color:#666461;
    line-height:32px;
    margin-bottom:30px;
}
.jyfwpt-center-right p span{
    color:#C5922D;
    font-size:20px;
    font-weight:bold;
    margin-bottom:10px;
    display:inline-block
}
.jyfwpt-bottom{
     display:flex;
    justify-content:space-between;
    
}
.jyfwpt-bottom-item{
    width:31.5%;
    background:#F5F1E9;
    height:221px;
    padding:40px 38px;
    box-sizing:border-box;
}
.jyfwpt-bottom-img{

}
.jyfwpt-bottom-item img{
    /* width:100%; */
}
.jyfwpt-bottom-item h2{
    font-size:20px;
    line-height:29px;
    color:#C5922D;
    font-weight:bold;
    margin-top:20px;
}
.ywly-jyfw-bottom{
    background:#F5F1E9;
    padding:100px 0px;
}
.jyfw-bottom-item{
    display:flex;
    /* background:#fff; */
    margin-bottom:50px;
    justify-content:space-between
}
.jyfw-bottom-img{
    width: 48.57%;
}
.jyfw-bottom-img img{
    width:100%;
    height:100%;
}
.jyfw-bottom-contain{
    width: 47%;
}
.jyfw-bottom-title{
    font-size:30px;
    color: #C5922D;
    line-height:43px;
    margin-bottom:30px;
    padding-bottom:30px;
    margin-top:20px;
   font-weight: bold;
    border-bottom:1px solid #C5922D;
}
.jyfw-bottom-sum p{
    color:#666461;
    font-size: 20px;
    line-height: 38px;
}

.kyzhpt-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.kyzhpt-top-left h2{
    font-size:40px;
    line-height:58px;
    color:#666461
}
.kyzhpt-top-left div{
    font-size:16px;
    line-height:32px;
    margin-top:40px;
    color:#666461
}
.kyzhpt-top-right{
    width:32.36%;
}
.kyzhpt-top-right img{
    width:100%;
}

.ppsjpt-top h2{
    font-size:40px;
    line-height:58px;
    color:#666461;
    margin:40px 0px;
}
.ppsjpt-top-sum{
    font-size:16px;
    color:#666461;
    line-height:32px;
}
.ppsjpt-top-sum p{
    margin-bottom:40px;
}

.second-qdyxpt{
    background:#F5F1E9;
    padding:100px 0px;
    margin-top:100px;
}
.second-qdyxpt ul{
    display:flex;
    justify-content:space-between;
}
.qdyxpt-item{
    width:48.2%;
}
.qdyxpt-item-img img{
    width:100%;
}
.qdyxpt-item h2{
    font-size:30px;
    line-height:43px;
    margin:40px 0px 20px 0px;
   color:#C5922D;
    font-weight:bold;
    text-align:center;
}
.qdyxpt-item-sum{
    color:#666461;
    font-size:16px;
    line-height:32px;
}
.crfwpt-center{
    display:flex;
    justify-content:space-between;
}
.crfwpt-center-left{
    width: 49%;
    margin-top: 90px;
}
.crfwpt-center-right{
    width:45.7%;
}
.crfwpt-center-right img{
    width: 100%;
}
.crfwpt-dztitle ul{
    display:flex;
    flex-wrap:wrap;
    border-bottom:1px solid #EBDFC7;
    justify-content:space-between;
}


.crfwpt-dztitle ul li{
    width:20%;
    font-size:20px;
    margin-bottom:20px;
    font-weight:700;
    height:44px;
}
.crfwpt-dztitle ul li span{
     line-height:40px;
    color:#B3A78F;
    display:inline-block;
    cursor:pointer;
}
.crfwpt-dztitle ul li.active span{
    color:#C5922D;
    border-bottom:4px solid #C5922D;
}
.crfwpt-dzcontain{
    height: 150px;
}
.crfwpt-dzcontain ul{
    display:flex;
    flex-wrap:wrap;
    margin-top:10px;
    display:none;
}
.crfwpt-dzcontain ul.active{
    display:flex;
}
.crfwpt-dzcontain ul li{
    font-size:16px;
    line-height:40px;
    color:#99815C;
    margin-right:40px;
    margin-top:10px
}
.crfwpt-dzcontain ul li:last-child{
    margin-right:0px;
}

.crfwpt-xsgs ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.crfwpt-xsgs ul li{
    width:47.5%;
    height:100px;
    background:url(/blgy/lib/images/crfwpt-icon.png) no-repeat right #F5F1E9;
    margin-top:30px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:20px;
    color:#996B3D
}
.second-crfwpt-bottom{
    background:#F5F1E9;
    padding:100px 0px;
    margin-top:80px;
}
.crfwpt-bottom-img img{
    width:100%;
}
.crfwpt-bottom-item ul{
    display:flex;
    justify-content:space-between;
    height:79px;
    align-items:center;
    border:1px solid rgb(235, 223, 199);
}
.crfwpt-bottom-item ul li{
    background:#fff;
    height:79px;
    width:25%;
    text-align:center;
    line-height:79px;
    font-size:20px;
    color:#333231;
    border-right:1px solid rgb(235, 223, 199);
}
.crfwpt-bottom-item ul li:last-child{
    border:none;
}
.blgy_qywh{
 background:#fff;
}
.qywh-top-sum{
    font-size:16px;
    line-height:32px;
    color:#333231;
    width:65.35%;
    margin:20px 0px 60px 0px;;
}
.qywh-ppdw{
    background:url(/blgy/lib/images/qywh-topimg.png) no-repeat;
    background-size:cover;
    padding-top:125px;
     margin-top:45px;
}
.ppdw-contain h2{
    font-size:26px;
    line-height:40px;
    color:#fff;
    font-weight:bold;
}
.qywh-contain-title{
    font-size:20px;
    color:#fff;
    line-height:40px;
    font-weight:bold;
    margin:10px 0px;
}
.qywh-contain-title span{
    font-weight:400;
    margin-left:20px;
}
.qywh-contain-ch{
    font-size:64px;
    color:#fff;
    line-height:93px;
    font-weight:300;
    margin-top:20px;
}
.qywh-contain-en{
    font-size:30px;
    color:#fff;
    line-height:43px;
}
.ppdw-img{
    margin-top:70px;
    width:57.6%;
    margin-left:8%
}
.ppdw-img img{
    width:100%;
}
.ppkh-contain{
    background:url(/blgy/lib/images/qywh-ppkh.png) no-repeat;
    padding:152px 100px;
    background-size:cover;
    border-radius:40px;
    margin:80px 0px;
}
.hxjz-contain{
    margin-bottom:80px;
}
.hxjz-contain .qywh-contain-title{
    color:#996B3D;
}
.hxjz-contain .qywh-contain-title span{
    color:#99815C;
}
.hxjz-item{
    margin:30px 0px;
}
.hxjz-item ul{
    display:flex;
    justify-content:space-between;
}
.hxjz-item ul li{
    width:23.28%;
    height:300px;
    border-radius: 40px;
   padding:50px 0px;
    box-sizing:border-box;
}
.hxjz-item ul li div{
    text-align:center;
}
.hxjz-item ul li:nth-child(1){
    background:#4776D0;
}
.hxjz-item ul li:nth-child(2){
    background:#8358B8;
}
.hxjz-item ul li:nth-child(3){
    background:#DBAE38;
}
.hxjz-item ul li:nth-child(4){
    background:#D04C4C;
}
.hxjz-title{
    font-size:30px;
    line-height:43px;
    margin-top:20px;
    color:#fff;
}
.hxjz-sum{
    color:#fff;
    opacity:.4;
    font-size:30px;
    line-height:32px;
}
.nswh-contain{
    display:flex;
    justify-content:space-between;
}
.nswh-title{
    font-size:26px;
    color:#333231;
    font-weight:bold;
    line-height:40px;
    margin:40px 0px;
}
.nswh-left{
    width:37.14%;
}
.nswh-left img{
    width:100%;
}
.nswh-right{
    width:55.714%;
}
.nswh-right ul li{
    padding:16px 40px;
    border-bottom:6px solid #F6F6F6;
    display:flex;
    align-items:center;
}
.nswh-right ul li:hover{
    border-bottom:6px solid #C5922D;
}
.nswh-right-outer{
    margin-left:40px;
}
.nswh-right-outer .qywh-contain-title{
    color:#996B3D
}
.nswh-right-outer .qywh-contain-title span{
    color:#99815C
}
.nswh-right-title{
    font-size:30px;
    line-height:43px;
    color:#666461;
}
.nswh-right-sum{
    font-size:16px;
    line-height:32px;
    color:#99815C;
    opacity:0.4
}
.second-rczp{
    background:#fff;
    padding:40px 50px;
}
.rczp-title{
    display:flex;
    justify-content:space-between;
    border-bottom:1px	solid #E5E5E5;
    padding-bottom:40px;
}
.rczp-title div{
    width:20%;
    font-size:20px;
    font-weight:bold;
    line-height:40px;
    text-align:center;
    color:#333231;
}
.rczp-item{
     display:flex;
    justify-content:space-between;
    border-bottom:1px	solid #E5E5E5;
    align-items:center;
}
.rczp-item div{
    width:20%;
    font-size:20px;
    line-height:40px;
    color:#666;
    text-align:center;
    padding:40px 0px;
}
.rczp-item-two a{
   color:#666;
}
.rczp-item .rczp-item-five{
   padding:25px 0px;
}
.rczp-item-five span{
    width:60px;
    height:60px;
    display:inline-block;
    background:#EFEFEF;
    border-radius: 4px;
}
.rczp-item-five span img{
 margin-top:20px;
}

.detail-rczp-top{
    background:#F5F5F5;
    padding:60px 0px;
    
}
.detail-rczp-top>.second-wid>span{
    color:#C5922D;
    font-size:26px;
    line-height:38px;
    font-weight:700;
    
}
.detail-rczp-top>.second-wid>h2{
    font-size:30px;
    line-height:43px;
    font-weight:700;
    margin:20px 0px;
}
.detail-rczp-top>.second-wid>h2 span{
    display:inline-block;
    font-size:20px;
    color:#C5922D;
    font-weight:normal;
    padding:0px 15px;
     background:#F5F1E9;
    border-radius:5px;
    line-height:36px;
    margin-left:20px;
    
}
.detail-rczp-top>.second-wid{
    position:relative;
    width:1000px;
}
.detail-rczp-return{
    position:absolute;
    right:0;
    top:0px;
    padding:15px 20px;
    background:#C5922D;
    font-size:20px;
    font-weight:bold;
    border-radius:4px;
}
.detail-rczp-return a{
    color:#fff;
    line-height:30px;
}
.blgy_detail_rczp .second-wid{
    width:1000px;
}
.detail-rczp-contain ul{
    display:flex;
    flex-wrap:wrap;
}
.detail-rczp-contain ul li{
    width:40%;
    font-size:20px;
    color:#666;
    line-height:40px;
    margin-top:10px;
}
.detail-rczp-content{
    padding-bottom:100px;
}
.detail-rczp-content h3{
    font-size:26px;
    line-height:40px;
    color:#333231;
    position:relative;
    margin-bottom:20px;
    margin-top:60px;
}
.detail-rczp-content h3:after{
    content:'';
    display:block;
    position:absolute;
    width: 88%;
    height:2px;
    background:#E6CFA1;
    right:0;
    top:50%
}
.detail-rczp-content h3.long:after{
    width: 83%;
}
.detail-rczp-content h3.short:after{
    width: 93%;
}
.detail-rczp-content p{
    font-size:16px;
    color:#999;
    line-height:34px;
}
.blgy_xxgs{
    background:#fff;
    padding-bottom:75px;
}
.second-qyxx h2{
    font-size:26px;
    font-weight:700;
    color:#333231;
    line-height:40px;
}
.second-xxgs{
    margin-top:40px;
}
.qyxx-item{
    border-bottom:1px solid #EBDFC7;
    padding:40px 0px;
}

.qyxx-item ul{
    display:flex;
}
.qyxx-item ul li{
    font-size:20px;
    color:#99815C;
    width:28%;
    line-height:40px;
}
.qyxx-item ul li:nth-child(3){
    margin-left:8%;
}
.qyxx-item ul li.qyxx-item-title{
     color:#996B3D;
     font-weight:700;
     width:18%;
}
.qyxx-item ul li.qyxx-item-sum{
    width:82%;
}
.xxgs-top{
    background:url(/blgy/lib/images/qyxx-left-img.png) no-repeat bottom left,url(/blgy/lib/images/qyxx-right-img.png) no-repeat bottom right;
    padding-bottom:100px;
}
.xxgs-top:after{
    display:block;
    content:'';
    background:url(/blgy/lib/images/qyxx-right-img.png) no-repeat bottom right;
}
.second-gltd {
    position:relative;
}
.xxgs-center{
    background:url(/blgy/lib/images/gltd-bg.png) right  140px no-repeat #F5F1E9;
    padding-top:80px;
    padding-bottom:200px;
    background-size:48.2%;
}
.gltd-title{
    position:absolute;
    left:50%;
    transform:translate(-50%);
    top:-0px;
}
.gltd-title ul{
    display:flex;
}
.gltd-title ul li{
    font-size:20px;
    font-weight:bold;
    padding:10px 30px;
    line-height:40px;
    border:1px solid #C5922D;
    color:#C5922D;
    cursor:pointer;
}
.gltd-title ul li.active{
    background:#C5922D;
    color:#fff;
}
.gltd-contain{
    width: 37%;
    margin-top:100px;
    display:none;
}
.gltd-contain-active{
    display:block;
}
.gltd-contain ul li{
    display:flex;
    border-bottom:2px solid #EBDFC7;
    padding-top:50px;
    padding-bottom:20px;
}
.gltd-item-title{
    font-size:30px;
    color:#996B3D;
    font-weight:700;
    line-height:40px;
    width:30%;
}
.gltd-item-sum{
    font-size:20px;
    line-height:40px;
    color:#99815C;
}
.xxgs-bottom{
    padding-top:80px;
}
.second-zzjg img{
    width: 90%;
}
.blgy_gsgg{
    background:#f5f5f5;
}
.blgy_gsgg .news-item{
    padding:40px 50px;
    height:160px;
}

.second-qthd{
    margin-top:40px;
}
.second-qthd .news-item-img{
    width:19.5%;
}
.second-qthd .news-item-img img{
    width:100%;
    height:170px;
}
.second-qthd .news-item-contain{
    width:65.15%;
}

.blgy_fzlm{
    background:none;
}
.second-fzlm{
    font-size: 16px;
    color: #666461;
    line-height: 32px;
    margin-top:30px;
}
.second-fzlm h3{
    font-weight:bold;
}
.second-fzlm p{
   margin-bottom:20px;
}<!--ºÄÊ±1755919808.65Ãë-->