@charset "utf-8";
/* #banner-box .pcimg p, #banner-box .pcimg span{color: #333;} */
/* 领导分工 */
.ldfg .item{
    overflow: hidden;
    border-bottom: 1px solid #d3cdcd;
    padding-top: 30px;
    padding-bottom: 20px;
} 
.ldfg .ldfg-img{
    float: left;
}
.ldfg .ldfg-img img{
    width: 137px;
    height: 185px;
    margin: 0 60px 0 30px;
}
.ldfg .ldfg-con h2{
    font-weight: 400;
    padding-top: 55px;
}
.ldfg .ldfg-con p{
    padding-top: 15px;
}
.ldfg .ldfg-con span{
    color: #888;
    display: block;
    padding-top: 15px;
}

@media (max-width: 992px){
	.ldfg .ldfg-img{
        float: none;
        text-align: center;
    }
    .ldfg .ldfg-img img{
        margin: 0;
    }
    .ldfg .ldfg-con h2{
        text-align: center;
    }
    .ldfg .ldfg-con p{
        text-align: center;
    }
} 
/* 集团简介 */
.jtjj-body .footer{
    margin-top: 0;
}
.jtjj-body .sidebar-box{
    margin-bottom: 0; 
}
.jtjj-bg{
    background-image: url(../images/jtjj_gb.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}
.jtjj{
    padding: 90px 0;
    /* min-height: 1048px; */
}
.jtjj h2 p{
    margin-bottom: 10px;
    /* padding-top: 120px;
    padding-bottom: 90px; */
}
.jtjj .article-content p{
    line-height: 1.8;
    font-size: 20px;
    margin-bottom: 40px;
}

@media (max-width: 768px){
    .jtjj{min-height: auto;padding-bottom: 0;}
    .jtjj h2{padding-top: 50px;padding-bottom: 30px;}
    .jtjj > p{padding-bottom: 30px;}
}
/* 品牌理念 */
.pply-body #banner-box .pcimg p,.pply-body #banner-box .pcimg span{
    color: #fff;
}
/* 组织架构 */
/* 企业文化 */
.qywh-body .footer{
    margin-top: 0;
}
.qywh-bg{
    background-image: url(../images/qywh_gb.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    /* min-height: 1100px; */
    padding-bottom: 60px;
}
.qywh{
    position: relative;
    padding-top: 40px;
}
.qywh .qywh-con{
    width: 31%;
    height: 500px;
    background-color: #2c60a9;
    float: left;
    position: absolute;
    bottom: 0;
    border-radius: 50px 0 0 0;
    background-image: url(../images/qywh_con_bg.png);
    background-size: cover;
}
.qywh .qywh-con .item{
    padding: 50px 40px 0;
    margin-bottom: 50px;
}
.qywh .qywh-con .item span{
    font-weight: bold;
    font-size: 34px;
    color: #efce87;
}
.qywh .qywh-con .item p{
    font-size: 32px;
    color: #fff;
    margin-top: 20px;
}
.qywh .qywh-video{
    width: 73%;
    height: 587px;
    background: #b38d3a;
    float: right;
    text-align: center;
}
.qywh .qywh-video video{
    height: 80%;
    width: 82%;
    margin-top: 48px;
}
@media (max-width: 1200px){
    .qywh .qywh-con{
        width: auto;
        height: 350px;
    }
    .qywh .qywh-video{
        height: 420px;
    }
    .qywh .qywh-con .item{
        padding: 40px 30px 0;
        margin-bottom: 0;
    }
    .qywh .qywh-con .item span{
        font-size: 30px;
    }
    .qywh .qywh-con .item p{
        font-size: 26px;
    }
}
@media (max-width: 992px){
    .qywh .qywh-con{
        float: none;
        position: initial;
    }
    .qywh .qywh-video{
        width: auto;
        float: none;
        position: initial;
        height: auto;
    }
    .qywh .qywh-video video{
        margin-top: 35px;
        margin-bottom: 35px;
    }
}
/* 大事记 */
/* .dsj .bd:nth-child(1){
    display: block;
}
.dsj .bd{
    display: none!important;
}
.dsj .bd.on{
    display: block!important;
}
.dsj ul li a{
    white-space: initial;
}
.dsj ul li:hover a{
    color: #000;
}
.dsj-nf{
    height: 200px;
    position: relative;
}
.dsj-nf::after{
    content: "";
    border-bottom: 2px solid #b2902f;
    position: absolute;
    left: 0;right: 0;
    top: 50%;
}
.dsj-nf ul{
    position: relative;
}
.dsj-nf ul li{
    font-size: 26px;
    width: 10%;
    height: 100px;
    border-left: 2px solid #b2902f;
    box-sizing: border-box;
    position: absolute;
    top: 100px;
}
.dsj-nf ul li:nth-child(1){
    left: 0;
}
.dsj-nf ul li:nth-child(2){
    left: 14%;
}
.dsj-nf ul li:nth-child(3){
    left: 27%;
}
.dsj-nf ul li:nth-child(4){
    left: 40%;
}
.dsj-nf ul li:nth-child(5){
    left: 52%;
}
.dsj-nf ul li:nth-child(6){
    left: 66%;
}
.dsj-nf ul li:nth-child(7){
    left: 79%;
}
.dsj-nf ul li:nth-child(8){
    left: 92%;
}
.dsj-nf ul li:nth-child(even){
    top: 0px;
}
.dsj-nf ul li a i{
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #b2902f;
    border-radius: 50px;
    position: absolute;
    bottom: -11px;
    left: -11px;
    font-style: normal;
    z-index: 1;
}
.dsj-nf ul li a:hover i{
    background: #b2902f;
}
.dsj-nf ul li a:hover span{
    color: #b2902f;
}
.dsj-nf ul li:nth-child(odd) a i{
    top: -11px;
}
.dsj-nf ul li.on a i{
    background: #b2902f;
    padding: 6px;
    left: -17px;
    bottom: -18px;
}
.dsj-nf ul li:nth-child(odd).on a i{
    left: -17px;
    top: -18px;
}
.dsj-nf ul li a span{
    position: absolute;
    top: 11px;left: 10px;
    color: #9d9d9d;
}
.dsj-nf ul li.on a span{
    color: #b2902f;
    font-weight: bold;
}
.dsj-nf ul li:nth-child(odd) a span{
    top: 52px;
}

.infolist li .time{
    left: 0;
    width: 17%;
    background: #b2902f;
    color: #fff;
    text-align: center;
    padding: 24px 0;
    border-radius: 20px 0 0 0;
}
.infolist.ymd li{
    padding-left: 21%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.infolist li:hover span{
    color: #fff;
}
@media (max-width: 992px){
	.ywly .ywly-con .item .pic p,.ywly .ywly-con .item .pic img{
		width: 100%;
	}
} 
@media (max-width: 767px){
    .dsj-nf{
        overflow-x: scroll;
        padding: 0 30px;
    }
	.infolist li .time{
		width: 20%;
	}
    .infolist.ymd li{
        padding-left: 25%;
    }
    .dsj-nf ul li{
        width: 100px;
        height: 50px;
        border-top: 2px solid #b2902f;
    }
    .dsj-nf ul li:nth-child(even) {
        top: 52px;
        border-top: none;
        border-bottom: 2px solid #b2902f;
    }
    .dsj-nf ul li a span{
        left: -30px;
        top: -36px;
        font-size: 20px;
    }
    .dsj-nf ul li:nth-child(2){
        left: 100px;
    }
    .dsj-nf ul li:nth-child(3){
        left: 200px;
    }
    .dsj-nf ul li:nth-child(4){
        left: 300px;
    }
    .dsj-nf ul li:nth-child(5){
        left: 400px;
    }
    .dsj-nf ul li:nth-child(6){
        left: 500px;
    }
    .dsj-nf ul li:nth-child(7){
        left: 600px;
    }
    .dsj-nf ul li:nth-child(8){
        left: 700px;
    }
    .dsj-nf ul li:nth-child(9){
        left: 800px;
    }
    .dsj-nf ul li:nth-child(10){
        left: 900px;
    }
} 
@media (max-width: 580px){
	.infolist li .time{
		width: 26%;
        padding: 10px 0;
	}
    .infolist.ymd li{
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 33%;
    }
    .infolist li a{
        white-space: initial;
    }
}  */
/* 大事记1 */
.dashiji{
    background: url(/jxfhgc/xhtml/static/2023/images/dashiji_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 150px;
    background-size: 50%;
}
.dashiji .dashiji-nav::before{
    content: "";
    width: 88%;
    height: 2px;
    background: #dbdad9;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 0;
    margin: 0 auto;
}
.dashiji .dashiji-nav .item {
    text-align: center;
    padding: 40px 0;
    margin: 0 45px;
    display: block;
}
.dashiji .dashiji-nav .item a{
    display: block;
    width: 119px;
    height: 119px;
    text-align: center;
    line-height: 119px;
    border: 2px solid #e0dfdf;
    border-radius: 50%;
    font-size: 28px;
    margin: 0 auto;
    background: #fff;
}
.dashiji .dashiji-nav .item.on a{
    font-weight: bold;
    background:#ba8b23;
    color: #fff;
    border: none;
}

.dashiji-con{
    /* padding-bottom: 40px; */
}
.dashiji-con .box li{
    position: relative;
    padding-top: 73px;
    padding-bottom: 73px;
    line-height: 26px;
    overflow: hidden;
    vertical-align: top;
    padding-left: 150px;
    border-bottom: 1px solid #dbdad9;
    padding-right: 200px;
}
.dashiji-con .box li span{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 26px;
    margin: auto 0;
    color: #ba8b23;
    font-weight: bold;
    font-size: 22px;
}
.dashiji-con .box li a img{
    width: 200px;
}
.dashiji-con .box li a.pic{
    position: absolute;
    right: 0;
    top: 9%;
    bottom: 0;
}
@media (max-width: 640px){
    .dashiji{background-size: contain;padding-bottom: 36px;}
    .dashiji-con .box li span{
        position: sticky;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .dashiji-con .box li{
        padding-right: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
    }
	.dashiji-con .box li a.pic{
        position: sticky;
        display: block;
        text-align: center;
        margin-top: 10px;
    }
}
@media (max-width: 480px){
    .dashiji .dashiji-nav::before{
        display: none;
    }
}
