.timer-shaft {
    width: 920px;
    margin: 0 auto;
}

.timer-item-box {
    width: calc(100% - 2em);
    margin-left: 2em;
    position: relative;
    /*border-left:1px solid #e9e9e9;*/
    padding-top: 40px;
}

.timer-item-box .time-year {
    width: 3em;
    height: 40px;
    text-align: center;
    display: block;
    /*background: #fff;*/
    padding-bottom: 0.5em;
    font-size: 18px;
    color: #999;
    position: absolute;
    top: 0;
    left: -1.5em;
    line-height: 40px;
}

.timer-item-split {
    width: 100%;
    border-left: 1px solid #bfbfbf;
    padding-left: 80px;
}

.timer-item {
    width: 100%;
    transform: translateY(-30px);
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
}

.timer-list {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    position: relative;
}

.timer-item-box:last-child .timer-item {
    border-bottom: 0;
}

.timer-list .event-icon {
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background: #DF542F;
    position: absolute;
    left: 0;
    top: 8px;
}

.timer-list .event-time {
    display: block;
    width: 80px;
    float: left;
    font-size: 14px;
    color: #555;
    margin-right: 15px;
    text-align: right;
    line-height: 1.5em;
    min-height: 1em;
}

.timer-list .event-theme {
    float: left;
    width: calc(100% - 95px);
    font-size: 14px;
    color: #555;
    line-height: 1.5em;
}
.timer-list .event-theme p{
    line-height: 1.5em;
}

.timer-list .event-theme img {
    margin-top: 16px;
    margin-bottom: 16px;
    width: 50%;
}

@media (max-width: 768px) {
    .timer-shaft {
        width: 100%;
    }

    .timer-item-split {
        padding-left: 20px;
    }

    .timer-list .event-icon {
        display: none;
    }
}

/*人才队伍样式开始*/
.talents {
    width: 1200px;
    margin: 0 auto;
}

.talents-number {
    width: 1200px;
    height: 176px;
}

.talents-number-list {
    height: 136px;
    margin: 20px 0;
    text-align: center;
    border-right: 1px solid #e7eaec;
}

.talents-number-list:nth-child(4) {
    border-right: none;
}

.talents-number-list .list-number-person {
    padding-right: 30px;
    display: inline-block;
    height: 65px;
    color: #e95513;
    position: relative;
}

.talents-number-list .list-number {
    height: 65px;
    font-size: 54px;
    line-height: 65px;
    font-weight: 550;
}

.talents-number-list .list-person {
    top: 34px;
    right: 0;
    position: absolute;
    font-size: 20px;
    line-height: 20px;
}

.talents-number-list .list-title {
    margin-top: 39px;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    color: #555555;
    font-weight: 550;
}

.talents-detail-every {
    width: 218px;
    height: auto;
    margin: 0 auto;
    /*overflow: hidden;*/
    position: relative;
    margin-bottom: 32px;
}

.talents-detail-every.two {
    width: 570px;
    float: left;
}
.talents-detail-every.no {
    width: 493px;
    float: left;
    height: auto;
}

.talents-detail-every.two:nth-child(2n+2) {
    margin-left: 60px;
}
.talents-detail-every.no:nth-child(2n+2) {
    margin-left:214px;
}

.every {
    width: 220px;
    height: auto;
    margin-top: 10px;
    position: relative;
    /*border: 1px solid #e7eaec;*/
}
.every:before{
    display: block;
    content: '';
    clear: both;
    width:100%;
}

.talents-detail-every.two .every {
     width: 560px;
 }

.talents-detail-every.left .every {
    margin-left: 10px;
}

.talents-detail-every.right .every {
    margin-right: 10px;
}
.talents-detail-every.no .every {
    width: 493px;
    margin: 0;
    height:185px;
    background: #ffffff!important;
}

.corner {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0px;
    border-top: 10px solid #e95513;
}
.talents-detail-every.no .corner {
    display: none;
}

.talents-detail-every.left .corner {
    left: 0px;
    border-left: 10px solid #e95513;
}

.talents-detail-every.right .corner {
    right: 0px;
    border-right: 10px solid #e95513;
}
.talents-detail-every.no .every-img{
    display: none;
}
.every-img {
    width: 208px;
    height: 276px;
}

.talents-detail-every.two .every-img {
    box-shadow: 0px 4px 20px 2px rgba(114, 114, 114, 0.1);
}

.every-img img {
    width: 100%;
    height: 100%;
}

/*.talents-detail-every.left .every-img{
    border-right: 1px solid #e7eaec;
}
.talents-detail-every.right .every-img{
    border-left: 1px solid #e7eaec;
}*/
.talents-detail-every.left .every-img {
    float: left;
}

.talents-detail-every.right .every-img {
    float: right;
}

.every-name {
    width: 208px;
    height: 28px;
    margin-top: 16px;
    font-size: 20px;
    line-height: 24px;
    color: #555555;
    text-align: center;
}

.talents-detail-every.left .every-name {
    float: left;
    /*margin-left: 64px;*/
    /*margin-right: 32px;*/
    /*text-align: left;*/
}

.talents-detail-every.left.two .every-name {
    float: left;
    margin-left: 40px;
    margin-right: 24px;
    text-align: left;
}

.talents-detail-every.right .every-name {
    float: right;
    margin-left: 32px;
    margin-right: 62px;
    text-align: right;
}
.talents-detail-every.no .every-name {
    width:auto;
    margin: 0!important;
    height: 25px;
    float: left;
}
.every-name-last{
    display: none;
    height: 25px;
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    margin-left:63px;
}
.talents-detail-every.no .every-name-last{
    display: inline-block;
    float: left;
}

.every-content {
    width: 208px;
    margin-top: 12px;
}

.talents-detail-every.left .every-content {
    float: left;
}

.talents-detail-every.left.two .every-content {
    width: 216px;
}

.talents-detail-every.right .every-content {
    float: right;
    margin-left: 50px;
}
.talents-detail-every.no .every-content {
    float: none;
    margin-left: 0;
    margin-top: 31px;
    width: 100%!important;
}

.every-content-title {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
}

.talents-detail-every.left .every-content-title {
    text-align: center;
}

.talents-detail-every.left.two .every-content-title {
    width: 160px;
    text-align: justify;
}

.talents-detail-every.right .every-content-title {
    text-align: right;
}
.talents-detail-every.no .every-content-title {
    display: none;
}

.every-content-content {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.5em;
    color: #555555;
    text-align: justify;
}
.talents-detail-every.no .every-content-content {
    width: 100%;
}
/*人才队伍样式结束*/
/*核心技术开始*/
/*甘肃*/
.company-patent-box{
    margin: 0 auto;
    max-width: 990px;
    margin-bottom: -15px;
}
.company-patent-pic{
    display: inline-block;
    width: 306px;
    height: 412px;
    margin: 15px;
}
@media(min-width: 768px){
    .company-patent-pic:nth-child(3n){
        margin-right: 0;
    }
    .company-patent-pic:nth-child(3n+1){
        margin-left: 0;
    }
}
/*贵州*/
.device-access-box {
    width: 100%;
    overflow: hidden;
}

.device-access-nav {
    width: 208px;
    margin-right: 40px;
    position: relative;
    min-height: 300px;
    float: left;
}

.plate-tag-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 208px;
    height: auto;
}

.plate-tag-list {
    display: block;
    width: 100%;
    border-right: 1px solid #e9e9e9;
}

.plate-tag-item {
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #666;
    font-size: 14px;
    text-align: left;
    padding-left: 24px;
    border-right: 4px solid transparent;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.plate-tag-item.active, .plate-tag-item:hover {
    background: -webkit-linear-gradient(left, #fffcfb, #fff8f5);
    color: #df542f;
    border-right: 4px solid #df542f;
}
.device-access-title{
    font-size: 18px;
    color: #222;
    padding: 6px 0;
    margin-bottom: 8px;
}
.device-access-tab{
    max-width: 952px;
    float: left;
}
.device-access-content {
    width: 100%;
}

@media (min-width: 768px) {
    .device-access-content {
        display: none;
    }
    .device-access-content:nth-child(1){
        display: inline-block;
    }
}
.device-access-content > p,.device-access-box > p ,.company-plate-content > p{
    font-size: 14px;
    margin-bottom: 24px;
    text-indent: 2em;
    line-height: 24px;
    text-align: justify;
}

.device-access-img {
    width: 100%;
    text-align: left;
    margin-bottom: 24px;
}
.device-access-img img{
    display: inline-block;
    max-width: 100%;
}
@media (min-width: 768px){
    .device-access-img img{
        display: inline-block;
        width: 608px;
    }
    .device-access-img-center{
        text-align: center;
    }
    .device-access-img-center img{
        display: inline-block;
        width: 912px;
    }
}
/*航数*/
.content-block{
    float: left;
    width: 380px;
    height: 280px;
    margin-right: 30px;
    margin-bottom: 48px;
    background: #ffffff;
    max-width: 100%;
}
.content-block:nth-child(3){
    margin-right: 0;
}
@media (max-width: 768px) {
    .content-block{
        margin-right: 0;
    }
}
.content-block-pic{
    width: 100%;
    height: 180px;
    background: #f5f5f5;
}
.content-block-title{
    padding: 24px;
    text-align: center;
    font-size: 16px;
}
/*核心技术结束*/

/*手机端*/
@media (max-width: 768px) {
    .talents-number {
        width: 100% !important;
        height: auto !important;
    }

    .talents-number-list:nth-child(2n+2) {
        border-right: none;
    }

    .talents {
        width: 100% !important;
        height: auto !important;
    }

    .talents-detail {
        width: 100% !important;
        height: auto !important;
    }

    .talents-detail-every {
        width: 100% !important;
        height: auto !important;
        margin: 0 0 20px 0 !important;
    }

    .every {
        margin: 0 !important;
        width: 100% !important;
        height: auto !important;
        margin-top: 20px !important;
    }

    .corner {
        display: none;
    }

    .every > div {
        width: 100% !important;
        float: none !important;
    }

    .every-img {
        height: 276px !important;
        text-align: center;
    }

    .every-img img {
        width: auto !important;
        height: 276px !important;
    }
    .talents-detail-every.right .every-name,.talents-detail-every.right .every-content-title{
        text-align: left!important;
    }
    .every-name {
        margin: 0 !important;
        height: auto !important;
        margin-top: 10px !important;
    }

    .every-content {
        margin: 0 !important;
        height: auto !important;
        margin-top: 10px !important;
    }

    .every-content-content {
        margin-top: 10px !important;
        margin: 0 !important;
        height: auto !important;
    }
    .talents-detail-every.no .every-name-last{
        display: none;
    }
    .talents-detail-every.no .every-content-title {
        display: inline-block;
    }
}

/*人才队伍样式结束*/

/*产品服务样式开始*/
.product-description-container {
    margin-bottom: 24px;
    overflow: hidden;
}

.product-description-container p {
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
    color: #555;
}

.product-description-container p:last-child {
    margin-bottom: 0;
}

.product-navbar {
    position: relative;
    margin-bottom: 32px;
    border-bottom: 1px solid #e9e9e9;
}

.product-navbar .button-prev,
.product-navbar .button-next
{
    position: absolute;
    width: 16px;
    height: 45px;
    cursor: pointer;
    background: #fff;
}

.product-navbar .button-prev {
    left: 0;
    top: 22px;
}
.product-navbar .button-prev > i{
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/product_service/product-arrow-right-to-left.png') center center no-repeat;
}

.product-navbar .button-next {
    right: 0;
    top: 22px;
}

.product-navbar .button-next > i{
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/product_service/product-arrow-left-to-right.png') center center no-repeat;
}

.product-navbar ul{
    height: 46px;
    margin-bottom: -1px;
}

.product-navbar ul > li{
    float: left;
    width: auto;
    padding: 0 38px;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    line-height: 44px;
    color: #555;
    cursor: pointer;
}

.product-navbar ul > li.active {
    border-color: #e95513;
    color: #e95513;
}

.product-content {
    position: relative;
    margin-left: -25px;
    margin-right: -25px;
}

.product-detail-container.has-decoration:after {
    content: " ";
    display: block;
    width: 90px;
    height: 2px;
    position: absolute;
    right: 25px;
    bottom: -2px;
    background: linear-gradient(90deg, #ff5303 0%, #f52e00 100%);;
}

.product-content .product-desc-pic {
    display: none;
    float: left;
    width: calc(50% - 25px);
    height: 304px;
    padding-left: 25px;
    padding-right: 25px;
}

.product-content .product-desc-pic .img-content {
    width: 100%;
    height: 100%;
    background: #ccc;
}

.product-content .product-desc-pic .img-content img {
    width: 100%;
    height: 100%;
}

.product-content .product-detail-container {
    float: left;
    /*width: calc(50% + 25px);*/
    width: 100%;
    /*height: 304px;*/
    padding-left: 25px;
    padding-right: 25px;
}

.product-detail-container .product-detail-title {
    position: relative;
    margin-bottom: 12px;
}

.product-detail-container .product-detail-title .product-detail-title-icon {
    float: left;
    position: relative;
    width: 16px;
    height: 16px;
    margin-top: 10px;
    margin-right: 18px;
    background: linear-gradient(0deg, #ff5303 0%, #f52e00 100%);
}

.product-detail-container .product-detail-title .product-detail-title-icon:after {
    content: ' ';
    position: absolute;
    left: 1px;
    top: 1px;
    display: block;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: #fff;
}

.product-detail-container .product-detail-title > span {
    float: left;
    font-size: 18px;
    line-height: 36px;
    color: #222;
    font-weight: normal;
}

.product-detail-container .product-detail-title > span.has-decoration:after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 18px;
    display: block;
    width: 90px;
    height: 2px;
    background: linear-gradient(90deg, #ff5303 0%, #f52e00 100%);
}

.product-detail-container .product-detail-content {
    padding-left: 34px;
    padding-bottom: 50px;
    /*max-height: 256px;*/
    overflow: hidden;
}

.product-detail-container .product-detail-content p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #555;
    text-indent: 2em;
    text-align: justify;
}

@media (max-width: 768px) {
    .product-navbar {
        display: none;
    }

    .product-content {
        margin: 0 0 30px;
    }

    .product-content:only-child {
        margin-top: 20px;
    }

    .product-content .product-desc-pic,
    .product-content .product-detail-container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        height: auto;
    }

    .product-detail-container .product-detail-content {
        padding: 0;
        max-height: unset;
    }

    .product-detail-container .product-detail-content p {
        font-size: 13px;
        line-height: 22px;
    }

    .product-detail-container .product-detail-title > span.has-decoration:after,
    .product-detail-container.has-decoration:after {
        display: none;
    }

    .product-description-container {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .product-description-container p {
        margin: 0;
        font-size: 13px;
        line-height: 22px;
    }

    .product-detail-title-mobile h5 {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 15px;
        color: #222;
    }

    .product-desc-pic {
        margin-bottom: 12px;
    }

    .talents-number-list {
        height: 116px;
        margin: 30px 0;
    }

    .talents-number-list .list-number {
        font-size: 40px;
    }

    .talents-number-list .list-person {
        top: 29px;
        font-size: 18px;
        line-height: 18px;
    }

    .talents-number-list .list-title {
        margin-top: 20px;
        font-size: 14px;
    }
}

/*产品服务样式结束*/

.company-plate-content > p {
    line-height: 24px;
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    text-indent: 2em;
}





/* 子公司组织结构部分样式 开始 */
.organization-title {
    font-size: 18px;
    color: #e95513;
    padding-bottom: 32px;
}
.organizationBox.w1000{
    width: 1000px;
    margin: 0 auto;
}
.organizationBox p{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	line-height: 24px;
    color: #555555;
    text-indent: 2em;
    padding-bottom: 32px;
    text-align: justify;
}
.organizationBox p+p{
	margin-top: -8px;
}
.organizationBox img{
    display: block;
    margin: 0 auto 16px;
}
.organizationBox .timeLine{
    display: inline-block;
    font-size: 0;
}
.organizationBox .timeLine li{
	line-height: 20px;
	font-size: 14px;
	color: #555555;
}
.organizationBox .timeLine li+li{
    margin-top: 16px;
}
.organizationBox .timeLine li span{
    color: #999999;
    display: inline-block;
    font-size: 14px;
    width: 80px;
}
.organizationBox .small-left{
    display: inline-block;
    vertical-align: top;
    margin-left: 180px;
}
@media (max-width: 768px){
    .organization-title {
        padding-bottom: 0;
    }
    .organizationBox.w1000{
        width: 100%;
    }
    .organizationBox p{
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .organizationBox img{
        width: 100%;
    }
    .organizationBox .timeLine{
        margin: 0 auto;
    }
    .organizationBox .small-left{
        display: none;
    }
}
/* 子公司组织结构部分样式 结束 */

/* 公告 ul li */
ul.notice-ul{
    display: block;
    width:1000px;
    margin: 0 auto;
    padding-bottom: 40px;
}
ul.notice-ul li {
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    font-size: 16px;
}
ul.notice-ul li span.time{
    height: 54px;
    line-height: 54px;
    float: right;
    color: rgba(34,34,34,0.5);
}
ul.notice-ul li:last-child{
    border-bottom: 1px solid transparent;
}
ul.notice-ul li a{
    color:#222;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    width: 750px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 1em;
}

ul.notice-ul li a::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    margin-top: -3px;
    border-radius: 50%;
    background: #DF542F;
}

ul.notice-ul li a:hover {
    color: #F94A03;
}
@media (max-width: 768px) {
    ul.notice-ul{
        width:100%;
        padding-bottom: 20px;
    }
    ul.notice-ul li span.time{
        height:24px;
        line-height: 24px;
        float: none;
        padding-left: 1em;
    }
    ul.notice-ul li a{
        height: 24px;
        line-height: 24px;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-left: 1em;
        position: relative;
    }
}


/*202508修改*/
.talents {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.talents-detail{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 0;
}
.talents-detail:not(:last-child){
    margin-bottom: 40px;
}
.talents-detail.clearfix:before{
    display: none !important;
}
@media (max-width: 768px) {
    .talents-detail{
        display: block;
        margin-bottom: 0 !important;
    }

    .talents-detail-every.left .every-content-title {
        text-align: center;
    }
}
